/*
	All files are finally imported here.

	NOTE: Make sure they are alphabetically arranged per module.
*/
@font-face {
  font-family: "Helvetica Reg";
  src: url("/static/css/fonts/Helvetica.6b7f680f0632.ttc") format("truetype"); }
.font-itc {
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }

.font-helvetica {
  font-family: 'Helvetica Reg', sans-serif; }

body {
  font-size: 14px !important; }

/*
	All elements related custom elements go here.
*/
/*
    Styling for all buttons go here.
*/
button, .button {
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  border-radius: 55px !important;
  -webkit-border-radius: 55px !important;
  -moz-border-radius: 55px !important;
  border: none;
  text-align: center;
  font-family: 'Helvetica Reg', sans-serif !important;
  transition: all 0.3s ease;
  cursor: pointer; }
  button:hover, .button:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease;
    text-decoration: none; }
  button.button-yellow, .button.button-yellow {
    color: #000000 !important;
    background-color: #ffd00d !important;
    height: 36px;
    font-size: 1.1em; }
  button.button-blue, .button.button-blue {
    color: #fff;
    background-color: #0D83F8 !important;
    height: 36px;
    font-size: 1.1em; }
  button.button-red, .button.button-red {
    color: #fff;
    background-color: #E00F0F !important;
    height: 36px;
    font-size: 1.1em; }
  button.button-grey, .button.button-grey {
    color: #fff;
    background-color: #bbb !important;
    height: 36px;
    font-size: 1.1em; }
  button.button-white, .button.button-white {
    background-color: #000;
    color: #000;
    background-color: #fff !important;
    height: 36px;
    line-height: 36px; }

.button-wide {
  width: 100%; }

.button-payment-wide {
  width: 150px;
  margin-top: 20px !important; }

.btn-ml-20 {
  margin-left: 20px !important; }

/*
    Styling for all heading go here.
*/
h1 {
  color: #464646;
  line-height: 25px; }

h5 {
  color: #707070;
  line-height: 24px; }

/*
    Styling for all href links go here.
*/
a {
  font-family: 'Helvetica Reg', sans-serif; }

a.blue {
  font-family: 'Helvetica Reg', sans-serif; }

.select-clear a {
  font-family: 'Helvetica Reg', sans-serif; }

a.select-all {
  margin-right: 10px; }

/*
    Styling for all images go here.
*/
.entity-logo{
  max-width: 48px;
  width: 100%;
  height: 48px;
  object-fit: scale-down;
  border: 1px solid #0D83F8 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.upload-logo {
  background-image: url("../images/logopreviewbg.5b5b3cf326a4.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.upload-logo img {
  width: 100%; }

.upload-logo-mh {
  min-height: 200px; }

/*
    Styling for all input fields go here.
*/
.input-field > label {
  font-size: 1.1em;
  font-family: 'Helvetica Reg', sans-serif; }

input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
  height: 55px !important; }

input {
  font-family: 'Helvetica Reg', sans-serif !important; }

.input-field input:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important; }

.input-field > label:after {
  color: red !important; }

input:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important; }

input:valid {
  border-bottom: 1px solid #9e9e9e !important;
  box-shadow: none !important; }

textarea:valid {
  border-bottom: 1px solid #9e9e9e !important;
  box-shadow: none !important; }

textarea:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important; }

textarea {
  color: #707070;
  font-family: 'Helvetica Reg', sans-serif !important; }

input:focus + label {
  color: #e1e1e1 !important; }

.select-wrapper input.select-dropdown {
  color: #707070; }

@media (max-width: 1024px) {
  .input-full-wide {
    width: 100% !important; }

  .button-sm-wide {
    margin: 0 auto !important;
    width: 50% !important;
    float: none !important;
    display: block; } }
@media (max-width: 650px) {
  .input-full-wide {
    width: 100% !important; }

  .button-sm-wide {
    width: 100% !important; } }
/*
    Styling for all labels go here.
*/
.input-field > label {
  font-size: 1.1em;
  font-family: 'Helvetica Reg', sans-serif; }

input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
  height: 40px !important; }

/*
    Styling for all lists go here.
*/
/*
    Styling for all form messages go here.
*/
.invalid {
  border-color: #F44336 !important;
  box-shadow: none !important; }

.validationMessage {
  color: #F44336; }

.errorlist {
  margin: 0; }

.blockUI {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 999999999999999; }

.block-progress-container {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #707070;
  font-family: "Helvetica Reg" !important; }
  .block-progress-container img {
    height: 18px;
    width: 18px; }
  .block-progress-container .block-progress {
    margin: 0;
    margin-bottom: 1rem;
    background-color: #b8b8b9;
    height: .3rem; }
    .block-progress-container .block-progress .indeterminate {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background-color: #0D83F8 !important; }

/*
    Styling for all paragraphs go here.
*/
/*
    Styling for all horizontal lines.
*/
.bb {
  border-bottom: 1px solid #ddd; }

/*
Styling for all select fields go here.
*/
.input-field select[type=text]:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important; }

.input-field select:focus + label {
  color: #000 !important; }

select[type=text]:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important; }

select:focus + label {
  color: #000 !important; }

.dropdown-content li > a, .dropdown-content li > span {
  color: #000; }

ul.dropdown-content {
  border-radius: 8px !important;
  box-shadow: 18px 15px 12px 3px rgba(0, 0, 0, 0.3) !important; }

.select-wrapper input.select-dropdown {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.dropdown-content {
  position: absolute;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 18px 15px 12px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 18px 15px 12px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 18px 15px 12px 3px rgba(0, 0, 0, 0.3);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .dropdown-content li:first-child span {
    padding-left: 8px; }
    .dropdown-content li:first-child span label span {
      font-weight: bold !important; }
    .dropdown-content li:first-child span label span::before, .dropdown-content li:first-child span label span::after {
      display: none; }
  .dropdown-content li {
    padding-left: 1rem; }
    .dropdown-content li label span {
      font-weight: normal !important;
      font-size: .9rem; }

.select-checkbox-rounded {
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  background-color: #0D83F8 !important;
  border: 1px solid #0D83F8 !important; }

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #0D83F8;
  border: 1px solid #0D83F8; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1.5px solid #0D83F8; }

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  display: block;
  padding: 6px 8px;
  line-height: 2.9 !important; }

/*
	All page layout related elements go here.
*/
/*
Styling for all container elements go here.
*/
.container-inbox {
  width: 85%;
  margin: 0 auto;
  max-width: 2000px; }

@media only screen and (max-width: 1400px) {
  .container-inbox {
    max-width: 95%;
    width: 95%; } }
.fl {
  float: left; }

.fr {
  float: right; }

/*
    Styling for all margins go here.
*/
/*margins top*/
.mt-0 {
  margin-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*margins top end*/
/*margins bottom*/
.mb-0 {
  margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*margins bottom end*/
/*margins left*/
.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

/*margins left end*/
/*margins right*/
.mr-0 {
  margin-right: 0; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

/*margins right end*/
/*paddings top*/
.pt-0 {
  padding-top: 0; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

/*paddings top end*/
/*paddings bottom*/
.pb-0 {
  padding-bottom: 0; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

/*paddings bottom end*/
/*paddings left*/
.pl-0 {
  padding-left: 0; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

/*paddings left end*/
/*paddings right*/
.pr-0 {
  padding-right: 0; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

/*paddings right end*/
.pl-null {
  padding-left: 0 !important; }

.pr-null {
  padding-right: 0 !important; }

@media (max-width: 1400px) {
  .pl-sm-null {
    padding-left: 0 !important; }

  .pr-sm-null {
    padding-right: 0 !important; } }
@media (max-width: 1024px) {
  .mb-sm-null {
    margin-bottom: 0 !important; }

  .mt-sm-mid {
    margin-top: 40px !important; }

  .mt-sm-null {
    margin-top: 0 !important; } }
/*
    Styling for all types of paddings go here.
*/
/*
	All page related custom elements go here.
*/
.bg-color-grey {
  background-color: #f8f9fd; }

.bg-color-dark-grey {
  background-color: #393939; }

/* Footer Starts */
.footer {
  border-top: 1px solid #999;
  padding-top: 50px;
  font-family: 'Helvetica Reg', sans-serif; }

.footer-logo {
  float: right; }

.footer-logo img {
  max-width: 140px; }

.footer-section h5 {
  margin-top: 5px !important;
  margin-bottom: 30px;
  color: #000 !important; }

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

ul.footer-listing li {
  display: block;
  text-decoration: none; }

ul.footer-listing li a {
  display: block;
  font-size: 1.3em;
  text-decoration: none;
  color: #807f80; }

ul.footer-listing li a:hover {
  display: block;
  text-decoration: none;
  color: #000; }

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

ul.footer-links li {
  display: inline-block;
  text-decoration: none;
  margin-right: 120px;
  color: #969696;
  font-size: 1.3em; }

ul.footer-links li:last-child {
  margin-right: none; }

ul.footer-links li a {
  display: inline-block;
  color: #b3b3b3; }

.social-icons {
  float: right;
  width: 200px;
  margin-right: -10px; }

.social-icons span {
  width: 50px;
  float: left; }

.social-icons span a {
  text-decoration: none; }

.social-icons span a img {
  width: 25px;
  display: block;
  margin: 0 auto;
  text-align: center; }

@media only screen and (max-width: 2400px) {
  ul.footer-links li {
    display: inline-block;
    text-decoration: none;
    margin-right: 80px;
    color: #969696;
    font-size: 1.3em; } }
@media only screen and (max-width: 2000px) {
  ul.footer-links li {
    margin-right: 40px; } }
@media only screen and (max-width: 1650px) {
  ul.footer-links li {
    margin-right: 30px;
    font-size: 1.1em; } }
@media only screen and (max-width: 1400px) {
  ul.footer-links li {
    margin-right: 20px;
    font-size: 1em; } }
@media only screen and (max-width: 1024px) {
  ul.footer-links li {
    margin-right: 15px;
    font-size: 1em; } }
@media only screen and (max-width: 992px) {
  nav a.sidenav-trigger {
    display: block;
    margin-right: 20px; }

  .footer {
    padding-top: 30px; }

  .logoinverse {
    margin-bottom: 50px; }

  .footer-section h5 {
    margin-top: 0;
    margin-bottom: 15px; }

  .full-stretch {
    width: 100% !important; }

  ul.footer-links {
    display: block;
    text-align: center;
    margin: 0 auto 20px auto; }

  .social-icons {
    margin: 0 auto;
    float: none; } }
@media only screen and (max-width: 600px) {
  .footer-logo {
    max-width: 150px; }

  .footer-logo {
    max-width: 150px; }

  .footer-logo img {
    width: 100%; }

  .footer-section h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.2em; }

  ul.footer-listing li a {
    font-size: 1em; }

  ul.footer-links li {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px; } }
.pac-container {
  z-index: 9999999 !important;
  top: 32px !important;
  margin-top: 10px;
  left: 0 !important; }

nav {
  background: transparent !important;
  box-shadow: none !important; }

nav ul a {
  color: #333333;
  background: transparent !important;
  font-family: 'Helvetica Reg', sans-serif; }

nav ul li {
  margin-right: 20px; }

nav ul li:last-child {
  margin-right: 0; }

nav ul a:hover {
  color: #000; }

@media only screen and (max-width: 1024px) {
  nav {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  nav a.sidenav-trigger {
    display: block;
    margin-right: 20px; }

  nav .sidenav-trigger {
    float: left;
    position: relative;
    z-index: 1;
    height: 40px;
    margin: 11px 0 0 0;
    padding: 0 0 !important;
    background-color: #fdd10f !important;
    border-radius: 50%;
    width: 45px !important;
    vertical-align: middle !important;
    height: 45px !important;
    line-height: 45px !important;
    text-align: center;
    color: #000 !important; }

  nav .brand-logo {
    left: 7%;
    width: 100px; }

  nav .brand-logo img {
    width: 100%; }

  nav ul li {
    margin-right: 0; } }
@media only screen and (max-width: 768px) {
  nav a.sidenav-trigger {
    height: 32px;
    margin: 14px 0 0 0;
    background-color: #fdd10f !important;
    width: 32px !important;
    vertical-align: middle !important;
    height: 32px !important;
    line-height: 36px !important; }

  nav i {
    font-size: 19px !important; } }
@media only screen and (max-width: 600px) {
  nav ul a {
    padding: 0 5px !important;
    font-size: 0.9em !important; }

  div.nav-wrapper .dropdown-content li > a {
    line-height: 3.9 !important; }

  nav i {
    font-size: 18px !important; }

  nav a.sidenav-trigger {
    height: 27px;
    margin: 14px 0 0 0;
    background-color: #fdd10f !important;
    width: 27px !important;
    vertical-align: middle !important;
    height: 27px !important;
    line-height: 26px !important; }

  .dropdownimg img {
    width: 25px;
    margin-top: 15px; }

  nav .brand-logo {
    left: 10%;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  nav .brand-logo img {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  nav .brand-logo {
    left: 5%;
    width: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-x: hidden !important; }

  nav .brand-logo img {
    width: 100px; }

  .dropdown-content {
    top: 50px !important; }

  .dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 48px;
    padding: 0 16px !important; } }
/*
    Styling for all icon elements go here.
*/
.upload-logo {
  background-image: url("/static/images/common/logo-preview-bg.efa012767f32.png");
  background-repeat: repeat-y 0 0;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px; }

/*
    Styling for all loader elements go here.
*/
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999; }
  #page-loader .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    #page-loader .content img {
      max-height: 450px;
      width: auto; }
    #page-loader .content h5 {
      font-size: 12px;
      color: #707070;
      font-family: "Helvetica Reg" !important; }

/*
	All logo related styling goes here.
*/
.logo-center {
  width: 110px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  top: 40px; }

.logo-center img {
  width: 100%; }

/*
    Styling for all modal elements go here.
*/
.modal .modal-content {
  padding: 0; }

.modal-yellow {
  max-width: 577px;
  border-radius: 7px;
  background-color: #ffd00d;
  height: 577px;
  top: 10% !important;
  max-height: 577px; }

.modal-content-yellow {
  display: flex;
  align-items: center;
  height: 577px;
  width: 265px;
  position: absolute;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto; }

.modal-logo-small {
  text-align: center;
  display: block;
  margin: 16px auto 15px auto !important;
  width: 40px; }

.modal-logo-small img {
  width: 100%; }

.modal-yellow h1 {
  color: #000;
  font-size: 1.3em;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }

.modal-yellow h5 {
  color: #000;
  font-size: 1em;
  font-family: 'Helvetica Reg', sans-serif; }

.modal-yellow ul {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 35px 0 !important; }

.modal-yellow ul li {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-size: 1em;
  background-image: url("../images/black-tick.a5a423a34b79.png");
  background-position: 0 3px !important;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-family: 'Helvetica Reg', sans-serif; }

@media screen and (max-height: 768px) {
  .modal-yellow {
    top: 5% !important;
    max-width: 577px;
    border-radius: 7px;
    background-color: #ffd00d;
    height: 577px;
    top: 5% !important;
    max-height: 577px; } }
@media screen and (max-height: 640px) {
  .modal-yellow {
    max-width: 577px;
    border-radius: 7px;
    background-color: #ffd00d;
    height: 400px;
    top: 5% !important;
    max-height: 400px; }

  .modal-content-yellow h5 {
    line-height: 18px !important; }

  .modal-logo-small {
    margin: 0 auto !important; }

  .modal-content-yellow div.row {
    margin-bottom: 10px !important; }

  .button-white-wide220 {
    width: 150px !important;
    height: 30px !important;
    line-height: 28px !important; }

  .modal-content-yellow {
    height: 400px; }

  .modal-content-yellow p {
    display: none; }

  .modal-yellow ul li {
    margin-bottom: 5px;
    font-size: 1em;
    font-family: 'Helvetica Reg', sans-serif; }

  .modal-yellow h5 {
    margin-top: 0 !important; }

  .modal-yellow ul {
    margin: 10px 0 0px 0 !important; } }
/*
    Styling for all navbar elements go here.
*/
#navbar-logo {
  max-width: 42px !important;
  max-height: 42px !important; }

button.toggleicon {
  display: none; }

@media screen and (max-width: 767px) {
  button.toggleicon {
    display: block; }

  button.toggleicon {
    width: 40px !important;
    height: 40px !important;
    box-shadow: none !important;
    background-color: #0D83F8 !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
    outline: none !important;
    position: absolute !important;
    z-index: 9999 !important; }

  button.toggleicon img {
    width: 100% !important;
    height: auto !important; }

  html {
    overflow-x: hidden !important; }

  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -413px;
    /* 6 columns */ }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -413px;
    /* 6 columns */ }

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 413px;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 413px;
    /* 6 columns */ } }
@media screen and (max-width: 650px) {
  ul.vertical-modal-listing li {
    width: 100% !important; } }
.page-canvas .left-section {
  overflow-x: hidden;
  overflow-y: auto;
  width: 413px;
  padding-right: 20px;
  min-width: 413px; }
.page-canvas .right-section {
  overflow: hidden;
  padding-right: 50px; }
.page-canvas .left-section, .page-canvas .right-section {
  height: 100vh; }
@media screen and (max-width: 767px) {
  .page-canvas .right-section {
    padding-right: 10px; } }
@media screen and (max-width: 2500px) {
  .page-canvas .right-section {
    padding-right: 40px !important; } }
@media screen and (max-width: 2200px) {
  .page-canvas .right-section {
    padding-right: 35px !important; } }
@media screen and (max-width: 2000px) {
  .page-canvas .right-section {
    padding-right: 30px !important; } }
@media screen and (max-width: 1700px) {
  .page-canvas .right-section {
    padding-right: 20px !important; } }
@media screen and (max-width: 1500px) {
  .page-canvas .right-section {
    padding-right: 15px !important; } }
@media screen and (max-width: 1400px) {
  .page-canvas .right-section {
    padding-right: 10px !important; } }

.block-progress-container {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  width: 400px !important;
  background-color: #fff !important;
  display: block !important;
  text-align: center; }

@media only screen and (max-height: 600px) {
  .block-progress-container {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 90% !important;
    background-color: #fff !important;
    display: block !important;
    text-align: center; } }
/*
    Styling for all progress step elements go here.
*/
.step-navwrap {
  width: 240px; }

ul.step-navlist {
  list-style-type: none;
  margin: 25px auto 0 auto;
  padding: 0;
  text-align: center; }

ul.step-navlist li {
  display: inline-block;
  text-decoration: none;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

ul.step-navlist li span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #C0C0C3;
  border-radius: 50%; }

ul.step-navlist li:last-child {
  margin-right: 0; }

ul.step-navlist li span.active {
  background-color: #FFD00C; }

ul.step-navlist-wide {
  width: 100%;
  list-style-type: none;
  margin: 25px auto 0 auto;
  padding: 0;
  text-align: center; }

ul.step-navlist-wide li {
  display: inline-block;
  text-decoration: none;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

ul.step-navlist-wide li span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #C0C0C3;
  border-radius: 50%; }

ul.step-navlist-wide li:last-child {
  margin-right: 0; }

ul.step-navlist-wide li span.active {
  background-color: #FFD00C; }

@media (max-width: 1024px) {
  .step-navwrap {
    margin: 0 auto; } }
.simplebar-scrollbar:hover, .simplebar-scrollbar:before {
  background-color: #fff !important; }

.simplebar-scrollbar {
  background: #fff !important;
  width: 21px !important;
  right: 10px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  -webkit-box-shadow: 4px 6px 10px -6px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 4px 6px 10px -6px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 4px 6px 10px -6px rgba(0, 0, 0, 0.75) !important; }

.simplebar-track {
  width: 42px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0; }

.switch label input[type="checkbox"]:checked + .lever::after {
  background-color: #007bff; }

.switch label input[type="checkbox"]:checked + .lever {
  background-color: #e6e6e6; }

.switch label .lever::before {
  top: 0; }

.switch label .lever::after {
  top: 0; }

/*
    All app pages related stylings go here
*/
#profile-content h1 {
  font-size: 2.8em; }

#profile-content h5 {
  font-size: 1.3em; }

.button-blue-wide240 {
  width: 240px; }

.button-white-wide220 {
  width: 210px; }

.back-to-profile {
  float: left !important; }

.back-to-profile a {
  width: 240px !important;
  display: block;
  padding-top: 7px !important; }

.back-to-profile a:hover {
  width: 240px !important;
  display: block; }

.create-profile-btn-wrap {
  float: left !important;
  margin-right: 20px; }

#profile-content div.input-field > label {
  color: #E1E1E1; }

#profile-content input {
  color: #707070;
  border-bottom: 1px solid #c0c0c3 !important; }

#profile-content input:valid {
  color: #707070;
  border-bottom: 1px solid #c0c0c3 !important; }

#profile-content input:focus {
  border-bottom: 2px solid #c0c0c3 !important; }

#create-profile label {
  color: #E1E1E1 !important; }

.select-wrapper + label {
  top: 0; }

.label-ml label {
  left: 0 !important; }

.error-text-center div.alert {
  text-align: center;
  font-family: 'Helvetica Reg', sans-serif;
  font-size: 1em;
  background-color: #F44336;
  padding: 10px 20px;
  color: #fff;
  width: 800px;
  border: none;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto; }

@media only screen and (max-width: 1024px) {
  br {
    display: none; }

  .pl-sm-15 {
    padding-left: 10px !important; }

  .label-ml label {
    left: 0.75em !important; }

  #profile-content h1 {
    font-size: 2em; }

  #profile-content h5 {
    font-size: 1em; }

  .button-blue-wide240 {
    width: 50% !important;
    float: none !important;
    margin: 0 auto !important;
    display: block; }

  .button-blue-wide {
    width: 200px !important;
    float: none !important;
    margin: 0 auto !important;
    display: block; }

  .back-to-profile a {
    width: 200px !important; }

  .back-to-profile a:hover {
    width: 200px !important; }

  .out-test-class {
    max-width: 500px; } }
@media only screen and (max-width: 767px) {
  .create-profile-btn-wrap {
    float: left !important;
    width: 46% !important; }

  .back-to-profile {
    float: left !important;
    width: 46% !important; }

  .create-profile-btn-wrap button {
    float: left !important;
    width: 100% !important; }

  .back-to-profile a {
    float: left !important;
    width: 100% !important; } }
@media only screen and (max-width: 450px) {
  div.profile-website-sz > label {
    font-size: 0.9em !important; } }
#page-create-company-billboard small,
#page-create-fund-billboard small,
#page-create-outpost small {
  color: #8e8e8e !important;
  font-size: 12px !important;
  margin-left: 0.5rem !important; }
#page-create-company-billboard .right-section,
#page-create-fund-billboard .right-section,
#page-create-outpost .right-section {
  padding-left: 30px !important; }
#page-create-company-billboard .btn-slide-wrp-left,
#page-create-fund-billboard .btn-slide-wrp-left,
#page-create-outpost .btn-slide-wrp-left {
  float: left !important; }
#page-create-company-billboard .btn-new-text,
#page-create-fund-billboard .btn-new-text,
#page-create-outpost .btn-new-text {
  float: left !important;
  padding-top: 10px;
  padding-bottom: 10px; }
#page-create-company-billboard .txt-mgn15,
#page-create-fund-billboard .txt-mgn15,
#page-create-outpost .txt-mgn15 {
  margin-right: 15px !important;
  float: left !important; }
#page-create-company-billboard .btn-slide-wrp,
#page-create-fund-billboard .btn-slide-wrp,
#page-create-outpost .btn-slide-wrp {
  float: right !important; }
#page-create-company-billboard textarea,
#page-create-fund-billboard textarea,
#page-create-outpost textarea {
  background-color: #fff;
  border-bottom: 0 !important;
  box-shadow: none !important;
  height: 300px !important;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 20px 20px 20px 20px; }
#page-create-company-billboard textarea :focus,
#page-create-fund-billboard textarea :focus,
#page-create-outpost textarea :focus {
  background-color: #fff;
  border-bottom: 11px solid #000 !important;
  height: 300px !important;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 20px 20px 20px 20px; }
#page-create-company-billboard .character-counter,
#page-create-fund-billboard .character-counter,
#page-create-outpost .character-counter {
  margin-top: -65px !important;
  margin-right: 15px;
  z-index: 9999;
  color: #9b9c9d;
  position: relative; }
#page-create-company-billboard input,
#page-create-fund-billboard input,
#page-create-outpost input {
  color: #707070;
  border-bottom: 1px solid #c0c0c3 !important; }
#page-create-company-billboard input:focus,
#page-create-fund-billboard input:focus,
#page-create-outpost input:focus {
  color: #707070;
  border-bottom: 2px solid #c0c0c3 !important; }
#page-create-company-billboard .back-arrow,
#page-create-fund-billboard .back-arrow,
#page-create-outpost .back-arrow {
  width: 100%;
  clear: left;
  margin-bottom: 20px;
  z-index: 9999;
  position: relative;
  top: 5px; }
  #page-create-company-billboard .back-arrow a,
  #page-create-fund-billboard .back-arrow a,
  #page-create-outpost .back-arrow a {
    text-decoration: none;
    outline: 0;
    margin-left: 13px; }
#page-create-company-billboard .build-billboard,
#page-create-fund-billboard .build-billboard,
#page-create-outpost .build-billboard {
  margin-bottom: 48px; }
  #page-create-company-billboard .build-billboard h1,
  #page-create-fund-billboard .build-billboard h1,
  #page-create-outpost .build-billboard h1 {
    font-size: 1.8em;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 100px;
    color: #282828 !important;
    font-family: "Helvetica Reg", sans-serif; }
  #page-create-company-billboard .build-billboard h5,
  #page-create-fund-billboard .build-billboard h5,
  #page-create-outpost .build-billboard h5 {
    font-size: 1.3em;
    color: #707070;
    line-height: 28px;
    font-family: "Helvetica Reg", sans-serif; }
#page-create-company-billboard .build-outpost h1,
#page-create-fund-billboard .build-outpost h1,
#page-create-outpost .build-outpost h1 {
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 100px;
  color: #282828 !important;
  font-family: "Helvetica Reg", sans-serif; }
#page-create-company-billboard .build-outpost h5,
#page-create-fund-billboard .build-outpost h5,
#page-create-outpost .build-outpost h5 {
  font-size: 1.3em;
  color: #707070;
  line-height: 28px;
  font-family: "Helvetica Reg", sans-serif; }
#page-create-company-billboard .btn-absolute,
#page-create-fund-billboard .btn-absolute,
#page-create-outpost .btn-absolute {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9999; }
#page-create-company-billboard .toggle-wrap,
#page-create-fund-billboard .toggle-wrap,
#page-create-outpost .toggle-wrap {
  position: fixed !important;
  left: 5px !important;
  z-index: 9999; }
