*, *::before, *::after {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

abbr,
acronym {
  border-bottom: 1px dotted; }

.display-none,
.print-this {
  display: none; }

.display-inline {
  display: inline-block; }

.serif {
  font-family: Georgia, "Times New Roman", serif; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-1 {
  font-weight: 100; }

.font-weight-2 {
  font-weight: 200; }

.font-weight-3 {
  font-weight: 300; }

.font-weight-4 {
  font-weight: 400; }

.font-weight-5 {
  font-weight: 500; }

.font-weight-6 {
  font-weight: 600; }

.font-weight-7 {
  font-weight: 700; }

.font-weight-8 {
  font-weight: 800; }

.font-weight-9 {
  font-weight: 900; }

.big-text {
  font-size: 3em; }

.small-text {
  font-size: .85em; }

.bold {
  font-weight: bold; }

.grey,
.gray {
  color: #aca6a6; }

.transparent {
  color: transparent; }

.apple {
  color: #fc1770; }

.sky {
  color: #15c5ec; }

.kermit {
  color: #94ca3d; }

.berry {
  color: #c657af; }

.banana {
  color: #fff261; }

.mango {
  color: #ffb94c; }

.tangerine {
  color: #ff7f36; }

.light {
  color: #e9e6e6; }

.force-light {
  color: #e9e6e6 !important; }

.dark {
  color: #3C3030; }

.force-dark {
  color: #3C3030 !important; }

.red {
  color: #fc1770; }

.alert {
  color: #fc1770; }

.warning {
  color: #ff7f36; }

.success {
  color: #94ca3d; }

.info {
  color: #3399CC; }

.helper {
  color: #aca6a6;
  font-style: italic;
  font-size: .9rem;
  margin-top: .5rem; }

.scroller {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.pad-1 {
  padding: 1rem; }

.pad-sides-1, .pad-x-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.pad-left-1 {
  padding-left: 1rem; }

.pad-right-1 {
  padding-right: 1rem; }

.pad-ends-1, .pad-y-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pad-top-1 {
  padding-top: 1rem; }

.pad-bottom-1 {
  padding-bottom: 1rem; }

.pad-2 {
  padding: 2rem; }

.pad-sides-2, .pad-x-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.pad-left-2 {
  padding-left: 2rem; }

.pad-right-2 {
  padding-right: 2rem; }

.pad-ends-2, .pad-y-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pad-top-2 {
  padding-top: 2rem; }

.pad-bottom-2 {
  padding-bottom: 2rem; }

.pad-half {
  padding: .5rem; }

.pad-sides-half, .pad-x-half {
  padding-left: .5rem;
  padding-right: .5rem; }

.pad-left-half {
  padding-left: .5rem; }

.pad-right-half {
  padding-right: .5rem; }

.pad-ends-half, .pad-y-half {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.pad-top-half {
  padding-top: .5rem; }

.pad-bottom-half {
  padding-bottom: .5rem; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.nano {
  width: 2rem; }

.micro {
  width: 3.5rem; }

.date {
  width: 10rem; }

.small {
  width: 15%; }

.fifth {
  width: 20%; }

.fourth {
  width: 25%; }

.third {
  width: 33.3%; }

.half {
  width: 50%; }

.two-thirds {
  width: 66.7%; }

.three-fourths {
  width: 75%; }

.full {
  width: 100%; }

.fa-spin {
  animation-duration: .4s; }

.spinner {
  border: 0.15rem solid rgba(255, 127, 54, 0.1);
  border-bottom-color: #ff7f36;
  color: #ff7f36;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  display: inline-block;
  position: relative; }

.rotate-45 {
  transform: rotate(45deg); }

.rotate-90 {
  transform: rotate(90deg); }

.rotate-135 {
  transform: rotate(135deg); }

.rotate-180 {
  transform: rotate(180deg); }

.rotate-225 {
  transform: rotate(225deg); }

.rotate-270 {
  transform: rotate(270deg); }

.rotate-315 {
  transform: rotate(315deg); }

.rotate--45 {
  transform: rotate(-45deg); }

.rotate--90 {
  transform: rotate(-90deg); }

.rotate--135 {
  transform: rotate(-135deg); }

.rotate--180 {
  transform: rotate(-180deg); }

.rotate--225 {
  transform: rotate(-225deg); }

.rotate--270 {
  transform: rotate(-270deg); }

.rotate--315 {
  transform: rotate(-315deg); }

#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #3C3030;
  padding: .5em;
  line-height: 0;
  border-radius: 0.3rem;
  color: #ffb94c;
  text-transform: lowercase;
  font-size: 1em; }

#spinner div {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  display: inline-block;
  border: 0.15rem solid rgba(255, 127, 54, 0.1);
  border-bottom-color: #ff7f36;
  vertical-align: middle; }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1); }
  10% {
    -webkit-transform: scale(1.3, 1.3); }
  25% {
    -webkit-transform: scale(1, 1); } }

.pulse {
  animation: pulse .5s ease-out;
  animation-iteration-count: infinite; }

/* PSUEDO CONTROLS */
::selection {
  color: #e9e6e6;
  background: #3C3030; }

::-moz-selection {
  color: #e9e6e6;
  background: #3C3030; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Avenir, "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch; }

.wrapper {
  position: relative;
  margin: 0 auto;
  flex: 1 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column; }

#header {
  position: relative; }

#menu {
  position: relative; }

#primary {
  flex: 1;
  position: relative; }

#footer {
  position: relative;
  margin: 0 auto;
  flex: 0 0 auto;
  width: 100%; }

.wrapper, #footer, .sticky-bar #menu, .sticky-footer .search-button-bar {
  width: 100%;
  max-width: 65rem; }

.compare-programs-template {
  max-width: none; }
  .compare-programs-template + #footer {
    max-width: none; }

.sticky-bar .compare-programs-template #menu {
  max-width: none; }

.third {
  flex: 1; }

.two-thirds {
  flex: 2; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-column-inline {
  display: inline-flex;
  flex-direction: column; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-row-inline {
  display: inline-flex;
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-space-normal {
  justify-content: none; }

.flex-space-between {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-align-center {
  align-items: center; }

.flex-align-baseline {
  align-items: baseline; }

.flex-1 {
  flex: 1; }

.flex-1-all > * {
  flex: 1; }

.flex-1-0-auto {
  flex: 1 0 auto; }

.flex-1-0-auto-all > * {
  flex: 1 0 auto; }

.flex-0-0-auto {
  flex: 0 0 auto; }

.flex-0-0-auto-all > * {
  flex: 0 0 auto; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-2-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .flex-2-columns > * {
    flex: 0 0 50%; }

#mobile-menu {
  display: none; }

#menu {
  background: #7D7A7A url(../___img/sharps-light.png) center center;
  color: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-backface-visibility: hidden; }
  #menu .nav-panel {
    padding-bottom: 3.5rem;
    position: relative;
    display: flex;
    justify-content: space-between; }
    #menu .nav-panel a {
      color: currentColor;
      padding: 1rem 1.5rem;
      display: block;
      white-space: nowrap; }
      #menu .nav-panel a .fa {
        opacity: .65; }
    #menu .nav-panel u {
      text-decoration: none; }
    #menu .nav-panel .social {
      background: #2e3743; }
      #menu .nav-panel .social a {
        padding: 1rem; }
  #menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #menu ul.level-0 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  #menu ul.level-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.5;
    font-size: 1em;
    z-index: 1;
    transition: .3s; }
    #menu ul.level-1 > li:hover ul {
      display: block; }
  #menu ul.level-2 {
    display: none;
    position: absolute;
    left: 0;
    top: 100%; }
  #menu .nav-panel > ul:hover > li:not(:hover) {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0; }
    #menu .nav-panel > ul:hover > li:not(:hover) ul {
      opacity: 0; }
  #menu .nav-panel > ul > li.active, #menu .nav-panel > ul > li:hover {
    margin-top: -.3em;
    padding-top: .3em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.15);
    border-radius: .3em .3em 0 0; }
    #menu .nav-panel > ul > li.active:first-child, #menu .nav-panel > ul > li:hover:first-child {
      border-radius: 0 .3em 0 0; }
  #menu li {
    transition: .3s; }
    #menu li li:hover {
      border-radius: 0; }
    #menu li li.active {
      box-shadow: 0 -0.5em 0 0 rgba(233, 230, 230, 0.35) inset; }
    #menu li:empty {
      flex: 1; }
    #menu li:hover ul, #menu li.active ul {
      opacity: 1;
      z-index: 2; }
    #menu li:hover ul {
      z-index: 3; }
    #menu li.main {
      background-color: #3b877a; }
      #menu li.main:hover, #menu li.main.active {
        background-color: #3b877a; }
        #menu li.main:hover ul, #menu li.main.active ul {
          background-color: #3b877a; }
    #menu li.registry {
      background-color: #324867; }
      #menu li.registry:hover, #menu li.registry.active {
        background-color: #324867; }
        #menu li.registry:hover ul, #menu li.registry.active ul {
          background-color: #324867; }
    #menu li.implement {
      background-color: #a21f3f; }
      #menu li.implement:hover, #menu li.implement.active {
        background-color: #a21f3f; }
        #menu li.implement:hover ul, #menu li.implement.active ul {
          background-color: #a21f3f; }
  #menu .search {
    background: #e0dddd;
    color: #3C3030;
    position: relative; }
    #menu .search form {
      display: block;
      line-height: 2;
      width: 100%;
      padding: 0;
      margin: 0; }
      #menu .search form i {
        position: absolute;
        top: 50%;
        left: 1.5rem;
        transform: translate(0, -50%); }
    #menu .search input {
      font-size: 1em;
      font-weight: 200;
      width: 100%;
      border: 0;
      padding: 1em 1em 1em 3.5em;
      outline: none;
      background: transparent;
      transition: .3s ease-out; }
      #menu .search input::-moz-placeholder {
        color: #5d5555; }
      #menu .search input:-ms-input-placeholder {
        color: #5d5555; }
      #menu .search input::-webkit-input-placeholder {
        color: #5d5555; }
  #menu .nav-panel > ul > li:hover > a {
    position: relative; }
    #menu .nav-panel > ul > li:hover > a::before, #menu .nav-panel > ul > li:hover > a::after {
      content: '';
      position: absolute;
      width: 1.5em;
      height: 2.5em;
      bottom: 0; }
    #menu .nav-panel > ul > li:hover > a::before {
      right: 100%;
      transform: translate(30%, 35%) rotate(45deg); }
    #menu .nav-panel > ul > li:hover > a::after {
      left: 100%;
      transform: translate(-30%, 35%) rotate(-45deg); }
  #menu .nav-panel > ul > li:first-child:hover > a::before {
    display: none; }

