/* Global styles and overrides */

body {
  font-family: Source Sans Pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 700px, 100% 90%;
  background-size: 350px 350px, 350px 350px;
  background-color: #F8F9FA;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: 500;
  color: #000;
}

strong {
  -webkit-font-smoothing: auto;
}

/* Web fonts */

/* Source Sans Pro Semibold*/

@font-face {
  font-family: 'Source Sans Pro';
  src:
    url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

/* Source Sans Pro Regular */

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

/* Nav */
#mainNav {
  position: relative;
  z-index: 2;
}

.container-fluid {
  max-width: 1250px;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
  .container-fluid {
    width: 95%;
  }
}

/* Footer */

footer p {
  font-size: 13px;
  color: #9DA4AE;
}

footer p a {
  color: #9DA4AE;
}


/* Category: single tile */

/* Internal category with no icons */
#collection-category-8 .category {
  padding-top: 60px;
  min-height: 190px;
}


.category-list .category {
  background-color: #FFF;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px,
              rgb(241, 243, 245) 0px 2px 10px 0px,
              rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 30px 30px 0;
  padding: 135px 50px 40px;
  min-height: 285px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.category-list .category,
.category-list .category:hover {
  background-repeat: no-repeat;
  background-position: center 36px;
  background-size: 80px 80px;
}

.category-list .category:hover {
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 1px,
              rgba(220, 223, 226, 0.3) 0px 30px 60px 0px,
              rgba(0, 0, 0, 0.1) 0px 8px 20px 0px;
}

/*.category-list .category:active {
  box-shadow: 0 0 0px 2px #1292EE inset;
  outline: none;
}*/

.category-list .category:hover .article-count {
    color: #21533C;
}

.category-list .category:focus .article-count, .category-list .category:active .article-count {
    color: #002720;
}

@media screen and (max-width: 759px) {
  .category-list .category {
    margin-right: 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 1104px) {
  .category-list .category {
    width: calc(100%/2 - 17px);
  }

  .category-list .category:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1105px) {
  .category-list .category {
    width: calc(100%/3 - 23px);
  }

  .category-list .category:nth-child(3n+3) {
    margin-right: 0;
  }

  #collection-category-8 .category {
    padding-top: 60px;
    min-height: 190px;
  }
}

.category-list h3 {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.category-list .category p {
  color: #9DA4AE;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}

.category-list .category .article-count {
  margin-bottom: 0;
  color: #21533C;
  transition: color 0.2s ease-in-out;
}

.category-list .category,
.category-list.two-col .category {
  margin-bottom: 30px;
}

.collection-category h2 a {
  color: #000;
}

.collection-category h2 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.35px;
  margin-bottom: 20px;
  padding: 0;
}

.collection-category .category-list {
  margin-bottom: 50px;
}

.category-list.two-col .category {
  min-height: 240px;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .category-list.two-col .category {
    width: calc(100%/3 - 23px)
  }
}

.category-list.two-col .category:last-child {
  margin-right: 0;
}

/* Category: icons */

#category-296 {
  background-image: url('https://timgelhausen.dev-wp.de/wp-content/uploads/2023/06/GS-FAQ-Allgemein.svg');
}

#category-303 {
  background-image: url('https://timgelhausen.dev-wp.de/wp-content/uploads/2023/06/GS-Attract.svg');
}

#category-304 {
  background-image: url('https://timgelhausen.dev-wp.de/wp-content/uploads/2023/06/GS-Convert-1.svg');
}

#category-305 {
  background-image: url('https://timgelhausen.dev-wp.de/wp-content/uploads/2023/06/GS-Grow.svg');
}

#category-306 {
  background-image: url('https://timgelhausen.dev-wp.de/wp-content/uploads/2023/06/GS-Sell-1.svg');
}

.nav-collapse .nav {
  margin-top: 40px;
}

.navbar .navbar-inner {
  background-color: #002720;
}

.navbar .nav > li > a {
  font-size: 15px;
  padding: 0 20px;
  -webkit-font-smoothing: auto;
}

@media screen and (max-width: 768px) {
  .navbar .nav > li > a {
    padding: 15px 20px;
  }

  #contactMobile {
    display: block;
  }
}

