@charset "UTF-8";
/*
Theme Name: CareerCert
Theme URI: https://www.careerstep.com/
Author: CareerStep
Author URI: https://www.careerstep.com/
Description: A custom theme built by CareerStep for CareerCert
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: careercert
Tags: custom

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 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, ol, ul, li,
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-family: sofia-pro, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	box-sizing: border-box;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0px !important;
}
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;
  width: 100%;
  margin: 40px 0;
  overflow: auto;
  display: block;
}
th {
  padding: 15px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}
td {
  padding: 20px 15px;
  font-size: 20px;
  border: 1px solid #ccc;
}
th.sortable {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}
th.sortable.selected:after {
  content: "\f0dd";
  display: inline-block;
  margin-left: 6px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  vertical-align: middle;
}
  th.sortable.selected.desc:after { content: '\f0dd'; }
  th.sortable.selected.asc:after { content: '\f0de'; }


/*************************/
/* FONTS */
/*************************/
@font-face {
  font-family: "careercert";
  src:url("fonts/careercert.eot");
  src:url("fonts/careercert.eot?#iefix") format("embedded-opentype"),
    url("fonts/careercert.woff") format("woff"),
    url("fonts/careercert.ttf") format("truetype"),
    url("fonts/careercert.svg#careercert") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "careercert" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="cc-"]:before,
