@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

/* font-family: 'Titan One', serif; */
/* font-family: 'Roboto', sans-serif; 300=Light 400=Regular 500=Medium 700=Bold 900=Black */


/* MEYERWEB CSS RESET --------------------------------------------- */
/* ------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  overflow-x: hidden;
}
ol, ul {
/* 	list-style: none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL VARIABLES ------------------------------------- */
/* ------------------------------------------------------- */

:root {
  /* colors ---------------- */
  --pDark: #0e292d;
  --pGrey: #f4f6f8;
  --pBlue: #aae4e7;
  --sYellow: #fdbf29;
  --aRed: #f24f3b;
  --linkBlue: #06b2bc;
  /* fonts ---------------------------- */
  --tFont: 'Titan One', serif;
  --rFont: 'Roboto', sans-serif;
  --rbFont: 'Rubik', sans-serif;
  --nFont: 'Nunito', sans-serif;
  --cFont: 'Caveat Brush', cursive;
}

/* GENERAL ELEMENTS -------------------------------------- */
/* ------------------------------------------------------- */

html {
  font-size: 62.5%;
  font-family: var(--nFont);
  color: var(--pDark);
  font-weight: 400;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

#aplzTemplate {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#aplzTemplate #aplzTemplateFooter {
  margin-top: auto;
}

.page-center {
  max-width: 1180px!important;
  margin: 0 auto!important;
  float: none!important;
}

@media only screen and (max-width: 1180px) {
  .page-center {
    padding: 0 2rem;
  }
}
.page-center-skinny {
  max-width: 800px!important;
  margin: 0 auto!important;
  float: none!important;
}

@media only screen and (max-width: 800px) {
  .page-center-skinny {
    padding: 0 2rem;
  }
}

.flexIt {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

@media only screen and (max-width: 800px) {
  .flexIt {
    flex-flow: row wrap;
  }
}

/* SCROLLBARS -------------------------------- */

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #cccccc transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 20px;
  border: 3px solid #ffffff;
}

/* TYPOGRAPHY --------------------------------- */

