
/* Typography */

@font-face {
  font-family: "Inter Variable";
  src: url("https://cdn.prod.website-files.com/682bb2f6ef2157b198f6cac8/682bf2c6410e437424fbc02b_Inter-VariableFont_opsz%2Cwght.ttf")
      format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Martina Plantijn";
  src: url("https://cdn.prod.website-files.com/682bb2f6ef2157b198f6cac8/682bf408f7364ecea8f32c96_MartinaPlantijn-Regular.woff2")
      format("woff2"),
    url("ttps://cdn.prod.website-files.com/682bb2f6ef2157b198f6cac8/686f1d243c58e7a5e39b4b92_MartinaPlantijn-Regular.ttf")
      format("truetype"),
    url("https://cdn.prod.website-files.com/682bb2f6ef2157b198f6cac8/682bf408d92bf06eb805fcc1_MartinaPlantijn-Regular.otf")
      format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-stretch: normal;
}


/* General Style CSS  */

body,
input,
button,
select,
textarea {
  font-family: "Inter Variable", sans-serif;
  font-weight: 400;
}

body {
  background-color: #f8f6f0;
}

strong {
  font-weight: 500;
}

em {
  color: #1f2022;
}

/* Container Width */

.container-fluid {
  max-width: 1234px;
  margin: 0 auto;
  position: relative;
}

.container-fluid .browse {
  color: #000000;
  font-family: "Inter Variable";
  font-weight: 400;
  font-size: 14px;
}

/* Navbar */

/* Navbar Logo */

.navbar .brand {
  background: url("https://vouch-clients.s3.ap-southeast-2.amazonaws.com/vouch/support/vouch_textonly.png")
    no-repeat;
  background-size: 45%, auto;
  background-position: 63% 50%;
  max-width: 300px;
  width: 100%;
  padding: 80px 0px 0px 0;
}

.navbar .brand img {
  display: none;
}

.navbar-inner {
  max-width: 1234px;
  margin: 0 auto;
  position: relative;
}

.navbar .brand span {
  display: none;
}

.navbar {
  background: #f8f6f0;
}

.navbar .navbar-inner {
  background: transparent;
  box-shadow: none;
  position: relative;
}

.navbar .nav li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  transition: none;
}

.navbar .nav li.active a {
  font-weight: 500;
}

.img {
  width: auto;
  height: 100%;
}

.navbar .nav .active .caret {
  display: none;
}

.navbar .brand,
.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus {
  color: #000;
  text-decoration: underline;
}

li#employer-branding-internal-comms {
    display: none;
}
li#other {
    display: none;
}
li#recruiter-enablement {
    display: none;
}
li#employer-advocacy {
    display: none;
}
li#internal-communication {
    display: none;
}
li#integrations {
    display: none;
}
section#collection-category-97 {
    display: none;
}


/* Contact Us Button */

#contact a {
  background-color: #2F4F6C;
  border-radius: 0.5rem;
  color: #fff !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 16px 10px;
  border: 1px solid #000;
  transition: background-color 0.3s;
  margin-left: 15px;
}

#contact a:hover {
  background-color: #163553
  color: #fff !important;
  transition: background-color 0.3s;
}

/* Navbar Media Queries */

@media (min-width: 769px) {
  .navbar .nav {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 18px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 910px) {
  .navbar .nav li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #contact a {
    font-size: 15px;
    padding: 16px 16px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .navbar .nav li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #contact a {
    font-size: 14px;
  }
}

/* Media Queries Button Mobile & Submenu */

@media (max-width: 768px) {
  .nav-collapse .nav {
    margin: 15px 0 30px;
  }

  .navbar .brand {
    padding: 75px 0px 0px;
    background-position: 0% 50%;
    transform: scale(0.6);
  }

  .navbar .btn-navbar {
    position: absolute;
    top: 9px;
  }

  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  .navbar .btn-navbar .icon-bar {
    background: #1b1b1b !important;
    box-shadow: none !important;
    width: 25px !important;
    border-radius: 100px !important;
  }

  .navbar .nav li a {
    padding: 15px 0px;
  }
}

/* Search Section Hero */

#docsSearch {
  border-bottom: 0px;
  padding: 70px 24px 150px;
  background-color: #f8f6f0;
  margin-bottom: 0px;
}

/* Left illustrations */
#docsSearch:before {
  content: "";
  background-image: url("https://cdn.prod.website-files.com/682bb2f6ef2157b198f6cac8/68395334efad1d4a34486165_decal-waves-lrg.svg");
  width: 120%;
  height: 1000px;
  position: absolute;
  left: -20px;
  top: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