[class*=" cc-"]:before {
  font-family: "careercert" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cc-air:before {
  content: "\61";
}
.cc-ambulance:before {
  content: "\62";
}
.cc-bandaid:before {
  content: "\63";
}
.cc-beaker:before {
  content: "\64";
}
.cc-blood-pressure:before {
  content: "\65";
}
.cc-chat-bubbles:before {
  content: "\66";
}
.cc-clipboard:before {
  content: "\67";
}
.cc-comment-bubble:before {
  content: "\68";
}
.cc-ekg:before {
  content: "\69";
}
.cc-fire:before {
  content: "\6a";
}
.cc-grow:before {
  content: "\6b";
}
.cc-half-moon:before {
  content: "\6c";
}
.cc-handicap:before {
  content: "\6d";
}
.cc-perscription:before {
  content: "\6e";
}
.cc-open-book:before {
  content: "\6f";
}
.cc-nurse:before {
  content: "\70";
}
.cc-medical-pamphlet:before {
  content: "\71";
}
.cc-medical-document:before {
  content: "\72";
}
.cc-medical-book:before {
  content: "\73";
}
.cc-medical-bed:before {
  content: "\74";
}
.cc-medical-bag:before {
  content: "\75";
}
.cc-hourglass:before {
  content: "\76";
}
.cc-hospital:before {
  content: "\77";
}
.cc-helicopter:before {
  content: "\78";
}
.cc-heart-beat:before {
  content: "\79";
}
.cc-heart:before {
  content: "\7a";
}
.cc-pill:before {
  content: "\41";
}
.cc-ribbon:before {
  content: "\42";
}
.cc-shot:before {
  content: "\43";
}
.cc-stethoscope:before {
  content: "\44";
}
.cc-sunset:before {
  content: "\45";
}
.cc-table:before {
  content: "\46";
}
.cc-tooth:before {
  content: "\47";
}
.cc-venn-diagram:before {
  content: "\48";
}
.cc-weightlifting:before {
  content: "\49";
}
.cc-world:before {
  content: "\4a";
}


/*************************/
/* LAYOUT */
/*************************/
hr {
  border-style: solid;
  margin: 60px 0;
  border-width: 1px;
}
figure, figcaption {
  max-width: 100%;
}
  figure {
    margin-bottom: 30px;
  }
  figcaption {
    font-size: smaller;
    font-style: italic;
    line-height: 1.4em;
    margin-top: 5px;
  }

.container {
	width: 95%;
	max-width: 1800px;
	margin: 0 auto;
}

.flex { display: flex; }
.flex--column { flex-flow: column; }
.flex--spaced { justify-content: space-between; }
.flex--justify-centered { justify-content: center; }
.flex--centered { align-items: center; }
.flex--reverse { flex-flow: row-reverse; }
.flex--wrap { flex-wrap: wrap; }
.flex--stretched { align-items: stretch; }

.flex--item--no-shrink { flex-shrink: 0; }

.width--25 { width: 23%; }
.width--33 { width: 31%; }
.width--40 { width: 38%; }
.width--50 { width: 48%; }
.width--60 { width: 58%; }
.width--66 { width: 64%; }
.width--100 { width: 100%; }

.background--gradient {
  position: relative;
}
  .background--gradient--chevron:before {
    content: '';
    background: linear-gradient(
      45deg,
      transparent 20%, 0%,
      rgba(0,0,0,0.05) 40%, 0%,
      rgba(0,0,0,0.125) 60%, 0%,
      rgba(0,0,0,0.2) 80%, 0%,
      rgba(0,0,0,0.275) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
  }
  .background--gradient--chevron:after {
    content: '';
    background: linear-gradient(
      135deg,
      transparent 20%, 0%,
      rgba(0,0,0,0.05) 40%, 0%,
      rgba(0,0,0,0.125) 60%, 0%,
      rgba(0,0,0,0.2) 80%, 0%,
      rgba(0,0,0,0.275) 100%
    );
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
  }
  .background--gradient--angle:before {
    content: '';
    background: linear-gradient(
      45deg,
      transparent 20%, 0%,
      rgba(0,0,0,0.05) 40%, 0%,
      rgba(0,0,0,0.125) 60%, 0%,
      rgba(0,0,0,0.2) 80%, 0%,
      rgba(0,0,0,0.275) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .background--gradient--half-chevron:before {
    content: '';
    background: linear-gradient(
      45deg,
      transparent 25%, 0%,
      rgba(0,0,0,0.05) 50%, 0%,
      rgba(0,0,0,0.125) 75%, 0%,
      rgba(0,0,0,0.2) 100%
    ),
    linear-gradient(90deg, transparent, attr(data-color) 50%);
    position: absolute;
    top: 0;
    left: 30%;
    width: 70%;
    height: 50%;
    z-index: 0;
  }
  .background--gradient--half-chevron:after {
    content: '';
    background: linear-gradient(
      135deg,
      transparent 25%, 0%,
      rgba(0,0,0,0.05) 50%, 0%,
      rgba(0,0,0,0.125) 75%, 0%,
      rgba(0,0,0,0.2) 100%
    ),
    linear-gradient(90deg, transparent, attr(data-color) 50%);;
    position: absolute;
    left: 30%;
    bottom: 0;
    width: 70%;
    height: 50%;
    z-index: 0;
  }
  .background--gradient > * {
    position: relative;
    z-index: 1;
  }

/*************************/
/* TYPOGRAPHY */
/*************************/
h1 {
	font-size: 58px;
	line-height: 1.3em;
	margin-bottom: 25px;
	font-weight: 700;
}

h2,
.bc-product-single__meta .bc-product__title {
  font-size: 48px;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: 700;
}

h3 {
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
}

h4 {
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 15px;
}

h5 {
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
}

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child {
  margin-bottom: 0px;
}

p {
	font-size: 22px;
	line-height: 1.6em;
}

.text--center { text-align: center; }
.text--bold { font-weight: 700; }
.text--underline {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  text-decoration: none;
}
.text--no-underline {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*************************/
/* FORMS */
/*************************/
select.filter {
  height: 40px;
  font-size: 16px;
  margin: 10px;
}

/*************************/
/* BUTTONS */
/*************************/
.btn,
.bc-btn,
button.bc-btn { /* Navigational Inveretd */
	font-size: 22px;
	font-weight: 700;
  font-family: sofia-pro;
	line-height: 1.2em;
	padding: 20px 40px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
  align-items: center;
	text-decoration: none;
  text-align: center;
  border: 8px solid #fff;
	color: #fff;
	background: #333;
  justify-content: center;
  text-transform: inherit;
}
  .btn:hover {
    background: #fff;
    color: #333;
    border-color: #333;
  }

.btn--text {
  padding: 0px 0px 5px 0px;
  border: none;
  border-bottom: 6px solid transparent;
  background-color: transparent;
}
  .btn--text:after {
    content: '>>';
    margin-left: 5px;
  }
  .btn.btn--text:hover {
    background-color: transparent !important;
  }
.btn--group {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}
  .btn--group .btn {
    margin-right: 20px;
    margin-left: 20px;
  }
.btn--block {
  width: 100%;
  text-align: center;
}

/*************************/
/* MEDIA */
/*************************/
img {
	max-width: 100%;
	height: auto;
	margin: 0;
  display: block;
}
  img.aligncenter, figure.aligncenter { margin: 20px auto; }
  img.alignright, figure.alignright { float: right; margin: 20px 0 20px 30px; }
  img.alignleft, figure.alignleft { float: left; margin: 20px 30px 20px 0; }
.bg-image {
	background-position: center;
	background-repeat: no-repeat;
}
.bg-image--cover {
	background-size: cover;
}
.bg-image--contain {
	background-size: contain;
}



/*************************/
/* HEADER */
/*************************/
#header {
  position: relative;
  z-index: 11;
}
	#header .logo {
		height: 35px;
		width: 240px;
		margin-right: 40px;
    display: block;
	}
	#header .chevron {
		height: 80px;
    width: 78px;
    margin: -30px 10px -30px 0px;
    flex-shrink: 0;
	}
  #header .cart-link {
    margin: 0 20px -2px auto;
    display: block;
    position: relative;
  }
  #header .cart-link > i {
    font-size: 20px;
  }
    #header .cart-link > span {
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 14px;
      text-align: center;
      top: -10px;
      right: -10px;
    }
  #header > .container {
    display: flex;
    height: 80px;
  }
  .header--menus--toggle {
    display: none;
  }
  .header--menus--toggle .menu-toggle {
    font-size: 30px;
    cursor: pointer;
    margin: 0 15px;
  }
#header--primary-menu {
  flex-shrink: 0;
}
#header--primary-menu > ul > li {
  position: relative;
  padding: 30px 0;
}
#header--primary-menu .sub-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  padding: 10px 20px;
  width: 200px;
  display: none;
}
  #header--primary-menu .sub-menu a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
  }
  #header--primary-menu > ul > li:hover > .sub-menu {
    display: block;
  }
.header--menus {
  flex: 1;
}
	.header--primary-menu--items > li > a {
		text-decoration: none;
		font-weight: 700;
		font-size: 20px;
		padding: 0 20px;
	}
	.header--secondary-menu--items > li > a {
		text-decoration: none;
		font-weight: 700;
		font-size: 20px;
		padding: 0 20px;
		border-right: 1px solid #fff;
	}
	.header--secondary-menu--items > li:last-child > a {
		border-right: none;
		padding-right: 0;
	}