.compare-bar {
  background: #fff;
  line-height: 1;
  position: relative;
  font-size: .85em;
  padding: 1em 3em 0 3em; }
  .compare-bar--inner {
    color: #fff;
    background: #2e3743;
    padding: 1em 0;
    border-radius: .5em;
    justify-content: space-evenly; }
  .compare-bar .content > * {
    margin: 0 1em; }
  .compare-bar a {
    margin: 0;
    padding: 0;
    color: #99cce6; }

.sticky-bar #menu {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%; }

.sticky-bar .nav-panel {
  box-shadow: -0.5em 0.5em 3em -0.5em rgba(0, 0, 0, 0.3);
  z-index: 2; }

.sticky-bar .compare-bar {
  box-shadow: -0.5em 0.5em 3em -0.5em rgba(0, 0, 0, 0.3);
  z-index: 1; }

a {
  color: #3399CC;
  cursor: pointer; }
  a:hover {
    color: #66b3d9; }

#main a:not(.simple)[href$='.pdf']::after, #main a:not(.simple)[href*='/files/']::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline; }

#main a:not(.simple)[href*='/files/']::after {
  content: '\00a0\f15b';
  color: #fe4b53; }

#main a:not(.simple)[href*='.pdf']::after {
  content: '\00a0\f1c1';
  color: #fc1770; }

.content {
  line-height: 1.4;
  margin: 0 auto;
  width: 100%; }
  .content .glossary-link {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted; }
  .content .slider-trigger .glossary-link {
    cursor: pointer; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 0 0 .5em 0; }
    .content h1 .glossary-link, .content h2 .glossary-link, .content h3 .glossary-link, .content h4 .glossary-link, .content h5 .glossary-link, .content h6 .glossary-link {
      cursor: auto;
      text-transform: capitalize;
      border-bottom: 0; }
  .content h1 {
    color: #a21f3f;
    border-bottom: .15em solid;
    font-size: 2em;
    font-weight: 300; }
  .content h2 {
    font-size: 1.5em;
    font-weight: 500; }
  .content h3 {
    font-size: 1.4em;
    font-weight: 500; }
  .content h4 {
    font-size: 1.3em;
    font-weight: 400; }
  .content h5 {
    font-size: 1em;
    font-weight: 600; }
  .content h6 {
    font-size: 1em;
    font-weight: 300; }
  .content .segment h3 {
    border-bottom: 0.1em solid #e9e6e6; }
  .content li {
    margin-top: .5em; }
  .content p,
  .content ul,
  .content ol {
    margin: 0 0 1.5em 0; }
    .content p:last-child,
    .content ul:last-child,
    .content ol:last-child {
      margin-bottom: 0; }
  .content dt {
    font-weight: 600;
    font-size: 1em; }
  .content dd {
    margin-left: 2em;
    padding: .25em 0; }
  .content p + h2, .content p + h3, .content p + h4, .content p + h5,
  .content ul + h2, .content ul + h3, .content ul + h4, .content ul + h5,
  .content ol + h2, .content ol + h3, .content ol + h4, .content ol + h5,
  .content .slider + h2, .content .slider + h3, .content .slider + h4, .content .slider + h5 {
    margin-top: 2em; }
  .content hr {
    margin: 3em 0;
    border: 2px solid #e9e6e6; }
    .content hr.slim {
      margin: 1em 0;
      border: 2px dashed #e9e6e6; }
  .content .footer-block {
    margin-top: 3rem;
    font-size: .85em; }
  .content .segment + .segment {
    padding: 2em 0 0 0; }
  .content .segment-content {
    margin-left: 2em; }
  .content .program-listing {
    list-style: none;
    margin: .5em 0 0 0;
    padding: 0; }
    .content .program-listing li {
      padding: 1em;
      margin: 0;
      border-radius: 0.3rem; }
      .content .program-listing li + li {
        border-top: 0.1em solid #e9e6e6; }
      .content .program-listing li:hover {
        border-color: transparent;
        box-shadow: 0 0 0 1pt rgba(98, 159, 149, 0.5) inset;
        background: rgba(98, 159, 149, 0.1); }
        .content .program-listing li:hover + li {
          border-color: transparent; }
    .content .program-listing .search-result-description {
      padding-right: 6em;
      font-size: .9em; }
    .content .program-listing .search-result-score {
      width: 50%;
      display: flex;
      align-items: center; }
      .content .program-listing .search-result-score--value {
        font-size: .8em;
        margin-left: 1em;
        opacity: .5; }
      .content .program-listing .search-result-score--meter {
        flex: 1;
        background: rgba(46, 55, 67, 0.1);
        border-radius: 1em;
        overflow: hidden; }
        .content .program-listing .search-result-score--meter > div {
          background: #2e3743;
          border-radius: 1em;
          padding: .2em; }
    .content .program-listing input.compare-me {
      float: right;
      margin: .5em 1em 0 1em; }
  .content .search-result-cues {
    color: #beb9b9; }
  .content .search-results-count {
    margin: 0 0 1rem 0; }
    .content .search-results-count h3 {
      margin-top: 0;
      border: none; }
  .content .program-content-wrapper {
    display: flex;
    flex-direction: row; }
    .content .program-content-wrapper .program-content-inner {
      flex: 7; }
      .content .program-content-wrapper .program-content-inner p, .content .program-content-wrapper .program-content-inner ul, .content .program-content-wrapper .program-content-inner ol {
        text-align: left; }
    .content .program-content-wrapper .program-content-nav {
      flex: 3;
      order: 2;
      background: #f4f3f3;
      border-radius: 0.3rem; }
      .content .program-content-wrapper .program-content-nav + .program-content-inner {
        padding-right: 3rem; }
  .content .in-page-nav {
    font-size: .9em; }
    .content .in-page-nav > b {
      padding: .5em 1em .75em 1em;
      display: block; }
    .content .in-page-nav ul {
      text-align: left;
      margin: 0;
      padding: 0 1em;
      list-style: none; }
      .content .in-page-nav ul li {
        margin: 0; }
        .content .in-page-nav ul li + li {
          border-top: 1pt solid rgba(147, 139, 139, 0.3); }
      .content .in-page-nav ul a, .content .in-page-nav ul span {
        display: block;
        padding: .25em .5em; }
    .content .in-page-nav .button {
      width: calc(100% - 1em);
      margin: .5em .5em 0 .5em; }
  .content .accent2-text,
  .content .ghost {
    color: #9E9A99; }
  .content .shadow {
    opacity: .65; }
  .content .nowrap {
    white-space: nowrap; }
  .content .desc-control {
    font-size: .9em;
    background: #f4f3f3;
    border-radius: 0.3rem;
    padding: .5rem; }
  .content .fa {
    transition: .3s; }
  .content .research-article {
    padding: 0 0 2em 0; }
    .content .research-article + .research-article {
      border-top: 0.2em solid #e9e6e6;
      padding-top: 2em; }
  .content .reference-article {
    padding: 0 0 2em 0; }
    .content .reference-article + .reference-article {
      border-top: 0.2em solid #e9e6e6;
      padding-top: 2em; }
  .content .contact-info {
    padding: 0 0 1.5em 0;
    margin: 0; }
    .content .contact-info dd {
      margin: 0; }
    .content .contact-info + .contact-info {
      border-top: 0.2em solid #e9e6e6;
      padding-top: 1.5em; }
  .content .implementation-header {
    color: #3b877a;
    border-bottom: 0.1em solid #e9e6e6;
    padding: 0;
    margin: 1em 0 .5em 0; }
  .content .breaker {
    padding: 1em 0; }
  .content .note-box {
    background: #f4f3f3;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    padding: 1rem 1rem 1rem 1rem; }
    .content .note-box::before {
      font-family: 'Font Awesome 5 Pro';
      float: left;
      margin-right: .5em;
      font-size: 1.2em; }
    .content .note-box.alert {
      background: #fcf5f4; }
      .content .note-box.alert::before {
        content: '\f024'; }
    .content .note-box.info::before {
      content: '\f02e'; }
    .content .note-box.slider {
      padding-left: 2em; }

.rating-box-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.5rem; }

.rating-box {
  font-size: .9em;
  border: 0.2em solid rgba(91, 109, 133, 0.3);
  border-radius: 0.3rem;
  padding: 1em;
  text-align: center;
  white-space: nowrap; }
  .rating-box h6 {
    margin: 0;
    font-weight: 500; }
  .rating-box .big-text {
    color: #3b877a;
    font-weight: 300; }
  .rating-box.rating-box-alt {
    text-align: left; }
  .rating-box.float-right {
    margin: 0 0 1em 2em; }
  .rating-box > p {
    margin-bottom: .5em; }

.topics-box {
  border: 0.2em solid #e9e6e6;
  border-radius: 0.3rem;
  margin-bottom: 2em;
  font-size: .9em; }
  .topics-box .topics-box-row {
    display: flex;
    align-items: center; }
    .topics-box .topics-box-row > * {
      padding: .5em 1em; }
    .topics-box .topics-box-row + .topics-box-row {
      border-top: 2px solid #e9e6e6; }
  .topics-box .topics-box-header {
    font-size: .9em;
    background: #f4f3f3; }
    .topics-box .topics-box-header > * {
      opacity: .6; }
  .topics-box .big-text {
    color: #3b877a;
    font-size: 1.7em; }
  .topics-box .medium-text {
    color: #3b877a;
    font-weight: 600;
    font-size: 1.3em; }

.sticky-in-page-nav .in-page-nav {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
  width: calc(30.5% - 3rem);
  padding: .5em 0 1em 0;
  background: #f4f3f3;
  border-radius: 0.3rem;
  transition: top .3s ease-out; }
  .sticky-in-page-nav .in-page-nav ul {
    max-height: calc(75vh - 5.5rem);
    overflow: auto; }

.sticky-footer .search-button-bar {
  position: fixed;
  bottom: 0;
  transform: translateX(-3rem);
  padding: .5rem;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  background: #e9e6e6;
  box-shadow: -0.5em 0.5em 3em -0.5em rgba(0, 0, 0, 0.3); }

#search-summary {
  margin-bottom: 1em;
  color: #938b8b; }
  #search-summary .summary-title {
    margin: 0; }
  #search-summary .recap {
    padding: 1em;
    border: 0.2em solid #e9e6e6;
    border-radius: 0.3rem; }
  #search-summary p {
    margin: 0; }
    #search-summary p + p {
      margin-top: 1em; }

.search-form .search-block {
  position: relative; }
  .search-form .search-block + .search-block {
    padding-top: 1em;
    border-top: 2pt solid #e9e6e6; }
  .search-form .search-block h4 {
    margin: 0; }
    .search-form .search-block h4 ~ p {
      background: #f4f3f3;
      padding: 1em;
      border-radius: 0.3rem;
      font-size: .9em;
      margin: 0; }

.search-button-bar {
  border-top: 2px solid #e9e6e6;
  padding: 1.5em 0;
  margin: 1em 0; }

#reset-form {
  position: relative;
  z-index: 1; }

#footer {
  font-size: .8em; }
  #footer p {
    margin: 1em 0;
    text-align: left; }

.crumbs {
  font-size: .9em;
  color: #938b8b;
  font-weight: 200;
  background: #e9e6e6;
  box-shadow: 0 0 0 1px rgba(60, 48, 48, 0.15), 0 0 2em 0 #FFF inset;
  margin-bottom: 1em;
  border-radius: 0.3rem;
  padding: .3em .5em;
  display: inline-block; }

.slider {
  padding-left: 1.3em; }
  .slider + .slider {
    margin-top: 1rem; }
  .slider .slider-trigger {
    cursor: pointer;
    font-weight: 400; }
    .slider .slider-trigger .fa {
      position: relative;
      color: #3399CC;
      margin-left: -1.3em;
      margin-right: .3em; }
  .slider.slider-force-open > [style*="display: none"] {
    display: block !important; }
  .slider.slider-force-open .slider-trigger .fa {
    transform: rotate(90deg); }

ul.topic-experts {
  padding-left: 1em; }
  ul.topic-experts li.slider {
    list-style: none; }
    ul.topic-experts li.slider + li.slider {
      margin-top: 1em; }

.intro-sections {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em; }
  .intro-sections .intro-left,
  .intro-sections .intro-right {
    flex: 1;
    padding: 0 1em; }
  .intro-sections ul {
    text-align: left; }
  .intro-sections .intro-option {
    cursor: pointer;
    padding: 1.5em 1em;
    margin: 1em auto;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    border: 2pt solid;
    border-radius: 0.3rem;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .intro-sections .intro-option > * + * {
      padding-top: .5em; }
  .intro-sections .option-a {
    background: #324867;
    border-color: #2e3743; }
    .intro-sections .option-a:hover {
      background: #5b6d85; }
  .intro-sections .option-b {
    background: #a21f3f;
    border-color: #88394c; }
    .intro-sections .option-b:hover {
      background: #b54c65; }

.home-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em; }
  .home-blocks li {
    display: flex;
    text-align: center;
    position: relative;
    justify-content: center;
    padding: 0; }
    .home-blocks li.half {
      flex: 1 0 calc(50% - 2em); }
    .home-blocks li.third {
      flex: 1 0 calc(33.333% - 2em); }
    .home-blocks li a {
      display: block;
      margin: 1em;
      border: 2pt solid;
      border-radius: 0.3rem;
      color: #FFF;
      width: 100%;
      padding: 1.5em 1em;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .home-blocks li a > * + * {
        padding-top: .5em; }
    .home-blocks li.block-a a {
      background: #324867;
      border-color: #2e3743; }
      .home-blocks li.block-a a:hover {
        background: #5b6d85; }
    .home-blocks li.block-b a {
      background: #3b877a;
      border-color: #1e443d; }
      .home-blocks li.block-b a:hover {
        background: #629f95; }
    .home-blocks li.block-c a {
      background: #a21f3f;
      border-color: #88394c; }
      .home-blocks li.block-c a:hover {
        background: #b54c65; }

.content input[type="text"],
.content input[type="password"],
.content select,
.content textarea,
.content iframe {
  background: rgba(255, 249, 176, 0.2);
  color: #3C3030;
  border: 0.15rem solid rgba(60, 48, 48, 0.15);
  margin: 0;
  padding: .5rem;
  border-radius: 0.3rem;
  outline: 0;
  font-size: 1.05rem;
  display: inline-block;
  vertical-align: middle; }
  .content input[type="text"]:focus, .content input[type="text"]:active,
  .content input[type="password"]:focus,
  .content input[type="password"]:active,
  .content select:focus,
  .content select:active,
  .content textarea:focus,
  .content textarea:active,
  .content iframe:focus,
  .content iframe:active {
    border-color: #ffbf9b; }
  .content input[type="text"].oversized,
  .content input[type="password"].oversized,
  .content select.oversized,
  .content textarea.oversized,
  .content iframe.oversized {
    font-size: 1.6em;
    border-width: .2rem;
    padding: .5em; }

.content input[type="text"] + input[type=submit],
.content input[type="text"] + input[type=button],
.content input[type="text"] + input[type=reset],
.content input[type="text"] + button,
.content input[type="text"] + a.button,
.content input[type="password"] + input[type=submit],
.content input[type="password"] + input[type=button],
.content input[type="password"] + input[type=reset],
.content input[type="password"] + button,
.content input[type="password"] + a.button,
.content select + input[type=submit],
.content select + input[type=button],
.content select + input[type=reset],
.content select + button,
.content select + a.button {
  margin-left: .5em; }

.content select {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox; }

.content iframe {
  padding: 0;
  font-size: 1rem; }

.content textarea.textarea, .content textarea.stealth {
  font-family: Monaco, "Courier New", Courier, monospace; }

.content .helper + textarea {
  margin-top: .5rem; }

.content input[type=submit],
.content input[type=button],
.content input[type=reset],
.content button,
.content a.button {
  background: #5b6d85;
  color: rgba(255, 255, 255, 0.85);
  border: 1pt solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1pt 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 1em;
  border-radius: .3em;
  display: inline-block;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
  outline: none;
  transition: all .2s; }
  .content input[type=submit].cancel,
  .content input[type=button].cancel,
  .content input[type=reset].cancel,
  .content button.cancel,
  .content a.button.cancel {
    background: transparent;
    color: #7D7A7A;
    border-color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
    .content input[type=submit].cancel:focus, .content input[type=submit].cancel:active,
    .content input[type=button].cancel:focus,
    .content input[type=button].cancel:active,
    .content input[type=reset].cancel:focus,
    .content input[type=reset].cancel:active,
    .content button.cancel:focus,
    .content button.cancel:active,
    .content a.button.cancel:focus,
    .content a.button.cancel:active {
      background: #d8d7d7; }
  .content input[type=submit].alert,
  .content input[type=button].alert,
  .content input[type=reset].alert,
  .content button.alert,
  .content a.button.alert {
    background: #fc1770; }
  .content input[type=submit].default,
  .content input[type=button].default,
  .content input[type=reset].default,
  .content button.default,
  .content a.button.default {
    background: #938b8b; }
  .content input[type=submit].subtle,
  .content input[type=button].subtle,
  .content input[type=reset].subtle,
  .content button.subtle,
  .content a.button.subtle {
    background: #beb9b9; }
  .content input[type=submit].oversized,
  .content input[type=button].oversized,
  .content input[type=reset].oversized,
  .content button.oversized,
  .content a.button.oversized {
    font-size: 1.5rem; }
  .content input[type=submit].slim,
  .content input[type=button].slim,
  .content input[type=reset].slim,
  .content button.slim,
  .content a.button.slim {
    padding: .5em 1em; }
  .content input[type=submit]:focus, .content input[type=submit]:active,
  .content input[type=button]:focus,
  .content input[type=button]:active,
  .content input[type=reset]:focus,
  .content input[type=reset]:active,
  .content button:focus,
  .content button:active,
  .content a.button:focus,
  .content a.button:active {
    background: #70b8db; }
  .content input[type=submit]:active,
  .content input[type=button]:active,
  .content input[type=reset]:active,
  .content button:active,
  .content a.button:active {
    transform: scale(0.95, 0.95); }
  .content input[type=submit]::-moz-focus-inner,
  .content input[type=button]::-moz-focus-inner,
  .content input[type=reset]::-moz-focus-inner,
  .content button::-moz-focus-inner,
  .content a.button::-moz-focus-inner {
    border: 0;
    padding: 0; }

.content .button-group {
  display: flex;
  flex-direction: row; }
  .content .button-group .button {
    flex: 0 0 auto;
    margin: 0 -1pt; }
    .content .button-group .button + .button {
      border-radius: 0; }
    .content .button-group .button:first-of-type {
      border-radius: 0.3rem 0 0 0.3rem;
      margin-left: 0; }
    .content .button-group .button:last-of-type {
      border-radius: 0 0.3rem 0.3rem 0;
      margin-right: 0; }

.content .editable {
  background: rgba(255, 249, 176, 0.2);
  cursor: pointer;
  color: #7D7A7A;
  margin: 0;
  padding: 0;
  border-radius: 0.3rem;
  outline: 0;
  display: inline-block; }
  .content .editable input {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 1rem;
    vertical-align: baseline;
    display: inline-block; }

.content .rte-toolbar {
  border: 0.15rem solid rgba(60, 48, 48, 0.1);
  padding: .35rem;
  border-radius: 0.3rem 0.3rem 0 0;
  background: rgba(233, 230, 230, 0.35); }
  .content .rte-toolbar .rte-toolbar-inner a {
    padding: .75rem 0;
    border-radius: 0;
    background: #e9e6e6;
    color: rgba(60, 48, 48, 0.85);
    border: 0.15rem solid rgba(60, 48, 48, 0.15);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
    display: inline-block;
    line-height: 0;
    min-width: 2rem;
    text-align: center;
    vertical-align: middle; }
    .content .rte-toolbar .rte-toolbar-inner a:first-of-type {
      border-radius: 0.3rem 0 0 0.3rem; }
    .content .rte-toolbar .rte-toolbar-inner a:last-of-type {
      border-radius: 0 0.3rem 0.3rem 0; }
    .content .rte-toolbar .rte-toolbar-inner a.enable {
      color: #fc1770; }
    .content .rte-toolbar .rte-toolbar-inner a + a:not(.fa-rotate-180) {
      border-left-width: 0; }
    .content .rte-toolbar .rte-toolbar-inner a + a.fa-rotate-180 {
      border-right-width: 0; }
    .content .rte-toolbar .rte-toolbar-inner a.fullscreen {
      float: right;
      border-radius: 0.3rem; }
    .content .rte-toolbar .rte-toolbar-inner a + select {
      border-radius: 0;
      border-left-width: 0; }
  .content .rte-toolbar select {
    padding: .25rem .35rem .2rem  .35rem;
    background: rgba(233, 230, 230, 0.2); }
  .content .rte-toolbar ~ textarea,
  .content .rte-toolbar ~ iframe {
    border-radius: 0 0 0.3rem 0.3rem;
    border-top-width: 0;
    background: rgba(255, 249, 176, 0.2); }

.content .editor-box-full .fullscreen {
  color: #fc1770; }

input[type="radio"], input[type="checkbox"] {
  width: 1em;
  height: 1em;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #7D7A7A;
  position: relative; }
  input[type="radio"]:checked, input[type="checkbox"]:checked {
    background: #e9e6e6; }
  input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none; }
  input[type="radio"]::before, input[type="checkbox"]::before {
    content: '';
    position: absolute; }
  input[type="radio"][disabled], input[type="checkbox"][disabled] {
    opacity: .35; }

input[type="radio"] {
  border-radius: 2em; }
  input[type="radio"]:checked::before {
    background: #7D7A7A;
    padding: 0;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 1em;
    margin: 0; }

input[type="checkbox"]:not(.toggle) {
  border-radius: .2em;
  margin-right: .3em; }
  input[type="checkbox"]:not(.toggle):checked::before {
    transform: rotate(-45deg);
    border: 0 solid;
    border-width: 0 0 .225em .225em;
    padding: .15em .4em;
    left: 20%;
    top: 0%; }

input[type="checkbox"].toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e6e6;
  border-radius: 1em;
  width: 1.8em;
  height: 1em;
  font-size: 1.3em;
  cursor: pointer;
  box-shadow: 0 0 0 1pt rgba(60, 48, 48, 0.5) inset; }
  input[type="checkbox"].toggle::before {
    left: 0;
    top: 50%;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #e9e6e6;
    transition: .2s;
    transform: translate(0, -50%) scale(0.6, 0.6);
    box-shadow: 0 0 0 2pt rgba(60, 48, 48, 0.5); }
  input[type="checkbox"].toggle:checked {
    background: #5b6d85; }
    input[type="checkbox"].toggle:checked::before {
      transform: translate(80%, -50%) scale(0.6, 0.6); }

.option {
  position: relative;
  margin-bottom: .25rem; }
  .option label {
    padding: .25rem .35rem;
    border-radius: .25rem;
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    transition: all .3s;
    cursor: pointer; }
    .option label::before {
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      display: block;
      margin-right: .35rem;
      opacity: .3;
      color: #3C3030;
      width: 1em; }
    .option label.ghost-option::before {
      content: '';
      display: none; }
    .option label span {
      flex: 1;
      display: block; }
  .option input[type=radio], .option input[type=checkbox] {
    position: absolute;
    opacity: 0; }
    .option input[type=radio]:checked + label, .option input[type=checkbox]:checked + label {
      background-color: #94ca3d;
      color: #fff;
      text-shadow: 0 -0.05em 0 rgba(60, 48, 48, 0.35);
      box-shadow: -0.05em -0.05em 0 0 rgba(60, 48, 48, 0.35) inset;
      opacity: .85; }
      .option input[type=radio]:checked + label::before, .option input[type=checkbox]:checked + label::before {
        opacity: 1;
        color: #fff; }
    .option input[type=radio]:checked + [disabled],
    .option input[type=radio]:checked + .disabled, .option input[type=checkbox]:checked + [disabled],
    .option input[type=checkbox]:checked + .disabled {
      background-color: #938b8b;
      cursor: not-allowed; }
  .option input[type=radio] + label::before {
    content: "\f111";
    font-weight: 400; }
  .option input[type=radio]:checked + label::before {
    content: "\f058";
    font-weight: 900; }
  .option input[type=checkbox] + label::before {
    content: "\f0c8";
    font-weight: 400; }
  .option input[type=checkbox]:checked + label::before {
    content: "\f14a";
    font-weight: 900; }
  .option.red input[type=radio]:checked + label,
  .option.red input[type=checkbox]:checked + label {
    background-color: #fc1770; }
  .option.berry input[type=radio]:checked + label,
  .option.berry input[type=checkbox]:checked + label {
    background-color: #c657af; }
  .option.display-inline {
    margin-bottom: 0; }

.hide-inputs label::before {
  display: none; }

.soft-wrap .option {
  display: inline-block;
  margin-right: .25rem; }
  .soft-wrap .option label {
    min-width: 1.5rem;
    text-align: center; }

.option-column {
  flex: 1; }
  .option-column + .option-column {
    margin-left: .5rem; }

.tab-content-box .form-box-body {
  flex: 1; }

.form-row {
  display: flex;
  flex-direction: row;
  align-items: baseline; }
  .form-row .form-label {
    flex: 1;
    padding: .5rem;
    text-align: right; }
  .form-row .form-input {
    flex: 4;
    padding: .5rem; }
  .form-row.form-row-section, .form-row.form-row-footer {
    border-top: 0.2rem dotted #e9e6e6;
    margin-top: 2rem;
    padding-top: 2rem; }

.sub-form,
.sub-option {
  position: relative;
  margin: 0 0 1rem .675rem;
  padding: 1rem;
  border-left: 0.2rem solid rgba(148, 202, 61, 0.85); }
  .sub-form::after,
  .sub-option::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #94ca3d;
    border-radius: 1rem;
    bottom: 0rem;
    left: -.35rem;
    width: .5rem;
    height: .5rem; }

.form-box-header {
  padding: 1rem;
  border: 0.2rem solid #e9e6e6;
  border-bottom-width: 0;
  border-radius: .35rem .35rem 0 0;
  background-color: rgba(60, 48, 48, 0.035); }
  .form-box-header + .form-box-body {
    border-radius: 0 0 .35rem .35rem; }

.form-box-body {
  border: 0.2rem solid #e9e6e6;
  border-radius: .35rem;
  padding: 2rem;
  background-color: #fff; }
  .form-box-body + .form-box-footer {
    margin-top: -.19rem; }

.form-box-footer {
  border: 0.2rem solid #e9e6e6;
  border-radius: 0 0 .35rem .35rem;
  padding: 2rem;
  background-color: #fff; }

.form-actions {
  padding: 1rem;
  background: #e9e6e6;
  text-align: center;
  box-shadow: 0 0.15rem 0 0 rgba(60, 48, 48, 0.1) inset; }

.editor-box textarea {
  resize: vertical; }
  .editor-box textarea::-webkit-scrollbar {
    width: .5rem;
    height: .5rem; }
  .editor-box textarea::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0; }

.editor-box.editor-box-full {
  position: fixed;
  top: 3rem;
  right: 0;
  bottom: 0;
  left: 20rem;
  padding: 2rem;
  max-width: none;
  margin: 0;
  z-index: 1001;
  background: #FFF; }
  .editor-box.editor-box-full iframe.rte,
  .editor-box.editor-box-full iframe.rte-b {
    height: 100% !important; }
  .editor-box.editor-box-full textarea.rte,
  .editor-box.editor-box-full textarea.rte-b {
    height: 90% !important; }

.data-list {
  border: 0.15rem solid #e9e6e6;
  border-radius: 0.3rem; }
  .data-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: .5rem;
    margin: 0;
    border-top: 0.15rem solid #e9e6e6;
    background-color: rgba(255, 255, 255, 0.35); }
    .data-list li:first-child {
      border-top: 0; }
    .data-list li.list-item-ghost {
      padding: 1em;
      background: #938b8b;
      background-size: 1rem 1rem;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent); }
    .data-list li:hover {
      background-color: rgba(255, 242, 97, 0.35); }
      .data-list li:hover .fa {
        display: inline-block; }
    .data-list li.ui-sortable-helper {
      border-top: 0.15rem solid #e9e6e6;
      border-bottom: 0.15rem solid #e9e6e6;
      background-color: rgba(255, 242, 97, 0.65) !important; }
    .data-list li a[class*="edit-"] {
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .data-list li a .fa {
      display: none; }
    .data-list li .handle {
      cursor: move;
      margin-right: .5rem; }
  .data-list .not-included,
  .data-list .is-descriptive {
    color: #ff7f36;
    cursor: default; }

.filter-list {
  width: 45%;
  position: relative;
  font-family: Helvetica, Arial, 'Font Awesome 5 Pro', sans-serif; }
  .filter-list input {
    width: 100%;
    font-size: 1.2em;
    font-family: inherit; }
  .filter-list .filterclear {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(125, 122, 122, 0.2);
    text-align: center; }
  .filter-list div.active {
    display: inline-block; }

#filter-list {
  margin: 2em 0; }

#filter-search-topics {
  margin: .5em 0; }

.js-compare-list ul {
  margin: 0; }

.js-compare-list h2, .js-compare-list h3, .js-compare-list h4 {
  margin: 0; }

.js-compare-list h6 {
  color: #9E9A99; }

.js-compare-list p,
.js-compare-list li {
  text-align: left; }

.js-compare-list #menu {
  left: 0;
  border-radius: 0.3rem;
  background-image: linear-gradient(to bottom, #324867, #5b6d85); }
  .js-compare-list #menu h4 a {
    display: block;
    padding: 1rem;
    color: #e9e6e6; }
  .js-compare-list #menu > .flex-row + .flex-row {
    box-shadow: -0.2em 0 0 0 #3C3030; }

.js-compare-list .compare-data {
  padding: 1em;
  border-top: 0.2em solid #e9e6e6; }
  .js-compare-list .compare-data + .compare-data {
    box-shadow: -0.2em 0 0 0 #3C3030; }

.js-compare-list .grid-body {
  position: relative; }

.js-compare-list .grid-sub-header {
  background: #e9e6e6;
  color: #3C3030;
  padding: .3em 1em;
  border-radius: 0.3rem;
  margin: 1em 0;
  position: sticky;
  top: 5.8em; }
  .js-compare-list .grid-sub-header + .flex-row .compare-data {
    border-top: 0; }

.js-compare-list .grid-body > .flex-row:first-child .compare-data {
  border-top: 0; }

.sticky-bar .js-compare-list #menu {
  position: fixed;
  padding: 0 3rem;
  z-index: 1;
  border-radius: 0; }

.js-compare-list .clip {
  padding: 5px; }

.js-compare-list tbody th {
  font-weight: normal;
  border-right-width: 1px;
  padding: 0em;
  background: #FFFFFF; }

.js-compare-list th.header {
  display: none; }

.js-compare-list tbody th input {
  float: right; }

.js-compare-list tbody th.selected,
.js-compare-list tbody td.selected {
  border-top-color: #FFFFFF;
  outline: 0;
  background: #5b6d85; }

.content .js-compare-list th .option {
  padding: 1em;
  position: relative; }

.js-compare-list th .option label {
  border: 0; }

.js-compare-list th .option label:hover {
  color: #5b6d85;
  background: none; }

.compare-me-not {
  padding: 1em 1em 1em 0;
  color: #15c5ec;
  font-size: 1.3em;
  cursor: pointer; }

.compare-me-not:hover {
  color: #e9e6e6; }

.compare-programs-template h1 {
  border-bottom: 0; }

body {
  background: #9aa4b1 url(../___img/cebc-logo-bg2.png);
  font-size: 17px; }
  body a {
    text-decoration: none; }

.wrapper {
  background: #fff;
  box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.25);
  z-index: 2; }

#header {
  background: #e9e6e6 url(../___img/white-wall.png);
  color: #324867;
  padding: 1.5rem; }
  #header h1 {
    line-height: 1;
    color: #a21f3f;
    margin: 0;
    padding: 0 1rem;
    font-size: 5.75rem;
    font-weight: 500; }
  #header h3 {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
    align-items: flex-end;
    white-space: nowrap; }
    #header h3 span, #header h3 small {
      letter-spacing: -.05ch;
      font-size: 70%; }
    #header h3 strong {
      font-weight: 500;
      letter-spacing: -.15ch;
      font-size: 150%; }
    #header h3 small {
      font-size: 60%; }
  #header a:not(.button) {
    color: inherit; }
  #header .logo {
    width: 1em;
    height: 1em;
    font-size: 5em; }
  #header .logo--15-years {
    background: url(/themes/site_unity/___img/cebc-15-years.png);
    flex: 1;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat; }
    #header .logo--15-years h1 {
      opacity: 0; }
  #header svg.cebc-mark path {
    fill: #324867;
    stroke: #a21f3f;
    stroke-width: 2; }
  #header.header-no-nav {
    border-bottom: .3em solid;
    padding: 2rem 3rem; }
  #header .special {
    margin: -1.5rem -1.5rem -1.5rem 1.5rem;
    padding: 0 .7rem;
    background: #fff;
    align-items: center;
    display: flex; }
  #header .social a {
    font-size: .85em;
    line-height: 0; }
  #header .social--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    color: #fff;
    margin: 0 .15em; }
  #header .social--twitter {
    background: #1a9dec; }
  #header .social--facebook {
    background: #3a5894; }
  #header .social--linkedin {
    background: #0a66c2; }
  #header .social--instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
  #header .social--contact {
    background: #3b877a; }

#primary {
  padding: 3rem; }

#footer {
  padding: 1rem 3rem;
  background: #e9e6e6 url(../___img/white-wall.png) center center;
  color: #7D7A7A;
  box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.25);
  z-index: 1; }
  #footer a {
    color: #7D7A7A; }
  #footer .sponsor {
    margin-left: 1.5rem;
    line-height: 0; }
    #footer .sponsor > * + * {
      margin-left: 1em; }
    #footer .sponsor img {
      mix-blend-mode: multiply; }

#cboxOverlay {
  opacity: .5 !important;
  background: #3C3030; }

#colorbox {
  background: #fff;
  position: fixed !important;
  box-shadow: 0 1em 4em -1em;
  border-radius: .5em;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%); }

#cboxLoadedContent {
  padding: 0; }

#cboxLoadedContent iframe {
  border-radius: .5em; }

#cboxLoadedContent #bucket iframe {
  border-radius: .3em; }

#cboxContent {
  border: 0;
  padding: 0;
  border-radius: .5em; }

#cboxClose {
  background: none;
  font-size: 0;
  text-indent: 0;
  color: #beb9b9;
  padding: .9rem;
  float: none !important;
  width: auto;
  height: auto; }
  #cboxClose::after {
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    content: '\f00d'; }
  #cboxClose:hover {
    color: #7D7A7A; }

#bucket.loaded {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0; }

#fetch-headline {
  margin: 0;
  padding: .5em 1em;
  background-color: #09090A; }

#fetch-headline h2 {
  display: inline;
  margin: 0; }

#fetch {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 75%;
  border: 0; }

