#modal {
  z-index: 99999;
}

/* UTILITIES
----------------------------------------------------------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.divider-line {
  border-top: 2px solid #729f39;
  margin: 20px 0;
  max-width: 200px;
}

.divider-line-light {
  border-top: 2px solid white;
  margin: 20px 0;
  max-width: 200px;
  text-align: left;
}

.dotted {
  border-top: 2px dotted #006693;
}

.dull-solid {
  border-top: 2px solid #eee;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex !important;
}

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

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

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

.flex-lg-3 {
  display: flex;
  padding: 10px;
  width: 25%;
}

.flex-lg-4 {
  display: flex;
  padding: 10px;
  width: 33.33%;
}

.flex-lg-6 {
  display: flex;
  padding: 10px;
  width: 50%;
}

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

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.float-r {
  float: right;
}

.height-100 {
  height: 100%;
}

.hide-info-mobile {
  display: none;
}

.initial {
  position: initial !important;
}

.list-circle {
  list-style-type: circle;
}

.list-none {
  list-style-type: none;
}

.m-0 {
  margin: 0;
}

.m-0-auto {
  margin: 0 auto;
}

.m-xxs {
  margin: 5px;
}

.m-xs {
  margin: 10px;
}

.m-s {
  margin: 20px;
}

.m-m {
  margin: 40px;
}

.m-l {
  margin: 60px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-s {
  margin-bottom: 20px;
}

.m-b-m {
  margin-bottom: 40px;
}

.m-b-l {
  margin-bottom: 60px;
}

.m-l-0 {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-s {
  margin-left: 20px;
}

.m-l-m {
  margin-left: 40px;
}

.m-l-l {
  margin-left: 60px;
}

.m-l-50 {
  margin-left: 50%;
}

.m-r-0 {
  margin-right: 0;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-s {
  margin-right: 20px;
}

.m-r-m {
  margin-right: 40px;
}

.m-r-l {
  margin-right: 60px;
}

.m-t-auto,
.m-t-a {
  margin-top: auto;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 4px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-s {
  margin-top: 20px;
}

.m-t-m {
  margin-top: 40px;
}

.m-t-l {
  margin-top: 60px;
}

.over-auto {
  overflow: auto;
}

.overflow-x-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.p-0 {
  padding: 0;
}

.p-xxs {
  padding: 4px;
}

.p-xs {
  padding: 10px;
}

.p-s {
  padding: 20px;
}

.p-m {
  padding: 40px;
}

.p-l {
  padding: 60px;
}

.p-b-xs {
  padding-bottom: 10px;
}

.p-b-s {
  padding-bottom: 20px;
}

.p-b-m {
  padding-bottom: 40px;
}

.p-b-l {
  padding-bottom: 60px;
}

.p-b-xl {
  padding-bottom: 80px;
}

.p-b-xxl {
  padding-bottom: 100px;
}

.p-h-xxs {
  padding: 0 5px;
}

.p-h-xs {
  padding: 0 10px;
}

.p-h-s {
  padding: 0 20px;
}

.p-h-m {
  padding: 0 40px;
}

.p-h-l {
  padding: 0 60px;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-xxs {
  padding-left: 6px;
}

.p-l-xs {
  padding-left: 10px;
}

.p-l-s {
  padding-left: 20px;
}

.p-l-m {
  padding-left: 40px;
}

.p-l-l {
  padding-left: 60px;
}

.p-r-0 {
  padding-right: 0;
}

.p-r-xxs {
  padding-right: 6px;
}

.p-r-xs {
  padding-right: 10px;
}

.p-r-s {
  padding-right: 20px;
}

.p-r-m {
  padding-right: 40px;
}

.p-r-l {
  padding-right: 60px;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-xs {
  padding-top: 10px;
}

.p-t-s {
  padding-top: 20px;
}

.p-t-m {
  padding-top: 40px;
}

.p-t-l {
  padding-top: 60px;
}

.p-t-xl {
  padding-top: 80px;
}

.p-t-xxl {
  padding-top: 100px;
}

.p-v-xxs {
  padding: 5px 0;
}

.p-v-xs {
  padding: 10px 0;
}

.p-v-s {
  padding: 20px 0;
}

.p-v-m {
  padding: 40px 0;
}

.p-v-l {
  padding: 60px 0;
}

.relative {
  position: relative;
}

.set-width {
  margin: 0 auto;
  width: 85%;
}

.set-width-thin {
  margin: 0 auto;
  max-width: 991px;
}

.show-md,
.show-sm,
.show-xxs {
  display: none !important;
}

.social-media {
  border-radius: 100%;
  margin-right: 4px;
  height: 35px;
  padding: 0;
  width: 35px;
}

.sm-large {
  height: 45px;
  margin-right: 8px;
  width: 45px;
}

.sm-large i {
  font-size: 20px;
}

.trans-0 {
  transform: translate(0);
}

.trans-x-50 {
  transform: translateX(-50%);
}

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

.uppercase {
  text-transform: uppercase;
}

@supports (-webkit-line-clamp: 2) {
  .doubleLine {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    white-space: normal;
    display: -webkit-box;
  }
}

.vert-mid {
  vertical-align: middle !important;
}

.width-100 {
  width: 100%;
}


/* CONTENT
----------------------------------------------------------------------*/
.carousel-col {
  float: left;
  min-height: 1px;
  padding: 5px;
  position: relative;
  border:1px solid lightgray;
}