h1 {
  font-family: var(--rbFont);
  font-size: 4.8rem;
  line-height: 5.2rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
h2 {
  font-family: var(--rbFont);
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}

h3 {
  font-family: var(--rbFont);
  font-size: 3.4rem;
  line-height: 3.8rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
h4 {
  font-family: var(--nFont);
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
p {
  font-family: var(--nFont);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1.5rem;
}
p.s1 {
  font-family: var(--nFont);
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 1.5rem;
}
p.s2 {
  font-family: var(--nFont);
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 1.5rem;
}
p a {
  color: var(--linkBlue);
}
p a:hover {
  color: var(--aRed);
}
h3 a {
  text-decoration: none;
  color: var(--pDark);
}
h3 a:hover {
  color: var(--aRed);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

blockquote {
  text-align: left;
  color: var(--pDark);
  font-family: var(--rbFont);
  font-size: 3.0rem;
  line-height: 3.4rem;
  margin-bottom: 3rem;
  margin-left: 0rem;
  margin-right: 0rem;
  font-weight: 700;
}

section.pTitle {
  text-align: center;
}
section.sTitle {
  text-align: center;
}
section.sTitle::before {
  content: url('https://www.applauz.me/hubfs/Applauz%20Theme%202021/section-element-4dash.png');
  display: block;
  margin-bottom: 20px;
}

.legalList h3 {
  margin-top:4rem;
}

.legalList ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}

.legalList ol > li {
  display: table;
  counter-increment: item;
}

.legalList ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.legalList li ol > li {
}

.legalList li ol > li:before {
  content: counters(item, ".") " ";
}


/* BUTTONS ------------------------------------- */

.btn, form input[type='button'].btn {
  display: inline-block;
  font-family: var(--nFont)!important;
  font-weight: 700!important;
  padding: 0 2.6rem!important;
  font-size: 1.5rem!important;
  line-height: 3.6rem!important;
  height: 3.6rem!important;
  border-radius: 0.5rem!important;
  margin: 0 0.5rem!important;
  text-decoration: none!important;
  cursor: pointer;
}

.btnBig {
  display: inline-block;
  font-family: var(--nFont)!important;
  font-weight: 500!important;
  padding: 0 2.6rem!important;
  font-size: 2rem!important;
  line-height: 4.6rem!important;
  height: 4.6rem!important;
  border-radius: 0.8rem!important;
  margin: 0 1rem!important;
  text-decoration: none!important;
  cursor: pointer;
}
.btnGiant {
  display: inline-block;
  font-family: var(--nFont)!important;
  font-weight: 500!important;
  padding: 0 3.4rem!important;
  font-size: 3rem!important;
  line-height: 6.6rem!important;
  height: 6.6rem!important;
  border-radius: 0.8rem!important;
  margin: 0 auto!important;
  text-decoration: none!important;
  cursor: pointer;
}
.btn:first-of-type, .btnBig:first-of-type {
  margin-left: 0!important;
}
.pBtn {
  background-color: var(--aRed)!important;
  border: 2px solid var(--aRed)!important;
  color: var(--pGrey)!important;
}
.pBtn:hover {
  background-color: var(--aRed);
  filter: brightness(125%);
}
.pBtn1 {
  background-color: transparent!important;
  border: 2px solid var(--pGrey)!important;
  color: var(--pGrey)!important;
}
.pBtn1:hover {
  filter: brightness(125%);
}
.sBtn1, form input[type='button'].sBtn1 {
  background-color: var(--pGrey);
  border: 2px solid var(--pGrey);
  color: var(--pDark);
}
.sBtn2, form input[type='button'].sBtn2 {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: var(--pDark);
}
.sBtn3, form input[type='button'].sBtn3 {
  background-color: var(--linkBlue);
  border: 2px solid var(--linkBlue);
  color: var(--pGrey)!important;
}
.sBtn4, form input[type='button'].sBtn4 {
  background-color: transparent;
  border: 2px solid var(--linkBlue);
  color: var(--linkBlue)!important;
  margin-top:-1px;
}
.sBtn1:hover, form input[type='button'].sBtn1:hover {
  background-color: var(--aRed);
  border-color: var(--aRed);
  color: var(--pGrey);
}
.sBtn2:hover, form input[type='button'].sBtn2:hover {
  border-color: var(--aRed);
  color: var(--aRed);
}
.sBtn3:hover, form input[type='button'].sBtn3:hover {
  border-color: var(--aRed);
  background-color: var(--aRed)!important;
  color: var(--pGrey);
}
.sBtn4:hover, form input[type='button'].sBtn4:hover {
  border-color: var(--aRed);
  background-color: transparent;
  color: var(--aRed)!important;
}

/* HS FORMS ---------------------------------- */

.hs-form {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 4rem;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25);
}
.basicForm .hs-form {
  background-color: transparent;
  border-radius: 15px;
  padding: 4rem;
  box-shadow: none;
}
.eCourseForm.hs-form {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  max-width: 40rem;
}
.hs-form .inputs-list {
  margin-top: 1rem;
  padding-left: 0;
  margin-bottom: 2rem;
  list-style-type: none;
}
.hs-form .hs-form-field {
  margin-bottom: 1rem;
}
.questionForm .hs-form .hs-form-field, .hs-form .inputs-list {
  margin-bottom: 4rem;
}
.eCourseForm.hs-form .inputs-list {
  margin-bottom: 0;
  color: #fdbf29;
}
.hs-form .hs-error-msgs {
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.eCourseForm.hs-form .hs-error-msgs {
  color: #fdbf29;
}
.questionForm .hs-form .hs-error-msg {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-style: italic;
  color: var(--sYellow);
}
.hs-form .hs-error-msg {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-style: italic;
  color: var(--sYellow);
}
.hs-form label {
  font-family: var(--nFont);
  font-size: 1.4rem;
  line-height: 2rem;
}
.eCourseForm.hs-form label {
  color: #d5dbdc;
}
.questionForm .hs-form label {
  font-family: var(--nFont);
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
}
.hs-form .hs-input {
  font-family: var(--nFont);
  box-sizing: border-box;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  padding: 0 1rem;
  margin: 0;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  border-radius: 0.3rem;
  transition: all .15s ease-out;
  display: block;
}
.eCourseForm.hs-form .hs-input {
  border: 1px solid #5e7073;
  background-color: rgba(0,0,0,0.05);
  color: #f4f6f8;
}
.hs-form .hs-input:focus {
  outline: none;
}
.hs-form .hs-input::placeholder {
  color: #d5dbdc;
}
.eCourseForm.hs-form .hs-input::placeholder {
  color: #5e7073;
}
.hs-form .form-columns-1 .hs-input {
  width: 100%!important;
}
.hs-form textarea.hs-input {
  min-height: 12rem;
}

.hs-form .hs-input[type=checkbox] {
  width: 20px!important;
  height: 20px!important;
  line-height: 2rem;
  padding: 0;
  margin: 0 1rem 0 0;
  display: inline-block;
}
.hs-form li.hs-form-booleancheckbox label, .hs-form li.hs-form-checkbox label {
  display: flex;
  align-items: center;
}
.questionForm .hs-form li.hs-form-booleancheckbox label, .questionForm .hs-form li.hs-form-checkbox label {
  font-size: 1.4rem;
  font-weight: 400;
}
.hs-form .inputs-list {
    margin-bottom: 1rem;
}

.hs-form li.hs-form-radio, .hs-form li.hs-form-checkbox {
  margin-bottom: 0.5rem;
}
.questionForm .hs-form li.hs-form-radio, .questionForm .hs-form li.hs-form-checkbox {
  margin-bottom: 1rem;
}
.hs-form li.hs-form-radio label {
  display: flex;
  align-items: center;
}
.questionForm .hs-form li.hs-form-radio label {
  font-size: 1.4rem;
  font-weight: 400;
}
.hs-form li.hs-form-radio label input {
  width: 20px;
  height: 20px;
  line-height: 2rem;
  padding: 0;
  margin: 0 1rem 0 0;
  display: inline-block;
}

.hs-submit {
  margin-top: 2rem;
}
.hs-submit input[type=submit] {
  width: 100%;
  display: inline-block;
  font-family: var(--nFont);
  font-weight: 500;
  padding: 0 2.6rem;
  font-size: 2rem;
  height: 5rem;
  border-radius: 0.8rem;
  text-decoration: none;
  background-color: var(--aRed);
  border: 2px solid var(--aRed);
  color: var(--pGrey);
  transition: all .15s ease-out;
  -webkit-appearance: none;
}
.secondaryForm .hs-submit input[type=submit] {
  background-color: var(--linkBlue);
  border: 2px solid var(--linkBlue);
  color: var(--pGrey);
}
.hs-submit input[type=submit]:hover {
  filter: brightness(125%);
}
.secondaryForm .hs-submit input[type=submit]:hover {
  filter: brightness(115%);
}

.hs-form select.hs-input {
  /* Hide default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
 
.hs-form .hs-fieldtype-select .input::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro"; font-weight: 900;
  position: absolute;
  height: 4rem;
  font-size: 1rem;
  line-height: 4rem;
  right: 1.5rem;
  top: 0;
}

.hs-form .hs-form-required {
  margin-left: 0.5rem;
  color: var(--aRed);
}

/* HS Popups ----------------------------------------- */

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    border-top-width: 0;
    background-color: #ffffff;
    padding: 0;
    width: 60rem;
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
  font-family: var(--nFont);
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--pDark);
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p {
  font-family: var(--nFont);
  font-size: 1.6rem;
  line-height: 2.2rem;
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4, body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p, body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    margin-left: 240px;
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    width: 200px;
    margin-right: 3rem;
}
body .leadinModal .dyno-image img {
    max-width: 200px;
}
@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-v3 .dyno-image img {
      max-width: 200px;
      max-height: 200px;
  }
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button {
  font-family: var(--nFont);
  font-size: 1.6rem;
}

/* Blog Whitepaper CTAs ------------------------------ */

a.cta_button { 
  text-decoration: none!important; 
}
.CTA-Outer {}
.Whitepaper-CTA .CTA-Outer {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.CTA-Outer .CTA-Inner {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  box-sizing: border-box;
}
.CTA-Outer .CTA-Tour-Inner { background-color: #f4f6f8; }
.CTA-Outer .CTA-Guide-Inner, .CTA-Outer .CTA-Whitepaper-Inner  { background-color: #1f363c; }
.CTA-Outer .CTA-Article-Inner { background-color: #ffffff; border: 1px solid #eeeeee; box-shadow: 0 0 20px #eeeeee; }
.articleSidebar .CTA-Outer .CTA-Inner {
  flex-direction: column;
  text-align: center;
}
.CTA-Outer .CTA-Inner img {
  padding: 10px;
  min-width: 200px;
  width: 20%;
  margin-top: 0;
}
.CTA-Outer .CTA-Whitepaper-Inner img {
  padding: 0 10px;
  min-width: 200px;
  width: 20%;
  margin-top: -50px;
  margin-bottom: -50px;
}

.CTA-Outer .CTA-Inner .CTA-Content {
  padding: 10px;
  text-align: left;
}
.CTA-Outer .CTA-Inner .CTA-Content .CTA-P1 {
  font-family: var(--rbFont);
  font-weight: 800;
  color: #222222;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 5px;
  text-decoration: none;
}
.CTA-Outer .CTA-Guide-Inner .CTA-Content .CTA-P1, .CTA-Outer .CTA-Whitepaper-Inner .CTA-Content .CTA-P1 { color: #f4f6f8; }
.CTA-Outer .CTA-Inner .CTA-Content .CTA-P2 {
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #888888;
  text-decoration: none;
}
.CTA-Outer .CTA-Guide-Inner .CTA-Content .CTA-P2, .CTA-Outer .CTA-Whitepaper-Inner .CTA-Content .CTA-P2 { color: #679A9C; }
.CTA-Outer .CTA-Inner .CTA-Content .CTA-Btn {
  font-family: var(--nFont);
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  line-height: 44px;
  padding: 0 20px;
  margin: 15px 0 0;
  color: #ffffff;
  background-color: #00a9b1;
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
}
.CTA-Outer .CTA-Inner .CTA-Content .CTA-Btn:hover {
  background-color: #f2c54b;
}
@media only screen and (max-width: 1170px) {
  .CTA-Outer { padding: 0 20px; }
}
@media only screen and (max-width: 800px) {
  .CTA-Outer .CTA-Inner .CTA-Content .CTA-P1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .CTA-Outer .CTA-Inner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .CTA-Outer .CTA-Inner img {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .CTA-Outer .CTA-Inner .CTA-Content .CTA-P2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* ////  APLZ CTA - 2022  //// */

.aplzCTA {
  border-radius: 1.5rem;
  width: 100%;
  max-width: 700px;
  margin: 6rem auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  padding: 4rem !important;
  box-sizing: border-box;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
  cursor: pointer;
}
.aplzCTA img {
  min-width: 250px;
  width: 20%;
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.aplzCTA .aplzCTA-content h4 {
/*   background-color: blue; */
  color: var(--pDark);
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 0 !important;
  margin-bottom: .5em !important;
}
.aplzCTA .aplzCTA-content p {
/*   background-color: red; */
  color: #999;
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 2.5rem;
}
.aplzCTA .aplzCTA-content p.fBtn {
  background-color: var(--aRed);
  color: #fff;
  display: inline-block;
  padding: .5rem 3rem;
  border-radius: .5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .aplzCTA {
    flex-direction: column;
    gap: 20px 0;
    text-align: center;
  }
  .aplzCTA img {
    max-width: 200px !important;
  }
}

/*  LISTS /////////// */
ul.checkList { padding: 0 0 0 4.5rem!important; list-style-type: none; }
ul.checkList li { margin-bottom: 2rem; }
ul.checkList li::before {
  font-family: 'Font Awesome 6 Pro';
  content: '\f058';
  font-weight: bold;
  color: #1CA754;
  margin: 0 0 0 -4.5rem;
  padding: 0 2rem 0 0;
  font-size: 2.4rem;
}

/* TRADESHOW PAGE /////////// */

.tshowPage {
  display: flex; 
  gap: 4rem; 
  justify-content: center;
  flex-wrap: wrap;
}
.tshowPage a {aplz_2021_Header_double-col-content
  text-decoration: none;
  color: #333333;
}
.tshowPage a:hover {
  text-decoration: none;
  color: #f24f3b;
}
.tshowPage a:hover img {
  opacity: 0.8;
}

/* /// 2022 Guides Page Template Styles /// */
/* ---------------------------------------- */

#aplzTemplate .guideContentWrapper {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  z-index: 3;
  padding: 5rem 4rem;
  box-shadow: 0 5px 15px #dddddd;
}

#aplzTemplate .guideContentWrapper p {
  font-family: var(--nFont);
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 30px 0;
}
#aplzTemplate .guideContentWrapper h1 {
  color: var(--pDark);
}
#aplzTemplate .guideContentWrapper h2 {
  font-family: var(--rbFont);
  color: var(--pDark);
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin: 100px 0 30px 0;
}
#aplzTemplate .guideContentWrapper h3 {
  font-family: var(--rbFont);
  color: var(--pDark);
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  margin: 60px 0 30px 0;
}
#aplzTemplate .guideContentWrapper h4 {
  font-family: var(--rbFont);
  color: var(--pDark);
  font-weight: 700;
}
#aplzTemplate .guideContentWrapper h5 {
  font-family: var(--rbFont);
  color: var(--pDark);
}
#aplzTemplate .guideContentWrapper p a, #aplzTemplate .guideContentWrapper ul li a, #aplzTemplate .guideContentWrapper ol li a {
  color: #00adb6;
}
#aplzTemplate .guideContentWrapper blockquote {
  margin-left: 4rem;
  font-style: italic;
  color: #fdbf29;
}
#aplzTemplate .guideContentWrapper blockquote p {
  font-family: var(--nFont);
  color: #00adb6;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 30px 0;
}
#aplzTemplate .guideContentWrapper img {
  max-width: 100%;
}
#aplzTemplate .guideContentWrapper h2 img, #aplzTemplate .guideContentWrapper h3 img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#aplzTemplate .guideContentWrapper ol, #aplzTemplate .guideContentWrapper ul  {
  padding-inline-start: 60px;
  margin-bottom: 0;
}
#aplzTemplate .guideContentWrapper ol li, #aplzTemplate .guideContentWrapper ul li {
  padding-left: 10px;
  font-family: var(--nFont);
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 15px 0;
}
#aplzTemplate .guideContentWrapper ol li:last-of-type, #aplzTemplate .guideContentWrapper ul li:last-of-type {
  margin-bottom: 30px;
}
#aplzTemplate .guideContentWrapper ol li::marker, #aplzTemplate .guideContentWrapper ul li::marker  {
  font-weight: 700;
}
#aplzTemplate .guideContentWrapper div.boxYellow {
  background-color: #ffeec6;
  box-sizing: border-box;
  padding: 3rem 3rem 0.1rem 3rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