#page-create-company-billboard button.toggleicon,
#page-create-fund-billboard button.toggleicon,
#page-create-outpost button.toggleicon {
  box-shadow: 0 !important; }
#page-create-company-billboard .toggleicon,
#page-create-fund-billboard .toggleicon,
#page-create-outpost .toggleicon {
  width: 30px !important;
  height: 30px !important; }
#page-create-company-billboard .toggleicon img,
#page-create-fund-billboard .toggleicon img,
#page-create-outpost .toggleicon img {
  width: 50px;
  height: auto;
  text-align: center;
  display: block;
  margin: 0 auto; }
#page-create-company-billboard .select-wrapper .caret,
#page-create-fund-billboard .select-wrapper .caret,
#page-create-outpost .select-wrapper .caret {
  fill: #0d83f8 !important;
  background-color: #f8f9fd !important;
  z-index: 99999 !important; }
#page-create-company-billboard .color-palette,
#page-create-fund-billboard .color-palette,
#page-create-outpost .color-palette {
  margin-bottom: 70px; }
  #page-create-company-billboard .color-palette h5,
  #page-create-fund-billboard .color-palette h5,
  #page-create-outpost .color-palette h5 {
    font-size: 1.3em;
    font-weight: bold;
    color: #707070;
    margin-bottom: 25px;
    font-family: "Helvetica Reg", sans-serif; }
  #page-create-company-billboard .color-palette ul,
  #page-create-fund-billboard .color-palette ul,
  #page-create-outpost .color-palette ul {
    width: 142px; }
    #page-create-company-billboard .color-palette ul .color-space,
    #page-create-company-billboard .color-palette ul .color-select,
    #page-create-fund-billboard .color-palette ul .color-space,
    #page-create-fund-billboard .color-palette ul .color-select,
    #page-create-outpost .color-palette ul .color-space,
    #page-create-outpost .color-palette ul .color-select {
      height: 25px;
      width: 25px;
      display: inline-block; }
    #page-create-company-billboard .color-palette ul .color-select,
    #page-create-fund-billboard .color-palette ul .color-select,
    #page-create-outpost .color-palette ul .color-select {
      border-radius: 50%;
      cursor: pointer; }
      #page-create-company-billboard .color-palette ul .color-select.color-tick,
      #page-create-fund-billboard .color-palette ul .color-select.color-tick,
      #page-create-outpost .color-palette ul .color-select.color-tick {
        background-image: url("/static/images/common/color-tick.cba8f287ff5f.png");
        background-repeat: no-repeat;
        background-size: 12px auto;
        background-position: center center; }
#page-create-company-billboard .sidebar-section h5,
#page-create-fund-billboard .sidebar-section h5,
#page-create-outpost .sidebar-section h5 {
  font-size: 1.3em;
  font-weight: bold;
  color: #707070;
  margin-bottom: 0;
  font-family: "Helvetica Reg", sans-serif; }
#page-create-company-billboard .sidebar-section .card-panel-custom,
#page-create-fund-billboard .sidebar-section .card-panel-custom,
#page-create-outpost .sidebar-section .card-panel-custom {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 14px 15px 7px -4px rgba(0, 0, 0, 0.2) !important;
  padding: 25px 35px 35px 35px;
  margin-top: 30px; }
  #page-create-company-billboard .sidebar-section .card-panel-custom .card-heading h5,
  #page-create-fund-billboard .sidebar-section .card-panel-custom .card-heading h5,
  #page-create-outpost .sidebar-section .card-panel-custom .card-heading h5 {
    padding-bottom: 10px;
    margin-bottom: 5px; }
#page-create-company-billboard [type="checkbox"].filled-in:checked + span:not(.lever)::before,
#page-create-fund-billboard [type="checkbox"].filled-in:checked + span:not(.lever)::before,
#page-create-outpost [type="checkbox"].filled-in:checked + span:not(.lever)::before {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important; }
#page-create-company-billboard .billboard-content,
#page-create-fund-billboard .billboard-content,
#page-create-outpost .billboard-content {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 100px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
#page-create-company-billboard #billboard-content div.card-panel,
#page-create-fund-billboard #billboard-content div.card-panel,
#page-create-outpost #billboard-content div.card-panel {
  border-radius: 10px !important;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
#page-create-company-billboard .office-location-container,
#page-create-fund-billboard .office-location-container,
#page-create-outpost .office-location-container {
  position: relative; }
#page-create-company-billboard #logo-file,
#page-create-fund-billboard #logo-file,
#page-create-outpost #logo-file {
  display: none; }
#page-create-company-billboard #logo-preview img,
#page-create-fund-billboard #logo-preview img,
#page-create-outpost #logo-preview img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin: 0 auto; }
#page-create-company-billboard .button-href a.grey,
#page-create-fund-billboard .button-href a.grey,
#page-create-outpost .button-href a.grey {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #bbb !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  border-radius: 55px;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard .button-href a.grey:hover,
#page-create-fund-billboard .button-href a.grey:hover,
#page-create-outpost .button-href a.grey:hover {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #bbb !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard .button-href a.blue,
#page-create-fund-billboard .button-href a.blue,
#page-create-outpost .button-href a.blue {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #0d83f8 !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  border-radius: 55px;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard .button-href a.blue:hover,
#page-create-fund-billboard .button-href a.blue:hover,
#page-create-outpost .button-href a.blue:hover {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #0d83f8 !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard a.button-blue-cs,
#page-create-fund-billboard a.button-blue-cs,
#page-create-outpost a.button-blue-cs {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #0d83f8 !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  border-radius: 55px;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard a.button-blue-cs:hover,
#page-create-fund-billboard a.button-blue-cs:hover,
#page-create-outpost a.button-blue-cs:hover {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #0d83f8 !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard .button-href a.yellow,
#page-create-fund-billboard .button-href a.yellow,
#page-create-outpost .button-href a.yellow {
  text-decoration: none;
  display: block;
  color: #0033ff;
  background-color: #ffd00d !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  border-radius: 55px;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard .button-href a.yellow:hover,
#page-create-fund-billboard .button-href a.yellow:hover,
#page-create-outpost .button-href a.yellow:hover {
  text-decoration: none;
  display: block;
  color: #0033ff;
  background-color: #ffd00d !important;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease; }
#page-create-company-billboard .href-wide,
#page-create-fund-billboard .href-wide,
#page-create-outpost .href-wide {
  max-width: 160px;
  margin-left: 5px;
  margin-right: 5px; }
#page-create-company-billboard .href-wide-alt,
#page-create-fund-billboard .href-wide-alt,
#page-create-outpost .href-wide-alt {
  max-width: 180px;
  margin-left: 5px;
  margin-right: 5px; }
#page-create-company-billboard .preview-container,
#page-create-fund-billboard .preview-container,
#page-create-outpost .preview-container {
  border-radius: 10px;
  background-color: #3c3c3c;
  width: 100%;
  padding: 100px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
#page-create-company-billboard .preview-wide,
#page-create-fund-billboard .preview-wide,
#page-create-outpost .preview-wide {
  width: 100% !important;
  max-width: 100% !important; }
#page-create-company-billboard .preview-container img,
#page-create-fund-billboard .preview-container img,
#page-create-outpost .preview-container img {
  max-width: 300px;
  height: auto; }
#page-create-company-billboard .build-outpost h1,
#page-create-fund-billboard .build-outpost h1,
#page-create-outpost .build-outpost h1 {
  font-size: 1.7em;
  margin-bottom: 20px;
  font-weight: bold; }
#page-create-company-billboard .build-outpost h5,
#page-create-fund-billboard .build-outpost h5,
#page-create-outpost .build-outpost h5 {
  font-size: 1.3em;
  color: #707070;
  line-height: 28px; }
#page-create-company-billboard .outpost-step-wrap,
#page-create-fund-billboard .outpost-step-wrap,
#page-create-outpost .outpost-step-wrap {
  margin-bottom: 70px; }
#page-create-company-billboard .outpost-step-wrap h1,
#page-create-fund-billboard .outpost-step-wrap h1,
#page-create-outpost .outpost-step-wrap h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #707070;
  margin-bottom: 10px;
  font-family: "Helvetica Reg", sans-serif !important; }
#page-create-company-billboard .outpost-step-wrap h1 span,
#page-create-fund-billboard .outpost-step-wrap h1 span,
#page-create-outpost .outpost-step-wrap h1 span {
  width: 36px;
  height: 36px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  margin-top: -3px; }