.carousel-col h4 {
  border-bottom: 0 !important;
}

.carousel-col figure {
  border-top: 1px solid #ddd;
}

.carousel-col .back-light {
  overflow: hidden;
}

.carousel-col .dropdown-menu {
  bottom: 100%;
  left: initial;
  right: 0;
  top: initial;
}

.carousel-control {
  background-color: var(--primary);
  border-radius: 50%;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  width: 50px;
}

.carousel-control,
.carousel-control:focus,
.carousel-control:hover {
  opacity: 1;
}

.carousel-control-prev {
  left: -18px;
}

.carousel-control-next {
  right: -18px;
}

.carousel-control:focus,
.carousel-control:hover {
  background-color: var(--secondary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.025);
  transform: translateY(-50%);
}

.carousel-inner figure {
  background-color: black;
}

.carousel-inner img {
  opacity: 0.8;
}

.carousel-inner .btn{
  text-decoration: none !important;
}

.carousel-inner .btn:hover,
.carousel-inner .btn:focus{
  text-decoration: underline !important;
}

.carousel-item.active>div {
  display: none;
}

.carousel-item.active>div:first-child {
  display: block;
}

.carouselInfo {
  margin-bottom: 15px;
}

.cn-button.wp-default {
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  text-shadow: none;
}

.cn-button.wp-default:hover {
  color: white;
}

.collection-list a {
  color: #333;
  text-decoration: underline;
}

.collection-list a:hover {
  color: #729f39;
}

.collection-list h3 {
  margin-top: 40px;
}

.collection-list h4 {
  margin-top: 20px;
}

.collection-list li {
  padding: 6px;
}

.collection-list li:nth-child(even) {
  background-color: #eee;
}

.collection-list ul {
  list-style-type: circle;
  padding-left: 15px;
}

.duration {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 0;
}

.Featured.Webinars {
  border: 4px solid #006693;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
}

.kit-icon,
.kit-icon i {
  transition: all 0.5s;
}

.kit-shadow {
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.modal {
  z-index: 99999;
}

.modal-dialog {
  max-width: 100%;
  width: 767px;
}

.modal-header {
  padding: 15px 15px 5px;
}

.modal-header .close {
  margin: -1rem;
}

.nav-tabs {
  border: 0;
}

.one-item .carousel-col:nth-child(2),
.one-item .carousel-col:nth-child(3) {
  display: none;
}

.pageMain {
  margin-left: 400px;
  padding-left: 20px;
}

.panel-group .panel+.panel {
  margin-top: 10px;
}

.rss-widget-icon {
  display: none;
}

.seeAll {
  cursor: default;
  color:var(--primary);
}

.seeAll:hover {
  text-decoration: underline;
}

.sidebar-event {
  margin-top: 30px;
}

.center{
  text-align: center;
}

.sidebar-event:first-of-type {
  margin-top: 0;
}

.sidebarScrolled {
  position: fixed;
  /*top: 150px;*/
  top: 214px;
}

.sidebarStop {
  position: absolute;
  bottom: 50px;
  top: auto;
}

.spec-scroll::-webkit-scrollbar {
  height: 10px;
}

.spec-scroll::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
}

.spec-scroll::-webkit-scrollbar-thumb {
  background-color: #729f39;
  border-radius: 10px;
}

.sliderExpanded .staffTraining .carousel-col {
  clear: none !important;
}

.stickySidebar {
  background-color: var(--lightest-blue);
  float: left;
  width: 400px;
}

