@font-face {
  font-display: swap;
  font-family: Feijoa-Display;
  src: url(https://www.text-em-all.com/hubfs/Fonts%20-%20CLEAN%20X%20TEXT-EM-ALL/Feijoa-Display.woff)
    format("woff");
}
@font-face {
  font-display: swap;
  font-family: Circular-Bold;
  src: url(https://www.text-em-all.com/hubfs/Fonts%20-%20CLEAN%20X%20TEXT-EM-ALL/Circular-Bold.woff)
    format("woff");
}
@font-face {
  font-display: swap;
  font-family: Circular-Book;
  src: url(https://www.text-em-all.com/hubfs/Fonts%20-%20CLEAN%20X%20TEXT-EM-ALL/Circular-Book.woff)
    format("woff");
}
@font-face {
  font-display: swap;
  font-family: Feijoa-Medium-Italic;
  src: url(https://www.text-em-all.com/hubfs/Fonts%20-%20CLEAN%20X%20TEXT-EM-ALL/Feijoa-MediumItalic.woff)
    format("woff");
}
:root {
  --color-primary: #17305a;
  --color-secondary: #17305a;
  --color-accent: #ff4a29;
  --color-background: #fffaf2;
  --color-white: #fff;
  --color-gray: #898989;
  --color-gray-light: #8894a9;
  --font-display: "Feijoa-Display", sans-serif;
  --font-heading: "Circular-Bold", sans-serif;
  --font-body: "Circular-Book", sans-serif;
  --font-quote: "Feijoa-Medium-Italic", sans-serif;
  --base-font-size: 17px;
  --line-height-tight: 1.2;
  --line-height-normal: 1.4;
  --line-height-relaxed: 1.6;
  --spacing-xs: 0.875rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.25rem;
}
body {
  --text-size-80: clamp(0.625rem, 0.55rem + 0.2vw, 0.75rem);
  --text-size-90: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-size-100: clamp(0.875rem, 0.85rem + 0.3vw, 1.0625rem);
  --text-size-200: clamp(1.0625rem, 1rem + 0.4vw, 1.375rem);
  --text-size-300: clamp(1.25rem, 1.15rem + 0.6vw, 1.625rem);
  --text-size-400: clamp(1.5rem, 1.35rem + 0.9vw, 2rem);
  --text-size-500: clamp(1.75rem, 1.5rem + 1.4vw, 2.5rem);
  --text-size-600: clamp(2rem, 1.7rem + 1.8vw, 3.125rem);
  --text-size-700: clamp(2.25rem, 1.9rem + 2.2vw, 3.75rem);
  background: var(--color-background);
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: var(--line-height-relaxed);
  padding-top: 0;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  body {
    --text-size-80: 0.7rem;
    --text-size-90: 0.825rem;
    --text-size-100: 1rem;
    --text-size-200: 1.25rem;
    --text-size-300: 1.5rem;
    --text-size-400: 1.75rem;
    --text-size-500: 2.125rem;
    --text-size-600: 2.5rem;
    --text-size-700: 2.875rem;
  }
  .h1,
  .h2,
  h1,
  h2 {
    margin-bottom: var(--spacing-xs);
    margin-top: var(--spacing-lg);
  }
  .h3,
  .h4,
  .h5,
  .h6,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: var(--spacing-xs);
    margin-top: var(--spacing-xs);
  }
}
.h1,
.h2,
h1,
h2 {
  font-family: var(--font-display);
  line-height: var(--line-height-tight);
  margin-top: var(--spacing-xl);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: var(--spacing-sm);
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  line-height: var(--line-height-normal);
  margin-top: var(--spacing-sm);
}
.h1,
h1 {
  font-size: var(--text-size-700);
}
.h2,
h2 {
  font-size: var(--text-size-600);
}
.h3,
h3 {
  font-size: var(--text-size-300);
}
.h4,
h4 {
  font-size: var(--text-size-200);
}
.h5,
h5 {
  font-size: var(--text-size-100);
}
.h6,
h6 {
  font-size: var(--text-size-90);
  letter-spacing: 1px;
  text-transform: uppercase;
}
p {
  font-family: var(--font-body);
  margin-bottom: var(--spacing-sm);
  margin-top: var(--spacing-sm);
}
small,
tiny {
  font-size: var(--text-size-90);
}
.text-size-80 {
  font-size: var(--text-size-80);
}
.text-size-90 {
  font-size: var(--text-size-90);
}
.text-size-100 {
  font-size: var(--text-size-100);
}
.text-size-200 {
  font-size: var(--text-size-200);
}
.text-size-300 {
  font-size: var(--text-size-300);
}
.text-size-400 {
  font-size: var(--text-size-400);
}
.text-size-500 {
  font-size: var(--text-size-500);
}
.text-size-600 {
  font-size: var(--text-size-600);
}
.text-size-700 {
  font-size: var(--text-size-700);
}
a {
  font-weight: 400;
}
strong {
  font-weight: 500;
}
.nowrap {
  white-space: nowrap;
}
.navbar {
  background: var(--color-background);
  position: fixed;
  width: 100%;
  z-index: 100;
}
.navbar .caret {
  display: none !important;
}
.navbar .navbar-inner {
  background: transparent;
  box-shadow: none;
  padding-top: 15px;
  padding-bottom: 25px;
}
.navbar .brand {
  font-size: 0;
  margin-left: 12px;
  opacity: 1;
  padding: 0;
  transition: opacity 0.2s ease-out;
}
.navbar .brand img {
  padding-top: 10px;
  width: 180px;
}
.navbar .brand:hover {
  opacity: 0.5;
}
.navbar .nav #contact-us {
  display: none;
}
.navbar .nav #signin {
  padding-right: 10px;
}
.navbar .nav li a {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 19px;
  transition: color 0.2s ease-out;
}
.navbar .nav li a:hover,
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  color: var(--color-accent);
}
@media (min-width: 769px) {
  .navbar .nav {
    top: 4px;
  }
}
.sticky {
  background-color: var(--color-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
}
#docsSearch {
  background: var(--color-primary);
  display: grid;
  padding: 5em 0;
  place-items: center;
}
#docsSearch h1 {
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: var(--text-size-700);
}
#docsSearch div {
  padding-bottom: 2em;
  position: sticky;
  width: 1200px;
  z-index: 0;
}
#searchBar button {
  background: var(--color-accent);
  border: none;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 500;
  text-shadow: none;
  top: 34px;
  font-family: var(--font-body);
}
#searchBar .search-query {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 300;
}
.search-footer {
  color: var(--color-white);
  font-size: 22px;
  margin-bottom: 2.6em;
  text-align: center;
}
.search-footer a {
  color: var(--color-accent);
}
@media (max-width: 1000px) {
  #docsSearch {
    padding: 3em 0;
  }
  #docsSearch h1 {
    line-height: 62px;
  }
  #docsSearch div {
    width: 656px;
  }
}
@media (max-width: 660px) {
  #docsSearch div {
    width: 534px;
  }
}
@media (max-width: 540px) {
  #docsSearch h1 {
    font-size: 32px;
    line-height: 44px;
  }
  #docsSearch div {
    width: 335px;
  }
}
@media (max-width: 500px) {
  #searchBar .search-query,
  .search-footer {
    font-size: 16px;
  }
}
.collection-category h2 {
  font-family: var(--font-display);
  font-size: var(--text-size-600);
  font-weight: 500;
  margin: 0 0 42px;
  padding-left: 1.65%;
}
.collection-category h2 a {
  color: var(--color-secondary);
}
.collection-category h2 a:hover {
  color: var(--color-accent);
}
.category-list p {
  font-size: 16px;
}
.category-list .category {
  background-color: hsla(0, 0%, 100%, 0.9);
  border: none;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.8% 30px;
  padding: 40px 24px;
  transition: box-shadow 0.2s ease-out;
  width: 26%;
  border-radius: 8px;
}
.category-list .category:hover {
  background: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
}
.category-list .category i {
  font-size: 48px;
}
.category-list .category p {
  padding: 0 2em;
}
.category-list .category h3 {
  color: var(--color-secondary);
  font-size: var(--text-size-300);
  font-weight: 500;
  line-height: 1.3em;
}
@media (max-width: 500px) {
  .collection-category h2 a {
    font-size: 32px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .category-list .category {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .category-list .category {
    width: 100%;
  }
}
section.contact-us {
  color: var(--color-gray);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
}
section.contact-us h3 {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
}
section.contact-us .contact-info {
  flex: none;
  margin: 0 4% 20px 1.8%;
  min-width: 300px;
  width: 29%;
}
section.contact-us .support-team {
  flex: 1 1 auto;
  width: 65%;
}
.connect-with-us-social a {
  color: var(--color-gray);
  margin-right: 12px;
}
.connect-with-us-social a:hover {
  text-decoration: none;
}
.connect-with-us-social a span {
  font-size: 24px;
  transition: color 0.2s ease-out;
}
.connect-with-us-social .cea-icon-google-plus-box:hover {
  color: #d34836;
}
.connect-with-us-social .cea-icon-facebook-box:hover {
  color: #3b5998;
}
.connect-with-us-social .cea-icon-twitter-box:hover {
  color: #00aced;
}
.insta {
  margin-left: -6px;
}
.nickname {
  color: var(--color-gray-light);
  font-weight: 500;
}
section.team-pictures {
  display: flex;
  flex-wrap: wrap;
}
section.team-pictures .feature-box-team {
  height: inherit;
  list-style: none;
  margin-bottom: 2em;
  margin-left: 0;
}
section.team-pictures .feature-box-team .box-content {
  width: 300px;
}
section.team-pictures .feature-box-team .box-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-top: 14px;
  position: relative;
}
section.team-pictures .feature-box-team .team-title {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  text-transform: none;
}
section.team-pictures .feature-box-team .team-frame {
  border-radius: 4.5em;
  float: left;
  font-size: 10px;
  height: 7em;
  margin-right: 10px;
  padding: 1em;
  position: relative;
  width: 7em;
}
section.team-pictures .feature-box-team .team-frame:before {
  background-color: var(--color-white);
  content: "";
  height: 7em;
  left: 5.94974747em;
  position: absolute;
  transform: rotate(45deg);
  width: 7em;
}
section.team-pictures .feature-box-team .team-frame .team-base {
  background-size: auto 49em;
  border-radius: 3.5em;
  display: inline-block;
  font-size: 100%;
  height: 7em;
  position: relative;
  width: 7em;
}
.articleList a {
color: var(--color-secondary)!important;
}


#fullArticle blockquote,
#fullArticle dd,
#fullArticle div,
#fullArticle li,
#fullArticle ol,
#fullArticle p,
#fullArticle table,
#fullArticle ul {
  font-size: 16px;
  letter-spacing: 0.05px;
}
#fullArticle h2 {
  font-size: var(--text-size-400);
  line-height: 28px;
}
#fullArticle h3 {
  font-size: var(--text-size-300);
  line-height: 28px;
}
#fullArticle h4 {
  font-size: var(--text-size-100);
  font-weight: 400;
  line-height: 24px;
}
#fullArticle .title {
  font-size: var(--text-size-500);
}
#fullArticle img {
  padding: 0;
}
#fullArticle .index-list {
  background: #f9fafa;
  border-left: 4px solid #aaaeb7;
  margin: 3em 0;
  padding: 15px;
}
#fullArticle .index-list ul {
  column-count: 2;
  margin: 0;
  padding: 0;
  width: 100%;
}
#fullArticle .index-list li {
  line-height: 30px;
  list-style: none;
  width: 100%;
}
#main-content {
  margin-top: 64px;
}
h3:target:before {
  content: "";
  display: block;
  height: 70px;
  margin-top: -55px;
}
#sidebar {
  margin-top: 96px;
}
#sidebar h3 {
  color: var(--color-secondary);
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#sidebar .nav-list li a,
#sidebar h3 {
  font-size: 16px;
}
.contentWrapper h1 {
  font-weight: 500;
}
.header-padding {
  padding: 35px;
}
#signInLink {
  border: 2px solid var(--color-secondary);
  border-radius: 8px;
  color: var(--color-secondary);
  padding: 4px 24px;
  transition: border 0.5s;
}
#signInLink:hover {
  border: 2px solid #ff4a29;
  color: #ff4a29;
}
#contactUsPhone {
  float: left;
  margin-left: -125px;
  margin-top: 10px;
}
.form-actions .btn {
  float: right;
}
body [class*="bg-fill"] {
  display: block;
  position: absolute;
  z-index: -1;
}
.bg-fill1 {
  left: -9%;
  top: 1.8%;
}
.bg-fill2 {
  right: -4%;
  top: 34%;
}
.bg-fill3 {
  right: -5%;
  top: 62%;
}
@media (max-width: 1240px) {
  .bg-fill2 {
    right: 0;
    top: 34%;
  }
  .bg-fill3 {
    right: 0;
    top: 62%;
  }
}
#serp-dd {
  position: absolute !important;
  width: 100% !important;
  z-index: 99 !important;
}
#docsSearch img {
  height: 26px;
  left: 302px;
  position: absolute;
  top: 90px;
  z-index: -1;
}
@media (max-width: 1000px) {
  #docsSearch img {
    left: 345px;
    top: 104px;
  }
}
@media (max-width: 660px) {
  #docsSearch img {
    left: 287px;
    top: 104px;
  }
}
@media (max-width: 540px) {
  #docsSearch img {
    height: 15px;
    left: 175px;
    top: 62px;
  }
}