#aplzTemplate .guideContentWrapper div.boxBlue {
  background-color: #f1fafb;
  padding: 3rem 3rem 0.1rem 3rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
}

#aplzTemplate .guideContentWrapper .guideContentMeta {
  max-width: 90rem;
  margin: 0 auto 6rem;
  text-align: center;
}
#aplzTemplate .guideContentWrapper .guideContentMeta h1 {
  line-height: 5.8rem;
}
#aplzTemplate .guideContentWrapper .guideContentMeta p.s1 {
  margin-top: 1rem;
  font-family: var(--nFont);
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 1.5rem;
}
#aplzTemplate .guideContentWrapper .guideContentInner {
  display: flex;
  flex-flow: row no-wrap;
  gap: 6rem;
  justify-content: center;
}
#aplzTemplate .guideContentWrapper .guideContentInner .guideContentSidebar {
  width: 30rem;
}
#aplzTemplate .guideContentWrapper .guideContentInner .guideContent {
  width: 100%;
  max-width: 70rem;
}

#aplzTemplate .guideContentWrapper .guideContentInner .guideTOCWrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}

#aplzTemplate .guideContentWrapper .guideContentInner .guideTOC .guideTOCHeading {
  text-transform: uppercase;
  color: #759498;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#aplzTemplate .guideContentWrapper .guideContentInner .guideTOC ul {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
