@import url("../fonts/fontello/css/fontello.css");
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

::-webkit-input-placeholder {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  color: #1e1e1e;
  opacity: 1.0; }

:-moz-placeholder {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  color: #1e1e1e;
  opacity: 1.0; }

::-moz-placeholder {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  color: #1e1e1e;
  opacity: 1.0; }

:-ms-input-placeholder {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  color: #1e1e1e;
  opacity: 1.0; }

::-ms-input-placeholder {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  color: #1e1e1e;
  opacity: 1.0; }

::placeholder {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  color: #1e1e1e;
  opacity: 1.0; }

html {
  font-size: 100%;
  scroll-behavior: smooth; }

body {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Algebra Web", "Georgia", serif;
  color: #1e1e1e;
  background-color: #fff; }
  @media (max-width: 1024px) {
    body {
      font-size: 16px;
      font-size: 1rem; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor; }

section#primary {
  width: 100%;
  padding: 0;
  float: none; }

ul li,
ol li {
  margin-bottom: 0.25em;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }
  ul li:last-of-type,
  ol li:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 1024px) {
    ul li,
    ol li {
      font-size: 16px;
      font-size: 1rem; } }

ul li {
  list-style-type: none; }

li:first-child {
  margin-top: 0; }

li:last-child {
  margin-bottom: 0; }

a {
  color: #1e1e1e;
  cursor: pointer;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s; }
  a:hover, a:active, a:visited {
    text-decoration: none;
    border-bottom-color: transparent; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Algebra Web", "Georgia", serif;
  margin: 0 0 0.5em 0;
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 24px;
      font-size: 1.5rem; } }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    border-bottom-color: transparent; }

p {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (max-width: 1024px) {
    p {
      font-size: 16px;
      font-size: 1rem; } }

.hentry {
  margin: 0; }

input.disabled, input.disabled:hover {
  cursor: default;
  color: #999 !important;
  background-color: #eee !important; }

input.fc-ajax-loading-small {
  background-image: url("//wordpress.foundationcenter.org/wp-content/themes/wp-content/themes/fc-default/images/loading_small.gif") !important;
  background-repeat: no-repeat !important;
  background-position: 95% !important; }

a.btn.expand-more {
  background-color: transparent;
  padding: 0;
  min-height: 0; }
  a.btn.expand-more:hover {
    background: #febe10; }

a.btn,
a.button,
.btn,
.btn-blue,
.btn-teal,
.btn-green,
.btn-white,
.btn-orange-border,
.btn-wrapper > a {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    a.btn,
    a.button,
    .btn,
    .btn-blue,
    .btn-teal,
    .btn-green,
    .btn-white,
    .btn-orange-border,
    .btn-wrapper > a {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    a.btn,
    a.button,
    .btn,
    .btn-blue,
    .btn-teal,
    .btn-green,
    .btn-white,
    .btn-orange-border,
    .btn-wrapper > a {
      font-size: 16px;
      font-size: 1rem; } }
  a.btn:hover,
  a.button:hover,
  .btn:hover,
  .btn-blue:hover,
  .btn-teal:hover,
  .btn-green:hover,
  .btn-white:hover,
  .btn-orange-border:hover,
  .btn-wrapper > a:hover {
    background-color: #f7941e; }

form {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  form label {
    display: block; }

input[type="submit"],
input[type="button"],
input[type="reset"],
button,
form button,
form input[type="button"],
form input[type="submit"] {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e;
  margin: 0; }
  @media (max-width: 1024px) {
    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    button,
    form button,
    form input[type="button"],
    form input[type="submit"] {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    button,
    form button,
    form input[type="button"],
    form input[type="submit"] {
      font-size: 16px;
      font-size: 1rem; } }
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  button:hover,
  form button:hover,
  form input[type="button"]:hover,
  form input[type="submit"]:hover {
    background-color: #f7941e; }
  input[type="submit"][disabled="disabled"],
  input[type="button"][disabled="disabled"],
  input[type="reset"][disabled="disabled"],
  button[disabled="disabled"],
  form button[disabled="disabled"],
  form input[type="button"][disabled="disabled"],
  form input[type="submit"][disabled="disabled"] {
    background-color: #f0ece9; }
    input[type="submit"][disabled="disabled"]:hover,
    input[type="button"][disabled="disabled"]:hover,
    input[type="reset"][disabled="disabled"]:hover,
    button[disabled="disabled"]:hover,
    form button[disabled="disabled"]:hover,
    form input[type="button"][disabled="disabled"]:hover,
    form input[type="submit"][disabled="disabled"]:hover {
      cursor: default;
      opacity: 1;
      background-color: #f0ece9; }

input[type="text"],
input[type="search"],
input[type="password"],
input.ninja-forms-field,
select {
  background: #f0ece9;
  border: 1px solid transparent;
  border-bottom-color: #000;
  border-radius: 0;
  padding: 0.5em;
  height: 2.813rem;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  @media (max-width: 1024px) {
    input[type="text"],
    input[type="search"],
    input[type="password"],
    input.ninja-forms-field,
    select {
      height: 2.5rem; } }
  input[type="text"]::placeholder,
  input[type="search"]::placeholder,
  input[type="password"]::placeholder,
  input.ninja-forms-field::placeholder,
  select::placeholder {
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    color: #1e1e1e;
    opacity: 1.0; }
  input[type="text"]:focus::placeholder,
  input[type="search"]:focus::placeholder,
  input[type="password"]:focus::placeholder,
  input.ninja-forms-field:focus::placeholder,
  select:focus::placeholder {
    opacity: .5; }

input[type=checkbox] + label,
input[type=radio] + label {
  line-height: 1.25; }
  input[type=checkbox] + label::before,
  input[type=radio] + label::before {
    font-family: "Material Icons Sharp";
    line-height: 1; }

.gray-bg {
  background: #f0ece9;
  border-top: none; }
  .gray-bg + section, #lp-wrapper > .gray-bg, #lp-wrapper > .gray-bg + section {
    border-top: none; }

.black-bg {
  background: #000;
  color: #fff;
  border-top: none; }
  .black-bg .btn {
    background: #febe10;
    color: #1e1e1e; }
    .black-bg .btn:hover {
      background-color: #f7941e; }
  .black-bg + section, #lp-wrapper > .black-bg, #lp-wrapper > .black-bg + section {
    border-top: none; }

.gold-bg {
  background: #febe10;
  color: #1e1e1e;
  border-top: none; }
  .gold-bg .btn {
    background: #000;
    color: #fff; }
    .gold-bg .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  .gold-bg + section, #lp-wrapper > .gold-bg, #lp-wrapper > .gold-bg + section {
    border-top: none; }

blockquote {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    blockquote {
      font-size: 18px;
      font-size: 1.125rem; } }

.tag {
  display: inline-block;
  margin: 0 .25em .25em 0; }
  .tag a {
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

.subtitle {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

/* Icons */
.fa {
  width: 1.5em;
  text-align: center; }

[class*=" icon-"],
[class^="icon-"] {
  font-family: "fontello";
  display: block;
  /*font-size: 5em;*/
  height: 1em;
  color: #f7941e;
  vertical-align: top;
  margin-bottom: 0.35em; }
  [class*=" icon-"]::before,
  [class^="icon-"]::before {
    margin: 0;
    text-align: center;
    font-family: "fontello"; }

.sprite {
  background-image: url("../images/sprite.svg?ver=05022019");
  background-repeat: no-repeat;
  background-size: 10em 47em;
  background-position: 0.15em -12.025em;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 6em; }
  .sprite.sprite-icon-stairs {
    background-position: 0.15em -12.025em; }
  .sprite.sprite-icon-directions {
    background-position: -0.85em -12.025em; }
  .sprite.sprite-icon-network {
    background-position: -1.85em -12.025em; }
  .sprite.sprite-icon-globe-people {
    background-position: -2.85em -12.025em; }
  .sprite.sprite-icon-group-webinar {
    background-position: -3.85em -12.025em; }
  .sprite.sprite-icon-ruler-pencil {
    background-position: -4.85em -12.025em; }
  .sprite.sprite-icon-map-marker {
    background-position: -5.85em -12.025em; }
  .sprite.sprite-icon-education {
    background-position: -6.85em -12.025em; }
  .sprite.sprite-icon-question-answered {
    background-position: -7.85em -12.025em; }
  .sprite.sprite-icon-around-world {
    background-position: -8.85em -12.025em; }
  .sprite.sprite-icon-q-and-a {
    background-position: 0.05em -13em; }
  .sprite.sprite-icon-computer {
    background-position: -0.95em -13em; }
  .sprite.sprite-icon-envelope {
    background-position: -1.95em -13em; }
  .sprite.sprite-icon-cfre {
    background-position: 0.15em -9em;
    width: 2.75em;
    height: 3em;
    font-size: 2.5em;
    float: left;
    margin-right: 0.25em; }
  .sprite.sprite-icon-fclogo {
    background-image: url("https://cdn.candid.org/images/candid-logo/candid-logo.svg");
    background-repeat: no-repeat;
    background-size: 22.500em 4.917em;
    width: 23em;
    height: 6em;
    display: block;
    text-indent: -9999px;
    font-size: 1em;
    background-size: 4em 2em;
    width: 2em;
    background-position: -2.125em;
    height: 1em; }

.screen-reader-text {
  display: none; }

.illustration {
  background-image: url("../images/training/training-sprite.png");
  background-repeat: no-repeat;
  background-size: 4.750em 47.222em;
  width: 5em;
  display: block;
  font-size: .8em; }
  .illustration.knowledge-base {
    height: 5.5em; }
  .illustration.podcast {
    background-position: 0 -7.25em;
    height: 5.75em; }
  .illustration.self-paced-learning {
    background-position: 0 -16em;
    height: 6em; }
  .illustration.video {
    background-position: 0 -25em;
    height: 5em; }
  .illustration.webinar {
    background-position: 0 -33em;
    height: 6em; }
  .illustration.virtual-workshop {
    background-position: 0 -33em;
    height: 6em; }
  .illustration.in-person {
    background-position: 0 -41.75em;
    height: 5.5em; }

.error {
  color: red;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }

.special-event-label,
.staff-pick-label {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
  color: #fff;
  background-color: #000;
  padding: .25em .75em;
  position: relative;
  display: inline-block; }

#nav-multisite .trigger-container,
#nav-multisite .ms-content,
#nav-multisite .container {
  max-width: 1280px !important; }

/*---------------------------------
          PAGE LAYOUT
-----------------------------------*/
.site-container,
#header-wrapper,
#primary #content > article .entry-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding-left: 2.5em;
  padding-right: 2.5em; }
  .site-container:after,
  #header-wrapper:after,
  #primary #content > article .entry-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 768px) {
    .site-container,
    #header-wrapper,
    #primary #content > article .entry-content {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (max-width: 480px) {
    .site-container,
    #header-wrapper,
    #primary #content > article .entry-content {
      padding-left: 1em;
      padding-right: 1em; } }

.site-container,
#primary #content > article .entry-content {
  padding-top: 3.125em;
  padding-bottom: 3.125em; }
  @media (max-width: 768px) {
    .site-container,
    #primary #content > article .entry-content {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (max-width: 480px) {
    .site-container,
    #primary #content > article .entry-content {
      padding-top: 2em;
      padding-bottom: 2em; } }

#main-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#content {
  position: relative; }

.page-template-default #primary #content > article .entry-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  float: none; }
  .page-template-default #primary #content > article .entry-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .page-template-default #primary #content > article .entry-content > div {
    width: 80%; }
    @media (max-width: 768px) {
      .page-template-default #primary #content > article .entry-content > div {
        width: 100%; } }

#column-right {
  width: 39%;
  float: right;
  position: relative;
  top: -4.5em; }

#column-left {
  width: 58%;
  float: left; }
  #primary .site-container #column-left > section:first-of-type {
    padding-top: 0; }

/*.column-right-half {
	width: 48%;
	float: right;
}
.column-left-half {
	width: 48%;
	float: left;
}*/
/*LIST TYPES*/
ul.col-two-alternate > li,
ul.col-two > li,
ul.col-three > li,
ul.col-four > li,
ul.block-listing > li {
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  ul.col-two-alternate > li:before,
  ul.col-two > li:before,
  ul.col-three > li:before,
  ul.col-four > li:before,
  ul.block-listing > li:before {
    content: none; }
  ul.col-two-alternate > li h1,
  ul.col-two-alternate > li h2,
  ul.col-two-alternate > li h3,
  ul.col-two-alternate > li h4,
  ul.col-two-alternate > li h5,
  ul.col-two-alternate > li h6,
  ul.col-two > li h1,
  ul.col-two > li h2,
  ul.col-two > li h3,
  ul.col-two > li h4,
  ul.col-two > li h5,
  ul.col-two > li h6,
  ul.col-three > li h1,
  ul.col-three > li h2,
  ul.col-three > li h3,
  ul.col-three > li h4,
  ul.col-three > li h5,
  ul.col-three > li h6,
  ul.col-four > li h1,
  ul.col-four > li h2,
  ul.col-four > li h3,
  ul.col-four > li h4,
  ul.col-four > li h5,
  ul.col-four > li h6,
  ul.block-listing > li h1,
  ul.block-listing > li h2,
  ul.block-listing > li h3,
  ul.block-listing > li h4,
  ul.block-listing > li h5,
  ul.block-listing > li h6 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      ul.col-two-alternate > li h1,
      ul.col-two-alternate > li h2,
      ul.col-two-alternate > li h3,
      ul.col-two-alternate > li h4,
      ul.col-two-alternate > li h5,
      ul.col-two-alternate > li h6,
      ul.col-two > li h1,
      ul.col-two > li h2,
      ul.col-two > li h3,
      ul.col-two > li h4,
      ul.col-two > li h5,
      ul.col-two > li h6,
      ul.col-three > li h1,
      ul.col-three > li h2,
      ul.col-three > li h3,
      ul.col-three > li h4,
      ul.col-three > li h5,
      ul.col-three > li h6,
      ul.col-four > li h1,
      ul.col-four > li h2,
      ul.col-four > li h3,
      ul.col-four > li h4,
      ul.col-four > li h5,
      ul.col-four > li h6,
      ul.block-listing > li h1,
      ul.block-listing > li h2,
      ul.block-listing > li h3,
      ul.block-listing > li h4,
      ul.block-listing > li h5,
      ul.block-listing > li h6 {
        font-size: 18px;
        font-size: 1.125rem; } }
ul.col-two-alternate h1,
ul.col-two-alternate h2,
ul.col-two-alternate h3,
ul.col-two-alternate h4,
ul.col-two-alternate h5,
ul.col-two-alternate h6,
ul.col-two h1,
ul.col-two h2,
ul.col-two h3,
ul.col-two h4,
ul.col-two h5,
ul.col-two h6,
ul.col-three h1,
ul.col-three h2,
ul.col-three h3,
ul.col-three h4,
ul.col-three h5,
ul.col-three h6,
ul.col-four h1,
ul.col-four h2,
ul.col-four h3,
ul.col-four h4,
ul.col-four h5,
ul.col-four h6,
ul.block-listing h1,
ul.block-listing h2,
ul.block-listing h3,
ul.block-listing h4,
ul.block-listing h5,
ul.block-listing h6 {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    ul.col-two-alternate h1,
    ul.col-two-alternate h2,
    ul.col-two-alternate h3,
    ul.col-two-alternate h4,
    ul.col-two-alternate h5,
    ul.col-two-alternate h6,
    ul.col-two h1,
    ul.col-two h2,
    ul.col-two h3,
    ul.col-two h4,
    ul.col-two h5,
    ul.col-two h6,
    ul.col-three h1,
    ul.col-three h2,
    ul.col-three h3,
    ul.col-three h4,
    ul.col-three h5,
    ul.col-three h6,
    ul.col-four h1,
    ul.col-four h2,
    ul.col-four h3,
    ul.col-four h4,
    ul.col-four h5,
    ul.col-four h6,
    ul.block-listing h1,
    ul.block-listing h2,
    ul.block-listing h3,
    ul.block-listing h4,
    ul.block-listing h5,
    ul.block-listing h6 {
      font-size: 24px;
      font-size: 1.5rem; } }

/*COLUMN LISTS - NOW ALL THREE COLUMNS*/
ul.col-two-alternate,
ul.col-two,
ul.col-three,
ul.col-four {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  width: 100%; }
  ul.col-two-alternate > li,
  ul.col-two > li,
  ul.col-three > li,
  ul.col-four > li {
    list-style-type: none;
    display: block;
    padding: 2em 0 0;
    width: calc(33.333% - 1.333rem);
    margin: 0 2rem 0 0; }
    ul.col-two-alternate > li:nth-child(3n),
    ul.col-two > li:nth-child(3n),
    ul.col-three > li:nth-child(3n),
    ul.col-four > li:nth-child(3n) {
      margin-right: 0; }
    ul.col-two-alternate > li > a:not(.btn),
    ul.col-two-alternate > li article > a:not(.btn),
    ul.col-two > li > a:not(.btn),
    ul.col-two > li article > a:not(.btn),
    ul.col-three > li > a:not(.btn),
    ul.col-three > li article > a:not(.btn),
    ul.col-four > li > a:not(.btn),
    ul.col-four > li article > a:not(.btn) {
      display: block; }
    ul.col-two-alternate > li:last-child,
    ul.col-two > li:last-child,
    ul.col-three > li:last-child,
    ul.col-four > li:last-child {
      margin-right: 0; }
  ul.col-two-alternate p.image,
  ul.col-two p.image,
  ul.col-three p.image,
  ul.col-four p.image {
    margin-bottom: .5em; }
  @media (max-width: 1024px) {
    ul.col-two-alternate > li,
    ul.col-two > li,
    ul.col-three > li,
    ul.col-four > li {
      width: 40%; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    ul.col-two-alternate > li,
    ul.col-two > li,
    ul.col-three > li,
    ul.col-four > li {
      width: 100%; } }
  @media (max-width: 1024px) {
      ul.col-two-alternate > li:nth-child(3n),
      ul.col-two > li:nth-child(3n),
      ul.col-three > li:nth-child(3n),
      ul.col-four > li:nth-child(3n) {
        margin-right: 2rem; }
      ul.col-two-alternate > li:nth-child(2n),
      ul.col-two > li:nth-child(2n),
      ul.col-three > li:nth-child(2n),
      ul.col-four > li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    ul.col-two-alternate,
    ul.col-two,
    ul.col-three,
    ul.col-four {
      float: none;
      display: block; }
      ul.col-two-alternate > li:nth-child(3n),
      ul.col-two > li:nth-child(3n),
      ul.col-three > li:nth-child(3n),
      ul.col-four > li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 600px) {
    ul.col-two-alternate + a.btn,
    ul.col-two + a.btn,
    ul.col-three + a.btn,
    ul.col-four + a.btn {
      margin-top: 1em; } }

/*LISTS WITH COLUMN COUNTS*/
ul.half-list {
  column-count: 2;
  column-gap: 2em; }

ul.third-list {
  column-count: 3;
  column-gap: 3em; }

ul.half-list,
ul.third-list {
  margin-bottom: 0; }
  ul.half-list > li h1,
  ul.half-list > li h2,
  ul.half-list > li h3,
  ul.half-list > li h4,
  ul.half-list > li h5,
  ul.half-list > li h6,
  ul.third-list > li h1,
  ul.third-list > li h2,
  ul.third-list > li h3,
  ul.third-list > li h4,
  ul.third-list > li h5,
  ul.third-list > li h6 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      ul.half-list > li h1,
      ul.half-list > li h2,
      ul.half-list > li h3,
      ul.half-list > li h4,
      ul.half-list > li h5,
      ul.half-list > li h6,
      ul.third-list > li h1,
      ul.third-list > li h2,
      ul.third-list > li h3,
      ul.third-list > li h4,
      ul.third-list > li h5,
      ul.third-list > li h6 {
        font-size: 18px;
        font-size: 1.125rem; } }
  ul.half-list li,
  ul.third-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 2em; }
    ul.half-list li > *,
    ul.third-list li > * {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
  @media (max-width: 1024px) {
    ul.half-list,
    ul.third-list {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      margin-top: 1em;
      margin-bottom: 1.5em; } }
  @media (max-width: 768px) {
    ul.half-list,
    ul.third-list {
      column-count: 1;
      margin-bottom: 0; }
      ul.half-list li,
      ul.third-list li {
        margin-bottom: 0; } }

/*LIST WITH TWO COLUMNS AS BLOCKS*/
ul.block-listing {
  display: flex;
  flex-wrap: wrap;
  width: 80%; }
  @media (max-width: 768px) {
    ul.block-listing {
      width: 100%; } }
  ul.block-listing > li {
    width: calc(50% - 1rem);
    margin-right: 2rem;
    margin-bottom: 2em; }
    @media (max-width: 1024px) {
      ul.block-listing > li {
        width: 100%; } }
    ul.block-listing > li:last-child, ul.block-listing > li:nth-last-child(2) {
      margin-bottom: 0; }
    ul.block-listing > li:nth-child(even) {
      margin-right: 0; }
  ul.block-listing .meta-info {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  @media (max-width: 1024px) {
    ul.block-listing > li {
      padding-right: 0;
      margin-right: 0; }
      ul.block-listing > li:nth-last-child(2) {
        margin-bottom: 2em; } }

/*LIST WITH FULL WIDTH ITEMS*/
ul.full-width li {
  border-bottom: 1px dotted #000;
  padding: 2em 0;
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%; }
  ul.full-width li:before {
    content: none; }
  ul.full-width li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }

/*IMAGES IN LISTS*/
/*RECTANGLE IMAGES*/
.block-image {
  display: block;
  background-size: cover;
  width: 100%;
  height: 10em;
  background-position: 50%;
  margin-bottom: 1em;
  filter: grayscale(100%); }

/*SQUARE IMAGES*/
.tile-image {
  display: block;
  width: calc(100% + 3.5em);
  margin: -1.75em 0 1.75em -1.75em; }
  .tile-image img {
    width: 100%; }

/*PAGE HEADER*/
.entry-header,
.page-header {
  background: #febe10;
  color: #1e1e1e;
  border-top: none;
  position: relative;
  background-image: none !important;
  /*.btn,*/ }
  .entry-header .btn,
  .page-header .btn {
    background: #000;
    color: #fff; }
    .entry-header .btn:hover,
    .page-header .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  .entry-header + section, #lp-wrapper > .entry-header, #lp-wrapper > .entry-header + section,
  .page-header + section, #lp-wrapper >
  .page-header, #lp-wrapper >
  .page-header + section {
    border-top: none; }
  .entry-header .site-container,
  .page-header .site-container {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    padding-bottom: 5em; }
    @media (max-width: 768px) {
      .entry-header .site-container,
      .page-header .site-container {
        padding-top: 1.5em;
        padding-bottom: 1.5em; } }
    @media (max-width: 1024px) {
      .entry-header .site-container,
      .page-header .site-container {
        padding-bottom: 4em; } }
    @media (max-width: 768px) {
      .entry-header .site-container,
      .page-header .site-container {
        padding-bottom: 3em; } }
    @media (max-width: 480px) {
      .entry-header .site-container,
      .page-header .site-container {
        padding-bottom: 2em; } }
  .entry-header #breadcrumb-wrap,
  .page-header #breadcrumb-wrap {
    width: 100%; }
  .entry-header p#breadcrumbs,
  .page-header p#breadcrumbs {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    max-width: 100%;
    margin: 0; }
    .entry-header p#breadcrumbs a:hover,
    .page-header p#breadcrumbs a:hover {
      background-color: #000;
      color: #fff; }
  .entry-header .heading,
  .page-header .heading {
    margin-top: 3em; }
    @media (max-width: 1024px) {
      .entry-header .heading,
      .page-header .heading {
        margin-top: 2em; } }
    @media (max-width: 768px) {
      .entry-header .heading,
      .page-header .heading {
        margin-top: 1em; } }
    @media (max-width: 480px) {
      .entry-header .heading,
      .page-header .heading {
        margin-top: 0; } }
  .entry-header h1.entry-title,
  .entry-header h1.page-title,
  .entry-header p,
  .page-header h1.entry-title,
  .page-header h1.page-title,
  .page-header p {
    max-width: 75%; }
  .entry-header h1.entry-title,
  .entry-header h1.page-title,
  .page-header h1.entry-title,
  .page-header h1.page-title {
    line-height: 1.333;
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .entry-header h1.entry-title,
      .entry-header h1.page-title,
      .page-header h1.entry-title,
      .page-header h1.page-title {
        font-size: 48px;
        font-size: 3rem; } }
    @media (max-width: 768px) {
      .entry-header h1.entry-title,
      .entry-header h1.page-title,
      .page-header h1.entry-title,
      .page-header h1.page-title {
        font-size: 42px;
        font-size: 2.625rem; } }
    @media (max-width: 600px) {
      .entry-header h1.entry-title,
      .entry-header h1.page-title,
      .page-header h1.entry-title,
      .page-header h1.page-title {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media (max-width: 480px) {
      .entry-header h1.entry-title,
      .entry-header h1.page-title,
      .page-header h1.entry-title,
      .page-header h1.page-title {
        font-size: 32px;
        font-size: 2rem; } }
    .entry-header h1.entry-title + p,
    .entry-header h1.page-title + p,
    .page-header h1.entry-title + p,
    .page-header h1.page-title + p {
      margin-top: .75em; }
  .entry-header p,
  .page-header p {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .entry-header p,
      .page-header p {
        font-size: 18px;
        font-size: 1.125rem; } }
    .entry-header p + p,
    .page-header p + p {
      margin-top: 1em; }
  .entry-header .training-subheading,
  .page-header .training-subheading {
    margin-bottom: .5em; }
    .entry-header .training-subheading span,
    .page-header .training-subheading span {
      display: inline-block;
      vertical-align: bottom; }
      .entry-header .training-subheading span + span,
      .page-header .training-subheading span + span {
        margin-left: .25em; }
  .entry-header .training-type,
  .page-header .training-type {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25; }
    @media (max-width: 1024px) {
      .entry-header .training-type,
      .page-header .training-type {
        font-size: 18px;
        font-size: 1.125rem; } }
  .entry-header .btn-blue,
  .entry-header .btn-teal,
  .entry-header .btn-green,
  .entry-header .btn-white,
  .entry-header .btn-orange-border,
  .page-header .btn-blue,
  .page-header .btn-teal,
  .page-header .btn-green,
  .page-header .btn-white,
  .page-header .btn-orange-border {
    background: #000;
    color: #fff; }
    .entry-header .btn-blue:hover,
    .entry-header .btn-teal:hover,
    .entry-header .btn-green:hover,
    .entry-header .btn-white:hover,
    .entry-header .btn-orange-border:hover,
    .page-header .btn-blue:hover,
    .page-header .btn-teal:hover,
    .page-header .btn-green:hover,
    .page-header .btn-white:hover,
    .page-header .btn-orange-border:hover {
      background-color: #fff;
      color: #1e1e1e; }

#content > article.post > header.entry-header {
  background: transparent;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  padding-left: 2.5em;
  padding-right: 2.5em; }
  #content > article.post > header.entry-header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 768px) {
    #content > article.post > header.entry-header {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (max-width: 480px) {
    #content > article.post > header.entry-header {
      padding-top: 2em;
      padding-bottom: 2em; } }
  @media (max-width: 768px) {
    #content > article.post > header.entry-header {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (max-width: 480px) {
    #content > article.post > header.entry-header {
      padding-left: 1em;
      padding-right: 1em; } }