#docsSearch h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  color: #212121;
  max-width: 700px;
  position: relative;
  margin: auto;
  float: none;
  font-family: "Martina Plantijn";
  z-index: 3;
}

/* Search Style Hero */

#searchBar {
  max-width: 580px;
  padding: 32px 0;
  z-index: 3;
}

#searchBar .search-query {
  height: 57px;
  font-family: "Inter Variable";
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 25px 20px;
  box-shadow: none;
  font-size: 18px;
  line-height: 18px;
  color: #565656;
  transition: border 0.3s;
  width: 470px;
  float: left;
}

#searchBar button {
  color: #fff;
  font-weight: 500;
  text-shadow: none;
  background: #2F4F6C;
  border-radius: 0.5rem;
  font-size: 18px;
  line-height: 18px;
  padding: 19px 20px;
  height: 57px;
  position: absolute;
  top: 32px;
  right: 0px;
  transition: background-color 0.3s;
}

#searchBar button:hover {
  background-color: #163553;
  color: #fff;
}

::placeholder {
  color: #565656 !important;
}

:-ms-input-placeholder {
  color: #565656 !important;
}

/* Focus Search */

input:focus,
input[type="text"]:focus {
  border: 2px solid #212121 !important;
  box-shadow: none;
  transition: 0.4s !important;
}

:focus {
  outline: none;
  transition: 0.4s !important;
}

/* Search Results */

#serp-dd .result a {
  padding: 10px 15px;
  font-size: 16px;
  color: #565656;
  transition: none;
}

#serp-dd .result > li.active {
  background: rgba(29, 43, 54, 0.06);
  color: #565656;
}

#serp-dd .result a:hover {
  background: rgba(29, 43, 54, 0.06);
  color: #565656;
  transition: none;
}

/* Media Queries Mobile Hero */

@media only screen and (min-width: 200px) and (max-width: 500px) {
  #docsSearch {
    padding: 80px 24px 120px;
    margin-bottom: 40px;
  }

  #docsSearch h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Inter Variable", sans-serif;
  }

  #searchBar button span {
    display: none;
  }

  #searchBar button {
    padding: 0 15px;
  }

  #searchBar {
    width: 100%;
  }

  #searchBar .search-query {
    padding: 25px 24px;
    background-image: none;
    width: 100%;
  }

  #searchBar button .icon-search {
    display: block;
    color: #fff;
  }

  .icon-search:before {
    position: relative;
    bottom: 2px;
  }
}

@media only screen and (max-width: 768px) {
  #docsSearch:before {
    width: 50%;
  }

  #docsSearch:after {
    width: 75%;
  }
}

@media only screen and (max-width: 500px) {
  #docsSearch:after {
    width: 50%;
  }
}

/* Collection Title Hover & Focus */

.collection-category h2 a:hover {
  font-family: "Martina Plantijn";
  border-bottom: 0px;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/* Categories Text Style*/

#contentArea {
  padding-top: 0em;
}

.collection-category h2 {
  font-family: "Martina Plantijn";
  font-size: 36px;
  line-height: 36px;
  color: #222222;
  font-weight: 800;
}

.collection-category h2 a {
  font-size: 36px;
  line-height: 36px;
  color: #222222;
  font-weight: 800;
  text-align: left;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  color: #222222;
  font-weight: 800;
  font-family: "Inter Variable", sans-serif;
}

.category-list h3 {
  color: #244f39;
  font-family: "Martina Plantijn";
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.category-list .category p {
  font-size: 18px;
  line-height: 28px;
  color: #565656;
}

.category {
    width: 100% !important;
    height: 120px;
}

.category-list .category .article-count {
  display: none;
}

@media (max-width: 768px) {
  .collection-category h2 {
    text-align: left;
  }
}

/* Categories Card Style */

.threeCol .collection {
  border-radius: 0.5rem;
}

.category-list .category {
  text-align: left;
  display: inline-block;
  border: 1px solid #FCE5BD;
  border-radius: 6px;
  background-color: #f3ece3;
  background-image: url("https://vouch-clients.s3.ap-southeast-2.amazonaws.com/vouch/support/category-bg.png");
  background-size: 600px !important;
  background-position: -20px !important;
  box-shadow: none;
  margin: 0 0.8% 20px;
  padding: 20px;
  transition: all 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center 36px;
  background-size: 80px 80px;
  max-width: 100%;
  width: 100%;
}

.collection-category .category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 10px;
}

#collection-category-33 {
  margin-top: 100px;
}

@media screen and (min-width: 1105px) {
  .category-list .category {
    max-width: 84%;
    width: 100%;
  }
}