#page-create-company-billboard .outpost-step-wrap h5,
#page-create-fund-billboard .outpost-step-wrap h5,
#page-create-outpost .outpost-step-wrap h5 {
  font-size: 1.3em;
  color: #707070;
  line-height: 28px;
  margin-bottom: 65px;
  font-family: "Helvetica Reg", sans-serif; }
#page-create-company-billboard .outpost-step-contain,
#page-create-fund-billboard .outpost-step-contain,
#page-create-outpost .outpost-step-contain {
  margin-bottom: 70px; }
#page-create-company-billboard .outpost-step-contain h5,
#page-create-fund-billboard .outpost-step-contain h5,
#page-create-outpost .outpost-step-contain h5 {
  font-size: 1.3em;
  color: #707070;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: bold; }
#page-create-company-billboard .outpost-step-contain-alt h5,
#page-create-fund-billboard .outpost-step-contain-alt h5,
#page-create-outpost .outpost-step-contain-alt h5 {
  margin-bottom: 15px; }
#page-create-company-billboard .step-wrap-alt h5,
#page-create-fund-billboard .step-wrap-alt h5,
#page-create-outpost .step-wrap-alt h5 {
  font-size: 1.3em;
  color: #707070;
  line-height: 16px !important;
  margin-bottom: 0 !important;
  font-weight: bold; }
#page-create-company-billboard .button-href a.grey,
#page-create-fund-billboard .button-href a.grey,
#page-create-outpost .button-href a.grey {
  font-family: "Helvetica Reg", sans-serif; }
#page-create-company-billboard .sidebar-section,
#page-create-fund-billboard .sidebar-section,
#page-create-outpost .sidebar-section {
  margin-bottom: 70px; }
#page-create-company-billboard .sidebar-textarea,
#page-create-fund-billboard .sidebar-textarea,
#page-create-outpost .sidebar-textarea {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px; }
#page-create-company-billboard .sidebar-textarea textarea,
#page-create-fund-billboard .sidebar-textarea textarea,
#page-create-outpost .sidebar-textarea textarea {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  border-bottom: none;
  height: 175px !important; }
#page-create-company-billboard .sidebar-select input,
#page-create-fund-billboard .sidebar-select input,
#page-create-outpost .sidebar-select input {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
#page-create-company-billboard .sidebar-switch input,
#page-create-fund-billboard .sidebar-switch input,
#page-create-outpost .sidebar-switch input {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
#page-create-company-billboard .sidebar-static,
#page-create-fund-billboard .sidebar-static,
#page-create-outpost .sidebar-static {
  position: absolute;
  height: 100%;
  overflow-y: scroll; }
#page-create-company-billboard img.tooltip-sz,
#page-create-fund-billboard img.tooltip-sz,
#page-create-outpost img.tooltip-sz {
  max-width: 15px;
  height: auto; }
#page-create-company-billboard small,
#page-create-fund-billboard small,
#page-create-outpost small {
  color: #8e8e8e !important;
  font-size: 12px !important;
  margin-left: 0.5rem !important; }
#page-create-company-billboard small.text-center,
#page-create-fund-billboard small.text-center,
#page-create-outpost small.text-center {
  text-align: center;
  width: 100%;
  display: block;
  font-family: "Helvetica Reg", sans-serif; }

#onboarding-complete-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8999;
  left: 0;
  top: 0;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

#onboarding-complete-overlay img {
  max-width: 70%;
  height: auto;
  cursor: pointer; }

.onetwo {
  padding: 10px !important; }

.img-rounded {
  float: left !important;
  width: 32%;
  height: 150px;
  padding: 0 6px;
  overflow-y: hidden;
  margin-bottom: 15px;
  border-radius: 6px; }

.img-rounded img {
  height: 150px;
  width: 100%;
  border-radius: 6px; }

.modal-image-deck {
  background-color: #fbcf48;
  border-radius: 8px;
  max-width: 800px;
  height: 540px !important; }

.modal-image-deck div.modal-content {
  background-color: #fbcf48;
  border: none !important;
  overflow-y: auto;
  height: 500px;
  padding: 40px 45px 40px 45px !important; }

.modal-image-deck a.load-more {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  padding: 0 30px 0 30px;
  height: 36px !important;
  line-height: 36px !important;
  display: block !important;
  width: 145px !important;
  font-family: "Helvetica Reg", sans-serif;
  font-size: 1em;
  text-align: center !important;
  letter-spacing: 0 !important;
  text-transform: capitalize;
  margin: 20px auto 30px auto; }

.modal-footer {
  padding-top: 13px !important;
  border-top: none !important;
  background-color: #fbcf48 !important; }

.slimScrollBar {
  background: #fff !important;
  background-color: #fff !important;
  opacity: 1 !important; }

@media (max-width: 1024px) {
  #onboarding-complete-overlay img {
    max-width: 100%;
    height: auto;
    cursor: pointer; }

  .modal-image-deck {
    max-width: 90%; }

  .img-rounded {
    float: left !important;
    width: 32%;
    height: 150px;
    padding: 0 6px;
    overflow-y: hidden;
    margin-bottom: 15px;
    border-radius: 6px; }

  .img-rounded img {
    height: 150px;
    width: 100%;
    border-radius: 6px; } }
@media (max-width: 768px) {
  .img-rounded {
    float: left !important;
    width: 50%;
    height: 150px;
    padding: 0 16px;
    overflow-y: hidden;
    margin-bottom: 15px;
    border-radius: 6px; }

  .img-rounded img {
    height: 150px;
    width: 100%;
    border-radius: 6px; } }
@media (max-width: 600px) {
  .img-rounded {
    float: left !important;
    width: 50%;
    height: 110px;
    padding: 0 16px;
    overflow-y: hidden;
    margin-bottom: 15px;
    border-radius: 6px; }

  .img-rounded img {
    height: 110px;
    width: 100%;
    border-radius: 6px; } }
#page-create-outpost {
  /* PREVIEW CONTAINER */ }
  #page-create-outpost .preview-container {
    max-height: 800px;
    background-color: #000; }
    #page-create-outpost .preview-container #preview {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
      width: 100%; }
    #page-create-outpost .preview-container .cropper-modal {
      background-color: transparent; }
    #page-create-outpost .preview-container .wrapper {
      position: relative;
      padding: 0;
      width: 100%;
      height: 100%;
      min-width: 600px;
      max-width: 100%;
      min-height: 400px;
      max-height: 850px;
      background-color: color(black, color-2);
      -webkit-border-radius: 8px !important;
      -moz-border-radius: 8px !important;
      border-radius: 8px !important;
      -webkit-box-shadow: 14px 15px 7px -4px rgba(0, 0, 0, 0.2) !important;
      -moz-box-shadow: 14px 15px 7px -4px rgba(0, 0, 0, 0.2) !important;
      box-shadow: 14px 15px 7px -4px rgba(0, 0, 0, 0.2) !important; }
      #page-create-outpost .preview-container .wrapper .overlay-intro {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 300px;
        width: 500px;
        padding: 60px;
        padding-left: 120px;
        background-color: #c0c0c3;
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        border-radius: 8px !important; }
        #page-create-outpost .preview-container .wrapper .overlay-intro h4 {
          color: #f8f9fd; }
        #page-create-outpost .preview-container .wrapper .overlay-intro p {
          color: #f8f9fd;
          width: 300px; }
        #page-create-outpost .preview-container .wrapper .overlay-intro .intro-content {
          height: 100%;
          width: 100%;
          -webkit-border-radius: 8px !important;
          -moz-border-radius: 8px !important;
          border-radius: 8px !important; }

.upload-logo:hover {
  cursor: pointer; }

#modal-select-slides {
  padding: 20px; }

#modal-select-slides h5 {
  color: #000; }

#modal-select-slides h5 .slide-name {
  text-transform: capitalize; }

#modal-select-slides .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#modal-select-slides .btn-new-slide {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  padding: 0 30px 0 30px;
  height: 36px !important;
  line-height: 36px !important;
  width: 145px !important;
  font-family: "Helvetica Reg", sans-serif;
  font-size: 1em;
  text-align: center !important;
  letter-spacing: 0 !important;
  text-transform: capitalize;
  margin: 0; }

#upload-images-content {
  height: 330px !important; }

@media only screen and (max-height: 700px) {
  .modal {
    top: 3% !important; }

  .img-rounded img {
    height: 130px !important; } }
#inbox {
  /* Feed Code Starts */
  /* Feed Code Ends */
  /* Error Code Starts */
  /* Error Code Ends */
  /* Graveyard Code Starts */
  /* Graveyard Code Ends */ }
  #inbox .dropdownimg {
    padding-right: 0; }
  #inbox .dropdownimg img {
    width: 45px;
    height: auto;
    margin-top: 10px; }
  #inbox a.brand-logo img {
    max-width: 145px !important;
    margin-top: 12px; }
  #inbox .dropdown-content {
    top: 70px !important;
    width: 200px !important;
    box-shadow: 0 10px 10px #ddd; }
  #inbox nav {
    line-height: 55px !important; }
  #inbox ul.dropdown-content li {
    border-bottom: 1px solid #ddd; }
  #inbox ul.dropdown-content li a {
    color: #000;
    font-size: 1em; }
  #inbox ul.dropdown-content li a:hover {
    color: #000;
    font-size: 1em; }
  #inbox .page-title {
    font-size: 1.6em;
    margin-bottom: 2px;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
  #inbox .page-title span {
    display: inline-block; }
  #inbox .page-title span img {
    width: 25px;
    height: auto;
    margin-left: 10px; }
  #inbox .credits {
    font-size: 1.3em;
    font-family: "Helvetica Reg", sans-serif; }
  #inbox .credits span img {
    margin-left: 6px;
    margin-right: 9px;
    display: inline-block; }
  #inbox .inbox-round-st {
    width: 550px;
    height: 300px !important;
    padding-left: 2em;
    padding-right: 2em; }
  #inbox .alert-msg-modal {
    text-align: center;
    margin-top: 50px; }
  #inbox .fund13 {
    font-size: 1.3em; }
  #inbox .alert-msg-st1 {
    width: 550px;
    height: 300px !important;
    padding-left: 2em;
    padding-right: 2em; }
  #inbox .inbox-fund-closed {
    width: 550px;
    height: 300px !important;
    padding-left: 2em;
    padding-right: 2em; }
  #inbox .fund-closed-st1 {
    text-align: center;
    margin-top: 50px; }
  #inbox .inbox-section-title {
    width: 100%;
    border-bottom: 1px solid #ccccce;
    padding-bottom: 8px;
    font-size: 1.3em;
    font-weight: 600;
    color: #464646;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
    text-transform: capitalize; }
  #inbox .feed-title {
    width: 100%;
    border-bottom: 1px solid #ccccce;
    padding-bottom: 8px;
    font-size: 1.3em;
    font-weight: 600;
    color: #464646;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
  #inbox .pending-section {
    width: 100%;
    margin-bottom: 20px;
    min-height: 595px; }
  #inbox .explore-section {
    width: 100%;
    margin-bottom: 20px;
    min-height: 595px; }
  #inbox .recommended-section {
    width: 100%;
    margin-bottom: 20px;
    min-height: 595px; }
  #inbox .request-section {
    width: 100%;
    margin-bottom: 20px;
    min-height: 595px; }
  #inbox .letstalk-section {
    width: 100%;
    margin-bottom: 20px;
    min-height: 595px; }
  #inbox .pagination span.page-counter {
    font-size: 0.7em !important;
    font-weight: normal !important;
    display: inline-block;
    top: -7px;
    position: relative;
    margin-top: -7px; }
  #inbox .w-100 {
    width: 100%; }
  #inbox .w-100 button {
    font-size: 0.9em !important; }
  #inbox .pagination {
    float: right;
    width: auto !important; }
    #inbox .pagination .page-counter {
      line-height: 1; }
  #inbox a.scrollLink {
    padding-left: 0; }
  #inbox #nav-mobile li ul.dropdown-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  #inbox .feed-list-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
  #inbox ul.feed-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #inbox ul.feed-list li {
    display: block;
    margin-bottom: 4px;
    background-color: #f8f9fd;
    border-radius: 10px;
    box-shadow: 5px 10px 20px #ddd;
    padding: 20px 30px 20px 30px;
    font-family: "Helvetica Reg", sans-serif; }
  #inbox .time-date span {
    font-size: 0.9em;
    float: right;
    color: #707070;
    padding-top: 4px; }
  #inbox .feed-description {
    color: #999; }
  #inbox .date-time {
    color: #999;
    font-size: 0.9em; }
  #inbox #code_error {
    font-family: Arial;
    background: #232323;
    background-image: url("../images/error-bg.9943c143fb1f.jpg");
    background-repeat: repeat-x;
    padding-top: 150px;
    background-size: auto 157px;
    font-weight: bold;
    border-top: 15px solid #c7c7c7; }
  #inbox .text_green1 {
    color: #7fb57e; }
  #inbox .text_green2 {
    color: #08d209; }
  #inbox .text_beige1 {
    color: #f67d45; }
  #inbox .text_beige2 {
    color: #914604; }
  #inbox .text_blue1 {
    color: #558bc8; }
  #inbox .text_blue2 {
    color: #00b2fb; }
  #inbox .text_cyan1 {
    color: #4cb6b5; }
  #inbox .text_grey1 {
    color: #b1bcc5; }
  #inbox .text_grey2 {
    color: #999;
    padding: 2px 0 10px 0;
    border-bottom: 1px dashed #999; }
  #inbox .text_orange1 {
    color: #ee7603; }
  #inbox .text_yellow1 {
    color: #e3e205; }
  #inbox .text_yellow2 {
    color: #ebad00; }
  #inbox .text_white {
    color: #fff; }
  #inbox .text_red1 {
    color: red; }
  #inbox .text_indent {
    background-color: #3460e3;
    color: #000;
    padding-left: 2px;
    padding-right: 2px; }
  #inbox .bgblack {
    background-color: #000;
    border-top: 1px solid #7d7e7d;
    border-bottom: 1px solid #7d7e7d; }
  #inbox .blank {
    padding-bottom: 100px;
    min-height: 1px;
    background-color: #2c2c2c; }
  #inbox .greybg {
    background-color: #2c2c2c;
    border-top: 1px solid #7d7e7d; }
  #inbox .graveyard {
    display: block;
    color: #000; }
  #inbox .graveyard a {
    display: block;
    color: #000;
    text-decoration: underline;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 13px;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
  #inbox .graveyard span img {
    margin-left: 5px; }
  #inbox .graveyard-container {
    background-color: #2c2c2c;
    padding: 60px 0 200px 0; }
  #inbox .logoinverse {
    width: 100%;
    margin-bottom: 130px; }
  #inbox .graveyard-title {
    display: block;
    color: #a2a2a3;
    margin-bottom: 70px;
    font-size: 1.5em;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
  #inbox .graveyard-title a {
    display: block;
    color: #a2a2a3;
    text-decoration: none;
    font-weight: bold;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
  #inbox .graveyard-title span img {
    margin-left: 10px; }
  #inbox .graveyard-section-title {
    width: 100%;
    border-bottom: 2px solid #b8b9b9;
    padding-bottom: 12px;
    font-size: 1.3em;
    font-weight: bold;
    color: #b8b9b9; }
  #inbox .declined-section {
    width: 100%;
    margin-bottom: 20px;
    min-height: 595px; }
  #inbox .declined {
    background-color: #808080 !important; }
    #inbox .declined div.badges {
      display: none; }
    #inbox .declined div.verticals {
      display: none; }
    #inbox .declined div.elevator-pitch {
      display: none; }
    #inbox .declined ul.data-table {
      display: none; }
    #inbox .declined img.logo {
      max-width: 150px !important;
      text-align: center !important;
      margin: 0 auto !important;
      float: none !important;
      align-items: center !important;
      justify-content: center !important;
      object-fit: cover;
      height: auto !important; }
    #inbox .declined .declined-logo {
      height: 430px;
      display: flex !important;
      margin: 0 auto !important;
      float: none !important;
      align-items: center !important;
      justify-content: center !important; }
    #inbox .declined img {
      width: 100% !important; }
  #inbox .row-mgn-null {
    margin-bottom: 0 !important; }
  #inbox .pb-mgn-null {
    padding-bottom: 0 !important; }
  #inbox .credit-card {
    width: 500px;
    height: 300px;
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
    background-color: #f1731e;
    background-image: linear-gradient(110.1deg, #f1731e 18.9%, #e71d36 90.7%); }
  #inbox .bank-name {
    color: #fff;
    font-size: 1.8em;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
    margin-bottom: 10px; }
  #inbox .card-chip div.row {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important; }
  #inbox .bank-number {
    color: #fff;
    font-size: 2em;
    font-family: "Helvetica Reg", sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff; }
  #inbox .card-expiry {
    float: right;
    color: #fff;
    font-size: 0.9em;
    text-align: right;
    padding-top: 5px;
    font-family: "Helvetica Reg", sans-serif; }
  #inbox .card-chip img {
    max-width: 50px;
    height: auto; }
  #inbox .card-footer {
    margin-top: 5px; }
  #inbox .card-owner {
    color: #fff;
    font-size: 1.1em;
    float: left;
    margin-top: 12px;
    font-family: "Helvetica Reg", sans-serif; }
  #inbox .card-type {
    color: #fff;
    font-size: 2em;
    float: right;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
  #inbox #card-element:first-child {
    background-color: #fff !important;
    border: 1px solid #FFCF0B !important;
    padding: 30px 20px 30px 20px;
    margin-top: 20px;
    border-radius: 8px; }
  #inbox .ElementsApp .Icon-fill {
    fill: #000000 !important; }
  #inbox ul.billing-history-listing {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0; }
  #inbox ul.billing-history-listing li {
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    padding: 20px 25px 20px 55px;
    background-image: url("../images/common/tick.1083559f087f.png");
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: left 20px top 20px; }
  #inbox ul.billing-history-listing li:nth-child(odd) {
    background-color: #e1e1e1;
    color: #000;
    font-family: "Helvetica Reg", sans-serif; }
  #inbox ul.billing-history-listing li:nth-child(even) {
    background-color: #ddd;
    color: #000;
    font-family: "Helvetica Reg", sans-serif; }
  #inbox i.right {
    font-weight: bold !important;
    margin-left: 0 !important; }
  #inbox .resurrect-wide {
    width: 180px !important;
    z-index: 9;
    position: relative; }
  @media only screen and (max-width: 2300px) {
    #inbox .pl-pr-null {
      padding-left: 0 !important;
      padding-right: 0 !important;
      font-size: 0.8em !important; } }
  @media only screen and (max-width: 1400px) {
    #inbox ul.feed-list li {
      display: block;
      margin-bottom: 4px;
      background-color: #f8f9fd;
      border-radius: 10px;
      box-shadow: 5px 10px 20px #ddd;
      padding: 20px 20px 20px 20px; } }
  @media only screen and (max-width: 1250px) {
    #inbox .full-wd {
      width: 100%; }
    #inbox .time-date span {
      width: 100%;
      text-align: left !important;
      padding-left: 12px !important;
      padding-top: 2px !important; }
    #inbox .dropdown-content {
      right: 0 !important;
      left: auto !important; } }
  @media only screen and (max-width: 1024px) {
    #inbox .mt-mid20 {
      top: 40px !important; }
    #inbox .credit-card {
      margin: 30px auto 0 auto !important;
      float: none !important; }
    #inbox #slide-out {
      padding-left: 20px; }
    #inbox .sidenav {
      display: block !important; }
    #inbox .page-title {
      font-size: 1.2em;
      font-weight: bold; }
    #inbox .page-title span img {
      width: 20px;
      height: auto;
      margin-left: 10px; }
    #inbox .credits {
      font-size: 1em; }
    #inbox .credits span img {
      margin-left: 3px;
      margin-right: 12px; }
    #inbox span.credit-count {
      margin-left: 0; } }
  @media only screen and (max-width: 992px) {
    #inbox .sidenav li {
      line-height: 25px; }
    #inbox .sidenav-trigger {
      height: 32px !important;
      width: 32px !important;
      line-height: 32px !important;
      margin-top: 15px !important; }
    #inbox ul.feed-list li {
      box-shadow: 5px 14px 14px #ddd; }
    #inbox i.right {
      margin-left: 0; }
    #inbox .menu-ht {
      height: 32px !important;
      line-height: 34px !important; }
    #inbox .sidenav {
      padding: 20px 20px 20px 20px;
      width: 350px; }
    #inbox .feeds {
      display: none; }
    #inbox ul.feed-list li {
      padding: 10px 15px 3px 15px;
      margin-bottom: 8px; }
    #inbox .graveyard-container {
      padding: 0 0 50px 0; }
    #inbox .graveyard-title {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    #inbox #code_error {
      font-size: 12px; }
    #inbox .credit-card {
      margin: 30px auto 0 auto !important;
      float: none !important;
      width: 90%; }
    #inbox .card-number {
      font-size: 1.5em !important; }
    #inbox .menu-ht {
      height: 33px !important;
      line-height: 33px !important; }
    #inbox .sidenav {
      padding: 20px 20px 20px 20px;
      width: 300px; }
    #inbox .inbox-section-title {
      font-size: 1.1em;
      padding-bottom: 8px; }
    #inbox i.right {
      margin-left: 0; } }
  @media only screen and (max-width: 600px) {
    #inbox #code_error {
      font-size: 11px; }
    #inbox nav i.material-icons {
      line-height: 62px; }
    #inbox .menu-ht {
      height: 27px !important;
      line-height: 32px !important; } }