.navbar .nav #contact a {
  padding-right: 0;
}

.navbar .nav li a,
.navbar .icon-private-w {
  color: #009245;
  transition: color 0.2s;
}

.navbar .brand {
  background: url('https://timgelhausen.dev-wp.de/wp-content/uploads/2023/06/gs-logo-white.svg') no-repeat;
  background-size: 100%, auto;
  height: 30px;
  width: 150px;
  padding: 0;
  margin-top: 29px;
}

.navbar .brand span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#mainNav .container-fluid {
  min-height: 90px;
  line-height: 90px;
}

.navbar .btn-navbar {
  right: 0;
  margin-right: 0;
  padding-right: 0;
}

.navbar .btn-navbar .icon-bar {
  width: 20px;
}

@media screen and (max-width: 768px) {
  .navbar .btn-navbar {
    margin-top: 32px;
  }

  .navbar .btn-navbar .icon-bar {
    background: #FFF;
  }
}

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

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

.nav .icon-private-w:before {
  display: none;
}

.nav .icon-private-w {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--lock-white.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  opacity: 0.6;
  position: relative;
  top: 5px;
  left: -2px;
}


@media screen and (min-width: 768px) {
  .nav #internal {
    position: relative;
  }
}

.nav > li.active .icon-private-w,
.nav > li a:hover .icon-private-w {
  opacity: 1;
}

/* Search Hero */

#docsSearch h1 {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.35px;
  line-height: 55px;
  margin: 0;
  padding-top: 3.25em;
  position: relative;
  text-align: center;
  z-index: 2;
}

#docsSearch {
background: linear-gradient(rgb(0, 39, 32), rgb(33, 83, 60) 28%, rgb(0, 146, 69) 75%) !important;
border-radius: 0 0 40px 40px !important; 
}

#docsSearch {
  position: relative;
  border: none;
  background-color: #002720;
  margin-bottom: 80px;
  padding: 0;
  position: relative;
}

#docsSearch::before.
#docsSearch::after {
  pointer-events: none;
}

#searchBar {
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #docsSearch {
    height: 280px;
    background-position: left bottom, right bottom;
    background-size: auto 270px, auto 270px;
    background-repeat: no-repeat, no-repeat;
    margin-bottom: 50px;
  }

  #docsSearch h1 {
    max-width: 400px;
    padding-top: 2em;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  #docsSearch::before {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 5%;
    top: 0;
    transform: translateX(-50%);
    width: 515px;
    transition: left 0.2s;
  }

  #docsSearch::after {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 95%;
    top: 0;
    transform: translateX(-50%);
    width: 515px;
    transition: left 0.2s;
  }

  #contentArea::before {
    content: '';
    left: 50%;
    position: absolute;
    top: -208px;
    height: 150px;
    width: 200px;
    background-size: contain;
    opacity: 0;
    transform: translate(260px, 10px);
    transition: opacity 0.2s;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1899px) {
  #docsSearch {
    height: 280px;
  }

  #docsSearch h1 {
    font-size: 36px;
    padding-top: 1.7em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  #docsSearch::before {
    left: 5%;
  }

  #docsSearch::after {
    left: 90%;
  }
}

@media screen and (min-width: 1300px) {
  #docsSearch::before {
    left: 10%;
  }

  #docsSearch::after {
    left: 85%;
  }
}

@media screen and (min-width: 1900px) {
  #docsSearch {
    height: 400px;
  }

  #docsSearch::before {
    left: 18%;
    width: 580px;
  }

  #docsSearch::after {
    left: 84%;
    width: 580px;
  }

  #contentArea::before {
    top: -240px;
    right: -155px;
    height: 200px;
    width: 250px;
  }
}

@media screen and (min-width: 2300px) {

  #docsSearch::before {
    left: 20%;
  }

  #docsSearch::after {
    left: 80%;
  }
}

@media screen and (min-width: 1400px) {
  #contentArea::before {
    opacity: 1;
    transform: translate(260px, 0);
  }
}


/* Inputs */

input[type=text],
input[type=email],
textarea {
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #9DA4AE;
  padding: 0 12px;
  font-size: 14px;
  box-shadow: none;
  font-family: Source Sans Pro, sans-serif;
}