.category-list .category,
.category-list .category {
  background-size: 85px;
}

.category-list .category,
.category-list .category:hover {
  background-repeat: no-repeat;
  background-position: 30px 50px;
  background-size: 85px;
}

.category-list .category:hover {
  background-color: #FEF5E5;
  box-shadow: none;
  background-image: url("https://vouch-clients.s3.ap-southeast-2.amazonaws.com/vouch/support/category-bg-hover.png");
  background-size: 600px !important;
  background-position: -20px !important;
  border: 2px solid #F3ECE1
  transition: none;
}

.category-list .category:hover .article-count {
  color: #1b1b1b;
  transition: none;
}

/* Media Queries Section Cards */

@media only screen and (min-width: 200px) and (max-width: 1300px) {
  .category-list .category {
    max-width: 80%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 1170px) {
  .collection-category .category-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-list .category {
    max-width: 79%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 940px) {
  .category-list .category {
    max-width: 70%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 760px) {
  .collection-category .category-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .category-list .category {
    max-width: 84%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
  .category-list .category {
    max-width: 98%;
    min-height: 160px;
  }
}

/* Footer */

footer {
  padding: 30px 0px;
  border-top: 1px solid #fafafa;
  margin-top: 83px;
}

/* Footer Text Style */

footer p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #212121;
  text-align: center;
}

footer p a {
  color: #212121;
  font-weight: 500;
  transition: none;
  font-size: 14px;
}

footer p a:hover {
  color: #212121;
  transition: none;
}

/* Interior Page Categories */

/* Search Bar & Sidebar CSS */

#searchBar.sm button .icon-search {
  display: none;
}

#sidebar form .search-query {
  box-shadow: none;
  border-radius: 0.5rem;
  font-size: 18px;
  line-height: 18px;
  color: #565656;
  padding: 0px 15px 0px 55px;
  height: 56px;
  margin-bottom: 30px;
  background: url(https://vouch-clients.s3.ap-southeast-2.amazonaws.com/vouch/support/search.png)
    #fff;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 7% 48%;
}

#sidebar .nav-list {
  margin-top: 23px;
  margin-bottom: 0px;
  background-color: #f3ece3;
  box-shadow: none;
  border-radius: 6px;
  padding: 25px 28px 40px;
}

@media (max-width: 768px) {
  #sidebar form .search-query {
    background-size: 4%;
    background-position: 3% 48%;
  }
}

/* Sidebar Text Style */

#sidebar h3 {
  font-family: "Inter Variable", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

#sidebar .nav-list .active a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: none;
}

#sidebar .nav-list a {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #1b1b1b;
  padding: 10px 0px;
  transition: none;
}

#sidebar .nav-list a:hover {
  font-weight: 400;
  transition: none;
}

#sidebar form .search-query:focus {
  border: 1px solid #000;
  transition: none !important;
  box-shadow: none;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
  transition: none;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover {
  font-weight: 500;
}

.contentWrapper p.descrip {
  font-size: 18px;
  color: #565656;
  margin-top: 25px;
}

.contentWrapper h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  font-family: "Martina Plantijn";
}

/* Icon Arrow Sidebar */

[class^="icon-"] {
  color: #000;
  font-size: 20px;
  line-height: 22px;
}

#sidebar .nav-list .active a .icon-arrow,
#sidebar .nav-list .active a:hover .icon-arrow,
#sidebar .nav-list .active a:focus .icon-arrow {
  color: #000 !important;
}

.icon-arrow:before {
  color: #000;
}

/* Right Content */

#main-content .contentWrapper {
  background-color: #ffffff;
}

.contentWrapper {
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 50px 60px 72px;
}

#main-content {
  background: none;
}

/* Right Sidebar Text Style */

#categoryHead h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #000;
  font-family: "Martina Plantijn";
}

.articleList li {
  font-size: 18px;
  line-height: 28px;
  color: #565656;
}

.contentWrapper a {
  color: #000;
}

.articleList a span {
  transition: none;
}

.articleList a span:hover {
  text-decoration: none;
  color: rgba(27, 27, 27, 0.7);
  transition: none;
}

.contentWrapper a:hover {
  color: rgba(27, 27, 27, 0.7);
  transition: none;
}

/* Search Resaults */

#serp-dd.sb {
  border: 1px solid #1b1b1b;
  border-radius: 8px;
  top: 60px;
  box-shadow: none;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
}

#serp-dd {
  border: 1px solid #000;
  border-radius: 5px;
  top: 150%;
  box-shadow: none;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
}

/* Select */

#categoryHead .sort select {
  width: 160px;
  height: 45px;
  margin: 10;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