.stickySidebar.dull {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.stickySidebar.new {
  background-color: transparent;
}

.stickySidebar .far {
  font-weight: 400;
  width: 20px;
  text-align: center;
}

.subNavScrolled {
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  top: 109px;
  width: 100%;
  z-index: 10000;
}

.subNavScrolled-no-breadcrumbs {
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 10000;
}

.tab-content>.active {
  display: flex;
}

.table {
  border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>thead>tr>th {
  padding: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.toCopy+.copyButton {
  opacity: 0;
}

.toCopy:hover+.copyButton,
.copyButton:hover {
  opacity: 1;
}

.tooltip-text {
  border-bottom: 1px dotted #555;
  display: inline-block;
  position: relative;
}

.tooltip-text .tooltip-content {
  visibility: hidden;
  width: 200px;
  background-color: white;
  color: #555;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;
  border: 2px solid #555;
  box-shadow: 0 0 10px #555;
  font-family: sans-serif;
  line-height: 1.2;
  font-size: 14px;
}

.tooltip-text .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-text:hover .tooltip-content {
  visibility: visible;
}

.two-item .carousel-col:nth-child(3) {
  display: none;
}

.truncate br {
  display: none;
}

.txt-accent-line {
  border-left: 4px solid #729f39;
  padding-left: 6px;
}

.widget_pbc_widget+.widget_pbc_widget {
  margin-top: 60px;
}

.widget_rss {
  padding-top: 40px;
}

.widget_rss h2 {
  font-family: "FreightTextPro", Georgia, serif;
  font-size: 18px;
}

.widget_rss h2 a {
  color: #006693;
}

.widget_rss li {
  margin-top: 10px;
}

.widget_rss ul {
  list-style-type: none;
  padding-left: 0;
}


/* SURVEYGIZMO
----------------------------------------------------------------------*/

.modal fieldset {
  border: 0;
}

.modal textarea {
  width: 100%;
  background-color: #ededed !important;
  border: 0 !important;
  color: #555 !important;
  border-radius: 4px !important;
}

.modal .sg-survey-form {
  width: 100%;
}

.modal .sg-comment {
  padding: 10px 0 20px 0;
}

.modal .sg-content {
  padding: 0 20px;
}

.modal .sg-progress-bar {
  display: none;
}

.modal .sg-question-options {
  padding: 20px 0;
}

.modal .sg-question-title,
.modal .sg-comment-title {
  color: #555 !important;
  font-weight: initial !important;
}

.modal .sg-type-table .sg-table .sg-odd-row td {
  padding: 0;
}

.modal .sg-submit-button {
  background-color: #006693;
}

.modal .sg-submit-button:active,
.modal .sg-submit-button:focus,
.modal .sg-submit-button:hover {
  background-color: #005377;
}



/* EVENTS CALENDAR
----------------------------------------------------------------------*/

#tribe-events-bar,
.tribe-events-back,
.tribe-events-schedule,
.tribe-events-cal-links,
.tribe-events-single-section-title {
  display: none;
}

#tribe-events-header {
  clear: none;
}

.tribe-events-calendar thead th {
  background-color: #006693;
  border-left: 1px solid #006693;
  border-right: 1px solid #006693;
}

.tribe-events-content a,
.tribe-event-description a,
.modal-description a {
  border: 0;
  font-size: 18px;
  color: white;
  padding: 10px 20px;
  background-color: #729f39;
  transition: all 0.4s ease;
  display: block;
  margin-top: 20px;
  border-radius: 4px;
  width: 180px;
  text-align: center;
}

.tribe-events-content a:hover {
  background-color: #70a52f;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: white !important;
  transform: scale(1.025);
}

.tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
  border: 10px solid #ddd;
  text-align: center;
  padding-top: 10px;
}

.tribe-events-month-event-title a {
  opacity: 1 !important;
}

.tribe-events-read-more {
  display: none !important;
}

#tribe-events-content table.tribe-events-calendar {
  clear: none;
  margin-top: 0;
}


/* COOKIE NOTICE
----------------------------------------------------------------------*/

#cn-accept-cookie {
  background: #75ab2f;
  border: 1px solid #75ab2f;
  margin-right: 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

#cn-notice-text {
  padding-right: 10px;
}

#cn-refuse-cookie {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border: 1px solid white;
  cursor: pointer;
}

#cookie-notice {
  bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  display: none;
  font-size: 1em;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2001;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .15);
}

#cookie-notice a {
  color: #006595;
}

.cn-button {
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
}

.cookie-notice-container {
  padding: 15px;
}

#cookie-bg {
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 105%;
  background-color: rgba(10, 34, 64, .7);
}

@media screen and (max-width: 1250px) {

  #cn-notice-text {
    display: block;
    padding-bottom: 10px;
  }
}