/*PRIMARY SECTIONS*/
#primary .site-container section {
  border-bottom: 1px solid #CCC2C0;
  padding-top: 3.125em;
  padding-bottom: 3.125em; }
  @media (max-width: 768px) {
    #primary .site-container section {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (max-width: 480px) {
    #primary .site-container section {
      padding-top: 2em;
      padding-bottom: 2em; } }
  #primary .site-container section h1, #primary .site-container section h2 {
    line-height: 1.333;
    font-size: 48px;
    font-size: 3rem; }
    @media (max-width: 1024px) {
      #primary .site-container section h1, #primary .site-container section h2 {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media (max-width: 768px) {
      #primary .site-container section h1, #primary .site-container section h2 {
        font-size: 32px;
        font-size: 2rem; } }
    @media (max-width: 600px) {
      #primary .site-container section h1, #primary .site-container section h2 {
        font-size: 26px;
        font-size: 1.625rem; } }
  #primary .site-container section > *:last-child {
    margin-bottom: 0; }
  #primary .site-container section:last-of-type {
    border-bottom: none; }
#primary #lp-wrapper h1:first-of-type {
  line-height: 1.333;
  font-size: 48px;
  font-size: 3rem; }
  @media (max-width: 1024px) {
    #primary #lp-wrapper h1:first-of-type {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (max-width: 768px) {
    #primary #lp-wrapper h1:first-of-type {
      font-size: 32px;
      font-size: 2rem; } }
  @media (max-width: 600px) {
    #primary #lp-wrapper h1:first-of-type {
      font-size: 26px;
      font-size: 1.625rem; } }
#primary #lp-wrapper ul li {
  margin-bottom: 1em; }

/*LANDING PAGES*/
#lp-wrapper > section {
  border-top: 1px solid #f7941e; }
  #lp-wrapper > section:first-of-type {
    border-top: none; }
  #lp-wrapper > section .sprite,
  #lp-wrapper > section [class*=" icon-"], #lp-wrapper > section [class^="icon-"],
  #lp-wrapper > section br {
    display: none; }
  #lp-wrapper > section .panel-page-content ul {
    margin-bottom: 0; }
    #lp-wrapper > section .panel-page-content ul h1,
    #lp-wrapper > section .panel-page-content ul h2,
    #lp-wrapper > section .panel-page-content ul h3,
    #lp-wrapper > section .panel-page-content ul h4,
    #lp-wrapper > section .panel-page-content ul h5,
    #lp-wrapper > section .panel-page-content ul h6 {
      line-height: 1.5;
      font-size: 24px;
      font-size: 1.5rem; }
      @media (max-width: 1024px) {
        #lp-wrapper > section .panel-page-content ul h1,
        #lp-wrapper > section .panel-page-content ul h2,
        #lp-wrapper > section .panel-page-content ul h3,
        #lp-wrapper > section .panel-page-content ul h4,
        #lp-wrapper > section .panel-page-content ul h5,
        #lp-wrapper > section .panel-page-content ul h6 {
          font-size: 18px;
          font-size: 1.125rem; } }
    #lp-wrapper > section .panel-page-content ul a,
    #lp-wrapper > section .panel-page-content ul h1,
    #lp-wrapper > section .panel-page-content ul h2,
    #lp-wrapper > section .panel-page-content ul h3,
    #lp-wrapper > section .panel-page-content ul h4,
    #lp-wrapper > section .panel-page-content ul h5,
    #lp-wrapper > section .panel-page-content ul h6 {
      display: inline-block; }
    #lp-wrapper > section .panel-page-content ul li:last-of-type p:last-of-type {
      margin-bottom: 0; }

.headline-intro {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  display: block; }

ul.tabs-nav {
  display: flex;
  float: none;
  border-bottom: 1px dotted #000;
  width: 100%; }
  ul.tabs-nav > li {
    padding-left: 0;
    margin-bottom: auto;
    list-style-position: inherit;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    position: relative;
    float: none;
    display: flex;
    align-items: center; }
    ul.tabs-nav > li:before {
      content: none; }
    ul.tabs-nav > li > a,
    ul.tabs-nav > li > span {
      color: #1e1e1e;
      display: block;
      border: 1px dotted #000;
      border-color: transparent;
      border-bottom: 0; }
    ul.tabs-nav > li.open > a,
    ul.tabs-nav > li.open > span, ul.tabs-nav > li:hover > a,
    ul.tabs-nav > li:hover > span, ul.tabs-nav > li.active > a,
    ul.tabs-nav > li.active > span {
      background-color: transparent;
      border-color: #000; }
  ul.tabs-nav > li > span,
  ul.tabs-nav > li > a {
    padding: .5em 1em;
    font-weight: 600; }
  ul.tabs-nav > li.active::after, ul.tabs-nav > li:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1000; }
  ul.tabs-nav.dropdown {
    border-top: 0;
    border-left: 0;
    border-right: 0; }
    ul.tabs-nav.dropdown > li.active {
      padding: 0; }
    ul.tabs-nav.dropdown li:hover {
      background-color: transparent; }

.tab > h1 {
  display: none; }

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000; }
  @media (max-width: 1024px) {
    .fixed {
      position: static; } }

.loading {
  clear: both;
  text-align: center;
  font-family: "Algebra Web", "Georgia", serif;
  padding: 1em; }
  .loading:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

/*FANCYBOX*/
.fancybox-lock .fancybox-overlay,
.fancybox-overlay {
  z-index: 100000; }

.fancybox-opened {
  z-index: 100001; }

a.fancybox-close {
  border-bottom: none; }
  a.fancybox-close:hover {
    background-color: transparent; }

.fancybox-skin {
  background: #fff;
  color: #1e1e1e;
  padding: 0 !important; }
  .fancybox-skin p:last-of-type {
    margin-bottom: 0; }

body.iframe .entry-header,
body.iframe .page-header {
  background-color: transparent; }
  body.iframe .entry-header h1.entry-title,
  body.iframe .entry-header h1.page-title,
  body.iframe .page-header h1.entry-title,
  body.iframe .page-header h1.page-title {
    line-height: 1.333;
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 0; }
    @media (max-width: 1024px) {
      body.iframe .entry-header h1.entry-title,
      body.iframe .entry-header h1.page-title,
      body.iframe .page-header h1.entry-title,
      body.iframe .page-header h1.page-title {
        font-size: 24px;
        font-size: 1.5rem; } }
  body.iframe .entry-header h1.entry-title,
  body.iframe .entry-header h1.page-title,
  body.iframe .entry-header p,
  body.iframe .page-header h1.entry-title,
  body.iframe .page-header h1.page-title,
  body.iframe .page-header p {
    max-width: 100%; }
  body.iframe .entry-header .site-container,
  body.iframe .page-header .site-container {
    padding-bottom: 0; }

/*---------------------------------
          HEADER
-----------------------------------*/
#header-wrapper {
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 0; }

h2#site-description {
  display: none; }

h1#site-title {
  margin-bottom: 0;
  font-size: 2rem; }
  h1#site-title a {
    background-image: url("https://cdn.candid.org/images/logos/candid-learning-logo.svg");
    background-repeat: no-repeat;
    background-size: 10.07825em 4.614em;
    width: 10.5em;
    height: 4.75em;
    display: block;
    text-indent: -9999px;
    font-size: 1em;
    background-position: 0 0.1em;
    font-size: .5em; }
    h1#site-title a:hover {
      background-color: transparent; }

div#header-top {
  position: absolute;
  top: 1.25em;
  right: 2.5em;
  width: auto; }
  div#header-top #menu-top-menu {
    display: flex;
    align-items: center; }
    div#header-top #menu-top-menu > li {
      margin-left: .5em; }
      div#header-top #menu-top-menu > li > a {
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem;
        font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
        padding: .25em; }
      div#header-top #menu-top-menu > li#user-dashboard {
        position: relative; }
        div#header-top #menu-top-menu > li#user-dashboard .user-name .fa {
          width: 1em;
          display: inline-block; }
        div#header-top #menu-top-menu > li#user-dashboard .sub-menu {
          padding: 0;
          background: #fff;
          border: 1px solid #000;
          width: 100%;
          min-width: 5em;
          right: 0;
          left: auto; }
          div#header-top #menu-top-menu > li#user-dashboard .sub-menu li {
            display: block; }
            div#header-top #menu-top-menu > li#user-dashboard .sub-menu li a {
              width: 100%;
              padding: 0.5em; }
        div#header-top #menu-top-menu > li#user-dashboard:hover .sub-menu {
          display: block; }
      div#header-top #menu-top-menu > li.twitter a, div#header-top #menu-top-menu > li.rss a {
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
        position: relative;
        width: 1.5em;
        height: 1.5em;
        overflow: hidden;
        text-indent: -9999px;
        line-height: 1; }
        div#header-top #menu-top-menu > li.twitter a::before, div#header-top #menu-top-menu > li.rss a::before {
          font-family: fontawesome;
          display: block;
          z-index: 1;
          width: 1em;
          padding-bottom: 1em; }
      div#header-top #menu-top-menu > li.twitter a:before {
        content: "\f099"; }
      div#header-top #menu-top-menu > li.rss a:before {
        content: "\f09e"; }
      div#header-top #menu-top-menu > li.login a {
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem;
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
        font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
        border: none;
        padding: 0.5em .75em;
        display: flex;
        min-height: 2.5rem;
        align-items: center;
        border-radius: 0;
        margin: 0;
        transition: 0.5s ease;
        background: #fff;
        color: #1e1e1e;
        border: 2px solid #000;
        padding-top: calc(.5em - 2px);
        padding-bottom: calc(.5em - 2px); }
        div#header-top #menu-top-menu > li.login a:hover {
          background-color: #f7941e; }
      div#header-top #menu-top-menu > li.join a {
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem;
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
        font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
        border: none;
        padding: 0.5em .75em;
        display: flex;
        min-height: 2.5rem;
        align-items: center;
        border-radius: 0;
        margin: 0;
        transition: 0.5s ease;
        background: #febe10;
        color: #1e1e1e; }
        div#header-top #menu-top-menu > li.join a:hover {
          background-color: #f7941e; }
      div#header-top #menu-top-menu > li.find-my-training a {
        align-items: center;
        padding: 0.5em 1.5em;
        margin: 0;
        font-family: "Algebra Web", "Georgia", serif;
        border: none;
        line-height: normal;
        white-space: normal;
        display: inline-block;
        border-bottom: none;
        min-height: 2.813rem;
        line-height: 1.5;
        font-size: 18px;
        font-size: 1.125rem;
        -webkit-transition: all ease 0.65s;
        -moz-transition: all ease 0.65s;
        -ms-transition: all ease 0.65s;
        -o-transition: all ease 0.65s;
        transition: all ease 0.65s;
        background: #febe10;
        color: #1e1e1e; }
        @media (max-width: 1024px) {
          div#header-top #menu-top-menu > li.find-my-training a {
            min-height: 2.5rem; } }
        @media (max-width: 1024px) {
          div#header-top #menu-top-menu > li.find-my-training a {
            font-size: 16px;
            font-size: 1rem; } }
        div#header-top #menu-top-menu > li.find-my-training a:hover {
          background-color: #f7941e; }

div#header-bottom {
  width: 100%; }
  div#header-bottom #header-bottom-inner-wrapper {
    display: flex;
    justify-content: space-between; }
  div#header-bottom hgroup.header-text {
    padding-bottom: 1.15em; }

nav#middle-nav {
  align-self: flex-end; }
  nav#middle-nav ul.menu {
    display: flex;
    float: none; }
    nav#middle-nav ul.menu > li {
      padding-left: 0;
      margin-bottom: auto;
      list-style-position: inherit;
      position: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      padding: 0;
      margin: 0;
      position: relative;
      float: none;
      display: flex;
      align-items: center; }
      nav#middle-nav ul.menu > li:before {
        content: none; }
      nav#middle-nav ul.menu > li > a,
      nav#middle-nav ul.menu > li > span {
        color: #1e1e1e;
        display: block;
        border: 1px dotted #000;
        border-color: transparent;
        border-bottom: 0; }
      nav#middle-nav ul.menu > li.open > a,
      nav#middle-nav ul.menu > li.open > span, nav#middle-nav ul.menu > li:hover > a,
      nav#middle-nav ul.menu > li:hover > span, nav#middle-nav ul.menu > li.active > a,
      nav#middle-nav ul.menu > li.active > span {
        background-color: transparent;
        border-color: #000; }
    nav#middle-nav ul.menu > li {
      display: inline-block; }
      nav#middle-nav ul.menu > li > a {
        padding: 1em;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem;
        font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }
      nav#middle-nav ul.menu > li.open > a::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1000; }
      nav#middle-nav ul.menu > li.global-site-search-icon {
        width: 2em;
        text-align: right; }
        nav#middle-nav ul.menu > li.global-site-search-icon::before {
          font-family: "Material Icons Sharp";
          content: "search";
          vertical-align: bottom;
          width: auto;
          height: auto;
          position: relative;
          left: auto;
          top: auto;
          background: transparent;
          padding: .65em 0;
          display: block;
          cursor: pointer;
          font-size: 1.2em; }
        nav#middle-nav ul.menu > li.global-site-search-icon a {
          display: none; }
  nav#middle-nav ul.sub-menu {
    position: absolute;
    z-index: 999;
    min-width: 12em;
    width: auto;
    background-color: #fff;
    padding: .75em 1.25em;
    border: 1px dotted #000; }
    nav#middle-nav ul.sub-menu a {
      margin: 0;
      padding: .1em 0;
      line-height: 1.2;
      width: 100%;
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
    nav#middle-nav ul.sub-menu li {
      margin: 0 0 .5em; }
      nav#middle-nav ul.sub-menu li.menu-item-header label, nav#middle-nav ul.sub-menu li.browse-all {
        display: block; }
        nav#middle-nav ul.sub-menu li.menu-item-header label a, nav#middle-nav ul.sub-menu li.browse-all a {
          font-family: "Algebra Web", "Georgia", serif;
          font-weight: 600;
          line-height: 1.5;
          font-size: 18px;
          font-size: 1.125rem; }
          @media (max-width: 1024px) {
            nav#middle-nav ul.sub-menu li.menu-item-header label a, nav#middle-nav ul.sub-menu li.browse-all a {
              font-size: 16px;
              font-size: 1rem; } }
      nav#middle-nav ul.sub-menu li.menu-item-header label {
        margin: .35em 0 1em; }
    nav#middle-nav ul.sub-menu p {
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      margin-bottom: 0; }
  nav#middle-nav .training ul.sub-menu {
    min-width: 40em;
    left: -12em; }
    nav#middle-nav .training ul.sub-menu ul.training-list {
      display: block;
      position: static;
      width: 100%; }
    nav#middle-nav .training ul.sub-menu li.menu-item-header {
      float: left;
      width: 23%;
      margin-right: 1.5%; }
      nav#middle-nav .training ul.sub-menu li.menu-item-header.for-organizations {
        width: 45%;
        margin: 0 0 0 6%; }
    nav#middle-nav .training ul.sub-menu li.browse-all {
      margin-top: .5em; }
    nav#middle-nav .training ul.sub-menu li.location-near-me {
      display: none; }
    nav#middle-nav .training ul.sub-menu li.location-custom {
      position: relative;
      border-top: 1px dotted #000;
      padding: 1em 0 0; }
      nav#middle-nav .training ul.sub-menu li.location-custom span {
        display: none; }
      nav#middle-nav .training ul.sub-menu li.location-custom form {
        display: flex; }
      nav#middle-nav .training ul.sub-menu li.location-custom input#location-custom {
        width: 20em; }
      nav#middle-nav .training ul.sub-menu li.location-custom input[type="submit"] {
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem;
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
        font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
        border: none;
        padding: 0.5em .75em;
        display: flex;
        min-height: 2.5rem;
        align-items: center;
        border-radius: 0;
        margin: 0;
        transition: 0.5s ease;
        background: #febe10;
        color: #1e1e1e; }
        nav#middle-nav .training ul.sub-menu li.location-custom input[type="submit"]:hover {
          background-color: #f7941e; }
  nav#middle-nav .resources ul.sub-menu {
    min-width: 16em; }

#global-site-search {
  display: none;
  position: absolute;
  right: 0;
  top: 2.5em;
  z-index: 100000;
  width: 30em;
  background-color: #fff; }
  #global-site-search form.search-form {
    width: 93%;
    float: left; }
    #global-site-search form.search-form p,
    #global-site-search form.search-form label {
      display: flex; }
    #global-site-search form.search-form label {
      margin: 0;
      padding: 0;
      flex-grow: 1; }
    #global-site-search form.search-form input[type="search"] {
      width: 100%; }
    #global-site-search form.search-form input[type="submit"] {
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
      border: none;
      padding: 0.5em .75em;
      display: flex;
      min-height: 2.5rem;
      align-items: center;
      border-radius: 0;
      margin: 0;
      transition: 0.5s ease;
      background: #febe10;
      color: #1e1e1e; }
      #global-site-search form.search-form input[type="submit"]:hover {
        background-color: #f7941e; }
  #global-site-search .fa-times {
    float: right;
    display: flex;
    width: 1.25em;
    margin-top: .2em; }
    #global-site-search .fa-times:hover {
      cursor: pointer; }
    #global-site-search .fa-times::before {
      font-family: "Material Icons Sharp";
      content: "close";
      font-size: 1.4em; }

/*CTA BAR*/
section.cta-bar h1,
section.cta-bar h2,
section.cta-bar h3,
section.cta-bar h4,
section.cta-bar h5,
section.cta-bar h6,
section.cta-bar p,
section.cta-bar-black h1,
section.cta-bar-black h2,
section.cta-bar-black h3,
section.cta-bar-black h4,
section.cta-bar-black h5,
section.cta-bar-black h6,
section.cta-bar-black p {
  display: inline-block;
  margin-bottom: .25em;
  margin-right: .25em; }
#primary #lp-wrapper section.cta-bar h1:first-of-type,
section.cta-bar h1,
section.cta-bar p, #primary #lp-wrapper
section.cta-bar-black h1:first-of-type,
section.cta-bar-black h1,
section.cta-bar-black p {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    #primary #lp-wrapper section.cta-bar h1:first-of-type,
    section.cta-bar h1,
    section.cta-bar p, #primary #lp-wrapper
    section.cta-bar-black h1:first-of-type,
    section.cta-bar-black h1,
    section.cta-bar-black p {
      font-size: 18px;
      font-size: 1.125rem; } }