/*************************/
/* FOOTER */
/*************************/
#footer {
  margin-top: 90px;
  padding: 60px 0px;
  font-weight: 600;
}
  #footer .logo {
    height: 40px;
    width: 280px;
    margin: 40px 0px 60px;
  }

.footer--primary-menu--items > li {
  margin-right: 80px;
}
  .footer--primary-menu--items > li:last-child {
    margin-right: 0px;
  }
  .footer--primary-menu--items > li > a {
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 20px;
    display: block;
    cursor: default;
  }
    .footer--primary-menu--items > li > ul > li {
      margin-bottom: 20px;
    }
      .footer--primary-menu--items > li > ul > li > a {
        font-size: 17px;
        line-height: 1.3em;
        text-decoration: none;
      }

#footer--logo-mark {
  flex: 1;
  margin-bottom: 40px;
  min-height: 100px;
}
.footer--social--items {
  display: flex;
}
  .footer--social--items a {
    margin: 0 8px;
    display: inline-block;
    border-radius: 100%;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
  }
    .footer--social--items i {
      font-size: 28px;
    }

#footer--bottom {
  margin-top: 100px;
}
  .footer--secondary-menu--items li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
  }
    .footer--secondary-menu--items li:first-child {
      border-left: none;
      margin-left: 0;
      padding-left: 0;
    }
  .footer--secondary-menu--items a {
    text-decoration: none;
  }

#footer--copyright {
  margin-bottom: 20px;
}

/*************************/
/* COMPONENTS: CALL TO ACTION */
/*************************/
.components--call-to-action h2 {
  width: 100%;
}
.components--call-to-action .btn--group {
  flex-shrink: 0;
}

/*************************/
/* COMPONENTS: CALLOUT */
/*************************/
.callout--content {
  padding: 0 40px;
}
.callout--content .btn {
	margin-top: 40px;
}

/*************************/
/* COMPONENTS: FORM */
/*************************/
.components--form--content {
  margin-right: 100px;
}
.components--form--form {
  width: 480px;
  margin-left: auto;
  flex-shrink: 0;
  background-color: #F2B91B;
  padding: 4px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.75);
  align-self: flex-start;
}
  .components--form--form > form {
    padding: 25px;
  }
  .components--form--form-title {
    padding: 20px 25px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3em;
  }
  .components--form--form-field {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    padding: 18px;
    background: #fff;
    box-shadow: none;
    display: block;
    border: none;
    margin-bottom: 25px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  select.components--form--form-field {
    height: 60px;
  }
  .components--form--form-field::placeholder {
    color: #999;
  }
  .components--form--form-field--select {
    position: relative;
  }
    .components--form--form-field--select:after {
      content: '\f078';
      font-family: 'Font Awesome 5 Pro';
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      font-weight: 400;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
    }

.components--form--form--countdown {
  max-width: 400px;
  margin: 20px auto;
}
.components--form--form--countdown--days,
.components--form--form--countdown--hours,
.components--form--form--countdown--minutes,
.components--form--form--countdown--seconds {
  width: 120px;
  display: block;
  text-align: center;
  font-size: 75px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  transform: scaleX(0.8);
  -webkit-transform: scaleX(0.8);
}
.components--form--form--countdown--days:after,
.components--form--form--countdown--hours:after,
.components--form--form--countdown--minutes:after,
.components--form--form--countdown--seconds:after {
  display: block;
  text-align: center;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
}
.components--form--form--countdown--days:after { content: 'days'; }
.components--form--form--countdown--hours:after { content: 'hours'; }
.components--form--form--countdown--minutes:after { content: 'minutes'; }
.components--form--form--countdown--seconds:after { content: 'seconds'; }

@media screen and (max-width : 568px) {
  .components--form--form--countdown--days,
  .components--form--form--countdown--hours,
  .components--form--form--countdown--minutes,
  .components--form--form--countdown--seconds {
    width: 25%;
    font-size: 40px;
  }
  .components--form--form--countdown--days:after,
  .components--form--form--countdown--hours:after,
  .components--form--form--countdown--minutes:after,
  .components--form--form--countdown--seconds:after {
    font-size: 14px;
  }
}

/*************************/
/* COMPONENTS: PROFESSIONS LIST, PAGE LIST */
/*************************/
.page-list h2 {
  color: #fff;
}
.page-list--items {
  margin-top: 20px;
  display: flex !important;
}
  .page-list--item {
    width: 170px;
    height: 170px;
    padding: 20px;
    box-shadow: 0px 0px 0px 8px #fff;
    display: block;
    text-decoration: none;
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    font-size: 22px;
    transition: all 0.1s;
    position: relative;
  }
    .page-list--item > i {
      font-size: 42px;
      display: none;
      margin-bottom: 5px;
    }
    .page-list--item:hover {
      box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.1);
      background-color: #fff;
      color: #444;
      transition: all 0.1s;
    }
      .page-list--item:hover > i {
        display: block;
      }
    .page-list--item--title {
      color: #fff;
      font-weight: 700;
      line-height: 1.3em;
    }
      .page-list--item:hover > .page-list--item--title {
        display: none;
      }
    .page-list--item--title--hover {
      display: none;
      font-weight: 700;
      line-height: 1.3em;
    }
      .page-list--item:hover > .page-list--item--title--hover {
        display: block;
      }


