/* ----- Jobberish Theme ----- */
/* ----- SETUP ----- */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700,900&display=swap");
body {
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    margin-top: 0;
    background-size: cover;
    background-position-x: center;
    position: relative;
}

.region {
    background: linear-gradient(0deg, #4389bdde 0%, #dbeefdde 100%);
} 
/* ----- never remove - needed on all TXM themes ----- */
.view-filters.form-group {
  display: none;
}
.form-group {
  margin-bottom: 0;
}

/* ----- HEADER ----- */
header {
    margin: 0;
    padding: 8px 0;
    background: #ffffff;
    border: none;
    text-align: center;
}
header img.img-responsive {
    width: 100%;
    height: auto;
    max-width: 130px;
    margin: 0 auto;
}



/* ----- FOOTER ----- */
footer {
    background: #122f42;
    color: #d3d3d3;
    margin-top: 0;
    padding: 35px 0;
}
footer .footer {
  margin: 0 auto;
  border: none;
  padding: 0;
}
footer .footer-wrap {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
footer .footer-links ul {
  padding: 0;
  margin: 0;
}
footer .footer-links ul li {
  padding: 10px 0;
  font-size: 11px;
  color: #d3d3d3;
  letter-spacing: 0.1px;
  width: 100%;
  text-align: center;
  list-style: none;
}
footer .footer-links ul li a {
  color: #d3d3d3;
  padding: 1px 5px 0;
}
footer .main-footer-links ul li:first-child {
  padding-top: 0;
}
footer .footer-copy {
  font-size: 10px;
  margin: 8px 0;
}
footer .footer-site {
  font-size: 10px;
}

/* ----- LANDING ----- */
.views-field-field-page-1 {
    background: #14598c;
}
  .landing-wrap {
      color: #ffffff;

  }
  .tjs-content-wrap .col-xs-12 {
    padding: 0;
  }

  .landing-wrap .tjs-header-wrap {
      height: 100vh;
  }

  .landing-wrap .headline-block .header-content-wrap {
      background-size:cover; 
      height:90vh; 
      margin: 0; 
      padding: 0;
      background-position-x: center; 
      position:relative;

  }

  .landing-wrap .headline-block .hero-shield {
      position: absolute; 
      top:0; 
      right:0; 
      bottom:0; 
      left:0; 
      z-index:1; 
      background: linear-gradient(0deg, rgba(67,137,189,1) 40%, rgba(67,137,189,0.2315519957983193) 60%, rgba(67,137,189,0) 97%);
  }

  .landing-wrap .headline-block .header-content {
      display:flex; 
      flex-direction:column; 
      position: absolute; 
      top:0; 
      right:0; 
      bottom:0; 
      left:0; 
      z-index:2;
  }

  .landing-wrap .headline-block .header-top {
      flex:3; 
      display: flex; 
      flex-direction: column; 
      justify-content: flex-end; 
      margin-bottom: 60px;
  }

  .landing-wrap .headline-block .header-bottom {
      flex:1;
  }

  .landing-wrap .headline-block .main-title {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(105,105,105,0.4);
    margin: 30px auto 0;
  }

  .landing-wrap .headline-block .sub-title {
    font-size: 20px;
    text-shadow: 0px 4px 4px rgba(105,105,105,0.4);
    text-align: center;
  }

  .landing-wrap .headline-block .company-title {
      margin: 0px auto 15px;
      font-size: 16px;
    text-align: center;
  }

  .landing-wrap .headline-block .cta-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      height: 30px;
    }

    .landing-wrap .headline-block .company-wrap {
      display:flex;
      justify-content: space-evenly;
      margin-top: 10px;
      opacity: 0.6;
    }

    .landing-wrap .headline-block .company-wrap .company img{
      width:70px;
      height:auto;
    }

  .landing-wrap .categories-title {
    font-size: 26px;
    font-weight:700;
    margin: 30px auto 5px;
  }

  .landing-wrap .categories-title:before {
      content: '';
      display: block;
      width: 35px;
      border-bottom: 3px solid #ffffff;
      margin: 0 auto 5px;
  }

  .landing-wrap .categories-subtitle {
    font-size: 16px;
  }


  .tjs-grid-content-wrap .region-grp .container {
    margin-top: 10px;
  }

  .tjs-grid-content-wrap .region-grp .container .views-field-field-image {
      width: 90px;
      height: 90px;
      border-radius: 15px;
      display: flex;
      justify-content:center;
      align-items:center;
      margin: 0 auto;
      cursor: pointer;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease-out;
      background: #ffffff;
  }

  .tjs-grid-content-wrap .region-grp .container .views-field-field-image:hover {
      transform: translateY(-5px);
      box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  }

  .tjs-grid-content-wrap .region-grp .container .views-view-grid > .tjs-grid {
      margin-top: 20px;
  }

.tjs-grid-content-wrap .region-grp .container .tjs-img img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
    padding: 10px;
}