section.cta-bar .site-container,
section.cta-bar-black .site-container {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  @media (max-width: 768px) {
    section.cta-bar .site-container,
    section.cta-bar-black .site-container {
      padding-top: 1.75em;
      padding-bottom: 1.75em; } }

section.cta-bar {
  background: #febe10;
  color: #1e1e1e;
  border-top: none; }
  section.cta-bar .btn {
    background: #000;
    color: #fff; }
    section.cta-bar .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  section.cta-bar + section, #lp-wrapper > section.cta-bar, #lp-wrapper > section.cta-bar + section {
    border-top: none; }
  section.cta-bar a:hover {
    background-color: #000;
    color: #fff; }

section.cta-bar-black {
  background: #000;
  color: #fff;
  border-top: none; }
  section.cta-bar-black .btn {
    background: #febe10;
    color: #1e1e1e; }
    section.cta-bar-black .btn:hover {
      background-color: #f7941e; }
  section.cta-bar-black + section, #lp-wrapper > section.cta-bar-black, #lp-wrapper > section.cta-bar-black + section {
    border-top: none; }
  section.cta-bar-black a {
    color: #fff;
    border-bottom-color: #fff; }
    section.cta-bar-black a:hover {
      color: #1e1e1e;
      border-bottom-color: #febe10; }

/*NINJA FORMS*/
.ninja-form .nf-form-fields-required {
  display: none; }
.ninja-form .nf-field-element input.ninja-forms-field[type="button"], .ninja-form .nf-field-element input.ninja-forms-field.btn,
.ninja-form .nf-field-element textarea[type="button"],
.ninja-form .nf-field-element textarea.btn {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e;
  height: 2.813rem; }
  @media (max-width: 1024px) {
    .ninja-form .nf-field-element input.ninja-forms-field[type="button"], .ninja-form .nf-field-element input.ninja-forms-field.btn,
    .ninja-form .nf-field-element textarea[type="button"],
    .ninja-form .nf-field-element textarea.btn {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    .ninja-form .nf-field-element input.ninja-forms-field[type="button"], .ninja-form .nf-field-element input.ninja-forms-field.btn,
    .ninja-form .nf-field-element textarea[type="button"],
    .ninja-form .nf-field-element textarea.btn {
      font-size: 16px;
      font-size: 1rem; } }
  .ninja-form .nf-field-element input.ninja-forms-field[type="button"]:hover, .ninja-form .nf-field-element input.ninja-forms-field.btn:hover,
  .ninja-form .nf-field-element textarea[type="button"]:hover,
  .ninja-form .nf-field-element textarea.btn:hover {
    background-color: #f7941e; }
  @media (max-width: 1024px) {
    .ninja-form .nf-field-element input.ninja-forms-field[type="button"], .ninja-form .nf-field-element input.ninja-forms-field.btn,
    .ninja-form .nf-field-element textarea[type="button"],
    .ninja-form .nf-field-element textarea.btn {
      height: 2.5rem; } }
.ninja-form .nf-field-element input[type="email"],
.ninja-form .nf-field-element input[type="tel"],
.ninja-form .nf-field-element input[type="password"],
.ninja-form .nf-field-element input[type="text"] {
  height: 2.813rem; }
  @media (max-width: 1024px) {
    .ninja-form .nf-field-element input[type="email"],
    .ninja-form .nf-field-element input[type="tel"],
    .ninja-form .nf-field-element input[type="password"],
    .ninja-form .nf-field-element input[type="text"] {
      height: 2.5rem; } }
.ninja-form .nf-error-msg {
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
  position: relative; }
.ninja-form .nf-after-form-content input[type="text"] {
  background: transparent;
  border: none;
  color: inherit;
  display: inline;
  padding: 0; }

/*NEWSLETTER SIGNUP*/
#newsletter-signup {
  background: #000;
  color: #fff;
  border-top: none; }
  #newsletter-signup .btn {
    background: #febe10;
    color: #1e1e1e; }
    #newsletter-signup .btn:hover {
      background-color: #f7941e; }
  #newsletter-signup + section, #lp-wrapper > #newsletter-signup, #lp-wrapper > #newsletter-signup + section {
    border-top: none; }
  #newsletter-signup .site-container {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (max-width: 768px) {
      #newsletter-signup .site-container {
        padding-top: 1.75em;
        padding-bottom: 1.75em; } }
  #newsletter-signup .nf-form-cont,
  #newsletter-signup nf-fields-wrap {
    display: flex; }
  #newsletter-signup nf-fields-wrap nf-field:first-of-type {
    width: 28em; }
  #newsletter-signup nf-fields-wrap nf-field:last-of-type {
    margin-top: 1.5rem; }
  #newsletter-signup .nf-form-title {
    width: 22%;
    margin-right: 2em; }
    #newsletter-signup .nf-form-title h3 {
      margin-bottom: 0; }
  #newsletter-signup .nf-form-wrap {
    margin-top: auto; }
  #newsletter-signup .nf-field-container {
    margin-bottom: 0; }
  #newsletter-signup .nf-field-label label {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-weight: normal; }
  #newsletter-signup .label-above .nf-field-label {
    height: 1.5rem;
    margin-bottom: 0; }
  #newsletter-signup .ninja-forms-req-symbol {
    display: none; }
  #newsletter-signup .nf-form-content label {
    display: block;
    margin-top: 0; }
  #newsletter-signup .nf-form-content input[type="email"] {
    width: 100%;
    border-bottom: none; }
  #newsletter-signup .nf-error-msg {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    color: #fff;
    margin-top: 10px; }
  #newsletter-signup .nf-response-msg p {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

/*NEWSLETTER CLASS TO ADD TO LANDING PAGE SECTIONS*/
#lp-wrapper > section.newsletter-wrap {
  background: #000;
  color: #fff;
  border-top: none; }
  #lp-wrapper > section.newsletter-wrap .btn {
    background: #febe10;
    color: #1e1e1e; }
    #lp-wrapper > section.newsletter-wrap .btn:hover {
      background-color: #f7941e; }
  #lp-wrapper > section.newsletter-wrap + section, #lp-wrapper > #lp-wrapper > section.newsletter-wrap, #lp-wrapper > #lp-wrapper > section.newsletter-wrap + section {
    border-top: none; }
  #lp-wrapper > section.newsletter-wrap > .site-container {
    padding: 0; }
  #lp-wrapper > section.newsletter-wrap #newsletter-signup {
    padding: 0; }

/*NEWSLETTER SIGNUP IN FOOTER*/
#footer-wrapper #newsletter-signup {
  background: #febe10;
  color: #1e1e1e;
  border-top: none; }
  #footer-wrapper #newsletter-signup .btn {
    background: #000;
    color: #fff; }
    #footer-wrapper #newsletter-signup .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  #footer-wrapper #newsletter-signup + section, #lp-wrapper > #footer-wrapper #newsletter-signup, #lp-wrapper > #footer-wrapper #newsletter-signup + section {
    border-top: none; }
  #footer-wrapper #newsletter-signup .nf-form-content input[type="email"] {
    border-bottom: 1px solid #000; }
  #footer-wrapper #newsletter-signup .nf-form-content .btn {
    background: #000;
    color: #fff; }
    #footer-wrapper #newsletter-signup .nf-form-content .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  #footer-wrapper #newsletter-signup .nf-error-msg {
    color: #000; }

/*PAGES TO HIDE SUBSCRIBE BEFORE FOOTER*/
body.home #footer-wrapper #newsletter-signup,
body.training #footer-wrapper #newsletter-signup,
body.gs_topic #footer-wrapper #newsletter-signup {
  display: none; }

/*---------------------------------
          Footer
-----------------------------------*/
#footer-nav-wrapper {
  background: #f0ece9;
  border-top: none; }
  #footer-nav-wrapper + section, #lp-wrapper > #footer-nav-wrapper, #lp-wrapper > #footer-nav-wrapper + section {
    border-top: none; }

#footer-nav a {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
#footer-nav ul,
#footer-nav li {
  list-style-type: none;
  padding: 0;
  margin: 0; }
#footer-nav #menu-footer-menu {
  display: flex; }
#footer-nav #menu-footer-menu > li {
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 2em;
  width: 25%; }
  #footer-nav #menu-footer-menu > li:last-of-type {
    margin-right: 0; }
  #footer-nav #menu-footer-menu > li > a {
    font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
    margin-bottom: 0.7em;
    display: block;
    pointer-events: none; }
    #footer-nav #menu-footer-menu > li > a:hover {
      cursor: default; }
  #footer-nav #menu-footer-menu > li > ul.sub-menu li:last-of-type {
    margin-bottom: 0; }

/*---------------------------------
	   Log Out Button
-----------------------------------*/
#log-out {
  margin: 0.8em 0 0 0;
  float: right; }

body.logged-in #menu-top-menu .login,
body.logged-in #menu-top-menu .join {
  display: none !important; }

/*---------------------------------
	   Chat Now Buttons
-----------------------------------*/
/*#header-chat-container {
	display: inline-block;
	float: right;
	margin-left: 0.2em;
	margin-top: 0.35em;
	#menu-top-menu & {
		float: none;
		margin-right: 0.5em;
		margin-left: 0;
		margin-top: 0;
	}
}*/
#header-top-inner-wrapper .chat-container {
  display: inline-block;
  float: right;
  margin-left: 0.2em;
  margin-top: 0.35em;
  		/*#menu-top-menu & {
              float: none;
              margin-right: 0.5em;
              margin-left: 0;
              margin-top: 0;
          }*/ }
  #header-top-inner-wrapper .chat-container p.chat-unavailable {
    font-size: 0.8rem; }
    #header-top-inner-wrapper .chat-container p.chat-unavailable a {
      font-size: 0.8rem !important; }
  #header-top-inner-wrapper .chat-container .chat-link a:before {
    font-size: 0.8rem !important; }
#header-top-inner-wrapper .chat-link a:before {
  font-size: 0.8rem !important; }

section.cta-bar div.chat-container,
ul[class^="col-"] div.chat-container {
  float: none; }
  section.cta-bar div.chat-container div.chat-link a,
  ul[class^="col-"] div.chat-container div.chat-link a {
    padding: 0; }
section.cta-bar div.chat-link a,
ul[class^="col-"] div.chat-link a {
  margin-top: 0 !important; }
section.cta-bar div.chat-link:before,
ul[class^="col-"] div.chat-link:before {
  display: inline-block; }

ul[class^="col-"] div.chat-link:before {
  color: #f0ece9;
  font-family: "Algebra Web", "Georgia", serif; }

section.cta-bar div.chat-link:before {
  font-size: 1.5em; }

/*div#header-chat-status > span,*/
div.chat-status > span {
  display: none; }

/*div.chat-link:before { 
	content: "Chat unavailable"; 
	padding-top: 0.5em;
}*/
div#header-chat-link.rn_ChatAvailable::before,
div.chat-link.rn_ChatAvailable::before {
  content: "";
  padding: 0; }
div#header-chat-link.rn_ChatAvailable > a,
div.chat-link.rn_ChatAvailable > a {
  display: inline-block; }
  div#header-chat-link.rn_ChatAvailable > a::before,
  div.chat-link.rn_ChatAvailable > a::before {
    content: "Chat Now"; }