/*************************/
/* COMPONENTS: GENERIC CONTENT STYLES */
/* ARTICLES: CONTENT STYLES;
/*************************/
.articles--post-details h2 { margin-top: 60px; }
  .articles--post-details h2:first-child { margin-top: 0px; }
.articles--post-details h3 { margin-top: 40px; }
  .articles--post-details h3:first-child { margin-top: 0px; }
.articles--post-details h4 { margin-top: 20px; }
  .articles--post-details h4:first-child { margin-top: 0px; }

.components p,
.articles--post-details p,
.bc-product__description p {
  margin-bottom: 30px;
}
  .components p:last-child,
  .articles--post-details p:last-child,
  .bc-product__description p:last-child {
    margin-bottom: 0px;
  }

.components i,
.articles--post-details i,
.components em,
.articles--post-details em,
.bc-product__description i,
.bc-product__description em {
  font-style: italic;
}

.components b,
.articles--post-details b,
.components strong,
.articles--post-details strong,
.bc-product__description b,
.bc-product__description strong {
  font-weight: 700;
}

.articles--post-details table {
  margin-bottom: 30px;
}

.articles--post-details td,
.articles--post-details th {
  padding: 20px;
  font-size: 22px;
  border-style: solid;
  border-width: 2px;
  text-align: left;
}
.articles--post-details th:not(:last-child) {
  font-weight: 700;
  border-right-color: rgba(255,255,255,0.2) !important;
}

.articles--post-details ul,
.articles--post-details ol,
.components ul,
.components ol,
.bc-product__description ul,
.bc-product__description ol {
  font-size: 22px;
  line-height: 1.2em;
  margin: 40px 0px 40px 50px;
}
.components ul { list-style-type: disc; }
.components ol { list-style-type: decimal; }
.articles--post-details ol,
.bc-product__description ol {
  counter-reset: custom-counter;
  position: relative;
}
  .articles--post-details li,
  .components li,
  .bc-product__description li {
    margin-bottom: 30px;
  }
  .articles--post-details ol > li,
  .bc-product__description ol > li {
    counter-increment: custom-counter;
  }
  .articles--post-details ul li:before,
  .articles--post-details ol li:before,
  .bc-product__description ol li:before,
  .bc-product__description ul li:before {
    margin: 0 20px 0 -30px;
    position: absolute;
  }
  .articles--post-details ul > li:before,
  .bc-product__description ul > li:before { content: '\2022'; }
  .articles--post-details ol > li:before,
  .bc-product__description ol > li:before { content: counter(custom-counter) "."; }

.articles--post-details blockquote,
.bc-product__description blockquote {
  margin: 40px 60px;
  position: relative;
  font-size: 22px;
  line-height: 1.5em;
}
  .articles--post-details blockquote p,
  .bc-product__description blockquote p {
    font-size: 22px;
    line-height: 1.5em;
    font-style: italic;
  }
.components blockquote {
  margin: 60px 0px 30px;
  position: relative;
}
.components blockquote,
.components blockquote p {
  font-size: 35px;
  line-height: 1.5em;
}
.articles--post-details blockquote:first-child,
.bc-product__description blockquote:first-child,
.components blockquote {
  margin-top: 0px;
}
.articles--post-details blockquote:last-child,
.bc-product__description blockquote:last-child,
.components blockquote {
  margin-bottom: 0px;
}
.articles--post-details blockquote *:first-child:before,
.components blockquote *:first-child:before {
  content: '"';
  position: absolute;
  left: -5px;
  transform: translateX(-100%);
}
.articles--post-details blockquote *:last-child:after,
.components blockquote *:last-child:after {
  content: '"';
  margin-left: 5px;
}



/*************************/
/* COMPONENTS: CATEGORY LIST */
/*************************/
.components--category-list {
  margin: 80px 0px;
}
  .components--category-list--item {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    width: 30%;
    margin: 25px 0;
    padding: 0 20px;
    height: 150px;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 8px;
    display: flex;
  }
    .components--category-list--item:hover,
    .components--category-list--item.active {
      background-color: transparent !important;
    }


/*************************/
/* COMPONENTS: POST LIST */
/*************************/
.components--post-grid {
  margin: 80px 0;
}
  .components--post-grid--item {
    padding: 0 80px;
    margin: 40px 0px;
  }
    .components--post-grid--item .bg-image {
      height: 200px;
      margin-bottom: 20px;
      background-color: #e5e5e5;
    }
    .components--post-grid--item--title {
      text-decoration: none;
      margin-bottom: 10px;
      display: block;
    }
      .components--post-grid--item--title:hover {
        text-decoration: underline;
      }
    .components--post-grid--item .btn {
      margin-top: 40px;
    }

.components--post-list {
  margin: 80px 0;
}
  .components--post-list--item {
    margin: 40px 0;
  }
    .components--post-list--item .bg-image {
      height: 150px;
      width: 150px;
      margin: 5px 20px 0 0;
      flex-shrink: 0;
      background-color: #e5e5e5;
    }
    .components--post-list--item--title {
      text-decoration: none;
      margin-bottom: 10px;
      display: block;
    }
      .components--post-list--item--title:hover {
        text-decoration: underline;
      }
    .components--post-list--item .btn {
      margin-top: 10px;
    }