.tjs-grid-content-wrap .region-grp .container .views-field-title {
    text-align: center;
    margin: 10px auto 15px;
}

.tjs-grid-content-wrap .region-grp .container .views-field-title span {
    text-transform: capitalize;
}

.tjs-grid-content-wrap .region-grp .container .field-content {
    font-size:16px;
    font-weight:400;
    
}

/* ----- FORM----- */
.reg-top-wrap,
.utm-title-wrap{
    width: 100%;
    max-width: 700px;
}
.reg-top-wrap .reg-title {
    color: #ed702d;
    font-size: 22px;
    font-weight: 700;
}
.reg-top-wrap .reg-subtitle {
    font-weight: 600;
    font-size: 18px;
}
.utm-top {
    margin-top: 20px;
}
.utm-top .utm-title {
    letter-spacing: 0.2px;
    font-weight: 900;
    font-size: 16px;
}
.utm-title-wrap {
    background: #ffffff;
    padding: 0 20px;
    border-radius: 0;
    margin: 0 auto;
}
.utm-title-wrap h2.headline {
    margin: 5px auto 0;
    padding: 13px 10px 13px 15px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    background: #f1f1f1;
}
.reg-top-wrap {
    background: #ffffff;
    margin: 20px auto 0;
    padding: 20px 20px 0 20px;
    border-radius: 10px 10px 0 0;
}
.webform {
    background: #ffffff;
    padding: 12px 20px 40px;
    border-radius: 0 0 10px 10px;
}
.webform h2.subheadline {
  text-align: center;
  margin: 20px auto 0;
}
.webform .headline-secondary {
    font-size: 22px;
    color: #ed702d;
    font-weight: 900;
    margin-top: 15px;
}
.webform input.form-control {
    margin: 0 auto 10px;
}
.webform label {
    font-weight: 900;
    margin-top: 0;
    font-size: 16px;
}
.webform legend {
    font-size: 16px;
    font-weight: 900;
}
.select-wrapper select {
    line-height: 18px;
}
.webform select.form-control {
  padding: 13px 13px 12px;
}
.webform .select-wrapper:after {
    color: #c45012;
}

.webform div[id*=edit-gender] ul.parsley-errors-list li {
  margin-top: 30px;
}
div[id*=edit-gender] .form-item-gender label {
    font-size: 18px;
}

.form-item-subscribe {
    margin: 10px auto;
}
/* ---- MATCH ---- */
#views_slideshow_cycle_teaser_section_product_carousel-block_1 {
  width: 100%;
  margin: 10px auto 20px auto;
}

.match-wrap .progress {
  height: 40px;
}

.match-wrap .progress-bar-info {
  background-color: #2ca7c7;
}

.match-wrap .percentage {
  font-size: 48px;
  font-weight: 700;
  margin: 20px auto 40px;
  color: #259827;
}
.match-wrap .main-title {
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    color: #ed702d;
}

/* ---- ZAN ---- */
#zeeto {
  box-shadow: 0 5px 8px rgba(88, 88, 88, 0.4);
  padding: 10px 15px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
  background: #ffffff;
}

#zeeto .zan-campaign-container.zan-soi-campaign-container {
  padding: 0;
}

.zan-wrap .dyn-copy {
  margin: 10px 8px 10px;
  text-align: center;
}

.zan-wrap p.headline-main {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #ed702d;
    text-shadow: -0.3px 0.3px 0.5px rgb(0 0 0 / 20%);
}

.zan-wrap p.headline-secondary {
  font-size: 18px;
}
.zan-wrap .dyn-copy span {
  text-transform: capitalize;
}

/* ----- STATIC CONTENT PAGES----- */
.main-content-terms {
  padding: 1rem 2rem;
}