span.help-blue {
  width: 18px;
  height: 18px;
  background-color: #2585f1;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  border-radius: 55px;
  font-size: 0.7em !important;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-family: "Helvetica Reg", sans-serif; }

span.help-blue a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 55px; }

span.help-blue-ml10 {
  width: 18px;
  height: 18px;
  background-color: #2585f1;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  border-radius: 55px;
  font-size: 0.7em !important;
  color: #fff;
  margin-left: 4px;
  display: inline-block;
  font-weight: normal;
  font-family: "Helvetica Reg", sans-serif; }

span.help-blue-ml10 a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 55px; }

span.help-blue-absolute {
  position: absolute;
  right: 10px;
  margin-top: 9px; }

#graveyard-board .back {
  background-size: 100% auto !important; }

#explore a.brand-logo img {
  max-width: 145px; }
#explore .dropdown-content {
  top: 70px !important;
  width: 200px !important;
  box-shadow: 0 10px 10px #ddd; }
#explore ul.dropdown-content li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #ddd !important; }
#explore ul.dropdown-content li a {
  font-size: 1em !important; }
#explore ul.dropdown-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important; }
#explore .mb-explore-30 {
  margin-bottom: 30px; }
#explore .cf {
  clear: both; }
#explore .modal-complete {
  width: 550px;
  height: 300px !important;
  padding-left: 2em;
  padding-right: 2em; }
#explore .modal-complete-mgn {
  text-align: center;
  margin-top: 50px; }
#explore .explore-dd div.select-wrapper ul.dropdown-content {
  top: 50px !important;
  width: 200px !important;
  box-shadow: 0 10px 10px #ddd; }
#explore .explore-wrap {
  padding-top: 10px;
  padding-bottom: 100px; }
#explore .dropdownimg {
  padding-right: 0; }
#explore .dropdownimg img {
  width: 45px;
  height: auto; }
#explore nav {
  line-height: 56px !important; }
#explore i.right {
  font-weight: bold !important;
  margin-left: 0 !important; }
#explore .footer-section {
  padding-left: 15px !important; }
#explore .footer-section h5 {
  margin-bottom: 30px;
  color: #000 !important;
  font-size: 1.64rem; }
#explore h1.explore-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-size: 3.2em;
  color: #242527;
  padding-top: 50px;
  padding-bottom: 50px; }
#explore .explore-content-wrap {
  float: left;
  clear: left;
  width: 100%; }
#explore .font1 {
  font-size: 1.3em; }
#explore .align-center-modal {
  text-align: center;
  margin-top: 50px; }
#explore .modal-round-closed-st {
  width: 550px;
  height: 300px !important;
  padding-left: 2em;
  padding-right: 2em; }
#explore .explore-sidebar {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 16px #ddd;
  padding: 26px 30px 26px 30px; }
#explore .explore-location {
  float: left;
  clear: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px; }
#explore .explore-location-title {
  float: left;
  clear: left;
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 18px;
  color: bold;
  color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
#explore .explore-filters {
  float: left;
  clear: left;
  width: 100%; }
#explore .explore-filters-title {
  float: left;
  clear: left;
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 18px;
  color: bold;
  color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
#explore .location-controls {
  float: left;
  clear: left;
  width: 100%; }
#explore .explore-listing {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px; }
#explore div.sidebar-switch div.filters {
  padding-bottom: 0 !important;
  font-family: "Helvetica Reg", sans-serif !important;
  font-size: 1.2em;
  color: #242527; }
#explore .filters label.labelfilter {
  float: right;
  margin-bottom: 0 !important; }
#explore #explore div.sidebar-switch div.filters {
  padding-top: 0 !important;
  margin-top: 0 !important; }
#explore .custom-control-label {
  font-family: "Helvetica Reg", sans-serif !important;
  color: #000;
  font-size: 1.2em; }
#explore .location-controls div.custom-control {
  margin-bottom: 10px !important; }
#explore .leadinvestor-icon {
  background-image: url("../images/leadinvestor-icon.f28cf8bb833c.png");
  background-repeat: no-repeat;
  background-size: 20px auto; }
#explore .explore-listing div.sidebar-switch {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 12px; }
#explore .accelerator-icon {
  background-image: url("../images/accelerator-icon.b3e308daa709.png");
  background-repeat: no-repeat;
  background-size: 20px auto; }
#explore .revenue-icon {
  background-image: url("../images/revenue-icon.a9c43897c7fc.png");
  background-repeat: no-repeat;
  background-size: 20px auto; }
#explore .leadinvestor-icon {
  background-image: url("../images/leadinvestor-icon.f28cf8bb833c.png");
  background-repeat: no-repeat;
  background-size: 20px auto; }
#explore span.leadinvestor-icon {
  padding-left: 30px; }
#explore span.accelerator-icon {
  padding-left: 30px; }
#explore span.revenue-icon {
  padding-left: 30px; }
#explore .results-count {
  margin-top: -60px;
  color: #777;
  position: absolute;
  padding-left: 3px;
  padding-right: 20px;
  font-family: "Helvetica Reg", sans-serif !important; }
#explore button.active {
  background-color: #fff !important;
  color: #000;
  cursor: pointer;
  padding: 12px 10px 12px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em !important;
  transition: 0.4s;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Helvetica Reg", sans-serif !important;
  border-bottom: 1px solid #eee;
  background-image: url("../images/accordian-minus.f3699919ca4f.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 10px top 18px; }
#explore .accordion {
  background-color: #fff !important;
  color: #000;
  cursor: pointer;
  padding: 12px 10px 12px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  transition: 0.4s;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Helvetica Reg", sans-serif !important;
  border-bottom: 1px solid #eee;
  background-image: url("../images/accordian-plus.48dc00c35506.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 10px top 18px; }
#explore .accordion:focus {
  background-color: #eef6ff !important;
  color: #000;
  cursor: pointer;
  padding: 12px 10px 12px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  transition: 0.4s;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eef6ff; }
#explore .accordion:hover {
  background-color: #ccc;
  box-shadow: none !important; }
#explore .accordion-pd-0 {
  margin-left: -10px !important;
  padding-left: 25px !important; }
#explore .accordian-wrap {
  margin-bottom: 15px;
  float: left;
  width: 100%; }
#explore .panel {
  padding: 10px 0 0 0;
  display: none;
  background-color: white;
  overflow: hidden;
  font-family: "Helvetica Reg", sans-serif !important; }
#explore a.sidenav-trigger {
  display: none; }
#explore .explore-billboard {
  float: left;
  width: 25% !important; }
#explore .footer-logo {
  margin-right: 15px; }
#explore .social-icons {
  margin-right: 5px !important; }
#explore .footer-section h5 {
  margin-top: 5px !important; }
@media screen and (max-width: 1700px) {
  #explore .explore-billboard {
    width: 30% !important;
    float: left !important;
    max-width: 50% !important; } }
@media screen and (max-width: 1600px) {
  #explore .explore-billboard {
    width: 30% !important;
    float: left !important;
    max-width: 50% !important;
    margin-right: 3.3%; } }
@media screen and (max-width: 1250px) {
  #explore .accordion {
    font-size: 1em !important; }
  #explore .accordion:focus {
    font-size: 1em !important; }
  #explore .explore-billboard {
    width: 50% !important;
    float: left !important;
    max-width: 50% !important;
    margin-right: 0; }
  #explore button.active {
    font-size: 1em !important; }
  #explore .custom-control-label {
    font-family: "Helvetica Reg", sans-serif !important;
    color: #000;
    font-size: 1em; }
  #explore div.sidebar-switch div.filters {
    font-size: 1em !important; } }
@media screen and (max-width: 992px) {
  #explore .dropdownimg img {
    margin-top: 0 !important; }
  #explore .social-icons {
    margin: 0 auto !important; }
  #explore .pb-5 {
    padding-bottom: 15px !important; }
  #explore a.brand-logo img {
    margin-top: 0 !important; }
  #explore .full-stretch {
    width: 100% !important;
    display: block !important;
    float: none !important;
    flex-basis: auto !important; }
  #explore .footer-section h5 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000 !important; }
  #explore .explore-billboard {
    width: 100% !important;
    float: left !important;
    max-width: 100% !important;
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  #explore .explore-billboard {
    width: 80% !important;
    float: none !important;
    clear: left !important;
    margin: 0 auto 35px auto !important; }
  #explore .row-offcanvas-left.active {
    position: absolute !important;
    z-index: 999 !important; }
  #explore .select-wrapper {
    z-index: 9; }
  #explore .billboard {
    margin: 0 auto !important; }
  #explore .hlf-left {
    float: none !important;
    clear: left !important;
    margin: 0 auto !important;
    margin-bottom: 15px; }
  #explore .hlf-right {
    float: none !important;
    clear: left !important;
    margin: 0 auto !important;
    margin-bottom: 15px; }
  #explore .explore-sidebar {
    padding: 0 !important;
    float: none !important;
    width: 90%;
    background-color: #fff !important;
    margin: 0 auto !important; }
  #explore .explore-filters-title-sm {
    background-color: #f1f2f6;
    padding: 20px 20px 14px 20px; }
  #explore h1.explore-title {
    text-align: center;
    font-size: 2.2em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  #explore .results-count {
    display: none; }
  #explore .explore-location {
    display: none; } }

.filter-item {
  display: block; }

#filter-verticals {
  list-style-type: none;
  width: 100%;
  column-count: 3; }

#filter-verticals li {
  display: inline-block;
  width: 100% !important; }

#dashbaord .dropdown-content {
  top: 70px !important;
  width: 200px !important;
  box-shadow: 0 10px 10px #ddd; }
#dashbaord .dd-overflow {
  overflow: hidden !important;
  height: auto !important; }
#dashbaord ul.dropdown-content li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #ddd !important; }
#dashbaord ul.dropdown-content li a {
  font-size: 1em !important; }
#dashbaord ul.dropdown-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important; }
#dashbaord .container-inbox {
  width: 85%;
  margin: 0 auto;
  max-width: 2000px; }
#dashbaord a.brand-logo img {
  max-width: 145px; }
#dashbaord .dashboard-content-investor {
  padding-top: 50px;
  padding-bottom: 50px; }
#dashbaord .metrics-absolute {
  position: absolute; }
#dashbaord .xs.sz-font {
  font-size: .6em !important; }
#dashbaord .dashboard-timeslot {
  text-align: right;
  color: #aaa;
  font-size: 0.9em;
  font-family: "Helvetica Reg", sans-serif !important;
  margin-bottom: 15px; }
#dashbaord .section-title-main {
  float: left;
  font-size: 1.5em;
  font-weight: bold;
  color: #686868;
  width: 50%;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
#dashbaord .last-year {
  float: right;
  width: 50%; }
#dashbaord .last-year a {
  color: #686868;
  font-weight: bold !important;
  font-size: 0.9em;
  text-transform: none !important;
  float: right;
  padding-right: 18px; }
#dashbaord .last-year a:hover {
  color: #2ea5fd !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-transform: none !important; }
#dashbaord .last-year a.dropdown-trigger {
  box-shadow: none !important; }
#dashbaord .last-year a.dropdown-trigger:hover {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .last-year a.dropdown-trigger:focus {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .last-year b {
  padding-left: 40px;
  color: #2ea5fd !important;
  font-weight: normal !important;
  text-transform: none !important; }
#dashbaord .content-white-wrap {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 6px 7px 14px #ddd;
  padding: 20px 24px 20px 24px; }
#dashbaord .content-white-img img {
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center; }
#dashbaord .metrics-canvas-wrap {
  float: left;
  width: 70%;
  padding-right: 40px; }
#dashbaord .metrics-data-wrap {
  float: right;
  width: 28%;
  margin-top: -30px; }
#dashbaord .metrics-data-wrap ul li {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 3px;
  display: block !important; }
#dashbaord span.metric-name-title {
  float: left;
  clear: left;
  width: 100%;
  font-weight: bold;
  color: #777 !important; }
#dashbaord .metrics-data-wrap ul li span.metric-name-total {
  float: left;
  color: #444 !important; }
#dashbaord .metrics-data-wrap ul li span.metric-name-percent {
  float: left;
  color: #444 !important;
  padding-left: 5px; }
#dashbaord span.metric-name-total {
  float: left;
  clear: left;
  color: #444 !important; }
#dashbaord span.metric-name-percent {
  float: left;
  color: #444 !important;
  padding-left: 5px; }
#dashbaord .metrics-dot {
  width: 10px;
  height: 10px;
  float: left;
  background-color: #1caa21;
  border-radius: 50px !important;
  margin-top: 6px;
  left: -17px;
  position: absolute; }
#dashbaord .metrics-dot-yellow {
  width: 10px;
  height: 10px;
  float: left;
  background-color: #ffc400;
  border-radius: 50px !important;
  margin-top: 6px;
  left: -17px;
  position: absolute; }
#dashbaord #canvas-deal-flow {
  padding-left: 40px;
  padding-right: 40px; }
#dashbaord ul.metrics-top-verticals li {
  margin-bottom: 10px;
  color: #777;
  font-size: 1.3em;
  margin-bottom: 14px;
  font-family: "Helvetica Reg", sans-serif !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
#dashbaord ul.metrics-top-verticals li:last-child {
  margin-bottom: 0; }
#dashbaord .vertical-serial {
  font-weight: bold !important; }
#dashbaord .content-white-height {
  min-height: 330px !important; }
#dashbaord .average-raise-value {
  font-size: 4em !important;
  text-align: center;
  color: #686868 !important;
  font-weight: bold !important;
  padding-top: 80px;
  padding-bottom: 80px; }
#dashbaord .geography img {
  width: 100%;
  margin-bottom: 200px; }
#dashbaord .section-contentlink-wrap {
  width: 100%;
  float: left;
  clear: left; }
#dashbaord .total-link {
  float: left; }
#dashbaord .total-link a {
  font-size: 0.9em;
  color: #686868;
  text-transform: none !important;
  font-weight: bold; }