#aplzTemplate .guideContentWrapper .guideContentInner .guideTOC ul li {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  line-height: 2.2rem;
}
#aplzTemplate .guideContentWrapper .guideContentInner .guideTOC ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--pDark);
  font-weight: 700;
}
#aplzTemplate .guideContentWrapper .guideContentInner .guideTOC ul li a:hover {
  color: var(--linkBlue);
}

/* *************** END ******************** */

/* /// 2022 BLOG Detail Page Template Styles /// */
/* ---------------------------------------- */

#aplzBlogTemplate .articleContentWrapper {
  background-color: #fff;
  position: relative;
  padding: 0;
}

#aplzBlogTemplate .articleContentWrapper p {
  font-family: var(--nFont);
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 30px 0;
}
#aplzBlogTemplate .articleContentWrapper h1 {
  color: var(--pDark);
}
#aplzBlogTemplate .articleContentWrapper h2 {
  font-family: var(--rbFont);
  color: var(--pDark);
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin: 100px 0 30px 0;
}
#aplzBlogTemplate .articleContentWrapper h3 {
  font-family: var(--rbFont);
  color: var(--pDark);
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  margin: 60px 0 30px 0;
}
#aplzBlogTemplate .articleContentWrapper h4 {
  font-family: var(--rbFont);
  color: var(--pDark);
  font-weight: 700;
}
#aplzBlogTemplate .articleContentWrapper h5 {
  font-family: var(--rbFont);
  color: var(--pDark);
}
#aplzBlogTemplate .articleContentWrapper p a, #aplzBlogTemplate .articleContentWrapper ul li a, #aplzBlogTemplate .articleContentWrapper ol li a {
  color: #00adb6;
}
#aplzBlogTemplate .articleContentWrapper blockquote {
  margin-left: 4rem;
  font-style: italic;
  color: #fdbf29;
}
#aplzBlogTemplate .articleContentWrapper blockquote p {
  font-family: var(--nFont);
  color: #00adb6;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 30px 0;
}
#aplzBlogTemplate .articleContentWrapper img {
  max-width: 100%;
}
#aplzBlogTemplate .articleContentWrapper h2 img, #aplzBlogTemplate .articleContentWrapper h3 img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#aplzBlogTemplate .articleContentWrapper ol, #aplzBlogTemplate .articleContentWrapper ul  {
  padding-inline-start: 60px;
  margin-bottom: 0;
}
#aplzBlogTemplate .articleContentWrapper ol li, #aplzBlogTemplate .articleContentWrapper ul li {
  padding-left: 10px;
  font-family: var(--nFont);
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 15px 0;
}
#aplzBlogTemplate .articleContentWrapper ol li:last-of-type, #aplzBlogTemplate .articleContentWrapper ul li:last-of-type {
  margin-bottom: 30px;
}
#aplzBlogTemplate .articleContentWrapper ol li::marker, #aplzBlogTemplate .articleContentWrapper ul li::marker  {
  font-weight: 700;
}
#aplzBlogTemplate .articleContentWrapper div.boxYellow {
  background-color: #ffeec6;
  box-sizing: border-box;
  padding: 3rem 3rem 0.1rem 3rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