div#header-chat-link.rn_ChatAvailable.btn-wrapper > a:before,
div.chat-link.rn_ChatAvailable.btn-wrapper > a:before {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-wrapper > a:before {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-wrapper > a:before {
      font-size: 16px;
      font-size: 1rem; } }
  div#header-chat-link.rn_ChatAvailable.btn-wrapper > a:before:hover,
  div.chat-link.rn_ChatAvailable.btn-wrapper > a:before:hover {
    background-color: #f7941e; }
div#header-chat-link.rn_ChatAvailable.btn-green-wrapper > a:before,
div.chat-link.rn_ChatAvailable.btn-green-wrapper > a:before {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-green-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-green-wrapper > a:before {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-green-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-green-wrapper > a:before {
      font-size: 16px;
      font-size: 1rem; } }
  div#header-chat-link.rn_ChatAvailable.btn-green-wrapper > a:before:hover,
  div.chat-link.rn_ChatAvailable.btn-green-wrapper > a:before:hover {
    background-color: #f7941e; }
div#header-chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before,
div.chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before {
      font-size: 16px;
      font-size: 1rem; } }
  div#header-chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before:hover,
  div.chat-link.rn_ChatAvailable.btn-blue-wrapper > a:before:hover {
    background-color: #f7941e; }
div#header-chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before,
div.chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before {
      font-size: 16px;
      font-size: 1rem; } }
  div#header-chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before:hover,
  div.chat-link.rn_ChatAvailable.btn-teal-wrapper > a:before:hover {
    background-color: #f7941e; }
div#header-chat-link.rn_ChatAvailable.btn-white-wrapper > a:before,
div.chat-link.rn_ChatAvailable.btn-white-wrapper > a:before {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-white-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-white-wrapper > a:before {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    div#header-chat-link.rn_ChatAvailable.btn-white-wrapper > a:before,
    div.chat-link.rn_ChatAvailable.btn-white-wrapper > a:before {
      font-size: 16px;
      font-size: 1rem; } }
  div#header-chat-link.rn_ChatAvailable.btn-white-wrapper > a:before:hover,
  div.chat-link.rn_ChatAvailable.btn-white-wrapper > a:before:hover {
    background-color: #f7941e; }
div#header-chat-link.rn_ChatAvailable.btn-wrapper > a:hover:before,
div.chat-link.rn_ChatAvailable.btn-wrapper > a:hover:before {
  background-color: #045d99; }

div.chat-link.rn_ChatAvailable > a:before {
  margin: 0 !important; }

/*div#header-chat-link a:before {
	font-size: 0.8rem !important;
}*/
.chat-unavailable {
  display: none; }

.email-us .chat-unavailable {
  display: inline; }
.email-us.rn_ChatAvailable .chat-unavailable {
  display: none; }

p.chat-unavailable.btn-wrapper > a {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-wrapper > a {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-wrapper > a {
      font-size: 16px;
      font-size: 1rem; } }
  p.chat-unavailable.btn-wrapper > a:hover {
    background-color: #f7941e; }
p.chat-unavailable.btn-green-wrapper > a {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-green-wrapper > a {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-green-wrapper > a {
      font-size: 16px;
      font-size: 1rem; } }
  p.chat-unavailable.btn-green-wrapper > a:hover {
    background-color: #f7941e; }
p.chat-unavailable.btn-blue-wrapper > a {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-blue-wrapper > a {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-blue-wrapper > a {
      font-size: 16px;
      font-size: 1rem; } }
  p.chat-unavailable.btn-blue-wrapper > a:hover {
    background-color: #f7941e; }
p.chat-unavailable.btn-teal-wrapper > a {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-teal-wrapper > a {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-teal-wrapper > a {
      font-size: 16px;
      font-size: 1rem; } }
  p.chat-unavailable.btn-teal-wrapper > a:hover {
    background-color: #f7941e; }
p.chat-unavailable.btn-white-wrapper > a {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e; }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-white-wrapper > a {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    p.chat-unavailable.btn-white-wrapper > a {
      font-size: 16px;
      font-size: 1rem; } }
  p.chat-unavailable.btn-white-wrapper > a:hover {
    background-color: #f7941e; }
p.chat-unavailable.btn-wrapper > a:hover {
  background-color: #045d99; }

/* Chat dialog box */
.embeddedServiceSidebar.modalContainer {
  z-index: 100000; }

/*---------------------------------
      Forms
-----------------------------------*/
#custom-training-contact-form {
  max-width: 550px;
  width: 550px;
  display: none;
  padding: 2em; }
  #custom-training-contact-form .listradio-container .nf-field-label {
    margin-bottom: 1em; }
  #custom-training-contact-form .nf-response-msg {
    padding: 1em; }
  #custom-training-contact-form ul li {
    padding-left: 0;
    margin-bottom: auto;
    list-style-position: inherit;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
    #custom-training-contact-form ul li:before {
      content: none; }

#subscribe-to-blog-form {
  background: transparent;
  padding: 0; }
  #subscribe-to-blog-form input[type="email"] {
    width: 100%;
    margin-bottom: 1em; }
  #subscribe-to-blog-form .nf-field-container {
    margin-bottom: 1em; }
  #subscribe-to-blog-form input[type="submit"],
  #subscribe-to-blog-form input[type="button"] {
    display: block; }
  #subscribe-to-blog-form #submit-subscribe-to-blog {
    display: none; }
  #subscribe-to-blog-form.modal {
    display: inline-block; }
    #subscribe-to-blog-form.modal br {
      display: none; }
    #subscribe-to-blog-form.modal input[type="email"],
    #subscribe-to-blog-form.modal label {
      display: none; }
    #subscribe-to-blog-form.modal #submit-subscribe-to-blog {
      display: block;
      margin-top: 1.5em; }
    #subscribe-to-blog-form.modal #submit-subscribe {
      display: none; }

/*---------------------------------
      Promos
-----------------------------------*/
.promo-image-header {
  display: none;
  background-color: #CCC2C0;
  padding: 1em;
  margin: 0;
  text-align: center; }
  .promo-image-header a {
    display: inline-block;
    border-bottom: none; }
    .promo-image-header a:hover {
      background: transparent; }
  .promo-image-header img {
    width: 100%;
    max-width: 728px; }

body.home .promo-image-header {
  display: block; }

.promo-image-sidebar {
  margin-bottom: 2.5em; }
  .promo-image-sidebar img {
    border: 1px solid #CCC2C0; }

/*---------------------------------
      Individual Training Page
-----------------------------------*/
.details-panel,
.right-col-details-panel,
.secondary-details-panel,
.training-details-panel {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  padding-left: 2.5em;
  padding-right: 2.5em; }
  @media (max-width: 768px) {
    .details-panel,
    .right-col-details-panel,
    .secondary-details-panel,
    .training-details-panel {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  @media (max-width: 768px) {
    .details-panel,
    .right-col-details-panel,
    .secondary-details-panel,
    .training-details-panel {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (max-width: 480px) {
    .details-panel,
    .right-col-details-panel,
    .secondary-details-panel,
    .training-details-panel {
      padding-left: 1em;
      padding-right: 1em; } }
  .details-panel + div,
  .right-col-details-panel + div,
  .secondary-details-panel + div,
  .training-details-panel + div {
    margin-top: 3em; }

.details-panel,
.right-col-details-panel,
.training-details-panel {
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 0; }

.training-details-panel h2 {
  border-bottom: 1px dotted #000;
  padding-bottom: .75em;
  margin-bottom: 1em; }
.training-details-panel p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  display: block; }
  .training-details-panel p[class^="training-"] {
    display: flex; }
  .training-details-panel p i {
    margin-right: .25em;
    font-size: 1.25rem; }
  .training-details-panel p.training-produced-by {
    display: block; }
  .training-details-panel p.other-trainings span {
    font-family: "Algebra Web", "Georgia", serif;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 1024px) {
      .training-details-panel p.other-trainings span {
        font-size: 16px;
        font-size: 1rem; } }
.training-details-panel p.more {
  margin-bottom: 0;
  width: 100%; }
  .training-details-panel p.more a {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    border-bottom: 1px solid #000; }
    .training-details-panel p.more a:hover {
      border-bottom-color: transparent;
      background: #febe10; }
    .training-details-panel p.more a::before {
      content: "add";
      font-family: "Material Icons Sharp";
      display: inline-block; }
.training-details-panel .location-additional-information {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  .training-details-panel .location-additional-information + p {
    margin-top: 1.5em; }
.training-details-panel.fixed {
  width: 100%; }
  @media (min-width: 1280px) {
    .training-details-panel.fixed {
      max-width: 25.75em; } }
  @media (max-width: 1280px) {
    .training-details-panel.fixed {
      max-width: 35.85%; } }
  @media (max-width: 1024px) {
    .training-details-panel.fixed {
      max-width: 100%; } }

.secondary-details-panel h2 {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (max-width: 1024px) {
    .secondary-details-panel h2 {
      font-size: 16px;
      font-size: 1rem; } }
.secondary-details-panel.black {
  background: #000;
  color: #fff;
  border-top: none; }
  .secondary-details-panel.black .btn {
    background: #febe10;
    color: #1e1e1e; }
    .secondary-details-panel.black .btn:hover {
      background-color: #f7941e; }
  .secondary-details-panel.black + section, #lp-wrapper > .secondary-details-panel.black, #lp-wrapper > .secondary-details-panel.black + section {
    border-top: none; }
  .secondary-details-panel.black h1 a,
  .secondary-details-panel.black h2 a,
  .secondary-details-panel.black h3 a,
  .secondary-details-panel.black h4 a,
  .secondary-details-panel.black h5 a,
  .secondary-details-panel.black h6 a,
  .secondary-details-panel.black a {
    color: #fff;
    border-bottom-color: #fff;
    font-weight: normal; }
    .secondary-details-panel.black h1 a:hover,
    .secondary-details-panel.black h2 a:hover,
    .secondary-details-panel.black h3 a:hover,
    .secondary-details-panel.black h4 a:hover,
    .secondary-details-panel.black h5 a:hover,
    .secondary-details-panel.black h6 a:hover,
    .secondary-details-panel.black a:hover {
      color: #1e1e1e;
      border-bottom-color: #febe10; }
.secondary-details-panel.gray {
  background: #f0ece9;
  border-top: none; }
  .secondary-details-panel.gray + section, #lp-wrapper > .secondary-details-panel.gray, #lp-wrapper > .secondary-details-panel.gray + section {
    border-top: none; }
  .secondary-details-panel.gray h2 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      .secondary-details-panel.gray h2 {
        font-size: 18px;
        font-size: 1.125rem; } }

#primary .site-container section.presenters {
  padding-bottom: 1em; }

.location-additional-information > span {
  display: none; }

p.training-cfre {
  display: flex;
  align-items: center; }
  p.training-cfre:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

/*PEOPLE*/
.people-list {
  display: flex;
  flex-wrap: wrap; }
  .people-list article.person {
    width: calc(33.333% - 1.25rem);
    margin-right: 1.875rem; }
    .people-list article.person:nth-of-type(3n) {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .people-list article.person {
        width: 30%;
        margin-right: 5%; }
        .people-list article.person .person-image {
          width: 10em;
          height: 10em;
          margin-bottom: .75em; } }
    @media (max-width: 600px) {
      .people-list article.person {
        width: 47%;
        margin-right: 6%; }
        .people-list article.person:nth-of-type(3n) {
          margin-right: 6%; }
        .people-list article.person:nth-of-type(even) {
          margin-right: 0; } }
    @media (max-width: 480px) {
      .people-list article.person {
        width: 100%;
        margin-right: 0; }
        .people-list article.person:nth-of-type(3n) {
          margin-right: 0; } }

article.person {
  margin-bottom: 2em; }
  article.person a.person-fancy-content-inline.image-holder {
    display: inline-block;
    border-bottom: none; }
    article.person a.person-fancy-content-inline.image-holder:hover {
      background: transparent; }
  article.person .person-image {
    display: block;
    font-size: 1.25vw;
    background-size: cover;
    background-position: 50% 0;
    margin-bottom: 1.25em;
    width: 13em;
    height: 13em; }
    @media (min-width: 1280px) {
      article.person .person-image {
        font-size: 1rem; } }
    @media (max-width: 1024px) {
      article.person .person-image {
        font-size: 1rem; } }
  article.person .person-name {
    display: block;
    margin-bottom: .5em; }
  article.person .person-work {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  article.person .person-position,
  article.person .person-organization {
    display: inline; }
  article.person .person-bio-link {
    margin-top: 0.5em; }
    article.person .person-bio-link a {
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      display: inline; }
  @media (max-width: 768px) {
    article.person .person-image {
      width: 9em;
      height: 9em;
      margin-bottom: .75em; } }

.person-bio {
  padding: 2em; }

/*META INFO*/
.training-meta-info .training-topics,
.training-meta-info .training-subjects,
.training-meta-info .training-populations {
  margin-bottom: 1em; }
  .training-meta-info .training-topics h4,
  .training-meta-info .training-subjects h4,
  .training-meta-info .training-populations h4 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: .75em; }
    @media (max-width: 1024px) {
      .training-meta-info .training-topics h4,
      .training-meta-info .training-subjects h4,
      .training-meta-info .training-populations h4 {
        font-size: 18px;
        font-size: 1.125rem; } }
.training-meta-info p.permission {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

/*#column-left iframe,
#column-left .soundcloud-widget-small {
	margin-bottom: 2em;
	.btn {
		margin: 0;
	}
}*/
/*FILTERS*/
div.fc-search-filters ul.search-filter-list li {
  margin: 0; }
  div.fc-search-filters ul.search-filter-list li::before {
    content: none; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown, div.fc-search-filters ul.search-filter-list li.filter-button {
    width: 12rem; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item, div.fc-search-filters ul.search-filter-list li.filter-button a {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    background: #f0ece9;
    border: 1px solid transparent;
    border-bottom-color: #000;
    border-radius: 0;
    padding: 0.5em;
    height: 2.813rem;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: .5em 1em; }
    @media (max-width: 1024px) {
      div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item, div.fc-search-filters ul.search-filter-list li.filter-button a {
        height: 2.5rem; } }
    div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item::placeholder, div.fc-search-filters ul.search-filter-list li.filter-button a::placeholder {
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      color: #1e1e1e;
      opacity: 1.0; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item:focus::placeholder, div.fc-search-filters ul.search-filter-list li.filter-button a:focus::placeholder {
      opacity: .5; }
div.fc-search-filters .fc-choose-filter,
div.fc-search-filters .fc-selected-filter {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
div.fc-search-filters .fc-choose-filter {
  text-align: left;
  margin-bottom: 0.25em; }
div.fc-search-filters .fc-selected-filter {
  background: #f0ece9;
  border: 1px solid transparent;
  border-bottom-color: #000;
  border-radius: 0;
  padding: 0.5em;
  height: 2.813rem;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  line-height: 1.5;
  margin: 0;
  max-width: 100%; }
  @media (max-width: 1024px) {
    div.fc-search-filters .fc-selected-filter {
      height: 2.5rem; } }
  div.fc-search-filters .fc-selected-filter::placeholder {
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    color: #1e1e1e;
    opacity: 1.0; }
  div.fc-search-filters .fc-selected-filter:focus::placeholder {
    opacity: .5; }
  div.fc-search-filters .fc-selected-filter::after {
    font-family: "Material Icons Sharp";
    content: "arrow_drop_down";
    color: #1e1e1e;
    font-size: 1.5em;
    margin-right: 0.25em;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

/* DROPDOWN */
div.fc-search-filters ul.search-filter-list li.select-dropdown span.select-label,
.select-dropdown span.select-label {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  font-weight: normal; }
div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item,
.select-dropdown span.selected-item {
  padding-right: 2em; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item::after,
  .select-dropdown span.selected-item::after {
    font-family: "Material Icons Sharp";
    content: "arrow_drop_down";
    color: #1e1e1e;
    font-size: 1.5em;
    margin-right: 0.25em; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item[data-value]:not([data-value=""]),
  .select-dropdown span.selected-item[data-value]:not([data-value=""]) {
    background: #000;
    color: #fff; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown span.selected-item[data-value]:not([data-value=""])::after,
    .select-dropdown span.selected-item[data-value]:not([data-value=""])::after {
      color: #fff; }
div.fc-search-filters ul.search-filter-list li.select-dropdown .fc-search-expand,
.select-dropdown .fc-search-expand {
  cursor: pointer;
  display: inline-block;
  position: absolute; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown .fc-search-expand::before,
  .select-dropdown .fc-search-expand::before {
    display: block;
    font-family: "Material Icons Sharp";
    content: "add"; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown .fc-search-expand.collapse::before,
  .select-dropdown .fc-search-expand.collapse::before {
    content: "remove"; }
div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown,
.select-dropdown.open ul.dropdown {
  max-height: 21em;
  border: 1px solid #000;
  border-top: none;
  background: #f0ece9;
  padding: .5em .25em .5em .75em; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown > li,
  .select-dropdown.open ul.dropdown > li {
    padding: .25em 0 .15em;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown > li > .fc-search-expand,
    .select-dropdown.open ul.dropdown > li > .fc-search-expand {
      top: .15em; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li::before,
  .select-dropdown.open ul.dropdown li::before {
    content: none; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li a,
  .select-dropdown.open ul.dropdown li a {
    border: none;
    color: #1e1e1e; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li a span,
    .select-dropdown.open ul.dropdown li a span {
      border-bottom: 1px solid transparent; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li a:hover,
    .select-dropdown.open ul.dropdown li a:hover {
      background: transparent; }
      div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li a:hover span,
      .select-dropdown.open ul.dropdown li a:hover span {
        border-bottom-color: #000; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li.active span,
  .select-dropdown.open ul.dropdown li.active span {
    background: transparent;
    color: #1e1e1e; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li a, div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li.active span,
  .select-dropdown.open ul.dropdown li a,
  .select-dropdown.open ul.dropdown li.active span {
    padding: 0; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li.active span,
  .select-dropdown.open ul.dropdown li.active span {
    display: inline; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li.has-children > a, div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li.has-children.active > span.field-label,
  .select-dropdown.open ul.dropdown li.has-children > a,
  .select-dropdown.open ul.dropdown li.has-children.active > span.field-label {
    padding-left: 1.25em;
    width: auto; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li:hover,
  .select-dropdown.open ul.dropdown li:hover {
    background: transparent;
    color: #1e1e1e; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li:hover a, div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown li:hover span,
    .select-dropdown.open ul.dropdown li:hover a,
    .select-dropdown.open ul.dropdown li:hover span {
      color: #1e1e1e; }
  div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul,
  .select-dropdown.open ul.dropdown ul {
    display: none; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul.expanded,
    .select-dropdown.open ul.dropdown ul.expanded {
      display: block;
      clear: both;
      margin: 0 0 0 1.25em; }
    div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li,
    .select-dropdown.open ul.dropdown ul li {
      line-height: 1.5;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      line-height: 1.25;
      position: relative;
      margin: .5em 0; }
      div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li a,
      .select-dropdown.open ul.dropdown ul li a {
        display: block;
        padding: 0; }
      div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li.active:hover, div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li.active:hover span,
      div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li.active span,
      div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li.active span:hover,
      .select-dropdown.open ul.dropdown ul li.active:hover,
      .select-dropdown.open ul.dropdown ul li.active:hover span,
      .select-dropdown.open ul.dropdown ul li.active span,
      .select-dropdown.open ul.dropdown ul li.active span:hover {
        cursor: default !important;
        background: transparent !important; }
      div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li.active span,
      .select-dropdown.open ul.dropdown ul li.active span {
        display: inline-block; }
      div.fc-search-filters ul.search-filter-list li.select-dropdown.open ul.dropdown ul li .fc-search-expand,
      .select-dropdown.open ul.dropdown ul li .fc-search-expand {
        top: -.15em; }
div.fc-search-filters ul.search-filter-list li.select-dropdown.open span.selected-item::after,
.select-dropdown.open span.selected-item::after {
  content: "arrow_drop_up"; }

/*---------------------------------
       Search Training
-----------------------------------*/
body.search-training .page-header .site-container {
  padding-bottom: 0; }
body.search-training #search-wrapper {
  padding-top: 0; }
body.search-training #fc-search-form-outer-wrapper,
body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper {
  background: #febe10; }
body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search,
body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding-left: 2.5em;
  padding-right: 2.5em; }
  body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search:after,
  body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 768px) {
    body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search,
    body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (max-width: 480px) {
    body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search,
    body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters {
      padding-left: 1em;
      padding-right: 1em; } }
body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search {
  padding-top: 1.75em;
  padding-bottom: 1.75em; }
  @media (max-width: 768px) {
    body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search .fc-search-fields {
    max-width: 35.5em;
    display: flex;
    align-content: stretch; }
    body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search .fc-search-fields .field-keyword {
      flex-grow: 1; }
  body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search input[type="submit"] {
    background: #000;
    color: #fff; }
    body.search-training #fc-search-form-outer-wrapper form.search-training-search.fc-search input[type="submit"]:hover {
      background-color: #fff;
      color: #1e1e1e; }
body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters {
  padding-bottom: 5em; }
  @media (max-width: 1024px) {
    body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters {
      padding-bottom: 4em; } }
  @media (max-width: 768px) {
    body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters {
      padding-bottom: 3em; } }
  @media (max-width: 480px) {
    body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters {
      padding-bottom: 2em; } }
  body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters ul.search-filter-list {
    display: flex; }
    body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters ul.search-filter-list li.filter-list {
      margin-right: 1.5em; }
      body.search-training #fc-search-form-outer-wrapper + #fc-search-filters-outer-wrapper .fc-search-filters ul.search-filter-list li.filter-list:last-of-type {
        margin-right: 0; }
body.search-training #search-results {
  position: relative; }
  body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list {
    display: flex;
    margin-top: 1em; }
    body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li {
      text-align: center;
      margin-right: .5em; }
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li:last-of-type {
        margin-right: 0; }
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li a {
        border-bottom: none; }
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li.active > a,
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li > a:hover {
        background: #000;
        color: #fff; }
  body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list {
    text-align: left;
    margin-top: -1.4em; }
    body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list.open .selected-item {
      border-bottom: none; }
    body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list ul.dropdown {
      width: 19rem;
      padding-right: .75em;
      border-top: 1px solid #000; }
    body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.all, body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.online {
      border-bottom: 1px solid #CCC2C0;
      padding-bottom: .35em; }
    body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.online {
      padding-top: .5em;
      margin-bottom: .5em; }
    body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-near-me {
      display: none; }
    body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-custom {
      border-top: 1px solid #CCC2C0;
      padding-top: .5em;
      margin-top: .5em; }
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-custom form {
        display: flex; }
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-custom label {
        display: none; }
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-custom input[type="submit"] {
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem;
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
        font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
        border: none;
        padding: 0.5em .75em;
        display: flex;
        min-height: 2.5rem;
        align-items: center;
        border-radius: 0;
        margin: 0;
        transition: 0.5s ease;
        background: #000;
        color: #fff; }
        body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-custom input[type="submit"]:hover {
          background-color: #fff;
          color: #1e1e1e; }
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-custom input[type="text"],
      body.search-training #search-results #fc-search-filters-outer-wrapper ul.search-filter-list > li#location-filter-list li.location-custom input[type="submit"] {
        line-height: 1.5;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

/* SEARCH TOOLS */
.search-tools {
  margin: 1.5em 0; }
  .search-tools:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .search-tools p {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

a.remove-criteria {
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  border-bottom: none; }
  a.remove-criteria::after {
    font-size: 1em;
    font-family: "Material Icons Outlined";
    content: "close";
    top: auto;
    right: auto;
    padding: 0;
    margin: 0;
    vertical-align: bottom; }

p#online-checkbox {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0.75em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  p#online-checkbox input[type="checkbox"] {
    line-height: 100%; }
    p#online-checkbox input[type="checkbox"] + label::before {
      content: "check_box_outline_blank";
      font-size: 1em;
      font-family: "Material Icons Outlined";
      letter-spacing: 5px;
      line-height: 100%; }
    p#online-checkbox input[type="checkbox"]:checked + label::before {
      content: "check_box"; }

p#search-results-statement,
p#search-clear {
  margin: 0.5em 0 0 0;
  line-height: 1.5; }

p#search-results-statement {
  max-width: 60%;
  padding-right: .5em; }

p#search-clear {
  opacity: 1;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

div#search-sort-by-wrapper {
  margin: 0;
  width: auto;
  clear: none; }
  div#search-sort-by-wrapper .label-wrapper {
    display: flex;
    align-items: center; }
  div#search-sort-by-wrapper #search-sort-by-label {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-weight: normal; }
  div#search-sort-by-wrapper span.selected-item {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    background: #f0ece9;
    border: 1px solid transparent;
    border-bottom-color: #000;
    border-radius: 0;
    padding: 0.5em;
    height: 2.813rem;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    line-height: 1.5;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: .5em 2em .5em 1em; }
    @media (max-width: 1024px) {
      div#search-sort-by-wrapper span.selected-item {
        height: 2.5rem; } }
    div#search-sort-by-wrapper span.selected-item::placeholder {
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      color: #1e1e1e;
      opacity: 1.0; }
    div#search-sort-by-wrapper span.selected-item:focus::placeholder {
      opacity: .5; }
  div#search-sort-by-wrapper .active a {
    cursor: default;
    pointer-events: none; }
  div#search-sort-by-wrapper span.selected-item,
  div#search-sort-by-wrapper ul.dropdown {
    width: 12rem; }

p.view-buttons {
  float: right;
  margin: 0 0 0 1em;
  display: flex;
  align-items: center; }
  p.view-buttons a {
    border: none;
    padding: 0 .5em;
    display: flex;
    align-items: center;
    height: 2.5rem; }
    p.view-buttons a:last-of-type {
      margin-left: 0.25em; }
    p.view-buttons a.active, p.view-buttons a:hover {
      border: none;
      background-color: #000; }
      p.view-buttons a.active i, p.view-buttons a:hover i {
        color: #fff; }
    p.view-buttons a span {
      display: none; }
    p.view-buttons a i {
      width: auto;
      display: block;
      font-size: 1.75em; }

/*TRAINING BLOCK*/
.search-training.block {
  position: relative;
  border-top: 1px dotted #000;
  padding: 2em 0; }
  .search-training.block .flex-container {
    display: flex; }
  .search-training.block .left-image {
    margin-right: 1.5rem; }
  .search-training.block h1, #primary #lp-wrapper .search-training.block h1:first-of-type, #primary .site-container section .search-training.block h1 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.25em; }
    @media (max-width: 1024px) {
      .search-training.block h1, #primary #lp-wrapper .search-training.block h1:first-of-type, #primary .site-container section .search-training.block h1 {
        font-size: 18px;
        font-size: 1.125rem; } }
  .search-training.block .training-type,
  .search-training.block .training-date,
  .search-training.block .training-time,
  .search-training.block .training-location,
  .search-training.block .training-experience,
  .search-training.block .training-duration {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  .search-training.block .top-info {
    margin-bottom: .25em; }
    .search-training.block .top-info span {
      display: inline-block; }
  .search-training.block .training-topics,
  .search-training.block .training-subjects,
  .search-training.block .training-populations {
    margin-top: .75em;
    /*.tag{
    	@include tiny-font-size;
    	margin-right:1em;
    }*/ }
    .search-training.block .training-topics .label,
    .search-training.block .training-subjects .label,
    .search-training.block .training-populations .label {
      display: none; }
  .search-training.block .separator {
    padding: 0 .25em; }
  .search-training.block .training-description p {
    margin: 0; }
  .search-training.block .special-event-label {
    margin-bottom: .75em; }
  .search-training.block.special-event {
    padding-top: .5em; }
  .search-training.block a.url {
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
    .search-training.block a.url + .training-description {
      margin-top: .75em; }
  .search-training.block.office-closing aside {
    width: 40%;
    align-items: stretch; }
  .search-training.block header {
    vertical-align: top;
    width: 60%;
    display: flex;
    flex-direction: column;
    text-align: left; }
  .search-training.block aside {
    vertical-align: middle;
    border-left: 1px solid #f7941e;
    padding-left: 2%;
    margin-left: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .search-training.block aside.training-details {
      width: 26%;
      align-items: stretch; }
      .search-training.block aside.training-details p {
        margin-bottom: 0;
        max-width: 100%; }
      .search-training.block aside.training-details span {
        display: flex;
        margin-right: 0.5em;
        margin-bottom: 0.4em; }
        .search-training.block aside.training-details span:last-child {
          margin-bottom: 0; }
    .search-training.block aside.training-action {
      min-width: 18%;
      text-align: center;
      margin-left: auto; }
      .search-training.block aside.training-action .training-price {
        margin-bottom: 0.5em;
        line-height: 1;
        line-height: 1.5;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700; }
        @media (max-width: 1024px) {
          .search-training.block aside.training-action .training-price {
            font-size: 18px;
            font-size: 1.125rem; } }
      .search-training.block aside.training-action a.btn {
        justify-content: center; }
  .search-training.block .training-details p {
    margin: 0; }

.training-sold-out {
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0;
  font-family: "Algebra Web", "Georgia", serif;
  border: none;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-bottom: none;
  min-height: 2.813rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all ease 0.65s;
  -moz-transition: all ease 0.65s;
  -ms-transition: all ease 0.65s;
  -o-transition: all ease 0.65s;
  transition: all ease 0.65s;
  background: #febe10;
  color: #1e1e1e;
  background-color: #CCC2C0;
  pointer-events: none;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  min-width: 9em; }
  @media (max-width: 1024px) {
    .training-sold-out {
      min-height: 2.5rem; } }
  @media (max-width: 1024px) {
    .training-sold-out {
      font-size: 16px;
      font-size: 1rem; } }
  .training-sold-out:hover {
    background-color: #f7941e; }
  .logged-in .search-training.block .training-sold-out {
    min-width: 6.5em; }
  .details-panel .training-sold-out {
    width: 100%; }

/*---------------------------------
   Search Training: Find My Training Modal
-----------------------------------*/
.fancybox-inner {
  min-height: 23em; }
  .fancybox-inner form.fc-search {
    position: static; }

/*---------------------------------
   Search Training: Calendar View
-----------------------------------*/
#primary .site-container section#fc-calendar {
  padding-top: 0; }

#fc-calendar header#fc-calendar-month {
  clear: both;
  text-align: left;
  display: flex;
  align-items: center; }
  #fc-calendar header#fc-calendar-month .calendar-nav {
    display: flex;
    align-items: center;
    margin-left: 2em; }
    #fc-calendar header#fc-calendar-month .calendar-nav a {
      display: flex;
      line-height: 1.5;
      border-bottom-color: transparent;
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
      #fc-calendar header#fc-calendar-month .calendar-nav a.prev {
        padding-right: .5em; }
      #fc-calendar header#fc-calendar-month .calendar-nav a.next {
        padding-left: .5em; }
    #fc-calendar header#fc-calendar-month .calendar-nav .separator {
      padding: 0 .5em; }
#fc-calendar #training-calendar-legend {
  margin-left: auto;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  #fc-calendar #training-calendar-legend .legend-label {
    text-transform: uppercase;
    margin-right: 1em; }
  #fc-calendar #training-calendar-legend .special-event-label {
    margin-top: 0; }
#fc-calendar table {
  border: none; }
  #fc-calendar table ul > li {
    padding-left: 0;
    margin-bottom: auto;
    list-style-position: inherit;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
    #fc-calendar table ul > li:before {
      content: none; }
#fc-calendar td {
  border: 1px solid #CCC2C0;
  padding: 0.5em;
  font-size: 100%; }
#fc-calendar th {
  font-weight: normal;
  background: #fff;
  color: #1e1e1e;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0; }
#fc-calendar span.calendar-day {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
  font-weight: normal;
  border: none; }
#fc-calendar .special-event-label {
  background: transparent;
  padding: 0;
  margin-top: .5em;
  margin-bottom: 0;
  position: relative;
  display: block;
  line-height: 1; }
  #fc-calendar .special-event-label span {
    display: none; }
  #fc-calendar .special-event-label::before {
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #febe10 transparent transparent transparent; }
#fc-calendar li.search-training.block header .training-type {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
#primary .site-container #fc-calendar li.search-training.block header h1 {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  #primary .site-container #fc-calendar li.search-training.block header h1 a {
    font-weight: normal; }
#fc-calendar li.search-training.block aside.training-details p {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

/*---------------------------------
      Training Landing Page
-----------------------------------*/
body.training section#training-upcoming .site-container {
  padding-bottom: 1em; }

section#training-why > .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#training-why > .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  section#training-why > .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    section#training-why > .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#training-why > .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#training-why > .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#training-why > .site-container > *:not(:nth-child(2)),
    section#training-why > .site-container > *:nth-child(2) {
      width: 80%; }
    section#training-why > .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#training-why > .site-container > *:not(:nth-child(2)),
    section#training-why > .site-container > *:nth-child(2) {
      width: 100%; } }
section#training-why ul li h2 {
  margin-bottom: 0; }

section#training-type img {
  max-width: 150px; }
#lp-wrapper > section#training-type .panel-page-content ul h2 {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    #lp-wrapper > section#training-type .panel-page-content ul h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

section#training-popular > .site-container {
  display: block; }
  section#training-popular > .site-container > *:not(:nth-child(2)) {
    width: 31%;
    float: left;
    clear: left; }
  section#training-popular > .site-container > *:nth-child(2) {
    width: calc(100% - 31%);
    float: right; }
    section#training-popular > .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#training-popular > .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#training-popular > .site-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  section#training-popular > .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#training-popular > .site-container > *:not(:nth-child(2)),
    section#training-popular > .site-container > *:nth-child(2) {
      width: 80%;
      float: none; }
    section#training-popular > .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#training-popular > .site-container > *:not(:nth-child(2)),
    section#training-popular > .site-container > *:nth-child(2) {
      width: 100%; } }
  section#training-popular > .site-container .half-list {
    border-left: 1px solid #f7941e;
    padding-left: 1rem;
    margin-left: 1rem; }
    @media (max-width: 1024px) {
      section#training-popular > .site-container .half-list {
        padding-left: 0;
        margin-left: 0;
        border-left: none; } }
    section#training-popular > .site-container .half-list li {
      padding-left: 0;
      margin-bottom: auto;
      list-style-position: inherit;
      position: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit; }
      section#training-popular > .site-container .half-list li:before {
        content: none; }
@media (max-width: 1024px) {
  section#training-popular .panel-page-content {
    margin-bottom: 1em; } }

section#training-upcoming #upcoming-live-training,
section#training-upcoming #upcoming-on-demand-training {
  display: block; }
  section#training-upcoming #upcoming-live-training > *:not(:nth-child(2)),
  section#training-upcoming #upcoming-on-demand-training > *:not(:nth-child(2)) {
    width: 31%;
    float: left;
    clear: left; }
  section#training-upcoming #upcoming-live-training > *:nth-child(2),
  section#training-upcoming #upcoming-on-demand-training > *:nth-child(2) {
    width: calc(100% - 31%);
    float: right; }
    section#training-upcoming #upcoming-live-training > *:nth-child(2) > *,
    section#training-upcoming #upcoming-on-demand-training > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#training-upcoming #upcoming-live-training > *:nth-child(2) > *,
        section#training-upcoming #upcoming-on-demand-training > *:nth-child(2) > * {
          margin-left: 0; } }
  section#training-upcoming #upcoming-live-training:after,
  section#training-upcoming #upcoming-on-demand-training:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  section#training-upcoming #upcoming-live-training .btn,
  section#training-upcoming #upcoming-on-demand-training .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#training-upcoming #upcoming-live-training > *:not(:nth-child(2)),
    section#training-upcoming #upcoming-live-training > *:nth-child(2),
    section#training-upcoming #upcoming-on-demand-training > *:not(:nth-child(2)),
    section#training-upcoming #upcoming-on-demand-training > *:nth-child(2) {
      width: 80%;
      float: none; }
    section#training-upcoming #upcoming-live-training .btn,
    section#training-upcoming #upcoming-on-demand-training .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#training-upcoming #upcoming-live-training > *:not(:nth-child(2)),
    section#training-upcoming #upcoming-live-training > *:nth-child(2),
    section#training-upcoming #upcoming-on-demand-training > *:not(:nth-child(2)),
    section#training-upcoming #upcoming-on-demand-training > *:nth-child(2) {
      width: 100%; } }
  section#training-upcoming #upcoming-live-training:after,
  section#training-upcoming #upcoming-on-demand-training:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
section#training-upcoming .search-training.block {
  padding: 1em 0; }
  section#training-upcoming .search-training.block.special-event {
    padding-top: .5em; }
  section#training-upcoming .search-training.block .special-event-label {
    margin-bottom: .5em; }
@media (max-width: 1024px) {
  section#training-upcoming #upcoming-on-demand-training {
    margin-top: 2em; } }