/* MEDIA QUERIES
----------------------------------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .carousel-control,
  .carousel-inner .carousel-item .carousel-col,
  p.float-r.txt-dull-darker {
    display: none
  }

  .carousel-inner .carousel-item,
  .carousel-inner .carousel-item .carousel-col:first-child {
    display: block;
  }

  .staffTraining .carousel-item .carousel-col:first-child {
    display: none;
  }

  .staffTraining .carousel-item .carousel-col:nth-child(3),
  .staffTraining .carousel-item:first-child .carousel-col:nth-child(1),
  .staffTraining .carousel-item:first-child .carousel-col:nth-child(2) {
    display: block;
  }
}

@media screen and (max-width: 1700px) {

  .set-width {
    width: 95%;
  }
}

@media screen and (min-width: 1501px) {

  .active>div:first-child+div,
  .active>div:first-child+div+div {
    display: block;
  }

  .carousel-col {
    width: 33.3%;
  }

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33.33%);
    -ms-transform: translateX(33.33%);
    -o-transform: translateX(33.33%);
    transform: translateX(33.33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-33.33%);
    -ms-transform: translateX(-33.33%);
    -o-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }

  .staffTraining.carousel-inner .carousel-item:first-child.carousel-item-next,
  .staffTraining.carousel-inner .carousel-item:first-child.carousel-item-right.active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .staffTraining.carousel-inner .carousel-item-left.active.last-item,
  .staffTraining.carousel-inner .carousel-item-prev.last-item {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .carousel-inner .carousel-item-right,
  .carousel-inner .carousel-item-left,
  .carousel-inner .carousel-item:first-child.carousel-item-next.carousel-item-left,
  .carousel-inner .carousel-item-prev.carousel-item-right.last-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .hide-info-desktop {
    display: none;
  }

  .sliderExpanded .carousel-item:nth-child(3n + 1) .carousel-col {
    clear: left;
  }
}

@media (min-width: 651px) and (max-width: 1500px) {

  .active>div:first-child+div {
    display: block;
  }

  .carousel-col {
    width: 50%;
  }

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .staffTraining.carousel-inner .carousel-item:first-child.carousel-item-next,
  .staffTraining.carousel-inner .carousel-item:first-child.carousel-item-right.active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .staffTraining.carousel-inner .carousel-item-left.active.last-item,
  .staffTraining.carousel-inner .carousel-item-prev.last-item {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .carousel-inner .carousel-item-right,
  .carousel-inner .carousel-item-left,
  .carousel-inner .carousel-item:first-child.carousel-item-next.carousel-item-left,
  .carousel-inner .carousel-item-prev.carousel-item-right.last-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .sliderExpanded .carousel-item:nth-child(2n + 1) .carousel-col {
    clear: left;
  }
}


@media screen and (min-width: 1381px) {

  .stickySidebar {
    width: 360px;
  }
}

.mobile-search-form {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-search-form {
    width: 100%;
    padding: 0 20px;
    display: block;
  }

  .mobile-search-form label {
    width: auto;
    margin: 0 0 20px 0;
    display: block;
  }

  .mobile-search-form .search-field {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    margin: 10px 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 1320px) {

  .dropdown-menu.search {
    border: 0;
    padding: 0;
  }

  .dropdown-menu.search li,
  .dropdown-menu.search li label {
    margin: 0;
    width: 100%;
  }

  .dropdown-menu.search .screen-reader-text,
  .dropdown-menu.search .search-submit,
  .mobile-search-form .search-submit {
    display: none;
  }

  .dropdown-menu.search li label input,
  .mobile-search-form input.search-field {
    margin: 0;
    padding: 10px;
    width: 100%;
  }

  .pageMain {
    margin-left: 300px;
  }

  .stickySidebar {
    float: left;
    width: 300px;
  }

  #cn-notice-text {
    display: block !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 1200px) {

  .flex-md-4 {
    display: flex;
    padding: 10px;
    width: 33.33%;
  }

  .flex-md-6 {
    display: flex;
    padding: 10px;
    width: 50%;
  }

  .hide-md {
    display: none;
  }

  .set-width-thin {
    max-width: 95%;
  }

  .show-md {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {

  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}


@media screen and (min-width: 1185px) {

  .hide-lg {
    display: none;
  }
}

@media screen and (max-width: 1050px) and (min-width: 992px) {

  .carousel-col .btn {
    padding: 10px 5px;
  }
}

@media screen and (min-width: 992px) {

  .col-md-5ths {
    width: 20%;
    float: left;
  }

  .hide-desktop {
    display: none;
  }

  .navbar-brand img {
    margin-top: -10px;
  }
}

@media screen and (max-width: 991px) {

  .col-md-6.p-l-xxs {
    padding-left: 15px;
  }

  .col-md-6.p-r-xxs {
    padding-right: 15px;
  }

  .hide-sm {
    display: none;
  }

  .jumbotron .h1 {
    font-size: 48px !important;
  }

  .m-t-xs-sm {
    margin-top: 10px;
  }

  .p-b-m {
    padding-bottom: 20px;
  }

  .p-t-m,
  .p-t-m-sm {
    padding-top: 20px;
  }

  .p-t-l {
    padding-top: 40px;
  }

  .p-t-xl {
    padding-top: 60px;
  }

  .pageMain {
    margin-left: 0;
    padding-left: 0;
  }

  .scroll-for-more {
    display: none;
  }

  .sidebarScrolled {
    position: initial;
  }

  .stickySidebar {
    float: none;
    width: 100%;
  }

  .widget_rss {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) and (min-width: 767px) {
  .breadcrumbsWrapper {
    top: 0px !important;
  }

  .customize-support .breadcrumbsWrapper {
    top: 103px !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

  nav.navbar,
  ul.nav.navbar-nav,
  .navbar-brand,
  .navbar-header {
    float: none !important;
    text-align: center;
  }

  main {
    margin-top: 109px;
  }

  .breadcrumbsWrapper {
    top: 115px;
  }

  .breadcrumbsWrapper+main {
    margin-top: 154px;
  }

  #menu-header-menu {
    margin-left: 0 !important;
  }

  #navbar {
    float: none !important;
    justify-content: center;
    padding-top: 6px;
  }

  .dropdown.hide-sm.initial {
    margin: 0px 0 0 10px;
  }

  .navbar,
  .navbar-nav>li>a {
    padding-top: 0;
  }

  .navbar-brand img {
    margin: 0 auto;
  }

  .navbar-nav>li {
    display: inline-block !important;
    float: none;
  }
}

@media screen and (max-width: 782px) and (min-width: 768px) {
  main {
    margin-top: 135px !important;
  }

  ;
}

@media screen and (min-width: 768px) {
  footer li a i {
    font-size: 16px;
  }

  .col-sm-5ths {
    width: 20%;
    float: left;
  }

  .nav.navbar-nav>li>a:focus,
  .nav.navbar-nav>li>a:hover,
  .nav.navbar-nav .open>a,
  .nav.navbar-nav .open>a:focus,
  .nav.navbar-nav .open>a:hover {
    /*background-color: #006693;*/
    background-color: #004B6B;
    color: white;
  }

  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }

  .navbar-right .dropdown-menu.search {
    right: 0;
    left: auto;
  }

  .tribe-events-category-k-12-schools {
    background-color: #74cee2;
    border-radius: 4px;
    margin: 2px !important;
  }

  .tribe-events-category-k-12-schools a {
    color: white;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {

  h1 {
    font-size: 28px;
  }

  main {
    margin-top: 69px;
  }

  main>#breadcrumbsBar {
    /*margin-top: 29px;*/
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  main>#breadcrumbsBar li:nth-child(3),
  main>#breadcrumbsBar li:nth-child(2) i {
    display: none;
  }

  #navbar {
    padding-right: 15px;
    text-align: right;
  }

  #navbar .dropdown-menu {
    background-color: transparent;
    border: 0;
    text-align: right;
  }

  .block-sm {
    display: block;
  }

  .carousel-control {
    opacity: 0.75;
  }

  .carousel-control .carousel-control-prev,
  .carousel-control .carousel-control-prev-icon {
    left: 50%;
  }

  .carousel-control .carousel-control-next,
  .carousel-control .carousel-control-next-icon {
    right: 50%;
  }

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

  .dropdown-menu>li>a {
    padding: 6px 0px;
  }

  .dropdown-menu.search {
    margin: 0;
  }

  .flex-sm-12 {
    display: block;
    width: 100%;
  }

  .float0-sm {
    float: none !important;
  }

  .hide-sm {
    display: none !important;
  }

  .jumbotron .btn {
    width: 150px;
  }

  .jumbotron .h1 {
    font-size: 36px !important;
  }

  .m-b-s-xs {
    margin-bottom: 20px;
  }

  .mobile-search {
    float: right;
    margin: 10px 8px 0 0;
  }

  .modal {
    padding-right: 0 !important;
  }

  .modal-dialog {
    margin: auto;
    width: 90%;
  }

  .navbar {
    padding-top: 0;
  }

  .navbar-brand {
    padding-left: 10px !important;
  }

  .navbar-brand img {
    max-width: 250px;
  }

  .navbar-header {
    width: 100%;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 15px;
  }

  .navbar-toggler {
    float: right;
    margin: 4px 0 0 0;
  }

  .p-t-s-xs {
    padding-top: 10px;
  }

  .p-t-m-xs {
    padding-top: 20px;
  }

  .search input[type="text"] {
    border-radius: 0;
    margin: 0;
    padding: 30px 20px;
  }

  .set-width {
    width: 100%;
  }

  .set-width-thin {
    max-width: 100%;
  }

  .show-sm {
    display: block !important;
  }

  .spec-scroll+hr,
  .staffTable thead {
    display: none;
  }

  .staffTable,
  .staffTable tbody,
  .staffTable tr,
  .staffTable td {
    display: block;
  }

  .staffTable tr {
    padding: 20px;
  }

  .staffTable td {
    border: 0;
    padding: 0 !important;
  }

  .staffTable tr td:first-child {
    margin-bottom: 20px;
  }

  .staffTable tr td:first-child span:first-of-type {
    margin-right: 5px;
  }

  .staffTable tr td:first-child br:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 700px) and (min-width: 651px) {

  .carousel-col .btn {
    padding: 10px 5px;
  }
}