input::placeholder {
  color: #9DA4AE;
}

input:focus, textarea:focus {
  box-shadow: 0 0 0px 1px #009245 inset !important;
  border-color: #009245 !important;
}

label {
  font-size: 14px;
}

/* Contact button */

.btn,
input[type=submit] {
  border: none;
  text-shadow: none;
  background: #002720;
  font-weight: 500;
  font-size: 17px;
  width: 160px;
  border-radius: 4px;
  color: white;
  height: 42px;
  width: 90px;
}

/* Search form */

#searchBar .search-query::placeholder {
  color: #9DA4AE;
}

#searchBar .search-query {
  padding: 0 55px 0 12px;
}

@media screen and (max-width: 767px) {
  #searchBar {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  #searchBar {
    width: 440px;
  }
}

@media screen and (min-width: 1440px) {
  #searchBar {
    width: 712px;
  }
}

@media screen and (min-width: 1025px) {
  #searchBar {
    width: 635px;
    display: block;
  }

  #searchBar .search-query {
    border-color: white;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Source Sans Pro", sans-serif;
    height: 55px;
    letter-spacing: 0.2px;
    padding: 0 15px;
    width: 460px;
    display: block;
    margin-right: 0;
    transition: all 0.2s ease-in-out;
  }

  #searchBar button {
    display: inline-block;
  }
}

#searchBar button .icon-search {
  color: #9ba9b5;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  #searchBar button .icon-search {
    display: block;
  }

  #searchBar button {
    background: url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
    border: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
  }

  #searchBar button:focus, #searchBar button:active {
    background: #F1F3F5 url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
  }

  #searchBar button span {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #searchBar button {
    background-color: #FFC22B;
    color: black;
    border-radius: 4px;
    border: none;
    font-size: 17px;
    font-weight: 500;
    height: 55px;
    text-shadow: none;
    width: 160px;
    transition: all 0.2s ease-in-out;
  }
  #searchBar button:hover, #searchBar button:active {
    background: #FFD466;
  }
}

/* Article: content wrapper */

.contentWrapper,
.related {
  background-color: #FFF;
  border: 0;
  border-radius: 4px;
  color: #616161;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
              rgb(241, 243, 245) 0px 5px 20px 0px,
              rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
  padding: 30px;
  word-break: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .contentWrapper {
    padding: 50px 55px;
  }
}

@media screen and (min-width: 1000px) {
  .contentWrapper {
    padding: 70px 90px;
  }
}

.contentWrapper h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1000px) {
  .contentWrapper h1 {
    font-size: 36px;
  }
}

.contentWrapper a, a {
  color: #21533C;
}

.contentWrapper a:hover,
a:hover {
  color: #21533C;
  text-decoration: underline;
}

.related {
  border-radius: 4px;
  margin-top: 30px;
  padding: 30px;
}

.related h3 {
  font-size: 13px;
  padding-left: 0;
  letter-spacing: 0.7px;
}

.related ul {
  margin-left: 0;
}

.related ul>li a {
  margin-left: 0;
}

@media screen and (min-width: 1000px) {
  .related {
    padding: 40px 90px;
  }
}

/* Article: typography */

#fullArticle {
  margin: 0 auto;
  max-width: 720px;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  color: #000;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 1.5em;
}

#fullArticle a strong {
  color: #21533C;
}

#fullArticle li {
  margin-bottom: 10px;
}

#fullArticle h1.title {
  margin: 0 1em 1.2em 0;
}

#fullArticle h3 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin: 1.8em 0 .8em;
}

@media screen and (min-width: 768px) {
  #fullArticle h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

#fullArticle h4 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 2em 0 1.25em;
}

@media screen and (min-width: 768px) {
  #fullArticle h4 {
    font-size: 22px;
    line-height: 32px;
  }
}


#fullArticle h5 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 1em 0 .5em;
}

@media screen and (min-width: 768px) {
  #fullArticle h4 {
    font-size: 17px;
    line-height: 24px;
  }
}

.contentWrapper p.descrip {
  color: #616161;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.6;
}