#dashbaord .total-link a:hover {
  font-size: 0.9em;
  color: #2ea5fd;
  text-decoration: none;
  font-weight: bold; }
#dashbaord .total-link a.dropdown-trigger {
  box-shadow: none !important; }
#dashbaord .total-link a.dropdown-trigger:hover {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .total-link a.dropdown-trigger:focus {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .total-link a b {
  padding-left: 40px;
  color: #2ea5fd !important;
  font-weight: normal !important; }
#dashbaord .inbound-link {
  float: right; }
#dashbaord .inbound-link a {
  font-size: 0.9em;
  color: #686868;
  font-weight: bold;
  text-transform: none !important; }
#dashbaord .inbound-link a:hover {
  font-size: 0.9em;
  color: #2ea5fd;
  text-decoration: none; }
#dashbaord .inbound-link a.dropdown-trigger {
  box-shadow: none !important; }
#dashbaord .inbound-link a.dropdown-trigger:hover {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .inbound-link a.dropdown-trigger:focus {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .inbound-link a b {
  padding-left: 40px;
  color: #2ea5fd !important;
  font-weight: normal !important; }
#dashbaord .inbound-dd .dropdown-content li > a {
  width: 100% !important; }
#dashbaord .inbound-dd a {
  float: right !important;
  font-size: 0.9em;
  color: #686868;
  font-weight: bold;
  text-transform: none !important;
  padding-right: 0 !important;
  margin-right: -4px !important; }
#dashbaord .inbound-dd a:hover {
  font-size: 0.9em;
  color: #2ea5fd;
  text-decoration: none; }
#dashbaord .inbound-dd a.dropdown-trigger {
  box-shadow: none !important;
  z-index: 1;
  position: relative; }
#dashbaord .inbound-dd a.dropdown-trigger:hover {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .inbound-dd a.dropdown-trigger:focus {
  background-color: transparent !important;
  background: transparent !important; }
#dashbaord .inbound-dd a b {
  padding-left: 40px;
  color: #2ea5fd !important;
  font-weight: normal !important; }
#dashbaord span.last-year ul.dropdown-content {
  border: 1px solid #eee !important;
  top: 35px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
#dashbaord span.last-year ul.dropdown-content li {
  border-bottom: 1px solid #eee !important; }
#dashbaord span.last-year ul.dropdown-content li:last-child {
  border-bottom: none !important; }
#dashbaord span.last-year ul.dropdown-content a {
  text-align: left !important;
  float: left !important; }
#dashbaord div.last-year ul.dropdown-content a {
  text-align: left !important;
  float: left !important; }
#dashbaord div.last-year ul.dropdown-content {
  border: 1px solid #eee !important;
  top: 35px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
#dashbaord div.last-year ul.dropdown-content li {
  border-bottom: 1px solid #eee !important; }
#dashbaord div.last-year ul.dropdown-content li:last-child {
  border-bottom: none !important; }
#dashbaord span.total-link ul.dropdown-content {
  border: 1px solid #eee !important;
  top: 125px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
#dashbaord span.total-link ul.dropdown-content li {
  border-bottom: 1px solid #eee !important; }
#dashbaord span.total-link ul.dropdown-content li:last-child {
  border-bottom: none !important; }
#dashbaord span.inbound-link ul.dropdown-content {
  border: 1px solid #eee !important;
  top: 125px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
#dashbaord span.inbound-link ul.dropdown-content li {
  border-bottom: 1px solid #eee !important; }
#dashbaord span.inbound-link ul.dropdown-content li:last-child {
  border-bottom: none !important; }
#dashbaord .inbound-dd ul.dropdown-content {
  border: 1px solid #eee !important;
  top: 125px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
#dashbaord .inbound-dd ul.dropdown-content li {
  border-bottom: 1px solid #eee !important; }
#dashbaord .inbound-dd ul.dropdown-content li:last-child {
  border-bottom: none !important; }
#dashbaord .switch-filters-right {
  float: right;
  position: absolute;
  bottom: 30px;
  right: 60px; }
#dashbaord .switch-filters-center {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 175px;
  z-index: 9;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord .mb-row-10 {
  margin-bottom: 10px !important; }
#dashbaord .switch-filters-center span {
  padding-top: 3px !important; }
#dashbaord .title-dashboard-section {
  z-index: 9; }
#dashbaord .pd-custom-20 {
  padding: 20px 8px 20px 24px; }
#dashbaord .investment-funnel-plr {
  display: flex !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  -webkit-display: flex !important;
  align-items: center;
  justify-content: center !important;
  margin: 0 auto !important;
  left: 30px;
  right: 30px;
  height: 100% !important;
  top: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 35px;
  position: absolute; }
#dashbaord .dashboard-wrap {
  margin-top: 100px;
  margin-bottom: 100px; }
#dashbaord .disp-flex {
  display: flex !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  align-items: center;
  justify-content: center !important;
  margin: 0 auto !important; }
#dashbaord .investment-canvas {
  float: left;
  width: 55%; }
#dashbaord .investment-listing {
  float: right;
  width: 40%;
  padding-top: 30px;
  padding-left: 20px;
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord .canvas-listing {
  float: left;
  width: 100%; }
#dashbaord .filterlabel-bold-left {
  font-weight: bold;
  float: left;
  padding-right: 8px;
  padding-top: 3px !important; }
#dashbaord .filterlabel-bold-right {
  font-weight: bold;
  float: right;
  padding-left: 8px;
  padding-top: 3px !important; }
#dashbaord .item-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #fbcc30;
  border-radius: 50px !important;
  margin-top: 6px;
  left: 2px !important; }
#dashbaord ul li.item {
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord span.key {
  float: left;
  margin-left: 6px; }
#dashbaord .funnel-list ul {
  padding-top: 20px !important; }
#dashbaord .funnel-list ul li.item {
  padding-bottom: 20px !important;
  display: block !important;
  width:100%;
  float: left !important; }
#dashbaord .funnel-list ul li.item:last-child {
  padding-bottom: 0 !important; }
#dashbaord span.percent {
  float: left;
  width: 100% !important;
  padding-left: 8px !important;
  font-weight: bold; }
#dashbaord span.value {
  float: left;
  clear: left;
  padding-left: 8px !important;
  font-weight: bold; }
#dashbaord .investment-listing ul li.item span.value {
  float: left;
  width: 100%;
  clear: left !important;
  font-weight: bold;
  margin-left: 5px; }
#dashbaord .investment-listing ul li.item {
  float: left;
  width: 100%;
  margin-left: 5px;
  margin-bottom: 20px !important; }
#dashbaord .investment-listing ul li.key {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding-left: 4px; }
#dashbaord .investment-listing ul li.item span.percent {
  float: left;
  width: 100%;
  clear: left !important;
  font-weight: bold;
  margin-left: 4px; }
#dashbaord .metrics-section1 {
  float: left;
  width: 28%; }
#dashbaord .metrics-section2 {
  float: left;
  width: 28%; }
#dashbaord .metrics-section3 {
  float: left;
  width: 19%; }
#dashbaord .metrics-section4 {
  float: left;
  width: 19%; }
#dashbaord .metrics-spacer {
  float: left;
  width: 2%; }
#dashbaord .metrics-section-title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #666;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-weight: bold; }
#dashbaord .metrics-content {
  float: left;
  width: 100%;
  font-family: "Helvetica Reg", sans-serif !important;
  color: #aaa; }
#dashbaord .metrics-section-pd {
  padding-left: 25px;
  padding-right: 25px; }
#dashbaord .mb-40 {
  margin-bottom: 40px; }
#dashbaord .cf {
  clear: both; }
#dashbaord #world-map {
  width: 100%;
  height: auto !important; }
#dashbaord #world-map svg {
  width: 100% !important;
  height: auto !important; }
#dashbaord .worldmap-tabs a.btn {
  margin: 5px 2px;
  box-shadow: 0 3px 10px #ddd !important;
  text-transform: none !important;
  width: 150px !important;
  color: #888 !important;
  padding-top: 6px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: left !important;
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord .worldmap-tabs a.btn:hover {
  margin: 5px 2px;
  background-color: #0f99ff !important;
  color: #fff !important;
  box-shadow: 0 3px 10px #ddd !important;
  text-transform: none !important;
  width: 150px !important;
  color: #fff !important;
  padding-top: 6px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: left !important;
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord .worldmap-tabs a.active {
  margin: 5px 2px;
  background-color: #0f99ff !important;
  color: #fff !important;
  box-shadow: 0 3px 10px #ddd !important;
  text-transform: none !important;
  width: 150px !important;
  color: #fff !important;
  padding-top: 6px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: left !important;
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord table.table-map {
  width: 90% !important;
  margin: 0 auto !important;
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord table.table-map thead th {
  border-top: none !important;
  margin-bottom: 40px !important; }
#dashbaord table.table-map tbody {
  border-top: none !important; }
#dashbaord .text-right {
  text-align: right !important; }
#dashbaord .metrics-title h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-weight: bold;
  font-size: 1.2em !important; }
#dashbaord .average-size-value {
  font-size: 4em;
  font-weight: bold;
  text-align: center; }
#dashbaord .stages {
  padding-left: 5px !important;
  padding-right: 15px !important; }
#dashbaord .child {
  padding-left: 5px !important;
  padding-right: 15px !important; }
#dashbaord .stages-listing {
  display: flex !important;
  -moz-display: flex !important;
  -webkit-display: flex !important;
  align-items: center;
  justify-content: center !important;
  height: 100% !important;
  top: 0;
  position: absolute; }
#dashbaord .stages-listing ul {
  margin: 0 !important; }
#dashbaord .stages-listing ul li {
  font-family: "Helvetica Reg", sans-serif !important;
  margin-bottom: 10px;
  display: block !important;
  width: 100%;
  float: left; }
#dashbaord .stages-listing ul li:last-child {
  margin-bottom: 0 !important; }
#dashbaord .round-listing {
  display: flex !important;
  -moz-display: flex !important;
  -webkit-display: flex !important;
  align-items: center;
  justify-content: center !important;
  height: 100% !important;
  top: 0;
  position: absolute; }
#dashbaord .round-listing ul {
  margin: 0 !important; }
#dashbaord .round-listing ul li {
  font-family: "Helvetica Reg", sans-serif !important;
  margin-bottom: 15px;
  display: block !important;
  width: 100%;
  float: left; }
#dashbaord .round-listing ul li:last-child {
  margin-bottom: 0 !important; }
#dashbaord .map-min-height {
  position: relative;
  width: 100%;
  min-height: 750px; }
#dashbaord .map-us {
  padding-top: 70px; }
#dashbaord .map-world {
  padding-top: 70px; }
#dashbaord .map-data-wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding-top: 50px;
  font-family: "Helvetica Reg", sans-serif !important; }
#dashbaord .map-table-header {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd; }
#dashbaord .map-location-title {
  float: left;
  width: 50%;
  text-align: left; }
#dashbaord .map-visits-title {
  float: right;
  width: 50%;
  text-align: right; }
#dashbaord .map-data-row {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd; }
#dashbaord .map-data-row:hover {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #2ea5fd !important;
  font-weight: bold; }
#dashbaord .map-data-row-location {
  float: left;
  width: 50%;
  text-align: left; }
#dashbaord .map-data-row-visits {
  float: right;
  width: 50%;
  text-align: right; }
#dashbaord .map-data-row-location span {
  margin-right: 8px;
  float: left;
  margin-top: -1px; }
#dashbaord .active-location {
  color: #2ea5fd !important;
  font-weight: bold; }
#dashbaord .content-wide-wd {
  width: 100% !important; }
#dashbaord .average-size-brk-word {
  word-break: break-word !important; }
#dashbaord .footer-section h5 {
  font-size: 1.64rem !important; }
#dashbaord .footer div.mb-100 {
  margin-left: 0 !important;
  margin-right: 0 !important; }
#dashbaord .footer div.mb-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }
#dashbaord .switch-filters-center span.lever {
  margin: 6px !important; }
#dashbaord .funnel-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  width: 100%; }
#dashbaord .funnel-shadow img {
  display: block;
  margin: 0 auto !important;
  text-align: center;
  width: 88px !important;
  height: 19px !important; }
#dashbaord .mapprompt-card {
  padding: 40px 40px 40px 40px;
  box-shadow: 0 5px 10px #ccc;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  clear: left;
  width: 80%;
  font-family: "Helvetica Reg", sans-serif !important;
  font-size: 1.4em;
  color: #777;
  font-weight: bold; }
#dashbaord .funnel-table {
  height: 290px;
  position: relative;
  width: 200px;
  background-image: url("../images/funnel.bf54c32a07eb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 35px; }
#dashbaord .funnel-table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse !important; }
#dashbaord .funnel-table table tr td {
  border: none !important;
  height: 25% !important;
  vertical-align: middle;
  text-align: center;
  color: #fff !important;
  border-bottom: 1px solid transparent !important; }
#dashbaord .funnel-table table tr td.funnel-cell-first {
  padding-top: 40px !important; }
#dashbaord .funnel-table table tr td.funnel-cell-second {
  padding-top: 35px !important; }
#dashbaord .funnel-table table tr td.funnel-cell-third {
  padding-top: 35px !important; }
#dashbaord .funnel-table table tr td.funnel-cell-fourth {
  padding-top: 15px !important; }
#dashbaord .dashboard-request {
  background-color: #ffd00f !important;
  width: 500px !important;
  margin: 100px auto !important;
  font-family: "Helvetica Reg", sans-serif !important;
  border-radius: 10px;
  -webkit-box-shadow: 7px 12px 7px -4px #ccc;
  -moz-box-shadow: 7px 12px 7px -4px #ccc;
  box-shadow: 7px 12px 7px -4px #ccc; }
#dashbaord .dashboard-request h3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 55px; }
#dashbaord .dashboard-request p {
  text-align: center !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
  padding-bottom: 40px !important; }
#dashbaord .request-confirm {
  background-color: #ffd00f;
  padding: 20px 20px 20px 20px;
  border-radius: 0 0 10px 10px; }
#dashbaord .request-confirm a {
  width: 80px !important;
  display: block !important;
  margin: 0 auto !important;
  background-color: #0D83F8 !important;
  color: #fff !important;
  text-align: center !important;
  -webkit-box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3);
  padding: 10px 0 10px 0;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease; }
#dashbaord .request-confirm a:hover {
  width: 80px !important;
  display: block !important;
  margin: 0 auto !important;
  background-color: #0D83F8 !important;
  color: #fff !important;
  text-align: center !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  padding: 10px 0 10px 0;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease; }
#dashbaord .label-percent-st {
  font-size: 2.3em !important;
  color: #c0c0c0 !important;
  font-family: "Helvetica Reg", sans-serif !important;
  font-weight: normal !important;
  line-height: 35px !important;
  padding-top: 10px; }
#dashbaord .label-name-st {
  font-size: 1.2em;
  color: #c0c0c0;
  font-family: "Helvetica Reg", sans-serif !important;
  font-weight: normal !important; }
#dashbaord .pie-chart-center-text {
  padding-top: 6px; }
@media screen and (max-width: 1800px) {
  #dashbaord .round-listing ul li {
    margin-bottom: 10px !important; }
  #dashbaord .stages-listing ul li {
    margin-bottom: 10px !important; } }
@media screen and (max-width: 1650px) {
  #dashbaord .section-title-main {
    font-size: 1.3em !important;
    padding-top: 4px; }
  #dashbaord .investment-funnel-plr {
    padding-left: 0;
    padding-right: 0; }
  #dashbaord .round-listing ul li {
    margin-bottom: 5px !important; } }
@media screen and (max-width: 1550px) {
  #dashbaord .content-white-wrap img {
    width: 100%;
    height: auto; }
  #dashbaord .section-title-main {
    font-size: 1.3em !important; } }
@media screen and (max-width: 1500px) {
  #dashbaord .section-title-main {
    font-size: 1em !important;
    padding-top: 6px; }
  #dashbaord .round-listing ul li {
    font-size: 0.9em !important; }
  #dashbaord .stages-listing ul li {
    font-size: 0.9em !important;
    margin-bottom: 7px !important; } }
@media screen and (max-width: 1400px) {
  #dashbaord .last-year b {
    padding-left: 4px !important; }
  #dashbaord .total-link a b {
    padding-left: 4px; }
  #dashbaord .inbound-link a b {
    padding-left: 4px; }
  #dashbaord .inbound-dd a b {
    padding-left: 4px; }
  #dashbaord .map-min-height {
    min-height: auto; }
  #dashbaord .metrics-1 {
    float: left !important;
    width: 50% !important;
    flex: none !important;
    max-width: 50% !important; }
  #dashbaord .metrics-2 {
    float: right !important;
    width: 50% !important;
    flex: none !important;
    max-width: 50% !important; }
  #dashbaord .metrics-3 {
    float: left !important;
    width: 50% !important;
    flex: none !important;
    max-width: 50% !important; }
  #dashbaord .metrics-4 {
    float: right !important;
    width: 50% !important;
    flex: none !important;
    max-width: 50% !important; }
  #dashbaord .metrics-title h5 {
    font-size: 1em !important; }
  #dashbaord .investment-funnel-plr {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  #dashbaord .item-dot {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fbcc30;
    border-radius: 50px !important;
    margin-top: 6px;
    left: -6px !important; }
  #dashbaord .funnel-list ul li.item {
    padding-bottom: 10px !important;
    display: block !important;
    float: left !important; }
  #dashbaord .funnel-list ul li.item:last-child {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1300px) {
  #dashbaord ul.metrics-top-verticals li {
    margin-bottom: 10px !important; }
  #dashbaord .funnel-table {
    height: 240px;
    width: 180px; }
  #dashbaord .funnel-table table tr td.funnel-cell-first {
    padding-top: 30px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-second {
    padding-top: 26px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-third {
    padding-top: 20px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-fourth {
    padding-top: 0px !important; } }
@media screen and (max-width: 1200px) {
  #dashbaord .metrics-section1 {
    width: 48%;
    margin-bottom: 15px; }
  #dashbaord .map-min-height {
    min-height: auto; }
  #dashbaord .round-listing ul li {
    margin-bottom: 2px !important;
    font-size: 0.9em !important; }
  #dashbaord .stages-listing ul li {
    margin-bottom: 2px !important;
    font-size: 0.9em !important; }
  #dashbaord .metrics-section2 {
    width: 48%;
    margin-bottom: 15px; }
  #dashbaord .metrics-section3 {
    width: 48%;
    margin-bottom: 15px; }
  #dashbaord .metrics-section4 {
    width: 48%;
    margin-bottom: 15px; }
  #dashbaord .section-title-main {
    width: 60%; }
  #dashbaord .last-year {
    width: 40%; }
  #dashbaord .item-dot {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fbcc30;
    border-radius: 50px !important;
    margin-top: 6px;
    left: -12px !important; } }
