/* input(2949,10): run-time error CSS1038: Expected hex color, found '#ffff'
input(2952,10): run-time error CSS1038: Expected hex color, found '#ffff'
input(2958,10): run-time error CSS1038: Expected hex color, found '#ffff' */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*-------------------------------
  THEME COLOURS

    - PRIMARY -
    - SLATE GREY - #415464
    - TEAL GREEN - #00c4b3
    - LIGHT GREY - #d9d8d7

    - SECONDARY -
    - NAVY BLUE - #17243d
    - RED - #9f3122

---------------------------------*/
/*

    DO NOT USE THIS FILE - All styling should be split into the existing or new scss 
    files relevant to the component they affect. 

*/
/* Standard components
 --------------------------------------------------*/
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

input[type=file] {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 8px;
  height: 35px;
  border-radius: 5px;
}

input[type=file]::-webkit-file-upload-button {
  background: #17243d;
  color: #FFFFFF;
  border: none;
  float: right;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Payment Tiles 
    ----------------------------------------------*/
.product-title {
  font-family: "plutobold";
}

.price-wrapper {
  font-size: 48px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-family: "plutobold";
}

.product-description {
  font-size: 22px;
  padding-top: 30px;
}

.pricing-tile-button {
  width: 200px;
}

/* Job Froms
    ----------------------------------------------*/
.card-tile.job-log-card.col-md-4 {
  min-height: 350px;
  height: 100%;
  padding-bottom: 10px;
}

h2.form-title {
  margin: 10px;
}

div.log-input {
  text-align: left;
  margin-bottom: 12px;
}

.form-input {
  width: 100%;
}

.form-note-input {
  width: 100%;
  height: 98px;
}

/* Complete Job From
    ----------------------------------------------*/
div.uploaded-image {
  text-align: left;
  margin-bottom: 12px;
}

div.signiture {
  text-align: left;
  margin-bottom: 16px;
}

.upload-button {
  margin-top: 0.5rem;
}

.signiture-input {
  border: #415464;
  border-style: solid;
  border-width: 1px;
  margin-top: 0.5rem;
  cursor: crosshair;
  width: 100%;
}

.clear-button {
  border: none;
  background-color: #9f3122;
  color: white;
  border: #707070 solid 1px;
  border-radius: 5px;
}

/* Search
    ----------------------------------------------*/
/* Rounded sliders */
.label-container {
  display: flex;
  justify-content: space-between;
}

.range-label {
  margin-right: 4px;
}

input.slider-input {
  width: 100%;
}

input.slider-input {
  margin: 30px 0 20px 0;
  -webkit-appearance: none;
  background-color: #d9d8d7;
  height: 3px;
  width: 100%;
  margin: 10px auto;
  border: none;
  padding: 4px;
}

input.slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: #00c4b3;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.tag-box {
  padding: 10px 0 10px 0;
  overflow: auto;
}

.tag {
  background-color: #d9d8d7;
  margin: 5px;
  width: fit-content;
  padding: 3px 28px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-family: "plutolight";
}

.tag-active {
  background-color: #17243d;
  color: white;
}

#show-map {
  padding: 10px;
}