/*************************/
/* COMPONENTS: PAGE MENU */
/*************************/
.components--page-menu p {
  margin-top: 40px;
}
.components--page-menu--course-title {
  margin-bottom: 20px;
}
.components--page-menu--items {
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}
  .components--page-menu--items--column {
    width: 33.3%;
    padding: 40px 30px;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-color: #fff;
  }
    .components--page-menu--items--column:last-child {
      border-right: none;
    }
    .components--page-menu--items--column h5 {
      margin-bottom: 20px;
    }
    .components--page-menu--items--column i {
      font-size: 50px;
      margin-bottom: 25px;
      display: block;
    }


/*************************/
/* COMPONENTS: PAGE MENU CARDS */
/*************************/
.components--page-menu-cards--items--column {
  padding: 60px 0px 100px;
}
  .components--page-menu-cards--link {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 150px;
    text-align: left;
    border-radius: 12px;
    margin: 30px 15px 40px;
    padding: 15px;
    text-decoration: none;
    font-size: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


/*************************/
/* COMPONENTS: PRODUCT LIST */
/*************************/
.components--course-list--items {
  margin: 60px 0px;
  text-align: center;
}


/*************************/
/* COMPONENTS: PERSON LIST */
/*************************/
.components--person-list h2 {
  margin-bottom: 60px;
}
  .components--person-list--item {
    margin-top: 50px;
  }
    .components--person-list--item--image {
      margin-right: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top left;
      width: 330px;
      height: 330px;
      flex-shrink: 0;
    }
    .components--person-list--item--copy {
      flex: 1;
    }
    .components--person-list--item h4 {
      margin-top: 40px;
    }
    .components--person-list--item--label {
      font-size: 28px;
      font-style: italic;
      margin-top: 5px;
    }
    .components--person-list--item--description {
      margin-top: 30px;
    }

/*************************/
/* POST TYPES: PROFESSIONS */
/*************************/
.professions--hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
  .professions--hero--content {
    margin: 0 auto;
    width: 60%;
  }
    .professions--hero--name {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4em;
      text-decoration: underline;
      text-transform: uppercase;
      margin-bottom: 30px;
    }
  .professions--hero--search {
    margin-top: 40px;
    display: inline-block;
    border-style: solid;
    border-width: 5px;
    background-color: #fff;
    width: 40%;
    position: relative;
  }
    .professions--hero--search--input {
      padding: 20px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      font-size: 22px;
      width: 100%;
      box-sizing: border-box;
    }
      .professions--hero--search--input:focus {
        outline: none;
        box-shadow: none;
      }
  .professions--hero--search--suggestions {
    border-style: solid;
    border-width: 5px;
    border-top: none;
    position: absolute;
    left: -5px;
    right: -5px;
    background-color: #fff;
    display: none;
    box-shadow: 0px 30px 20px 10px rgba(0,0,0,0.3);
    z-index: 10;
  }
    .professions--hero--search--suggestions > a {
      display: block;
      padding: 20px;
      font-size: 22px;
      font-weight: 700;
      text-decoration: none;
      border-top: 1px solid #e5e5e5;
      text-align: left;
    }
      .professions--hero--search--suggestions > a:hover {
        background-color: #f5f5f5;
      }
  .professions--hero--search--scrim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: none;
  }

.profession--hero {
  text-align: center;
  color: #fff;
  padding: 120px 0px;
}
  .profession--hero--icon-block {
    width: 180px;
    height: 180px;
    border: 8px solid #fff;
    margin: 0 auto 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
    .profession--hero--icon-block span {
      font-size: 60px;
    }
    .profession--hero--icon-block p {
      font-weight: 700;
      line-height: 1.2em;
    }

/*************************/
/* ARTICLES */
/*************************/
.articles--hero {
  position: relative;
  padding: 60px 0px;
}
  .articles--hero--description {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3em;
  }
  .articles--hero--left {
    padding: 0 0 0 80px;
  }
  .articles--hero--right {
    padding: 0 120px 0 120px;
  }
    .articles--hero--search-description {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 30px;
    }
  .articles--hero--search {
    border: 6px solid #fff;
    display: flex;
  }
    .articles--hero--search .input {
      border: none;
      width: 100%;
      font-size: 22px;
      font-weight: 700;
      padding: 0 24px;
    }
      .articles--hero--search .input:focus {
        outline: none;
      }
    .articles--hero--search .btn {
      flex-shrink: 0;
    }

.articles--hero--breadcrumbs {
  display: flex;
  align-items: center;
}
  .articles--hero--breadcrumbs a, .articles--hero--breadcrumbs div {
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 50px 17px 20px;
    text-decoration: none;
    position: relative;
    height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
    .articles--hero--breadcrumbs a:first-child {
      padding-left: 30px;
    }
    .articles--hero--breadcrumbs div:last-child {
      padding-right: 30px;
    }
  .articles--hero--breadcrumbs a:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left-style: solid;
    border-left-width: 20px;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    top: 0;
    right: 10px;
    z-index: 2;
  }
  .articles--hero--breadcrumbs a:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left-style: solid;
    border-left-width: 30px;
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    top: -14px;
    right: 0px;
    z-index: 1;
  }