select {
  border: 0px solid #000;
  border-radius: 2px;
  box-shadow: none;
}

@media (max-width: 768px) {
  #categoryHead .sort {
    display: none;
  }
}

/* Media Queries Sidebar */

@media (max-width: 768px) {
  #main-content {
    margin: 40px 0px 2em 0px;
  }

  #searchBar {
    max-width: 100%;
  }

  #categoryHead .sort {
    top: -52px;
  }
  #sidebar form {
    position: relative;
    margin: 40px 0 40px;
  }

  .contentWrapper {
    border-radius: 8px;
    padding: 50px 28px 72px;
  }

  .related {
    border-radius: 8px !important;
    padding: 40px 28px !important;
  }

  .related h3 {
    padding-left: 0px !important;
  }
  .related ul {
    margin-left: 25px !important;
  }
}

/* Article Page */

#fullArticle {
  max-width: 100%;
  margin: auto;
  position: relative;
}

/* Article Button Edit */

#fullArticle .admin-edit {
  color: #fff;
  display: inline-block;
  margin-bottom: 22px;
  background-image: none;
  background-color: #1b1b1b;
  text-shadow: none;
  border: none;
  border-radius: 11px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  transition: none;
}

#fullArticle .admin-edit:hover {
  background-color: rgba(27, 27, 27, 0.7);
  transition: none;
}

/* Text Style Article */

#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
  color: #000;
}

#fullArticle .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Martina Plantijn";
}

#fullArticle h2 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
}

#fullArticle h4 {
  letter-spacing: pt;
}

#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #222222;
  table-layout: fixed;
  word-wrap: break-word;
}

#fullArticle strong {
  color: #222222;
}

#fullArticle h3 strong {
  color: #222222;
}

.contentWrapper article a {
  color: #465e7a;
  transition: none;
  text-decoration: underline;
}

.contentWrapper article a:hover {
  color: #465e7a;
  text-decoration: underline;
  transition: none;
}

#fullArticle blockquote {
  font-style: normal;
  border-left-color: #1b1b1b;
  border-width: 10px;
  padding: 40px 42px 40px 42px;
  background: rgba(29, 43, 54, 0.06);
  border-radius: 8px;
}

pre {
  background-color: #edeeee;
  color: #565656;
  border: 1px solid #edeeee;
}

#fullArticle pre,
#fullArticle code {
  font-size: 18px;
  line-height: 28px;
  color: #565656;
}

.articleFoot p,
.articleFoot time {
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}

#sbContact {
  color: #000;
  border: none;
  transition: none;
}

#sbContact:hover {
  color: rgba(27, 27, 27, 0.7);
  transition: none;
}

#fullArticle .printArticle {
  position: absolute;
  right: -3%;
  top: -25px;
  transition: none;
}

.icon-print {
  transition: none;
}

#fullArticle .printArticle:hover .icon-print {
  color: #1b1b1b;
  transition: none;
}

/* Media Queries Icon */

@media (min-width: 200px) and (max-width: 1220px) {
  #fullArticle .printArticle {
    right: -2%;
  }
}

@media (min-width: 200px) and (max-width: 1150px) {
  #fullArticle .printArticle {
    right: 15px !important;
  }
}

/* Article Image */

#fullArticle img {
  border: none;
  padding: 10px;
  -webkit-filter: drop-shadow(3px 3px 3px #eee);
  filter: drop-shadow(3px 3px 3px #eee);
}

/* Media Queries */

@media (max-width: 768px) {
  #fullArticle .printArticle {
    right: -14px;
    top: -25px;
  }

  #fullArticle .title {
    font-size: 34px;
    line-height: 40px;
  }

  #fullArticle h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .articleFoot time.lu {
    float: left;
  }

  .contentWrapper.withRelated {
    min-height: 205px;
    padding-bottom: 80px;
  }
}

/* Related Articles */
.related {
  background: #f2ece2;
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 40px 58px;
  margin-top: 40px;
}

/* Related Text */

.related h3 {
  font-family: "Inter Variable", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #222222;
}

.related ul > li {
  font-size: 18px;
  line-height: 28px;
  color: #1b1b1b;
  transition: none;
}

.related ul > li a {
  color: #1b1b1b;
  transition: none;
  font-size: 18px;
  line-height: 18px;
}

.related ul > li a:hover span {
  text-decoration: none;
}
.related a:hover {
  color: rgba(27, 27, 27, 0.7);
  transition: none;
}

/* Contact PopUp */

#contactModal,
.abuse {
  border: 1px solid #fafafa;
  box-shadow: 0px 3px 18px rgba(30, 65, 155, 0.06);
  border-radius: 6px;
  top: 6%;
}