#aplzBlogTemplate .articleContentWrapper div.boxBlue {
  background-color: #f1fafb;
  padding: 3rem 3rem 0.1rem 3rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
}
#aplzBlogTemplate .articleContentWrapper .articleContentInner {
  display: grid;
  width: 100%;
  grid-template-columns: 70rem 1fr 30rem;
  grid-template-rows: auto;
  grid-template-areas: "main . social" "main . sidebar";
  grid-auto-flow: column;
}
#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleSocialShares {
  grid-area: social;
}

#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleContentSidebar {
  grid-area: sidebar;
}
#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleContent {
  grid-area: span main;
}

@media only screen and (max-width: 1100px) {
  #aplzBlogTemplate .articleContentWrapper .articleContentInner {
    grid-template-columns: auto 6rem 30rem;
  }
}
@media only screen and (max-width: 980px) {
  #aplzBlogTemplate .articleContentWrapper .articleContentInner {
    max-width: 70rem;
    margin: 0 auto;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "main" "sidebar";
  }
  #aplzBlogTemplate .articleContentWrapper .articleContentInner .articleSocialShares {}
  #aplzBlogTemplate .articleContentWrapper .articleContentInner .articleContentSidebar {}
}

#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleTOCWrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}

#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleTOC .articleTOCHeading {
  text-transform: uppercase;
  color: #759498;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleTOC ul {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleTOC ul li {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  line-height: 2.2rem;
}
#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleTOC ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--pDark);
  font-weight: 700;
}
#aplzBlogTemplate .articleContentWrapper .articleContentInner .articleTOC ul li a:hover {
  color: var(--linkBlue);
}

/* *************** END ******************** */

/* PILLAR PAGE STYLES ////////////////////////////////////////// */
.aplz-pillar p {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}

/* ///////////////////////////////////////////////////////////// */

/* CUSTOM COMPONENTS CSS /////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_section_heading_h1 /////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */

.pageTitleInner {
  padding: 15rem 2rem 8rem; 
}

.pageTitleInner section p.breadcrumbs {
  opacity: 0.65;
  color: var(--pDark);
  margin-bottom: 3rem;
  margin-top: -2rem;
}
.pageTitleInner section p.breadcrumbs i {
  margin: 0 0.5rem;
}
.pageTitleInner section p.breadcrumbs a {
  color: var(--pDark);
  text-decoration: none;
  font-weight: 500;
}
.pageTitleInner section p.colorSwitch {
  color: var(--linkBlue);
  opacity:1;
}
.pageTitleInner section p.colorSwitch a {
  color: var(--linkBlue);
}
.pageTitleInner section p.s1 .colorSwitch {
  color: var(--pGrey);
  opacity: 0.6;
}
.pageTitleInner .pTitle h1.colorSwitch {
  color: var(--pGrey);
}

/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_logo_bar ///////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */

.logoBarWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.logo-list {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  margin-bottom: 40px;
  justify-content: space-around;
  align-items: center;
}
.logo-list a {
  margin: 0 1rem;
}
@media only screen and (max-width: 740px) {
  .logo-list {
    flex-flow: row wrap;
  }
  .logo-list a {
    margin: 0 1rem 1.5rem;
  }
}

/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_double-col-content /////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */


.dubColWrapper {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.dubColWrapper a.anchor { display: block; position: absolute; width: 0; height: 0; top: -8rem; }
.dubColWrapper svg {
  padding: 0;
  margin: -10px 0;
}
.dubColWrapper .dubColInner {
  padding: 3rem 0;
  margin: 0;
}
.dubCol {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dubColRev {
  flex-direction: row-reverse;
}
.dubCol section {
  width: 50%;
}
.dubCol section .colContent {
  max-width: 380px;
  margin: 0 auto;
}
.dubCol section .colContentBlurb {
  padding-bottom: 9rem;
}
.dubCol section .colTestimonial {
  max-width: 100%;
  margin: 0 auto;
}
.dubCol section .colImg {
  text-align: center;
}
.dubCol section .colImg img.rounded {
  border-radius: 1.5rem;
}
.dubCol section .colSlider {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dubCol section .sliderImages {
  display: grid;
  grid-template-columns: 1fr;
}
.dubCol section .colSlider .sliderImages .sliderImage {
  grid-row-start: 1;
  grid-column-start: 1;
  transform: translateX(200px);
  opacity: 0;
  transition: all 1.5s;
}
.dubCol section .colSlider .sliderImages .active {
  transform: translateX(0);
  opacity: 1;
}
.sliderDots {
  text-align:center;
}
.sliderDots .sliderDot {
  color: #aae4e7;
  font-size: 1rem;
}
.sliderDots .active {
  color: #0e292d;
}
.dubCol section .colForm {
  margin: 0 auto;
  max-width: 500px;
}
.dubCol section .colForm .disclaimerNote {
  font-size: 1.3rem;
  line-height: 2rem;
  font-style: italic;
  padding: 2rem 2rem 0 2rem;
  text-align: center;
  color: #5e7073;
}
.dubCol section .colVid .vidyard-player-container {
  border-radius: 1.5rem;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25);
}
.dubCol section .colVidShadow .vidyard-player-container {
  box-shadow: 0 0 2rem rgba(0,0,0,0.25);
}.dubCol section .colVidCorners .vidyard-player-container {
  border-radius: 1.5rem;
}
.dubCol section .colMeet .meetings-iframe-container iframe {
  height: 625px!important;
}
.dubColWrapper .dubColInner .dubColBlurbs {
  position: absolute;
  width: 100%;
  max-width: 970px!Important;
  display: flex;
  flex-wrap: no-wrap;
  gap: 2rem;
  z-index: 100;
  margin: 2rem auto 0;
  box-sizing: border-box;
}
.dubColWrapper .dubColInner .dubColBlurbs .dubColBlurb {
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  padding: 20px;
  border-left: 5px solid var(--linkBlue);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  border-radius: 5px 15px 15px 5px;
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
}

.sliderTestimonials {
  display: grid;
  grid-template-columns: 1fr;
}
.sliderTestimonials .sliderTestimonial {
  grid-row-start: 1;
  grid-column-start: 1;
  transform: translateX(200px);
  opacity: 0;
  transition: all 1.5s;
}
.sliderTestimonials .active {
  transform: translateX(0);
  opacity: 1;
}
.sliderTestimonials .sliderTestimonial .colContent {
  max-width: 100%!important;
  margin: 0 auto;
}
.sliderTestimonials .sliderTestimonial .colImg {
  max-width: 380px;
  margin: 0 auto;
}
.sliderTestimonialDots {
  text-align:center;
}
.sliderTestimonialDots .sliderTestimonialDot {
  color: #aae4e7;
  font-size: 1rem;
}
.sliderTestimonialDots .active {
  color: #0e292d;
}

@media only screen and (max-width: 1180px) {
  .dubColWrapper .dubColInner .dubColBlurbs .dubColBlurb {
    min-width: 250px;
  }
}
  
@media only screen and (max-width: 990px) {
  .dubCol {
    padding: 0 2rem;
  }
  .dubCol section .colContent {
    max-width: 38rem;
    margin: 0 3rem;
  }
  .dubCol section .colContentBlurb {
    padding-bottom: 13rem;
  }
}

@media only screen and (max-width: 900px) {
  .dubColWrapper .dubColInner .dubColBlurbs .dubColBlurb {
    min-width: 200px;
  }
  .dubCol section .colContentBlurb {
    padding-bottom: 15rem;
  }
  .dubCol section .colImgBlurb img {
    padding-bottom: 9rem;
  }
}

@media only screen and (max-width: 740px) {
  .dubCol {
    flex-direction: column-reverse;
  }
  .dubColRev {
/*     flex-direction: column-reverse; */
  }
  .dubColWrapper .dubColInner .dubColBlurbs {
    position: relative;
    flex-flow: column wrap;
    max-width: 500px!important;
  }
  .dubCol section {
    width: 100%;
  }
  .dubCol section .colContent {
    max-width: 38rem;
    margin: 0 auto 3rem;
  }
  .dubCol section .colContentBlurb {
    padding-bottom: 0;
  }
  .dubCol section .colImgBlurb img {
    padding-bottom: 0;
  }
  .dubCol section .colTestimonial {
    max-width: 100%;
    margin: 3rem auto 0;
  }
  .dubCol section .colSlider {
    max-width: 38rem;
    margin: 0 auto 2rem;
  }
  .dubCol section .colImg, .dubCol section .colForm {
    max-width: 50rem;
    margin: 0 auto 3rem;
  }
  .dubCol section .colMeet .meetings-iframe-container iframe {
    max-height: 100%;
  }
}

.anim {
  opacity: 0;
}

@keyframes fromLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromBottom {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_cta-bottom_section /////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */

.ctaSectionWrapper {
  position: relative;
  z-index: 0;
  padding: 8rem 0;
  background-image: url('https://www.applauz.me/hubfs/CTA-Background1.png');
  background-position: center center;
  background-size: cover;
  margin-bottom: -9rem;
  margin-top: -9rem;
}
.ctaSection {
  padding: 12rem 5rem;
  text-align: center;
}

.ctaSection  section a {
  margin-top: 2rem!important;
}

@media only screen and (max-width: 1180px) {
  .ctaSection {
    padding: 8rem 3rem!important;
  }
}

.ctaSection h2, .ctaSection p {
  color: var(--pGrey);
}

/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_platform-mockup_recognition /////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */

#recognitionMockupWrapper { 
  display: flex; 
  justify-content: center;
  padding-top: 22rem;
  margin-bottom: 8rem;
  margin-top: -6rem;
}
@media only screen and (max-width: 1180px) {
  #recognitionMockupWrapper {
    padding-top: 12rem;
    background-size: contain;
  }
}
@media only screen and (max-width: 1000px) {
  #recognitionMockupWrapper {
    background: url('https://www.applauz.me/hubfs/poeples-faces.png') top center no-repeat, linear-gradient(var(--pGrey), #ffffff) center center no-repeat;
    padding-top: 12rem;
    background-size: contain;
  }
}
@media only screen and (max-width: 780px) {
  #recognitionMockupWrapper {
    padding-top: 8rem;
    background-size: cover;
  }
}
@media only screen and (max-width: 623px) {
  #recognitionMockupWrapper {
    padding: 4rem 2rem;
    background: linear-gradient(var(--pGrey), #ffffff) center center no-repeat;
  }
}