@media screen and (max-width: 768px) {
  .articles--hero--breadcrumbs {
    flex-wrap: wrap;
  }
    .articles--hero--breadcrumbs a, .articles--hero--breadcrumbs div {
      font-size: 16px;
      display: inline-block;
      padding: 10px 20px;
      height: auto;
      margin-bottom: 2px;
      margin-right: 2px;
    }
      .articles--hero--breadcrumbs a:first-child {
        padding-left: 20px;
      }
      .articles--hero--breadcrumbs div:last-child {
        padding-right: 20px;
      }
    .articles--hero--breadcrumbs a:after {
      display: none;
    }
    .articles--hero--breadcrumbs a:before {
      display: none;
    }
}


.articles--search {
  margin: 50px 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
  .articles--search .input {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 15px;
    width: 350px;
  }
  .articles--search .btn {
    font-size: 19px;
    background-color: #fff;
    padding: 5px 20px 5px 30px;
    border-width: 6px;
    border-right-width: 2px;
    height: 52px;
  }
    .articles--search:before {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-left-style: solid;
      border-left-width: 20px;
      border-top: 26px solid transparent;
      border-bottom: 26px solid transparent;
      top: 0;
      right: -20px;
      z-index: 1;
    }
    .articles--search:after {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-left: 15px solid #fff;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      top: 6px;
      right: -13px;
      z-index: 2;
    }


/*************************/
/* PRACTICE TESTS */
/*************************/
.practice-test--question-wrapper {
  display: none;
  position: relative;
  background-color: #444;
  padding: 60px 30px 30px;
  margin-bottom: 60px;
  counter-reset: answers;
}
  .practice-test--question-wrapper:first-child {
    display: block;
  }
.practice-test--question {
  font-size: 22px;
  color: #fff;
}
  .practice-test--question p {
    font-weight: 700;
    margin-bottom: 20px;
  }
.practice-test--progress {
  background-color: #fff;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
  .practice-test--progress span {
    font-weight: 700;
  }
.practice-test--answer {
  background-color: #fff;
  color: #444;
  font-size: 18px;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  counter-increment: answers;
}
  .practice-test--answer:before {
    content: counter(answers, upper-alpha) ".";
    margin-right: 15px;
  }
  .practice-test--answer.correct {
    background-color: #82C341;
    color: #fff;
  }
  .practice-test--answer.incorrect {
    background-color: #C6202E;
    color: #fff;
  }
.practice-test--footer {
  display: none;
}
.practice-test--explanation {
  color: #fff;
  padding: 20px;
}
.practice-test--buttons {
  flex-shrink: 0;
  margin-left: 20px;
}
.practice-test--result {
  font-size: 22px;
  padding: 15px 25px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #82C341;
}
  .practice-test--result.incorrect {
    background-color: #C6202E;
  }
.practice-test--next {
  font-size: 22px;
  padding: 15px 25px;
  color: #444;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.practice-test--results {
  display: none;
  padding: 30px;
  font-size: 22px;
  font-weight: 700;
  background-color: #82C341;
  color: #fff;
}
  .practice-test--results.failed {
    background-color: #C6202E;
  }

#four-o-four {
  padding: 120px 70px;
  color: #fff;
  background-color: #f2b91b;
  margin-bottom: -90px;
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2px;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
}
  .search-form:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    top: 0;
    right: -17px;
    z-index: 1;
  }
  .search-form:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #1B203E;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 2px;
    right: -13px;
    z-index: 2;
  }
  .search-form input[type='text'] {
    background: transparent;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-weight: 700;
    font-family: sofia-pro;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1;
    width: 100%;
  }
  .search-form input[type='submit'] {
    font-weight: 700;
    font-family: sofia-pro;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    background: #1B203E;
    color: #fff;
    padding: 7px 15px 9px 20px;
    line-height: 1;
    flex-shrink: 0;
  }