/* ----- BUTTON ----- */
.btn-main {
    height: auto;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    padding: 18px 0 14px;
    font-size: 32px;
    margin: 20px 0 10px 0;
    width: 100%;
    max-width: 350px;
    font-weight: 900;
    border-radius: 15px;
    background: linear-gradient(180deg, #ea651b, #ff7327);
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
    border: 1px solid #db5e1a;
    color: #ffffff;
    text-shadow: -1px 1px 3px rgb(0 0 0 / 30%);
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
}
.btn-main i {
    font-style: normal;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main:active:hover,
.btn-main:active:focus,
.btn-main:hover:focus,
.btn-main:disabled,
.btn-main[disabled]:hover {
  background: linear-gradient(180deg, #f78749, #e67f48);
  box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
  border: 1px solid #b65f2f;
  color: #ffffff !important;
  outline: none !important;
}

button .button-submit {
  margin-top: 30px;
}

/* ----- ZXM QUESTIONS/ANSWERS ----- */
.zxm-question {
  font-size: 18px;
  line-height: 1.25;
  margin: 10px 0 0;
  color: #3a3a3a;
  font-weight: 600;
}

.zxm-label {
  display: block;
  font-size: 14px;
  padding: 0 5px 0 25px;
  margin: 20px 0 20px 0;
  position: relative;
  line-height: 1.3;
  font-weight: 400;
  min-height: 33px;
}

.zxm-label:before {
  left: 0;
  top: 0;
  content: "";
  border: 1px solid #bfbebe;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.zxm-label:after {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #3289e8;
  display: none;
}

.zxm-label:hover {
  font-weight: bold;
  cursor: pointer;
}

.zxm-label:hover:after {
  display: block;
}

.zxm-label:hover:focus:after {
  display: block;
}

.zxm-label:hover:active:after {
  display: block;
}

.zxm-label:focus {
  font-weight: bold;
  cursor: pointer;
}

.zxm-label:active {
  font-weight: bold;
  cursor: pointer;
}

.zxm-answers {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}

/* ----- FEED PAGE ----- */
.feed-wrap .app-wrap .headline {
    font-size: 18px;
    margin: 20px auto 0;
    font-weight: 700;
}
.feed-wrap .btn-main {
    max-width: 280px;
    font-size: 24px;
    padding: 15px 0 12px;
}

/* ----- PULSE ----- */
.pulse {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@media (min-width: 375px) {

  .btn-main {
    max-width: 350px;
  }
}

@media (min-width: 600px) {
  .btn-main {
    max-width: 350px;
  }
  .zan-soi-campaign-container .zan-headline {
    margin: 15px 0 5px !important;
  }
  .zan-tcpa-campaign-container .zan-headline {
    margin: 15px 0 5px !important;
  }
}

@media (min-width: 768px) {
.utm-title-wrap h2.headline {
    font-size: 18px;
}  
.reg-top-wrap {
    padding: 50px 60px 0 60px;
}
.utm-title-wrap {
    padding: 0 60px;
}
.webform {
    padding: 10px 60px 60px;
}
.reg-top-wrap .reg-title {
    font-size: 26px;
}
.reg-top-wrap .reg-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}
.webform select.form-control {
    padding: 20px 13px 16px;
}
  .zan-wrap p.headline-main {
    font-size: 32px;
  }
  .zan-wrap .headline-secondary {
    font-size: 28px;
    font-weight:700;
  }
  .zan-wrap .dyn-copy {
    margin: 30px 0 25px;
  }

  #zeeto {
    padding: 20px 30px 50px;
  }
  #zeeto .zan-linkout-campaign-container {
    padding-top: 0;
    padding-top: 30px;
  }
  #zeeto .second-monetization .dyn-copy {
    margin-top: 35px;
  }
  .btn-main {
    font-size: 38px;
    max-width: 450px;
  }

  .landing-wrap .headline-block .main-title {
      font-size: 50px;
  }
  .landing-wrap .headline-block .sub-title {
    font-size: 24px;
  }
  .landing-wrap .headline-block .cta-wrap {
      margin-top: 50px;
  }
  .landing-wrap .headline-block .company-title {
    font-size: 20px;
  }
  .landing-wrap .categories-title {
    font-size: 36px;
    margin: 50px auto 10px;
  }
  .landing-wrap .categories-subtitle {
    font-size: 22px;
  }
  .header-content-wrap {
    margin-top: 15px;
    border: 3px solid #ffffff;
    border-image: linear-gradient(to bottom, rgb(255, 255, 255), #4389BD) 1;
    border-collapse: separate; 
  }
  .views-view-grid .views-row {
    width: 70%;
    float: none;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
.views-field-field-page-1 {
    background: #4389BD;
}
  header {
    padding: 15px 0;
  }
  header .header-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  header img.img-responsive {
    max-width: 250px;
  }
  footer .footer-links ul li a:hover {
    text-decoration: none;
  }
  .match-wrap .main-title {
    font-size: 58px;
  }
}