@media screen and (min-width: 1000px) {
  .contentWrapper p.descrip {
    margin-bottom: 0;
    max-width: 30rem;
  }
}

#fullArticle img {
  border: 1px solid #D5DCE1;
  margin: 2em 0 3em;
  padding: 0;
}

#fullArticle .index-list {
  background: #F9FAFA;
  border-left: 4px solid #AAAEB7;
  margin: 3em 0;
  padding: 15px 0px;
}

#fullArticle .index-list:before,
#fullArticle .index-list:after {
  display: table;
  content: "";
  line-height: 0;
}

#fullArticle .index-list::after {
  clear: both;
}

#fullArticle .index-list ul {
  list-style: none;
  margin: 0.7em 25px 0em 0;
  float: left;
  width: 100%;
}

#fullArticle .index-list li {
  padding-left: 25px;
}

@media screen and (min-width: 1000px) {
  #fullArticle .index-list li {
    float: left;
    width: 45%;
  }
}

#fullArticle .index-list h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 8px 26px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

#fullArticle dt {
  padding: 0;
  width: 26px;
  background: #A5B2BD;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  font-size: 14px;
}

#fullArticle dd {
  margin-left: 40px;
}

.articleList {
  box-sizing: border-box;
  margin-top: 34px;
  padding-top: 25px;
  position: relative;
}

.articleList:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 4px;
  left: 0;
  background: #616161;
}

.articleList li a:hover span {
  color: #21533C;
  text-decoration: none;
}

.articleList li a i {
  display: none;
}

@media screen and (max-width: 768px) {
  .articleList li {
    font-size: 16px;
  }
}

.articleList li {
  margin: 1em 0;
  padding-left: 0;
  font-size: 18px;
}

.articleList a {
  margin-left: 0;
}

/* Article: Category menu */

@media screen and (max-width: 768px) {
  #sidebar {
    margin-top: 40px;
  }
}

#sidebar h3 {
  font-size: 18px;
  text-transform: none;
  color: #000;
}

#sidebar .nav-list {
  margin: 20px 0;
}

#sidebar .nav-list a {
  font-size: 15px;
  color: #616161;
  padding: 8px 15px 8px 0;
}

#sidebar .nav-list a:hover {
  color: #009245;
}

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

.icon-arrow:before {
  color: #21533C;
}

#searchBar.sm button {
  width: 40px;
  top: 1px;
  right: 0;
  background: url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
}

#searchBar.sm button:hover {
  background: url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
}

#sidebar form .search-query {
   border: 1px solid #9DA4AE;
   border-radius: 5px;
   height: 42px;
   font-size: 14px;
}

#categoryHead .sort select {
  font-size: 12px;
  height: 28px;
}

#categoryHead .sort {
  position: relative;
  top: 0;
}

@media screen and (min-width: 1000px) {
  #categoryHead .sort {
    position: absolute;
    right: 0;
    top: 8px;
  }
}


/* Article: Main content */

#main-content {
  box-sizing: border-box;
  background: none;
}

@media screen and (max-width: 768px) {
  #main-content {
    margin: 20px 0 0;
  }
}

/* Article: Misc styles */

#fullArticle .callout-yellow, #fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout,
#fullArticle .private-note {
  border-left-width: 4px;
}

#fullArticle .callout-yellow,
#fullArticle .private-note {
  background: #fff6e3;
  border-color: #FFC555;
  margin: 2em 0 4em;
}

#fullArticle .callout-yellow.dashed {
  border-left-width: 1px;
}

#fullArticle .private-note {
  background: #fff6e3 url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--lock.svg') no-repeat top 18px right 18px;
  background-repeat: no-repeat;
  padding: 20px 24px;
}

#fullArticle .private-note > h4 {
  margin-top: 0;
}

#fullArticle a:hover, #fullArticle a:focus {
  color: #21533C;
}

#fullArticle strong {
  color: #000;
}

#fullArticle strong a {
  color: #002720;
}

.articleFoot p, .articleFoot time {
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  color: #616161;
}

.articleFoot i {
  color: #D8D8D8;
}

#sbContact {
  color: #616161;
  border-bottom: 1px dotted #D5DCE1;
}