@media (min-width: 651px) {

  .hide-info-tablet,
  #mobileNav {
    display: none;
  }
}

@media screen and (max-width: 650px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .carousel-inner .carousel-item-right,
  .carousel-inner .carousel-item-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .carousel-col {
    width: 100%;
  }

  .sliderExpanded .carousel-item .carousel-col {
    clear: left;
  }

  .spec-scroll.new {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  #secondaryNav a {
    font-size: 20px;
  }

  .center-img-xs {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }

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

  .divider-line-light {
    margin: 20px auto;
  }

  .hide-xs {
    display: none;
  }

  .flex-xs-6 {
    display: flex;
    padding: 10px;
    width: 50%;
  }

  .flex-xs-12 {
    display: flex;
    padding: 10px;
    width: 100%;
  }

  .jumbotron div div {
    padding: 0;
  }

  .jumbotron .btn {
    margin: 0 5px;
    width: 120px;
  }

  .jumbotron .h1 {
    font-size: 28px !important;
  }

  .p-0-xxs {
    padding: 0;
  }

  .p-b-s-xxs {
    padding-bottom: 20px;
  }

  .p-t-s-xxs {
    padding-top: 20px;
  }

  .width-100-xs {
    width: 100%;
  }
}


@media screen and (min-width: 558px) {

  .p-l-non-mobile {
    padding-left: 6px;
  }

  .p-r-non-mobile {
    padding-right: 6px;
  }
}