.training-search-widget {
  background-color: #febe10;
  padding-left: 1.75em;
  padding-right: 1.75em;
  padding-top: 1.75em;
  padding-bottom: 1.75em; }
  @media (max-width: 768px) {
    .training-search-widget {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (max-width: 768px) {
    .training-search-widget {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  .training-search-widget h3 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      .training-search-widget h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
  .training-search-widget .select-dropdown {
    width: 100%; }
    .training-search-widget .select-dropdown span.selected-item {
      background: #f0ece9;
      border: 1px solid transparent;
      border-bottom-color: #000;
      border-radius: 0;
      padding: 0.5em;
      height: 2.813rem;
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      padding-right: 2em; }
      @media (max-width: 1024px) {
        .training-search-widget .select-dropdown span.selected-item {
          height: 2.5rem; } }
      .training-search-widget .select-dropdown span.selected-item::placeholder {
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
        color: #1e1e1e;
        opacity: 1.0; }
      .training-search-widget .select-dropdown span.selected-item:focus::placeholder {
        opacity: .5; }
    .training-search-widget .select-dropdown.open ul.dropdown li.has-children > a {
      padding-left: 0; }
  .training-search-widget .field-topic,
  .training-search-widget .field-submit,
  .training-search-widget .field-format,
  .training-search-widget .field-type,
  .training-search-widget .field-location {
    display: block;
    margin-bottom: 1em; }
  .training-search-widget .field-submit {
    margin-top: .5em; }
    .training-search-widget .field-submit input {
      align-items: center;
      padding: 0.5em 1.5em;
      margin: 0;
      font-family: "Algebra Web", "Georgia", serif;
      border: none;
      line-height: normal;
      white-space: normal;
      display: inline-block;
      border-bottom: none;
      min-height: 2.813rem;
      line-height: 1.5;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-transition: all ease 0.65s;
      -moz-transition: all ease 0.65s;
      -ms-transition: all ease 0.65s;
      -o-transition: all ease 0.65s;
      transition: all ease 0.65s;
      background: #000;
      color: #fff;
      padding-left: 1em;
      padding-right: 1em; }
      @media (max-width: 1024px) {
        .training-search-widget .field-submit input {
          min-height: 2.5rem; } }
      @media (max-width: 1024px) {
        .training-search-widget .field-submit input {
          font-size: 16px;
          font-size: 1rem; } }
      .training-search-widget .field-submit input:hover {
        background-color: #fff;
        color: #1e1e1e; }

/*---------------------------------
      Custom Group Training (formally "For Organizations") Landing Page
-----------------------------------*/
section#for-orgs-offer > .site-container,
section#for-orgs-process > .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#for-orgs-offer > .site-container > *:not(:nth-child(2)),
  section#for-orgs-process > .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  section#for-orgs-offer > .site-container > *:nth-child(2),
  section#for-orgs-process > .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    section#for-orgs-offer > .site-container > *:nth-child(2) > *,
    section#for-orgs-process > .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#for-orgs-offer > .site-container > *:nth-child(2) > *,
        section#for-orgs-process > .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#for-orgs-offer > .site-container .btn,
  section#for-orgs-process > .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#for-orgs-offer > .site-container > *:not(:nth-child(2)),
    section#for-orgs-offer > .site-container > *:nth-child(2),
    section#for-orgs-process > .site-container > *:not(:nth-child(2)),
    section#for-orgs-process > .site-container > *:nth-child(2) {
      width: 80%; }
    section#for-orgs-offer > .site-container .btn,
    section#for-orgs-process > .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#for-orgs-offer > .site-container > *:not(:nth-child(2)),
    section#for-orgs-offer > .site-container > *:nth-child(2),
    section#for-orgs-process > .site-container > *:not(:nth-child(2)),
    section#for-orgs-process > .site-container > *:nth-child(2) {
      width: 100%; } }

section#for-orgs-customized ul.col-three > li .image {
  margin-bottom: 1em; }
section#for-orgs-customized ul.col-three > li img {
  width: 100%;
  max-width: 235px; }
section#for-orgs-customized ul.col-three > li h2 {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    section#for-orgs-customized ul.col-three > li h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

section#for-orgs-process ul.half-list li {
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: flex; }
  section#for-orgs-process ul.half-list li:before {
    content: none; }
  @media (max-width: 1024px) {
    section#for-orgs-process ul.half-list li {
      display: block; } }
  section#for-orgs-process ul.half-list li img {
    width: 100%;
    max-width: 100px; }
  section#for-orgs-process ul.half-list li > *:first-of-type {
    order: 2; }
    @media (max-width: 1024px) {
      section#for-orgs-process ul.half-list li > *:first-of-type {
        margin-bottom: 1em; } }
  section#for-orgs-process ul.half-list li > *:nth-of-type(2) {
    order: 1;
    width: 100px;
    flex-shrink: 0; }
    @media (max-width: 1280px) {
      section#for-orgs-process ul.half-list li > *:nth-of-type(2) {
        width: 30%; } }
    @media (max-width: 1024px) {
      section#for-orgs-process ul.half-list li > *:nth-of-type(2) {
        margin-left: 0;
        min-width: 0;
        width: 100%; } }
  section#for-orgs-process ul.half-list li .image {
    order: 1;
    margin-right: 1em; }
  section#for-orgs-process ul.half-list li .text {
    order: 2; }
  section#for-orgs-process ul.half-list li .subheading {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    margin-bottom: .5em; }
  #primary #lp-wrapper section#for-orgs-process ul.half-list li {
    margin-bottom: 2em; }
    #primary #lp-wrapper section#for-orgs-process ul.half-list li:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 1024px) {
    section#for-orgs-process ul.half-list li {
      display: flex; }
      section#for-orgs-process ul.half-list li .image {
        width: 30%; } }
  @media (max-width: 768px) {
    section#for-orgs-process ul.half-list li .image {
      width: 75px; } }

section#for-orgs-testimonials ul li {
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  section#for-orgs-testimonials ul li:before {
    content: none; }

.testimonial {
  margin-bottom: 2em;
  padding-top: 1em; }
  .testimonial blockquote p {
    margin-bottom: 1em; }
  .testimonial .author {
    position: relative;
    display: block;
    padding-left: 1em; }
    .testimonial .author::before {
      width: 1rem;
      height: 1px;
      position: absolute;
      left: 0;
      top: .6em;
      background: #000;
      content: ""; }

section#for-orgs-clients ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  section#for-orgs-clients ul li {
    padding-left: 0;
    margin-bottom: auto;
    list-style-position: inherit;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-right: 2em; }
    section#for-orgs-clients ul li:before {
      content: none; }
    section#for-orgs-clients ul li a {
      border-bottom: none;
      display: block; }
      section#for-orgs-clients ul li a:hover {
        background: transparent; }
    section#for-orgs-clients ul li img {
      width: 100%;
      max-width: 240px; }
      @media (max-width: 768px) {
        section#for-orgs-clients ul li img {
          width: 100%;
          max-width: 200px; } }

/*---------------------------------
       Series Page
-----------------------------------*/
#primary section#series-training-list {
  padding: 0; }
section#series-training-list h2 {
  margin: 1.5em 0; }
section#series-training-list .self-paced-learning.search-training.block header {
  width: 100%; }
section#series-training-list .self-paced-learning.search-training.block aside.training-details {
  display: none; }
section#series-training-list .search-training.block aside.training-details .training-experience,
section#series-training-list .search-training.block aside.training-details .training-duration,
section#series-training-list .search-training.block [class^="icon-"],
section#series-training-list .search-training.block aside.training-action,
section#series-training-list .search-training.block .training-description,
section#series-training-list .search-training.block .training-topics {
  display: none; }
section#series-training-list .search-training.block aside.training-details {
  width: 34%; }
section#series-training-list .search-training.block header {
  width: 66%; }

/*---------------------------------
      Livestream video page
-----------------------------------*/
article.livestream-video .site-container {
  width: 100%;
  max-width: 1000px; }
article.livestream-video iframe + h2 {
  margin-top: 1em; }

/*---------------------------------
       Course Listing Page
-----------------------------------*/
body.gs_course ul.col-three p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  margin-bottom: 0.25em; }
body.gs_course ul.col-three .available-types {
  display: flex;
  align-items: baseline; }
body.gs_course ul.col-three .course-types {
  margin-left: 0.5em;
  display: inline-block; }
  body.gs_course ul.col-three .course-types:first-of-type {
    margin-left: 0; }
  body.gs_course ul.col-three .course-types span {
    display: inline-block; }
    body.gs_course ul.col-three .course-types span::after {
      content: ","; }
    body.gs_course ul.col-three .course-types span:last-child:after {
      content: ""; }

/*---------------------------------
      Individual Course Page
-----------------------------------*/
section.course-training-related > .site-container {
  padding-top: 0; }

div.course-training-type-wrapper {
  border-top: 1px #CCC2C0 solid;
  border-bottom: 1px #CCC2C0 solid;
  padding-top: 1.75em;
  padding-bottom: 1.75em; }
  div.course-training-type-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 768px) {
    div.course-training-type-wrapper {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  div.course-training-type-wrapper .course-training-type {
    width: 80%;
    margin: 1em 0;
    display: flex;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      div.course-training-type-wrapper .course-training-type {
        width: 100%; } }
    div.course-training-type-wrapper .course-training-type > *:not(:nth-child(2)) {
      width: 31%; }
    div.course-training-type-wrapper .course-training-type > *:nth-child(2) {
      width: calc(100% - 31%); }
      div.course-training-type-wrapper .course-training-type > *:nth-child(2) > * {
        margin-left: 2rem; }
        @media (max-width: 1024px) {
          div.course-training-type-wrapper .course-training-type > *:nth-child(2) > * {
            margin-left: 0; } }
    div.course-training-type-wrapper .course-training-type .btn {
      width: auto;
      display: inline-block; }
    @media (max-width: 1024px) {
      div.course-training-type-wrapper .course-training-type > *:not(:nth-child(2)),
      div.course-training-type-wrapper .course-training-type > *:nth-child(2) {
        width: 80%; }
      div.course-training-type-wrapper .course-training-type .btn {
        width: auto; } }
    @media (max-width: 768px) {
      div.course-training-type-wrapper .course-training-type > *:not(:nth-child(2)),
      div.course-training-type-wrapper .course-training-type > *:nth-child(2) {
        width: 100%; } }
    div.course-training-type-wrapper .course-training-type .left-info {
      display: flex; }
      #primary .site-container section div.course-training-type-wrapper .course-training-type .left-info h2 {
        line-height: 1.333;
        font-size: 36px;
        font-size: 2.25rem; }
        @media (max-width: 1024px) {
          #primary .site-container section div.course-training-type-wrapper .course-training-type .left-info h2 {
            font-size: 24px;
            font-size: 1.5rem; } }
      div.course-training-type-wrapper .course-training-type .left-info .illustration {
        margin-right: 1em;
        flex-shrink: 0; }
    div.course-training-type-wrapper .course-training-type .course-wrap {
      border-left: 1px solid #f7941e;
      padding-left: 1rem;
      margin-left: 1rem; }
      @media (max-width: 1024px) {
        div.course-training-type-wrapper .course-training-type .course-wrap {
          padding-left: 0;
          margin-left: 0;
          border-left: none; } }
    div.course-training-type-wrapper .course-training-type .expand-wrapper article {
      display: none; }
      div.course-training-type-wrapper .course-training-type .expand-wrapper article.initial {
        display: flex; }
    div.course-training-type-wrapper .course-training-type p.more {
      margin-bottom: 0; }
    div.course-training-type-wrapper .course-training-type .search-training.block {
      border-top: 1px solid 1px dotted #000; }
      div.course-training-type-wrapper .course-training-type .search-training.block:first-of-type {
        border-top: 0;
        padding-top: 0; }
        @media (max-width: 1024px) {
          div.course-training-type-wrapper .course-training-type .search-training.block:first-of-type {
            padding-top: 2em; } }
      div.course-training-type-wrapper .course-training-type .search-training.block aside.training-details {
        width: 69%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        display: unset;
        padding-right: 1em; }
      div.course-training-type-wrapper .course-training-type .search-training.block aside.training-action {
        width: 31%; }
  div.course-training-type-wrapper + div.course-training-type-wrapper {
    border-top: 0; }

section#course-on-demand-training [class*=" icon-"] {
  margin-bottom: 0; }
section#course-on-demand-training .course-training-type .search-training.block:last-of-type {
  padding-bottom: 0; }

/*---------------------------------
     Resources
-----------------------------------*/
body.resources section#all-resources {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  flex-wrap: wrap; }
  body.resources section#all-resources:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 768px) {
    body.resources section#all-resources {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (max-width: 480px) {
    body.resources section#all-resources {
      padding-top: 2em;
      padding-bottom: 2em; } }
  @media (max-width: 768px) {
    body.resources section#all-resources {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (max-width: 480px) {
    body.resources section#all-resources {
      padding-left: 1em;
      padding-right: 1em; } }
  body.resources section#all-resources > *:not(:nth-child(2)) {
    width: 31%; }
  body.resources section#all-resources > *:nth-child(2) {
    width: calc(100% - 31%); }
    body.resources section#all-resources > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        body.resources section#all-resources > *:nth-child(2) > * {
          margin-left: 0; } }
  body.resources section#all-resources .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    body.resources section#all-resources > *:not(:nth-child(2)),
    body.resources section#all-resources > *:nth-child(2) {
      width: 80%; }
    body.resources section#all-resources .btn {
      width: auto; } }
  @media (max-width: 768px) {
    body.resources section#all-resources > *:not(:nth-child(2)),
    body.resources section#all-resources > *:nth-child(2) {
      width: 100%; } }
body.resources ul.half-list li {
  margin-bottom: 2.5em;
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  body.resources ul.half-list li:before {
    content: none; }
  body.resources ul.half-list li:last-of-type {
    margin-bottom: 1em; }
  body.resources ul.half-list li h2 {
    line-height: 1.333;
    font-size: 36px;
    font-size: 2.25rem; }
    @media (max-width: 1024px) {
      body.resources ul.half-list li h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
body.resources img {
  width: 100%;
  max-width: 359px; }

/*---------------------------------
     Blog Posts
-----------------------------------*/
ul#blog-wrapper li:first-of-type {
  width: 100%;
  border-bottom: 1px dotted #000;
  padding-bottom: 2em; }
  ul#blog-wrapper li:first-of-type > article {
    display: flex; }
    ul#blog-wrapper li:first-of-type > article .block-image {
      width: calc(50% - 1rem);
      flex-shrink: 0;
      margin-right: 2rem;
      margin-bottom: 0; }
ul#blog-wrapper li:nth-child(even) {
  margin-right: 2rem; }
ul#blog-wrapper li:nth-child(odd) {
  margin-right: 0; }
@media (max-width: 1024px) {
  ul#blog-wrapper li:first-of-type > article {
    display: block; }
    ul#blog-wrapper li:first-of-type > article .block-image {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1em; }
  ul#blog-wrapper li:nth-child(even) {
    margin-right: 0; } }

article.post.blog-post .page-header h1.page-title + p.meta-info {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (max-width: 1024px) {
    article.post.blog-post .page-header h1.page-title + p.meta-info {
      font-size: 16px;
      font-size: 1rem; } }
article.post.blog-post .blog-image {
  margin-bottom: 1em; }

/*---------------------------------
      Sample Documents
-----------------------------------*/
body.gs_document ul.full-width li {
  display: flex;
  flex-wrap: wrap; }
  body.gs_document ul.full-width li > *:not(:nth-child(2)) {
    width: 31%;
    width: calc(100% - 31%); }
  body.gs_document ul.full-width li > *:nth-child(2) {
    width: calc(100% - 31%);
    width: 31%; }
    body.gs_document ul.full-width li > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        body.gs_document ul.full-width li > *:nth-child(2) > * {
          margin-left: 0; } }
  body.gs_document ul.full-width li .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    body.gs_document ul.full-width li > *:not(:nth-child(2)),
    body.gs_document ul.full-width li > *:nth-child(2) {
      width: 80%; }
    body.gs_document ul.full-width li .btn {
      width: auto; } }
  @media (max-width: 768px) {
    body.gs_document ul.full-width li > *:not(:nth-child(2)),
    body.gs_document ul.full-width li > *:nth-child(2) {
      width: 100%; } }
  body.gs_document ul.full-width li:first-of-type {
    padding-top: 1em; }
  body.gs_document ul.full-width li h1 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      body.gs_document ul.full-width li h1 {
        font-size: 18px;
        font-size: 1.125rem; } }
  body.gs_document ul.full-width li .training-description p:last-of-type {
    margin-bottom: 0; }
  body.gs_document ul.full-width li aside {
    display: flex; }
    @media (max-width: 1024px) {
      body.gs_document ul.full-width li aside {
        margin-top: 1em; } }
  body.gs_document ul.full-width li .training-meta-info {
    border-left: 1px solid #f7941e;
    padding-left: 1rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      body.gs_document ul.full-width li .training-meta-info {
        padding-left: 0;
        margin-left: 0;
        border-left: none; } }
    body.gs_document ul.full-width li .training-meta-info .training-topics h4,
    body.gs_document ul.full-width li .training-meta-info .training-subjects h4,
    body.gs_document ul.full-width li .training-meta-info .training-populations h4 {
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      margin-bottom: 0; }

/*---------------------------------
      Nonprofit Startup Resources
-----------------------------------*/
section#np-startup-assessment > .site-container .header,
section#resources-by-region > .site-container .header {
  width: 80%; }
  @media (max-width: 768px) {
    section#np-startup-assessment > .site-container .header,
    section#resources-by-region > .site-container .header {
      width: 100%; } }

section#np-startup-assessment h2 {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    section#np-startup-assessment h2 {
      font-size: 18px;
      font-size: 1.125rem; } }
section#np-startup-assessment > .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#np-startup-assessment > .site-container .panel-page-content:not(.panel-page-header) {
    width: 39%;
    margin-left: auto;
    background: #f0ece9;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    padding-left: 2.5em;
    padding-right: 2.5em; }
    @media (max-width: 768px) {
      section#np-startup-assessment > .site-container .panel-page-content:not(.panel-page-header) {
        padding-top: 1.5em;
        padding-bottom: 1.5em; } }
    @media (max-width: 768px) {
      section#np-startup-assessment > .site-container .panel-page-content:not(.panel-page-header) {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (max-width: 480px) {
      section#np-startup-assessment > .site-container .panel-page-content:not(.panel-page-header) {
        padding-left: 1em;
        padding-right: 1em; } }
  section#np-startup-assessment > .site-container .panel-page-header {
    width: 58%; }
    section#np-startup-assessment > .site-container .panel-page-header p:last-of-type {
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  @media (max-width: 1024px) {
    section#np-startup-assessment > .site-container .panel-page-content:not(.panel-page-header),
    section#np-startup-assessment > .site-container .panel-page-header {
      width: 80%; }
    section#np-startup-assessment > .site-container .panel-page-content:not(.panel-page-header) {
      margin-left: 0; } }
  @media (max-width: 768px) {
    section#np-startup-assessment > .site-container .panel-page-content:not(.panel-page-header),
    section#np-startup-assessment > .site-container .panel-page-header {
      width: 100%; } }

section#resources-by-region ul li {
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  section#resources-by-region ul li:before {
    content: none; }
  section#resources-by-region ul li a {
    border-bottom-color: transparent; }
  #primary #lp-wrapper section#resources-by-region ul li {
    margin-bottom: 0.25em; }
section#resources-by-region #select-resources {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  section#resources-by-region #select-resources h2 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: .5em;
    margin-top: 1em; }
    @media (max-width: 1024px) {
      section#resources-by-region #select-resources h2 {
        font-size: 18px;
        font-size: 1.125rem; } }
    section#resources-by-region #select-resources h2:first-of-type {
      margin-top: 0; }
  section#resources-by-region #select-resources #column-left,
  section#resources-by-region #select-resources #column-right {
    float: none; }
  section#resources-by-region #select-resources #column-right {
    top: 0;
    margin-left: auto;
    display: flex; }
    section#resources-by-region #select-resources #column-right #us-map {
      margin-left: auto; }
  @media (max-width: 1024px) {
    section#resources-by-region #select-resources #column-left {
      order: 2; }
    section#resources-by-region #select-resources #column-right {
      order: 1;
      display: block;
      margin-left: 0; }
      section#resources-by-region #select-resources #column-right #us-map {
        margin-left: 0; } }
  @media (max-width: 480px) {
    section#resources-by-region #select-resources #column-right {
      display: none; } }
section#resources-by-region #us-map {
  width: 450px;
  height: 450px; }
  @media (max-width: 1024px) {
    section#resources-by-region #us-map {
      width: 700px; } }
  @media (max-width: 768px) {
    section#resources-by-region #us-map {
      width: 550px;
      height: 350px; } }
  @media (max-width: 600px) {
    section#resources-by-region #us-map {
      width: 450px;
      height: 300px; } }

#more-site-resources .image {
  height: 145px;
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  @media (max-width: 1024px) {
    #more-site-resources .image {
      height: auto; } }
#more-site-resources img {
  width: 100%;
  max-width: 150px; }
#primary #lp-wrapper #more-site-resources ul li {
  margin-bottom: 0; }

body.single-gs_geography ul.tabs-nav {
  display: flex;
  float: none; }
  body.single-gs_geography ul.tabs-nav > li {
    padding-left: 0;
    margin-bottom: auto;
    list-style-position: inherit;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    position: relative;
    float: none;
    display: flex;
    align-items: center; }
    body.single-gs_geography ul.tabs-nav > li:before {
      content: none; }
    body.single-gs_geography ul.tabs-nav > li > a,
    body.single-gs_geography ul.tabs-nav > li > span {
      color: #1e1e1e;
      display: block;
      border: 1px dotted #000;
      border-color: transparent;
      border-bottom: 0; }
    body.single-gs_geography ul.tabs-nav > li.open > a,
    body.single-gs_geography ul.tabs-nav > li.open > span, body.single-gs_geography ul.tabs-nav > li:hover > a,
    body.single-gs_geography ul.tabs-nav > li:hover > span, body.single-gs_geography ul.tabs-nav > li.active > a,
    body.single-gs_geography ul.tabs-nav > li.active > span {
      background-color: transparent;
      border-color: #000; }
  body.single-gs_geography ul.tabs-nav + h1 {
    display: none; }
body.single-gs_geography #selected-tab {
  display: none; }
body.single-gs_geography .geo-tabs > h1 {
  display: none; }
  @media (max-width: 768px) {
    body.single-gs_geography .geo-tabs > h1 {
      display: block; } }

ul.territory-list,
ul.state-list {
  column-count: 3;
  margin: 0 0 2em 0;
  padding: 0; }
  ul.territory-list li,
  ul.state-list li {
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style-type: none; }
  ul.territory-list + h2,
  ul.state-list + h2 {
    margin-bottom: 1.5em; }

ul.territory-list {
  column-count: auto; }
  ul.territory-list li {
    display: inline-block;
    margin-right: 1em; }

section#org-contact-us {
  border-top: 1px solid #f7941e; }
  section#org-contact-us > .site-container {
    display: flex;
    flex-wrap: wrap; }
    section#org-contact-us > .site-container > *:not(:nth-child(2)) {
      width: 31%; }
    section#org-contact-us > .site-container > *:nth-child(2) {
      width: calc(100% - 31%); }
      section#org-contact-us > .site-container > *:nth-child(2) > * {
        margin-left: 2rem; }
        @media (max-width: 1024px) {
          section#org-contact-us > .site-container > *:nth-child(2) > * {
            margin-left: 0; } }
    section#org-contact-us > .site-container .btn {
      width: auto;
      display: inline-block; }
    @media (max-width: 1024px) {
      section#org-contact-us > .site-container > *:not(:nth-child(2)),
      section#org-contact-us > .site-container > *:nth-child(2) {
        width: 80%; }
      section#org-contact-us > .site-container .btn {
        width: auto; } }
    @media (max-width: 768px) {
      section#org-contact-us > .site-container > *:not(:nth-child(2)),
      section#org-contact-us > .site-container > *:nth-child(2) {
        width: 100%; } }
  section#org-contact-us h1 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      section#org-contact-us h1 {
        font-size: 18px;
        font-size: 1.125rem; } }

/*---------------------------------
      Knowledge Base
-----------------------------------*/
article.course .details-panel h2 {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    article.course .details-panel h2 {
      font-size: 18px;
      font-size: 1.125rem; } }

#staff-recommendations > .site-container {
  padding-top: 0; }
  #staff-recommendations > .site-container > h2:first-of-type {
    width: 58%;
    margin-bottom: 1em; }
    @media (max-width: 1024px) {
      #staff-recommendations > .site-container > h2:first-of-type {
        width: 80%; } }
    @media (max-width: 768px) {
      #staff-recommendations > .site-container > h2:first-of-type {
        width: 100%; } }