#fullArticle .admin-edit {
  background-color: #fff;
  border: 1px solid #cce9da;
  box-shadow: none;
  color: #9DA4AE;
  font-size: 13px;
  height: 24px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: -20px;
  width: auto;
  transition: all 0.2s ease-in-out;
}

#fullArticle .admin-edit:hover {
    border-color: #21533C;
}

.articleRatings {
  margin: 3em 0 4em;
  color: #556575;
  border: 0;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 5px;
  border: 2px solid #E5E9EC;
}

.icon-search::before {
  display: none;
}

.icon-article-doc {
  display: none;
}

strong, b {
  font-weight: 500;
  -webkit-font-smoothing: auto;
}

#serp {
  box-sizing: border-box;
}

#serp h1 strong {
  color: #000;
}


#serp .articleList>li {
  padding: 0.5em 0 1.5em;
  margin: 1em 0 0 0;
  border-bottom: 1px solid #E5E9EC;
}

#serp .articleList>li a {
  font-weight: 500;
  /*padding-left: 23px;*/
  margin-bottom: 5px;
}

#serp .articleList>li p {
  margin: 0;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#serp-dd {
  border-radius: 5px;
  border: none;
  top: 85px;
}

#serp-dd .result a {
  padding: 12px 15px;
}

#serp-dd .result>li.active {
  background: #F1F3F5;
}

#serp-dd .result>li {
  position: relative;
}

#serp-dd .result>li.active a {
  color: #071B86 !important;
}

#serp-dd.sb {
  top: 45px;
  width: 375px;
}

#serp .articlesFound,
#serp .nada {
  color: #748494;
}

#serp-dd .result>li.private a {
  color: #748494;
}

#serp-dd .icon-private-w:before {
  display: none;
}

#serp-dd .icon-private-w {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--lock.svg');
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 9px;
}

/* Contact Modal */

#contactModal {
  border: 0;
  width: 600px;
  margin-left: -300px;
  top: 8%;
}

#contactModal h2 {
  color: #000;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.35px;
  border: 0;
  padding: 40px 0 10px 60px;
}

#contactModal .control-label {
  float: none;
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  width: 100%;
}

#contactModal .controls {
  margin: 0;
}

#contactModal input[type=text], #contactModal input[type=email], #contactModal textarea {
  box-sizing: border-box;
  min-height: 42px;
  width: 100%;
}

#contactModal .modal-body {
    padding: 15px 60px 40px;
}

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

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

#contactModal input[type=submit].btn {
  width: 100%;
  background: #21533C;
  height: 52px;
  transition: all 0.2s ease-in-out;
}

#contactModal input[type=submit].btn:hover, #contactModal input[type=submit].btn:focus, #contactModal input[type=submit].btn:active {
  background: #002720;
  color: #fff;
}

#contactModal .icon-close:before {
  display: none;
}

#contactModal .icon-close {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--cross.svg');
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s;
}

#contactModal #closeBtn {
  right: 14px;
}

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

#file-upload:focus {
  border: none !important;
  box-shadow: none !important;
}

#contentArea>.appMessage {
  border-radius: 4px;
  color: #268C55;
  top: -25px;
  background: #E3fBEE;
  border: 1px solid #56C288;
  font-size: 15px !important;
  width: 390px;
  margin: 0 auto;
  padding: 12px 30px;
  position: relative;
}

#contentArea>.appMessage em {
  background: none;
    color: #268C55;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    margin-right: 0;
    padding-left: 22px;
    position: relative;
}

#contentArea>.appMessage em:before {
  content: "";
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--check.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: -4px;
  top: -2px;
}

.appMessage {
  background: #cce9da;
  color: #21533C;
  font-size: 14px !important;
  padding: 12px 30px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .appMessage {
    padding: 12px 55px;
  }
}

@media screen and (min-width: 1000px) {
  .appMessage {
    padding: 12px 90px;
  }
}

.appMessage em {
  background: #1292EE;
  font-weight: 500;
  line-height: 1.1;
}


.modal-backdrop {
  background: #002720;
}

.modal-backdrop.in {
  opacity: .8;
}

/* contact form: page */

#contactForm input, #contactForm textarea {
  min-height: 42px;
  box-sizing: border-box;
  width: 100%;
}