@media screen and (max-width: 400px) {

  .center-xxs .divider-line {
    margin: 20px auto;
  }

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

  .carousel-col .col-6 {
    flex: 100%;
    max-width: 100%;
  }

  .col-xs-4 {
    width: 50%;
  }

  .col-xs-6 {
    float: none;
    width: 100%;
  }

  .col-6.p-l-xxs {
    padding-left: 15px;
  }

  .col-6.p-r-xxs {
    margin-bottom: 10px;
    padding-right: 15px;
  }

  .col-xs-offset-3 {
    margin-left: 0;
  }

  .flex-xs-6 {
    display: block;
    width: 100%;
  }

  .navbar-brand img {
    margin-top: -8px;
    width: 250px;
  }

  .show-xxs {
    display: inline-block !important;
  }

  #breadcrumbsBar li:nth-child(3),
  #breadcrumbsBar li:nth-child(2) i {
    display: none;
  }

}

#breadcrumbsBar {
  width: 95%;
}

#collection_development_header>div>div {
  max-width: 1520px !important;
  padding: 0 25px;
}

#breadcrumbsWrapper ul {
  max-width: 1480px !important;
  padding: 10px 20px !important;
}

@media screen and (max-width: 767px) {
  #breadcrumbsBar {
    width: 100%;
  }

  #collection_development_header>div>div {
    padding: 0px
  }

  #collection_development_nav {
    margin-top: 10px;
  }
}

#menu-marketing-outreach-k-12-schools,
#menu-marketing-outreach-library {
  display: flex !important;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  font-size: 24px;
  font-family: FreightTextPro, Georgia, serif;
  border-bottom: 4px solid #8ec549;
}

#menu-marketing-outreach-k-12-schools li,
#menu-marketing-outreach-library li {
  padding: 10px;
}

#menu-marketing-outreach-k-12-schools li a,
#menu-marketing-outreach-library li a {
  color: #006693;
}

#menu-marketing-outreach-k-12-schools .current-menu-item,
#menu-marketing-outreach-library .current-menu-item {
  background-color: #729f39;
}

#menu-marketing-outreach-k-12-schools .current-menu-item a,
#menu-marketing-outreach-library .current-menu-item a {
  color: white;
}

@media screen and (max-width: 980px) {

  #menu-marketing-outreach-k-12-schools,
  #menu-marketing-outreach-library {
    flex-direction: column;
  }

  .carousel-inner.new.marketing img {
    opacity: 0.8;
    max-width: 100% !important;
    height: 160px !important;
    object-fit: cover !important;
  }

  img[alt="kit preview"] {
    max-height: 380px;
  }

  .blog-img-top {
    height: 226px !important;
    object-fit: cover !important;
  }

  li.subheader {
    border: none !important;
    padding-top: 60px !important;
  }

  .collection-reco-lists .wrapper .list-main section li.subheader:hover {
    background-color: white !important;
    background-image: none !important;
  }

  .headerTrimAnchor {
    position: relative;
    top: -100px;
  }
}