@media screen and (max-width: 1100px) {
  #dashbaord .round-listing ul li {
    margin-bottom: 0 !important;
    font-size: 0.8em !important; }
  #dashbaord .stages-listing ul li {
    margin-bottom: 0 !important;
    font-size: 0.8em !important; }
  #dashbaord .funnel-list ul li.item {
    width: 100%; }
  #dashbaord .funnel-table {
    height: 220px;
    width: 180px; }
  #dashbaord .funnel-table table tr td.funnel-cell-first {
    padding-top: 26px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-second {
    padding-top: 20px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-third {
    padding-top: 20px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-fourth {
    padding-top: 0px !important; } }
@media screen and (max-width: 1050px) {
  #dashbaord .last-year a {
    padding-right: 16px !important; } }
@media screen and (max-width: 991px) {
  #dashbaord .metrics-section1 {
    width: 100%;
    margin-bottom: 15px; }
  #dashbaord .pie-chart-center-text {
    padding-top: 2px; }
  #dashbaord .label-percent-st {
    width: 100%;
    float: left;
    clear: left;
    font-size: 1.8em !important;
    line-height: 26px !important;
    font-family: "Helvetica Reg", sans-serif !important; }
  #dashbaord .label-name-st {
    width: 100%;
    float: left;
    clear: left;
    font-size: 1.2em !important;
    font-family: "Helvetica Reg", sans-serif !important; }
  #dashbaord .dashboard-request {
    background-color: #fff !important;
    width: 80% !important;
    margin: 70px auto !important;
    font-family: "Helvetica Reg", sans-serif !important;
    border-radius: 10px;
    -webkit-box-shadow: 7px 12px 7px -4px #ccc;
    -moz-box-shadow: 7px 12px 7px -4px #ccc;
    box-shadow: 7px 12px 7px -4px #ccc; }
  #dashbaord .funnel-table table tr td.funnel-cell-first {
    padding-top: 28px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-second {
    padding-top: 18px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-third {
    padding-top: 20px !important; }
  #dashbaord .funnel-table table tr td.funnel-cell-fourth {
    padding-top: 0px !important; }
  #dashbaord .funnel-table {
    height: 220px;
    width: 160px; }
  #dashbaord #canvas-deal-flow {
    padding-left: 0;
    padding-right: 0; }
  #dashbaord .mb-40-custom {
    margin-bottom: 40px !important; }
  #dashbaord .mb-20-custom {
    margin-bottom: 20px !important; }
  #dashbaord .map-min-height {
    min-height: auto; }
  #dashbaord .full-stretch {
    width: 100% !important;
    display: block !important;
    float: none !important;
    flex-basis: auto !important; }
  #dashbaord .dropdownimg img {
    margin-top: 0 !important; }
  #dashbaord .round-listing ul li {
    margin-bottom: 5px !important;
    font-size: 0.8em !important; }
  #dashbaord .switch-filters-right {
    bottom: 10px;
    right: 30px; }
  #dashbaord .stages-listing ul li {
    margin-bottom: 5px !important;
    font-size: 0.8em !important; }
  #dashbaord .item-dot {
    left: 0 !important; }
  #dashbaord .metrics-section2 {
    width: 100%;
    margin-bottom: 15px; }
  #dashbaord .metrics-section3 {
    width: 100%;
    margin-bottom: 15px; }
  #dashbaord .metrics-section4 {
    width: 100%;
    margin-bottom: 15px; }
  #dashbaord .container-deal-flow {
    width: 100% !important;
    float: left !important;
    clear: left !important; }
  #dashbaord .container-investment-funnel {
    width: 100% !important;
    float: left !important;
    clear: left !important; }
  #dashbaord .content-white-wrap-auto {
    height: auto !important; }
  #dashbaord .investment-funnel-plr {
    display: block !important;
    -moz-display: block !important;
    -webkit-display: block !important;
    align-items: center;
    justify-content: center !important;
    margin: 0 auto !important;
    left: 30px;
    right: 30px;
    height: 100% !important;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative; }
  #dashbaord a.sidenav-trigger {
    display: none; } }
@media screen and (max-width: 850px) {
  #dashbaord .metrics-1 {
    float: left !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important; }
  #dashbaord .metrics-2 {
    float: right !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important; }
  #dashbaord .metrics-3 {
    float: left !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important; }
  #dashbaord .metrics-4 {
    float: right !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important; }
  #dashbaord ul.metrics-top-verticals li {
    margin-bottom: 10px !important;
    font-size: 1.1em !important; }
  #dashbaord .average-size-value {
    font-size: 3.5em !important; } }
@media screen and (max-width: 600px) {
  #dashbaord .investment-funnel-plr {
    left: 0;
    right: 0; }
  #dashbaord .dashboard-request {
    background-color: #fff !important;
    width: 90% !important;
    margin: 100px auto !important;
    font-family: "Helvetica Reg", sans-serif !important;
    border-radius: 10px;
    -webkit-box-shadow: 7px 12px 7px -4px #ccc;
    -moz-box-shadow: 7px 12px 7px -4px #ccc;
    box-shadow: 7px 12px 7px -4px #ccc; }
  #dashbaord .stages-listing {
    position: relative !important;
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
    text-align: center !important; }
  #dashbaord .round-listing {
    position: relative !important;
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
    text-align: center !important; }
  #dashbaord span.metric-name-percent {
    float: none !important; }
  #dashbaord span.metric-name-total {
    float: none !important; }
  #dashbaord span.metric-name-title {
    float: none !important; }
  #dashbaord .metrics-dot {
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    left: auto !important;
    top: 3px !important; }
  #dashbaord .metrics-dot-yellow {
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    left: auto !important;
    top: 3px !important; }
  #dashbaord .round-listing ul li {
    margin-bottom: 5px !important;
    font-size: 0.9em !important; }
  #dashbaord .staging-listing ul li {
    margin-bottom: 5px !important;
    font-size: 0.9em !important; }
  #dashbaord .funnel-text-center {
    float: none !important;
    width: 100px !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    margin: 0 auto !important; }
  #dashbaord .stages-height {
    height: auto !important; } }

.tutorial-step {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #EBEEEF; }
  .tutorial-step table {
    width: 100%; }
    .tutorial-step table tr {
      border: 0;
      vertical-align: top; }
  .tutorial-step .content {
    padding: 5rem 10rem;
    height: 500px;
    background-color: #0099FF;
    -webkit-box-shadow: 19px 24px 28px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 19px 24px 28px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 19px 24px 28px -8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .tutorial-step .pointer {
    height: 23px;
    width: 23px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #0099FF;
    -webkit-box-shadow: 7px 7px 13px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 7px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 13px 0px rgba(0, 0, 0, 0.3); }
  .tutorial-step .pointer-mt {
    margin-top: 10px; }
  .tutorial-step h4 {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-family: 'Helvetica Reg', sans-serif !important; }
  .tutorial-step p {
    font-size: 0.75rem;
    color: #EBEEEF;
    margin-bottom: 2.4rem;
    font-size: 1em;
    font-family: 'Helvetica Reg', sans-serif !important; }
  .tutorial-step a {
    font-size: 1em;
    border-bottom: 1px solid #FFD00D;
    display: inline-block;
    margin-bottom: 12px; }
  .tutorial-step .nav-link {
    color: #FFD00D;
    border-color: #FFD00D; }
  .tutorial-step .skip-tour {
    border-color: #FFD00D;
    margin: 1rem 0 0rem 0;
    display: block;
    clear: both; }
    .tutorial-step .skip-tour a {
      color: #D6D4D4;
      font-size: 1em; }
  .tutorial-step .tutorial-button a.white {
    border-radius: 55px;
    color: #000;
    text-transform: capitalize;
    border: none !important;
    width: 240px;
    font-size: 1em;
    letter-spacing: 0 !important;
    box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
  .tutorial-step .tutorial-button a.dive-in {
    border-radius: 55px;
    color: #000;
    text-transform: capitalize;
    border: none !important;
    width: 200px;
    font-size: 1em;
    background-color: #fff;
    letter-spacing: 0 !important;
    box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
  .tutorial-step .tutorial-button a.white:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5) !important; }
  .tutorial-step .tutorial-progress span {
    display: inline-block;
    background-color: #C0C0C3;
    height: 9px;
    width: 9px;
    margin-right: 2px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }
    .tutorial-step .tutorial-progress span.active {
      background-color: #FFD00D; }
    .tutorial-step .tutorial-progress span:hover {
      cursor: pointer; }

.tutorial-flex {
  display: flex;
  align-items: center;
  justify-content: center; }

#tutorial-step-1, #tutorial-step-7 {
  position: fixed;
  top: 250px;
  left: 50%;
  transform: translateX(-50%); }

#tutorial-step-2 table td, #tutorial-step-3 table td, #tutorial-step-5 table td, #tutorial-step-4 table td {
  padding-top: 0;
  padding-bottom: 0; }

.step1-icon {
  background-image: url("../images/How-About-a-little-Tour.7df0cfaff790.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding-bottom: 7px;
  padding-left: 34px;
  padding-top: 4px; }

.step2-icon {
  background-image: url("../images/credits.b932a6ee4824.png");
  background-repeat: no-repeat;
  background-size: 26px auto;
  padding-bottom: 7px;
  padding-left: 34px;
  padding-top: 2px; }

.step3-icon {
  background-image: url("../images/time.09ddcea959dc.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-top: 2px; }

.step4-icon {
  background-image: url("../images/billboards.f4032f7e8fdd.png");
  background-repeat: no-repeat;
  background-size: 27px auto;
  padding-bottom: 7px;
  padding-left: 34px;
  padding-top: 2px; }

.step5-icon {
  background-image: url("../images/review.ab78c7affa89.png");
  background-repeat: no-repeat;
  background-size: 35px auto;
  padding-bottom: 7px;
  padding-left: 44px;
  padding-top: 6px; }

.step6-icon {
  background-image: url("../images/feed.6735c93e0f74.png");
  background-repeat: no-repeat;
  background-size: 26px auto;
  padding-bottom: 8px;
  padding-left: 34px; }

#tutorial-step-1 {
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%; }
  #tutorial-step-1 .content {
    padding: 4rem; }
    #tutorial-step-1 .content .inner-content {
      display: block;
      width: 300px; }
  #tutorial-step-1 img {
    height: 20px;
    width: 20px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.5rem; }
  #tutorial-step-1 p {
    width: 100%; }

#tutorial-step-6 {
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  max-width: 360px;
  width: 100%; }
  #tutorial-step-6 .content {
    padding: 4rem; }
    #tutorial-step-6 .content .inner-content {
      display: block;
      width: 250px; }
  #tutorial-step-6 img {
    height: 20px;
    width: 20px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.5rem; }
  #tutorial-step-6 p {
    width: 100%; }

.content h5 {
  color: #fff !important;
  font-family: 'Helvetica Reg', sans-serif; }

.inner-content h5 {
  color: #fff !important;
  font-family: 'Helvetica Reg', sans-serif;
  font-size: 1.7em; }

.tutorial-step-container .tutorial-step p {
  font-family: 'Helvetica Reg', sans-serif !important; }

#tutorial-step-2 table tr td:first-child {
  vertical-align: top; }
#tutorial-step-2 .content {
  padding: 4rem !important; }

#tutorial-step-3 {
  max-width: 400px;
  width: 100%; }
  #tutorial-step-3 .content {
    padding: 4rem; }
  #tutorial-step-3 table tr td:first-child {
    vertical-align: bottom !important; }

#tutorial-step-4, #tutorial-step-5 {
  max-width: 420px; }
  #tutorial-step-4 .content, #tutorial-step-5 .content {
    padding: 4rem; }

.steps-content-alt {
  width: auto !important;
  height: auto !important;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important; }

.tutorial-steps-content {
  max-width: 540px !important; }

.steps-content-wide350 {
  max-width: 400px !important; }

.content2 {
  padding: 4em !important;
  height: auto !important; }

.one {
  width: 200px;
  margin: 0 auto; }

#inbox .user-content-bx {
  border-left: 1px solid #ddd !important;
  min-height: 650px; }
#inbox span.user-settings-icon {
  padding-top: 3px !important; }
#inbox b.user-settings-text {
  float: left;
  margin-right: 4px; }
#inbox .manage-content-grid table tr {
  border-bottom: none !important; }
#inbox .manage-content-grid table tr th {
  color: #707070;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-size: 14px;
  padding: 25px 0 20px 0 !important; }
#inbox .manage-content-grid table tr td {
  color: #707070 !important;
  font-family: itc-avant-garde-gothic, sans-serif !important;
  font-size: 15px;
  padding: 8px 0 !important;
  font-weight: normal !important; }
#inbox .manage-user-table-title h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  padding-top: 18px !important;
  margin-bottom: 0 !important;
  padding-bottom: 4px !important; }
#inbox .btn-font-itc {
  font-size: 16px !important;
  font-weight: 200 !important;
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
  line-height: 36px !important;
  letter-spacing: 0 !important; }
#inbox .edit-icon-sz img {
  max-width: 20px !important;
  height: auto !important;
  top: -10px !important;
  margin-top: -10px !important;
  float: left !important; }
#inbox .edit-icn {
  width: 100px !important;
  padding-top: 0 !important; }
#inbox ul.manage-sidebar-listing {
  list-style-type: none;
  padding: 0;
  margin: 0; }
#inbox ul.manage-sidebar-listing li {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ddd; }
#inbox ul.manage-sidebar-listing li a {
  display: block;
  text-decoration: none;
  padding: 15px 0 15px 10px;
  color: #000;
  font-size: 14px;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
#inbox .hr-st {
  clear: both;
  border: 0.5px solid #707070 !important; }
#inbox .pl-100-member {
  padding-left: 100px; }
#inbox .button-blue-wide150 {
  width: 150px !important;
  float: left !important;
  margin-top: 20px !important;
  display: block; }
#inbox .field-border-black {
  border-bottom: 1px solid #212529 !important; }
#inbox .user-create-form .dropdown-content {
  width: 50% !important;
  top: 60px !important; }
#inbox .user-create-form .select-wrapper .caret {
  fill: #0d83f8 !important; }
#inbox .delete-content-bx {
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  text-align: center;
  margin-bottom: 300px; }
#inbox .delete-content-bx h1 {
  line-height: 35px !important; }
#inbox .pl-0-member {
  padding-left: 0; }
#inbox .pr-0-member {
  padding-right: 0; }
#inbox .btn-ml-20 {
  margin-left: 20px !important; }
#inbox .user-manage-main p {
  text-align: center;
  font-size: 3em;
  color: #707070;
  font-weight: bold;
  padding-top: 150px;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
#inbox .billing-section1 a {
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #ffd00d;
  border-radius: 18px;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-size: 1.3em;
  padding-top: 160px;
  padding-bottom: 90px;
  transition: all 0.3s ease;
  background-image: url("../images/upgradeplan.051de8a814cc.png");
  background-repeat: no-repeat;
  background-position: center top 70px;
  background-size: 75px auto; }
#inbox .billing-section1 a:hover {
  background-color: #dcb101;
  transition: all 0.3s ease; }
#inbox .billing-section2 a {
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-color: #ed2024;
  border-radius: 18px;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-size: 1.3em;
  padding-top: 160px;
  padding-bottom: 90px;
  transition: all 0.3s ease;
  background-image: url("../images/billinghistory.6702ffb8bf84.png");
  background-repeat: no-repeat;
  background-position: center top 70px;
  background-size: 75px auto; }
#inbox .billing-section2 a:hover {
  background-color: #c40f13;
  transition: all 0.3s ease; }
#inbox .billing-section3 a {
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-color: #3d5aa8;
  border-radius: 18px;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-size: 1.3em;
  padding-top: 160px;
  padding-bottom: 90px;
  transition: all 0.3s ease;
  background-image: url("../images/paymentmethods.a9598fe3b052.png");
  background-repeat: no-repeat;
  background-position: center top 70px;
  background-size: 75px auto; }
#inbox .billing-section3 a:hover {
  background-color: #1f3a82;
  transition: all 0.3s ease; }
#inbox .billing-section4 a {
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-color: #23c037;
  border-radius: 18px;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-size: 1.3em;
  padding-top: 160px;
  padding-bottom: 90px;
  transition: all 0.3s ease;
  background-image: url("../images/faq.8b60c7a88027.png");
  background-repeat: no-repeat;
  background-position: center top 70px;
  background-size: 75px auto; }
#inbox .billing-section4 a:hover {
  background-color: #149a25;
  transition: all 0.3s ease; }
#inbox .flx {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }
#inbox .pr-100-member {
  padding-right: 100px; }