/*************************/
/* ACCREDITATION */
/*************************/
.accreditation-category--inner-container {
  padding: 80px;
}
.accreditation-category--inner-container:empty {
  height: 40px;
  padding: 0px;
}
.accreditation-category--list {
  margin: -30px 0px;
  border-right-width: 2px;
  border-right-style: solid;
  padding: 0px 80px;
  width: 50%;
}
.accreditation-category--select {
  display: none;
}
.accreditation--post-content {
  padding: 0 80px;
  width: 50%;
}
.accreditation--post-link {
  padding: 20px 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
  .accreditation--post-link:last-child {
    border-bottom: none;
  }
  .accreditation--post-link:hover {
    background-color: #f9f9f9;
  }
  .accreditation--post-link a {
    font-weight: 600;
  }


/*************************/
/* PRODUCT SHORTCODES */
/*************************/
.bc-shortcode-product-grid-wrapper .bc-product-card__featured-image,
.bc-shortcode-product-grid-wrapper .bc-product-card-image-anchor,
.bc-shortcode-product-grid-wrapper .bc-quickview-trigger {
  display: none;
}
.bc-shortcode-product-grid-wrapper .bc-product-grid {
  margin: 15px;
  padding: 0;
  justify-content: center;
  width: auto;
}
.bc-shortcode-product-grid-wrapper div.bc-product-card {
  text-align: center;
  padding: 60px;
  margin: 15px !important;
  flex-basis: calc(33.3% - 30px);
  max-width: calc(33.3% - 30px);
  width: calc(33.3% - 30px);
  position: relative;
  overflow: hidden;
}
.bc-shortcode-product-grid-wrapper .bc-product-card .bc-btn {
  margin-top: 15px !important;
}
.bc-shortcode-product-grid-wrapper .bc-product__title a {
  font-family: sofia-pro;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  word-wrap: normal;
  hyphens: none;
}
.bc-shortcode-product-grid-wrapper .bc-product__meta {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.bc-shortcode-product-grid-wrapper .bc-product__pricing {
  position: static;
  align-items: flex-end;
  flex: 1;
}
.bc-shortcode-product-grid-wrapper .bc-product__pricing p,
.bc-shortcode-product-grid-wrapper .bc-product__pricing span {
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
}
.bc-shortcode-product-grid-wrapper .bc-product__pricing span:empty {
  display: none;
}
.bc-shortcode-product-grid-wrapper span.bc-product__price--sale {
  color: #fff;
}
.bc-shortcode-product-grid-wrapper span.bc-product__price--sale:after {
  content: 'Sale';
  display: block;
  position: absolute;
  top: 14px;
  left: -34px;
  background: #c6202e;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 40px;
  transform: rotate(-45deg);
}
.bc-shortcode-product-grid-wrapper span.bc-product__original-price {
  font-size: 26px;
  line-height: 1;
  display: block;
}
.bc-shortcode-product-grid-wrapper .bc-product__actions {
  padding: 0;
}

.bc-product-card--single .bc-product-form__quantity {
  display: none !important;
}
.bc-product-card--single .bc-product__title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
}
.bc-product-card--single .bc-product__pricing--visible {
  margin: 15px 0 0;
}
.bc-product-card--single .bc-product__pricing--visible span {
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}

/*******************/
/* CART */
/*******************/
.bc-cart {
  margin-top: 40px;
}
.bc-cart-header,
.bc-cart-footer {
  background: transparent;
}
.bc-cart-header > div,
.bc-cart-footer > div {
  color: #444;
  font-size: 16px;
  padding: 20px 0;
}
.bc-cart-footer .bc-cart-subtotal {
  padding: 0;
}
.bc-cart-footer .bc-cart-subtotal__label {
  flex: 0 0 30%;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  margin: 0 0 0 auto;
}
.bc-cart-footer .bc-cart-subtotal__amount {
  flex: 0 0 20%;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bc-cart-header .bc-cart-header__qty,
.bc-cart-header .bc-cart-header__price {
  flex: 0 0 20%;
  flex-shrink: 0;
  text-align: center;
}
.bc-cart-header .bc-cart-header__price,
.bc-cart-footer .bc-cart-subtotal__amount,
div.bc-cart-item .bc-cart-item-total-price {
  padding-right: 50px;
}

div.bc-cart-item {
  padding: 20px 0;
}
.bc-cart-item > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.bc-cart-item .bc-cart-item-quantity,
.bc-cart-item .bc-cart-item-total-price {
  flex: 0 0 20%;
  flex-shrink: 0;
  margin: 0;
  font-size: 20px;
}
.bc-cart-item .bc-cart-item__product-title {
  font-size: 20px;
}
.bc-cart-item .bc-cart-item-quantity input {
  padding: 10px;
  width: 30px;
}
.bc-cart-item .bc-cart-item__remove-button {
  color: #5273f4;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 12px;
}
@media (min-width: 960px) {
  .bc-cart .bc-btn {
    max-width: none;
    width: auto;
    display: inline-block;
  }
}

/*******************/
/* LOGIN/REGISTER */
/*******************/
.bc-account-login {
  justify-content: center;
}
.bc-account-login__form-inner, .bc-account-login__form form {
  max-width: none;
}
.bc-account-login__form input[type='text'],
.bc-account-login__form input[type='password'],
.carrus-form-group input {
  padding: 10px;
  font-size: 20px;
  margin: 0;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
}
.bc-account-login__form input[type='submit'] {
  max-width: 100%;
}
.bc-account-login__form .login-remember label,
.carrus-form-group label {
  font-size: 22px;
  margin-bottom: 10px;
  color: #1d3c6f;
  font-family: inherit;
}

.bc-account-lost-password__account-actions {
  display: none;
}
.carrus-register-error:not(:empty) {
  padding: 20px;
  background: #d64040;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  margin: 30px 10px;
}
.carrus-registration--wrapper {
  width: 90%;
  max-width: 600px;
  margin: 80px auto;
}
.carrus-login-block form, .carrus-register-block form {
  display: block;
}
.carrus-form-group {
  width: auto;
  margin: 20px 10px 0;
  padding: 0;
}
.carrus-form-group select {
  height: 52px;
  font-size: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.carrus-form-group .carrus-submit-btn {
  font-size: 22px;
  font-weight: 700;
  font-family: sofia-pro;
  line-height: 1.2em;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #333;
  border: none;
  text-transform: inherit;
  opacity: 0.8;
  max-width: none;
  margin: 0;
}
.carrus-form-group .carrus-submit-btn:hover {
  opacity: 1;
}
.carrus-form-link {
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}


/*******************/
/* PRODUCTS */
/*******************/
.bc-product-single {
  max-width: none;
  padding: 0;
  margin: 80px 0 0;
}
.bc-product-single .bc-product-single__top {
  max-width: 1200px;
  margin: 0 auto;
}
.bc-product-single .bc-product__pricing--api > span:empty {
  display: none;
}
.bc-product-single .bc-product-single__meta {
  flex: 1 !important;
  width: auto !important;
}
.bc-product-single .bc-product-price,
.bc-product-single .bc-product__price {
  font-size: 40px !important;
  font-weight: 500;
  display: block;
}
.bc-product-single button.bc-btn {
  max-width: 200px;
  border: none;
}
.bc-product-single .bc-product-form__quantity-input {
  padding: 10px;
  width: 30px !important;
}

@media screen and (max-width: 1028px) {
  h1 { font-size: 48px; }
  h2, .bc-product-single__meta .bc-product__title { font-size: 42px; }
  h3 { font-size: 34px; }
  h4 { font-size: 28px; }
  h5 { font-size: 22px; }
  p, ul li, ol li { font-size: 18px; }

  .btn,
  .bc-btn,
  button.bc-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
  .btn--group {
    margin: 0;
  }
  .btn--group .btn {
    margin: 10px;
  }

  #header .chevron {
    display: none;
  }

  .bc-shortcode-product-grid-wrapper div.bc-product-card {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .bc-shortcode-product-grid-wrapper .bc-product__pricing p, .bc-shortcode-product-grid-wrapper .bc-product__pricing span {
    font-size: 50px;
  }

  .components blockquote,
  .components blockquote p {
    font-size: 22px;
  }

  #header .logo {
    width: 170px;
  }
  .header--primary-menu--items > li > a {
    font-size: 16px;
  }
  .header--secondary-menu--items > li > a {
    border-right: none;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  h1 { font-size: 42px; }
  h2, .bc-product-single__meta .bc-product__title { font-size: 34px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  p, ol li, ul li { font-size: 14px; }

  th {
    font-size: 12px;
  }
  td {
    font-size: 14px;
  }

  .flex { display: block; }
  .flex--always { display: flex; }
  .width--25 { width: 100%; }
  .width--33 { width: 100%; }
  .width--40 { width: 100%; }
  .width--50 { width: 100%; }
  .width--60 { width: 100%; }
  .width--66 { width: 100%; }

  .components--generic .container > div {
    margin: 0 auto 40px;
    width: 80%;
  }
  .components--call-to-action .btn {
    width: 100%;
    margin-bottom: 10px;
  }
    .components--call-to-action .btn:last-child {
      margin-bottom: 0px;
    }
  .components--callout .callout--image,
  .components--callout .callout--content {
    margin-bottom: 40px;
  }
    .components--callout .callout--image:last-child,
    .components--callout .callout--content:last-child {
      margin-bottom: 0px;
    }

  .bc-shortcode-product-grid-wrapper div.bc-product-card {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 40px;
  }

  .bc-product-card--single .bc-product__gallery {
    order: 1;
  }
  .bc-product-gallery__images {
    margin: 0 auto !important;
  }

  .carrus-form-group {
    margin: 0 0 20px;
  }

  .components--form--form {
    margin: 40px 0 0;
    width: 100%;
  }

  .professions--hero--content,
  .professions--hero--search {
    width: 90%;
  }

  select.filter {
    width: 100%;
    margin: 0 0 10px;
  }

  .accreditation-category--list,
  .accreditation--post-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .accreditation-category--list {
    display: none;
  }
  .accreditation-category--select {
    display: block;
    margin: 20px 0;
  }
    .accreditation-category--select select {
      height: 52px;
      font-size: 22px;
      width: calc(100% - 30px);
      margin: 20px auto;
      display: block;
    }
  .components--category-list--item {
    font-size: 24px;
    height: auto;
    line-height: 1em;
    margin: 5px 0;
    width: auto;
    padding: 17px 5px;
  }
  .articles--hero--right,
  .articles--hero--left {
    padding: 0;
  }
  .articles--hero--description {
    margin-bottom: 0;
  }
  .articles--hero--search-description {
    margin-top: 20px;
  }
  .components--post-grid {
    margin: 0 auto;
  }
    .components--post-grid--item {
      padding: 0px 10px;
    }
    .components--post-grid--item .btn {
      margin-top: 10px;
    }

  body {
    padding-top: 80px;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #header .logo {
    width: 240px;
  }
  .header--menus {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 20px 0;
    z-index: 10;
    opacity: 0;
    transform: translateY(-200%);
    transition: opacity .2s;
  }
    .header--menus .cart-link {
      display: none !important;
    }
    .header--menus.show {
      opacity: 1;
      transform: translateY(0%);
      transition: opacity .2s;
    }
  .header--menus--toggle {
    display: flex;
    align-items: center;
  }
  .header--primary-menu--items > li > a,
  .header--secondary-menu--items > li > a {
    margin: 20px;
    display: block;
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  #header--primary-menu > ul > li {
    padding: 0;
  }
  #header--primary-menu .sub-menu {
    position: relative;
    transform: none;
    display: block;
    width: auto;
    padding: 0px 40px 20px;
  }
    .footer--primary-menu--items > li {
      margin: 0 0 40px 0;
      text-align: center;
    }
    #footer .logo {
      margin: 0 auto 40px;
    }
  #footer--bottom {
    text-align: center;
  }
  #footer--secondary-menu {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  #footer--logo-mark {
    background-position: center !important;
  }
  #footer--copyright {
    text-align: center;
  }
  .footer--secondary-menu--items li {
    border-left: none;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
  }

}