/* accessiblity updates  */
.bold.btn.btn-ghost-dark.width-100:focus-within,
.bold.btn.btn-tertiary:focus-within,
.modal-content a.btn:focus-within,
.carousel-item a.btn:focus-within,
.stickySidebar a:focus-within {
  outline: 4px solid green !important;
  transition: none !important;
}

.carousel-control.carousel-control-prev:focus-within,
.carousel-control.carousel-control-next:focus-within {
  outline: 4px solid black !important;
}

.carousel-control {
  z-index: 99;
}

.accessible-grey {
  color: #737373;
  ;
}

#print-ready-materials .stickySidebar.p-s.rounded p a {
  text-decoration: underline;
  color: #004B6B;
}

#print-ready-materials .stickySidebar.p-s.rounded p .bold.btn.btn-tertiary.width-100,
.bold.btn.btn-tertiary.width-100 {
  color: white;
}

.accessible-tabs div h2 {
  font-family: muli, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  text-align: left;
  margin-top: 0px;
}

.accessible-tabs div a:focus {
  outline: none;
}

a.text-dkgrey:focus {
  outline: 1px solid black !important;
}

.libbyBookAwardsCeremony a:focus {
  background-color: white;
  text-decoration: underline;
}

.accessible-tabs div a:focus span {
  background-color: rgb(255, 255, 255);
  border-width: 3px;
  /* border-style: solid; */
  border-image: initial;
  text-decoration: none;
  /* padding: 0.6rem 0.9rem; */
}

.accessible-tabs div a:focus span.btn-orange-outline,
.btn-orange-outline:focus {
  color: rgb(179, 68, 4) !important;
  border-color: rgb(179, 68, 4);
  background-color: white;
}

.accessible-tabs div a:focus span.btn-purple-outline,
.btn-purple-outline:focus {
  border-color: rgb(120, 37, 146);
  color: #782592 !important;
  background-color: white;
}

.accessible-tabs div a:focus span.btn-green-outline,
.btn-green-outline:focus {
  border-color: #398466;
  color: #398466 !important;
  background-color: white;
}

.accessible-tabs div a:focus span.btn-mdblue-outline,
.btn-mdblue-outline:focus {
  color: #0074B4 !important;
  background-color: white;

}

.accessible-blue-link {
  color: #0074B4;
  text-decoration: underline;
}

div.float-r.m-b-0.p-r-xxs.txt-dull-darker button {
  background-color: white;
  cursor: pointer;
  border: none;
}

div.float-r.m-b-0.p-r-xxs.txt-dull-darker button:focus {
  border: none;
  text-decoration: underline;
}