#inbox .switch-plans label .lever:after {
  background-color: #0d82f9 !important; }
#inbox .switch-plans label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: #707070;
  font-family: 'Helvetica Reg', sans-serif;
  margin-bottom: 15px; }
#inbox .switch-plans label .lever {
  margin: 20px; }
#inbox .plan-section1-inner {
  background-color: #f0f1f1;
  padding: 30px 35px 40px 35px;
  border-radius: 15px;
  color: #707070;
  font-family: 'Helvetica Reg', sans-serif; }
#inbox .plan-section2-inner {
  background-color: #0784f2;
  padding: 30px 35px 40px 35px;
  border-radius: 15px;
  color: #fff;
  font-family: 'Helvetica Reg', sans-serif; }
#inbox .plan-section3-inner {
  background-color: #0550df;
  padding: 30px 35px 40px 35px;
  border-radius: 15px;
  color: #fff;
  font-family: 'Helvetica Reg', sans-serif; }
#inbox .plan-title {
  margin-bottom: 5px; }
#inbox .plan-price-duration {
  margin-bottom: 20px; }
#inbox .plan-price {
  font-size: 3em;
  font-weight: bold;
  color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
#inbox .plan-duration {
  color: #707070; }
#inbox ul.plans-listing {
  list-style-type: none;
  padding: 0;
  margin: 0; }
#inbox ul.plans-listing li {
  display: block;
  background-image: url("../images/listing-tick.6e598dbc9eb1.png");
  background-repeat: no-repeat;
  background-position: left 0 top 3px;
  background-size: 16px auto;
  margin-bottom: 20px;
  padding-left: 28px; }
#inbox .current-plan {
  width: 80%;
  margin: 0 auto; }
#inbox .current-plan span {
  border-radius: 100px;
  padding: 15px 40px 15px 40px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  font-family: 'Helvetica Reg', sans-serif;
  width: 100%;
  display: block;
  float: left; }
#inbox .current-plan a {
  border-radius: 100px;
  padding: 15px 40px 15px 40px;
  background-color: #ddd;
  color: #0550df;
  text-align: center;
  font-family: 'Helvetica Reg', sans-serif;
  width: 100%;
  display: block;
  float: left;
  transition: all 0.3s ease; }
#inbox .current-plan a:hover {
  background-color: #fff;
  color: #0550df;
  transition: all 0.3s ease; }
#inbox .plans-listing-wrap {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
#inbox .mb-50-member {
  margin-bottom: 50px; }
#inbox .section-title-payment {
  font-family: 'Helvetica Reg', sans-serif !important;
  width: 100% !important;
  font-size: 1.1em;
  padding-bottom: 6px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #707070;
  border-bottom: 1px solid #ddd !important; }
#inbox .pl-null-member {
  padding-left: 0 !important; }
#inbox .pr-null-member {
  padding-right: 0 !important; }
#inbox .payment-submit a {
  border-radius: 100px;
  padding: 15px 40px 15px 40px;
  background-color: #0550df;
  color: #fff;
  text-align: center;
  font-family: 'Helvetica Reg', sans-serif;
  width: 100%;
  display: block;
  float: left;
  transition: all 0.2s ease;
  width: 200px;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
#inbox .payment-submit a:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5) !important; }
#inbox .text-white {
  color: #fff !important; }
@media only screen and (max-width: 1500px) {
  #inbox .billing-section1 a {
    font-size: 1em; }
  #inbox .billing-section2 a {
    font-size: 1em; }
  #inbox .billing-section3 a {
    font-size: 1em; }
  #inbox .billing-section4 a {
    font-size: 1em; } }
@media only screen and (max-width: 1250px) {
  #inbox .plan-section1 {
    width: 100% !important;
    margin-bottom: 20px !important; }
  #inbox .plan-section2 {
    width: 100% !important;
    margin-bottom: 20px !important; }
  #inbox .plan-section3 {
    width: 100% !important;
    margin-bottom: 20px !important; }
  #inbox ul.plans-listing li {
    display: block;
    background-image: url("../images/listing-tick.6e598dbc9eb1.png");
    background-repeat: no-repeat;
    background-position: left 0 top 3px;
    background-size: 16px auto;
    margin-bottom: 10px !important;
    padding-left: 22px; } }
@media only screen and (max-width: 1024px) {
  #inbox .user-create-form .dropdown-content {
    width: 100% !important;
    top: 60px !important; }
  #inbox .billing-section1 {
    font-size: 1em;
    float: left;
    width: 49%;
    margin-bottom: 40px; }
  #inbox .billing-section2 {
    font-size: 1em;
    float: right;
    width: 49%;
    margin-bottom: 40px; }
  #inbox .billing-section3 {
    font-size: 1em;
    float: left;
    width: 49%;
    margin-bottom: 40px; }
  #inbox .billing-section4 {
    font-size: 1em;
    float: right;
    width: 49%;
    margin-bottom: 40px; }
  #inbox .delete-content-bx h1 {
    font-size: 23px; }
  #inbox .content-sidebar {
    width: 100% !important;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0; }
  #inbox .user-content-bx {
    width: 100% !important;
    border-left: none !important; }
  #inbox ul.manage-sidebar-listing li {
    display: inline-block !important;
    text-decoration: none;
    border-bottom: none;
    margin-bottom: 10px;
    margin-right: 5px; }
  #inbox ul.manage-sidebar-listing li a {
    display: inline-block !important;
    text-decoration: none;
    padding: 7px 15px 5px 15px !important;
    color: #444;
    font-size: 11px !important;
    border: 1px solid #aaa;
    border-radius: 100px;
    font-weight: normal !important;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
    transition: all 0.3s ease; }
  #inbox ul.manage-sidebar-listing li a:hover {
    background-color: #444;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #444; }
  #inbox .pl-100-member {
    padding-left: 0; }
  #inbox .button-blue-wide150 {
    width: 150px !important;
    float: none !important;
    margin: 0 auto !important;
    display: block; }
  #inbox .btn-mt-20 {
    margin-top: 15px !important; } }

#page-upload-deck .upload-deck-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #3198f7; }
#page-upload-deck .upload-deck-btn-wrap {
  width: 205px;
  height: 60px;
  float: none;
  margin: 0 auto 0 auto; }
#page-upload-deck .or {
  text-align: center;
  padding-top: 30px;
  width: 10%; }
#page-upload-deck .browse-wide-left {
  float: left !important;
  width: 45%; }
#page-upload-deck .browse-wide-right {
  float: left !important;
  width: 100%; }
#page-upload-deck .deck-logo-wrap {
  height: 10%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
#page-upload-deck .deck-logo-wrap img {
  max-width: 100px; }
#page-upload-deck .deck-upload {
  height: 300px; }
#page-upload-deck .deck-content-wrap {
  height: 90%;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 10%;
  padding-top: 8%;
  padding-bottom: 8%; }
#page-upload-deck .deck-image-gallery {
  height: 250px;
  overflow-y: auto;
  z-index: 2;
  position: relative; }
#page-upload-deck a.upload-deck-btn {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  padding: 0 40px 0 40px;
  height: 55px !important;
  line-height: 55px !important;
  display: block !important;
  width: 220px !important;
  font-family: 'Helvetica Reg', sans-serif;
  font-size: 1.1em;
  letter-spacing: 0 !important;
  text-transform: capitalize;
  margin: 0 auto;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
#page-upload-deck a.upload-deck-btn:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease; }
#page-upload-deck p {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 0 !important;
  font-family: 'Helvetica Reg', sans-serif; }
#page-upload-deck .thumbnail-row .row {
  margin-bottom: 0 !important; }
#page-upload-deck .browse-wide .row {
  margin-bottom: 0 !important; }
#page-upload-deck .input-field {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
#page-upload-deck p.caption1 {
  font-size: 2em;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important; }
#page-upload-deck p.caption2 {
  font-size: 1.1em;
  margin-bottom: 40px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important; }
#page-upload-deck .deck-upload-modal {
  background-color: #fbcf48;
  border-radius: 8px;
  max-width: 800px; }
#page-upload-deck .modal-footer {
  background-color: #fbcf48;
  z-index: 9999;
  height: 45px !important;
  padding-top: 2px !important; }
#page-upload-deck .browse-button-wide-a {
  width: 205px !important;
  float: right !important;
  margin-right: 10px;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 100px;
  text-transform: capitalize !important;
  font-family: 'Helvetica Reg', sans-serif; }
#page-upload-deck .browse-button-wide-b {
  width: 205px !important;
  float: left !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 100px;
  text-transform: capitalize !important;
  font-family: 'Helvetica Reg', sans-serif; }
#page-upload-deck .get-started {
  color: #000;
  font-size: 2em;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Helvetica Reg', sans-serif; }
#page-upload-deck .file-path-wrapper {
  width: 1px; }
#page-upload-deck .deck-image-grid {
  width: 100%;
  height: auto;
  float: left; }
#page-upload-deck .deck-wrap {
  float: left !important;
  width: 25%;
  height: 120px;
  padding: 5px 10px;
  overflow-y: hidden;
  border-radius: 5px;
  margin-bottom: 10px; }
#page-upload-deck .deck-wrap img {
  cursor: pointer !important; }
#page-upload-deck .wrap-pd {
  padding-left: 20px;
  padding-right: 20px; }
#page-upload-deck .deck-image-grid img {
  width: 100%;
  height: 110px !important;
  border-radius: 5px; }
#page-upload-deck .modal-footer-btn-clear {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 100px;
  margin-right: 6px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  height: 30px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize !important; }
#page-upload-deck .modal-footer-btn-upload {
  background-color: #0D83F8 !important;
  color: #fff !important;
  border-radius: 100px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  height: 30px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize !important; }
#page-upload-deck .modal-footer-btn-done {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 100px;
  margin-right: 6px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  height: 30px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize !important; }
#page-upload-deck .thumbnails {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  display: block; }
#page-upload-deck .thumbnails img {
  width: 100%; }
#page-upload-deck .modal.modal-fixed-footer .modal-footer {
  border-top: none !important;
  padding-right: 20px !important; }
#page-upload-deck .slimScrollBar {
  background: #fff !important;
  background-color: #fff !important;
  opacity: 1 !important; }
@media only screen and (max-width: 1024px) {
  #page-upload-deck .deck-wrap {
    float: left !important;
    width: 33.3%;
    height: 140px;
    padding: 5px;
    overflow-y: hidden; } }
@media only screen and (max-width: 768px) {
  #page-upload-deck .deck-wrap {
    float: left !important;
    width: 50%;
    height: 120px;
    padding: 5px 10px;
    overflow-y: hidden;
    border-radius: 5px;
    margin-bottom: 10px; }
  #page-upload-deck .upload-deck-btn-wrap {
    width: 205;
    float: none;
    margin: 0 auto 0 auto; }
  #page-upload-deck .browse-wide-left {
    float: none;
    width: 205px;
    margin: 0 auto; }
  #page-upload-deck .browse-wide-right {
    float: none;
    width: 205px;
    margin: 0 auto; }
  #page-upload-deck .or {
    padding-top: 0;
    float: none;
    width: 175px;
    margin: 0 auto; }
  #page-upload-deck .wrap-pd {
    padding-left: 20px;
    padding-right: 20px; }
  #page-upload-deck p.caption1 {
    font-size: 1.5em;
    padding-left: 15px;
    padding-right: 15px; }
  #page-upload-deck p.caption2 {
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px; }
  #page-upload-deck a.upload-deck-btn {
    padding: 0 40px 0 40px;
    height: 45px !important;
    line-height: 45px !important;
    width: 180px !important;
    font-size: 1em; }
  #page-upload-deck .get-started {
    font-size: 1.5em !important;
    margin-bottom: 16px !important; }
  #page-upload-deck .browse-button-wide-a {
    width: 205px !important;
    float: none !important;
    margin: 0 auto !important; }
  #page-upload-deck .browse-button-wide-b {
    width: 205px !important;
    float: none !important;
    margin: 0 auto !important; }
  #page-upload-deck .input-field {
    height: 35px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  #page-upload-deck .modal-footer {
    text-align: center !important; }
  #page-upload-deck .modal-footer-btn-clear {
    background-color: #fff !important;
    color: #000 !important;
    margin-bottom: 15px !important;
    border-radius: 100px;
    height: 30px !important;
    line-height: 18px !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    margin-right: 6px !important; }
  #page-upload-deck .modal-footer-btn-upload {
    background-color: #0D83F8 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    height: 30px !important;
    line-height: 18px !important;
    font-size: 13px !important;
    text-transform: capitalize !important; }
  #page-upload-deck .modal-footer-btn-done {
    background-color: #fff !important;
    color: #000 !important;
    margin-bottom: 15px !important;
    border-radius: 100px;
    margin-right: 6px !important;
    height: 30px !important;
    line-height: 18px !important;
    font-size: 13px !important;
    text-transform: capitalize !important; }
  #page-upload-deck .deck-image-gallery {
    height: 210px !important;
    overflow: hidden; }
  #page-upload-deck .thumbnails {
    width: 400px !important; }
  #page-upload-deck .thumbnails img {
    width: 100% !important; } }
@media only screen and (max-width: 600px) {
  #page-upload-deck .browse-button-wide-a {
    width: 100% !important;
    font-size: 0.9em !important; }
  #page-upload-deck .browse-button-wide-b {
    width: 100% !important;
    font-size: 0.9em !important; }
  #page-upload-deck .deck-image-gallery {
    height: 170px !important;
    overflow: hidden; }
  #page-upload-deck .thumbnails {
    width: 300px !important; }
  #page-upload-deck .thumbnails img {
    width: 100% !important; } }

#connect-screen .process-prompt {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  font-family: 'Helvetica Reg', sans-serif !important;
  background-image: url("../images/minutes.2bf2789fed2d.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: left 0 top 0;
  padding-left: 26px;
  font-size: 1.1em; }
#connect-screen .connect-billboard {
  max-width: 300px;
  float: right; }
#connect-screen .connect-billboard img {
  width: 100%;
  height: auto; }
#connect-screen .connect-welcome {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  padding-top: 100px;
  margin-bottom: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
#connect-screen .connect-desc {
  font-weight: bold;
  color: #181616;
  line-height: 35px;
  margin-bottom: 5px;
  font-family: 'Helvetica Reg', sans-serif !important;
  margin-bottom: 60px;
  font-size: 1.2em; }
#connect-screen .connect-button {
  clear: left;
  width: 100%; }
#connect-screen .btn-yellow {
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: .8rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-transform: inherit;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  border-radius: 100px !important;
  -webkit-transition: box-shadow 300ms linear;
  -moz-transition: box-shadow 300ms linear;
  -o-transition: box-shadow 300ms linear;
  -ms-transition: box-shadow 300ms linear;
  transition: box-shadow 300ms linear;
  -webkit-box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important;
  color: black !important;
  background-color: #ffd00d !important;
  border-color: #ffd00d !important; }
@media (max-width: 1024px) {
  #connect-screen .connect-welcome {
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
    padding-top: 100px;
    margin-bottom: 10px;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important; }
  #connect-screen .connect-desc {
    font-weight: bold;
    color: #181616;
    line-height: 30px;
    margin-bottom: 5px;
    font-family: 'Helvetica Reg', sans-serif !important;
    margin-bottom: 25px;
    font-size: 1em; }
  #connect-screen .connect-welcome {
    padding-top: 50px; } }
@media (max-width: 650px) {
  #connect-screen .dsp {
    display: none; }
  #connect-screen .flt-left {
    float: left !important;
    clear: left !important;
    width: 100%; }
  #connect-screen .flt-left br {
    display: none; }
  #connect-screen .flt-right {
    float: none !important;
    clear: left !important;
    margin: 0 auto !important;
    width: 250px !important;
    max-width: 250px; }
  #connect-screen .process-prompt {
    text-align: center;
    padding-left: 0;
    background-position: center top;
    padding-top: 22px;
    margin-bottom: 40px; }
  #connect-screen .connect-welcome {
    width: 100%;
    text-align: center;
    padding-top: 10px !important;
    margin-bottom: 10px !important; }
  #connect-screen .connect-desc {
    width: 100%;
    text-align: center;
    line-height: 24px !important;
    font-size: 0.9em; }
  #connect-screen .connect-button {
    width: 200px !important;
    margin: 0 auto 30px auto; }
  #connect-screen .connect-button a {
    width: 100% !important;
    text-align: center !important; } }

#no-credits .explore-wrap {
  padding-top: 10px;
  padding-bottom: 100px; }
#no-credits .credit-logo-wrap {
  height: 10%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
#no-credits .credit-logo-wrap img {
  max-width: 100px; }
#no-credits .credit-wrap-pos {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center; }
#no-credits .credit-content-wrap {
  height: auto;
  position: absolute;
  left: 0;
  right: 0; }
#no-credits .no-credits-img {
  width: 100%;
  text-align: center;
  display: block !important;
  float: left; }
#no-credits .no-credits-img img {
  max-width: 300px;
  height: auto; }
#no-credits .no-credits-title {
  width: 100%;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-size: 5.5em;
  color: #444343;
  font-weight: bold;
  text-align: center;
  display: block !important;
  float: left; }
#no-credits .no-credits-desc {
  width: 100%;
  font-family: 'Helvetica Reg', sans-serif;
  font-size: 1.8em;
  color: #707070;
  text-align: center;
  margin-bottom: 15px; }
#no-credits .no-credits-name {
  width: 100%;
  font-family: 'Helvetica Reg', sans-serif;
  font-size: 1.3em;
  color: #707070;
  text-align: center; }
#no-credits .no-credits-name a {
  text-decoration: underline;
  font-weight: bold;
  color: #707070; }