.modal-body {
  padding: 0px 50px 60px;
  min-height: 630px;
}

#contactModal .control-label {
  width: 100%;
  float: left;
  text-align: left;
}

#contactModal .controls {
  margin-left: 0px;
}

#contactModal .form-actions {
  padding-left: 0px;
}

#contactModal #md-message {
  width: 100%;
  padding-top: 10px;
  height: 70px;
}

.form-actions:before,
.form-actions:after {
  display: none;
}

/* Contact PopUp Text */

#contactModal h2,
.abuse h2 {
  padding: 50px 0 15px 50px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  color: #222222;
}

.form-horizontal .control-label {
  font-size: 18px;
  line-height: 28px;
  color: #565656;
}

input[type="text"] {
  border-radius: 6px;
  border: 1px solid #cad8e3;
  box-shadow: none;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #565656;
  padding: 4px 12px;
  width: 95%;
}

#contactModal input[type="file"] {
  height: 25px;
  padding: 18px 12px;
}

.form-horizontal textarea {
  border-radius: 6px;
  border: 1px solid #cad8e3;
  box-shadow: none;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #565656;
  padding: 4px 12px;
  width: 95%;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  border-radius: 6px;
  border: 1px solid #fafafa;
  box-shadow: none;
  background-color: #fafafa;
  font-size: 16px;
  height: 40px;
  line-height: 16px;
  color: #565656;
  padding: 4px 12px;
  width: 81%;
  width: 95%;
}

#contactModal input[type="submit"].btn {
  border-radius: 6px;
  background-color: #1b1b1b;
  font-size: 18px;
  line-height: 18px;
  border: none;
  background-image: none;
  width: 100%;
  height: 50px;
  text-shadow: none;
  color: #fff;
  font-weight: 800;
  margin-top: 15px;
  transition: none;
}

#contactModal input[type="submit"].btn:hover {
  background-color: rgba(27, 27, 27, 0.7);
  transition: none;
}

/* Form Mobile Contact Us */

.modal {
  width: 650px;
}

@media (max-width: 768px) {
  button.btn,
  input[type="submit"].btn {
    border-radius: 11px;
    background-color: #1b1b1b;
    font-size: 18px;
    line-height: 18px;
    border: none;
    background-image: none;
    width: 100%;
    height: 50px;
    text-shadow: none;
    color: #fff;
    font-weight: 800;
    margin-top: 15px;
    transition: none;
  }

  button.btn,
  input[type="submit"].btn:hover {
    background-color: rgba(27, 27, 27, 0.7);
    transition: none;
  }

  label {
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: none;
    font-size: 18px;
    line-height: 36px;
    font-weight: 800;
    color: #222222;
  }

  #contactForm #name,
  #contactForm #email,
  #contactForm #subject {
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    color: #565656;
    padding: 4px 12px;
    width: 81%;
    width: 95%;
  }

  #contactForm #message {
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #565656;
    padding: 4px 12px;
    width: 95%;
  }

  #contactForm input[type="file"] {
    height: 25px;
    padding: 18px 12px;
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: none;
    background-color: #fff;
    width: 95%;
  }
}

/* Focus Form */

textarea:focus,
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
}

textarea:focus {
  border: 1px solid #1b1b1b;
}

/* Close Buttton */

.icon-close:before,
.featherlight-close-icon:before {
  display: none;
}

.modal #closeBtn:hover .icon-close:before {
  color: rgba(27, 27, 27, 0.7);
  transition: none;
}

.modal #closeBtn {
  top: 30px;
  right: 30px;
}

#contactModal .icon-close {
  width: 18px;
  height: 18px;
  background-size: cover;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s;
  position: relative;
  right: 50%;
}

#contactModal .icon-close:hover {
  opacity: 1;
}

/* Error Message Form */

#contactModal .parsley-errors-list {
  font-size: 16px;
  margin-top: 16px;
  color: #d60000;
}

#contactModal .parsley-error:not([type="file"]),
#contactForm .parsley-error:not([type="file"]),
.abuse .parsley-error:not([type="file"]) {
  border: 1px solid #d60000;
}

/* Media Queries */

@media (max-width: 768px) {
  .modal-body {
    min-height: 730px;
  }
}

/* Article Customisations */
#fullArticle .callout-yellow {
    background: #f3ece3;
    border-color: #e7dca4;
}
.callout-yellow a {
    font-size: 14px !important;
    line-height: 1.0;
    color: #465e7a !important;
    font-weight: 500;
    text-decoration: none !important;
}
.callout-yellow ul {
    line-height: 14px !important;
    margin-bottom: 0px !important;
}