.back-light.border-dull.box-shadow-bottom.center figure {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.back-light.border-dull.box-shadow-bottom.center figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.center.modal-body img {
  max-height: 62vh;
  object-fit: contain;
}

.carousel-control.carousel-control-next,
.carousel-control.carousel-control-prev {
  border: none;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  margin-top: 25px;
}

.modal-btn.bold.btn.btn-tertiary.m-t-s {
  color: white;
}

.kit-button-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tab-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.tab-col {
  flex-basis: 48%;
  display: flex;
}

.tab-col .kit-wrapper {
  display: flex;
  flex-direction: column;
}

.tab-col h5.kit-description-title {
  flex-grow: 1;
}

.accessible-tabs .kit-container button {
  border: 0 !important;
  padding: 0px;
  transition: all 0.4s ease;
  font-weight: 800;
  color: rgb(36, 48, 59);
  text-align: left;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  margin-bottom: 5px;
  font-weight: 400;
  background-color: transparent;
}

.accessible-tabs .kit-container button:after {
  content: "";
}

.accessible-tabs .kit-container button:focus {
  outline: 2px solid black;
}

.accessible-tabs.k-12schools-accessible-tabs [role="tab"]:hover,
.accessible-tabs.k-12schools-accessible-tabs [role="tab"][aria-selected="true"] {
  background-color: #ece5f1;
}


.accessible-tabs button.accessible-tabs-preview-button {
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessible-tabs button.accessible-tabs-preview-button span {
  padding: 0px 0 2px 5px;
}

.mt-3.btn-basic.modalBtn .fas.fa-download,
.accessible-tabs a .fas.fa-download {
  padding-left: 8px;
  padding-bottom: 3px;
}

.mt-3.btn-basic.modalBtn {
  display: flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.75rem 0.85rem;
}

.accessible-tabs.k-12schools-accessible-tabs .btn-basic:focus,
.accessible-tabs.k-12schools-accessible-tabs .kit-button-wrapper button:focus#modal {
  z-index: 99999;
}

@font-face {
  font-family: "FreightTextPro";
  src: url("/wp-content/themes/resources-child/fonts/2D64F3_8_0.eot");
  src: url("/wp-content/themes/resources-child/fonts/2D64F3_8_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/resources-child/fonts/2D64F3_8_0.woff2") format("woff2"), url("/wp-content/themes/resources-child/fonts/2D64F3_8_0.woff") format("woff"), url("/wp-content/themes/resources-child/fonts/2D64F3_8_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "FreightTextPro";
  src: url("/wp-content/themes/resources-child/fonts/2D64F3_3_0.eot");
  src: url("/wp-content/themes/resources-child/fonts/2D64F3_3_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/resources-child/fonts/2D64F3_3_0.woff2") format("woff2"), url("/wp-content/themes/resources-child/fonts/2D64F3_3_0.woff") format("woff"), url("/wp-content/themes/resources-child/fonts/2D64F3_3_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* TEXT
----------------------------------------------------------------------*/
.inline-block {
  display: inline-block;
}

.list-style-none {
  list-style-type: none;
}

.p {
  font-size: 16px;
}

.p-large {
  font-size: 18px;
}

.serif {
  font-family: "FreightTextPro", Georgia, serif;
}

.txt-jumbo {
  font-size: 300%;
}

.txt-left {
  text-align: left !important;
}

.txt-shadow {
  text-shadow: 0 0 2px #333;
}

/* accessiblity updates  */
.bold.btn.btn-ghost-dark.width-100:focus-within,
.bold.btn.btn-tertiary:focus-within,
.modal-content a.btn:focus-within,
.carousel-item a.btn:focus-within,
.stickySidebar a:focus-within {
  outline: 4px solid var(--primary) !important;
  transition: none !important;
}

.carousel-control.carousel-control-prev:focus-within,
.carousel-control.carousel-control-next:focus-within {
  outline: 4px solid black !important;
}

.carousel-control {
  z-index: 99;
}

.accessible-grey {
  color: #737373;
  ;
}

#print-ready-materials .stickySidebar.p-s.rounded p a {
  text-decoration: underline;
  color: #004B6B;
}

#print-ready-materials .stickySidebar.p-s.rounded p .bold.btn.btn-tertiary.width-100,
.bold.btn.btn-tertiary.width-100 {
  color: white;
  background-color: var(--primary);
}

.accessible-tabs div h2 {
  font-family: muli, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  text-align: left;
  margin-top: 0px;
}

.accessible-tabs div a:focus {
  outline: none;
}

a.text-dkgrey:focus {
  outline: 1px solid black !important;
}

.libbyBookAwardsCeremony a:focus {
  background-color: white;
  text-decoration: underline;
}

.accessible-tabs div a:focus span {
  background-color: rgb(255, 255, 255);
  border-width: 3px;
  /* border-style: solid; */
  border-image: initial;
  text-decoration: none;
  /* padding: 0.6rem 0.9rem; */
}

.accessible-tabs div a:focus span.btn-orange-outline,
.btn-orange-outline:focus {
  color: rgb(179, 68, 4) !important;
  border-color: rgb(179, 68, 4);
  background-color: white;
}

.accessible-tabs div a:focus span.btn-purple-outline,
.btn-purple-outline:focus {
  border-color: rgb(120, 37, 146);
  color: #782592 !important;
  background-color: white;
}

.accessible-tabs div a:focus span.btn-green-outline,
.btn-green-outline:focus {
  border-color: #398466;
  color: #398466 !important;
  background-color: white;
}

.accessible-tabs div a:focus span.btn-mdblue-outline,
.btn-mdblue-outline:focus {
  color: #0074B4 !important;
  background-color: white;

}

.accessible-blue-link {
  color: #0074B4;
  text-decoration: underline;
}

div.float-r.m-b-0.p-r-xxs.txt-dull-darker button {
  background-color: white;
  cursor: pointer;
  border: none;
}

div.float-r.m-b-0.p-r-xxs.txt-dull-darker button:focus {
  border: none;
  text-decoration: underline;
}

.back-light.border-dull.box-shadow-bottom.center figure {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.back-light.border-dull.box-shadow-bottom.center figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.center.modal-body img {
  max-height: 62vh;
  object-fit: contain;
}

.carousel-control.carousel-control-next,
.carousel-control.carousel-control-prev {
  border: none;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  margin-top: 25px;
}

.modal-btn.bold.btn.btn-tertiary.m-t-s {
  color: white;
}

.kit-container img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.kit-button-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}

.tab-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.tab-col {
  flex-basis: 48%;
  background-color: white;
  box-shadow: 0px 0px 4px #0000003b;
  border-radius: 10px;
}