#no-credits .no-credits-name a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #707070; }
@media only screen and (max-width: 768px) {
  #no-credits .no-credits-img img {
    max-width: 50%;
    width: 50%;
    height: auto; }
  #no-credits .no-credits-desc {
    font-size: 1.4em; }
  #no-credits .no-credits-title {
    font-size: 5em; } }

/*
    All component related stylings go here
*/
.billboard:hover {
  cursor: pointer; }
  .billboard:hover .front, .billboard:hover .back {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); }

.billboard {
  display: block;
  position: relative;
  margin-top: 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 8px;
  font-family: 'Helvetica Reg', sans-serif;
  color: #fff;
  width: 13.555555555555555em;
  height: 25.0555555556em;
  filter: blur(0px);
  transform: perspective(1px) translateZ(0); }
  .billboard .disabled {
    background-color: grey !important; }
  .billboard .voting-in-progress {
    background-color: grey !important; }
    .billboard .voting-in-progress > * {
      color: white !important; }
  .billboard .declined-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .billboard .declined-logo img {
      width: 4em;
      height: 100%;
      margin-right: 30px; }
  .billboard.tombstone .back {
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    height: 400px !important;
    background-position: center center;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-image: url("/static/images/tombstone.765cede05503.png"); }
    .billboard.tombstone .back .declined-logo {
      opacity: 1;
      height: 60px;
      width: auto;
      transition: all 1s ease-in-out; }
    .billboard.tombstone .back .button-resurrect {
      opacity: 0;
      transition: all 1s ease-in-out; }
    .billboard.tombstone .back:hover .button-resurrect {
      opacity: 1; }
    .billboard.tombstone .back:hover .declined-logo {
      opacity: 0; }
  .billboard .front .badges .closed {
    position: relative;
    right: .5em;
    height: 2em;
    width: 2em; }
  .billboard .front, .billboard .back {
    background: grey;
    height: 25.0555555556em !important;
    width: 100% !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1.2em 1em;
    -webkit-box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3); }
  .billboard .back {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .billboard .button-action {
    font-size: .7em !important; }
  .billboard .logo {
    float: left;
    height: 1.8em;
    width: 5.5em;
    object-fit: contain;
    object-position: 0 0; }
  .billboard .logo-container {
    height: 16em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .billboard .logo-container .investor-logo {
      height: 8em;
      width: 80%;
      object-fit: contain;
      object-position: 50% 50%; }
  .billboard .logo-container img {
    max-height: 200px;
    width: auto;
    max-width: 200px; }
  .billboard .fund-name {
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .billboard .badges {
    float: right;
    width: 100%;
    max-width: 5.5em;
    position: relative;
    top: -.2em; }
    .billboard .badges ul {
      margin: 0 0 0 0;
      padding: 0;
      list-style-type: none;
      text-align: right; }
      .billboard .badges ul li {
        display: inline-block;
        max-height: 1em;
        max-width: 1em;
        height: 100%;
        width: 100%;
        margin-right: 4px; }
      .billboard .badges ul li:last-child {
        display: inline-block;
        max-height: 1em;
        max-width: 1em;
        height: 100%;
        width: 100%;
        margin-right: 0; }
  .billboard .verticals {
    width: 100%;
    padding-top: .5em;
    font-size: .6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .billboard .elevator-pitch {
    margin-top: .4em;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    overflow: hidden; }
  .billboard .data-table {
    position: absolute;
    bottom: 1.2em;
    width: calc(100% - 2em);
    backface-visibility: visible !important;
    margin: 0;
    padding: 0; }
    .billboard .data-table .item {
      border-color: #fff;
      font-size: .6em;
      padding: 0;
      margin-top: .5em;
      border-bottom: 1px solid #fff; }
      .billboard .data-table .item .item-label {
        text-align: left; }
      .billboard .data-table .item .item-data {
        float: right; }
  .billboard .match-container {
    display: flex;
    justify-content: space-between; }
  .billboard .match {
    margin-top: 1.5rem;
    color: #707070;
    font-size: .8rem;
    font-weight: bold;
    display: block; }
  .billboard .resurrect-modal {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 280px;
    transform: translateX(-45%) !important;
    height: auto;
    background: #7e7e7e;
    z-index: 999;
    padding: 30px 40px 45px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(255, 255, 255, 0.75); }
  .billboard .resurrect-modal p {
    color: #ebeeef !important;
    font-size: 13px !important; }
  .billboard .resurrect-modal button {
    background: #ffd00d;
    color: #000;
    box-shadow: none !important;
    margin-top: 10px;
    padding: 10px 23px 10px 23px;
    font-size: 0.8em;
    color: #0033ff !important;
    background-color: #ffd00d !important;
    height: 36px;
    font-size: 0.7em !important;
    box-shadow: 7px 12px 7px -4px rgba(0, 0, 0, 0.3) !important; }
  @media only screen and (min-width: 300px) {
    .billboard {
      font-size: 15px; } }

#outpost {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  font-size: 12.5px;
  background-color: #393939;
  display: flex;
  flex-direction: column; }
  #outpost .image {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
    webkit-box-shadow: 12px 13px 8px -4px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 12px 13px 8px -4px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 12px 13px 8px -4px rgba(0, 0, 0, 0.3) !important; }
  #outpost .view-outpost-logo {
    position: absolute;
    right: 15px;
    top: 5px; }
  #outpost .view-outpost-logo img {
    max-height: 50px;
    width: auto !important; }
  #outpost .back-arrow {
    position: absolute;
    top: 2em;
    left: 2em;
    z-index: 9999; }
    #outpost .back-arrow:hover {
      cursor: pointer; }
  #outpost .row-content, #outpost .row-panel {
    width: 100%; }
  #outpost .row-content {
    height: 94%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    #outpost .row-content .thumbnails {
      margin-top: 3em; }
      #outpost .row-content .thumbnails li {
        width: 13.5em;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding: 1em;
        padding-right: 1.5em; }
        #outpost .row-content .thumbnails li:last-child {
          margin-bottom: 0; }
        #outpost .row-content .thumbnails li:hover {
          cursor: pointer; }
        #outpost .row-content .thumbnails li.active, #outpost .row-content .thumbnails li:hover {
          background-color: #7c7c7c !important; }
        #outpost .row-content .thumbnails li .index {
          color: #bcbcbe;
          width: 2.5em;
          text-align: left;
          font-size: 1em;
          line-height: 0.8em;
          font-weight: bold; }
        #outpost .row-content .thumbnails li .image {
          width: 9em;
          height: 5.06em; }
    #outpost .row-content .slide {
      max-width: 80em;
      max-height: 45em;
      width: 100%;
      height: 100%; }
      #outpost .row-content .slide .name {
        width: 100%;
        display: block;
        height: 2em;
        color: #bcbcbe;
        font-size: 1.2em;
        text-transform: capitalize; }
      #outpost .row-content .slide .panel:hover .nav-link {
        opacity: 1; }
      #outpost .row-content .slide .panel {
        position: relative;
        height: 43em;
        width: 100%; }
        #outpost .row-content .slide .panel .image {
          margin: 0 auto;
          -webkit-box-shadow: 16px 17px 6px -3px rgba(0, 0, 0, 0.3) !important;
          -moz-box-shadow: 16px 17px 6px -3px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 16px 17px 6px -3px rgba(0, 0, 0, 0.3) !important; }
          #outpost .row-content .slide .panel .image:hover {
            cursor: pointer; }
          #outpost .row-content .slide .panel .image.cover {
            width: 30em !important;
            height: auto; }
        #outpost .row-content .slide .panel #outpost-slide-cover {
          height: 100%;
          max-height: 100%;
          background: #000;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          -webkit-box-shadow: 16px 17px 6px -3px rgba(0, 0, 0, 0.3) !important;
          -moz-box-shadow: 16px 17px 6px -3px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 16px 17px 6px -3px rgba(0, 0, 0, 0.3) !important; }
        #outpost .row-content .slide .panel .tag-line {
          color: #bcbcbe;
          text-align: center;
          max-width: 20em;
          width: 100%;
          margin-top: 1em;
          font-size: 1.2em; }
        #outpost .row-content .slide .panel .nav-link {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 100;
          opacity: 0;
          background-color: rgba(255, 255, 255, 0.1);
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          width: 5em;
          height: 5em;
          text-align: center; }
          #outpost .row-content .slide .panel .nav-link .material-icons {
            font-size: 3.5em;
            position: relative;
            color: #bcbcbe; }
          #outpost .row-content .slide .panel .nav-link.prev {
            left: 2em; }
            #outpost .row-content .slide .panel .nav-link.prev .material-icons {
              right: .2em; }
          #outpost .row-content .slide .panel .nav-link.next {
            right: 2em; }
            #outpost .row-content .slide .panel .nav-link.next .material-icons {
              right: .1em; }
  #outpost .row-panel {
    height: 8%;
    background-color: #7c7c7c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    #outpost .row-panel button:last-child {
      margin-left: 1em; }
    #outpost .row-panel a {
      color: #d8d8d7;
      margin-left: 2em;
      font-size: .9em;
      text-decoration: underline; }
    #outpost .row-panel .button {
      letter-spacing: .5px;
      font-size: 0.8rem !important;
      padding-left: 4rem !important;
      padding-right: 4rem !important;
      vertical-align: middle; }
      #outpost .row-panel .button.button-yellow {
        margin-left: .5em; }
  @media screen and (min-width: 300px) {
    #outpost {
      font-size: 8px; }
      #outpost .thumbnails {
        display: none; }
      #outpost .slide {
        margin: 1em; }
      #outpost .back-arrow img {
        height: 2em;
        width: 2em; }
      #outpost button {
        height: 2.5em; } }
  @media screen and (min-width: 500px) {
    #outpost .thumbnails {
      display: block; }
    #outpost .slide {
      margin: 1em; } }
  @media screen and (min-width: 800px) {
    #outpost .thumbnails {
      margin-left: 1em; }
    #outpost .slide {
      margin-left: 2em; } }
  @media screen and (min-width: 900px) {
    #outpost {
      font-size: 9px; }
      #outpost .thumbnails {
        margin-left: 2em; }
      #outpost .slide {
        margin-left: 1em; }
      #outpost button {
        height: 2.2em; } }
  @media screen and (min-width: 1000px) {
    #outpost {
      font-size: 10px; }
      #outpost .thumbnails {
        margin-left: 1em; }
      #outpost .slide {
        margin-left: 2em; } }
  @media screen and (min-width: 1024px) {
    #outpost .thumbnails {
      margin-left: 2em; }
    #outpost .slide {
      margin-left: 2em; }
    #outpost button {
      height: 2.5em; } }
  @media screen and (min-width: 1100px) {
    #outpost {
      font-size: 10px; }
      #outpost .thumbnails {
        margin-left: 6em; }
      #outpost .slide {
        margin-left: 4em; } }
  @media screen and (min-width: 1200px) {
    #outpost {
      font-size: 11px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 4em; } }
  @media screen and (min-width: 1300px) {
    #outpost .thumbnails {
      margin-left: 7em; }
    #outpost .slide {
      margin-left: 7em; } }
  @media screen and (min-width: 1400px) {
    #outpost {
      font-size: 12px; }
      #outpost .thumbnails {
        margin-left: 7em; }
      #outpost .slide {
        margin-left: 7em; } }
  @media screen and (min-width: 1500px) {
    #outpost {
      font-size: 13px; }
      #outpost .thumbnails {
        margin-left: 7em; }
      #outpost .slide {
        margin-left: 7em; } }
  @media screen and (min-width: 1600px) {
    #outpost .thumbnails {
      margin-left: 8em; }
    #outpost .slide {
      margin-left: 8em; }
    #outpost button {
      height: 2.6em; } }
  @media screen and (min-width: 1700px) {
    #outpost {
      font-size: 14px; }
      #outpost .thumbnails {
        margin-left: 8em; }
      #outpost .slide {
        margin-left: 8em; } }
  @media screen and (min-width: 1800px) {
    #outpost .thumbnails {
      margin-left: 5em; }
    #outpost .slide {
      margin-left: 6em; }
    #outpost .back-arrow img {
      height: 2em;
      width: 2em; }
    #outpost button {
      height: 3em; } }
  @media screen and (min-width: 1900px) {
    #outpost .thumbnails {
      margin-left: 8em; }
    #outpost .slide {
      margin-left: 7em; } }
  @media screen and (min-width: 2000px) {
    #outpost {
      font-size: 17px; }
      #outpost .thumbnails {
        margin-left: 8em; }
      #outpost .slide {
        margin-left: 7em; }
      #outpost button {
        height: 3.5em; } }
  @media screen and (min-width: 2100px) {
    #outpost {
      font-size: 19px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 2200px) {
    #outpost {
      font-size: 20px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 2400px) {
    #outpost .thumbnails {
      margin-left: 10em; }
    #outpost .slide {
      margin-left: 7em; }
    #outpost .back-arrow img {
      height: 2.5em;
      width: 2.5em; } }
  @media screen and (min-width: 2500px) {
    #outpost {
      font-size: 22px; }
      #outpost .thumbnails {
        margin-left: 6em; }
      #outpost .slide {
        margin-left: 6em; } }
  @media screen and (min-width: 2600px) {
    #outpost {
      font-size: 24px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 4em; } }
  @media screen and (min-width: 2800px) {
    #outpost {
      font-size: 25px; }
      #outpost .thumbnails {
        margin-left: 6em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 3000px) {
    #outpost {
      font-size: 27px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 3100px) {
    #outpost {
      font-size: 28px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 3200px) {
    #outpost {
      font-size: 29px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 3500px) {
    #outpost {
      font-size: 30px; }
      #outpost .thumbnails {
        margin-left: 7em; }
      #outpost .slide {
        margin-left: 7em; } }
  @media screen and (min-width: 3800px) {
    #outpost {
      font-size: 34px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 4000px) {
    #outpost {
      font-size: 36px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }
  @media screen and (min-width: 4500px) {
    #outpost {
      font-size: 38px; }
      #outpost .thumbnails {
        margin-left: 8em; }
      #outpost .slide {
        margin-left: 7em; } }
  @media screen and (min-width: 4500px) {
    #outpost {
      font-size: 42px; }
      #outpost .thumbnails {
        margin-left: 6em; }
      #outpost .slide {
        margin-left: 7em; } }
  @media screen and (min-width: 5000px) {
    #outpost {
      font-size: 45px; }
      #outpost .thumbnails {
        margin-left: 5em; }
      #outpost .slide {
        margin-left: 5em; } }

#credit-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 345px;
  display: none;
  padding-top: 66px;
  padding-left: 1.6111111111111112rem;
  padding-right: 1.6111111111111112rem;
  padding-bottom: 1.6111111111111112rem;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #555555;
  box-shadow: 24.1px 19.5px 43px 0 rgba(69, 69, 69, 0.35);
  background-color: #d8d8d7;
  z-index: 9999; }
  #credit-panel h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;
    color: #262626; }
  #credit-panel p {
    width: 220px;
    font-size: 12px;
    line-height: 1.67;
    color: #555555; }
  #credit-panel .close-credit-panel {
    position: absolute;
    left: 7px;
    top: 7px; }
    #credit-panel .close-credit-panel img {
      height: 20px;
      width: auto; }
  #credit-panel .credit-total {
    margin-top: 2.3333333333333335rem;
    height: 43px;
    background-color: #b8b7b7;
    width: 100%;
    display: block;
    padding: 5px;
    padding-left: 11px;
    padding-right: 11px; }
    #credit-panel .credit-total span {
      font-size: 12px;
      line-height: 3.33;
      color: #dddcdc; }
    #credit-panel .credit-total .cost {
      font-size: 30px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: #262626;
      float: right; }

#animation-graveyard,
#animation-lets-talk {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #333333;
  z-index: 99999;
  display: none; }
  #animation-graveyard .content,
  #animation-lets-talk .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%; }
    #animation-graveyard .content img,
    #animation-lets-talk .content img {
      max-width: 800px;
      width: 100%;
      height: auto; }

#modal-out-of-credit {
  max-width: 400px;
  padding: 4rem;
  overflow: hidden; }
  #modal-out-of-credit .logo-black {
    display: block;
    width: 20px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 32px; }
  #modal-out-of-credit h4 {
    text-align: center !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;
    color: #262626; }
  #modal-out-of-credit p {
    color: #000 !important;
    max-width: 15rem;
    width: 100%;
    margin: 0 auto;
    font-size: 0.9rem; }

.swimlane {
  position: relative;
  min-height: 700px; }
  .swimlane a:hover {
    cursor: pointer !important; }
  .swimlane .empty-message {
    font-family: itc-avant-garde-gothic-pro,sans-serif !important;
    font-size: 3.8em;
    color: rgba(69, 69, 69, 0.19) !important; }
  .swimlane .pagination a:hover {
    cursor: pointer !important; }
  .swimlane .title-row {
    margin-bottom: 0 !important;
    margin-right: 3px !important; }
  .swimlane .swiper-container {
    width: 100%; }
  .swimlane .swiper-wrapper {
    padding-top: 55px;
    padding-bottom: 55px; }
  .swimlane .swiper-slide {
    width: 100%;
    width: 285px !important;
    height: 550px; }
    .swimlane .swiper-slide:hover {
      cursor: pointer !important; }
  .swimlane .empty-message {
    color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .swimlane .billboard:first-child .resurrect-modal {
    left: 50%;
    width: 280px;
    transform: translateX(-45%) !important; }

.declined-section div.inbox-section-title span {
  color: #aaa !important; }

/*
  All Plugin styling go here
*/
#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 7px 9px 8px 9px;
  font-size: 0.8em !important;
  font-family: "Helvetica Reg", sans-serif !important; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 8px solid #111;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

/*# sourceMappingURL=outpost.css.map */