a:not([href]):not([tabindex]):hover {
  color: #9f3122;
  text-decoration: none;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.pagination {
  display: flex;
  justify-content: flex-end;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination .active {
  background: olive;
}
.pagination a:hover {
  background-color: #ddd;
  border-radius: 5px;
}

.greyed-out {
  background-color: #415464;
  border-radius: 50%;
}

.functional-home {
  background-color: #415464;
  background-image: linear-gradient(to bottom, #415464, rgba(65, 84, 100, 0.9)), url("/assets/background_landingpage_daylon.jpg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw");
  background-repeat: no-repeat;
  background-size: cover;
}

input.address {
  margin-bottom: 5px;
  max-width: 450px;
  display: block;
}
/* FONTS 
    ---------------------------------------------------*/
@font-face {
  font-family: "plutoblack";
  src: url(Fonts/PlutoBlack.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plutobold";
  src: url(Fonts/PlutoBold.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plutolight";
  src: url(Fonts/PlutoLight.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plutomedium";
  src: url(Fonts/PlutoMedium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plutoregular";
  src: url(Fonts/PlutoRegular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plutothin";
  src: url(Fonts/PlutoThin.ttf);
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "plutoregular";
  color: #17243d;
  background-color: #d9d8d7;
  font-size: 12pt;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

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

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "plutobold";
  color: #17243d;
}

h1 {
  text-transform: uppercase;
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
  color: #415464;
}

a {
  color: #17243d;
}

button {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  text-transform: uppercase;
}

.action-button, .custom-file-upload {
  display: block;
  background-color: #00c4b3;
  border: 1px solid #707070;
  color: white;
  border-radius: 3px;
  height: 45px;
  font-size: 1em;
  font-family: "plutomedium";
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
  line-height: 45px;
  transition-duration: 0.3s;
}
.action-button.wrap-size, .custom-file-upload.wrap-size {
  width: 98%;
}
.action-button:hover, .custom-file-upload:hover {
  text-decoration: none;
  color: white;
  box-shadow: 0 1px 6px #00000040;
}
.action-button.negative, .custom-file-upload.negative {
  background-color: #d9d8d7;
}
.action-button.negative:hover, .custom-file-upload.negative:hover {
  background-color: #9f3122;
}

.cta-complete {
  background-color: #d9d8d7;
  cursor: auto !important;
}

button.action-button {
  width: 100%;
}
button.action-button.negative {
  background-color: #d9d8d7;
}
button.action-button.negative:hover {
  background-color: #9f3122;
}

.action-button.disabled {
  background-color: #d9d8d7;
}

.custom-file-upload {
  background-color: #17243d;
}

::placeholder {
  font-family: "plutoregular";
  font-size: 14px;
}

input, select, textarea {
  height: 45px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #707070;
  margin-bottom: 20px;
  color: #17243d;
  outline: none;
  padding: 10px;
}

input:read-only, textarea:read-only {
  border: none;
  font-style: italic;
}

.input-pair {
  display: flex;
}
.input-pair :first-child {
  flex-grow: 1;
  flex-shrink: 1;
}
.input-pair :last-child {
  flex-grow: 0;
  flex-shrink: 4;
  margin-left: 16px;
  min-width: 60px;
}

textarea {
  height: 165px;
}

.text-link {
  color: #9F3122;
  font-family: "plutomedium";
  font-size: 22px;
  text-align: right;
  display: block;
  margin-top: 12px;
  border: none;
  background-color: unset;
}
.text-link:hover {
  color: #9F3122;
  text-decoration: underline;
}

label {
  display: block;
  font-family: "plutomedium";
  font-size: 16px;
}

@media only screen and (min-width: 1000px) {
  .slider-container {
    margin: 10px 0 20px 0px;
    margin-top: -50px;
  }
}
.slider-container {
  margin: 10px 0 20px 0px;
  margin-bottom: 70px;
}

.default-image {
  height: 100px;
  width: 100px;
  background-image: url(/assets/UnknownUserIcon.png?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  background-size: cover;
  align-self: center;
  border-radius: 50%;
  box-shadow: 0 1px 6px 0px #80808057;
}

.header-default-image {
  background-image: url(/assets/headerplaceholderprofile.png?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  width: 100%;
  height: 125px;
  background-size: cover;
  background-position: bottom;
  box-shadow: 0 1px 6px 0px #80808057;
}

.cr-slider {
  border: none;
}

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

.profile-image {
  max-height: 100px;
}

.free-content {
  margin-left: 16px;
  margin-right: 16px;
}

.no-data {
  margin: 10px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.results-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.results-wrapper .card-job-result {
  width: 46%;
}
@media only screen and (max-width: 990px) {
  .results-wrapper .card-job-result {
    width: 100%;
  }
}

.teal-highlight {
  color: #00c4b3;
}

@media only screen and (max-width: 768px) {
  #printButton {
    display: none;
  }
}
.location-search {
  display: flex;
  margin-bottom: 20px;
}
.location-search input {
  margin: 0;
  width: auto;
  flex-grow: 1;
}
.location-search button {
  flex-shrink: 1;
  margin: 0;
  width: auto;
  min-width: 110px;
  margin-left: 16px;
}
@media only screen and (max-width: 445px) {
  .location-search button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 445px) {
  .location-search {
    flex-wrap: wrap;
  }
}

.current-location {
  font-family: "plutomedium";
  text-align: center;
}
.current-location #selectedAddress {
  font-style: italic;
  font-family: "plutoregular";
  display: inline-block;
  width: unset;
  min-width: 240px;
  border: none;
  padding: 0;
  user-select: none;
  pointer-events: none;
}

.mobile-table-holder {
  overflow-x: auto;
}
body .footer {
  width: 100%;
  white-space: nowrap;
  background-color: white;
  line-height: 46px;
  /* Vertically center the text there */
}
body .footer div.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 991px) {
  body .footer div.container {
    flex-direction: row;
    justify-content: flex-start;
  }
}
body .footer a {
  color: #415464;
}
@media only screen and (min-width: 991px) {
  body .footer a {
    margin-right: 30px;
    margin-left: 30px;
  }
}
body .footer a.sfbText {
  color: #9f3122;
  text-align: center;
  padding-top: 34px;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}
@media only screen and (min-width: 991px) {
  body .footer a.sfbText {
    text-align: left;
  }
}
body .footer hr {
  border-color: #d9d8d7;
  width: 100%;
}
body .expand-section {
  border-radius: 50%;
  font-size: small;
  border: none;
  height: 20px;
  background-color: #00c4b3;
  position: absolute;
  width: 20px;
  bottom: 2px;
}
body .rotate-expand {
  transform: rotate(90deg);
}

.app h3 {
  color: #00c4b3;
}
main {
  min-height: calc(100vh - 90px );
}
main.branding-main {
  background-color: #415464;
  padding-top: 100px;
  color: white;
  font-weight: normal;
  text-align: center;
}
main.branding-main h1, main.branding-main h2, main.branding-main h3, main.branding-main h4 {
  color: white;
}
header {
  background-color: #415464;
  min-height: 84px;
}
header .logo {
  height: unset;
  width: 175px;
}
header .icon-container {
  display: none;
}
header .icon-container .notif-wrapper {
  margin-right: 5px;
}
@media only screen and (max-width: 560px) {
  header .icon-container .icon {
    margin-right: 0;
  }
}
@media only screen and (max-width: 369px) {
  header .icon-container {
    margin-left: 20px;
    width: 100%;
    justify-content: space-between;
    margin-right: 23px;
  }
}
@media only screen and (max-width: 991px) {
  header .icon-container {
    display: flex;
    align-items: center;
  }
}
header .container.sign-in {
  height: 84px;
  align-items: baseline;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .notifications {
  display: inline-flex;
  vertical-align: top;
  margin-right: 10px;
}
@media only screen and (min-width: 350px) and (max-width: 500px) {
  header .notifications {
    margin-right: 10px;
  }
}
header .notifications .countmessage {
  background-color: #00c4b3;
  color: #17243d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
}
header .notifications .count {
  background-color: #00c4b3;
  color: #17243d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  padding-top: 0.75px;
  justify-content: center;
  text-align: center;
}
header .notifications-message {
  min-width: 65px;
  display: inline-flex;
  vertical-align: middle;
}
@media only screen and (min-width: 350px) and (max-width: 500px) {
  header .notifications-message {
    min-width: 25px;
    margin-right: 5px !important;
  }
}
header .notifications-message .countmessage {
  background-color: #00c4b3;
  color: #17243d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.navbar-nav.sign-in {
  width: unset;
  background-color: #415464;
}
header ul.navbar-nav.sign-in .nav-link.text-light {
  min-width: 100px;
}
header .navbar {
  background-color: #415464;
  padding: 0;
}
header .navbar .navbar-nav {
  height: 84px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav {
    height: calc(100vh - 84px);
    overflow: auto;
    padding-left: 20px;
  }
}
header .navbar .navbar-toggler {
  margin-right: 10px;
}
@media only screen and (min-width: 350px) and (max-width: 500px) {
  header .navbar .navbar-toggler {
    margin-right: 5px;
  }
}
header .navbar .nav-item {
  cursor: pointer;
  height: 84px;
  flex-grow: 1;
}
header .navbar .nav-item button {
  background: none;
  border: none;
}
@media only screen and (max-width: 991px) {
  header .navbar .nav-item {
    height: unset;
    flex-grow: 0;
    width: 100%;
    text-align: left;
    border-left: 4px solid #415464;
    padding: 10px;
  }
}
header .navbar .nav-item:hover {
  background-color: #17243d;
  border-bottom: 2px solid #00c4b3;
}
@media only screen and (max-width: 991px) {
  header .navbar .nav-item:hover {
    border: none;
    border-left: 2px solid #00c4b3;
  }
}
header .navbar .nav-item.selected {
  border-bottom: 2px solid #00c4b3;
}
@media only screen and (max-width: 991px) {
  header .navbar .nav-item.selected {
    border: none;
    border-left: 2px solid #00c4b3;
  }
}
header .navbar .nav-item.small-only {
  display: none;
  border-left: 0;
}
@media only screen and (max-width: 991px) {
  header .navbar .nav-item.small-only {
    display: block;
    cursor: default;
  }
  header .navbar .nav-item.small-only:hover {
    background-color: #415464;
  }
}
header .navbar .nav-item.small-only ul {
  list-style: none;
  margin-block-start: 0;
  padding: 0;
}
header .navbar .nav-item.small-only li {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  header .navbar .nav-item.dropdown {
    display: none;
  }
}
header .navbar .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  font-family: "plutolight";
  font-size: 1em;
}
@media only screen and (max-width: 991px) {
  header .navbar .nav-link {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar .nav-link {
    height: unset;
  }
}
header .navbar .dropdown-divider {
  display: none;
  border-bottom: 1px solid white;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header .navbar .dropdown-divider {
    display: block;
  }
}
header .navbar .dropdown-menu.show {
  display: block;
}
header .navbar .dropdown-item {
  min-height: 45px;
  display: flex;
  align-items: center;
}
header .navbar .dropdown-item button {
  padding: 0;
  color: #212529;
  text-transform: none;
}
header .navbar .menu-dropdown {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .hide-small {
    display: none;
    cursor: default;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-brand {
    margin-right: 0rem !important;
  }
}
.home-page {
  color: white;
}
.home-page .full-height.full-width {
  min-height: calc(100vh - 84px);
}
.home-page .full-height.full-width .logo-container {
  min-height: 36vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-page .full-height.full-width .join-now-container {
  display: flex;
  justify-content: center;
  min-height: 16vh;
}
@media screen and (max-height: 830px) {
  .home-page .full-height.full-width .logo-container {
    min-height: 40vh;
  }
  .home-page .full-height.full-width .join-now-container {
    min-height: 60vh;
  }
}
.home-page img {
  max-width: 100%;
}
.home-page .teal-highlight {
  font-family: "plutoregular";
}
.home-page .inner-container.d-flex.align-items-center.pl-5.pr-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home-page .card-professional-result {
  min-height: 225px;
}
.home-page .card-job-result {
  min-height: 350px;
  margin: 0 20px 0 20px;
}
.home-page .card-job-result .name-data {
  overflow: auto;
  height: 72px;
}
.home-page p {
  font-family: "plutoregular";
  font-size: 1em;
}
.home-page .container {
  text-align: center;
}
.home-page .container h2 {
  margin-bottom: 48px;
}
.home-page .container h3 {
  color: #17243d;
  text-align: left;
}
.home-page .container.panel-block {
  width: 100%;
  font-size: 1.2em;
}
.home-page .container.panel-block h2, .home-page .container.panel-block h3 {
  color: white;
  text-align: left;
}
.home-page .container.panel-block .wrapper {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 300px;
}
@media only screen and (max-width: 992px) {
  .home-page .container.panel-block .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home-page .container.panel-block .wrapper .wrapper-split {
  flex-grow: 1;
  min-height: 600px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .home-page .container.panel-block .wrapper .wrapper-split {
    width: 100%;
  }
}
.home-page .container.panel-block .slate {
  background-color: #415464;
  min-height: 300px;
  padding: 36px;
}
.home-page .container.panel-block .teal {
  background-color: #00c4b3;
  color: #17243d;
  padding: 36px;
}
.home-page .container.panel-block .teal h2, .home-page .container.panel-block .teal h3 {
  color: #17243d;
}
.home-page .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page label {
  display: flex;
  align-items: center;
  margin-left: 50px;
  font-size: 24px;
}
.home-page label input {
  width: 26px;
  margin-bottom: 0;
  margin-right: 20px;
}
.home-page .full-width {
  width: 100%;
  min-height: 600px;
  padding-bottom: 36px;
  padding-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .full-width.no-margin {
  padding: 0;
}
.home-page .full-width.backing-image {
  background-image: linear-gradient(to bottom, #415464, rgba(189, 196, 202, 0.95)), url("/assets/background_landingpage_daylon.jpg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw");
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page .full-width.dk-grey {
  background-color: #d9d8d7;
  color: #17243d;
}
.home-page .full-width.dk-grey.backing-image-flat {
  background-image: linear-gradient(to bottom, rgba(189, 196, 202, 0.95), rgba(189, 196, 202, 0.95)), url("/assets/background_landingpage_daylon.jpg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-page .full-width.dk-blue {
  color: #d9d8d7;
  background-color: #17243d;
}
.home-page .full-width.dk-blue.backing-image-flat {
  background-image: linear-gradient(to bottom, #415464, rgba(252, 255, 255, 0.1)), url("/assets/background_landingpage_daylon.jpg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw");
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page .full-width.dk-teal {
  color: #d9d8d7;
  background-color: #415464;
}
.home-page .full-width.dk-teal.backing-image-flat {
  background-image: linear-gradient(to bottom, rgba(65, 84, 100, 0.95), rgba(65, 84, 100, 0.95)), url("/assets/header-photo.jpg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw");
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page .full-width.dk-teal.backing-image-flat-full {
  background-image: linear-gradient(to bottom, rgba(65, 84, 100, 0.95), rgba(65, 84, 100, 0.9)), url("/assets/header-photo.jpg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  position: relative;
}
.home-page .home-split {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .home-split img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .home-page .home-split {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home-page .action-button {
  max-width: 200px;
  min-width: 200px;
}
.home-page .result-track.work, .home-page .result-track.professionals {
  display: flex;
  align-items: center;
  background-color: #d9d8d7;
  width: 1389px;
  margin: auto;
  padding: 10px;
  padding-top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1490px) {
  .home-page .result-track.work, .home-page .result-track.professionals {
    width: 800px;
    padding: 0;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 900px) {
  .home-page .result-track.work, .home-page .result-track.professionals {
    width: 100%;
    padding: 0;
    overflow-x: auto;
  }
}
.home-page .result-track.work .card-professional-result, .home-page .result-track.professionals .card-professional-result {
  margin-left: 20px;
  margin-right: 40px;
}
.home-page .result-track.work .name-data, .home-page .result-track.professionals .name-data {
  color: black;
}
.home-page .scroll-to-left, .home-page .scroll-to-right {
  color: grey;
  background-color: #d9d8d7;
  border: none;
  font-size: 1.5em;
}
@media only screen and (max-width: 900px) {
  .home-page .scroll-btn {
    display: none;
  }
}
.home-page .blue-highlight h2 {
  color: white;
}
.home-page .blue-highlight p, .home-page .blue-highlight h2 {
  color: #415464;
  margin-left: 20px;
}
.home-page .highlight {
  color: #9f3122;
}
.home-page .cta-list {
  display: flex;
  font-weight: bold;
  font-family: "plutolight";
  font-size: 1em;
  color: #415464 !important;
  justify-content: center;
}
@media only screen and (max-width: 990px) {
  .home-page .cta-list {
    flex-wrap: wrap;
  }
}
.home-page .cta-list .cta {
  margin: 25px;
  width: 350px;
}
.home-page .cta-list .cta .star-container {
  position: relative;
}
.home-page .cta-list .cta .star-container img {
  width: 210px;
  margin-bottom: 20px;
}
.home-page .cta-list .cta .star-container p {
  position: absolute;
  top: 100px;
  display: block;
  text-align: center;
  left: 9px;
  right: 5px;
  z-index: 10;
}
.home-page h2.teal-highlight {
  color: #00c4b3 !important;
}
.home-page .home-split-part {
  margin-top: 5%;
  width: 450px;
}
.home-page .home-split-part.left {
  padding: 0;
}
.home-page .home-split-part.left p {
  margin-top: 31px;
  font-family: "plutobold";
  font-size: 1.1em;
}
.home-page .home-split-part.left .action-button {
  margin-bottom: 23px;
}
.home-page .home-split-part.left .title-wrapper-left {
  height: fit-content;
  background: #17243d;
  padding: 13px;
  border-radius: 10px 10px 0 0;
}
.home-page .home-split-part.left h2 {
  color: white;
}
.home-page .home-split-part.left:hover {
  box-shadow: 0px 0px 20px 0px #17243d78;
}
.home-page .home-split-part.right {
  padding: 0;
}
.home-page .home-split-part.right p {
  margin-top: 31px;
  font-family: "plutobold";
  font-size: 1.1em;
}
.home-page .home-split-part.right .action-button {
  margin-bottom: 23px;
}
.home-page .home-split-part.right .title-wrapper-right {
  height: fit-content;
  background: #9f3122;
  padding: 13px;
  border-radius: 10px 10px 0 0;
}
.home-page .home-split-part.right h2 {
  color: white;
}
.home-page .home-split-part.right:hover {
  box-shadow: 0px 0px 20px 0px #8c271987;
}
.home-page .home-split-part h2 {
  margin-bottom: 10px;
}

.faq-page.card.home {
  width: 100%;
}
.faq-page a {
  color: #00c4b3;
  text-decoration: none;
}
.faq-page iframe {
  height: 460px;
}
@media only screen and (max-width: 1490px) {
  .faq-page iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .faq-page iframe {
    height: 335px;
  }
}
@media only screen and (max-width: 768px) {
  .faq-page iframe {
    height: 230px;
  }
}

.blue-banner {
  background: #17243d;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: fit-content;
}
.blue-banner .blue-banner-text {
  display: block;
  padding: 17px;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
}

.red-banner {
  background: #9f3122;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: fit-content;
}
.red-banner .red-banner-text {
  display: block;
  padding: 17px;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 415px) {
  .top-list-item {
    padding-top: 100px;
  }
}
@media (max-width: 575px) and (min-width: 415px) {
  .top-list-item {
    padding-top: 60px;
  }
}
.card-tiler {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  border-radius: 10px;
  box-shadow: 0 1px 6px #00000040;
  margin: 24px 16px;
  padding: 24px;
  background-color: #fff;
  position: relative;
  border: none;
  display: block;
}
@media only screen and (max-width: 575px) {
  .card {
    margin: 24px 0;
  }
}
.card .job-header {
  display: flex;
  justify-content: space-between;
}
.card.home {
  width: 75%;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  .card.home {
    width: 100%;
  }
}
.card .standard-text {
  color: #707070;
  font-family: "plutoregular";
  font-size: 16px;
}
.card h1 {
  text-align: center;
}
.card h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.card h2:first-of-type {
  margin-top: 0px;
}
.card .advanced-search-toggle-container {
  color: #9f3122;
  margin: 20px;
}
.card button.advanced-search-toggle {
  color: #9f3122;
  background: unset;
  border: unset;
  padding-left: 5px;
  padding-right: 10px;
  margin-bottom: 15px;
  text-align: left;
  display: flex;
  outline: 0;
}
.card #advanced-search-arrow {
  padding-left: 5px;
}
.card .arrow-transform {
  transform: rotate(90deg);
  line-height: normal;
}
.card .toggle-field label {
  display: inline-block;
}
.card button.floating-delete, .card a.floating-edit {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d8d7;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 7px;
  top: 8px;
  transition-duration: 0.3s;
  outline: none;
}
.card button.floating-delete:hover, .card a.floating-edit:hover {
  box-shadow: 0 1px 6px #00000040;
  background-color: #00c4b3;
}
.card button.floating-delete img, .card a.floating-edit img {
  width: 16px;
  height: 16px;
}
.card a.floating-edit {
  right: 50px;
}

.map-card-content {
  max-width: 350px;
}

.gm-style-iw {
  padding: 0 !important;
}
.gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}

.btn-group {
  cursor: pointer;
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
}
.btn-group.job-toggles {
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.btn-group .btn {
  width: 50%;
  height: 45px;
  line-height: 35px;
  font-size: 16px;
  font-family: "plutomedium";
  text-transform: uppercase;
  border: 1px solid #707070;
  transition-duration: 0.3s;
}
.btn-group .btn.btn-primary {
  background-color: #17243D;
}
.btn-group .btn.btn-secondary {
  background-color: #D9D8D7;
}
.btn-group .btn.btn-secondary:hover {
  background-color: #17243D;
}

.share-card .social-media-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  margin-left: 20px;
}
.share-card .social-media-links .action-button {
  margin-top: 0;
  flex-grow: 0;
  flex-shrink: 1;
}
.share-card .social-media-links .social-one {
  width: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: white;
  border-radius: 3px;
  border: none;
  outline: none;
  margin-right: 20px;
  margin: auto;
  transition-duration: 0.3s;
}
.share-card .social-media-links .social-one:hover {
  box-shadow: 0 1px 6px #00000040;
}
.share-card .social-media-links .social-one .fb-icon {
  background-image: url(../assets/logo-facebook.png);
  height: 60px;
  width: 60px;
  background-repeat: round;
  margin: auto;
}
.share-card .social-media-links .social-two {
  width: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: white;
  border-radius: 3px;
  border: none;
  outline: none;
  margin-right: 20px;
  transition-duration: 0.3s;
  margin: auto;
}
.share-card .social-media-links .social-two:hover {
  box-shadow: 0 1px 6px #00000040;
}
.share-card .social-media-links .social-two .twitter-icon {
  background-image: url(../assets/logo-twitter.png);
  height: 40px;
  width: 47px;
  background-repeat: round;
  margin: auto;
}
.share-card .social-media-links .copy-link {
  border: none;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  border: 1px solid #707070;
}
.or-divider {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.or-divider hr {
  flex-grow: 1;
  margin: 0;
  height: 1px;
}
.or-divider .or {
  width: 40px;
  text-align: center;
}
.toggle-field .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 34px;
  /*Hide default HTML checkbox */
}
.toggle-field .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-field .switch .toggle-round {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: -2px;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #415464;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 27px;
}
.toggle-field .switch :before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-field .switch input:checked + .toggle-round {
  background-color: #00c4b3;
}
.toggle-field .switch input:focus + .toggle-round {
  box-shadow: 0 0 1px #2196F3;
}
.toggle-field .switch input:checked + .toggle-round:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.professional-search-container .professional-toggles-desktop {
  display: flex;
  margin-top: 25px;
}
@media only screen and (max-width: 1000px) {
  .professional-search-container .professional-toggles-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .professional-search-container .horizontal-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .professional-search-container .horizontal-wrapper .btn-group {
    width: 350px;
  }
  .professional-search-container .horizontal-wrapper label, .professional-search-container .horizontal-wrapper .slider-container {
    flex-grow: 1;
    max-width: 49%;
  }
  .professional-search-container .horizontal-wrapper .action-button, .professional-search-container .horizontal-wrapper form {
    flex-grow: 1;
    max-width: 49%;
  }
  .professional-search-container .horizontal-wrapper form .action-button {
    max-width: unset;
  }
  .professional-search-container .container .pages {
    display: none;
  }
  .professional-search-container .mobile-pages {
    display: inline;
    align-self: flex-end;
  }
  .professional-search-container .mobile-pages .pagination {
    display: flex;
  }
  .professional-search-container .search-card h1 {
    text-align: left;
  }
  .professional-search-container .card-professional-result {
    width: 46%;
  }
  .professional-search-container .show-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .professional-search-container .pagination {
    display: inline;
  }
}

.card-professional-result {
  border-radius: 10px;
  box-shadow: 0 1px 6px #00000040;
  margin: 24px 16px;
  display: flex;
  justify-content: space-between;
  background-color: white;
  transition-duration: 0.3s;
  min-width: 400px;
  flex-shrink: 0;
  min-height: 250px;
}
@media only screen and (max-width: 445px) {
  .card-professional-result {
    min-width: 350px;
    margin-left: 0;
    margin-right: 0;
  }
}
.card-professional-result:hover {
  text-decoration: none;
  color: unset;
  box-shadow: 0 3px 6px #00000040;
}
.card-professional-result .side-flash {
  background-color: #415464;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: space-between;
  max-width: 150px;
  flex-grow: 1;
}
@media only screen and (max-width: 560px) {
  .card-professional-result .side-flash {
    max-width: 115px;
    min-width: 115px;
  }
}
@media only screen and (max-width: 445px) {
  .card-professional-result .side-flash {
    max-width: 80px;
    min-width: 80px;
  }
}
.card-professional-result .side-flash .favourite {
  background-image: url(../assets/favorite.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: transparent;
  height: 24px;
  width: 24px;
  margin: 12px;
  border: none;
  flex-shrink: 0;
  outline: 0;
}
.card-professional-result .side-flash .favourite.selected {
  background-image: url(../assets/favorite-filled.png);
}
.card-professional-result .side-flash .profile-image-container {
  box-shadow: 0 1px 6px #00000040;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 12px;
  margin-right: -50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 445px) {
  .card-professional-result .side-flash .profile-image-container {
    margin-left: 0;
  }
}
.card-professional-result .side-flash .profile-image-container .profile-image {
  width: 100px;
}
.card-professional-result .data-container {
  padding: 12px;
  flex-grow: 3;
  display: flex;
  flex-direction: column;
}
.card-professional-result .data-container:hover {
  text-decoration: none;
  color: #17243d;
}
.card-professional-result .data-container .top-data-container {
  text-align: right;
  margin-bottom: 16px;
  margin-left: 100px;
  justify-self: flex-end;
  flex-grow: 1;
}
@media only screen and (max-width: 560px) {
  .card-professional-result .data-container .top-data-container {
    margin-left: 41px;
  }
}
.card-professional-result .data-container .top-data-container .name-data {
  font-size: 22px;
  text-transform: uppercase;
}
.card-professional-result .data-container .top-data-container .name-data-blur {
  font-size: 22px;
  text-transform: uppercase;
  filter: blur(5px);
}
.card-professional-result .data-container .top-data-container .profession-data {
  font-size: 20px;
  text-align: right;
  color: #9f3122;
  font-family: "plutolight";
}
.card-professional-result .data-container .bottom-data-container {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .card-professional-result .data-container .bottom-data-container {
    position: initial;
  }
}
.card-professional-result .data-container .bottom-data-container .reviews-and-jobs-container {
  text-align: right;
}
.card-professional-result .data-container .bottom-data-container .reviews-and-jobs-container .review-data, .card-professional-result .data-container .bottom-data-container .reviews-and-jobs-container .job-data {
  margin-bottom: 8px;
}

@media only screen and (max-width: 425px) {
  .j-p-toggle-buttons {
    flex-direction: column;
    width: 100%;
  }
  .j-p-toggle-buttons .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .j-p-toggle-buttons .btn:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .j-p-toggle-buttons .btn {
    width: 100%;
    margin: -1px;
  }
}

.popup-job-title {
  margin-left: 150px;
}
.card-workOrder {
  padding: 0;
}
.card-workOrder .top-flash {
  background-color: #415464;
  border-radius: 10px;
  padding: 24px;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.card-workOrder .top-flash .expandable-workorder {
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  background-color: #00c4b3;
  height: 25px;
  width: 25px;
}
.card-workOrder .top-flash .expandable-workorder.rotate {
  transform: rotate(45deg);
}
.card-workOrder .top-flash .expandable-workorder .workorder-btn-text {
  font-size: 24px;
  line-height: 24px;
}
.card-workOrder .top-flash h2, .card-workOrder .top-flash h3 {
  color: white;
  margin-bottom: 0;
}
.card-workOrder .information {
  padding: 24px;
  width: 100%;
  overflow: auto;
}
.card-workOrder table tr:nth-child(odd) td {
  background-color: white;
  border-top: solid thin;
  width: 32%;
}
.card-workOrder table tr:nth-child(even) td {
  background-color: #d9d8d7;
  border-top: solid thin;
  width: 32%;
}
.card-workOrder table td:nth-last-child(-n+3) {
  max-width: 100px;
  text-align: right;
}
.card-workOrder table a {
  width: 90%;
}
.card-workOrder table a:hover {
  color: #415464;
  text-decoration: underline;
}
.card-workOrder table .text-link {
  font-size: unset;
  margin-top: 0;
  width: 90%;
}

.note-image {
  display: flex;
  justify-content: center;
}

.link-location:hover {
  text-decoration: none;
  color: #00c4b3;
}

.date-text {
  color: #d9d8d7;
}

.access-header {
  background: #415464;
  color: white;
  min-height: 41px;
  border-radius: 10px 10px 0 0;
  padding-left: 10px;
  padding-top: 9px;
}

.remove-access {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #9f3122;
  border: 0;
  font-weight: bold;
}

.add-access {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #00c4b3;
  border: 0;
  font-weight: bold;
}

.input-pair :last-child {
  min-width: 70px;
}

.work-order-desc {
  padding: 30px 0 0 0;
  text-align: center;
  color: #707070;
  font-family: "plutoregular";
  font-size: 20px;
  max-width: 700PX;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .job-search-container .horizontal-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .job-search-container .horizontal-wrapper .btn-group {
    width: 350px;
  }
  .job-search-container .horizontal-wrapper label, .job-search-container .horizontal-wrapper .slider-container {
    flex-grow: 1;
    max-width: 49%;
  }
  .job-search-container .horizontal-wrapper .action-button, .job-search-container .horizontal-wrapper form {
    flex-grow: 1;
    max-width: 49%;
  }
  .job-search-container .horizontal-wrapper form .action-button {
    max-width: unset;
  }
  .job-search-container .card-job-result {
    width: 46%;
  }
  .job-search-container .container .pages {
    display: none;
  }
  .job-search-container .desktop-pages {
    display: inline;
    align-self: flex-end;
  }
  .job-search-container .desktop-pages .pagination {
    display: flex;
  }
  .job-search-container .showmap {
    width: 100%;
  }
  .job-search-container .list-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .job-search-container .job-toggles {
    display: none;
  }
  .job-search-container .job-toggles-desktop {
    display: flex;
    margin-top: 25px;
  }
  .job-search-container .pagination {
    display: inline;
  }
}

.reminder {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 780px) {
  .reminder .star-logo {
    bottom: -55px;
    left: 8px;
    width: 56px;
    top: 25px;
  }
  .reminder h1 {
    text-align: right;
  }
  .reminder .body {
    text-align: right !important;
  }
}
.reminder .top-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #00c4b3;
  height: 25px;
}
.reminder .star-logo {
  position: absolute;
  bottom: -105px;
  left: 20px;
}

.card-job-result {
  border-radius: 10px;
  box-shadow: 0 1px 6px #00000040;
  margin: 24px 16px;
  background-color: white;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 560px) {
  .card-job-result {
    margin: 24px 0;
  }
}
@media only screen and (max-width: 560px) {
  .card-job-result .top-flash {
    position: relative;
  }
  .card-job-result .top-flash .right-panel {
    position: absolute;
    right: 0;
  }
}
.card-job-result.deselected {
  opacity: 0.8;
}
.card-job-result.map-popup {
  margin: 0;
  width: 340px;
}
.card-job-result.map-popup .top-flash .profile-image-container {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .card-job-result.map-popup {
    width: unset;
  }
  .card-job-result.map-popup .favourite {
    display: none;
  }
  .card-job-result.map-popup .profile-image-container {
    left: unset;
  }
  .card-job-result.map-popup .top-flash {
    justify-content: center;
    min-height: unset;
  }
  .card-job-result.map-popup #popup-profession.profession-data {
    display: none;
  }
  .card-job-result.map-popup #button-popup {
    padding-left: 12px;
    padding-right: 12px;
  }
  .card-job-result.map-popup .name-data {
    display: none;
  }
  .card-job-result.map-popup .popup-job-title {
    display: none;
  }
  .card-job-result.map-popup .data-container {
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.card-job-result:hover {
  text-decoration: none;
  color: unset;
  box-shadow: 0 3px 6px #00000040;
}
.card-job-result .top-flash {
  background-color: #415464;
  border-radius: 10px 10px 0 0;
  display: flex;
  width: 100%;
  flex-grow: 1;
  min-height: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .card-job-result .top-flash {
    min-height: 132px;
  }
}
.card-job-result .top-flash .favourite {
  background-image: url(../assets/favorite.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: transparent;
  height: 24px;
  width: 24px;
  margin: 12px;
  margin-right: 0;
  border: none;
  flex-shrink: 0;
  outline: 0;
}
.card-job-result .top-flash .favourite.selected {
  background-image: url(../assets/favorite-filled.png);
}
.card-job-result .top-flash .profile-image-container {
  box-shadow: 0 1px 6px #00000040;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  bottom: -50px;
  left: 50px;
  flex-shrink: 0;
  display: block;
}
@media only screen and (max-width: 560px) {
  .card-job-result .top-flash .profile-image-container {
    top: 50px;
    bottom: -100px;
    left: 20px;
  }
}
.card-job-result .top-flash .profile-image-container .profile-image {
  width: 100px;
}
.card-job-result .top-flash .space {
  width: -webkit-fill-available;
}
.card-job-result .top-flash .profession-data {
  min-width: 200px;
}
.card-job-result .top-flash .location-data {
  min-width: 300px;
  min-height: 58px;
}
.card-job-result .top-flash .profession-data, .card-job-result .top-flash .location-data {
  font-size: 20px;
  text-align: right;
  margin: 12px;
  color: white;
  font-family: "plutomedium";
}
.card-job-result .top-flash .profession-data {
  text-transform: uppercase;
}
.card-job-result .data-container {
  padding: 20px;
  flex-grow: 3;
  align-items: center;
}
.card-job-result .data-container .top-data-container {
  text-align: right;
  margin-bottom: 16px;
  margin-left: 100px;
  min-height: 32px;
  font-size: 20px;
  justify-self: flex-end;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.card-job-result .data-container .top-data-container .name-data {
  font-size: 22px;
  text-transform: uppercase;
}
.card-job-result .data-container .bottom-data-container {
  flex-grow: 1;
  font-size: 16px;
}
.card-job-result .data-container .bottom-data-container .text-link {
  color: #9F3122;
  font-family: "plutomedium";
  font-size: 22px;
  text-align: right;
  display: block;
  margin-top: 12px;
}
.card-job-result #popup-profession {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 20px;
  align-items: center;
}
.card-job-result #button-popup {
  margin-top: 10px;
  width: 100%;
}
.card-job-result .popup-job-title {
  margin-top: 18px;
  text-align: end;
  font-family: "plutobold";
}
.card-job-result #popup-data-container {
  padding-top: 10px;
}

.gm-ui-hover-effect {
  top: -3px !important;
  right: -4px !important;
}
.gm-ui-hover-effect img {
  background-color: #d9d8d7 !important;
  border-radius: 50% !important;
}

.desktop-pages {
  display: none;
}

.job-toggles-desktop {
  display: none;
}

@media only screen and (max-width: 425px) {
  .j-p-toggle-buttons {
    flex-direction: column;
    width: 100%;
  }
  .j-p-toggle-buttons .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .j-p-toggle-buttons .btn:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .j-p-toggle-buttons .btn {
    width: 100%;
    margin: -1px;
  }
}

.mobile-only-toggles {
  display: none;
}
@media only screen and (max-width: 999px) {
  .mobile-only-toggles {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .mobile-only-toggles .action-button.primary {
    color: #fff;
    background-color: #17243d;
    border-color: #1861ac;
  }
  .mobile-only-toggles .action-button.secondary {
    color: #fff;
    background-color: #d9d8d7;
    border-color: #6c757d;
  }
}
.no-data-container .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.no-data-container .side-image {
  max-height: 100px;
}
.no-data-container .message {
  flex-grow: 1;
  text-align: center;
}
.professional-badges {
  display: flex;
}
.professional-badges .professional-badge {
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  height: 30px;
  width: 24px;
  border: none;
  margin: 4px;
}
.professional-badges .professional-badge.icon1 {
  background-image: url(/assets//icons-grey/ic_verified_user_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.professional-badges .professional-badge.icon2 {
  background-image: url(/assets/icons-grey/ic_local_shipping_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  width: 30px;
  background-size: 26px;
  margin-top: 6px;
}
.professional-badges .professional-badge.icon2 .experience-value {
  text-align: center;
  padding-right: 10px;
  margin-top: -3px;
}
.professional-badges .professional-badge.icon3 {
  background-image: url(/assets/icons-grey/ic_assignment_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.professional-badges .professional-badge.icon4 {
  background-image: url(/assets/icons-grey/ic_assignment_turned_in_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.professional-badges .professional-badge.icon5 {
  background-image: url(/assets/icons-grey/ic_turned_in_not_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  position: relative;
}
.professional-badges .professional-badge.icon5 .experience-value {
  font-size: 10px;
  width: 13px;
  text-align: center;
  position: absolute;
  margin: inherit;
  font-family: "plutomedium";
}
.professional-badges .professional-badge.icon1-active {
  background-image: url(/assets//icons-blue/ic_verified_user_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.professional-badges .professional-badge.icon2-active {
  background-image: url(/assets/icons-teal/ic_local_shipping_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  width: 30px;
  background-size: 26px;
  margin-top: 6px;
}
.professional-badges .professional-badge.icon2-active .experience-value {
  text-align: center;
  padding-right: 10px;
  margin-top: -3px;
}
.professional-badges .professional-badge.icon3-active {
  background-image: url(/assets/icons-slate/ic_assignment_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.professional-badges .professional-badge.icon4-active {
  background-image: url(/assets/icons-red/ic_assignment_turned_in_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.professional-badges .professional-badge.icon5-active {
  background-image: url(/assets/icons-slate/ic_turned_in_not_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  position: relative;
}
.professional-badges .professional-badge.icon5-active .experience-value {
  font-size: 10px;
  width: 13px;
  text-align: center;
  position: absolute;
  margin: inherit;
  font-family: "plutomedium";
}
@charset "UTF-8";
.rating-container {
  background-image: url(/assets/star.png?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  background-repeat: no-repeat;
  background-size: 100px;
  background-color: transparent;
  height: 100px;
  width: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}
.rating-container .rating-data {
  margin-top: 10px;
  margin-left: -3px;
  font-family: "plutomedium";
  font-size: 26px;
  color: #9f3122;
}
@media only screen and (max-width: 768px) {
  .rating-container .rating-data {
    margin-left: 3px;
  }
}
.rating-container .rating-data-blur {
  margin-top: 10px;
  margin-left: -3px;
  font-family: "plutomedium";
  font-size: 26px;
  color: #9f3122;
  filter: blur(2px);
}

.rate {
  float: left;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #9f3122;
}

.existing-rating {
  color: #9f3122;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #9f3122;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #bd4535;
}
.profile-view {
  /* Slideshow */
  /* Next & previous buttons */
  /* The dots/bullets/indicators */
  /*  Applicants */
}
.profile-view.share {
  background-color: #d9d8d7;
}
.profile-view.share h2, .profile-view.share h3 {
  color: black;
}
@media only screen and (max-width: 1110px) {
  .profile-view .container.header {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.profile-view .default-header-image {
  background-color: #17243d;
  width: 100%;
  height: 125px;
}
.profile-view .professional-badges {
  margin-top: 20px;
}
.profile-view .header-image {
  height: 125px;
  overflow: hidden;
}
.profile-view .header-image img {
  min-width: 100%;
}
.profile-view .icon-profile {
  overflow: hidden;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: white;
  box-shadow: #a0a0a0 0px 3px 4px 0px;
  position: relative;
  margin-top: -50px;
  margin-left: 16px;
  z-index: 1;
  display: block;
}
@media only screen and (max-width: 550px) {
  .profile-view .data-name {
    font-size: 1.4em;
  }
}
.profile-view .profile-header {
  display: flex;
  justify-content: space-between;
}
.profile-view .profile-header .header-right {
  text-align: right;
  margin-top: 16px;
}
.profile-view .profile-header .header-right .data-profession {
  font-size: 20px;
  font-family: "plutolight";
  color: #9F3122;
}
.profile-view .profile-header .header-right .data-location {
  margin-top: 12px;
  margin-bottom: 6px;
}
.profile-view .profile-header .data-status {
  font-size: 20px;
  font-family: "plutolight";
  margin-top: 30px;
}
.profile-view .about-header {
  display: flex;
  justify-content: space-between;
}
.profile-view .favourite {
  background-image: url(../assets/favorite.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: transparent;
  height: 24px;
  width: 24px;
  margin: 12px;
  border: none;
  flex-shrink: 0;
  outline: 0;
}
.profile-view .favourite.selected {
  background-image: url(../assets/favorite-filled.png);
}
.profile-view .rating-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 24px;
}
.profile-view .rating-wrapper .card-half {
  width: 25%;
  margin: 0;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .profile-view .rating-wrapper .card-half {
    width: 30%;
  }
}
.profile-view .rating-wrapper .card-half .rating-container {
  margin-left: 0;
}
.profile-view .rating-wrapper .card-half .completed-jobs {
  font-size: 64px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.profile-view .rating-wrapper .card-half .big-text {
  font-size: 32px;
}
.profile-view .track {
  display: flex;
  overflow-x: auto;
  align-items: center;
}
.profile-view .track img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  margin-right: 16px;
}
.profile-view .review-track {
  display: flex;
  overflow-x: auto;
  align-items: center;
}
.profile-view .review-track .review {
  width: 100%;
  flex-shrink: 0;
}
.profile-view .review-track .review .stars {
  display: flex;
  justify-content: flex-end;
}
.profile-view .review-track .review .stars .empty-star, .profile-view .review-track .review .stars .star {
  background-image: url(/assets/star.png?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  background-repeat: no-repeat;
  background-size: 25px;
  background-color: transparent;
  height: 25px;
  width: 25px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-view .review-track .review .stars .star {
  background-image: url(/assets/star-filled.png?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.profile-view .review-track .review a {
  font-size: 20px;
  font-family: "plutolight";
  color: #9F3122;
  display: block;
  text-align: right;
}
.profile-view .review-track .review a.action-button {
  text-align: center;
  color: white;
}
.profile-view .review-track .review .big-text {
  font-size: 32px;
}
.profile-view .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.profile-view .slideshow-container .slide {
  width: 100%;
  display: none;
}
.profile-view .slideshow-container .slide.active {
  display: block;
}
.profile-view .image-container {
  padding: 24px;
  margin-top: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
}
@media only screen and (max-width: 600px) {
  .profile-view .image-container {
    padding: 0;
  }
}
.profile-view .text {
  padding: 8px 12px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #707070;
  font-family: "plutoregular";
  font-size: 20px;
}
.profile-view .controls-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-view .prev, .profile-view .next {
  cursor: pointer;
}
.profile-view a:not([href]):not([tabindex]) {
  color: #00c4b3;
  text-decoration: none;
}
.profile-view .dot, .profile-view .dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.profile-view .dot.active, .profile-view .dot:hover, .profile-view .dot2.active, .profile-view .dot2:hover {
  background-color: #00c4b3;
}
.profile-view .applicant.deselected {
  box-shadow: none;
  opacity: 0.5;
}
.profile-view .applicant .applicant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  text-align: right;
}
.profile-view .applicant .applicant-header .profile-image-container {
  display: flex;
  align-items: center;
}
.profile-view .applicant .applicant-header .text-link {
  font-size: 18px;
  margin-top: 6px;
  font-family: "plutolight";
  color: #9F3122;
  display: block;
  text-align: right;
}
.profile-view .applicant .applicant-header .small-text {
  margin-top: 10px;
}
.profile-view .applicant .profile-data {
  color: #707070;
  font-family: "plutoregular";
  font-size: 20px;
  margin-top: 25px;
}
.profile-view .button-container {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .profile-view .button-container {
    flex-wrap: wrap;
  }
}
.profile-view .button-container form {
  display: block;
  width: 100%;
}
.profile-view .button-container form:first-child {
  margin-right: 10px;
}
.profile-view .button-container form:last-child {
  margin-left: 10px;
}
.profile-view .professional-badge {
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  height: 30px;
  width: 24px;
  border: none;
  margin: 4px;
}
.profile-view .professional-badge.icon1 {
  background-image: url(/assets//icons-white/ic_verified_user_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.profile-view .professional-badge.icon2 {
  background-image: url(/assets/icons-white/ic_local_shipping_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  width: 30px;
  background-size: 26px;
  margin-top: 6px;
}
.profile-view .professional-badge.icon2 .experience-value {
  text-align: center;
  padding-right: 10px;
  margin-top: -3px;
}
.profile-view .professional-badge.icon3 {
  background-image: url(/assets/icons-white/ic_assignment_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.profile-view .professional-badge.icon4 {
  background-image: url(/assets/icons-white/ic_assignment_turned_in_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.profile-view .professional-badge.icon5 {
  background-image: url(/assets/icons-white/ic_turned_in_not_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  position: relative;
}
.profile-view .professional-badge.icon5 .experience-value {
  font-size: 10px;
  width: 13px;
  text-align: center;
  position: absolute;
  margin: inherit;
  font-family: "plutomedium";
}
.profile-view .professional-badge.icon1-active {
  background-image: url(/assets//icons-blue/ic_verified_user_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.profile-view .professional-badge.icon2-active {
  background-image: url(/assets/icons-teal/ic_local_shipping_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  width: 30px;
  background-size: 26px;
  margin-top: 6px;
}
.profile-view .professional-badge.icon2-active .experience-value {
  text-align: center;
  padding-right: 10px;
  margin-top: -3px;
}
.profile-view .professional-badge.icon3-active {
  background-image: url(/assets/icons-slate/ic_assignment_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.profile-view .professional-badge.icon4-active {
  background-image: url(/assets/icons-red/ic_assignment_turned_in_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
}
.profile-view .professional-badge.icon5-active {
  background-image: url(/assets/icons-slate/ic_turned_in_not_24px.svg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  position: relative;
}
.profile-view .professional-badge.icon5-active .experience-value {
  font-size: 10px;
  width: 13px;
  text-align: center;
  position: absolute;
  margin: inherit;
  font-family: "plutomedium";
}

.uploaded-workexamples {
  height: 300px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.account-wrapper .top-account-container {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .account-wrapper .top-account-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .account-wrapper .top-account-container .action-button {
    line-height: normal;
  }
}
.account-wrapper .top-account-container .card-left {
  width: 100%;
}
.account-wrapper .top-account-container .card-right {
  width: 100%;
}
.account-wrapper .card-lower {
  min-height: 400px;
}
.card.conversation-header {
  text-align: center;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 4px;
}
.card.conversation-header .block-button {
  background-color: white;
  border: none;
  position: absolute;
  top: 11px;
  right: 12px;
}
.card.conversation-header .block-button .img-block {
  background-color: white;
  width: 25px;
}
.card.conversation-header img.profile-image {
  max-height: 115px;
}
.card.conversation-header h1.data-name {
  margin: 10px;
}

.card.conversation {
  max-height: 600px;
  overflow: auto;
}
.card.conversation .no-messages {
  text-align: center;
}
.card.conversation .date-splitter {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.card.conversation .date-splitter .date-center {
  display: flex;
  justify-content: center;
}
.card.conversation .date-splitter .date-center .data-date {
  background-color: white;
  margin-top: -35px;
  padding: 10px;
}
.card.conversation .header-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.card.conversation .header-message.inverse {
  flex-direction: row-reverse;
}
.card.conversation .header-message .sender {
  display: flex;
  align-items: center;
}
.card.conversation .header-message .sender.inverse {
  flex-direction: row-reverse;
}
.card.conversation .header-message .sender .profile-image {
  width: 35px;
  height: 35px;
}
.card.conversation .header-message .data-name {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.card.conversation .message {
  font-size: 18px;
  margin-bottom: 12px;
  margin-left: 25px;
  border-radius: 20px;
  padding: 10px;
  background-color: #d9d8d7;
  width: 75%;
  max-width: 600px;
}
.card.conversation .message.inverse {
  margin-left: auto;
  margin-right: 25px;
  color: white;
  background-color: #17243d;
}
.card.conversation .time {
  text-align: right;
  font-size: 14px;
}
.card.conversation .data-container {
  padding: 20px;
  min-height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.card.conversation .data-container .text-link {
  color: #9f3122;
  font-family: "plutomedium";
  font-size: 22px;
  text-align: right;
  display: block;
}
.card.messaging {
  padding: 0;
}
.card.messaging .top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #415464;
  border-radius: 10px 10px 0 0;
  width: 100%;
  flex-grow: 1;
  min-height: 100px;
  color: white;
  padding: 20px;
  text-align: right;
  position: relative;
}
.card.messaging .top-container h2 {
  color: white;
}
.card.messaging .top-container .profile-image-container {
  margin-bottom: -100px;
}
.card.messaging .top-container .profile-image-container img {
  max-height: 150px;
}
.card.messaging .message {
  font-size: 18px;
}
.card.messaging .data-container {
  padding: 20px;
  min-height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.card.messaging .data-container .text-link {
  color: #9f3122;
  font-family: "plutomedium";
  font-size: 22px;
  text-align: right;
  display: block;
}
.modal-content .modal-header {
  background-color: #415464;
}
.modal-content .modal-header .modal-title {
  color: #ffff;
}
.modal-content .modal-header .close {
  color: #ffff;
  text-shadow: none;
}
.modal-content .btn-primary, .modal-content .btn-secondary {
  background-color: #00c4b3;
  border: 1px solid #707070;
  color: #ffff;
}
.modal-content .btn-primary:hover, .modal-content .btn-secondary:hover {
  box-shadow: 0 1px 6px #00000040;
}
.card.notification .top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  .card.notification .top-container fuzzytimetag {
    margin-bottom: 54px;
  }
  .card.notification .top-container img {
    margin-bottom: 0 !important;
  }
  .card.notification .top-container h2 {
    margin-top: 10px;
  }
}
.card.notification .notif-banner {
  position: absolute;
  left: 0px;
  width: 24px;
  height: 100%;
  top: 0;
  border-radius: 10px 0 0 10px;
}
.card.notification .notif-banner.good {
  background-color: #00c4b3;
}
.card.notification .notif-banner.bad {
  background-color: #9f3122;
}
.card.notification .notif-banner.neutral {
  background-color: #415464;
}
.card.notification .message {
  font-size: 18px;
}
.card.notification .text-link {
  color: #9f3122;
  font-family: "plutomedium";
  font-size: 22px;
  text-align: right;
  display: block;
}
.icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.mini-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.products {
  padding-top: 16px;
}
.products .product-name {
  min-height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products h1 {
  color: white;
  margin-left: 16px;
}
.products .price-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  margin-right: 16px;
}
.products .price-toggle .discount {
  color: #00c4b3;
  font-weight: bold;
}
.products .price-toggle .switch {
  margin: 5px;
  margin-bottom: 0;
}
.products .price-toggle .toggle-round {
  background-color: #d9d8d7;
  top: 0;
}
.products .card {
  margin: 24px 0;
}
.products .card.glow {
  box-shadow: 0 1px 6px 4px #00c4b3;
}
.products .product-description {
  min-height: 160px;
  padding-bottom: 30px;
}
.products .table-overflow {
  max-width: 100%;
  overflow: auto;
}
.products table {
  width: 99%;
  color: white;
}
.products table thead td {
  text-align: center;
  padding: 5px;
}
.products table tbody {
  border: 1px solid white;
}
.products table tbody td {
  border: 1px solid white;
  text-align: center;
  padding: 5px;
}
.products table tbody tr td:nth-child(1) {
  text-align: left;
  padding: 12px;
  padding-left: 32px;
}
.products table tbody p {
  font-size: 10pt;
  font-family: "plutolight";
  font-weight: normal;
  margin: 0;
}
.products .table-break {
  font-family: plutobold;
  font-size: 24px;
  background-color: white;
  color: #17243d;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
@media only screen and (max-width: 992px) {
  .products .secondary {
    display: none;
  }
}
.products .action-button:disabled {
  background-color: white;
  cursor: default;
  color: #00c4b3;
}
.products .action-button:disabled:hover {
  box-shadow: none;
}
.products .more-info {
  width: 17px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  color: black;
  font-size: small;
  font-weight: bold;
  padding-bottom: 17px;
  cursor: pointer;
  align-self: center;
}
.products .tooltip-button {
  background-color: #00c4b3;
  border: none;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  padding: 0;
}
.getting-started {
  background-color: #415464;
  padding: 48px 0px;
  background-image: linear-gradient(to bottom, #415464, rgba(65, 84, 100, 0.9)), url("/assets/background_landingpage_daylon.jpg?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw");
  background-repeat: no-repeat;
  background-size: cover;
}
.getting-started h2 {
  color: white;
  margin-left: 16px;
}
.getting-started h3 {
  color: white;
}
.getting-started p {
  color: white;
  min-height: 60px;
  font-family: "plutolight";
  margin-top: 10px;
}
.getting-started .cta-row {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.getting-started .cta-row .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.getting-started .cta-row .cta a {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .getting-started .cta-row .cta {
    width: 30%;
  }
}
@media only screen and (max-width: 992px) {
  .getting-started .cta-row .cta {
    width: 80%;
  }
}
.getting-started .cta-row .cta .circle-cta {
  background-image: url(/assets/star.png?v=LPuAFLxwmwQjcdQm7qYNYUgMXUw);
  background-repeat: no-repeat;
  background-size: 150px;
  background-color: transparent;
  height: 150px;
  width: 150px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "plutobold";
  font-size: 36px;
  color: #9f3122;
  padding-right: 6px;
  padding-top: 12px;
}
.getting-started .cta-row .cta .cta-text {
  min-height: 96px;
}
@media only screen and (max-width: 992px) {
  .getting-started .cta-row .cta .cta-text {
    min-height: 0;
  }
}