#recognitionMockupWrapper p span.boldIt {
  font-weight: 700;
}
#recognitionMockupWrapper p span.fadeIt {
  color: #b7b7b7;
  font-size: 1.2rem;
  padding-left: 1rem;
}

#recognitionMockup {
  max-width: 58.3rem;
  width 100%;
}

#recognitionMockup .postCard {
  background-color: #ffffff;
  border-top: 0.5rem solid var(--linkBlue);
  border-radius: 0.8rem;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25); 
}
#recognitionMockup .postCard section {}
#recognitionMockup .postCard section.postContent {
  padding: 2rem;
  display: flex;
}
#recognitionMockup .postCard section.postContent .profileImages {
  margin-right: 1.5rem;
}
#recognitionMockup .postCard section.postContent .profileImages img:first-child {
  width:4rem; height:4rem;
}
#recognitionMockup .postCard section.postContent .profileImages img:last-child {
  width:7rem; height:7rem; margin-top: -3rem; margin-left:1rem;
}

#recognitionMockup .postCard section.postContent p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
#recognitionMockup .postCard section.postContent p:last-child {
  margin-bottom: 0
}
#recognitionMockup .postCard section.postContent .postMessage div {
  display: flex;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 550px) {
  #recognitionMockupWrapper p span.mobileHideIt {
    display: none;
  }
  #recognitionMockup .postCard section.postContent {
    flex-flow: column nowrap;
  }
  #recognitionMockup .postCard section.postContent .profileImages {
    margin: 0 auto 1.5rem;
    text-align: center;
    position: relative;
    height: 8rem;
  }
  #recognitionMockup .postCard section.postContent .profileImages img:first-child {
    position: absolute;
    margin: 0;
    top: 0;
    left: -5rem;
  }
  #recognitionMockup .postCard section.postContent .profileImages img:last-child {
    position: absolute;
    margin: 0;
    top: 1rem;
    right: -4rem;
  }
  #recognitionMockup .postCard section.postContent .postMessage div {
    flex-flow: column nowrap;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  #recognitionMockup .postCard section.postContent .postMessage div p {
    margin-bottom: 0;
  }
}
#recognitionMockup .postCard section.postMedia {
  background-color: #f4f6ff;
}
#recognitionMockup .postCard section.postAwards {
  height: 4.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 2rem;
  border-top: 1px solid #d7d7d7;
}
@media only screen and (max-width: 550px) {
  #recognitionMockup .postCard section.postAwards {
    flex-flow: column nowrap;
    justify-content: center;
    height: auto;
  }
}
#recognitionMockup .postCard section.postAwards div {
  height: 4.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#recognitionMockup .postCard section.postAwards p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 0;
  padding-left: 0.8rem;
}
#recognitionMockup .postCard section.postAwards p:last-child {
  margin-left: auto;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  #recognitionMockup .postCard section.postAwards p:last-child {
    margin-left: 0;
  }
}
#recognitionMockup .postCard section.postActions {
  display: flex;
  height: 4rem;
  align-items: center;
  flex-flow: row nowrap;
  border-top: 1px solid #d7d7d7;
}
#recognitionMockup .postCard section.postActions p {
  width: 100%;
  height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 4rem;
  margin-bottom: 0rem;
}
#recognitionMockup .postCard section.postActions p i {
  margin-right: 0.5rem;
}
#recognitionMockup .postCard section.postActions p:last-child {
  border-left: 1px solid #d7d7d7;
}

/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_platform-mockup_service-awards /////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */

#serviceMockupWrapper { 
  display: flex; 
  justify-content: center;
  height: 52rem;
  padding-top: 20rem;
  margin-bottom: 8rem;
  margin-top: -6rem;
}
@media only screen and (max-width: 1180px) {
  #serviceMockupWrapper {
    padding-top: 10rem;
    height: auto;
    background-size: contain!important;
  }
}
@media only screen and (max-width: 1000px) {
  #serviceMockupWrapper {
    background: url('https://www.applauz.me/hubfs/poeples-faces.png') top center no-repeat, linear-gradient(var(--pGrey), #ffffff) center center no-repeat!important;
    background-size: contain!important;
  }
}
@media only screen and (max-width: 780px) {
  #serviceMockupWrapper {
    background-size: cover!important;
  }
}
@media only screen and (max-width: 623px) {
  #serviceMockupWrapper {
    padding-top: 0;
    background: linear-gradient(var(--pGrey), #ffffff) center center no-repeat!important;
  }
}