#primary .site-container section#recommended-links,
#primary .site-container section#recommended-books {
  border-bottom: none;
  padding-top: 0; }
  #primary .site-container section#recommended-links h2,
  #primary .site-container section#recommended-books h2 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      #primary .site-container section#recommended-links h2,
      #primary .site-container section#recommended-books h2 {
        font-size: 18px;
        font-size: 1.125rem; } }

#recommended-links .staff-pick-label {
  margin-bottom: .5em; }
#recommended-links h2 {
  margin-bottom: .25em; }

#recommended-books ul.block-listing {
  width: 100%;
  margin: 3em 0; }
  @media (max-width: 1024px) {
    #recommended-books ul.block-listing {
      width: 80%; } }
  @media (max-width: 768px) {
    #recommended-books ul.block-listing {
      width: 100%; } }
#recommended-books li.single-block {
  display: flex; }
#recommended-books .cover-image {
  width: 25%;
  overflow: hidden;
  display: block;
  margin-right: 4%; }
  #recommended-books .cover-image img {
    width: 100%; }
#recommended-books .book-info {
  width: 71%; }

/*---------------------------------
      You Might Also Like
-----------------------------------*/
section#you-might-also-like .search-training.block {
  border: 0;
  padding: 0;
  margin: 0; }
  section#you-might-also-like .search-training.block aside.training-details,
  section#you-might-also-like .search-training.block aside.training-action,
  section#you-might-also-like .search-training.block p.training-topics {
    display: none; }
  section#you-might-also-like .search-training.block.in-person header, section#you-might-also-like .search-training.block.in-person-livestream header, section#you-might-also-like .search-training.block.webinar header {
    width: 67%; }
  section#you-might-also-like .search-training.block [class^="icon-"]:before {
    margin-left: 0; }
  section#you-might-also-like .search-training.block .special-event-label {
    /*font-size: 0.7em;*/
    top: 1.8em;
    left: -5.25em; }

/*---------------------------------
  Blog Submission Guidelines Page
-----------------------------------*/
.msg-sandy {
  /*font-size: 1.125em;*/
  padding: 1em 1em 0 1em;
  margin-bottom: 2em;
  border: 3px solid #f7941e; }

/*---------------------------------
  About page
-----------------------------------*/
section#about-panel-you-can ul.full-width li {
  display: block; }
  section#about-panel-you-can ul.full-width li > *:not(:nth-child(2)) {
    width: 31%;
    float: left;
    clear: left; }
  section#about-panel-you-can ul.full-width li > *:nth-child(2) {
    width: calc(100% - 31%);
    float: right; }
    section#about-panel-you-can ul.full-width li > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#about-panel-you-can ul.full-width li > *:nth-child(2) > * {
          margin-left: 0; } }
  section#about-panel-you-can ul.full-width li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  section#about-panel-you-can ul.full-width li .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#about-panel-you-can ul.full-width li > *:not(:nth-child(2)),
    section#about-panel-you-can ul.full-width li > *:nth-child(2) {
      width: 80%;
      float: none; }
    section#about-panel-you-can ul.full-width li .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#about-panel-you-can ul.full-width li > *:not(:nth-child(2)),
    section#about-panel-you-can ul.full-width li > *:nth-child(2) {
      width: 100%; } }
  section#about-panel-you-can ul.full-width li .description p:last-of-type {
    margin-bottom: 0; }
  section#about-panel-you-can ul.full-width li a.btn {
    margin-top: 1.5em; }
  section#about-panel-you-can ul.full-width li:nth-of-type(odd) .content {
    display: flex; }
    @media (max-width: 1024px) {
      section#about-panel-you-can ul.full-width li:nth-of-type(odd) .content {
        display: block; } }
    section#about-panel-you-can ul.full-width li:nth-of-type(odd) .content img {
      width: 100%;
      max-width: 358px; }
    @media (max-width: 1024px) {
      section#about-panel-you-can ul.full-width li:nth-of-type(odd) .content > *:first-of-type {
        margin-bottom: 1em; } }
    section#about-panel-you-can ul.full-width li:nth-of-type(odd) .content > *:nth-of-type(2) {
      margin-left: 2rem;
      width: 358px;
      flex-shrink: 0; }
      @media (max-width: 1280px) {
        section#about-panel-you-can ul.full-width li:nth-of-type(odd) .content > *:nth-of-type(2) {
          width: 45%; } }
      @media (max-width: 1024px) {
        section#about-panel-you-can ul.full-width li:nth-of-type(odd) .content > *:nth-of-type(2) {
          margin-left: 0;
          min-width: 0;
          width: 100%; } }
  section#about-panel-you-can ul.full-width li:nth-of-type(even) .content {
    display: flex; }
    @media (max-width: 1024px) {
      section#about-panel-you-can ul.full-width li:nth-of-type(even) .content {
        display: block; } }
    section#about-panel-you-can ul.full-width li:nth-of-type(even) .content img {
      width: 100%;
      max-width: 358px; }
    section#about-panel-you-can ul.full-width li:nth-of-type(even) .content > *:first-of-type {
      order: 2; }
      @media (max-width: 1024px) {
        section#about-panel-you-can ul.full-width li:nth-of-type(even) .content > *:first-of-type {
          margin-bottom: 1em; } }
    section#about-panel-you-can ul.full-width li:nth-of-type(even) .content > *:nth-of-type(2) {
      order: 1;
      width: 358px;
      flex-shrink: 0; }
      @media (max-width: 1280px) {
        section#about-panel-you-can ul.full-width li:nth-of-type(even) .content > *:nth-of-type(2) {
          width: 45%; } }
      @media (max-width: 1024px) {
        section#about-panel-you-can ul.full-width li:nth-of-type(even) .content > *:nth-of-type(2) {
          margin-left: 0;
          min-width: 0;
          width: 100%; } }

section#about-panel-find-help {
  background: #f0ece9;
  border-top: none; }
  section#about-panel-find-help + section, #lp-wrapper > section#about-panel-find-help, #lp-wrapper > section#about-panel-find-help + section {
    border-top: none; }

#lp-wrapper > section .panel-page-content ul.find-help h2 {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    #lp-wrapper > section .panel-page-content ul.find-help h2 {
      font-size: 24px;
      font-size: 1.5rem; } }
ul.find-help p:last-of-type {
  margin-bottom: 0; }

#primary #lp-wrapper section#about-grantspace-blurb h1:first-of-type {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    #primary #lp-wrapper section#about-grantspace-blurb h1:first-of-type {
      font-size: 24px;
      font-size: 1.5rem; } }
section#about-grantspace-blurb > .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#about-grantspace-blurb > .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  section#about-grantspace-blurb > .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    section#about-grantspace-blurb > .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#about-grantspace-blurb > .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#about-grantspace-blurb > .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#about-grantspace-blurb > .site-container > *:not(:nth-child(2)),
    section#about-grantspace-blurb > .site-container > *:nth-child(2) {
      width: 80%; }
    section#about-grantspace-blurb > .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#about-grantspace-blurb > .site-container > *:not(:nth-child(2)),
    section#about-grantspace-blurb > .site-container > *:nth-child(2) {
      width: 100%; } }
  section#about-grantspace-blurb > .site-container > *:nth-child(2) > * {
    width: 69%; }
    @media (max-width: 1024px) {
      section#about-grantspace-blurb > .site-container > *:nth-child(2) > * {
        width: 100%; } }

/*section#regional-hubs {
	.headline-intro.new-york:after {
		content: "Headquarters";
	}
	a {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		&:hover { color: $blue; }
	}
	h2 {
		margin-bottom: 0.15em;
	}
}*/
/*---------------------------------
  Find Us page
-----------------------------------*/
section#find-us-community > .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#find-us-community > .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  section#find-us-community > .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    section#find-us-community > .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#find-us-community > .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#find-us-community > .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#find-us-community > .site-container > *:not(:nth-child(2)),
    section#find-us-community > .site-container > *:nth-child(2) {
      width: 80%; }
    section#find-us-community > .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#find-us-community > .site-container > *:not(:nth-child(2)),
    section#find-us-community > .site-container > *:nth-child(2) {
      width: 100%; } }
section#find-us-community ul li {
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: flex;
  display: flex; }
  section#find-us-community ul li:before {
    content: none; }
  @media (max-width: 1024px) {
    section#find-us-community ul li {
      display: block; } }
  section#find-us-community ul li img {
    width: 100%;
    max-width: 130px; }
  section#find-us-community ul li > *:first-of-type {
    order: 2; }
    @media (max-width: 1024px) {
      section#find-us-community ul li > *:first-of-type {
        margin-bottom: 1em; } }
  section#find-us-community ul li > *:nth-of-type(2) {
    order: 1;
    width: 130px;
    flex-shrink: 0; }
    @media (max-width: 1280px) {
      section#find-us-community ul li > *:nth-of-type(2) {
        width: 15%; } }
    @media (max-width: 1024px) {
      section#find-us-community ul li > *:nth-of-type(2) {
        margin-left: 0;
        min-width: 0;
        width: 100%; } }
  section#find-us-community ul li .image {
    margin-right: 2em; }
#lp-wrapper > section#find-us-community .panel-page-content ul h2 {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    #lp-wrapper > section#find-us-community .panel-page-content ul h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

section#fin-map {
  padding-top: 0; }

/*---------------------------------
  Ask Us page
-----------------------------------*/
body.ask-us {
  /*.chat-container + script + script + p + .chat-unavailable {
  	display: block;
  }
  .chat-container.rn_ChatAvailable + script + script + p + .chat-unavailable {
  	display: none;
  }
  div.chat-link:before {
  	content: "";
  	padding: 0;
  	display: none;
  }
  #ask-how .chat-unavailable {
  	font-family: $semibold;
  	color: $gray;
  }*/ }

section#ask-help .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#ask-help .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  section#ask-help .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    section#ask-help .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#ask-help .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#ask-help .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#ask-help .site-container > *:not(:nth-child(2)),
    section#ask-help .site-container > *:nth-child(2) {
      width: 80%; }
    section#ask-help .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#ask-help .site-container > *:not(:nth-child(2)),
    section#ask-help .site-container > *:nth-child(2) {
      width: 100%; } }
section#ask-help h2 {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    section#ask-help h2 {
      font-size: 18px;
      font-size: 1.125rem; } }
  section#ask-help h2:nth-of-type(2) {
    margin-top: 1em; }
section#ask-help ul li {
  margin-bottom: .5em; }

section#ask-stats {
  background: #febe10;
  color: #1e1e1e;
  border-top: none; }
  section#ask-stats .btn {
    background: #000;
    color: #fff; }
    section#ask-stats .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  section#ask-stats + section, #lp-wrapper > section#ask-stats, #lp-wrapper > section#ask-stats + section {
    border-top: none; }
  section#ask-stats .ask-us-stats {
    display: flex;
    flex-wrap: wrap; }
    section#ask-stats .ask-us-stats .stat {
      display: flex;
      width: 48%; }
      section#ask-stats .ask-us-stats .stat:last-of-type {
        margin-left: auto; }
    section#ask-stats .ask-us-stats .image {
      margin-right: .5em; }
    section#ask-stats .ask-us-stats img {
      width: 100%;
      max-width: 130px; }
    section#ask-stats .ask-us-stats p {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      section#ask-stats .ask-us-stats p span.number {
        display: block;
        line-height: 1.333;
        font-size: 36px;
        font-size: 2.25rem; }
        @media (max-width: 1024px) {
          section#ask-stats .ask-us-stats p span.number {
            font-size: 24px;
            font-size: 1.5rem; } }
    @media (max-width: 768px) {
      section#ask-stats .ask-us-stats .stat {
        width: 100%; }
        section#ask-stats .ask-us-stats .stat:first-of-type {
          margin-bottom: 1em; } }
    @media (max-width: 600px) {
      section#ask-stats .ask-us-stats .image {
        display: none; } }

section#ask-answers .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#ask-answers .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  section#ask-answers .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    section#ask-answers .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#ask-answers .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#ask-answers .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#ask-answers .site-container > *:not(:nth-child(2)),
    section#ask-answers .site-container > *:nth-child(2) {
      width: 80%; }
    section#ask-answers .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#ask-answers .site-container > *:not(:nth-child(2)),
    section#ask-answers .site-container > *:nth-child(2) {
      width: 100%; } }
section#ask-answers p.online-form {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    section#ask-answers p.online-form {
      font-size: 18px;
      font-size: 1.125rem; } }
section#ask-answers .knowledge-base-list ul {
  margin-bottom: 0; }

section#ask-team .site-container {
  display: flex;
  flex-wrap: wrap; }
  section#ask-team .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  section#ask-team .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    section#ask-team .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#ask-team .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#ask-team .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#ask-team .site-container > *:not(:nth-child(2)),
    section#ask-team .site-container > *:nth-child(2) {
      width: 80%; }
    section#ask-team .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#ask-team .site-container > *:not(:nth-child(2)),
    section#ask-team .site-container > *:nth-child(2) {
      width: 100%; } }
section#ask-team #meet-team .person-organization,
section#ask-team #meet-team .person-bio-link {
  display: none; }

/*---------------------------------
  Home page
-----------------------------------*/
body.home .page-header .site-container {
  padding-bottom: 3em; }
body.home .page-header h1.page-title {
  max-width: 100%; }
body.home .page-header p#breadcrumbs {
  display: none; }
body.home .entry-header {
  background-color: transparent; }
  body.home .entry-header h1.entry-title,
  body.home .entry-header p {
    max-width: 100%; }
  body.home .entry-header h1.entry-title {
    line-height: 1.333;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 0.5em; }
    @media (max-width: 1024px) {
      body.home .entry-header h1.entry-title {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media (max-width: 768px) {
      body.home .entry-header h1.entry-title {
        font-size: 32px;
        font-size: 2rem; } }
    @media (max-width: 600px) {
      body.home .entry-header h1.entry-title {
        font-size: 26px;
        font-size: 1.625rem; } }
    body.home .entry-header h1.entry-title + p {
      margin-top: 0; }
  body.home .entry-header p {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.5em; }
    @media (max-width: 1024px) {
      body.home .entry-header p {
        font-size: 16px;
        font-size: 1rem; } }

#home-panel-hero {
  position: relative;
  background: #febe10;
  color: #1e1e1e;
  border-top: none; }
  #home-panel-hero .btn {
    background: #000;
    color: #fff; }
    #home-panel-hero .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  #home-panel-hero + section, #lp-wrapper > #home-panel-hero, #lp-wrapper > #home-panel-hero + section {
    border-top: none; }

#home-jumplinks .site-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 5em; }
  @media (max-width: 1024px) {
    #home-jumplinks .site-container {
      padding-bottom: 4em; } }
  @media (max-width: 768px) {
    #home-jumplinks .site-container {
      padding-bottom: 3em; } }
  @media (max-width: 480px) {
    #home-jumplinks .site-container {
      padding-bottom: 2em; } }
  #home-jumplinks .site-container::before {
    content: '';
    display: block;
    margin: 0 auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
    height: 2px;
    background: #fff;
    width: 100%;
    margin-bottom: 1em; }
    @media (max-width: 768px) {
      #home-jumplinks .site-container::before {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (max-width: 480px) {
      #home-jumplinks .site-container::before {
        padding-left: 1em;
        padding-right: 1em; } }
#home-jumplinks ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 69%; }
  #home-jumplinks ul > li {
    padding-left: 0;
    margin-bottom: auto;
    list-style-position: inherit;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
    #home-jumplinks ul > li:before {
      content: none; }
#home-jumplinks li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 5%;
  display: flex;
  width: 25%;
  height: 100%; }
  #home-jumplinks li a {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
    border-bottom: none;
    display: flex;
    height: 100%;
    width: 100%;
    padding: .25em;
    line-height: 1.35; }
    #home-jumplinks li a:hover {
      background: transparent; }
    #home-jumplinks li a:hover {
      background: #000;
      color: #fff; }
#home-jumplinks #jump-fin {
  width: 31%;
  margin-left: auto;
  position: relative; }
  #home-jumplinks #jump-fin #find-candid {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
    border: none;
    padding: 0.5em .75em;
    display: flex;
    min-height: 2.5rem;
    align-items: center;
    border-radius: 0;
    margin: 0;
    transition: 0.5s ease;
    background: #febe10;
    color: #1e1e1e;
    border: 2px solid #fff;
    padding-top: calc(.5em - 2px);
    padding-bottom: calc(.5em - 2px);
    width: 11.3em;
    margin-left: auto;
    transition: none;
    cursor: pointer; }
    #home-jumplinks #jump-fin #find-candid:hover {
      background-color: #f7941e; }
  #home-jumplinks #jump-fin form {
    display: none;
    width: 90%;
    margin-right: 10%; }
    #home-jumplinks #jump-fin form input[type="submit"] {
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
      border: none;
      padding: 0.5em .75em;
      display: flex;
      min-height: 2.5rem;
      align-items: center;
      border-radius: 0;
      margin: 0;
      transition: 0.5s ease;
      background: black;
      color: #fff; }
      #home-jumplinks #jump-fin form input[type="submit"]:hover {
        background-color: #fff;
        color: #1e1e1e; }
  #home-jumplinks #jump-fin.open #find-candid {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 10%;
    padding: 0; }
    #home-jumplinks #jump-fin.open #find-candid:hover {
      background-color: transparent; }
    #home-jumplinks #jump-fin.open #find-candid span {
      display: none; }
    #home-jumplinks #jump-fin.open #find-candid::after {
      font-size: 1.5em;
      font-family: "Material Icons Outlined";
      content: "close";
      display: block;
      margin-left: auto; }
  #home-jumplinks #jump-fin.open form {
    display: flex; }

#home-image-wrap {
  background: #f0ece9; }

#home-image {
  height: 40em;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  background: url(../images/home/grantspace-hero.jpg);
  background-size: cover;
  background-position: center bottom; }
  @media (max-width: 1280px) {
    #home-image {
      height: 30em; } }
  @media (max-width: 768px) {
    #home-image {
      height: 20em; } }
  @media (max-width: 600px) {
    #home-image {
      height: 14em; } }
  @media (max-width: 480px) {
    #home-image {
      height: 12em; } }

#primary #home-panel-training.site-container section h2 {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    #primary #home-panel-training.site-container section h2 {
      font-size: 24px;
      font-size: 1.5rem; } }
@media (max-width: 1024px) {
  #home-panel-training section#training-upcoming #upcoming-live-training,
  #home-panel-training section#training-upcoming #upcoming-on-demand-training {
    display: flex;
    flex-wrap: wrap; }
    #home-panel-training section#training-upcoming #upcoming-live-training > *:first-child,
    #home-panel-training section#training-upcoming #upcoming-on-demand-training > *:first-child {
      order: 2;
      margin-top: 1em; }
    #home-panel-training section#training-upcoming #upcoming-live-training > *:nth-child(2),
    #home-panel-training section#training-upcoming #upcoming-on-demand-training > *:nth-child(2) {
      order: 1; } }
@media (max-width: 1024px) {
  #home-panel-training section#training-upcoming #upcoming-on-demand-training {
    margin-top: 0; } }

#home-panel-topics .article-container,
#home-panel-resources .article-container,
#home-panel-for-organizations .article-container,
#home-panel-about .article-container,
#home-panel-blm .article-container,
#home-panel-emergency-message .article-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: 3.125em;
  padding-bottom: 3.125em; }
  #home-panel-topics .article-container:after,
  #home-panel-resources .article-container:after,
  #home-panel-for-organizations .article-container:after,
  #home-panel-about .article-container:after,
  #home-panel-blm .article-container:after,
  #home-panel-emergency-message .article-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 768px) {
    #home-panel-topics .article-container,
    #home-panel-resources .article-container,
    #home-panel-for-organizations .article-container,
    #home-panel-about .article-container,
    #home-panel-blm .article-container,
    #home-panel-emergency-message .article-container {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (max-width: 480px) {
    #home-panel-topics .article-container,
    #home-panel-resources .article-container,
    #home-panel-for-organizations .article-container,
    #home-panel-about .article-container,
    #home-panel-blm .article-container,
    #home-panel-emergency-message .article-container {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (max-width: 768px) {
    #home-panel-topics .article-container,
    #home-panel-resources .article-container,
    #home-panel-for-organizations .article-container,
    #home-panel-about .article-container,
    #home-panel-blm .article-container,
    #home-panel-emergency-message .article-container {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (max-width: 480px) {
    #home-panel-topics .article-container,
    #home-panel-resources .article-container,
    #home-panel-for-organizations .article-container,
    #home-panel-about .article-container,
    #home-panel-blm .article-container,
    #home-panel-emergency-message .article-container {
      padding-top: 2em;
      padding-bottom: 2em; } }

#home-panel-topics {
  background: #f0ece9;
  border-top: none; }
  #home-panel-topics + section, #lp-wrapper > #home-panel-topics, #lp-wrapper > #home-panel-topics + section {
    border-top: none; }
  #home-panel-topics .article-container {
    display: block; }
    #home-panel-topics .article-container > *:not(:nth-child(2)) {
      width: 31%;
      float: left;
      clear: left; }
    #home-panel-topics .article-container > *:nth-child(2) {
      width: calc(100% - 31%);
      float: right; }
      #home-panel-topics .article-container > *:nth-child(2) > * {
        margin-left: 2rem; }
        @media (max-width: 1024px) {
          #home-panel-topics .article-container > *:nth-child(2) > * {
            margin-left: 0; } }
    #home-panel-topics .article-container:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    #home-panel-topics .article-container .btn {
      width: auto;
      display: inline-block; }
    @media (max-width: 1024px) {
      #home-panel-topics .article-container > *:not(:nth-child(2)),
      #home-panel-topics .article-container > *:nth-child(2) {
        width: 80%;
        float: none; }
      #home-panel-topics .article-container .btn {
        width: auto; } }
    @media (max-width: 768px) {
      #home-panel-topics .article-container > *:not(:nth-child(2)),
      #home-panel-topics .article-container > *:nth-child(2) {
        width: 100%; } }
    #home-panel-topics .article-container ul.half-list > li {
      padding-left: 0;
      margin-bottom: auto;
      list-style-position: inherit;
      position: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit; }
      #home-panel-topics .article-container ul.half-list > li:before {
        content: none; }
      #home-panel-topics .article-container ul.half-list > li .subtitle {
        display: block; }
        @media (max-width: 768px) {
          #home-panel-topics .article-container ul.half-list > li .subtitle {
            display: inline; } }

#home-panel-resources .article-container {
  display: flex;
  flex-wrap: wrap; }
  #home-panel-resources .article-container > *:not(:nth-child(2)) {
    width: 31%; }
  #home-panel-resources .article-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    #home-panel-resources .article-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        #home-panel-resources .article-container > *:nth-child(2) > * {
          margin-left: 0; } }
  #home-panel-resources .article-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    #home-panel-resources .article-container > *:not(:nth-child(2)),
    #home-panel-resources .article-container > *:nth-child(2) {
      width: 80%; }
    #home-panel-resources .article-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    #home-panel-resources .article-container > *:not(:nth-child(2)),
    #home-panel-resources .article-container > *:nth-child(2) {
      width: 100%; } }
  #home-panel-resources .article-container .home-resources-wrap {
    display: flex; }
    @media (max-width: 1024px) {
      #home-panel-resources .article-container .home-resources-wrap {
        display: block; } }
    #home-panel-resources .article-container .home-resources-wrap img {
      width: 100%;
      max-width: 300px; }
    @media (max-width: 1024px) {
      #home-panel-resources .article-container .home-resources-wrap > *:first-of-type {
        margin-bottom: 1em; } }
    #home-panel-resources .article-container .home-resources-wrap > *:nth-of-type(2) {
      margin-left: 2rem;
      width: 300px;
      flex-shrink: 0; }
      @media (max-width: 1280px) {
        #home-panel-resources .article-container .home-resources-wrap > *:nth-of-type(2) {
          width: 45%; } }
      @media (max-width: 1024px) {
        #home-panel-resources .article-container .home-resources-wrap > *:nth-of-type(2) {
          margin-left: 0;
          min-width: 0;
          width: 100%; } }
  #home-panel-resources .article-container ul {
    margin-bottom: 0;
    margin-right: 1em; }
    #home-panel-resources .article-container ul li {
      margin-bottom: 1em; }
      #home-panel-resources .article-container ul li h2 {
        line-height: 1.5;
        font-size: 24px;
        font-size: 1.5rem; }
        @media (max-width: 1024px) {
          #home-panel-resources .article-container ul li h2 {
            font-size: 18px;
            font-size: 1.125rem; } }