.widget #main {
  overflow: hidden; }

.widget-name {
  padding: .5rem 1rem;
  background: rgba(60, 48, 48, 0.1);
  font-size: 1.5em; }

.close-widget {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0; }

.widget-content {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .widget-content form {
    display: flex;
    flex-direction: column;
    flex: 1; }

.widget-content-scroll {
  padding: 1rem;
  overflow: auto;
  flex: 1 1 0px; }
  .widget-content-scroll li {
    padding: .5em 0; }
    .widget-content-scroll li + li {
      border-top: 0.1rem solid rgba(60, 48, 48, 0.1); }
  .widget-content-scroll dl {
    margin: 0;
    line-height: 1.4; }
    .widget-content-scroll dl dt {
      font-size: 1.3em;
      padding-bottom: .5em; }
    .widget-content-scroll dl dd {
      display: flex;
      flex-direction: row;
      margin: 0; }
      .widget-content-scroll dl dd .key {
        padding: .5em;
        flex: 1;
        text-align: right; }
      .widget-content-scroll dl dd .value {
        padding: .5em;
        flex: 4; }

.widget-button-bar {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex: 0 0 auto;
  padding: 1rem;
  background: #e9e6e6;
  border-top: 0.2rem solid rgba(60, 48, 48, 0.1); }

.widget-tabs {
  position: relative;
  margin: 0;
  padding: 0 .5rem 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 0 0 auto;
  z-index: 1;
  border-bottom: 0.2rem solid rgba(60, 48, 48, 0.1);
  background: rgba(60, 48, 48, 0.1);
  box-shadow: 0 1rem 1rem 0 #FFF; }
  .widget-tabs li {
    border: 0.2rem solid rgba(60, 48, 48, 0.1);
    border-bottom-width: 0;
    border-radius: .35rem .35rem 0 0;
    background-color: rgba(60, 48, 48, 0.05);
    margin-left: 1rem;
    flex: 0 0 auto; }
    .widget-tabs li a {
      display: block;
      padding: .5rem 1rem;
      outline: none;
      text-align: center; }
    .widget-tabs li.ui-tabs-active {
      background-color: #fff;
      border-color: rgba(60, 48, 48, 0.2);
      margin-bottom: -.2rem; }
      .widget-tabs li.ui-tabs-active a {
        color: rgba(60, 48, 48, 0.65);
        text-shadow: 0 1px 0 #fff; }
    .widget-tabs li + li {
      margin-left: .5rem; }

@media screen and (max-width: 65rem) {
  #header .header-inner {
    flex-direction: column;
    align-items: center; }
  #header h3 {
    align-items: center;
    white-space: normal;
    margin-top: .5em; }
  #header .text-right {
    text-align: center; }
  #primary {
    padding: 1.5rem 1rem; }
  #mobile-menu {
    display: flex;
    padding: 1em; }
  #compare-bar,
  #primary .compare-me,
  #primary .compare-bucket {
    display: none; }
  #menu ul {
    display: flex;
    flex-direction: column; }
  #menu .nav-panel {
    padding-bottom: 0;
    box-shadow: 0 0 3rem -.5rem #30303C inset;
    display: flex;
    flex-direction: column-reverse; }
    #menu .nav-panel .active {
      box-shadow: none;
      border-radius: .3em; }
    #menu .nav-panel > ul {
      display: none;
      font-size: 1.2rem; }
      #menu .nav-panel > ul > li:hover, #menu .nav-panel > ul > li.active {
        box-shadow: none;
        margin: 0;
        padding: 0; }
        #menu .nav-panel > ul > li:hover ul, #menu .nav-panel > ul > li.active ul {
          box-shadow: none; }
      #menu .nav-panel > ul > li ul {
        font-size: .9rem;
        margin: 0 2rem;
        opacity: 1 !important;
        display: block;
        position: relative; }
    #menu .nav-panel .search {
      flex: none; }
  #menu ul ul,
  #menu ul.level-1 {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
  #menu .utils {
    order: -1;
    display: none; }
  body {
    font-size: 15px; }
    body.menu-open {
      overflow: hidden; }
      body.menu-open #menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: flex;
        flex-direction: column; }
        body.menu-open #menu .nav-panel {
          flex: 1;
          overflow: auto;
          justify-content: flex-start;
          -webkit-overflow-scrolling: touch; }
          body.menu-open #menu .nav-panel > ul {
            display: block; }
        body.menu-open #menu .utils {
          order: -1;
          display: flex;
          flex: none; }
  #filter-list {
    width: auto;
    margin: 1em 0; }
  .content .program-listing li {
    padding: 1em 0;
    border-radius: 0; }
  .content .program-listing .search-result-description {
    padding-right: 0; } }