#serviceMockupWrapper p span.boldIt {
  font-weight: 700;
}
#serviceMockupWrapper p span.fadeIt {
  color: #b7b7b7;
  font-size: 1.2rem;
  padding-left: 1rem;
}

#serviceMockup {
  max-width: 91rem;
  width: 100%;
}

@media only screen and (max-width: 950px) {
#serviceMockup {
  max-width: 91rem;
  width: 100%;
  margin: 2rem;
}
}

#serviceMockup .postCard {
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  box-sizing: border-box;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25); 
}
#serviceMockup .postCard section {}
#serviceMockup .postCard section.postTitle {
  display: flex;
  padding: 1rem;
  box-sizing: border-box;
}
#serviceMockup .postCard section.postTitle p.title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.5rem;
  margin-bottom: 0;
}
#serviceMockup .postCard section.postTitle p i {
  margin-right: 0.8rem;
  color: #a7a7a7;
}
#serviceMockup .postCard section.postTitle p.purchase {
  display: block;
  background-color: #00a9b1;
  color: #ffffff;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 630px) {
  #serviceMockup .postCard section.postTitle p.purchase {
    display: none;
  }
}

#serviceMockup .postCard section.postAwards {
  padding: 1rem;
}

#serviceMockup .postCard section.postAwards .award {
  border: 1px solid #eeeeee;
  padding: 0.5rem 1rem;
  display: flex;
  flex-flow: row no-wrap;
}
#serviceMockup .postCard section.postAwards .award p {
  line-height: 3rem;
  font-size: 1.6rem;
  margin: 0;
}

#serviceMockup .postCard section.postAwards .award .profile {
  display: flex;
  width: 100%;
  max-width: 25rem;
  min-width: 20rem;
}
#serviceMockup .postCard section.postAwards .award .profile img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

#serviceMockup .postCard section.postAwards .award p.date {
  width: 100%;
  max-width: 20rem;
  min-width: 10rem
}
@media only screen and (max-width: 630px) {
  #serviceMockup .postCard section.postAwards .award p.date {
    display: none;
  }
}
#serviceMockup .postCard section.postAwards .award p.milestone {
  width: 100%;
  max-width: 10rem;
}
@media only screen and (max-width: 470px) {
  #serviceMockup .postCard section.postAwards .award p.milestone {
    display: none;
  }
}
#serviceMockup .postCard section.postAwards .award p.voucher {
  width: 100%;
  max-width: 10rem;
}
@media only screen and (max-width: 750px) {
  #serviceMockup .postCard section.postAwards .award p.voucher {
    display: none;
  }
}
#serviceMockup .postCard section.postAwards .award .status {
  margin-left: auto;
}
#serviceMockup .postCard section.postAwards .award .status p.stat {
  font-size: 1.4rem;
  text-align: center;
  width: 12rem;
  border-radius: 2rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 630px) {
  #serviceMockup .postCard section.postAwards .award .status p.stat {
    width: 10rem;
  }
}
#serviceMockup .postCard section.postAwards .award .status p.scheduled {
  background-color: #f5d477;
}
#serviceMockup .postCard section.postAwards .award .status p.sent {
  background-color: var(--pGrey);
}
#serviceMockup .postCard section.postAwards .award .status p.redeemed {
  background-color: #9fcd85;
}

/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_pillar-page_template ////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */

#pillarContents .pillarSidebar {
  min-width: 35rem;
}
#pillarContents .pillarMain {
  padding-left: 2rem;
}
#pillarContents .pillarMain img {
    max-width: 100%;
}
#pillarContents .pillarMain h2 {
  font-family: Rubik,sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin: 100px 0 30px;
}
#pillarContents .pillarMain h2:first-of-type {
  margin-top: 0;
}
#pillarContents .pillarMain h2 img {
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
  max-width: 100%;
  width: 100%;
}
#pillarContents .pillarMain h3 {
  font-family: Rubik,sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin: 80px 0 30px;
}
#pillarContents .pillarMain h4 {
  font-family: Rubik,sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 60px 0 20px;
}
#pillarContents .pillarMain ul, #pillarContents .pillarMain ol {
  margin-bottom: 3rem;
}
#pillarContents .pillarMain ul li, #pillarContents .pillarMain ol li {
  margin-bottom: 1rem;
}
#pillarContents .pillarMain ul li a, #pillarContents .pillarMain ol li a {
  color: var(--linkBlue);
}
#pillarContents .pillarMain blockquote {
  margin-left: 4rem;
  color: #00adb6;
  font-family: Nunito,sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
}
#pillarContents .pillarMain blockquote p {
  color: #00adb6;
  font-family: Nunito,sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 30px;
}

@media only screen and (max-width:1150px) {
  #pillarContents {
    max-width: 78rem!important;
    margin: 0 auto;
  }
  #pillarContents .pillarSidebar {
    min-width: 0;
    padding-bottom: 2rem;
  }
  #pillarContents .pillarMain {
    padding-left: 0;
    margin-left: 0;
  }
  #pillarContents .pillarSidebar, #pillarContents .pillarMain {
    width: 100%;
  }
}

/* ///////////////////////////////////////////////////////////// */

/*  aplz_2021_training-hub_template ///////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */

#trainingLayout {
  display: grid;
  grid-template-columns: auto 350px;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "main sidebar""main sidebar";
  grid-column-gap: 50px;
}
#trainingLayout .videoModule { grid-area: main; }
#trainingLayout .sidebar { grid-area: sidebar; }
#trainingLayout .mainContent { grid-area: main; }