#home-panel-for-organizations {
  background: #febe10;
  color: #1e1e1e;
  border-top: none; }
  #home-panel-for-organizations .btn {
    background: #000;
    color: #fff; }
    #home-panel-for-organizations .btn:hover {
      background-color: #fff;
      color: #1e1e1e; }
  #home-panel-for-organizations + section, #lp-wrapper > #home-panel-for-organizations, #lp-wrapper > #home-panel-for-organizations + section {
    border-top: none; }
  #home-panel-for-organizations .article-container {
    display: block; }
    #home-panel-for-organizations .article-container > *:not(:nth-child(2)) {
      width: 31%;
      float: left;
      clear: left; }
    #home-panel-for-organizations .article-container > *:nth-child(2) {
      width: calc(100% - 31%);
      float: right; }
      #home-panel-for-organizations .article-container > *:nth-child(2) > * {
        margin-left: 2rem; }
        @media (max-width: 1024px) {
          #home-panel-for-organizations .article-container > *:nth-child(2) > * {
            margin-left: 0; } }
    #home-panel-for-organizations .article-container:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    #home-panel-for-organizations .article-container .btn {
      width: auto;
      display: inline-block; }
    @media (max-width: 1024px) {
      #home-panel-for-organizations .article-container > *:not(:nth-child(2)),
      #home-panel-for-organizations .article-container > *:nth-child(2) {
        width: 80%;
        float: none; }
      #home-panel-for-organizations .article-container .btn {
        width: auto; } }
    @media (max-width: 768px) {
      #home-panel-for-organizations .article-container > *:not(:nth-child(2)),
      #home-panel-for-organizations .article-container > *:nth-child(2) {
        width: 100%; } }
    #home-panel-for-organizations .article-container h3 {
      line-height: 1.5;
      font-size: 24px;
      font-size: 1.5rem; }
      @media (max-width: 1024px) {
        #home-panel-for-organizations .article-container h3 {
          font-size: 18px;
          font-size: 1.125rem; } }
    #home-panel-for-organizations .article-container .btn {
      background: #000;
      color: #fff; }
      #home-panel-for-organizations .article-container .btn:hover {
        background-color: #fff;
        color: #1e1e1e; }
    #home-panel-for-organizations .article-container > :nth-child(2) {
      padding-right: 25%; }
    #home-panel-for-organizations .article-container .panel-page-content > p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 1280px) {
      #home-panel-for-organizations .article-container > :nth-child(2) {
        padding-right: 0; } }

#home-panel-about .article-container {
  display: block; }
  #home-panel-about .article-container > *:not(:nth-child(2)) {
    width: 31%;
    float: left;
    clear: left; }
  #home-panel-about .article-container > *:nth-child(2) {
    width: calc(100% - 31%);
    float: right; }
    #home-panel-about .article-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        #home-panel-about .article-container > *:nth-child(2) > * {
          margin-left: 0; } }
  #home-panel-about .article-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #home-panel-about .article-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    #home-panel-about .article-container > *:not(:nth-child(2)),
    #home-panel-about .article-container > *:nth-child(2) {
      width: 80%;
      float: none; }
    #home-panel-about .article-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    #home-panel-about .article-container > *:not(:nth-child(2)),
    #home-panel-about .article-container > *:nth-child(2) {
      width: 100%; } }
  #home-panel-about .article-container .panel-page-content > p:last-of-type {
    margin-bottom: 0; }
  #home-panel-about .article-container img {
    width: 100%;
    max-width: 728px; }

#home-panel-blm .panel-page-content,
#home-panel-emergency-message .panel-page-content {
  width: 80%; }
  @media (max-width: 768px) {
    #home-panel-blm .panel-page-content,
    #home-panel-emergency-message .panel-page-content {
      width: 100%; } }
  #home-panel-blm .panel-page-content p:last-of-type,
  #home-panel-emergency-message .panel-page-content p:last-of-type {
    margin-bottom: 0; }

#home-panel-emergency-message {
  border-bottom: 1px solid #f7941e; }

/*---------------------------------
      					GIGYA
-----------------------------------*/
.gigya-share-widget {
  float: right; }

/*---------------------------------
      LOGIN PAGE
-----------------------------------*/
body.login #footer-wrapper #newsletter-signup,
body.library-sign-in #footer-wrapper #newsletter-signup,
body.library-thank-you #footer-wrapper #newsletter-signup {
  background: #000;
  color: #fff;
  border-top: none; }
  body.login #footer-wrapper #newsletter-signup .btn,
  body.library-sign-in #footer-wrapper #newsletter-signup .btn,
  body.library-thank-you #footer-wrapper #newsletter-signup .btn {
    background: #febe10;
    color: #1e1e1e; }
    body.login #footer-wrapper #newsletter-signup .btn:hover,
    body.library-sign-in #footer-wrapper #newsletter-signup .btn:hover,
    body.library-thank-you #footer-wrapper #newsletter-signup .btn:hover {
      background-color: #f7941e; }
  body.login #footer-wrapper #newsletter-signup + section, #lp-wrapper > body.login #footer-wrapper #newsletter-signup, #lp-wrapper > body.login #footer-wrapper #newsletter-signup + section,
  body.library-sign-in #footer-wrapper #newsletter-signup + section, #lp-wrapper >
  body.library-sign-in #footer-wrapper #newsletter-signup, #lp-wrapper >
  body.library-sign-in #footer-wrapper #newsletter-signup + section,
  body.library-thank-you #footer-wrapper #newsletter-signup + section, #lp-wrapper >
  body.library-thank-you #footer-wrapper #newsletter-signup, #lp-wrapper >
  body.library-thank-you #footer-wrapper #newsletter-signup + section {
    border-top: none; }

#login-wrapper .page-header,
#join-wrapper .page-header {
  background: none; }
  #login-wrapper .page-header h1.page-title,
  #login-wrapper .page-header p,
  #join-wrapper .page-header h1.page-title,
  #join-wrapper .page-header p {
    max-width: 100%; }
  #login-wrapper .page-header::before,
  #join-wrapper .page-header::before {
    content: '';
    display: block;
    width: 100%;
    height: 25em;
    background: #febe10;
    position: absolute;
    z-index: -1; }
    @media (max-width: 1024px) {
      #login-wrapper .page-header::before,
      #join-wrapper .page-header::before {
        height: 19em; } }
#login-wrapper #column-left::before,
#join-wrapper #column-left::before {
  content: '';
  display: block;
  margin-bottom: 3em; }
#login-wrapper #column-right,
#join-wrapper #column-right {
  top: 0;
  margin-top: 3em; }
#login-wrapper article#gigya-login,
#join-wrapper article#gigya-login {
  margin: 1em 0 0;
  padding: 0; }
  #login-wrapper article#gigya-login h1,
  #join-wrapper article#gigya-login h1 {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  #login-wrapper article#gigya-login #gigya-custom-login-target_uiContainer,
  #join-wrapper article#gigya-login #gigya-custom-login-target_uiContainer {
    width: 100% !important; }
  #login-wrapper article#gigya-login button,
  #join-wrapper article#gigya-login button {
    background: transparent;
    padding: 0;
    min-height: 0; }
  #login-wrapper article#gigya-login table, #login-wrapper article#gigya-login th, #login-wrapper article#gigya-login td,
  #join-wrapper article#gigya-login table,
  #join-wrapper article#gigya-login th,
  #join-wrapper article#gigya-login td {
    border: 0;
    padding: 0; }

/*LOGIN PAGE*/
#login-wrapper form#loginform,
#login-wrapper form#library-loginform {
  /* custom checkbox */ }
  #login-wrapper form#loginform input[type=checkbox],
  #login-wrapper form#library-loginform input[type=checkbox] {
    display: block !important;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
    margin-right: .5em; }
  #login-wrapper form#loginform p.login-remember label,
  #login-wrapper form#library-loginform p.login-remember label {
    display: flex;
    align-items: center;
    line-height: normal;
    cursor: pointer; }
#login-wrapper a.forgot-password {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  margin-top: 1em;
  display: inline-block; }
#login-wrapper article#grantspace-login {
  position: relative; }

/*JOIN PAGE*/
@media (max-width: 1280px) {
  #join-wrapper .page-header::before {
    height: 28em; } }
#join-wrapper form#registerform h2 {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 1em;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    #join-wrapper form#registerform h2 {
      font-size: 18px;
      font-size: 1.125rem; } }
#join-wrapper form#registerform input[type="text"], #join-wrapper form#registerform input[type="password"], #join-wrapper form#registerform input[type="email"], #join-wrapper form#registerform select {
  width: 100%; }
#join-wrapper form#registerform br {
  display: none; }
#join-wrapper form#registerform .country-wrapper {
  display: block;
  margin-top: 1em; }
#join-wrapper form#registerform .newsletter {
  margin: 0.25em 0; }
  #join-wrapper form#registerform .newsletter label {
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
#join-wrapper form#registerform .note {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
#join-wrapper form#registerform input[type="submit"] {
  display: block;
  background: #febe10;
  color: #1e1e1e; }
  #join-wrapper form#registerform input[type="submit"]:hover {
    background-color: #f7941e; }

/*-------- Login Modal -------- */
.fancybox-wrap #login-wrapper {
  max-width: 460px; }
  .fancybox-wrap #login-wrapper .site-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 2em;
    padding-bottom: 1em; }
  .fancybox-wrap #login-wrapper #column-left,
  .fancybox-wrap #login-wrapper #column-right {
    width: 100%;
    float: none; }
  .fancybox-wrap #login-wrapper #column-left > * {
    display: none; }
  .fancybox-wrap #login-wrapper #column-left p:last-of-type {
    display: block;
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      .fancybox-wrap #login-wrapper #column-left p:last-of-type {
        font-size: 18px;
        font-size: 1.125rem; } }
  .fancybox-wrap #login-wrapper #column-left::before {
    margin-bottom: 1em; }
  .fancybox-wrap #login-wrapper #column-right {
    margin-top: 0; }
    .fancybox-wrap #login-wrapper #column-right h1 {
      line-height: 1.5;
      font-size: 24px;
      font-size: 1.5rem; }
      @media (max-width: 1024px) {
        .fancybox-wrap #login-wrapper #column-right h1 {
          font-size: 18px;
          font-size: 1.125rem; } }
  .fancybox-wrap #login-wrapper article#gigya-login {
    display: none; }
  .fancybox-wrap #login-wrapper section#welcome-back p.new-to-grantspace {
    display: block;
    margin: 1em 0 0 0;
    /*font-size: 1em;*/
    padding: 1em;
    text-align: center;
    background: #f0ece9; }
    .fancybox-wrap #login-wrapper section#welcome-back p.new-to-grantspace a {
      display: inline; }
  .fancybox-wrap #login-wrapper section#welcome-back,
  .fancybox-wrap #login-wrapper section#login {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    float: none; }
  .fancybox-wrap #login-wrapper #grantspace-login {
    padding: 1em 0; }
  .fancybox-wrap #login-wrapper form#loginform, .fancybox-wrap #login-wrapper form#library-loginform {
    margin-top: 1em; }
    .fancybox-wrap #login-wrapper form#loginform input#wp-submit, .fancybox-wrap #login-wrapper form#library-loginform input#wp-submit {
      margin: 1em auto; }
  .fancybox-wrap #login-wrapper .forgot-password {
    /*font-size: 0.8em;*/
    bottom: 7em; }
  .fancybox-wrap #login-wrapper p {
    margin: 0.5em 0; }
  .fancybox-wrap #login-wrapper .or-divider {
    /*font-size: 0.7em;*/ }

/*---------------------------------
Library sign-in, sign-up, thank you
-----------------------------------*/
body.library-sign-in,
body.library-sign-up,
body.library-thank-you {
  height: 100%; }

body.library-sign-in #login-wrapper,
body.library-sign-up #join-wrapper,
body.library-thank-you #login-wrapper {
  text-align: center;
  overflow-y: hidden; }
  body.library-sign-in #login-wrapper p,
  body.library-sign-up #join-wrapper p,
  body.library-thank-you #login-wrapper p {
    text-align: left; }
  body.library-sign-in #login-wrapper .candid-logo,
  body.library-sign-in #login-wrapper .candid-learning-logo,
  body.library-sign-up #join-wrapper .candid-logo,
  body.library-sign-up #join-wrapper .candid-learning-logo,
  body.library-thank-you #login-wrapper .candid-logo,
  body.library-thank-you #login-wrapper .candid-learning-logo {
    margin: 0 auto; }
  body.library-sign-in #login-wrapper .candid-logo,
  body.library-sign-up #join-wrapper .candid-logo,
  body.library-thank-you #login-wrapper .candid-logo {
    background-image: url("https://cdn.candid.org/images/candid-logo/candid-logo.svg");
    background-repeat: no-repeat;
    background-size: 22.500em 4.917em;
    width: 23em;
    height: 6em;
    display: block;
    text-indent: -9999px;
    font-size: 1em;
    font-size: .75em; }
  body.library-sign-in #login-wrapper .candid-learning-logo,
  body.library-sign-up #join-wrapper .candid-learning-logo,
  body.library-thank-you #login-wrapper .candid-learning-logo {
    background-image: url("https://cdn.candid.org/images/logos/candid-learning-logo.svg");
    background-repeat: no-repeat;
    background-size: 10.07825em 4.614em;
    width: 10.5em;
    height: 4.75em;
    display: block;
    text-indent: -9999px;
    font-size: 1em;
    background-position: 0 0.1em;
    display: none; }
  body.library-sign-in #login-wrapper section#primary,
  body.library-sign-up #join-wrapper section#primary,
  body.library-thank-you #login-wrapper section#primary {
    min-height: 100vh; }
  body.library-sign-in #login-wrapper section#login,
  body.library-sign-in #login-wrapper section#join,
  body.library-sign-up #join-wrapper section#login,
  body.library-sign-up #join-wrapper section#join,
  body.library-thank-you #login-wrapper section#login,
  body.library-thank-you #login-wrapper section#join {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 600px; }
    body.library-sign-in #login-wrapper section#login:after,
    body.library-sign-in #login-wrapper section#join:after,
    body.library-sign-up #join-wrapper section#login:after,
    body.library-sign-up #join-wrapper section#join:after,
    body.library-thank-you #login-wrapper section#login:after,
    body.library-thank-you #login-wrapper section#join:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  body.library-sign-in #login-wrapper h1,
  body.library-sign-up #join-wrapper h1,
  body.library-thank-you #login-wrapper h1 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 2em; }
    @media (max-width: 1024px) {
      body.library-sign-in #login-wrapper h1,
      body.library-sign-up #join-wrapper h1,
      body.library-thank-you #login-wrapper h1 {
        font-size: 18px;
        font-size: 1.125rem; } }
    body.library-sign-in #login-wrapper h1 span,
    body.library-sign-up #join-wrapper h1 span,
    body.library-thank-you #login-wrapper h1 span {
      display: block; }
  body.library-sign-in #login-wrapper .login-password,
  body.library-sign-in #login-wrapper #nav-multisite,
  body.library-sign-in #login-wrapper #main-header,
  body.library-sign-in #login-wrapper .toggle-mobile,
  body.library-sign-up #join-wrapper .login-password,
  body.library-sign-up #join-wrapper #nav-multisite,
  body.library-sign-up #join-wrapper #main-header,
  body.library-sign-up #join-wrapper .toggle-mobile,
  body.library-thank-you #login-wrapper .login-password,
  body.library-thank-you #login-wrapper #nav-multisite,
  body.library-thank-you #login-wrapper #main-header,
  body.library-thank-you #login-wrapper .toggle-mobile {
    display: none !important; }
  body.library-sign-in #login-wrapper p.newsletter,
  body.library-sign-up #join-wrapper p.newsletter,
  body.library-thank-you #login-wrapper p.newsletter {
    line-height: 1.15em;
    margin: .5em 0; }

body.library-thank-you #login-wrapper h1 span {
  line-height: 1.3; }

body.library-sign-up h2:first-child {
  margin-top: 0 !important; }
body.library-sign-up .newsletter {
  text-align: left; }
  body.library-sign-up .newsletter label {
    display: inline; }

body.library-thank-you section#login {
  background-color: transparent;
  max-width: 100%; }

/*---------------------------------
  Individual topic page
-----------------------------------*/
#promo-by-topic {
  background: #f0ece9;
  border-top: none; }
  #promo-by-topic + section, #lp-wrapper > #promo-by-topic, #lp-wrapper > #promo-by-topic + section {
    border-top: none; }
  #promo-by-topic .site-container .promo-text {
    display: flex;
    flex-wrap: wrap; }
    #promo-by-topic .site-container .promo-text > *:not(:nth-child(2)) {
      width: 31%; }
    #promo-by-topic .site-container .promo-text > *:nth-child(2) {
      width: calc(100% - 31%); }
      #promo-by-topic .site-container .promo-text > *:nth-child(2) > * {
        margin-left: 2rem; }
        @media (max-width: 1024px) {
          #promo-by-topic .site-container .promo-text > *:nth-child(2) > * {
            margin-left: 0; } }
    #promo-by-topic .site-container .promo-text .btn {
      width: auto;
      display: inline-block; }
    @media (max-width: 1024px) {
      #promo-by-topic .site-container .promo-text > *:not(:nth-child(2)),
      #promo-by-topic .site-container .promo-text > *:nth-child(2) {
        width: 80%; }
      #promo-by-topic .site-container .promo-text .btn {
        width: auto; } }
    @media (max-width: 768px) {
      #promo-by-topic .site-container .promo-text > *:not(:nth-child(2)),
      #promo-by-topic .site-container .promo-text > *:nth-child(2) {
        width: 100%; } }
  #promo-by-topic .promo-image {
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      #promo-by-topic .promo-image {
        margin-bottom: 1em; } }
  #promo-by-topic .promo-content p:last-of-type {
    margin-bottom: 0; }

section#blog-posts .site-container {
  display: block; }
  section#blog-posts .site-container > *:not(:nth-child(2)) {
    width: 31%;
    float: left;
    clear: left; }
  section#blog-posts .site-container > *:nth-child(2) {
    width: calc(100% - 31%);
    float: right; }
    section#blog-posts .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        section#blog-posts .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  section#blog-posts .site-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  section#blog-posts .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    section#blog-posts .site-container > *:not(:nth-child(2)),
    section#blog-posts .site-container > *:nth-child(2) {
      width: 80%;
      float: none; }
    section#blog-posts .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    section#blog-posts .site-container > *:not(:nth-child(2)),
    section#blog-posts .site-container > *:nth-child(2) {
      width: 100%; } }
  section#blog-posts .site-container > :nth-child(2) > * {
    border-left: 1px solid #f7941e;
    padding-left: 1rem;
    margin-left: 1rem; }
    @media (max-width: 1024px) {
      section#blog-posts .site-container > :nth-child(2) > * {
        padding-left: 0;
        margin-left: 0;
        border-left: none; } }
  section#blog-posts .site-container > *:nth-child(2) > * {
    width: 69%; }
    @media (max-width: 1024px) {
      section#blog-posts .site-container > *:nth-child(2) > * {
        width: 100%; } }
section#blog-posts ul li:first-child {
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-bottom: 1px dotted #000;
  margin-bottom: 1.5em; }
  section#blog-posts ul li:first-child:before {
    content: none; }
  section#blog-posts ul li:first-child h2 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      section#blog-posts ul li:first-child h2 {
        font-size: 18px;
        font-size: 1.125rem; } }
  section#blog-posts ul li:first-child .blog-date {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    margin-bottom: .5em; }
section#blog-posts ul li + li h2 {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (max-width: 1024px) {
    section#blog-posts ul li + li h2 {
      font-size: 16px;
      font-size: 1rem; } }
section#blog-posts ul li + li p,
section#blog-posts ul li + li .blog-date {
  display: none; }
section#blog-posts + section#other-resources {
  border-top: 1px solid #f7941e; }

section#training-upcoming-by-topic .training-list ul > li .image,
section#other-resources .site-container > ul > li .image {
  margin-bottom: .5em;
  height: 95px;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 1024px) {
    section#training-upcoming-by-topic .training-list ul > li .image,
    section#other-resources .site-container > ul > li .image {
      height: auto; } }

section#training-upcoming-by-topic .training-list ul > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1em; }
  section#training-upcoming-by-topic .training-list ul > li h2 {
    margin-bottom: 1em; }
  section#training-upcoming-by-topic .training-list ul > li.training-type-special-event img, section#training-upcoming-by-topic .training-list ul > li.training-type-webinar img {
    width: 100%;
    max-width: 75px; }
section#training-upcoming-by-topic .search-training.block {
  border-top: 1px dotted #000;
  padding: 1em 0; }
  section#training-upcoming-by-topic .search-training.block .flex-container {
    flex-direction: column; }
  section#training-upcoming-by-topic .search-training.block h1 {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em; }
    @media (max-width: 1024px) {
      section#training-upcoming-by-topic .search-training.block h1 {
        font-size: 16px;
        font-size: 1rem; } }
  section#training-upcoming-by-topic .search-training.block header,
  section#training-upcoming-by-topic .search-training.block aside.training-details,
  section#training-upcoming-by-topic .search-training.block aside.training-action {
    width: 100%; }
  section#training-upcoming-by-topic .search-training.block aside {
    border-left: none;
    padding-left: 0;
    margin-left: 0; }
    section#training-upcoming-by-topic .search-training.block aside.training-details span:last-child {
      margin-bottom: 0.4em; }
    section#training-upcoming-by-topic .search-training.block aside.training-action {
      min-width: auto;
      align-items: flex-start; }
      section#training-upcoming-by-topic .search-training.block aside.training-action .training-price {
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem;
        font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
        font-weight: normal; }
  section#training-upcoming-by-topic .search-training.block .top-info,
  section#training-upcoming-by-topic .search-training.block .left-image,
  section#training-upcoming-by-topic .search-training.block aside.training-action a,
  section#training-upcoming-by-topic .search-training.block aside.training-action button,
  section#training-upcoming-by-topic .search-training.block .special-event-label,
  section#training-upcoming-by-topic .search-training.block .training-time,
  section#training-upcoming-by-topic .search-training.block .training-description,
  section#training-upcoming-by-topic .search-training.block .training-topics {
    display: none; }
  @media (max-width: 1024px) {
    section#training-upcoming-by-topic .search-training.block {
      width: 100%; } }
section#training-upcoming-by-topic .search-training-wrap {
  background: #febe10; }
  section#training-upcoming-by-topic .search-training-wrap .site-container {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (max-width: 768px) {
      section#training-upcoming-by-topic .search-training-wrap .site-container {
        padding-top: 1.75em;
        padding-bottom: 1.75em; } }