#contactForm textarea {
  padding: 14px;
}

#contactForm input.btn {
  width: auto;
  height: 52px;
  min-width: 150px;
  background: #009245;
  transition: all 0.2s ease-in-out;
}

#contactForm input.btn:hover {
  background: #009245;
  color: #fff;
}

#contactForm input.btn:focus, #contactForm input.btn:active {
  border: 1px solid;
  color: #fff;
}

#contactForm .control-group,
#contactModal .control-group,
.abuse .control-group {
  margin-bottom: 20px;
}

.icon-print:before {
  display: none;
}

.icon-print {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--print.svg');
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.icon-print:hover {
  opacity: 1;
}

/* Reset styles for Docs Style Guide */
/* https://docs.helpscout.net/article/40-docs-style-guide */
#fullArticle .demo-styles * {
  font-family: "Source Sans Pro", sans-serif;
}
#fullArticle .demo-styles pre {
  font-family:"Source Sans Pro", sans-serif;
}
#fullArticle .demo-styles p,
#fullArticle .demo-styles ul,
#fullArticle .demo-styles ol,
#fullArticle .demo-styles li,
#fullArticle .demo-styles div,
#fullArticle .demo-styles blockquote,
#fullArticle .demo-styles dd,
#fullArticle .demo-styles table {
  font-size: 14px;
  color: #616161;
  line-height: 1.55em;
  margin-bottom: 1.5em;
}
#fullArticle .demo-styles blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
#fullArticle .demo-styles pre {
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 18px;
}
#fullArticle .demo-styles p,
#fullArticle .demo-styles ul,
#fullArticle .demo-styles ol,
#fullArticle .demo-styles li,
#fullArticle .demo-styles div,
#fullArticle .demo-styles blockquote,
#fullArticle .demo-styles dd,
#fullArticle .demo-styles table {
  font-size: 14px;
  color: #616161;
  line-height: 1.55em;
  margin-bottom: 1.5em;
}
#fullArticle .demo-styles h1,
#fullArticle .demo-styles h2,
#fullArticle .demo-styles h3,
#fullArticle .demo-styles h4,
#fullArticle .demo-styles h5 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
}
#fullArticle .demo-styles h1,
#fullArticle .demo-styles h2,
#fullArticle .demo-styles h3 {
  line-height: 36px;
}
#fullArticle .demo-styles h1 {
  font-size: 33px;
}
#fullArticle .demo-styles h2 {
  font-size: 27px;
}
#fullArticle .demo-styles h3 {
  font-size: 21px;
}
#fullArticle .demo-styles h4 {
  font-size: 15px;
}
#fullArticle .demo-styles h5 {
  font-size: 12px;
}

/* Errors */
#errorContainer .icon-error {
  color: #F04438;
  font-size: 36px;
}

#errorContainer p {
  color: #556575;
}

/* Component :: Hubspot Cookie Policy notice */

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background: rgba(249,250,250,0.95);
  border: 0;
  bottom: 0 !important;
  font-family: "Source Sans Pro",sans-serif;
  left: 0;
  line-height: 18px;
  max-width: 100%;
  padding: 20px;
  position: fixed;
  text-align: left;
  text-shadow: none !important;
  top: auto;
  z-index: 100000000 !important;
}

@media screen and (min-width: 768px) {
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border-radius: 6px;
    bottom: 15px !important;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08) !important;
    font-family: "Source Sans Pro",sans-serif;
    left: 50%;
    max-width: 480px;
    transform: translate3d(-50%,0,0);
  }
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 14.5px !important;
  line-height: 21px !important;
  margin-bottom: 0 !important;
  padding-right: 90px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:first-child,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:first-child {
    display: none;
  }
}

@media screen and (max-width: 480px) {
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 14.5px !important;
  }
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  color: #21533C !important;
  font-size: 14px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  color: white !important;
  font-weight: 500 !important;
  background: #009245 !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 7px 16px !important;
  margin: 0 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  display: inline-block;
  margin: 0 !important;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate3d(0,-50%,0);
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button {
  margin: 0 !important;
  font-size: 14.5px !important;
}