section#training-upcoming-by-topic .training-search-widget {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  section#training-upcoming-by-topic .training-search-widget h3 {
    margin-right: 1em;
    width: 31%;
    margin-bottom: 0; }
  section#training-upcoming-by-topic .training-search-widget form > div {
    display: flex;
    align-items: flex-end; }
  section#training-upcoming-by-topic .training-search-widget .field-location {
    width: 12em; }
  section#training-upcoming-by-topic .training-search-widget .field-submit input {
    height: 2.813rem; }
    @media (max-width: 1024px) {
      section#training-upcoming-by-topic .training-search-widget .field-submit input {
        height: 2.5rem; } }
  @media (max-width: 1024px) {
    section#training-upcoming-by-topic .training-search-widget h3 {
      width: 100%;
      margin-bottom: .5em; } }
section#training-upcoming-by-topic #upcoming-on-demand-training .btn {
  margin-bottom: 1em; }
section#training-upcoming-by-topic #upcoming-on-demand-training .training-type-self-paced-learning .training-description {
  display: block; }
  section#training-upcoming-by-topic #upcoming-on-demand-training .training-type-self-paced-learning .training-description p {
    margin-bottom: .75em; }
section#training-upcoming-by-topic #upcoming-on-demand-training .training-type-video .training-action .training-price,
section#training-upcoming-by-topic #upcoming-on-demand-training .training-type-podcast .training-action .training-price {
  display: none; }

section#other-resources .site-container > ul > li {
  margin-bottom: 4em; }
  section#other-resources .site-container > ul > li h1 {
    line-height: 1.333;
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: .75em; }
    @media (max-width: 1024px) {
      section#other-resources .site-container > ul > li h1 {
        font-size: 24px;
        font-size: 1.5rem; } }
  section#other-resources .site-container > ul > li img {
    width: 100%;
    max-width: 130px; }
  section#other-resources .site-container > ul > li h2 {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 1024px) {
      section#other-resources .site-container > ul > li h2 {
        font-size: 16px;
        font-size: 1rem; } }
section#other-resources #resource-knowledge-base > ul > li {
  padding-left: 1.5em;
  margin-bottom: 0.75em;
  list-style-type: none;
  position: relative; }
  section#other-resources #resource-knowledge-base > ul > li::before {
    width: 1rem;
    height: 1px;
    position: absolute;
    left: 0;
    top: .7em;
    background: #f7941e;
    content: ""; }
section#other-resources #resource-sample-documents > ul > li,
section#other-resources #resource-pnd > ul > li,
section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li {
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-type: none; }
  section#other-resources #resource-sample-documents > ul > li:before,
  section#other-resources #resource-pnd > ul > li:before,
  section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li:before {
    content: none; }
section#other-resources #resource-sample-documents > ul > li p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
section#other-resources #resource-pnd > ul > li {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  border-top: 1px dotted #000;
  padding-top: 1em;
  margin-top: 1em; }
section#other-resources #resource-issuelab section#issuelab-widget-wrapper {
  font-family: "Algebra Web", "Georgia", serif;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1e1e1e;
  padding: 0; }
  section#other-resources #resource-issuelab section#issuelab-widget-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 1024px) {
    section#other-resources #resource-issuelab section#issuelab-widget-wrapper {
      font-size: 16px;
      font-size: 1rem; } }
  section#other-resources #resource-issuelab section#issuelab-widget-wrapper a {
    color: #1e1e1e; }
  section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li {
    font-family: "Algebra Web", "Georgia", serif;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 1em; }
    @media (max-width: 1024px) {
      section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li {
        font-size: 16px;
        font-size: 1rem; } }
    section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li a.issuelab-image {
      border: none; }
      section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li a.issuelab-image img {
        border: 1px solid #000; }
      section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li a.issuelab-image + a.issuelab-title::before {
        content: none; }
    section#other-resources #resource-issuelab section#issuelab-widget-wrapper ul#issuelab-reports > li > span.issuelab-description {
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      display: block; }
  section#other-resources #resource-issuelab section#issuelab-widget-wrapper > h1,
  section#other-resources #resource-issuelab section#issuelab-widget-wrapper aside#issuelab-branding,
  section#other-resources #resource-issuelab section#issuelab-widget-wrapper nav#issuelab-nav {
    display: none; }

/*---------------------------------
  Topics landing page
-----------------------------------*/
body.gs_topic.archive #all-topics .site-container {
  display: flex;
  flex-wrap: wrap; }
  body.gs_topic.archive #all-topics .site-container > *:not(:nth-child(2)) {
    width: 31%; }
  body.gs_topic.archive #all-topics .site-container > *:nth-child(2) {
    width: calc(100% - 31%); }
    body.gs_topic.archive #all-topics .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        body.gs_topic.archive #all-topics .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  body.gs_topic.archive #all-topics .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    body.gs_topic.archive #all-topics .site-container > *:not(:nth-child(2)),
    body.gs_topic.archive #all-topics .site-container > *:nth-child(2) {
      width: 80%; }
    body.gs_topic.archive #all-topics .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    body.gs_topic.archive #all-topics .site-container > *:not(:nth-child(2)),
    body.gs_topic.archive #all-topics .site-container > *:nth-child(2) {
      width: 100%; } }
body.gs_topic.archive ul.half-list li {
  margin-bottom: 2.5em;
  padding-left: 0;
  margin-bottom: auto;
  list-style-position: inherit;
  position: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  body.gs_topic.archive ul.half-list li:before {
    content: none; }
  body.gs_topic.archive ul.half-list li:last-of-type {
    margin-bottom: 1em; }
body.gs_topic.archive ul.topics-level-2-list li {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  margin-bottom: 0.25em; }
  body.gs_topic.archive ul.topics-level-2-list li a {
    border-bottom: 1px solid #000; }
    body.gs_topic.archive ul.topics-level-2-list li a:hover {
      border-bottom-color: #febe10; }

/*---------------------------------
  Collaboration Hub landing page
-----------------------------------*/
/*section#collab-hub-search-form {
	padding: 0;
	background-color: $gray;
	.site-container > h1 {
		margin-bottom: 0.25em !important;
	}
	form#collab-search-form {
		padding: 1em 6em;
	}
	.input_keyword {
		margin-top: 0;
		margin-bottom: 2em;
			padding-top: 1.5em;
		text-align: center;
		position: relative;
		border-bottom: 1px solid #d2d2d2;
		border-top: 1px solid #d2d2d2;
		padding-bottom: 1.5em;
	}
	.search-filters-apply {
		margin: 1.5em 0 0.5em 0;
		padding: 1em;
		background: #dddddd;
		width: 100%;
		text-align: center;
	}
	#applied-filters {
		padding: 0.5em;
		!*font-size: 0.85em;*!
	}
	.input_keyword label {
		font-weight: 700;
		display: inline-block;
		!*font-size: 1.25em;*!
	}
	#keywords {
		background: #fff;
		border: 1px solid #d2d2d2;
		padding: 0.75em;
		width: auto;
		min-width: 23em;
		margin: 0 0 0 1em;
		display: inline-block;
	}
	.input_keyword .tooltip-trigger {
		float: right;
		!*font-size: 0.85em;*!
		font-weight: 700;
		margin-top: 0.125em;
		color: #045d99;
		text-transform: uppercase;
		position: relative;
		top: 1em;
	}
	.toggle-triggers li {
		display: block;
		float: left;
		padding: 0;
		list-style-type: none;
		position: relative;
		width: 33.33%;
		&:first-child {
			margin-top: 0;
		}
	}
	.toggle-trigger {
		height: 36px;
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 3px 10px 0;
		float: left;
		!*font-size: 1em;*!
		background: #fff;
		border: 1px solid #ccc;
		-moz-transition: all 0.25s ease;
		-webkit-transition: all 0.25s ease;
		transition: all 0.25s ease;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		color: inherit;
		&:hover {
			cursor: pointer;
		}
	}
	.top-level-filters .toggle-trigger {
		width: 95%;
		padding-top: 0.2em;
		padding-left: 2.5em;
		font-weight: 700;
		color: inherit;
	}
	.toggle-trigger:before {
		top: 5px;
		left: 4px;
		!*font-size: 22px;*!
	}
	.icon-plus-after:after {
		font-family: $fontawesome;
		content: '\e805';
		color: $blue;
	}
	.toggle-trigger:after,
	.icon-location-outline:before,
	.icon-link-outline:before,
	.icon-star:before {
		display: block;
		content: "\f067";
		font-family: $fontawesome;
		position: absolute;
		top: 0;
		right: 0.65em;
		margin: 0;
		padding-top: 6px;
		height: 30px;
		width: 36px;
		text-align: center;
		background-color: $blue;
		color: $white;
	}
	.icon-location-outline:before {
		content: "\f041";
		color: $blue;
		background-color: transparent;
	}
	.icon-link-outline:before {
		content: "\f0c1";
		color: $blue;
		background-color: transparent;
	}
	.icon-star:before {
		content: "\f005";
		color: $blue;
		background-color: transparent;
	}
	ul.toggle-triggers {
		@include clearfix;
		margin: 0;
		padding: 0;
	}
	.toggle-target {
		display: none;
		box-sizing: border-box;
		position: absolute;
		overflow: hidden;
		z-index:2;
		top: 35px;
		left: 0;
		right: 0;
		width: 100%;
		padding: 1em;
		background: #e6e6e6;
		border: 1px solid #666;
		!*font-size: 0.9em;*!
		line-height: 1.75;
		font-weight: 700;
		color: $black;
	}
	.row-filters {
		position: relative;
	}
	.checkbox input {
		margin-right: 0.5em;
	}
	#input_geographic_location {
		column-count: 4;
	}
	#input_subject {
		column-count: 2;
	}
	.search-filters-apply {
		position: relative;
	}
	#advanced-search-link {
		position: absolute;
		!*font-size: 0.8em;*!
		right: 1em;
		top: 2em;
	}
}*/
body.collaboration.archive #primary #lp-wrapper section > .site-container {
  display: block; }
  body.collaboration.archive #primary #lp-wrapper section > .site-container > *:not(:nth-child(2)) {
    width: 31%;
    float: left;
    clear: left; }
  body.collaboration.archive #primary #lp-wrapper section > .site-container > *:nth-child(2) {
    width: calc(100% - 31%);
    float: right; }
    body.collaboration.archive #primary #lp-wrapper section > .site-container > *:nth-child(2) > * {
      margin-left: 2rem; }
      @media (max-width: 1024px) {
        body.collaboration.archive #primary #lp-wrapper section > .site-container > *:nth-child(2) > * {
          margin-left: 0; } }
  body.collaboration.archive #primary #lp-wrapper section > .site-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  body.collaboration.archive #primary #lp-wrapper section > .site-container .btn {
    width: auto;
    display: inline-block; }
  @media (max-width: 1024px) {
    body.collaboration.archive #primary #lp-wrapper section > .site-container > *:not(:nth-child(2)),
    body.collaboration.archive #primary #lp-wrapper section > .site-container > *:nth-child(2) {
      width: 80%;
      float: none; }
    body.collaboration.archive #primary #lp-wrapper section > .site-container .btn {
      width: auto; } }
  @media (max-width: 768px) {
    body.collaboration.archive #primary #lp-wrapper section > .site-container > *:not(:nth-child(2)),
    body.collaboration.archive #primary #lp-wrapper section > .site-container > *:nth-child(2) {
      width: 100%; } }
body.collaboration.archive #primary #lp-wrapper section h1:first-of-type {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    body.collaboration.archive #primary #lp-wrapper section h1:first-of-type {
      font-size: 24px;
      font-size: 1.5rem; } }
body.collaboration.archive #primary #lp-wrapper section .panel-page-content *:last-child {
  margin-bottom: 0; }

section#collab-hub-about > .site-container > *:nth-child(2) > *,
section#collab-hub-funding-prospects > .site-container > *:nth-child(2) > *,
section#collab-hub-other-orgs > .site-container > *:nth-child(2) > *,
section#collab-hub-more-resources > .site-container > *:nth-child(2) > * {
  width: 69%; }
  @media (max-width: 1024px) {
    section#collab-hub-about > .site-container > *:nth-child(2) > *,
    section#collab-hub-funding-prospects > .site-container > *:nth-child(2) > *,
    section#collab-hub-other-orgs > .site-container > *:nth-child(2) > *,
    section#collab-hub-more-resources > .site-container > *:nth-child(2) > * {
      width: 100%; } }

section#collab-hub-about img {
  width: 100%;
  max-width: 367px; }

#lp-wrapper > section#collab-hub-canned-searches .panel-page-content ul a {
  display: inline; }
section#collab-hub-canned-searches ul.half-list li {
  margin-bottom: 1em; }
section#collab-hub-canned-searches h3 {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em; }
  @media (max-width: 1024px) {
    section#collab-hub-canned-searches h3 {
      font-size: 18px;
      font-size: 1.125rem; } }

section#collab-hub-funder-collaboratives {
  background: #f0ece9;
  border-top: none; }
  section#collab-hub-funder-collaboratives + section, #lp-wrapper > section#collab-hub-funder-collaboratives, #lp-wrapper > section#collab-hub-funder-collaboratives + section {
    border-top: none; }
  section#collab-hub-funder-collaboratives > .site-container .panel-page-header {
    display: flex; }
    @media (max-width: 1024px) {
      section#collab-hub-funder-collaboratives > .site-container .panel-page-header {
        display: block; } }
    section#collab-hub-funder-collaboratives > .site-container .panel-page-header img {
      width: 100%;
      max-width: 358px; }
    @media (max-width: 1024px) {
      section#collab-hub-funder-collaboratives > .site-container .panel-page-header > *:first-of-type {
        margin-bottom: 1em; } }
    section#collab-hub-funder-collaboratives > .site-container .panel-page-header > *:nth-of-type(2) {
      margin-left: 2rem;
      width: 358px;
      flex-shrink: 0; }
      @media (max-width: 1280px) {
        section#collab-hub-funder-collaboratives > .site-container .panel-page-header > *:nth-of-type(2) {
          width: 45%; } }
      @media (max-width: 1024px) {
        section#collab-hub-funder-collaboratives > .site-container .panel-page-header > *:nth-of-type(2) {
          margin-left: 0;
          min-width: 0;
          width: 100%; } }

section#collab-hub-more-resources {
  background: #000;
  color: #fff;
  border-top: none; }
  section#collab-hub-more-resources .btn {
    background: #febe10;
    color: #1e1e1e; }
    section#collab-hub-more-resources .btn:hover {
      background-color: #f7941e; }
  section#collab-hub-more-resources + section, #lp-wrapper > section#collab-hub-more-resources, #lp-wrapper > section#collab-hub-more-resources + section {
    border-top: none; }

/*---------------------------------
  Global search
-----------------------------------*/
body.search .global-search header.page-header h1.page-title + p {
  display: none; }
body.search .global-search header.page-header form.search-form {
  margin-top: 1em; }
  body.search .global-search header.page-header form.search-form br {
    display: none; }
  body.search .global-search header.page-header form.search-form label {
    display: inline; }
  body.search .global-search header.page-header form.search-form input[type="search"] {
    width: 50%;
    padding: 0.5em;
    display: inline-block;
    vertical-align: top;
    height: 2.5em; }
  body.search .global-search header.page-header form.search-form input[type="submit"] {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
    border: none;
    padding: 0.5em .75em;
    display: flex;
    min-height: 2.5rem;
    align-items: center;
    border-radius: 0;
    margin: 0;
    transition: 0.5s ease;
    background: #000;
    color: #fff;
    display: inline-block; }
    body.search .global-search header.page-header form.search-form input[type="submit"]:hover {
      background-color: #fff;
      color: #1e1e1e; }
body.search .global-search #search-tools {
  margin-bottom: 2em; }
  body.search .global-search #search-tools:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
body.search .global-search #results-facets {
  float: left;
  width: 28%;
  background-color: #f0ece9;
  padding: 1em; }
  body.search .global-search #results-facets ul, body.search .global-search #results-facets li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  body.search .global-search #results-facets ul.facets > li {
    padding-left: 0;
    margin-bottom: auto;
    list-style-position: inherit;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 1em; }
    body.search .global-search #results-facets ul.facets > li:before {
      content: none; }
    body.search .global-search #results-facets ul.facets > li li {
      margin-left: 2em;
      line-height: 1.5;
      font-size: 16px;
      font-size: 1rem;
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      margin-top: .25em; }
  body.search .global-search #results-facets + #search-results-wrapper {
    clear: none;
    float: right;
    width: 69%; }
body.search .global-search .search-training.block h1 {
  margin-bottom: 0.25em; }
body.search .global-search p#search-results-statement {
  max-width: 100%;
  width: 100%; }
body.search .global-search .narrow-results {
  display: none;
  font-weight: bold;
  padding: 1em;
  cursor: pointer;
  margin: 0; }
  body.search .global-search .narrow-results i {
    float: right;
    transition: all 0.5s; }
  body.search .global-search .narrow-results.open i {
    transform: rotate(180deg); }

/*---------------------------------
    Knowledge Base Landing Page
-----------------------------------*/
body.knowledge-base .knowledge-base-wrapper .page-header .site-container {
  padding-bottom: 0; }
body.knowledge-base .knowledge-base-wrapper .page-header p {
  display: none; }
body.knowledge-base .knowledge-base-wrapper .search-wrap {
  background: #febe10; }
  body.knowledge-base .knowledge-base-wrapper .search-wrap > .site-container {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    padding-bottom: 5em; }
    @media (max-width: 768px) {
      body.knowledge-base .knowledge-base-wrapper .search-wrap > .site-container {
        padding-top: 1.5em;
        padding-bottom: 1.5em; } }
    @media (max-width: 1024px) {
      body.knowledge-base .knowledge-base-wrapper .search-wrap > .site-container {
        padding-bottom: 4em; } }
    @media (max-width: 768px) {
      body.knowledge-base .knowledge-base-wrapper .search-wrap > .site-container {
        padding-bottom: 3em; } }
    @media (max-width: 480px) {
      body.knowledge-base .knowledge-base-wrapper .search-wrap > .site-container {
        padding-bottom: 2em; } }
body.knowledge-base .knowledge-base-wrapper .search-options {
  display: flex;
  flex-wrap: wrap; }
  body.knowledge-base .knowledge-base-wrapper .search-options label {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    display: block;
    padding-bottom: .25em; }
body.knowledge-base .knowledge-base-wrapper #search-keyword {
  max-width: 22.5em;
  margin-right: 2rem; }
  body.knowledge-base .knowledge-base-wrapper #search-keyword .fc-search-fields {
    display: flex;
    align-content: stretch; }
    body.knowledge-base .knowledge-base-wrapper #search-keyword .fc-search-fields .field-keyword {
      flex-grow: 1; }
  body.knowledge-base .knowledge-base-wrapper #search-keyword form input[type="submit"] {
    background: #000;
    color: #fff; }
    body.knowledge-base .knowledge-base-wrapper #search-keyword form input[type="submit"]:hover {
      background-color: #fff;
      color: #1e1e1e; }
body.knowledge-base .knowledge-base-wrapper #search-filter {
  max-width: 16.250em; }
  body.knowledge-base .knowledge-base-wrapper #search-filter .select-dropdown span.selected-item {
    flex-grow: 1; }
  body.knowledge-base .knowledge-base-wrapper #search-filter .select-dropdown span.select-label {
    display: none; }
  body.knowledge-base .knowledge-base-wrapper #search-filter div.fc-search-filters ul.search-filter-list li.select-dropdown {
    width: 100%; }
body.knowledge-base .knowledge-base-wrapper #search-keyword,
body.knowledge-base .knowledge-base-wrapper #search-filter {
  width: 100%; }
@media (max-width: 768px) {
  body.knowledge-base .knowledge-base-wrapper #search-keyword,
  body.knowledge-base .knowledge-base-wrapper #search-filter {
    max-width: 100%; }
  body.knowledge-base .knowledge-base-wrapper #search-keyword {
    margin-right: 0;
    margin-bottom: 1em; } }
body.knowledge-base .knowledge-base-wrapper #search-results-wrapper {
  width: 80%; }
  @media (max-width: 768px) {
    body.knowledge-base .knowledge-base-wrapper #search-results-wrapper {
      width: 100%; } }
body.knowledge-base .knowledge-base-wrapper .search-training.block header {
  width: 100%; }
body.knowledge-base .knowledge-base-wrapper .search-training.block .training-action,
body.knowledge-base .knowledge-base-wrapper .search-training.block .training-details,
body.knowledge-base .knowledge-base-wrapper .search-training.block .training-type,
body.knowledge-base .knowledge-base-wrapper .search-training.block .left-image {
  display: none; }

/*---------------------------------
    STRIPE modal window
-----------------------------------*/
iframe html,
body.iframe {
  max-width: 600px; }

body.iframe {
  margin: 0 auto;
  overflow-x: initial !important; }
  body.iframe .order-summary {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0; }
  body.iframe form#stripe-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body.iframe form#stripe-form p,
    body.iframe form#stripe-form p.error-field {
      display: inline-block;
      width: 48%;
      margin-right: 2%; }
      @media (max-width: 768px) {
        body.iframe form#stripe-form p,
        body.iframe form#stripe-form p.error-field {
          width: 100%; } }
      @media (max-width: 768px) {
        body.iframe form#stripe-form p,
        body.iframe form#stripe-form p.error-field {
          margin-right: 0; } }
      body.iframe form#stripe-form p br,
      body.iframe form#stripe-form p.error-field br {
        display: none; }
    body.iframe form#stripe-form p:last-of-type {
      display: block;
      width: 100%; }
    body.iframe form#stripe-form #stripe-errors {
      display: none; }
  body.iframe #stripe-cc,
  body.iframe #stripe-cc + p {
    width: 100%; }
  body.iframe #stripe-cc {
    width: 100%;
    background: #f0ece9;
    border: 1px solid transparent;
    border-bottom-color: #000;
    font-size: 1rem;
    margin: 1.5em 0;
    padding: .75rem 1rem .5rem;
    position: relative;
    min-height: 2.25rem;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
    body.iframe #stripe-cc::placeholder {
      font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
      color: #1e1e1e;
      opacity: 1.0; }
    body.iframe #stripe-cc:focus::placeholder {
      opacity: .5; }
    body.iframe #stripe-cc::before {
      content: "Credit Card";
      display: block;
      position: absolute;
      top: -1.5em;
      left: 0; }

body.page-template-coming-soon header.page-header {
  background-color: transparent; }

div.lc-question-wrapper {
  margin: 2em 0; }

/*.field-topic {
		.fc-search-expand {
			cursor: pointer;
			display: block;
			text-align: center;
			position: absolute;
			top: 0.25em;
			color: $green;
			font-family: $fontawesome;
			&:hover {
				color: $blue;
			}
			+ a,
			+ .field-label {
				margin-left: 1.5em;
				width: auto;
			}
		}
		.fc-search-expand:before {
			content: "\f067";
		}
		.fc-search-expand.collapse:before {
			content: "\f068";
		}
		.fc-search-fields > div[class^="field-"] {
			display: inline-block;
			vertical-align: top;
		}
		.fc-search-filters ul.search-filter-list {
			!*font-size: 1em;*!
		}
	}*/
/*WYSIWYG*/
.wysiwyg h1 {
  line-height: 1.333;
  font-size: 36px;
  font-size: 2.25rem; }
  @media (max-width: 1024px) {
    .wysiwyg h1 {
      font-size: 24px;
      font-size: 1.5rem; } }
.wysiwyg h2 {
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    .wysiwyg h2 {
      font-size: 18px;
      font-size: 1.125rem; } }
.wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold; }
  @media (max-width: 1024px) {
    .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
      font-size: 16px;
      font-size: 1rem; } }
.wysiwyg h1 *, .wysiwyg h2 *, .wysiwyg h3 *, .wysiwyg h4 *, .wysiwyg h5 *, .wysiwyg h6 * {
  font-weight: inherit; }

/*# sourceMappingURL=core.css.map */
