@charset "UTF-8";
@font-face {
  font-family: "avenir-next";
  src: local("Avenir Next"), local("Avenir-Next"), url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "avenir-next";
  font-weight: 700;
  src: local("Avenir-Next"), url("../fonts/AvenirNextLTPro-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextLTPro-Cn";
  src: local("AvenirNextLTPro-Cn"), url("../fonts/AvenirNextLTPro-Cn.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextLTPro-DemiCn";
  font-weight: 600;
  src: local("AvenirNextLTPro-DemiCn"), url("../fonts/AvenirNextLTPro-DemiCn.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextLTPro-BldCn";
  font-weight: 600;
  src: local("AvenirNextLTPro-BldCn"), url("../fonts/AvenirNextLTPro-BldCn.otf") format("opentype");
  font-display: swap;
}
/*
.my-box {
  padding: 10px;

  @include for-desktop-up {
    padding: 20px;
  }
}
*/
/* MAKE HEADING HAVE SCROLL MARGIN TO OFFSET FIXED HEADER */
#ecrprojectssearch {
  scroll-margin-top: 115px;
  scroll-snap-margin-top: 115px; /* iOS 11 and older */
}

#ecr-projects {
  display: flex;
}
#ecr-projects .ep_card_abstract {
  margin-top: 20px;
}
#ecr-projects {
  /* BODY AREA OF PAGE */
}
#ecr-projects #page_content_ep {
  width: 100%;
  max-width: 760px;
  margin-bottom: 10px; /* 40px */
}
@media (max-width: 992px) {
  #ecr-projects {
    display: block;
  }
  #ecr-projects #page_content_ep {
    margin-left: 0;
    width: 100%;
  }
}
#ecr-projects .p-org-wrapper {
  margin-bottom: 10px;
}
#ecr-projects .p-org {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
  font-style: normal;
}
#ecr-projects .pi {
  font-style: italic;
}
#ecr-projects p strong a {
  color: #000;
}
#ecr-projects {
  /* RIGHT SIDEBAR */
}
#ecr-projects #sidebar_second_ep_node {
  line-height: 1.3;
  margin-left: 36px;
  max-width: calc(33% - 36px);
  flex-basis: calc(33% - 36px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 165px;
}
@media (max-width: 992px) {
  #ecr-projects #sidebar_second_ep_node {
    margin-top: 20px;
    max-width: unset;
    flex-basis: calc(95% - 36px);
    margin-left: 0;
  }
}
#ecr-projects #sidebar_second_ep_node .p-org {
  margin-top: 0px;
  margin-bottom: 15px;
  font-style: italic;
}
#ecr-projects #sidebar_second_ep {
  line-height: 1.3;
  margin-right: 36px;
  max-width: calc(33% - 36px);
  flex-basis: calc(33% - 36px);
  flex-grow: 0;
  flex-shrink: 0;
}
#ecr-projects #sidebar_second_ep .region-search-facets {
  padding: 12px;
  box-shadow: 0 1px 2px 0 rgb(0, 0, 0);
  background-color: #fff;
}
#ecr-projects #sidebar_second_ep h5 {
  background-color: #4A4A4A;
  color: #fff;
  font-size: 24px;
  padding: 12px 12px 12px 80px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#ecr-projects #sidebar_second_ep h5:before {
  border-top: unset;
  content: "";
  display: block;
  width: 4.5rem;
  padding-bottom: 0px;
}
#ecr-projects #sidebar_second_ep details, #ecr-projects #sidebar_second_ep summary {
  display: revert;
}
#ecr-projects #sidebar_second_ep details input {
  float: left;
  margin-left: -20px;
  margin-right: 7px;
}
#ecr-projects #sidebar_second_ep details label {
  font-weight: normal;
  display: block;
  margin-left: 21px;
}
#ecr-projects #sidebar_second_ep details summary {
  color: #1C242D;
  text-transform: uppercase;
  font-weight: 700;
  font-height: 16px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
#ecr-projects #sidebar_second_ep details {
  border-bottom: 1px solid #ececec;
  margin-bottom: 12px;
  padding-bottom: 9px;
}
#ecr-projects #sidebar_second_ep details summary {
  cursor: pointer;
  list-style-type: " ";
  font-family: "Figtree";
}
#ecr-projects #sidebar_second_ep .ep_filter_count {
  color: #212529;
  font-weight: 700;
}
#ecr-projects #sidebar_second_ep .form-select.form-control {
  width: 100%;
  display: inline;
}
#ecr-projects #sidebar_second_ep details > summary {
  list-style: none;
  margin-bottom: 15px;
}
#ecr-projects #sidebar_second_ep details > summary::-webkit-details-marker {
  display: none;
}
#ecr-projects #sidebar_second_ep summary {
  margin-bottom: 10px;
}
#ecr-projects #sidebar_second_ep summary::-webkit-details-marker {
  display: none;
}
#ecr-projects #sidebar_second_ep summary::after {
  content: url("/themes/aircollab/images/chevron-down.png");
  text-align: right;
  float: right;
  font-weight: bold;
  font-size: 17px;
  margin-top: 4px;
}
#ecr-projects #sidebar_second_ep details.doubleline summary::after {
  margin-top: -20px;
}
#ecr-projects #sidebar_second_ep details[open] summary:after {
  content: url("/themes/aircollab/images/chevron-up.png");
  text-align: right;
  float: right;
  font-weight: bold;
  font-size: 17px;
}
#ecr-projects #sidebar_second_ep details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ecr-projects #sidebar_second_ep .ep_active {
  margin-top: 5px;
}
#ecr-projects #sidebar_second_ep #sf {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #ecr-projects #sidebar_second_ep {
    display: block;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  #ecr-projects #sidebar_second_ep details.doubleline summary::after {
    margin-top: 0px;
  }
}
#ecr-projects #ep_searchtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Figtree";
}
#ecr-projects #ep_searchblock {
  background: url("/themes/aircollab/images/filter.png") no-repeat;
  background-position: 1px 5px;
  z-index: 99;
}
#ecr-projects .filtericon {
  float: left;
  margin-left: 13px;
  margin-top: 16px;
}
#ecr-projects .search_summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 25px 0;
}
#ecr-projects {
  /* CARDS IN SEACH RESULTS */
}
#ecr-projects .ep_card {
  background-color: #fff;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
#ecr-projects .ep_card_topper, #ecr-projects .ep_card_header {
  padding: 10px;
  color: #000;
}
#ecr-projects .ep_card_topper a, #ecr-projects .ep_card_topper a:active, #ecr-projects .ep_card_topper a:visited, #ecr-projects .ep_card_topper a:focus, #ecr-projects .ep_card_header a, #ecr-projects .ep_card_header a:active, #ecr-projects .ep_card_header a:visited, #ecr-projects .ep_card_header a:focus {
  color: #000;
}
#ecr-projects .ep_card_topper, #ecr-projects .ep_card_header {
  margin-top: 0;
  margin-bottom: 0;
}
#ecr-projects .ep_card_topper {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
#ecr-projects .ep_card_header h3 {
  margin: 0;
}
#ecr-projects .ep_card_header {
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
}
#ecr-projects .ep_card_body {
  padding: 10px;
}
#ecr-projects .ep_card_body .ep_card_body_right {
  max-width: 200px;
  float: right;
}
#ecr-projects .ep_card_header a:hover, #ecr-projects .ep_card_header a:focus {
  text-decoration: underline;
}
#ecr-projects .ep_searchfields, #ecr-projects .ep_searchfor {
  margin-bottom: 10px;
}
#ecr-projects .ep_sortby {
  margin-left: 10px;
}
#ecr-projects {
  /* NODE PAGES */
}
#ecr-projects #node_ep {
  background-color: #fff;
}
#ecr-projects #node_ep #node_ep_header {
  padding: 10px;
  background-color: #0052a0;
  color: #fff;
}
#ecr-projects #node_ep #node_ep_header a, #ecr-projects #node_ep #node_ep_header a:active, #ecr-projects #node_ep #node_ep_header a:visited, #ecr-projects #node_ep #node_ep_header a:focus {
  color: #fff;
}
#ecr-projects #node_ep #node_ep_body h1 {
  font-size: 28px;
  line-height: 39px;
  margin-top: 0;
  font-weight: 700;
}
#ecr-projects #node_ep #node_ep_body .node_ep_body_right {
  max-width: 175px;
  float: right;
}
#ecr-projects #node_ep .node_ep_body_col_left {
  width: 65%;
  max-width: 65%;
  float: left;
  padding: 0 0px 20px 0;
}
@media (max-width: 768px) {
  #ecr-projects #node_ep .node_ep_body_col_left {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 0 20px 0;
  }
}
#ecr-projects #node_ep .node_ep_body_col_right {
  width: 35%;
  max-width: 35%;
  float: right;
  padding: 0 0px 20px 20px;
}
@media (max-width: 768px) {
  #ecr-projects #node_ep .node_ep_body_col_right {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
  }
}
#ecr-projects {
  /* Search highlight text - use nonsense tag (xqk) to avoid issues with multiple search/replace to highlight text and finding word 'span' in html caused issues */
}
#ecr-projects xqk {
  background-color: #fdf0c9;
}
#ecr-projects #ep_strandicons {
  margin-bottom: 20px;
  color: #0052a0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
#ecr-projects #ep_strandicons img {
  height: 24px;
  width: auto;
}
#ecr-projects #ep_strandicons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#ecr-projects #ep_strandicons .strand_wrapper {
  padding-right: 20px;
  padding-bottom: 10px;
}
#ecr-projects #ep_strandicons .strand_wrapper:last-of-type {
  padding-bottom: 0px;
}
#ecr-projects .ep_card #ep_strandicons {
  margin-bottom: 0px;
}

body.path-ecr-projects h1 {
  margin-top: 20px;
}
body.path-ecr-projects #ep_breadcrumbs {
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 20px;
  weight: 600;
  color: #4c4c4c;
}
body.path-ecr-projects #ep_breadcrumbs a:active {
  color: #4c4c4c;
}
body.path-ecr-projects #ep_breadcrumbs a {
  text-decoration: underline;
}
body.path-ecr-projects #ecr-projects #page_content_ep #sortby.form-select.form-control {
  width: auto;
  box-shadow: none;
  border: 0 solid #fff;
  font-weight: bold;
  color: #1C242D;
  display: inline;
}
body.path-ecr-projects #sortby:active, body.path-ecr-projects #sortby:focus {
  background-color: #ebebeb;
}
body.path-ecr-projects #find-projects-by-research-area, body.path-ecr-projects #find-projects-by-keyword {
  margin: 20px 0 50px 0;
  display: flex;
  width: 100%;
}
@media (max-width: 599px) {
  body.path-ecr-projects #find-projects-by-research-area, body.path-ecr-projects #find-projects-by-keyword {
    flex-direction: column;
    margin: 20px 20px 50px 0;
  }
}
body.path-ecr-projects #find-projects-by-research-area div.find-proj-hd, body.path-ecr-projects #find-projects-by-keyword div.find-proj-hd {
  width: 25%;
}
@media (max-width: 599px) {
  body.path-ecr-projects #find-projects-by-research-area div.find-proj-hd, body.path-ecr-projects #find-projects-by-keyword div.find-proj-hd {
    width: 100%;
  }
}
body.path-ecr-projects a.find-projects-by-research-area {
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: top 20px center;
  text-align: center;
  width: 25%;
  border: 2px solid #D1D5DB;
  border-radius: 20px;
  min-height: 205px;
  padding-top: 10px;
  margin-left: 20px;
}
@media (max-width: 599px) {
  body.path-ecr-projects a.find-projects-by-research-area {
    width: 95%;
    margin-bottom: 30px;
  }
}
body.path-ecr-projects a.find-projects-by-research-area p {
  margin-bottom: 20px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
body.path-ecr-projects a.find-projects-by-research-area h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #0052a0;
  font-family: "AvenirNextLTPro-DemiCn";
  margin-top: 80px;
}
body.path-ecr-projects a.find-projects-by-research-area.ra-learning-environments {
  background-image: url("/themes/aircollab/images/icons/grants-blue-beaker.png");
}
body.path-ecr-projects a.find-projects-by-research-area.ra-participation {
  background-image: url("/themes/aircollab/images/icons/grants-blue-pencil-cup.png");
}
body.path-ecr-projects a.find-projects-by-research-area.ra-workforce {
  background-image: url("/themes/aircollab/images/icons/grants-blue-briefcase.png");
}
body.path-ecr-projects a.find-projects-by-research-area.ra-learning-environments:hover,
body.path-ecr-projects a.find-projects-by-research-area.ra-learning-environments:focus,
body.path-ecr-projects a.find-projects-by-research-area.ra-learning-environments.active {
  background-image: url("/themes/aircollab/images/icons/grants-white-beaker48.png");
}
body.path-ecr-projects a.find-projects-by-research-area.ra-participation:hover,
body.path-ecr-projects a.find-projects-by-research-area.ra-participation:focus,
body.path-ecr-projects a.find-projects-by-research-area.ra-participation.active {
  background-image: url("/themes/aircollab/images/icons/grants-white-pencil-cup48.png");
}
body.path-ecr-projects a.find-projects-by-research-area.ra-workforce:hover,
body.path-ecr-projects a.find-projects-by-research-area.ra-workforce:focus,
body.path-ecr-projects a.find-projects-by-research-area.ra-workforce.active {
  background-image: url("/themes/aircollab/images/icons/grants-white-briefcase48.png");
}
body.path-ecr-projects .find-projects-by-research-area:hover, body.path-ecr-projects .find-projects-by-research-area:focus, body.path-ecr-projects .find-projects-by-research-area.active {
  background-color: #0052a0;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  background-repeat: no-repeat;
  background-position: top 20px center;
  color: #fff;
  text-decoration: none;
}
body.path-ecr-projects .find-projects-by-research-area:hover h4, body.path-ecr-projects .find-projects-by-research-area:hover p, body.path-ecr-projects .find-projects-by-research-area:focus h4, body.path-ecr-projects .find-projects-by-research-area:focus p, body.path-ecr-projects .find-projects-by-research-area.active h4, body.path-ecr-projects .find-projects-by-research-area.active p {
  color: #fff;
}
body.path-ecr-projects .find-projects-by-keyword-heading {
  width: 25%;
}
@media (max-width: 599px) {
  body.path-ecr-projects .find-projects-by-keyword-heading {
    width: 100%;
  }
}
body.path-ecr-projects #find-projects-by-keyword .find-projects-by-keyword {
  width: 75%;
  margin-top: 25px;
}
body.path-ecr-projects #find-projects-by-keyword .find-projects-by-keyword p {
  display: flex;
  position: relative;
}
body.path-ecr-projects #find-projects-by-keyword .find-projects-by-keyword p i {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #000;
}
body.path-ecr-projects #find-projects-by-keyword .find-projects-by-keyword p input {
  padding: 0 40px;
}
@media (max-width: 599px) {
  body.path-ecr-projects #find-projects-by-keyword .find-projects-by-keyword p input {
    width: 240px;
  }
}
body.path-ecr-projects #find-projects-by-keyword .find-projects-by-keyword input.btn {
  margin-left: 10px;
}
body.path-ecr-projects #find-projects-by-keyword .find-projects-by-keyword .btn.btn-primary {
  font-size: 16px;
}
body.path-ecr-projects .ep_searchbox {
  margin-bottom: 15px;
}
body.path-ecr-projects #ep_searchblock .resetbutton, body.path-ecr-projects #find-projects-by-keyword .resetbutton {
  background: url("/themes/aircollab/images/x-close.png") no-repeat;
  background-position: right 2px top 5px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  border-color: #fff;
}
body.path-ecr-projects #ep_searchblock .resetbutton:hover, body.path-ecr-projects #find-projects-by-keyword .resetbutton:hover {
  text-decoration: underline !important;
}

.dc_pager {
  margin-top: 50px;
  text-align: center;
}
.dc_pager .pager_link {
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  background-color: #ececec;
  margin-right: 10px;
}
.dc_pager .pager_left {
  background: url("/themes/aircollab/images/chevron-left.png") no-repeat;
}
.dc_pager .pager_left:hover {
  background: url("/themes/aircollab/images/chevron-left-hover.png") no-repeat;
}
.dc_pager .pager_right {
  background: url("/themes/aircollab/images/chevron-right.png") no-repeat;
}
.dc_pager .pager_right:hover {
  background: url("/themes/aircollab/images/chevron-right-hover.png") no-repeat;
}
.dc_pager .pager_right, .dc_pager .pager_left, .dc_pager .pager_right:hover, .dc_pager .pager_left:hover {
  background-position: 5px 5px;
  text-decoration: none;
}
.dc_pager .pager_number:hover, .dc_pager .pager_number.active {
  color: #fff;
  background-color: #533278;
}
.dc_pager a {
  color: #1C242D;
}
.dc_pager a.pager_number:hover {
  text-decoration: none;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.ml-x1 {
  margin-left: -0.25rem !important;
}

.ml-x2 {
  margin-left: -0.5rem !important;
}

.ml-x3 {
  margin-left: -1rem !important;
}

.ml-x4 {
  margin-left: -1.5rem !important;
}

.ml-x5 {
  margin-left: -3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2, div.field--name-field-event-date-range {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3, .three-columns div.three-col-card {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1, .three-columns div.three-col-card div.card-content div.card-footer p.fund-link a:hover, .three-columns div.three-col-card div.card-content div.card-footer p.fund-link a:active {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .field--name-field-csforall-link-loc a::before {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .three-columns div.three-col-card div.card-content div.card-footer p.fund-link a::after {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.d-flex, .sponsor, .event-sponsor-type {
  display: flex;
}

details {
  padding: 0.5em 0.5em 0;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 70%;
  border-bottom: 1px solid #4a4a4a;
}
details summary {
  margin: -0.5em -0.5em 0;
  cursor: pointer;
  display: flex;
}
details summary:after {
  font-size: 17px;
  content: "\e114";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
}

details[open] {
  padding: 0.5em;
}
details[open] summary {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 1rem;
}
details[open] summary:after {
  font-size: 17px;
  content: "\e113";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
}

summary::-webkit-details-marker {
  display: none;
}

details.meeting {
  padding: 0.5em 0.5em 0;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 95%;
  border-bottom: unset;
}
details.meeting summary.mtg {
  margin: -0.5em -0.5em 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #B2D7EC;
  padding: 0.55rem;
  border-radius: 4px;
  font-weight: bold;
}
details.meeting summary.mtg:hover {
  background-color: #662D91;
  color: #fff;
}
details.meeting summary.mtg:after {
  font-size: 17px;
  content: "\e114";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
}

details.meeting[open] {
  padding: 0.5em;
}
details.meeting[open] summary.mtg {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 1rem;
  background-color: #662D91;
  color: #fff;
}
details.meeting[open] summary.mtg:after {
  font-size: 17px;
  content: "\e113";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
}

summary.mtg::-webkit-details-marker {
  display: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  /* First src line (.eot) */
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  /* Second src line (all formats) */
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
  font-size: 1rem;
  color: #0052a0;
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before, .facet-toggle .glyphicon:before {
  content: "\e113";
}

.glyphicon-chevron-down:before, .facet-toggle.collapsed .glyphicon:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

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

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "avenir-next", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px;
}

a {
  color: #0052a0;
  text-decoration: none;
}
a:hover {
  color: #007BBF;
  text-decoration: underline;
}
a:focus {
  color: #007BBF;
  text-decoration: underline;
  outline: 0.25rem dashed #2491ff !important;
  outline-color: rgb(36, 145, 255) !important;
  outline-style: dashed !important;
  outline-width: 0.25rem !important;
  outline-offset: 0 !important;
}

a.btn-more-link:hover, a.btn-more-link:focus, div.more-link.form-group a:hover, div.more-link.form-group a:focus {
  color: #ffffff;
}

.field--type-text-with-summary a, .field--type-text-with-summary a:link, .field--type-text-with-summary a:visited, .view-header a, .view-header a:link, .view-header a:visited {
  text-decoration: underline;
}

.field--type-text-with-summary a.ckeditor-accordion-toggler, .field--type-text-with-summary a.ckeditor-accordion-toggler:link, .field--type-text-with-summary a.ckeditor-accordion-toggler:visited {
  text-decoration: none;
}

.view-my-bookmarks .view-header a, .view-my-bookmarks .view-header a:link, .view-my-bookmarks .view-header a:visited {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #F7F7F7;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #dcdcdc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

#ep_breadcrumbs {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.block-title,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.block-title small,
.h3 .small,
.block-title .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c9c9c9;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.block-title {
  font-family: "avenir-next", sans-serif;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 12px;
  /* text-transform: capitalize; */
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.block-title small,
.h3 .small,
.block-title .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2,
h2.block-title {
  font-size: 25px;
  letter-spacing: 1.25px;
  font-family: "Avenir Next Condensed", sans-serif;
  margin-top: 0px;
  color: #0052a0;
  text-transform: uppercase;
  font-stretch: condensed;
  font-weight: 700;
  margin-bottom: 7px !important;
  margin-top: 40px;
}
h2::after,
.h2::after,
h2.block-title::after {
  border-top: 8px solid #c45027;
  content: "";
  display: block;
  width: 4.5rem;
  padding-top: 20px;
  margin-top: 5px;
}

h1.page-title {
  display: none;
}

.path-groups h1.page-title,
.path-group h1.page-title,
.page-node-type-csforall-ct-blog-post h1.page-title,
.path-meetings h1.page-title {
  display: block;
  border-bottom: 5px solid #B2D7EC;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

h3,
.h3,
.block-title {
  font-size: 25px;
}

h4,
.h4 {
  font-size: 16px;
  line-height: 21px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

h1,
.h1 {
  color: #000000;
}

h2,
.h2 {
  color: #0052a0;
  font-weight: 700;
}

h3,
.h3,
.block-title {
  color: #c45027;
}

h4,
.h4 {
  color: #000000;
  font-weight: 500;
}

h5,
.h5 {
  color: #000000;
  font-style: italic;
  font-weight: normal;
}

h6,
.h6 {
  font-weight: normal;
  text-transform: uppercase;
}

.marg-top {
  margin-top: 65px;
}

p {
  margin: 0 0 12px;
}
p:last-child {
  margin-bottom: 0;
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #ffffff;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #c9c9c9;
}

.text-primary {
  color: #766E6B;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(106.2, 99, 96.3);
}

.text-success {
  color: #766E6B;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(106.2, 99, 96.3);
}

.text-info {
  color: #202e5d;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(28.8, 41.4, 83.7);
}

.text-warning {
  color: #e65c00;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(207, 82.8, 0);
}

.text-danger {
  color: #d0021b;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(187.2, 1.8, 24.3);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #766E6B;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(106.2, 99, 96.3);
}

.bg-success {
  background-color: #ffffff;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-info {
  background-color: #ffffff;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-warning {
  background-color: #ffffff;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-danger {
  background-color: #ffffff;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.page-title {
  margin: 10px 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 1.5em;
}
.popover ul:last-child,
.popover ol:last-child {
  margin-bottom: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 24px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c9c9c9;
}

.initialism {
  font-size: 90%;
}

blockquote {
  background-color: #ededf0;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 24px;
  padding: 12px 24px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #c9c9c9;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #c9c9c9;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #202e5d;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #202e5d;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #202e5d;
}
.table .table {
  background-color: #F7F7F7;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #202e5d;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #202e5d;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

.table-hover > tbody > tr:hover {
  background-color: #ffffff;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #ffffff;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #202e5d;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-head {
  background-color: #dcdcdc;
  color: #000000;
}

.table-foot {
  background-color: #dcdcdc;
  color: #000000;
}

fieldset {
  background-color: #ededf0;
  border: 0;
  margin-bottom: 24px;
  min-width: 0;
  padding: 15px;
}

fieldset.fieldgroup {
  background-color: transparent;
}

legend {
  border: 0;
  color: #666766;
  display: block;
  font-family: "avenir-next", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #666766;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #666766;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #662D91;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #dcdcdc;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

select.form-control {
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
form .form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #766E6B;
}
.has-success .form-control {
  border-color: #766E6B;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(106.2, 99, 96.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(146.5733333333, 138.4666666667, 135.4266666667);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(146.5733333333, 138.4666666667, 135.4266666667);
}
.has-success .input-group-addon {
  color: #766E6B;
  border-color: #766E6B;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #766E6B;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #e65c00;
}
.has-warning .form-control {
  border-color: #e65c00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(207, 82.8, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 120.6, 31);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 120.6, 31);
}
.has-warning .input-group-addon {
  color: #e65c00;
  border-color: #e65c00;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #e65c00;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d0021b;
}
.has-error .form-control {
  border-color: #d0021b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(187.2, 1.8, 24.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(252.7142857143, 17.2857142857, 45.8571428571);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(252.7142857143, 17.2857142857, 45.8571428571);
}
.has-error .input-group-addon {
  color: #d0021b;
  border-color: #d0021b;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #d0021b;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

#node-csforall-ct-discussion-form, #node-csforall-ct-discussion-edit-form,
#node-csforall-ct-resource-form, #node-csforall-ct-resource-edit-form {
  width: 70%;
}
#node-csforall-ct-discussion-form div.field--name-field-featured-image img, #node-csforall-ct-discussion-edit-form div.field--name-field-featured-image img,
#node-csforall-ct-resource-form div.field--name-field-featured-image img, #node-csforall-ct-resource-edit-form div.field--name-field-featured-image img {
  float: unset;
}
#node-csforall-ct-discussion-form div.data.col-sm-10, #node-csforall-ct-discussion-edit-form div.data.col-sm-10,
#node-csforall-ct-resource-form div.data.col-sm-10, #node-csforall-ct-resource-edit-form div.data.col-sm-10 {
  width: 50%;
}
#node-csforall-ct-discussion-form div.data.col-sm-10 button, #node-csforall-ct-discussion-edit-form div.data.col-sm-10 button,
#node-csforall-ct-resource-form div.data.col-sm-10 button, #node-csforall-ct-resource-edit-form div.data.col-sm-10 button {
  margin-top: 20px;
}
#node-csforall-ct-discussion-form label, #node-csforall-ct-discussion-edit-form label,
#node-csforall-ct-resource-form label, #node-csforall-ct-resource-edit-form label {
  background-color: #ffffff;
}
#node-csforall-ct-discussion-form label h4.label, #node-csforall-ct-discussion-edit-form label h4.label,
#node-csforall-ct-resource-form label h4.label, #node-csforall-ct-resource-edit-form label h4.label {
  background-color: #ffffff;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(63.75, 63.75, 63.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: -5px;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
    display: flex;
    align-items: baseline;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #dcdcdc;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: underline;
  color: #0052a0;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #0052a0;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
  background-color: #ffffff;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #c9c9c9;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #c9c9c9;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
ul.linkit-ui-autocomplete {
  z-index: 1100;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: #999999;
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(179.52, 179.52, 179.52);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(179.52, 179.52, 179.52);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: #999999;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(46.2906818182, 110.0495454545, 165.0743181818);
  border-color: rgb(34.387035124, 81.7503099174, 122.625464876);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(46.2906818182, 110.0495454545, 165.0743181818);
  border-color: rgb(40.3474545455, 95.9203636364, 143.8805454545);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.2906818182, 110.0495454545, 165.0743181818);
  border-color: rgb(40.3474545455, 95.9203636364, 143.8805454545);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(42.6902954545, 101.4901363636, 152.2352045455);
  border-color: rgb(34.387035124, 81.7503099174, 122.625464876);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(75.3692307692, 173.0307692308, 75.3692307692);
  border-color: rgb(57.0048076923, 130.8701923077, 57.0048076923);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(75.3692307692, 173.0307692308, 75.3692307692);
  border-color: rgb(66.8856410256, 153.5543589744, 66.8856410256);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(75.3692307692, 173.0307692308, 75.3692307692);
  border-color: rgb(66.8856410256, 153.5543589744, 66.8856410256);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(69.5071794872, 159.5728205128, 69.5071794872);
  border-color: rgb(57.0048076923, 130.8701923077, 57.0048076923);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(64.9431472081, 181.9903553299, 216.7568527919);
  border-color: rgb(36.1199238579, 146.6687817259, 179.5050761421);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(64.9431472081, 181.9903553299, 216.7568527919);
  border-color: rgb(42.3807106599, 172.0913705584, 210.6192893401);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(64.9431472081, 181.9903553299, 216.7568527919);
  border-color: rgb(42.3807106599, 172.0913705584, 210.6192893401);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(46.7033502538, 174.9836040609, 213.0866497462);
  border-color: rgb(36.1199238579, 146.6687817259, 179.5050761421);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(237.515625, 159.41875, 48.684375);
  border-color: rgb(202.236328125, 125.68359375, 17.138671875);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(237.515625, 159.41875, 48.684375);
  border-color: rgb(235.265625, 147.11875, 22.134375);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(237.515625, 159.41875, 48.684375);
  border-color: rgb(235.265625, 147.11875, 22.134375);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(235.7765625, 149.911875, 28.1634375);
  border-color: rgb(202.236328125, 125.68359375, 17.138671875);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(211.7439252336, 59.2093457944, 54.6560747664);
  border-color: rgb(166.8504672897, 39.816588785, 36.0245327103);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(211.7439252336, 59.2093457944, 54.6560747664);
  border-color: rgb(195.7712149533, 46.7181308411, 42.2687850467);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(211.7439252336, 59.2093457944, 54.6560747664);
  border-color: rgb(195.7712149533, 46.7181308411, 42.2687850467);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(202.0545794393, 48.2175700935, 43.6254205607);
  border-color: rgb(166.8504672897, 39.816588785, 36.0245327103);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

a:focus {
  -webkit-focus-ring-color: auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 13px;
  text-decoration: unset;
  /* padding: $nav-link-padding; */
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: underline;
}
.nav > li.disabled > a {
  color: #c9c9c9;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #c9c9c9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #0052a0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 4px solid #dcdcdc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -4px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 599px) {
  .nav-tabs > li {
    font-size: 13px;
    width: 33%;
  }
}
.nav-tabs > li > a {
  text-decoration: none;
  background-color: #f0f0f0;
  margin-right: 10px;
  line-height: 1.5;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: #dcdcdc #dcdcdc #dcdcdc #dcdcdc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.nav-tabs > li > a:hover {
  border-color: #4a4a4a #4a4a4a #dcdcdc;
  text-decoration: underline;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #4a4a4a;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-color: #007BBF #007BBF #007BBF #007BBF;
  cursor: default;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #4a4a4a;
  background-color: #ffffff;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F7F7F7;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 599px) {
  header#navbar div.navbar-header {
    flex-basis: 100%;
  }
  header#navbar div.navbar-header .region-navigation {
    flex-basis: 100%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  header#navbar div.navbar-header {
    flex-basis: 100%;
  }
  header#navbar div.navbar-header .region-navigation {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  header#navbar div.navbar-header {
    flex-basis: 100%;
  }
  header#navbar div.navbar-header .region-navigation {
    flex-basis: 100%;
  }
}
header#navbar div.navbar-header button.navbar-toggle {
  border-color: #202e5d;
}
@media (max-width: 599px) {
  header#navbar div.navbar-header button.navbar-toggle {
    margin-bottom: 30px;
  }
}
header#navbar div#navbar-collapse .region-navigation-collapsible nav#block-aircollab-main-menu {
  background-color: #fff;
  margin: 5px 60px 10px 100px;
  margin-left: 15px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .region-navigation-collapsible {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
}

.navbar-collapse {
  clear: both;
  flex-basis: 100%;
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 8.75px 0;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-top: -40px;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 4.375px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8.75px;
    padding-bottom: 8.75px;
  }
}

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: -5px;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
    display: flex;
    align-items: baseline;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-top: 0;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
  margin-top: 0;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-top: 0;
}

div.logo-slug .logo.navbar-btn img:hover {
  -webkit-filter: drop-shadow(1px 1px 1px #2e7499);
  filter: drop-shadow(1px 1px 1px #2e7499);
}
@media (max-width: 768px) {
  div.logo-slug .logo.navbar-btn img {
    max-height: 60px;
  }
}
@media (max-width: 599px) {
  div.logo-slug .logo.navbar-btn img {
    max-height: 50px;
  }
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
@media (min-width: 767px) {
  .navbar-default {
    display: flex;
    flex-direction: row;
  }
}
.navbar-default .navbar-brand {
  color: #666766;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(91.8, 92.7, 91.8);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #666766;
}
.navbar-default .navbar-nav > li > a {
  color: #0052a0;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  /* color: $white; */
  color: #2e7499;
  text-decoration: underline;
  /* background-color: $ecrhub-blue; */
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #0052a0;
  border-top: solid 3px #0052a0;
  font-weight: 600;
  margin-top: -3px;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #202e5d;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #202e5d;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #666766;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #0052a0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666766;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #007BBF;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #4a4a4a;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #202e5d;
    background-color: #ffffff;
  }
}
.navbar-default .navbar-link {
  color: #666766;
}
.navbar-default .navbar-link:hover {
  color: #007BBF;
}
.navbar-default .btn-link {
  color: #666766;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #007BBF;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #202e5d;
}

.navbar-inverse {
  background-color: #4a4a4a;
  border-color: rgb(66.6, 66.6, 66.6);
}
.navbar-inverse .navbar-brand {
  color: rgb(209.1, 209.1, 209.1);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(209.1, 209.1, 209.1);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(209.1, 209.1, 209.1);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: rgb(66.6, 66.6, 66.6);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #666766;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #666766;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #666766;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(68.82, 68.82, 68.82);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(66.6, 66.6, 66.6);
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(66.6, 66.6, 66.6);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(66.6, 66.6, 66.6);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(209.1, 209.1, 209.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: rgb(66.6, 66.6, 66.6);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #666766;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(209.1, 209.1, 209.1);
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: rgb(209.1, 209.1, 209.1);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #666766;
}

/* ===================================================================== */
/* == SITE > NAVBAR =========Overlay========================= */
/* ===================================================================== */
.top-search-overlay-hide {
  display: none;
}

.top-search-overlay {
  display: block;
  background-color: white;
  position: absolute;
  z-index: 1000;
  width: 102%;
}
.top-search-overlay .top-search-overlay-close {
  position: absolute;
  top: 12px;
  right: 0px;
  color: black;
  font-size: 24px;
  cursor: pointer;
}
.top-search-overlay .top-search-overlay-wrapper {
  height: 100px;
  text-align: center;
  padding-top: 24px;
  margin-top: 10px;
}
.top-search-overlay .top-search-overlay-wrapper .home-search-form {
  display: inline-block;
  width: 50%;
  position: relative;
  cursor: pointer;
}
.top-search-overlay .top-search-overlay-wrapper .home-search-form .search-icon {
  position: absolute;
  top: 10px;
  left: 0px;
  color: #0052a0;
  font-size: 22px;
}
.top-search-overlay .top-search-overlay-wrapper .home-search-form .fas:hover {
  text-decoration: none;
}
.top-search-overlay .home-search-form input {
  width: 90%;
  height: 45px;
  border-bottom: 1px solid #0052a0;
  background-color: white;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  border-bottom: 1px solid #0052a0;
  border-radius: unset;
}
.top-search-overlay .home-search-form input:focus {
  outline-offset: 0px;
  outline: none;
}

.header-search-icon-label {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.header-search-social-block {
  display: none;
  position: absolute;
  top: 59px;
  right: 14px;
  color: #0052a0;
  font-size: 22px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header-search-social-block {
    display: block;
  }
}

.navbar #navbar-collapse .region {
  position: relative;
}
@media (min-width: 768px) {
  .navbar #navbar-collapse .region #form_header_search_mobile {
    display: none;
  }
}
.navbar #navbar-collapse .region #form_header_search_mobile {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #324d5c;
}
.navbar #navbar-collapse .region #form_header_search_mobile input {
  border: 1px solid #324d5c;
  width: 100%;
  height: 45px;
  padding-left: 15px;
}
@media (min-width: 769px) {
  .navbar #navbar-collapse .region #form_header_search_mobile input {
    display: none;
  }
}
.navbar #navbar-collapse .region .search-icon-mobile {
  position: absolute;
  right: 28px;
  top: 12px;
  color: #0f9af5;
}
@media (min-width: 768px) {
  .navbar #navbar-collapse .region .search-icon-mobile {
    display: none;
  }
}
.navbar #navbar-collapse .region .search-icon-mobile label {
  cursor: pointer;
}
.navbar #navbar-collapse .region .search-icon-mobile label i > p {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.fa-search p {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

#block-socialmedia {
  color: #4A4A4A;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1025px) {
  #block-socialmedia {
    float: right;
  }
}

#block-socialmedia .field {
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1025px) {
  #block-socialmedia .field {
    display: block;
  }
}

.search_bg_overlay {
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  margin-top: 200px;
}

.search_bg_overlay_active {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.breadcrumb {
  padding: 8px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #F7F7F7;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
  color: #4a4a4a;
  text-transform: capitalize;
}
.breadcrumb > li a {
  color: #4a4a4a !important;
}
.breadcrumb > li a:hover, .breadcrumb > li a:focus, .breadcrumb > li a:active {
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #c9c9c9;
}
.breadcrumb > .active {
  color: #c9c9c9;
}

.path-resources .breadcrumb {
  display: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #ffffff;
  background-color: #0052a0;
  border: 1px solid transparent;
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-radius: 10px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00386d;
  border-color: transparent;
  border-radius: 10px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #007BBF;
  border-color: transparent;
  cursor: default;
  border-radius: 10px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c9c9c9;
  background-color: #ffffff;
  border-color: transparent;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  color: #ffffff;
  display: inline-block;
  padding: 6px 12px;
  background-color: #0052a0;
  border-radius: 10px;
  font-size: 1rem;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #00386d;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #c9c9c9;
  background-color: #0052a0;
  cursor: not-allowed;
}

.label {
  background-color: #4a4a4a;
  display: inline;
  padding: 6px 12px 6px 6px;
  font-family: "avenir-next", sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  /* text-transform: uppercase; */
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #4a4a4a;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(66.6, 66.6, 66.6);
}

.label-primary {
  background-color: #766E6B;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(106.2, 99, 96.3);
}

.label-success {
  background-color: #2C7CAA;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(39.6, 111.6, 153);
}

.label-info {
  background-color: #202e5d;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(28.8, 41.4, 83.7);
}

.label-warning {
  background-color: #e65c00;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(207, 82.8, 0);
}

.label-danger {
  background-color: #d0021b;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(187.2, 1.8, 24.3);
}

.alert {
  font-size: 0.9em;
  padding: 15px 15px 15px 11.25px;
  margin-bottom: 24px;
  margin-top: 24px;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.alert pre {
  font-size: 0.8em;
}
.alert:before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  float: left;
  color: #ffffff;
  width: 38px;
  content: "f";
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-inner {
  overflow: hidden;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #2C7CAA 38px, #ffffff 38px);
  background-repeat: no-repeat;
  border-color: transparent;
  color: #766E6B;
}
.alert-success:before {
  content: "\e013";
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #000000;
}

.alert-info {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #202e5d 38px, #ffffff 38px);
  background-repeat: no-repeat;
  border-color: transparent;
  color: #202e5d;
}
.alert-info:before {
  content: "\e086";
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #000000;
}

.alert-warning {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #e65c00 38px, #ffffff 38px);
  background-repeat: no-repeat;
  border-color: transparent;
  color: #e65c00;
}
.alert-warning:before {
  content: "\e107";
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #000000;
}

.alert-danger {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #d0021b 38px, #ffffff 38px);
  background-repeat: no-repeat;
  border-color: transparent;
  color: #d0021b;
}
.alert-danger:before {
  content: "\e014";
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #000000;
}

.user-pass .alert p, .user-pass .alert ul, .user-login-form .alert p, .user-login-form .alert ul {
  margin-left: 40px;
}

.path-user .alert-warning {
  background-image: linear-gradient(90deg, #1d4b78 38px, #ffffff 38px);
  color: #1d4b78;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.9825, 234.9825, 234.9825);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
  text-decoration: underline;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: rgb(106.2, 99, 96.3);
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: rgb(28.8, 41.4, 83.7);
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: rgb(207, 82.8, 0);
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: rgb(187.2, 1.8, 24.3);
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #c9c9c9;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #766E6B;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

.ckeditor-accordion-container {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 10px;
}
.ckeditor-accordion-container dl {
  border: none;
  margin-bottom: 0px;
}
.ckeditor-accordion-container dl a:focus {
  outline: none !important;
}
.ckeditor-accordion-container dl dt {
  margin-bottom: 15px;
  margin-top: 10px;
}
.ckeditor-accordion-container dl dt > a:not(.button) {
  background-color: #ffffff;
  color: #0052a0;
  border-bottom: none;
}
.ckeditor-accordion-container dl dt > a:not(.button):hover {
  background-color: #d8f1ff;
  color: #0052a0;
}
.ckeditor-accordion-container dl dt > a > .ckeditor-accordion-toggle:before {
  background: #0052a0;
}
.ckeditor-accordion-container dl dt > a > .ckeditor-accordion-toggle:after {
  background: #0052a0;
}
.ckeditor-accordion-container dl dt.active > a {
  background-color: #d8f1ff;
  margin-bottom: 15px;
}
.ckeditor-accordion-container dl li {
  padding-bottom: 20px;
  margin-left: 25px;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
  margin-top: 10px;
}

.field--label-inline {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}
.field--label-inline .field--label,
.field--label-inline .field--items .field--item {
  padding-right: 0.5em;
}
[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items .field--item {
  padding-left: 0.5em;
  padding-right: 0;
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  width: 100%;
}
.file > .tabledrag-changed {
  background: #ffffff;
  border-radius: 0;
  color: #e65c00;
  display: table-cell;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid rgba(0, 0, 0, 0);
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding-right: 6px;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.file-size {
  color: #202e5d;
  display: table-cell;
  font-style: italic;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

div.field-group--related-items {
  margin-top: 20px;
}
div.field-group--related-items h2::before {
  margin-top: 45px;
}
div.field-group--related-items .field--type-file {
  padding: 20px 12px 12px 12px;
  margin: 24px 0;
  width: 100%;
  border: 1px solid #c45027;
  border-radius: 15px;
}
div.field-group--related-items .field--type-file .field--item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
div.field-group--related-items .field--type-file .field--item span.attachment-name {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 10px;
}
div.field-group--related-items .field--type-file .field--item a {
  height: 48px;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-top: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #766E6B;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #d0021b;
}
.has-success .select-wrapper:after {
  color: #766E6B;
}
.has-warning .select-wrapper:after {
  color: #e65c00;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-left: 15px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

form#views-exposed-form-csforall-site-search-page-1 div.form--inline {
  display: flex;
}
@media (max-width: 599px) {
  form#views-exposed-form-csforall-site-search-page-1 div.form--inline {
    flex-direction: column;
  }
}
form#views-exposed-form-csforall-site-search-page-1 div.form--inline div input {
  width: 500px;
  margin-right: 20px;
}
@media (max-width: 599px) {
  form#views-exposed-form-csforall-site-search-page-1 div.form--inline div input {
    width: 200px;
  }
}
form#views-exposed-form-csforall-site-search-page-1 div.form--inline div.form-actions {
  margin-left: 20px;
}
@media (max-width: 599px) {
  form#views-exposed-form-csforall-site-search-page-1 div.form--inline div.form-actions {
    margin-left: 0px;
  }
}
form#views-exposed-form-csforall-site-search-page-1 div.form--inline div.form-actions button.btn-danger {
  border-radius: 10px;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.field--name-field-csforall-link-loc a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f59f";
  font-size: 1rem;
  color: #000000;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

div.taxonomy-term--view-mode-icon.ds-1col {
  display: flex;
}
div.taxonomy-term--view-mode-icon.ds-1col div.field--name-field-event-sponsor-icon a img:hover {
  -webkit-filter: drop-shadow(2px 2px 2px #662D91);
  filter: drop-shadow(2px 2px 2px #662D91);
}

div.event-legend-ft {
  padding: 20px;
  display: flex;
  justify-content: center;
}
div.event-legend-ft img {
  display: inline;
  margin-right: 12px;
}

i.fatwitter, i.fa-youtube-play, i.fa-facebook-f {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #dee0e2;
  box-shadow: 0px 0px 2px #ffffff;
  background-color: #4a4141;
  padding: 0.3em 0.3em;
  cursor: pointer;
  font-size: 1.5em;
}
i.fatwitter .fa-twitter:before, i.fa-youtube-play .fa-twitter:before, i.fa-facebook-f .fa-twitter:before {
  content: "\f099";
}

div.social p {
  margin-top: 5px;
  font-weight: bold;
}
div.social > img {
  margin-right: 10px;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

.menu--account {
  font-size: 14px;
}

.menu--main {
  background: transparent;
  font-size: 16px;
}
.menu--main a, .menu--main a:link, .menu--main a:visited {
  color: unset;
  /* text-transform: uppercase; */
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}

.logo-slug {
  display: flex;
  align-items: center;
}
.logo-slug .nsf-logo {
  border-right: 1px solid #4a4a4a;
  padding-right: 30px;
}
@media (max-width: 599px) {
  .logo-slug .nsf-logo {
    padding-right: 10px;
  }
}
.logo-slug .ecr-logo {
  margin-left: 30px;
}
@media (max-width: 599px) {
  .logo-slug .ecr-logo {
    margin-left: -10px;
  }
}
.logo-slug .logo.navbar-btn {
  display: block;
}
.logo-slug .logo.navbar-btn img {
  display: block;
  height: auto;
  margin-left: 15px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .logo-slug .logo.navbar-btn img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo-slug .logo.navbar-btn img {
    max-width: 80%;
    width: 80%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .logo-slug .logo.navbar-btn {
    margin-right: 0;
    padding-left: 0;
  }
}
.logo-slug .logo.navbar-btn.nsf-logo img {
  max-width: 79px;
}
@media screen and (max-width: 767px) {
  .logo-slug .logo.navbar-btn.nsf-logo img {
    max-height: 60px;
    max-width: 60px;
    width: 60px;
  }
}
.logo-slug .logo.navbar-btn.ecr-logo img {
  max-width: 199px;
}
@media screen and (max-width: 767px) {
  .logo-slug .logo.navbar-btn.ecr-logo img {
    max-width: 199px;
    width: 199px;
  }
}

/* sticky menu */
@media (min-width: 768px) and (max-width: 1199px) {
  #block-aircollab-account-menu ul.menu--account {
    display: flex;
  }
  #block-aircollab-account-menu ul.menu--account li {
    white-space: nowrap;
  }
}

#block-usermenuresponsive {
  display: none;
}

@media (min-width: 1200px) {
  #main {
    z-index: 1;
  }
  .row-masthead.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgb(255, 255, 255) !important;
    z-index: 2;
    transition: 0.5s;
    border-bottom: 3px solid #662D91;
    border-bottom-color: #662D91 !important;
    -webkit-box-shadow: 0 8px 6px -6px grey;
    -moz-box-shadow: 0 8px 6px -6px grey;
    box-shadow: 0 8px 6px -6px grey;
  }
  body.user-logged-in.toolbar-fixed .row-masthead.sticky {
    top: 38px;
  }
  body.user-logged-in.toolbar-fixed.toolbar-tray-open .row-masthead.sticky {
    top: 78px;
  }
  body #main.sticky {
    padding-top: 150px;
  }
  body.user-logged-in.path-frontpage #main.sticky {
    padding-top: 175px !important;
  }
  body.user-anonymous.path-frontpage #main.sticky {
    padding-top: 0px;
  }
  .sticky-logo {
    width: auto !important;
  }
  .sticky-logo-block {
    margin-top: 0px;
  }
  .region-navigation-collapsible.sticky {
    flex-direction: row-reverse !important;
    align-items: center !important;
  }
  .region-navigation-collapsible.sticky #block-aircollab-solr-search-block {
    margin-bottom: 0px;
  }
  .region-navigation-collapsible.sticky #block-aircollab-solr-search-block div.form-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 15px;
  }
  .region-navigation-collapsible.sticky #block-aircollab-solr-search-block div.form-inline #edit-keys {
    max-width: 130px;
  }
  #block-aircollab-account-menu {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  #block-aircollab-account-menu ul.menu--account {
    display: flex;
  }
  #block-aircollab-account-menu ul.menu--account li {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  #block-aircollab-account-menu.sticky {
    display: none;
  }
  #block-aircollab-account-menu.sticky ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  #block-aircollab-account-menu.sticky ul li {
    white-space: nowrap;
  }
  #block-usermenuresponsive.sticky {
    display: inline-block;
    margin-left: 10px;
  }
  #block-usermenuresponsive li.dropdown {
    font-size: 0px;
    height: 18px;
  }
  #block-usermenuresponsive li.dropdown::after {
    content: url(/themes/aircollab/images/user-circle.png);
    right: 36px;
    transform: inherit;
    transition: inherit;
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
    top: 8px;
    z-index: -1;
    cursor: pointer;
  }
  #block-usermenuresponsive li.dropdown span.dropdown-toggle {
    height: 40px;
    width: 40px;
    margin: 0;
    z-index: 1;
    cursor: pointer;
  }
  #block-usermenuresponsive li.dropdown span.dropdown-toggle .caret {
    display: none;
  }
  #block-usermenuresponsive ul.dropdown-menu {
    right: 0;
    left: inherit;
    top: 50px;
    background-color: #4a4a4a;
  }
  #block-usermenuresponsive ul.dropdown-menu::before {
    content: "";
    position: absolute;
    border-color: rgba(194, 225, 245, 0);
    border: solid transparent;
    border-bottom-color: #4a4a4a;
    border-width: 11px;
    margin-left: -10px;
    top: -21px;
    right: 36px;
    z-index: 1;
  }
  #block-usermenuresponsive ul.dropdown-menu li:hover {
    background-color: #727F8A;
  }
  #block-usermenuresponsive ul.dropdown-menu li a {
    background-color: #4a4a4a;
    color: #ffffff;
  }
  #block-usermenuresponsive ul.dropdown-menu li a:hover {
    background-color: #727F8A;
  }
  #block-aircollab-main-menu.sticky > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  #block-aircollab-main-menu.sticky > ul li {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  body #main {
    padding-top: 150px;
  }
  body.path-frontpage #row-postmasthead {
    padding-top: 175px;
  }
  body.path-frontpage #main {
    padding-top: 0px;
  }
}
/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 14px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #c9c9c9;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #766E6B;
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.tabs {
  margin-bottom: 12px;
}

.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #c9c9c9;
  font-size: 14px;
}

.tab-pane > .panel-heading {
  display: none;
}

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #dcdcdc;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dcdcdc;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dcdcdc #dcdcdc #dcdcdc;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0 0 0;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #4a4a4a #dcdcdc #4a4a4a #4a4a4a;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dcdcdc transparent #dcdcdc #dcdcdc;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #4a4a4a #4a4a4a #4a4a4a #dcdcdc;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dcdcdc #dcdcdc #dcdcdc transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

.facet-accordion.block-title {
  background: unset;
  font-size: unset;
  margin-top: unset;
  margin-left: unset;
  margin-right: unset;
  padding: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  line-height: unset;
  font-family: "Figtree";
  color: #1C242D;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.block .collapsiblockTitle button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-align: left;
  color: #4a4a4a;
  background-image: unset;
  border-bottom: 1px solid #202e5d;
  border-radius: 0px;
  margin-bottom: 20px;
}
.block .collapsiblockTitle button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 14px;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 10px;
}
.block .collapsiblockTitle button:hover {
  color: #979797;
}
.block .collapsiblockTitle button h2::after {
  border-top: unset;
  content: "";
  display: unset;
  width: unset;
  padding-top: unset;
  margin-top: unset;
}
.block .collapsiblockTitle.collapsiblockTitleCollapsed button {
  background-image: unset;
}
.block .collapsiblockTitle.collapsiblockTitleCollapsed button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 14px;
  color: #000000;
  transition: transform 0.2s ease-in-out;
}
.block .collapsiblockContent {
  overflow: hidden;
  margin-top: 10px;
}
.block .collapsiblockContent legend {
  display: none;
}

input[data-drupal-selector=edit-search-api-fulltext] {
  height: 45px;
}

.bef-checkboxes {
  display: flex;
  flex-direction: column;
}
.bef-checkboxes .checkbox input[type=checkbox] {
  margin-right: 10px;
}
.bef-checkboxes .form-items label {
  display: flex;
  align-items: baseline;
}

.views-exposed-form fieldset {
  width: 100%;
}
.views-exposed-form fieldset a.bef-soft-limit-link {
  text-transform: uppercase;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
  margin-top: 10px;
  display: block;
  text-align: right;
  color: #000000;
  font-size: 0.9rem;
}
.views-exposed-form fieldset a.bef-soft-limit-link::after {
  content: " +";
  margin-right: 2px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "avenir-next", sans-serif;
  font-size: 16px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #000000;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: transparent;
  color: #0052a0;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #ffffff;
  color: #0052a0;
}

@font-face {
  font-family: "csforall_icons";
  src: url("../fonts/csforall_icons.eot");
  src: url("../fonts/csforall_icons.eot#iefix") format("embedded-opentype"), url("../fonts/csforall_icons.woff2") format("woff2"), url("../fonts/csforall_icons.woff") format("woff"), url("../fonts/csforall_icons.ttf") format("truetype"), url("../fonts/csforall_icons.svg#csforall_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "csforall_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a .icon-calendar-big {
  color: #2C7CAA;
}
.icon-calendar-big:before {
  content: "\e800";
}
.icon-calendar-big {
  /* '' */
}

a .icon-calendar-small,
a .icon-event,
a .icon-event-public {
  color: #2C7CAA;
}
.icon-calendar-small:before,
.icon-event:before,
.icon-event-public:before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.icon-calendar-small,
.icon-event,
.icon-event-public {
  /* '' */
}

a .icon-group,
a .icon-discussion {
  color: #766E6B;
}
.icon-group:before,
.icon-discussion:before {
  content: "\e802";
  color: #ffffff;
  margin-right: 10px;
}
.icon-group,
.icon-discussion {
  /* '' */
}

a .view-id-my_bookmarks .icon-group,
a .view-id-my_bookmarks .icon-discussion, a .view-my-activity-my-content .icon-group,
a .view-my-activity-my-content .icon-discussion {
  color: #766E6B;
}
.view-id-my_bookmarks .icon-group:before,
.view-id-my_bookmarks .icon-discussion:before, .view-my-activity-my-content .icon-group:before,
.view-my-activity-my-content .icon-discussion:before {
  content: "\e802";
  color: #766E6B;
  margin-right: 10px;
}
.view-id-my_bookmarks .icon-group,
.view-id-my_bookmarks .icon-discussion, .view-my-activity-my-content .icon-group,
.view-my-activity-my-content .icon-discussion {
  /* '' */
}

a .icon-lightbulb,
a .icon-helpsquad {
  color: #0052a0;
}
.icon-lightbulb:before,
.icon-helpsquad:before {
  content: "\e803";
}
.icon-lightbulb,
.icon-helpsquad {
  /* '' */
}

a .icon-lightbulb,
a .icon-faq {
  color: #0052a0;
}
.icon-lightbulb:before,
.icon-faq:before {
  content: "\e803";
}
.icon-lightbulb,
.icon-faq {
  /* '' */
}

a .view-my-activity-my-content .icon-resource,
a .view-my-activity-my-content .icon-resource-library,
a .view-my-activity-my-content .icon-wiki {
  color: #766E6B;
}
.view-my-activity-my-content .icon-resource:before,
.view-my-activity-my-content .icon-resource-library:before,
.view-my-activity-my-content .icon-wiki:before {
  content: "\e804";
  color: #766E6B;
}
.view-my-activity-my-content .icon-resource,
.view-my-activity-my-content .icon-resource-library,
.view-my-activity-my-content .icon-wiki {
  /* '' */
}

a .icon-resource,
a .icon-resource-library,
a .icon-wiki {
  color: #ffffff;
}
.icon-resource:before,
.icon-resource-library:before,
.icon-wiki:before {
  content: "\e804";
  color: #ffffff;
}
.icon-resource,
.icon-resource-library,
.icon-wiki {
  /* '' */
}

a .view-my-bookmarks .icon-resource,
a .view-my-bookmarks .icon-resource-library,
a .view-my-bookmarks .icon-wiki {
  color: #766E6B;
}
.view-my-bookmarks .icon-resource:before,
.view-my-bookmarks .icon-resource-library:before,
.view-my-bookmarks .icon-wiki:before {
  content: "\e804";
  color: #766E6B;
  margin-right: 10px;
}
.view-my-bookmarks .icon-resource,
.view-my-bookmarks .icon-resource-library,
.view-my-bookmarks .icon-wiki {
  /* '' */
}

a .icon-announcement,
a .icon-blog,
a .icon-blog-post {
  color: #202e5d;
}
.icon-announcement:before,
.icon-blog:before,
.icon-blog-post:before {
  content: "\e805";
}
.icon-announcement,
.icon-blog,
.icon-blog-post {
  /* '' */
}

a .icon-globe,
a .icon-page {
  color: #c9c9c9;
}
.icon-globe:before,
.icon-page:before {
  content: "\e806";
}

/* '' */
/* Regular */
@font-face {
  font-family: "League Gothic";
  src: url("/themes/csforall/fonts/leaguegothic-italic-webfont.eot");
  src: url("/themes/csforall/fonts/leaguegothic-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/csforall/fonts/leaguegothic-italic-webfont.woff") format("woff"), url("/themes/csforall/fonts/leaguegothic-italic-webfont.ttf") format("truetype"), url("/themes/csforall/fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* Italic */
@font-face {
  font-family: "League Gothic";
  src: url("/themes/csforall/fonts/leaguegothic-regular-webfont.eot");
  src: url("/themes/csforall/fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/csforall/fonts/leaguegothic-regular-webfont.woff") format("woff"), url("/themes/csforall/fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("/themes/csforall/fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Condensed */
@font-face {
  font-family: "League Gothic Condensed";
  src: url("/themes/csforall/fonts/leaguegothic-condensed-regular-webfont.eot");
  src: url("/themes/csforall/fonts/leaguegothic-condensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/csforall/fonts/leaguegothic-condensed-regular-webfont.woff") format("woff"), url("/themes/csforall/fonts/leaguegothic-condensed-regular-webfont.ttf") format("truetype"), url("/themes/csforall/fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Condensed Italic */
@font-face {
  font-family: "League Gothic Condensed";
  src: url("/themes/csforall/fonts/leaguegothic-condensed-italic-webfont.eot");
  src: url("/themes/csforall/fonts/leaguegothic-condensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/csforall/fonts/leaguegothic-condensed-italic-webfont.woff") format("woff"), url("/themes/csforall/fonts/leaguegothic-condensed-italic-webfont.ttf") format("truetype"), url("/themes/csforall/fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg") format("svg");
  font-weight: normal;
  font-style: italic;
}
.layout-wrapper {
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .layout-wrapper {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .layout-wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .layout-wrapper {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ds-2col-stacked-fluid {
  justify-content: space-between;
}
@media (max-width: 599px) {
  .ds-2col-stacked-fluid {
    flex-direction: column;
  }
}
.ds-2col-stacked-fluid .group-left {
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .ds-2col-stacked-fluid .group-left {
    width: 100%;
  }
}
.ds-2col-stacked-fluid .group-right {
  width: 25%;
}
@media (max-width: 599px) {
  .ds-2col-stacked-fluid .group-right {
    width: 100%;
  }
}

.path-frontpage.user-anonymous .row-masthead {
  background-color: transparent;
  opacity: 1;
}

.row-masthead {
  background-color: transparent;
}
@media (max-width: 1199px) {
  .row-masthead {
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 3px solid #036b9a;
    border-bottom-color: #036b9a !important;
    -webkit-box-shadow: 0 8px 6px -6px grey;
    -moz-box-shadow: 0 8px 6px -6px grey;
    box-shadow: 0 8px 6px -6px grey;
  }
}
.row-masthead header.navbar {
  padding: 2px 0 0 0;
  margin-bottom: -10px;
  align-items: center;
}

#block-aircollab-account-menu .navbar-nav > li > a.is-active {
  /* color: #fff; */
  /* background-color: #046B99; */
  font-weight: bold;
}

#block-aircollab-account-menu .navbar-nav > li > a {
  color: #0052a0;
}

#block-aircollab-main-menu nav .navbar-nav > li > a {
  color: #202e5d;
}

#block-aircollab-account-menu .navbar-nav > li > a:hover,
#block-aircollab-main-menu nav .navbar-nav > li > a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #views-exposed-form-solr-search-content-page-1 label.control-label {
    margin-left: 15px;
    float: left;
    margin-right: 10px;
  }
}

div.field--name-field-featured-image img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.field--name-field-event-date div.field--label,
.field--name-field-end-date div.field--label {
  font-size: 16px;
}

.field-group--event-information .field--label-inline {
  display: inline-block;
  overflow: visible;
}

@media (max-width: 768px) {
  #edit-keys.form-control {
    float: left;
    width: 65%;
  }
  form#views-exposed-form-solr-search-content-page-1 .form-group {
    margin-bottom: 0;
  }
}
.row-main-content {
  margin-bottom: 40px;
}
.row-main-content > .layout-wrapper {
  background-color: #ffffff;
  background-image: url("/themes/aircollab/images/hero-home-bg-rt.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  min-height: 220px;
}
@media (max-width: 599px) {
  .row-main-content > .layout-wrapper {
    background-image: none;
  }
}
.row-main-content > .layout-wrapper h1 {
  color: #0052a0;
  margin-right: 2.75rem;
  padding-top: 80px;
}
@media (max-width: 599px) {
  .row-main-content > .layout-wrapper h1 {
    margin-right: unset;
  }
}
.row-main-content > .layout-wrapper h1 {
  padding-top: 80px;
}
.row-main-content > .layout-wrapper h1#ecr-title {
  padding-top: 10px;
}
.row-main-content > .layout-wrapper section > div > div.ds-2col-stacked-fluid > div.group-header {
  border-bottom: 5px solid #B2D7EC;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.row-main-content > .layout-wrapper h1.taxonomy-hd {
  color: #0052a0;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .row-main-content > .layout-wrapper h1.taxonomy-hd {
    margin-right: unset;
  }
}

body.resources .row-main-content,
body.ecr-projects .row-main-content,
body.contact .row-main-content,
body.search .row-main-content,
body.welcome-ecr-hub .row-main-content,
body.about-ecr-hub .row-main-content,
body.funding-opportunities .row-main-content,
body.about-ecr-hub .row-main-content,
body.parter-hubs-institutes .row-main-content {
  margin-bottom: 40px;
}
body.resources .row-main-content > .layout-wrapper,
body.ecr-projects .row-main-content > .layout-wrapper,
body.contact .row-main-content > .layout-wrapper,
body.search .row-main-content > .layout-wrapper,
body.welcome-ecr-hub .row-main-content > .layout-wrapper,
body.about-ecr-hub .row-main-content > .layout-wrapper,
body.funding-opportunities .row-main-content > .layout-wrapper,
body.about-ecr-hub .row-main-content > .layout-wrapper,
body.parter-hubs-institutes .row-main-content > .layout-wrapper {
  background-image: unset;
}

div.hero-header {
  display: flex;
  margin-bottom: 50px;
  align-items: flex-end;
}
@media (max-width: 599px) {
  div.hero-header {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  div.hero-header {
    flex-direction: column;
  }
}
div.hero-header div.hero-content {
  flex-basis: 48%;
}
@media (max-width: 599px) {
  div.hero-header div.hero-content {
    flex-basis: 100%;
    order: 2;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  div.hero-header div.hero-content {
    flex-basis: 100%;
    order: 2;
  }
}
div.hero-header div.hero-content .field--name-node-title h1.page-title-hero {
  color: #0052a0;
  font-size: 3.75rem;
  padding-top: 30px;
}

#block-views-block-resources-views-block-2 > div > div > div > div > article > footer {
  display: none;
}

.row-main-content .layout-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .row-main-content .layout-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sidebar-first {
    max-width: calc(25% - 36px);
    flex-basis: calc(25% - 36px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 36px;
  }
}

.page-content {
  padding-bottom: 24px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .page-content {
    flex-basis: auto;
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .sidebar-second {
    max-width: calc(33% - 36px);
    flex-basis: calc(33% - 36px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 36px;
  }
}

.row-prefooter {
  background-color: #B2D7EC;
  padding-top: 24px;
  padding-bottom: 24px;
}

.row-footer {
  border-bottom: 1px solid #202e5d;
  background-color: rgb(234.2, 234.2, 234.2);
  color: #000000;
  padding-top: 24px;
  padding-bottom: 24px;
}
.row-footer a,
.row-footer a:link,
.row-footer a:visited {
  color: #000000;
}
.row-footer a:focus,
.row-footer a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.region-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .region-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.region-footer p {
  font-size: 0.8em;
}
.region-footer a.photo-link {
  text-decoration: none;
}
.region-footer a.photo-link:focus, .region-footer a.photo-link:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
@media (max-width: 599px) {
  .region-footer section#block-footerairlogo {
    text-align: center;
    margin-bottom: 30px;
  }
  .region-footer section#block-twitterfollowbutton {
    margin-left: 38px;
  }
}

.footer-branding {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-branding {
    flex-basis: auto;
  }
}
.footer-branding img {
  display: inline-block;
}
.footer-branding .logo.navbar-btn img {
  width: 204px;
}

.region-footer > nav {
  font-size: 90%;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-left: 24px;
}

.region-footer > nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.region-footer > nav ul li {
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 1rem;
  /* text-transform: uppercase; */
}
.region-footer > nav ul .expanded li {
  font-weight: normal;
  margin-left: 0;
  text-transform: none;
}

#block-aircollab-footerblogeventshelpsquad > ul > li > ul > li {
  margin-bottom: 0.2rem;
}

.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block,
.control-group .help-inline {
  color: #4a4a4a;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}

.region-highlighted {
  background: #ededf0;
  margin-bottom: 24px;
  padding: 24px 24px 24px 24px;
  border-radius: 20px;
}

.block-views-blockmy-bookmarks-block-1 .views-element-container.contextual-region {
  overflow-y: scroll;
  max-height: 600px;
}

.user-logged-in ul.menu--user-menu---responsive span.user-menu-avatar {
  margin-top: 6px;
  margin-left: 2px;
}
.user-logged-in ul.menu--user-menu---responsive ul.dropdown-menu::before {
  right: 13px !important;
}
.user-logged-in ul.menu--user-menu---responsive ul.dropdown-menu li.last {
  display: none !important;
}

div.credit {
  margin-bottom: 20px;
  border: 1px solid #007BBF;
  border-radius: 10px;
  padding: 20px;
  width: 70%;
}

.ds-2col-stacked > .group-left {
  float: left;
  width: 65%;
  margin-right: 5%;
}

.ds-2col-stacked > .group-right {
  float: left;
  width: 30%;
}

.region-prefooter {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .region-prefooter {
    display: block;
  }
}

.page-node-type-csforall-ct-public-resource .row-main-content > .layout-wrapper h1 {
  margin-top: 20px;
  padding-top: 20px;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

.card {
  border: 1px solid #979797;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 16px;
  width: 100%;
}
.card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.region-sidebar-second > nav,
.region-sidebar-first > nav {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.region-sidebar-second > nav h4,
.region-sidebar-first > nav h4 {
  font-size: inherit;
}
.region-sidebar-second > nav h2,
.region-sidebar-first > nav h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.region-sidebar-second > nav .nav > li a,
.region-sidebar-first > nav .nav > li a {
  padding: 0 0 7.5px 0;
  color: #000000;
  text-transform: uppercase;
}
.region-sidebar-second > nav .nav > li a:hover,
.region-sidebar-first > nav .nav > li a:hover {
  color: #007BBF;
}
.region-sidebar-second > nav .nav > li:last-child a,
.region-sidebar-first > nav .nav > li:last-child a {
  padding-bottom: 0;
}

.card-header .label {
  display: block;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
}

.card-body {
  overflow: hidden;
  word-wrap: break-word;
}
.card-body .field--name-field-event-sponsor {
  display: flex;
  justify-content: end;
}
.card-body h5.byline {
  margin: 10px 0px 20px 5px;
}

.csforall-ct-resource .content,
.csforall-ct-discussion .content {
  margin-left: 5px;
  margin-bottom: 40px;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
}

.card-actions {
  align-items: end;
  background-color: #ededf0;
  display: flex;
  font-size: 14px;
  justify-content: flex-start;
  margin-top: 6px;
  overflow: hidden;
  padding-bottom: 2px;
  padding-top: 2px;
  /* text-transform: uppercase; */
}
.card-actions .flag {
  margin-right: 16px;
  white-space: nowrap;
}
.card-actions ul.list-inline {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.card-actions ul.list-inline > li {
  padding: 0;
  margin-left: 0;
  margin-right: 16px;
}
.card-actions {
  padding-left: 12px;
  background-color: unset;
}
@media screen and (max-width: 767px) {
  .card-actions {
    flex-wrap: wrap;
    margin-right: 5px;
  }
}

.card-more-link {
  flex-basis: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .card-more-link {
    margin-top: 5px;
  }
}

.small-card {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  margin-bottom: 24px;
}
.small-card .card-body {
  padding: 0 12px 12px 12px;
}
.small-card h4 {
  padding-right: 12px;
}
.small-card h4 a:link, .small-card h4 a:visited {
  color: inherit;
  text-decoration: none;
}
.small-card h4 a:hover {
  color: #2C7CAA;
}
.small-card .label {
  font-size: 20px;
}
.small-card h5 {
  margin-top: 0;
}
.small-card .card-header {
  margin-bottom: 6px;
}
.small-card .card-header .label {
  padding-bottom: 12px;
  padding-top: 12px;
}
.small-card h4 {
  color: #0052a0;
}

.detail-card .card-header {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0px;
}
.detail-card .card-header h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .detail-card .card-header h3 {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .detail-card .card-header {
    flex-wrap: wrap;
    margin-right: 5px;
  }
}
.detail-card .byline,
.detail-card .content {
  overflow: hidden;
}
.detail-card .byline #resource-image,
.detail-card .content #resource-image {
  display: flex;
  gap: 2rem;
}
@media (max-width: 599px) {
  .detail-card .byline #resource-image,
  .detail-card .content #resource-image {
    flex-wrap: wrap;
  }
}
.detail-card .byline #resource-image div.field--name-field-featured-image,
.detail-card .content #resource-image div.field--name-field-featured-image {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .detail-card .byline #resource-image div.field--name-field-featured-image,
  .detail-card .content #resource-image div.field--name-field-featured-image {
    min-width: 200px;
  }
}
.detail-card .byline #resource-image div.field--name-field-featured-image img,
.detail-card .content #resource-image div.field--name-field-featured-image img {
  width: auto;
  height: 100%;
  border-radius: calc(0.25rem - 1px) 0 0 calc(0.25rem - 1px);
  border: 1px solid #007BBF;
}
@media (max-width: 599px) {
  .detail-card .byline #resource-image div.field--name-field-featured-image img,
  .detail-card .content #resource-image div.field--name-field-featured-image img {
    margin-right: 30px;
  }
}
.detail-card h4 {
  color: #1d4b78;
  margin-left: 12px;
  font-size: 25px;
  line-height: 1.25;
}
.detail-card .author-picture {
  float: left;
  margin-right: 12px;
}
.detail-card .author-picture img {
  background: #ffffff;
  border: 1px solid #c45027;
  border-radius: 200px;
  display: block;
  height: auto;
  max-width: 100px;
}

.csforall-ct-event.detail-card .views-element-container,
.event-public-ecr.detail-card .views-element-container {
  float: left;
  margin-right: 12px;
  width: 100px;
}

.pinned {
  color: #D41402;
  margin-top: 10px;
  margin-left: 3px;
}

.three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 991px) {
  .three-columns {
    width: 100%;
    justify-content: unset;
  }
}
.three-columns div.three-col-card {
  width: 30%;
  margin-bottom: 40px;
  border: 1px solid #c45027;
  border-radius: 20px;
}
@media (max-width: 599px) {
  .three-columns div.three-col-card {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .three-columns div.three-col-card {
    width: 45%;
    justify-content: unset;
  }
}
.three-columns div.three-col-card div.card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 599px) {
  .three-columns div.three-col-card div.card-content {
    width: 100%;
    margin-bottom: unset;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .three-columns div.three-col-card div.card-content {
    width: 100%;
  }
}
.three-columns div.three-col-card div.card-content h3 {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: bold;
}
.three-columns div.three-col-card div.card-content div.card-footer {
  margin-top: auto;
  padding-top: 20px;
}
.three-columns div.three-col-card div.card-content div.card-footer p.fund-link a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.three-columns div.three-col-card div.card-content div.card-footer p.fund-link a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  color: #0052a0;
}
.three-columns div.three-col-card div.card-content div.card-footer p.fund-link a:hover, .three-columns div.three-col-card div.card-content div.card-footer p.fund-link a:active {
  border-bottom: 1px solid #0052a0;
}

.path-group .view-group-member-search .view-filters .form-item {
  display: flex;
  margin-bottom: 16px;
  flex-direction: column;
}
.path-group .view-group-member-search .view-filters .form-item label {
  margin-left: 5px;
  font-weight: normal;
}
.path-group .view-group-member-search div.view-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.path-group .view-group-member-search div.view-content div {
  flex-basis: 22%;
}
@media (max-width: 599px) {
  .path-group .view-group-member-search div.view-content div {
    flex-basis: 100%;
  }
}
.path-group .view-group-member-search div.view-content div .card {
  background-color: white;
  border-radius: 4px;
  position: relative;
  min-width: 0;
  background-clip: border-box;
  border: 1px solid #008846;
}
.path-group .view-group-member-search div.view-content div .card .text-center {
  text-align: center !important;
}
.path-group .view-group-member-search div.view-content div .card .card-content {
  height: 250px;
  display: flex;
  flex-direction: column;
}
.path-group .view-group-member-search div.view-content div .card .card-content .card-body {
  flex: 1 1 auto;
  position: relative;
}
.path-group .view-group-member-search div.view-content div .card .card-content .card-body .card-title {
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}
.path-group .view-group-member-search div.view-content div .card .card-content .card-body a {
  align-self: center;
}
.path-group .view-group-member-search div.view-content div .card .card-content .card-body a:hover {
  color: #00386d;
}
.path-group .view-group-member-search div.view-content div .card .card-content .card-footer {
  margin-top: auto;
}
.path-group .view-group-member-search div.view-content div .card .card-content .btn-primary {
  font-size: 16px;
  border-radius: 3px;
  bottom: 12px;
}
.path-group .view-group-member-search div.view-content div .card .card-content h4.card-title {
  font-size: 18px;
  font-weight: 500;
}
.path-group .image-flip:hover .backside,
.path-group .image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 0.25rem;
}
.path-group .image-flip:hover .frontside,
.path-group .image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.path-group .mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}
.path-group .frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}
.path-group .backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  width: 95%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.path-group .backside p:last-child {
  margin-bottom: 9px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -48px;
}
.path-group .frontside,
.path-group .backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}
.path-group .frontside .card,
.path-group .backside .card {
  min-height: 341px;
  max-width: 245px;
}
@media (max-width: 599px) {
  .path-group .frontside .card,
  .path-group .backside .card {
    max-width: 100%;
  }
}
.path-group .card .card-text,
.path-group .card .card-text {
  color: #4a4a4a;
}
.path-group .card .card-text.school,
.path-group .card .card-text.school {
  margin-bottom: 0px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
.path-group .card .card-text.discipline,
.path-group .card .card-text.discipline {
  font-size: 14px;
}
.path-group .card .card-text.role,
.path-group .card .card-text.role {
  font-size: 14px;
}
.path-group .frontside .card .card-text {
  font-size: 14px;
}
.path-group .backside .card .card-text {
  font-size: 13px;
}
.path-group .frontside .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #0052a0;
  margin-top: 30px;
}
.path-group .card > div > p > span.butcard {
  background-color: #0052a0;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #aaa;
  margin-top: 20px;
}
.path-group .card > div > p > span.butcard a {
  color: #fff;
}
.path-group .card > div > p > span.butcard a:hover {
  color: #ffffff;
}
.path-group .backside .card a {
  color: #0052a0;
}
.path-group .view-group-member-search.view-display-id-page_2 .displaynone {
  display: none;
}
.path-group .view-group-member-search.view-display-id-page_2 div.view-content {
  display: block;
  justify-content: none;
  flex-wrap: none;
  margin-right: 0;
  margin-left: 0;
}
.path-group .view-group-member-search.view-display-id-page_2 div.view-content div {
  flex-basis: none;
  min-height: 1px;
}
@media (max-width: 599px) {
  .path-group .view-group-member-search.view-display-id-page_2 div.view-content div {
    flex-basis: none;
  }
}

.view-group-member-search .view-header > .return-to {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
.view-group-member-search .view-header > .return-to span {
  margin-right: 5px;
}
.view-group-member-search form#views-exposed-form-group-member-search-page-1 .form--inline.form-inline.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.label-csforall_ct_public_resource,
.label-resource-library {
  background-color: #c45027;
}

.label-csforall_ct_resource,
.label-resource {
  background-color: #662D91;
  color: #ffffff;
  border-radius: 10px;
}

.label-csforall_ct_discussion,
.label-discussion {
  background-color: #007BBF;
  color: #ffffff;
  border-radius: 10px;
}

.label-csforall_ct_event,
.label-event {
  background-color: #B2D7EC;
  border-radius: 20px;
}

.label-csforall_ct_blog_post,
.label-blog-post {
  background-color: #0052a0;
}

.label-announcement {
  background-color: #2e7499;
}

.label-cs_questions,
.label-helpsquad {
  background-color: #008846;
}

.label-webinar {
  background-color: #B2D7EC;
  border-radius: 10px;
}

@media print {
  button.navbar-toggle, header.navbar, #block-aircollab-solr-search-block, #block-aircollab-main-menu, ul.menu, ol.breadcrumb, nav.tabs, .flag-bookmarks, .row-footer, .addthis-smartlayers {
    display: none;
  }
  h1 {
    font-size: 30px;
  }
  a[href]:after {
    content: none;
  }
}
.minical {
  text-align: center;
  width: 85px;
  margin-top: 10px;
}

.minical-page {
  background-color: #F7F7F7;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.minical-month {
  background-color: #2C7CAA;
  color: #ffffff;
  font-weight: bold;
  padding: 1px;
  text-transform: uppercase;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.minical-date {
  color: #766E6B;
  padding: 12px 15px;
  font-size: 29px;
  font-weight: normal;
}

.minical-time {
  color: #766E6B;
  font-size: 80%;
  font-weight: bold;
  margin-top: 3px;
  text-transform: uppercase;
}

.minical-date time:last-of-type, .minical-month time:last-of-type, .minical-time time:last-of-type {
  display: none !important;
}

.field--name-field-date-time-location, .field--name-field-calendar-detail-box-header {
  background-color: #c45027;
  padding: 10px;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.field--name-field-date-time-location::before, .field--name-field-calendar-detail-box-header::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f133";
  font-size: 1rem;
  color: #ffffff;
  margin-right: 10px;
}

.field-group--event-information {
  background: #ffffff;
  margin: 24px 0;
  border: 1px solid #c45027;
  border-radius: 20px;
}
.field-group--event-information .field--name-field-event-date-range {
  padding: 10px 10px 0px 10px;
  margin-top: 30px;
}
.field-group--event-information .field--name-field-csforall-link-loc {
  padding: 10px 0px 5px 10px;
}
.field-group--event-information .field--name-field-physical-address {
  padding: 0px 20px 5px 10px;
}
.field-group--event-information .field--name-field-event-date {
  font-weight: bold;
  color: #766E6B;
}
.field-group--event-information > .minical-wrapper {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
}
.field-group--event-information .webinar-label-wrapper {
  margin-top: 12px;
}
.field-group--event-information .field--name-field-end-date {
  font-weight: bold;
  color: #766E6B;
}

.view-display-id-page_month h3 {
  color: #766E6B;
  margin-bottom: -1.1em;
  text-align: center;
}
.view-display-id-page_month .pager {
  text-align: right;
  margin: 0;
}
.view-display-id-page_month .pager a {
  font-weight: bold;
}

/**
 * Calendar calendar table styles.
 */
.calendar-calendar tr.odd, .calendar-calendar tr.even {
  background-color: #fff;
}

.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
  clear: both;
}

.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
}

/**
 * IE needs a little help to get the side by side tables to the right size.
 */
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}

.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}

.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}

.calendar-calendar th {
  color: #fff;
  background-color: #ccc;
  text-align: center;
  margin: 0;
}

.calendar-calendar th a {
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
}

.calendar-calendar td {
  width: 12%; /* 14% is about 1/7 of total table width */
  min-width: 12%;
  border: 3px solid #F7F7F7;
  color: #4a4a4a;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/**
 * Simplify the mini calendar by removing borders.
 */
.calendar-calendar .mini {
  border: none;
}

/**
 * Format for the week number in the first cell.
 */
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
}

.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}

.calendar-calendar .week a {
  font-weight: normal;
}

/**
 * IE6 does not support min-height, using Min-Height fast hack from
 * http://www.dustindiaz.com/min-height-fast-hack .
 */
.calendar-calendar .inner {
  min-height: 5em;
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}

.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}

/**
 * Make sure paragraphs buried in calendar cells use padding, not margins, for
 * separation so the background color doesn't come through.
 */
.calendar-calendar .inner p {
  padding: 0 0 0.8em 0;
  margin: 0;
}

.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}

.calendar-calendar td a:hover {
  text-decoration: underline;
}

.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}

/**
 * Format days of the week header cells.
 */
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
}

/**
 * Floating day number div.
 */
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 3px solid gray;
  border-width: 0 0 3px 3px;
  clear: both;
  width: 1.5em;
}

/**
 * Individual node container.
 */
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 3px #ddd;
  text-align: left;
  margin: 0 0.25em 0.25em 0;
  width: 96%;
  float: right; /* needed to keep IE from hiding the floating day number */
  clear: both;
}

/**
 * No floating of day view content because there is no floating day number.
 */
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
  font-size: 0.8em;
  text-align: center;
}

.calendar-calendar div.title a {
  color: #000;
}

.calendar-calendar div.title a:hover {
  color: #c00;
}

.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}

.calendar div.form-item {
  white-space: normal;
}

table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
}

table td.mini a {
  font-weight: normal;
}

.calendar-calendar .mini-day-off {
  padding: 0px;
}

.calendar-calendar .mini-day-on {
  padding: 0px;
}

table .mini-day-on a {
  text-decoration: underline;
}

.calendar-calendar .mini .title {
  font-size: 0.8em;
}

.mini .calendar-calendar .week {
  font-size: 0.7em;
}

.mini-row {
  width: 100%;
  border: none;
}

.mini {
  width: 32%;
  vertical-align: top;
}

/**
 * Formatting for the legend stripe and block.
 */
.calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size: 1px !important;
  line-height: 1px !important;
}

.calendar-calendar .day-view .stripe {
  width: 100%;
}

table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}

table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}

.calendar-legend td {
  text-align: left;
}

.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}

/**
 * Formatting for the full day view.
 */
.calendar-calendar td.calendar-agenda-hour {
  font-family: serif;
  text-align: right;
  border: none;
  border-top: 3px #333 dotted;
  padding-top: 0.25em;
  width: 1%;
}

.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}

.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}

.calendar-calendar td.calendar-agenda-items {
  border: 3px #333 dotted;
  text-align: left;
}

.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: 0.25em;
  margin: 0;
}

.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}

/**
 * The popup date selector for jumping to a new date.
 */
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}

.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}

.calendar-date-select .description {
  float: right;
}

.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}

.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #4a4a4a;
  width: auto;
  border: 3px solid #F7F7F7;
}

.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #4a4a4a;
}

.calendar-calendar th.days {
  background-color: #F7F7F7;
  color: #4a4a4a;
  font-weight: bold;
  border: 3px solid #F7F7F7;
}

.calendar-calendar td.empty {
  background: #ccc;
  border-color: #F7F7F7;
}

.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}

.calendar-calendar td div.day {
  border: 3px solid #F7F7F7;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}

.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: #eee;
}

/**
 * Set small font size for all items in calendar div, themes can override this.
 * Use x-small instead of em to avoid multiplying effect in nested items.
 */
.calendar-calendar div.calendar {
  border: none;
  font-size: 1.2rem;
}

.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0 2px;
}

.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}

.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: bold;
}

.calendar-calendar td .inner div.day a {
  color: #4a4a4a;
  font-weight: normal;
}
.calendar-calendar td .inner div.day a:hover {
  cursor: default;
  text-decoration: none;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #C3D6E4;
}

.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
  border-bottom: 3px solid #F7F7F7;
}

/**
 * The following are not used by default but are available for themes.
 */
/**
 * Calendar calendar table styles.
 */
.calendar-calendar tr.odd, .calendar-calendar tr.even {
  background-color: #fff;
}

.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
}

.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/**
 * IE needs a little help to get the side by side tables to the right size
 */
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}

.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}

.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: #ededf0;
}

.calendar-calendar th {
  text-align: center;
  margin: 0;
}

.calendar-calendar th a {
  font-weight: bold;
}

.calendar-calendar td {
  width: 14%;
  border: 3px solid #F7F7F7;
  color: #4a4a4a;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/**
 * Simplify the mini calendar by removing borders.
 */
.calendar-calendar .mini {
  border: none;
}

/**
 * Format for the week number in the first cell.
 */
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
}

.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}

/**
 * IE6 does not support min-height, using Min-Height fast hack from
 * http://www.dustindiaz.com/min-height-fast-hack .
 */
.calendar-calendar .inner {
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}

.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}

/**
 * Make sure paragraphs buried in calendar cells use padding, not margins, for
 * separation so the background color doesn't come through.
 */
.calendar-calendar .inner p {
  padding: 0 0 0.8em 0;
  margin: 0;
}

.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}

.calendar-calendar td a:hover {
  text-decoration: underline;
}

.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}

/**
 * Format days of the week header cells.
 */
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
}

/**
 * Floating day number div.
 */
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 3px solid gray;
  border-width: 0 0 3px 3px;
  clear: both;
  width: 1.5em;
}

/**
 * Individual node container.
 */
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 3px #ddd;
  text-align: left;
  margin: 0 0.25em 0.25em 0;
  width: 96%;
  float: right; /* needed to keep IE from hiding the floating day number */
  clear: both;
}

/**
 * No floating of day view content because there is no floating day number.
 */
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
  font-size: 0.8em;
  text-align: center;
}

.calendar-calendar div.title a {
  color: #000;
}

.calendar-calendar div.title a:hover {
  color: #c00;
}

.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}

.calendar div.form-item {
  white-space: normal;
}

table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
}

table td.mini a {
  font-weight: normal;
}

.calendar-calendar .mini-day-off {
  padding: 0px;
}

.calendar-calendar .mini-day-on {
  padding: 0px;
}

table .mini-day-on a {
  text-decoration: underline;
}

.calendar-calendar .mini .title {
  font-size: 0.8em;
}

.mini .calendar-calendar .week {
  font-size: 0.7em;
}

.mini-row {
  width: 100%;
  border: none;
}

.mini {
  width: 32%;
  vertical-align: top;
}

/**
 * Formatting for the legend stripe and block.
 */
.calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size: 1px !important;
  line-height: 1px !important;
}

.calendar-calendar .day-view .stripe {
  width: 100%;
}

table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}

table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}

.calendar-legend td {
  text-align: left;
  padding-left: 5px;
}

.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}

/**
 * Formatting for the full day view.
 */
.calendar-calendar td.calendar-agenda-hour {
  text-align: right;
  border: none;
  border-top: 3px solid #F7F7F7;
  padding-top: 0.25em;
  width: 1%;
}

.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}

.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}

.calendar-calendar td.calendar-agenda-items {
  border: 3px solid #F7F7F7;
  text-align: left;
}

.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: 0.25em;
  margin: 0;
}

.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}

/**
 * The popup date selector for jumping to a new date.
 */
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}

.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}

.calendar-date-select .description {
  float: right;
}

.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}

.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #4a4a4a;
  padding: 0.2em;
  width: auto;
  border: 3px solid #F7F7F7;
}

.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #4a4a4a;
  text-decoration: none;
}

.calendar-calendar th.days {
  background-color: #F7F7F7;
  color: #202e5d;
  font-weight: normal;
  text-transform: uppercase;
  border: 3px solid #F7F7F7;
}

.calendar-calendar td.empty {
  background: #ccc;
  border-color: #F7F7F7;
  color: #c9c9c9;
}

.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}

.calendar-calendar td div.day {
  border: 3px solid #F7F7F7;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}

.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: #eee;
}

/**
 * Set small font size for all items in calendar div, themes can override this.
 * Use x-small instead of em to avoid multiplying effect in nested items.
 */
.calendar-calendar div.calendar {
  border: none;
  font-size: 0.9rem;
}

.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0;
}

.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}

.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: bold;
}

.calendar-calendar td .inner div.day a {
  color: #4a4a4a;
  font-weight: normal;
}
.calendar-calendar td .inner div.day a:hover {
  cursor: default;
  text-decoration: none;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #C3D6E4;
}

/**
 * The following are not used by default but are available for themes.
 */
/**
 * Multi day styles.
 */
.calendar-calendar tbody {
  border-top: none;
}

.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
  height: auto;
  min-height: auto;
}

.calendar-calendar .week-view .full .calendar-agenda-hour,
.calendar-calendar .month-view .full .single-day .inner .view-item {
  float: left;
  width: 100%;
}

.calendar-calendar .week-view .full .calendar-agenda-hour,
.calendar-calendar .day-view .full .calendar-agenda-hour {
  padding-right: 2px;
}

.calendar-calendar .week-view .full .calendar-agenda-hour {
  width: 6%;
  min-width: 0px;
}

.calendar-calendar .week-view .full .days {
  width: 13%;
}

.calendar-calendar .month-view .full div.calendar,
.calendar-calendar .week-view .full div.calendar,
.calendar-calendar .day-view div.calendar {
  width: auto;
}

.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day,
.calendar-calendar .month-view .full tr.multi-day td {
  height: 19px;
  max-height: 19px;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 44px !important;
  line-height: 44px;
}

.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
  height: 22px !important;
  line-height: 22px;
}

.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view td {
  vertical-align: top;
  padding: 1px 2px 0 2px;
}

.calendar-calendar .month-view .full td.date-box {
  height: 1%;
  border-bottom: 0px;
  padding-bottom: 2px;
}

.calendar-calendar .month-view .full .week {
  font-size: inherit;
}

.calendar-calendar .month-view .full .week a,
.calendar-calendar .week-view .full .week a {
  color: #4a4a4a;
  font-weight: normal;
}
.calendar-calendar .month-view .full .week a:hover,
.calendar-calendar .week-view .full .week a:hover {
  cursor: default;
  text-decoration: none;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
  border: none;
  background: none;
  margin-bottom: 0px;
}

.calendar-calendar .month-view .full td.date-box .inner,
.calendar-calendar .week-view .full td.date-box .inner {
  min-height: inherit;
}

.calendar-calendar .month-view .full td.multi-day,
.calendar-calendar .week-view .full td.multi-day {
  border-top: 0px;
  border-bottom: 0px;
}

.calendar-calendar .week-view .full .first td.multi-day {
  border-top: 3px solid #F7F7F7;
}

.calendar-calendar .month-view .full td.single-day {
  border-top: 0px;
}
.calendar-calendar .month-view .full td.single-day.no-entry {
  background: transparent;
}

.calendar-calendar .month-view .full td.multi-day .inner,
.calendar-calendar .week-view .full td.multi-day .inner,
.calendar-calendar .day-view .full td.multi-day .inner {
  min-height: inherit;
  width: auto;
  position: relative;
}

.calendar-calendar .month-view .full td.multi-day.no-entry {
  min-height: 0px;
}

.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: #F7F7F7;
}

.calendar-calendar .month-view .full td.single-day .inner div,
.calendar-calendar .month-view .full td.single-day .inner div a,
.calendar-calendar .month-view .full td.multi-day .inner div,
.calendar-calendar .month-view .full td.multi-day .inner div a,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
.calendar-calendar .week-view .full td.single-day .inner div,
.calendar-calendar .week-view .full td.single-day .inner div a,
.calendar-calendar .week-view .full td.multi-day .inner div,
.calendar-calendar .week-view .full td.multi-day .inner div a,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
.calendar-calendar .day-view .full td .inner div.view-item,
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  background: none;
}

.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  margin: 0px 3px;
}

.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
  margin: 0px;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  background: none;
  border-left: 4px solid #2C7CAA;
  border-right: 4px solid #2C7CAA;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-width: 4px 4px 0px 4px;
  border-style: solid;
  border-color: #2C7CAA;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 4px solid #2C7CAA;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 4px solid #2C7CAA;
}

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 4px solid #2C7CAA;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.single-day {
  border-top: 0px;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.date-box {
  border-bottom: 0px;
}

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  float: none;
  display: block;
  margin: 0.25em auto;
  position: relative;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: #ffc;
  width: auto;
  padding: 0px 3px;
  overflow: hidden;
}

.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
  background: none;
}

.calendar-calendar .day-view td div.dayview {
  padding: 0px;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #ffc;
  height: 1.9em;
  overflow: hidden;
  margin: 0px auto;
  color: #000000;
  position: relative;
}

.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 3.5em;
}

.calendar-calendar .month-view .full td.multi-day .inner .view-field,
.calendar-calendar .month-view .full td.multi-day .inner .view-field a,
.calendar-calendar .week-view .full td.multi-day .inner .view-field,
.calendar-calendar .week-view .full td.multi-day .inner .view-field a,
.calendar-calendar .day-view .full td.multi-day .inner .view-field,
.calendar-calendar .day-view .full td.multi-day .inner .view-field a {
  color: #ffffff;
}

.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  margin-bottom: 2px;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
  white-space: nowrap;
  float: left;
  margin-right: 3px;
}

.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
  white-space: nowrap;
  display: inline;
  margin-right: 3px;
}

.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
  display: block;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  position: absolute;
  width: 3000px;
  left: 5px;
}

.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  z-index: 2;
}

.calendar-calendar .full td.single-day .continuation,
.calendar-calendar .full td.single-day .continues,
.calendar-calendar .full td.single-day .cutoff {
  display: none;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
  float: left;
  margin-right: 3px;
  height: 1.9em;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
  height: 2.75em;
  padding-top: 0.75em;
  margin-right: 8px;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  right: 0px !important;
  right: -1px;
  width: 10px;
  text-align: left;
  background: #ffc;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  height: 1.9em;
  padding-left: 6px;
  z-index: 1;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  height: 2.75em;
  padding-top: 0.75em;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  width: 8px;
  padding-left: 0px;
}

.calendar-calendar .week-view .full td.multi-day {
  padding: 2px;
}

.calendar-calendar .week-view td.single-day div.calendar {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.calendar-calendar .week-view .full tr.last td.multi-day {
  border-bottom: 3px solid #F7F7F7;
}

/**
 * Restyle Header.
 */
.view .date-nav-wrapper .clear-block {
  margin-bottom: 10px;
}

.view .date-nav-wrapper {
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.view .date-nav-wrapper .date-nav {
  background-color: transparent;
  border: 0px;
  height: 30px;
  height: auto;
  min-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}

.view .date-nav-wrapper.date-nav a:hover {
  text-decoration: underline;
}

.view .date-nav-wrapper .date-prev {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 60px;
  left: auto;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.block-views .view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}

.view .date-nav-wrapper .date-prev a {
  margin-left: 10px;
  font-weight: bold;
}

.view .date-nav-wrapper .date-heading {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
  z-index: 0;
}

.view .date-nav-wrapper .date-heading h3 {
  line-height: 30px;
  font-size: 1.7em;
}

.view .date-nav-wrapper .date-next {
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.view .date-nav-wrapper .date-next a {
  margin-right: 10px;
  font-weight: bold;
}

.attachment .calendar-calendar {
  margin-top: 20px;
  clear: both;
}

.calendar-calendar th a,
.attachment .calendar-calendar th {
  background-color: transparent;
  border: 0px;
}

.attachment .calendar-calendar th.calendar-agenda-hour {
  color: #4a4a4a;
  font-weight: bold;
  text-align: right;
}

.view-calendar .feed-icon {
  margin-top: 5px;
}

.view table.mini .date-prev,
.view table.mini .date-next {
  background: none;
}

.date-nav div.date-prev,
.date-nav div.date-next,
.date-nav {
  width: auto;
}

ul.calendar-links,
.region-content ul.calendar-links {
  margin: 0;
  padding: 0;
}

.year-view div.month-view div.date-nav {
  background-color: #DFDFDF;
  min-height: 20px;
}

.block-views-blockevents-lists-block-1 {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.block-views-blockevents-lists-block-1 h4 {
  font-size: inherit;
}
.block-views-blockevents-lists-block-1 h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-views-blockevents-lists-block-1 .views-row + .views-row {
  border-top: 2px solid #dcdcdc;
  margin-top: 12px;
}

.rate-widget-thumbs-up {
  border-top: 2px solid #dcdcdc;
  display: flex;
  font-size: 0.9em;
  margin-top: 12px;
  padding: 12px 0;
  text-transform: uppercase;
}
.rate-widget-thumbs-up label {
  margin-right: 6px;
}
.rate-widget-thumbs-up ul {
  display: flex;
  list-style: none;
  margin: 0 12px;
  padding: 0;
  overflow: hidden;
}
.rate-widget-thumbs-up ul li {
  background-image: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.rate-widget-thumbs-up ul li a {
  display: block;
  float: left;
}
.rate-widget-thumbs-up .thumb-up {
  margin-right: 12px;
}
.rate-widget-thumbs-up .thumb-up a {
  float: right;
}

.rate-undo-vote {
  margin-left: 6px;
}

.rate-thumbs-up-btn-up {
  display: inline-block;
  background: url(../images/thumbs.svg) no-repeat 0 -24px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.rate-user .rate-thumbs-up-btn-up {
  background: url(../images/thumbs.svg) no-repeat 0 -24px;
  float: right;
}
.rate-user .rate-thumbs-up-btn-up.rate-voted {
  background: url(../images/thumbs.svg) no-repeat 0 0;
}

.rate-thumbs-up-rating-up {
  display: inline-block;
  width: 45px;
  text-align: right;
  padding-top: 3px;
}

.block-views-blockmy-activity-my-content-block-2 .views-row + .views-row {
  margin-top: 12px;
}
.page-node-type-cs-questions .block-views-blockmy-activity-my-content-block-2, .path-faq .block-views-blockmy-activity-my-content-block-2 {
  background-color: #ededf0;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.page-node-type-cs-questions .block-views-blockmy-activity-my-content-block-2 h4, .path-faq .block-views-blockmy-activity-my-content-block-2 h4 {
  font-size: inherit;
}
.page-node-type-cs-questions .block-views-blockmy-activity-my-content-block-2 h2, .path-faq .block-views-blockmy-activity-my-content-block-2 h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq-search {
  display: flex;
  width: 100%;
}
.faq-search .faq-subbrand {
  flex-basis: 389px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.faq-login {
  padding: 24px 0;
}

.faq-subbrand {
  max-width: 389px;
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .faq-subbrand {
    flex-basis: 389px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.faq-subbrand img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .faq-search {
    display: flex;
  }
}
.faq-search .faq-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .faq-search .faq-actions {
    flex-grow: 1;
  }
}
.faq-search .faq-buttons {
  text-align: center;
}
.faq-search .faq-buttons .btn {
  font-weight: bold;
  margin-top: 12px;
  padding: 12px 24px;
}
.faq-search .faq-buttons .btn:after {
  content: " »";
}
.faq-search .faq-buttons .btn + .btn {
  margin-left: 12px;
}

.label-answered {
  background-color: #2C7CAA;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  padding: 2px 6px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.label-answered .glyphicon-ok {
  margin-right: 4px;
}

.path-group .select-wrapper::after {
  z-index: 1;
}
.path-group .ui-dialog {
  min-width: 500px;
}
.path-group .ui-dialog .field--name-path {
  display: none;
}
.path-group .ui-dialog .ui-dialog-titlebar span#ui-id-1 {
  display: none;
}
.path-group .ui-dialog .ui-dialog-titlebar::after {
  content: "Request meeting membership.";
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
  float: none;
  font-weight: 600;
  font-size: 14px;
  padding-right: 30px;
}
.path-group .ui-dialog .ui-dialog-buttonpane {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.path-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.path-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn {
  color: #ffffff;
  background-color: #2a7a74;
  border-color: #236762;
}
.path-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn:hover {
  background-color: #007BBF;
}
.path-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  visibility: hidden;
}
.path-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button::after {
  visibility: visible;
  content: "Request meeting membership.";
  display: block;
  color: #ffffff;
  background-color: #0052a0;
  border-color: #0052a0;
  padding: 10px;
  border-radius: 10px;
}
.path-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button .ui-dialog-titlebar-close {
  top: 16px;
  width: 21px;
  visibility: visible;
}
.path-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button .ui-dialog-titlebar-close::after {
  visibility: visible;
  content: "X";
  position: absolute;
  top: -2px;
  right: 3px;
}

.view-groups-views > .view-header {
  margin-bottom: 24px;
}
.view-groups-views .groups-info {
  margin-bottom: 24px;
}
.view-groups-views > .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}
.view-groups-views .group-card-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .view-groups-views .group-card-wrapper {
    max-width: calc(33.3333333333% - 24px);
    flex-basis: calc(33.3333333333% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
  }
}
.view-groups-views .views-field-field-csforall-txt-body {
  height: 100%;
}
.view-groups-views .views-field-field-csforall-txt-body .glyphicon {
  font-size: 90%;
  margin-right: 4px;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-size: inherit;
  margin-bottom: 24px;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content .card-body {
  padding: 0 12px 12px 12px;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content h4, .view-groups-views .views-field-field-csforall-txt-body > .field-content .field--name-field-group-name-long {
  padding-right: 12px;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content h4 a:link, .view-groups-views .views-field-field-csforall-txt-body > .field-content .field--name-field-group-name-long a:link, .view-groups-views .views-field-field-csforall-txt-body > .field-content h4 a:visited, .view-groups-views .views-field-field-csforall-txt-body > .field-content .field--name-field-group-name-long a:visited {
  color: inherit;
  text-decoration: none;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content h4 a:hover, .view-groups-views .views-field-field-csforall-txt-body > .field-content .field--name-field-group-name-long a:hover {
  color: #2C7CAA;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content .label {
  font-size: 20px;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content h5 {
  margin-top: 0;
}
.view-groups-views .views-field-field-csforall-txt-body > .field-content {
  border-radius: 10px;
}
.view-groups-views .card-header {
  background: #0052a0;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.view-groups-views .card-header a {
  color: inherit;
}
.view-groups-views .card-body {
  flex-grow: 1;
}
.view-groups-views .card-actions {
  justify-content: flex-end;
}
.view-groups-views .group-avatar {
  border: 1px solid #c9c9c9;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
@media (min-width: 768px) {
  .view-groups-views .group-avatar {
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
  }
}
.view-groups-views .group-info {
  margin-bottom: 12px;
  overflow: hidden;
}
.view-groups-views .group-info .form-group,
.view-groups-views .group-info .view,
.view-groups-views .group-info .view-content,
.view-groups-views .group-info .views-row,
.view-groups-views .group-info .views-field {
  display: inline;
}
.view-groups-views .group-info-item {
  margin-bottom: 6px;
}
.view-groups-views .group-body {
  clear: both;
}

.block-views-blockmembership-tools-block-1 a.btn-primary {
  margin-top: 10px;
  margin-bottom: 0px;
}
.block-views-blockmembership-tools-block-1 {
  background-color: #ededf0;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}
.block-views-blockmembership-tools-block-1 h4, .block-views-blockmembership-tools-block-1 .field--name-field-group-name-long {
  font-size: inherit;
}
.block-views-blockmembership-tools-block-1 h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-views-blockmembership-tools-block-1 {
  border-radius: 10px;
}
.block-views-blockmembership-tools-block-1 .view-header {
  display: inline-block;
  background: #fff;
  color: #202e5d;
  font-size: 14px;
  float: right;
  padding: 2px 12px;
  margin-top: -48px;
  border-radius: 4px;
}
.block-views-blockmembership-tools-block-1 .view-header a {
  color: #202e5d;
  padding-right: 3px;
  text-decoration: none;
}
.block-views-blockmembership-tools-block-1 .view-header:hover {
  background: #7d807d;
}
.block-views-blockmembership-tools-block-1 .view-header:hover a,
.block-views-blockmembership-tools-block-1 .view-header:hover i {
  color: #fff;
}
.block-views-blockmembership-tools-block-1 .view-header span.full-a {
  display: none;
}
@media (min-width: 1200px) {
  .block-views-blockmembership-tools-block-1 .view-header span.full-a {
    display: inline-block;
  }
}
.block-views-blockmembership-tools-block-1 .view-header span.short-a {
  display: none;
}
@media (max-width: 1199px) {
  .block-views-blockmembership-tools-block-1 .view-header span.short-a {
    display: inline-block;
    background: #979997;
  }
  .block-views-blockmembership-tools-block-1 .view-header span.short-a a i {
    color: #fff;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .block-views-blockmembership-tools-block-1 .view-header {
    background: #979997;
  }
  .block-views-blockmembership-tools-block-1 .view-header:hover {
    background: #979997;
  }
  .block-views-blockmembership-tools-block-1 .view-header a:hover {
    background: #979997;
  }
}
.block-views-blockmembership-tools-block-1 .view-footer a.search-att {
  color: #ffffff !important;
}
.block-views-blockmembership-tools-block-1 .view-footer a.search-att::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  color: #ffffff !important;
  font-weight: 900;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .block-views-blockmembership-tools-block-1 .views-field-user-picture {
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
  }
}
.block-views-blockmembership-tools-block-1 .views-field-user-picture img {
  background: #ffffff;
  border: 1px solid #c45027;
  border-radius: 200px;
  display: block;
  height: auto;
  max-width: 100px;
  width: 50px;
  height: 50px;
}
.block-views-blockmembership-tools-block-1 .views-field-nothing {
  overflow: hidden;
}
.block-views-blockmembership-tools-block-1 .views-field-nothing-1 {
  margin-top: 45px;
}
.block-views-blockmembership-tools-block-1 .views-field-id-2 {
  clear: both;
}

.block-views-blockmembers-current-group-block-1 {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.block-views-blockmembers-current-group-block-1 h4, .block-views-blockmembers-current-group-block-1 .field--name-field-group-name-long {
  font-size: inherit;
}
.block-views-blockmembers-current-group-block-1 h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-views-blockmembers-current-group-block-1 {
  border-radius: 10px;
}
.block-views-blockmembers-current-group-block-1 .view-header {
  display: inline-block;
  margin-bottom: 6px;
  background: #979997;
  color: #fff;
  font-size: 13px;
  float: right;
  padding: 2px 12px;
}
.block-views-blockmembers-current-group-block-1 .view-header a {
  color: #fff;
  padding-right: 3px;
}
.block-views-blockmembers-current-group-block-1 .view-header:hover {
  background: #7d807d;
}
.block-views-blockmembers-current-group-block-1 .view-header:hover a {
  color: #fff;
}
.block-views-blockmembers-current-group-block-1 .views-row {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
.block-views-blockmembers-current-group-block-1 .views-field-user-picture {
  height: 32px;
  margin-right: 12px;
  width: 32px;
}
.block-views-blockmembers-current-group-block-1 .views-field-user-picture img {
  height: auto;
  width: 32px;
  background: #ffffff;
  border: 1px solid #c45027;
  border-radius: 200px;
  display: block;
  height: auto;
  max-width: 100px;
}
.block-views-blockmembers-current-group-block-1 .form-inline .form-group {
  display: block;
  margin-bottom: 12px;
}
.block-views-blockmembers-current-group-block-1 .form-inline label {
  display: block;
}
.block-views-blockmembers-current-group-block-1 .form-inline .select-wrapper,
.block-views-blockmembers-current-group-block-1 .form-inline select {
  width: 100%;
}

.view-id-members_current_group div.view-content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 480px;
}

.field--name-field-csforall-grp-managers {
  background: #ededf0;
  padding: 12px;
  margin: 24px 0;
}

@media (min-width: 768px) {
  .field-group--group-header {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .field--name-field-csforall-feat-image {
    flex-basis: 240px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
    margin-bottom: 10px;
  }
}
.field--name-field-csforall-feat-image img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .field--name-field-csforall-feat-image img {
    margin-bottom: 20px;
  }
}

.page-node-type-wiki .flag-bookmarks {
  margin-top: 25px;
}

.group-content-form #edit-path-wrapper {
  position: absolute;
  left: -999em;
}

.path-group nav .nav-tabs li:nth-of-type(3),
.path-group nav .nav-tabs li:nth-of-type(4) {
  display: none;
}

.view-group-content .form-inline .control-label {
  display: inline;
}
.view-group-content .form-inline .form-control {
  margin-right: 0;
}

.view-group-content .view-header {
  margin-bottom: 40px;
}

.view-group-members .sticky-header thead {
  position: sticky;
  z-index: 1 !important;
  top: auto !important;
}

.comment {
  padding-top: 12px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  margin-bottom: 24px;
}
.comment .card-body {
  padding: 0 12px 12px 12px;
}
.comment h4 {
  padding-right: 12px;
}
.comment h4 a:link, .comment h4 a:visited {
  color: inherit;
  text-decoration: none;
}
.comment h4 a:hover {
  color: #2C7CAA;
}
.comment .label {
  font-size: 20px;
}
.comment h5 {
  margin-top: 0;
}
.comment {
  margin-bottom: 12px;
}
.comment img {
  border-radius: 64px;
  overflow: hidden;
  height: 64px;
  width: 64px;
}
.comment .card-body .author-info {
  float: left;
  margin-right: 12px;
}
.comment .card-body .comment-body {
  overflow: hidden;
}
.comment mark {
  display: none;
}

.comment-form {
  background-color: #ededf0;
  padding: 24px;
  border-radius: 10px;
}

.comments {
  margin-top: 20px;
}

.indented {
  margin-left: 24px;
}

div.region.region-homeslideshow {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #0052a0;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1440px;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero {
    flex-direction: row;
  }
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-left {
  width: 60%;
}
@media (max-width: 599px) {
  div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-left {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-left {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-left {
    width: 60%;
  }
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-left p > img {
  margin-bottom: -48px;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right {
  width: 40%;
  background-image: url("/themes/aircollab/images/hero-home-bg-rt.png");
  background-repeat: no-repeat;
  background-position: top right;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right .card {
  border: unset;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100%;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right .card:hover {
  box-shadow: unset;
}
@media (max-width: 599px) {
  div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right {
    width: 85%;
    margin-left: 20px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right {
    width: 100%;
    margin-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right {
    width: 35%;
  }
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right h1 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.2;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right h1::before {
  border-top: 8px solid #F5B819;
  content: "";
  display: block;
  width: 4.5rem;
  padding-bottom: 20px;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right p.hero-yellow-tag,
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right .views-field-field-csforall-event-webinar-yn > div,
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right .views-field-field-csforall-er-instr-days > div {
  color: #F5B819;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right div.views-field-title > span {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right .views-field.views-field-field-event-date-range {
  color: white;
  font-size: 1rem;
  margin-top: 1rem;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right div.views-field-field-cta-button-hero {
  border: 2px solid #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  width: max-content;
  margin-bottom: 30px;
  margin-top: 1rem;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right div.views-field-field-cta-button-hero a {
  color: #ffffff;
  text-decoration: none;
}
div.region.region-homeslideshow #block-ecrhubhomehero-2 > div > div.home-hero div.home-hero-right div.views-field-field-cta-button-hero:hover {
  background-color: #007BBF;
}

body.welcome-ecr-hub > div > main > div > div > section > div > div.ds-1col > div.hero-header {
  display: none;
}

div.top-into {
  margin-bottom: 40px;
}
div.top-into p.top-text {
  font-weight: 600;
  font-family: "AvenirNextLTPro-DemiCn";
  font-size: 1.25rem;
  color: #4c4c4c;
}

.top-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 599px) {
  .top-ribbon {
    gap: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .top-ribbon {
    justify-content: center;
  }
}
.top-ribbon div.card-one, .top-ribbon div.card-three, .top-ribbon div.card-two {
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .top-ribbon div.card-one, .top-ribbon div.card-three, .top-ribbon div.card-two {
    width: 100%;
    margin-bottom: unset;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .top-ribbon div.card-one, .top-ribbon div.card-three, .top-ribbon div.card-two {
    width: 25%;
  }
}
.top-ribbon div.card-one a.rf, .top-ribbon div.card-three a.rf, .top-ribbon div.card-two a.rf {
  color: #c45027;
  text-decoration: none;
  font-weight: 600;
  font-family: "AvenirNextLTPro-DemiCn";
  background: #ffffff;
  border: 1px solid #c45027;
  box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -webkit-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -moz-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  padding: 25px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all 0.2s ease;
  background-image: url("/themes/aircollab/images/icons/ribbon-magnifying-glass.png");
  background-repeat: no-repeat;
  background-position: top 20px center;
  border-radius: 20px;
}
@media (min-width: 600px) and (max-width: 991px) {
  .top-ribbon div.card-one a.rf, .top-ribbon div.card-three a.rf, .top-ribbon div.card-two a.rf {
    height: 310px;
    padding-top: 48px;
  }
}
.top-ribbon div.card-one a.rf span, .top-ribbon div.card-three a.rf span, .top-ribbon div.card-two a.rf span {
  margin-top: 100px;
  text-align: center;
}
.top-ribbon div.card-one a.rf:hover, .top-ribbon div.card-three a.rf:hover, .top-ribbon div.card-two a.rf:hover {
  background-color: #c45027;
  color: #ffffff;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  background-image: url("/themes/aircollab/images/icons/ribbon-magnifying-glass-white.png");
  background-repeat: no-repeat;
  background-position: top 20px center;
}
@media (max-width: 599px) {
  .top-ribbon div.card-two {
    width: 100%;
    margin-bottom: unset;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .top-ribbon div.card-two {
    width: 25%;
  }
}
.top-ribbon div.card-two a.rf {
  background-image: url("/themes/aircollab/images/icons/ribbon-roof-group.png");
}
@media (min-width: 600px) and (max-width: 991px) {
  .top-ribbon div.card-two a.rf {
    height: 310px;
    padding-top: 21px;
  }
}
.top-ribbon div.card-two a.rf span {
  margin-top: 100px;
  text-align: center;
}
.top-ribbon div.card-two a.rf:hover {
  background-image: url("/themes/aircollab/images/icons/ribbon-roof-group-white.png");
}
@media (max-width: 599px) {
  .top-ribbon div.card-three {
    width: 100%;
    margin-bottom: unset;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .top-ribbon div.card-three {
    width: 25%;
  }
}
.top-ribbon div.card-three a.rf {
  background-image: url("/themes/aircollab/images/icons/ribbon-envelope.png");
  padding-top: 53px;
}
@media (min-width: 600px) and (max-width: 991px) {
  .top-ribbon div.card-three a.rf {
    height: 310px;
    padding-top: 104px;
  }
}
@media (max-width: 599px) {
  .top-ribbon div.card-three a.rf {
    padding-top: 10px;
  }
}
.top-ribbon div.card-three a.rf span {
  margin-top: 100px;
  text-align: center;
}
.top-ribbon div.card-three a.rf:hover {
  background-color: #c45027;
  color: #ffffff;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  background-image: url("/themes/aircollab/images/icons/ribbon-envelope-white.png");
  background-repeat: no-repeat;
  background-position: top 20px center;
}

.research-funding {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 599px) {
  .research-funding {
    gap: 3rem;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .research-funding {
    justify-content: center;
  }
}
.research-funding div.research-fund-card-1, .research-funding div.research-fund-card-3, .research-funding div.research-fund-card-2 {
  width: 30%;
  margin-bottom: 40px;
  height: 200px;
}
@media (max-width: 599px) {
  .research-funding div.research-fund-card-1, .research-funding div.research-fund-card-3, .research-funding div.research-fund-card-2 {
    width: 100%;
    margin-bottom: unset;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .research-funding div.research-fund-card-1, .research-funding div.research-fund-card-3, .research-funding div.research-fund-card-2 {
    width: 25%;
  }
}
.research-funding div.research-fund-card-1 a.rf, .research-funding div.research-fund-card-3 a.rf, .research-funding div.research-fund-card-2 a.rf {
  color: #c45027;
  text-decoration: none;
  font-weight: 600;
  font-family: "AvenirNextLTPro-DemiCn";
  background: #ffffff;
  border: 1px solid #c45027;
  box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -webkit-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -moz-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  padding: 25px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all 0.2s ease;
  background-image: url("/themes/aircollab/images/icons/grants-pencil-cup.png");
  background-repeat: no-repeat;
  background-position: top 20px center;
  border-radius: 20px;
}
@media (min-width: 600px) and (max-width: 991px) {
  .research-funding div.research-fund-card-1 a.rf, .research-funding div.research-fund-card-3 a.rf, .research-funding div.research-fund-card-2 a.rf {
    height: 260px;
  }
}
.research-funding div.research-fund-card-1 a.rf span, .research-funding div.research-fund-card-3 a.rf span, .research-funding div.research-fund-card-2 a.rf span {
  margin-top: 100px;
  text-align: center;
}
.research-funding div.research-fund-card-1 a.rf:hover, .research-funding div.research-fund-card-3 a.rf:hover, .research-funding div.research-fund-card-2 a.rf:hover {
  background-color: #c45027;
  color: #ffffff;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  background-image: url("/themes/aircollab/images/icons/grants-white-pencil-cup.png");
  background-repeat: no-repeat;
  background-position: top 20px center;
}
.research-funding div.research-fund-card-2 a.rf {
  background-image: url("/themes/aircollab/images/icons/grants-beaker.png");
}
.research-funding div.research-fund-card-2 a.rf span {
  margin-top: 100px;
  text-align: center;
}
.research-funding div.research-fund-card-2 a.rf:hover {
  background-image: url("/themes/aircollab/images/icons/grants-white-beaker.png");
}
.research-funding div.research-fund-card-3 a.rf {
  background-image: url("/themes/aircollab/images/icons/grants-briefcase.png");
}
.research-funding div.research-fund-card-3 a.rf span {
  margin-top: 100px;
  text-align: center;
}
.research-funding div.research-fund-card-3 a.rf:hover {
  background-image: url("/themes/aircollab/images/icons/grants-white-briefcase.png");
}

.swiper-slide.swiper-slide-active {
  padding-bottom: 20px;
}

#block-ecrprojectshomeblock div.funded-projects {
  margin-top: 60px;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card {
  display: flex;
}
@media (max-width: 599px) {
  #block-ecrprojectshomeblock div.funded-projects div.funded-projects-card {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card h3 {
  color: #0052a0;
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  margin-top: 9px;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card p.p-org {
  font-weight: 500;
  margin-bottom: 0px;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card p.topic {
  color: #0052a0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "Avenir Next Condensed";
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card .p-org-wrapper {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card div.icon-left {
  width: 8%;
}
@media (max-width: 599px) {
  #block-ecrprojectshomeblock div.funded-projects div.funded-projects-card div.icon-left {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card div.icon-left p img {
  margin-bottom: 10px;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card div.p-title {
  width: 90%;
}
@media (max-width: 599px) {
  #block-ecrprojectshomeblock div.funded-projects div.funded-projects-card div.p-title {
    width: 100%;
  }
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card .strand_icons img {
  margin-left: 15px;
  width: auto;
  height: 24px;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card .strand_icons img:first-of-type {
  margin-left: 0;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card .strand_icons {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #0052a0;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card a {
  text-decoration: none;
}
#block-ecrprojectshomeblock div.funded-projects div.funded-projects-card a:hover {
  text-decoration: underline;
}
#block-ecrprojectshomeblock p.after-arrow {
  display: flex;
  justify-content: flex-end;
}
#block-ecrprojectshomeblock p.after-arrow span {
  margin-top: 2px;
  margin-left: 5px;
}
#block-ecrprojectshomeblock p.after-arrow span i.fas.fa-solid.fa-caret-right.fa-lg {
  color: #0052a0;
}

div.field--name-field-csforall-txt-body p.after-arrow,
div.view-display-id-ecr_home_event_block > div.view-footer p.after-arrow,
div.view-id-resource_home_hero > div.view-footer p.after-arrow {
  display: flex;
  justify-content: flex-end;
}
div.field--name-field-csforall-txt-body p.after-arrow a,
div.view-display-id-ecr_home_event_block > div.view-footer p.after-arrow a,
div.view-id-resource_home_hero > div.view-footer p.after-arrow a {
  text-decoration: none;
  transition: all 0.2s ease;
}
div.field--name-field-csforall-txt-body p.after-arrow a:hover,
div.view-display-id-ecr_home_event_block > div.view-footer p.after-arrow a:hover,
div.view-id-resource_home_hero > div.view-footer p.after-arrow a:hover {
  text-decoration: underline;
}
div.field--name-field-csforall-txt-body p.after-arrow span,
div.view-display-id-ecr_home_event_block > div.view-footer p.after-arrow span,
div.view-id-resource_home_hero > div.view-footer p.after-arrow span {
  margin-top: 2px;
  margin-left: 5px;
}
div.field--name-field-csforall-txt-body p.after-arrow span i.fas.fa-solid.fa-caret-right.fa-lg,
div.view-display-id-ecr_home_event_block > div.view-footer p.after-arrow span i.fas.fa-solid.fa-caret-right.fa-lg,
div.view-id-resource_home_hero > div.view-footer p.after-arrow span i.fas.fa-solid.fa-caret-right.fa-lg {
  color: #0052a0;
}

section#block-views-block-events-lists-ecr-home-event-block,
section#block-tweetsbyecrhub,
section#block-views-block-resource-home-hero-block-1 {
  margin-top: 65px;
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero {
  margin-top: 40px;
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content {
  display: flex;
  gap: 8rem;
}
@media (max-width: 599px) {
  section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content,
  section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content,
  section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content,
  section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content,
  section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content,
  section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content {
    flex-direction: column;
    gap: 3rem;
  }
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content .views-row,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content .views-row,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content .views-row {
  border: 1px solid #979797;
  padding: 20px;
  border-radius: 20px;
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row:hover,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content .views-row:hover,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row:hover,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content .views-row:hover,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row:hover,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content .views-row:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-csforall-event-webinar-yn,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-csforall-event-webinar-yn,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-csforall-event-webinar-yn,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-csforall-event-webinar-yn,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-csforall-event-webinar-yn,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-csforall-event-webinar-yn {
  background-color: #B2D7EC;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-csforall-event-webinar-yn div,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-csforall-event-webinar-yn div,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-csforall-event-webinar-yn div,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-csforall-event-webinar-yn div,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-csforall-event-webinar-yn div,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-csforall-event-webinar-yn div {
  font-weight: 600;
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div > div > div.taxonomy-term--view-mode-icon.ds-1col,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content .views-row div > div > div.taxonomy-term--view-mode-icon.ds-1col,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div > div > div.taxonomy-term--view-mode-icon.ds-1col,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content .views-row div > div > div.taxonomy-term--view-mode-icon.ds-1col,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div > div > div.taxonomy-term--view-mode-icon.ds-1col,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content .views-row div > div > div.taxonomy-term--view-mode-icon.ds-1col {
  display: inline;
  float: right;
}
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-topics > div,
section#block-views-block-events-lists-ecr-home-event-block div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-topics > div,
section#block-tweetsbyecrhub div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-topics > div,
section#block-tweetsbyecrhub div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-topics > div,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-display-id-ecr_home_event_block div.view-content .views-row div.views-field-field-topics > div,
section#block-views-block-resource-home-hero-block-1 div.form-group > .view-id-resource_home_hero div.view-content .views-row div.views-field-field-topics > div {
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 768px) {
  .user-logged-in.path-frontpage .region-highlighted {
    display: flex;
    flex-wrap: nowrap;
  }
  .user-logged-in.path-frontpage .region-highlighted .block-views + .block-views {
    flex-basis: 100%;
    margin-bottom: 0;
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .user-logged-in.path-frontpage .region-postcontent {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
  }
  .user-logged-in.path-frontpage .region-postcontent .block-views {
    max-width: calc(50% - 24px);
    flex-basis: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
  }
}

[class^=block-views-blockmy-activity-my-content-block-],
[class*=" block-views-blockmy-activity-my-content-block-"] {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
[class^=block-views-blockmy-activity-my-content-block-] h4,
[class*=" block-views-blockmy-activity-my-content-block-"] h4 {
  font-size: inherit;
}
[class^=block-views-blockmy-activity-my-content-block-] h2,
[class*=" block-views-blockmy-activity-my-content-block-"] h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
[class^=block-views-blockmy-activity-my-content-block-] .view-content,
[class*=" block-views-blockmy-activity-my-content-block-"] .view-content {
  margin-bottom: 12px;
}
[class^=block-views-blockmy-activity-my-content-block-] h4,
[class*=" block-views-blockmy-activity-my-content-block-"] h4 {
  margin-bottom: 6px;
}
[class^=block-views-blockmy-activity-my-content-block-] h4 [class^=icon-],
[class^=block-views-blockmy-activity-my-content-block-] h4 [class*=icon-],
[class*=" block-views-blockmy-activity-my-content-block-"] h4 [class^=icon-],
[class*=" block-views-blockmy-activity-my-content-block-"] h4 [class*=icon-] {
  margin-right: 4px;
  width: 28px;
  height: 28px;
}
[class^=block-views-blockmy-activity-my-content-block-] h5,
[class*=" block-views-blockmy-activity-my-content-block-"] h5 {
  margin-left: 32px;
  margin-top: 0;
}
[class^=block-views-blockmy-activity-my-content-block-],
[class*=" block-views-blockmy-activity-my-content-block-"] {
  border-radius: 10px;
}

.block-views-blockmy-groups-block-1,
.block-views-blockmy-bookmarks-block-1 {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.block-views-blockmy-groups-block-1 h4,
.block-views-blockmy-bookmarks-block-1 h4 {
  font-size: inherit;
}
.block-views-blockmy-groups-block-1 h2,
.block-views-blockmy-bookmarks-block-1 h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-views-blockmy-groups-block-1 .view-content,
.block-views-blockmy-bookmarks-block-1 .view-content {
  margin-bottom: 12px;
}
.block-views-blockmy-groups-block-1 h4,
.block-views-blockmy-bookmarks-block-1 h4 {
  margin-bottom: 6px;
}
.block-views-blockmy-groups-block-1 h4 [class^=icon-],
.block-views-blockmy-groups-block-1 h4 [class*=icon-],
.block-views-blockmy-bookmarks-block-1 h4 [class^=icon-],
.block-views-blockmy-bookmarks-block-1 h4 [class*=icon-] {
  margin-right: 4px;
  width: 28px;
  height: 28px;
}
.block-views-blockmy-groups-block-1 h5,
.block-views-blockmy-bookmarks-block-1 h5 {
  margin-left: 32px;
  margin-top: 0;
}
.block-views-blockmy-groups-block-1,
.block-views-blockmy-bookmarks-block-1 {
  border-radius: 10px;
}

.block-views-blockmy-activity-user-block-1 {
  text-align: center;
  margin-bottom: 12px;
  flex-basis: 25%;
}
.block-views-blockmy-activity-user-block-1 .my-activity-picture img {
  display: block;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #c45027;
  border-radius: 200px;
  display: block;
  height: auto;
  max-width: 100px;
}

.path-frontpage .frontpage-bg .row-masthead {
  border-bottom: none !important;
}
@media (max-width: 1199px) {
  .path-frontpage .frontpage-bg .row-masthead {
    border-bottom: none !important;
  }
}
.prefooter-innerwrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .prefooter-innerwrapper {
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .prefooter-innerwrapper .region-prefooter {
    max-width: calc(33% - 24px);
    flex-basis: calc(33% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 24px;
  }
}

.path-frontpage.user-anonymous .row-main-content {
  background-color: #ffffff;
}
.path-frontpage.user-anonymous .row-masthead {
  border-bottom: 0;
}
.path-frontpage.user-anonymous .row-postmasthead {
  /*    background-image: url('/themes/aircollab/images/log-out-pic.jpg'); */
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.frontpage-welcome {
  font-size: 1.2em;
  padding: 24px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .frontpage-welcome {
    font-size: 1.4em;
    max-width: calc(50% - 24px);
  }
}
.frontpage-welcome .btn-primary {
  font-size: 1em;
  background-color: #ffffff;
  color: #000000;
}
.frontpage-welcome .btn-primary:hover,
.frontpage-welcome .btn-primary:focus {
  background-color: #008846;
  color: #fff;
}

.frontpage-navigation {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .frontpage-navigation {
    flex-direction: row;
  }
}
.frontpage-navigation .field--name-body {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .frontpage-navigation .field--name-body {
    flex-direction: column;
  }
}
.frontpage-navigation .field--name-body a {
  display: block;
  text-align: center;
  flex-basis: calc(25% - 4px);
}
.frontpage-navigation,
.frontpage-navigation a,
.frontpage-navigation h2,
.frontpage-navigation h3 {
  color: #ffffff;
}
.frontpage-navigation h2 {
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .frontpage-navigation h2 {
    margin-top: 40px;
  }
}
.frontpage-navigation h3 {
  margin-top: 12px;
}
.frontpage-navigation a, .frontpage-navigation a:link, .frontpage-navigation a:visited {
  background: linear-gradient(rgba(0, 82, 160, 0) 40px, rgba(0, 82, 160, 0.89) 40px);
  text-decoration: none;
}
.frontpage-navigation a:hover {
  background: linear-gradient(#766e6b 40px, rgba(118, 110, 107, 0.11) 40px);
}
.frontpage-navigation a:hover [class^=icon-],
.frontpage-navigation a:hover [class*=" icon-"] {
  color: #766E6B;
}
.frontpage-navigation [class^=icon-],
.frontpage-navigation [class*=" icon-"] {
  background: #ffffff;
  border-radius: 100px;
  color: #2C7CAA;
  display: inline-flex;
  flex-direction: column;
  font-size: 42px;
  height: 80px;
  justify-content: center;
  padding: 15px;
  width: 80px;
}
.frontpage-navigation [class^=icon-]:before,
.frontpage-navigation [class*=" icon-"]:before {
  display: flex;
  justify-content: center;
  margin: 0;
  width: auto;
}

.whats-new {
  flex-grow: 1;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .whats-new {
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .whats-new .small-card {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .whats-new .small-card {
    max-width: calc(50% - 24px);
    flex-basis: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .whats-new .small-card {
    max-width: calc(33.33333% - 24px);
    flex-basis: calc(33.33333% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
  }
}
.whats-new .small-card article {
  height: 100%;
}

.view-id-slideshow_items {
  max-width: 100%;
}
.view-id-slideshow_items .views-row {
  background: #0052a0;
}
.view-id-slideshow_items,
.view-id-slideshow_items .view-content,
.view-id-slideshow_items .views-row {
  position: relative;
}
.view-id-slideshow_items img {
  display: block;
  max-width: 100%;
}

.feature-overlay {
  color: #ffffff;
  background: rgba(0, 82, 160, 0.1);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
}
.feature-overlay h3,
.feature-overlay h4 {
  margin-top: 0;
}
.feature-overlay h3,
.feature-overlay h3 a,
.feature-overlay h4,
.feature-overlay h4 a {
  color: inherit;
}

.feature-cta {
  text-align: right;
}
.feature-cta a,
.feature-cta a:link,
.feature-cta a:visited {
  color: #ffffff;
  font-family: "avenir-next", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  /* text-transform: uppercase; */
}
.feature-cta a:after,
.feature-cta a:link:after,
.feature-cta a:visited:after {
  content: " »";
}
.feature-cta a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.view-id-slideshow_items.view-display-id-block_2 {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .view-id-slideshow_items.view-display-id-block_2 .feature-overlay {
    position: absolute;
    top: 0;
    width: 33.3333%;
  }
}

.view-id-slideshow_items.view-display-id-block_1 .feature-overlay {
  height: 100%;
}
@media (min-width: 992px) {
  .view-id-slideshow_items.view-display-id-block_1 .feature-overlay {
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%;
  }
}
.view-id-slideshow_items.view-display-id-block_1 .feature-title {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .view-id-slideshow_items.view-display-id-block_1 .view-content {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -24px;
  }
}
.view-id-slideshow_items.view-display-id-block_1 .views-row {
  margin-top: 24px;
  display: flex;
  align-items: stretch;
}
@media (min-width: 992px) {
  .view-id-slideshow_items.view-display-id-block_1 .views-row {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .view-id-slideshow_items.view-display-id-block_1 .views-row {
    max-width: calc(33.3333% - 24px);
    flex-basis: calc(33.3333% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
  }
}
@media (max-width: 992px) {
  .view-id-slideshow_items.view-display-id-block_1 .views-field-field-hero-image {
    margin: 12px 0 12px 12px;
    flex-basis: 50%;
  }
}
.view-id-slideshow_items.view-display-id-block_1 .views-field-nothing {
  flex-basis: 100%;
}

.region-search-facets, .region-sidebar-first {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.region-search-facets h4, .region-sidebar-first h4 {
  font-size: inherit;
}
.region-search-facets h2, .region-sidebar-first h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.region-search-facets h2.block-title:before, .region-sidebar-first h2.block-title:before {
  border-top: unset;
  content: "";
  display: block;
  width: 4.5rem;
  padding-bottom: 0px;
}

.block-facets {
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.block-facets:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.js-facets-checkbox-links {
  list-style-type: none;
  padding-left: 0;
}

.facet-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}
.facet-item input[type=checkbox] {
  margin-right: 6px;
}
.facet-item label {
  flex-basis: 100%;
  font-size: 0.9em;
  font-weight: normal;
}

.facet-item__count {
  color: #c9c9c9;
}

.facet-toggle {
  color: #4a4a4a;
  display: flex;
  font-size: inherit;
  justify-content: space-between;
  margin: 0 0 6px 0;
  padding: 6px 0;
  text-transform: uppercase;
}
.facet-toggle:hover {
  color: #202e5d;
  cursor: pointer;
}
.facet-toggle .glyphicon {
  color: #202e5d;
  flex-basis: 0;
  font-size: 1.25em;
}
.facets-soft-limit-link {
  display: block;
  text-align: right;
}
.facets-soft-limit-link:after {
  content: " +";
}
.facets-soft-limit-link.open:after {
  content: " -";
}
.facets-soft-limit-link:link, .facets-soft-limit-link:visited {
  color: #202e5d;
  font-size: 0.8em;
  text-transform: uppercase;
}

#block-solr-search-block {
  margin-bottom: 12px;
}
#block-solr-search-block form {
  display: flex;
}
#block-solr-search-block .control-label {
  display: none;
}
#block-solr-search-block .form-actions {
  margin-left: -5px;
}
#block-solr-search-block .form--inline .form-group {
  display: inline-block;
}
#block-solr-search-block .btn-primary {
  background-color: #0052a0;
  border-color: #0052a0;
}
#block-solr-search-block .btn-primary:hover {
  background-color: #666766;
}
#block-solr-search-block .btn-primary {
  margin-right: 0;
}

#views-exposed-form-solr-search-content-page-1 {
  margin-top: 0px;
}
#views-exposed-form-solr-search-content-page-1 .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#views-exposed-form-solr-search-content-page-1 #edit-submit-solr-search-content.btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.block-views-exposed-filter-blockcsforall-site-search-resources-search label,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search label {
  display: none;
}
.block-views-exposed-filter-blockcsforall-site-search-resources-search .form--inline,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search .form--inline {
  align-items: flex-end;
  display: flex;
}
.block-views-exposed-filter-blockcsforall-site-search-resources-search .form-type-textfield,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search .form-type-textfield {
  flex-grow: 1;
}
.block-views-exposed-filter-blockcsforall-site-search-resources-search .form-type-textfield input,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search .form-type-textfield input {
  width: 95%;
}
.block-views-exposed-filter-blockcsforall-site-search-resources-search .form-group,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search .form-group {
  margin-bottom: 0;
}
.block-views-exposed-filter-blockcsforall-site-search-resources-search .form-actions,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search .form-actions {
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: -1px;
}
.block-views-exposed-filter-blockcsforall-site-search-resources-search .form-actions button,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search .form-actions button {
  margin-right: 0;
  background-color: #0052a0;
  border-color: #0052a0;
}
.block-views-exposed-filter-blockcsforall-site-search-resources-search .form-actions button:hover,
.block-views-exposed-filter-blockcsforall-site-search-helpsquad-search .form-actions button:hover {
  background-color: #666766;
}

#block-exposedformcsforall-site-searchpage-1 h2.block-title {
  margin-top: 0;
}

.block-views-blockabout-the-author-block-1 {
  background-color: #ededf0;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}
.block-views-blockabout-the-author-block-1 h4 {
  font-size: inherit;
}
.block-views-blockabout-the-author-block-1 h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-views-blockabout-the-author-block-1 {
  border-radius: 10px;
}
.block-views-blockabout-the-author-block-1 .block-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-views-blockabout-the-author-block-1 .view-header {
  display: block;
  float: left;
  margin-right: 7.5px;
}
.block-views-blockabout-the-author-block-1 .view-header img {
  background: #ffffff;
  border: 1px solid #c45027;
  border-radius: 200px;
  display: block;
  height: auto;
  max-width: 100px;
}
.block-views-blockabout-the-author-block-1 .view-content {
  overflow: hidden;
}
.block-views-blockabout-the-author-block-1 .views-field {
  margin-bottom: 12px;
  overflow: hidden;
}
.block-views-blockabout-the-author-block-1 .field-content {
  display: inline;
}
.block-views-blockabout-the-author-block-1 a:link,
.block-views-blockabout-the-author-block-1 a:visited {
  text-decoration: underline;
}
.block-views-blockabout-the-author-block-1 .views-field-name {
  font-weight: bold;
}

.path-user #main > .row-main-content > .layout-wrapper {
  background-color: #ffffff;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  min-height: 220px;
}
.path-user #main > .row-main-content > .layout-wrapper input#edit-mail,
.path-user #main > .row-main-content > .layout-wrapper input#edit-name,
.path-user #main > .row-main-content > .layout-wrapper input#edit-pass-pass1,
.path-user #main > .row-main-content > .layout-wrapper input#edit-pass-pass2,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-csforall-first-name-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-csforall-last-name-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-user-picture-0-alt,
.path-user #main > .row-main-content > .layout-wrapper div#edit-comment-notify-settings,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-csforall-school-affil-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-referred-other-0-value,
.path-user #main > .row-main-content > .layout-wrapper div#edit-timezone,
.path-user #main > .row-main-content > .layout-wrapper div#edit-group-personal-info,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-pi-meeting-research-method-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-learn-more-about-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-nsf-program-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-research-methodology-type-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-receive-advice-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-research-method-type-share-0-value,
.path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-share-advice-0-value, .path-user #main > .row-main-content > .layout-wrapper div#edit-field-csforall-notifications-wrapper,
.path-user #main > .row-main-content > .layout-wrapper input#edit-user-picture-0-upload, .path-user #main > .row-main-content > .layout-wrapper input#edit-pass {
  width: 50%;
}
@media (max-width: 599px) {
  .path-user #main > .row-main-content > .layout-wrapper input#edit-mail,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-name,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-pass-pass1,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-pass-pass2,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-csforall-first-name-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-csforall-last-name-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-user-picture-0-alt,
  .path-user #main > .row-main-content > .layout-wrapper div#edit-comment-notify-settings,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-csforall-school-affil-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-referred-other-0-value,
  .path-user #main > .row-main-content > .layout-wrapper div#edit-timezone,
  .path-user #main > .row-main-content > .layout-wrapper div#edit-group-personal-info,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-pi-meeting-research-method-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-learn-more-about-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-nsf-program-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-research-methodology-type-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-receive-advice-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-research-method-type-share-0-value,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-field-other-share-advice-0-value, .path-user #main > .row-main-content > .layout-wrapper div#edit-field-csforall-notifications-wrapper,
  .path-user #main > .row-main-content > .layout-wrapper input#edit-user-picture-0-upload, .path-user #main > .row-main-content > .layout-wrapper input#edit-pass {
    width: 100%;
  }
}
.path-user #main > .row-main-content > .layout-wrapper div.image-widget {
  width: 50%;
}
@media (max-width: 599px) {
  .path-user #main > .row-main-content > .layout-wrapper div.image-widget {
    width: 100%;
  }
}
.path-user #main > .row-main-content > .layout-wrapper button#edit-submit {
  border-radius: 10px;
}
.path-user #main > .row-main-content > .layout-wrapper div#edit-field-project-name-and-abstract-wrapper {
  margin-top: 20px;
}
.path-user #main > .row-main-content > .layout-wrapper legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: unset;
  text-transform: unset;
  color: #000000;
}
.path-user #main > .row-main-content > .layout-wrapper legend span {
  color: unset;
  font-size: unset;
  font-weight: unset;
  text-transform: unset;
}
.path-user #main > .row-main-content > .layout-wrapper div#edit-field-csforall-about-wrapper {
  width: 100% !important;
}
.path-user #main > .row-main-content > .layout-wrapper div.file-download {
  display: none;
}
.path-user #main > .row-main-content > .layout-wrapper .input-group.password-parent {
  display: flex;
}
.path-user #main > .row-main-content > .layout-wrapper .input-group.password-parent input {
  border-radius: 10px;
}
.path-user #main > .row-main-content > .layout-wrapper .input-group.password-parent span.input-group-addon {
  width: 5%;
  background-color: unset;
  border: unset;
}
.path-user div.panel-heading {
  margin-top: 20px;
}
.path-user .field--name-user-picture {
  margin-right: 24px;
}
.path-user .field--name-user-picture img {
  border-radius: 50%;
  height: auto;
  max-width: 200px;
  border: 1px solid #202e5d;
  float: left;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .path-user .field--name-user-picture img {
    float: none;
  }
}
.path-user article {
  flex-direction: column;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .path-user article {
    flex-direction: row;
  }
}

div.field--name-field-groups {
  min-width: 250px;
}

div.field--name-field-groups .field--item {
  margin-bottom: 10px;
}

#edit-field-affiliation--wrapper,
.form-item-field-affiliation {
  margin-bottom: 0;
}

#edit-group-how-did-you-hear div.panel-heading {
  display: none;
}

body.user-anonymous.path-user #edit-field-csforall-about-0-format {
  display: none;
}

#edit-group-additional-information > div.panel-heading {
  display: none;
}

#edit-group-additional-information .panel-heading {
  font-weight: bold;
  font-size: 20px;
}

.profile-about-3col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .profile-about-3col {
    display: block;
  }
}
.profile-about-3col .field--label {
  font-weight: bold;
  margin-top: unset;
}
.profile-about-3col .width-60 {
  flex-basis: 60%;
  margin-right: 50px;
}
@media (max-width: 599px) {
  .profile-about-3col .width-60 {
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .profile-about-3col .width-60 {
    flex-basis: 100%;
  }
}
.profile-about-3col .width-60 .name-full {
  display: flex;
  font-size: 1.5rem;
  color: #4a4a4a;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .profile-about-3col .width-60 .name-full {
    flex-wrap: wrap;
  }
}
.profile-about-3col .width-60 .name-full .field--name-field-csforall-first-name {
  margin-right: 10px;
}
.profile-about-3col .width-60 .field--name-field-groups {
  margin-top: 20px;
}
.profile-about-3col .width-40 {
  flex-basis: 40%;
}
@media (max-width: 599px) {
  .profile-about-3col .width-40 {
    flex-basis: 100%;
  }
}
.profile-about-3col .width-40 .field--name-field-csforall-school-affil .field--label {
  margin-right: 10px;
}
.profile-about-3col .width-40 .field--label {
  margin-top: 15px;
}

.advice-50 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 2px solid #1C242D;
}
@media (max-width: 599px) {
  .advice-50 {
    flex-basis: 100%;
    display: block;
  }
}
.advice-50 .receive-48 {
  flex-basis: 48%;
}
@media (max-width: 599px) {
  .advice-50 .receive-48 {
    flex-basis: 100%;
  }
}
.advice-50 .share-48 {
  flex-basis: 48%;
}
@media (max-width: 599px) {
  .advice-50 .share-48 {
    flex-basis: 100%;
  }
}

.project-abstract {
  margin-top: 30px;
  border-top: 2px solid #1C242D;
}
.project-abstract h4 {
  font-size: 18.5px;
  font-weight: 400;
}

.btn, .more-link.form-group a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  /* text-transform: uppercase; */
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn, .more-link.form-group a, .btn:link, .btn:visited {
  text-decoration: none !important;
}
.btn:focus, .more-link.form-group a:focus, .btn.focus, .more-link.form-group a.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .more-link.form-group a:hover, .btn:focus, .more-link.form-group a:focus, .btn.focus, .more-link.form-group a.focus {
  color: #0052a0;
  text-decoration: none;
}
.btn:active, .more-link.form-group a:active, .btn.active, .more-link.form-group a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .more-link.form-group a.disabled, .btn[disabled], .more-link.form-group a[disabled], fieldset[disabled] .btn, fieldset[disabled] .more-link.form-group a, .more-link.form-group fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .more-link.form-group a.disabled, fieldset[disabled] a.btn, fieldset[disabled] .more-link.form-group a, .more-link.form-group fieldset[disabled] a {
  pointer-events: none;
}

a.btn-new {
  color: #ffffff;
  background-color: #0052a0;
  border-color: #0052a0;
}
a.btn-new:focus, a.btn-new.focus {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 61.5, 120);
}
a.btn-new:hover {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 72.16, 140.8);
}
a.btn-new:active, a.btn-new.active, .open > a.btn-new.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 72.16, 140.8);
}
a.btn-new:active:hover, a.btn-new:active:focus, a.btn-new:active.focus, a.btn-new.active:hover, a.btn-new.active:focus, a.btn-new.active.focus, .open > a.btn-new.dropdown-toggle:hover, .open > a.btn-new.dropdown-toggle:focus, .open > a.btn-new.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(0, 68.06, 132.8);
  border-color: rgb(0, 61.5, 120);
}
a.btn-new:active, a.btn-new.active, .open > a.btn-new.dropdown-toggle {
  background-image: none;
}
a.btn-new.disabled:hover, a.btn-new.disabled:focus, a.btn-new.disabled.focus, a.btn-new[disabled]:hover, a.btn-new[disabled]:focus, a.btn-new[disabled].focus, fieldset[disabled] a.btn-new:hover, fieldset[disabled] a.btn-new:focus, fieldset[disabled] a.btn-new.focus {
  background-color: #0052a0;
  border-color: #0052a0;
}
a.btn-new .badge {
  color: #0052a0;
  background-color: #ffffff;
}
a.btn-new {
  border-radius: 10px;
  color: #ffffff !important;
}
a.btn-new:hover, a.btn-new:focus, a.btn-new:active {
  background-color: #00386d;
  border-color: #00386d;
}

.btn-default {
  color: #0052a0;
  background-color: #ffffff;
  border-color: #0052a0;
}
.btn-default:focus, .btn-default.focus {
  color: #0052a0;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 61.5, 120);
}
.btn-default:hover {
  color: #0052a0;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 72.16, 140.8);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #0052a0;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 72.16, 140.8);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #0052a0;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(0, 61.5, 120);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #0052a0;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #0052a0;
}
.btn-default {
  border-radius: 10px;
}

.btn-primary {
  color: #ffffff;
  background-color: #0052a0;
  border-color: #0052a0;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 61.5, 120);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 72.16, 140.8);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 72.16, 140.8);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(0, 68.06, 132.8);
  border-color: rgb(0, 61.5, 120);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #0052a0;
  border-color: #0052a0;
}
.btn-primary .badge {
  color: #0052a0;
  background-color: #ffffff;
}
.btn-primary {
  border-radius: 10px;
  color: #ffffff;
  background-color: #0052a0;
  border-color: #0052a0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #00386d;
  border-color: #00386d;
}

.btn-success {
  color: #ffffff;
  background-color: #2C7CAA;
  border-color: rgb(41.8, 117.8, 161.5);
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: rgb(39.6, 111.6, 153);
  border-color: rgb(31.35, 88.35, 121.125);
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(39.6, 111.6, 153);
  border-color: rgb(36.784, 103.664, 142.12);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(39.6, 111.6, 153);
  border-color: rgb(36.784, 103.664, 142.12);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(36.52, 102.92, 141.1);
  border-color: rgb(31.35, 88.35, 121.125);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #2C7CAA;
  border-color: rgb(41.8, 117.8, 161.5);
}
.btn-success .badge {
  color: #2C7CAA;
  background-color: #ffffff;
}
.btn-success {
  border-radius: 10px;
}

.btn-info {
  color: #ffffff;
  background-color: #0052a0;
  border-color: #0052a0;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 61.5, 120);
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 72.16, 140.8);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 73.8, 144);
  border-color: rgb(0, 72.16, 140.8);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(0, 68.06, 132.8);
  border-color: rgb(0, 61.5, 120);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #0052a0;
  border-color: #0052a0;
}
.btn-info .badge {
  color: #0052a0;
  background-color: #ffffff;
}
.btn-info {
  border-radius: 10px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #00386d;
  border-color: #00386d;
}

.btn-warning {
  color: #ffffff;
  background-color: #e65c00;
  border-color: rgb(244, 97.6, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: rgb(207, 82.8, 0);
  border-color: rgb(183, 73.2, 0);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: rgb(207, 82.8, 0);
  border-color: rgb(214.72, 85.888, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(207, 82.8, 0);
  border-color: rgb(214.72, 85.888, 0);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(190.9, 76.36, 0);
  border-color: rgb(183, 73.2, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #e65c00;
  border-color: rgb(244, 97.6, 0);
}
.btn-warning .badge {
  color: #e65c00;
  background-color: #ffffff;
}
.btn-warning {
  border-radius: 10px;
}

.btn-danger {
  color: #ffffff;
  background-color: #d0021b;
  border-color: rgb(197.6, 1.9, 25.65);
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: rgb(187.2, 1.8, 24.3);
  border-color: rgb(148.2, 1.425, 19.2375);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(187.2, 1.8, 24.3);
  border-color: rgb(173.888, 1.672, 22.572);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(187.2, 1.8, 24.3);
  border-color: rgb(173.888, 1.672, 22.572);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(172.64, 1.66, 22.41);
  border-color: rgb(148.2, 1.425, 19.2375);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d0021b;
  border-color: rgb(197.6, 1.9, 25.65);
}
.btn-danger .badge {
  color: #d0021b;
  background-color: #ffffff;
}
.btn-danger {
  border-radius: 10px;
}

.btn-link {
  color: #0052a0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #007BBF;
  text-decoration: default;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #c9c9c9;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

button#edit-submit-solr-search-content {
  background-color: #662D91;
  margin-right: 0;
}

div.file-download {
  border: 1px solid #c45027;
  padding: 8px 22px 8px 22px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 599px) {
  div.file-download {
    padding: 8px 10px 8px 10px;
  }
}
div.file-download:hover, div.file-download:focus {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  text-decoration: none;
}
div.file-download span.button-dl {
  margin-right: 10px;
  font-weight: 600;
}

.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.btn-more-link {
  background-color: #4a4a4a;
  color: #ffffff;
  border-radius: 10px;
  /* text-transform: uppercase; */
}
.btn-more-link:after {
  content: " »";
}
.btn-more-link:focus {
  background-color: #662D91;
  color: white;
}
.btn-more-link:hover {
  background-color: #666766;
  color: white;
}

.more-link {
  font-weight: normal;
  text-decoration: none;
  /* text-transform: uppercase; */
}
.more-link.form-group {
  text-align: center;
}
.more-link.form-group a {
  background-color: #2C7CAA;
  color: #ffffff;
  font-weight: bold;
}
.more-link.form-group a:hover {
  background-color: #766E6B;
  color: #ffffff;
}

.field-group--byline-extended {
  border-bottom: 2px solid #dcdcdc;
  color: #202e5d;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.field-group--byline-extended .field--label {
  font-weight: inherit;
  color: inherit;
}

.field-group--actions {
  align-items: end;
  background-color: transparent;
  display: flex;
  font-size: 14px;
  justify-content: flex-start;
  margin-top: 6px;
  overflow: hidden;
  padding-bottom: 2px;
  padding-top: 2px;
  /* text-transform: uppercase; */
}
.field-group--actions .flag {
  margin-right: 16px;
  white-space: nowrap;
}
.field-group--actions ul.list-inline {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.field-group--actions ul.list-inline > li {
  padding: 0;
  margin-left: 0;
  margin-right: 16px;
}
.field-group--actions {
  margin-top: 10px;
  margin-bottom: 10px;
}

.flag-bookmarks a {
  display: flex;
  margin-top: 10px;
}
.flag-bookmarks a:before {
  font-family: "Glyphicons Halflings";
  margin-right: 4px;
}
.flag-bookmarks.action-flag a:before {
  content: "\e007";
}
.flag-bookmarks.action-unflag a:before {
  content: "\e006";
}

.js-flag-message {
  animation: flag-flash 5s ease-in-out 1;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 0;
  margin-top: 0.5em;
  padding: 2px;
  position: absolute;
  text-transform: none;
}

.view-id-comment_count {
  white-space: nowrap;
  margin-right: 12px;
}
.view-id-comment_count .views-field-comment-count {
  display: flex;
}
.view-id-comment_count .views-field-comment-count:before {
  font-family: "Glyphicons Halflings";
  margin-right: 4px;
  content: "\e111";
}

.field-group--filed-under {
  background: #ededf0;
  overflow: hidden;
  padding: 12px;
  margin: 24px 0;
}
.field-group--filed-under a:link, .field-group--filed-under a:visited {
  text-decoration: underline;
}

.field--name-field-csforall-txt-body img {
  margin-bottom: 5px;
}

.field--name-field-csforall-txt-body img.align-left {
  margin: 10px 10px 10px 0;
  max-width: 100%;
}

.field--name-field-csforall-txt-body img.align-right {
  margin: 10px 0 10px 10px;
  max-width: 100%;
}

.field--name-field-csforall-txt-body img.align-right {
  margin: 10px 10px 10px 10px;
  max-width: 100%;
}

.field--name-field-csforall-txt-body img.align-center {
  margin: 10px 10px 10px 10px;
  max-width: 100%;
}

.views-label {
  font-weight: bold;
}

.block-title {
  margin-top: 0;
}

.block-views-blockresources-views-block-2 {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .block-views-blockresources-views-block-2 .view-content {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
  }
}
.block-views-blockresources-views-block-2 .view-content .views-row {
  flex-basis: 23%;
}
.block-views-blockresources-views-block-2 .view-content .views-row article {
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .block-views-blockresources-views-block-2 .view-content .views-row {
    max-width: calc(100% - 18px);
    flex-basis: calc(100% - 18px);
    background-color: red;
    flex-shrink: 0;
    margin-right: 10px;
  }
}

body.path-taxonomy .field--name-description {
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.fg-red, .fg-danger {
  color: #d0021b;
}

.fg-green, .fg-success {
  color: #2C7CAA;
}

.fg-blue, .fg-info {
  color: #202e5d;
}

.fg-orange, .fg-warning {
  color: #e65c00;
}

.fg-green-dark,
a.fg-green-dark {
  color: #766E6B;
}

.fg-purple,
a.fg-purple {
  color: #0C755B;
}

.page-label {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.block-tweets {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.block-tweets h4 {
  font-size: inherit;
}
.block-tweets h2 {
  background: #0052a0;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.resource-collections {
  display: flex;
  flex-wrap: nowrap;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: inherit;
}
.resource-collections .field--name-body {
  display: flex;
  flex-wrap: nowrap;
}
.resource-collections .field--name-body ul {
  margin-left: 12px;
}

#block-aboutannouncements, .about-resource, #block-aboutevents, #block-aboutgroups {
  margin-bottom: 20px;
  padding: 20px;
}

.view-filters {
  margin-bottom: 24px;
}

.clearleft {
  clear: left;
}

option[value=share_web], option[value=share_group_managers] {
  display: none;
}

.displaynone {
  display: none;
}

form.node-csforall-ct-resource-form .form-type-vertical-tabs,
form.node-csforall-ct-discussion-form .form-type-vertical-tabs,
form.node-csforall-ct-event-form .form-type-vertical-tabs {
  display: none;
}

.breadcrumb > .active {
  display: none;
}

.page-node-type-csforall-ct-public-resource ul.links.list-inline {
  float: left;
  margin-top: 10px;
  margin-right: 16px;
}

.page-node-type-csforall-ct-public-resource div.flag-bookmarks {
  margin-top: 10px;
}

.box_blue {
  border: 2px solid #046B99;
  padding: 20px;
  background-color: #E9F6FB;
}

#is_breadcrumbs {
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 20px;
  weight: 600;
  color: #4c4c4c;
}
#is_breadcrumbs a:active {
  color: #4c4c4c;
}
#is_breadcrumbs a {
  text-decoration: underline;
}

#block-aircollab-topicspotlightbreadcrumbs #is_breadcrumbs {
  margin-bottom: 0px;
}

.anchorlink {
  scroll-margin-top: 50px;
}

.float-right {
  float: right;
}

.rounded-corners {
  border-radius: 10px;
}

article.staff div > div.field--name-field-staff-title {
  text-align: center;
  min-height: 45px;
}
article.staff .field--name-field-image {
  justify-content: center;
  display: flex;
}
article.staff .field--name-field-image img {
  border-radius: 50%;
}

/* ===================================================================== */
/* == ABOUT US PAGE ==================================================== */
/* ===================================================================== */
.view-id-team .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 599px) {
  .view-id-team .view-content {
    flex-direction: column;
    width: 100%;
  }
}
.view-id-team .view-content .views-row {
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .view-id-team .view-content .views-row {
    width: 100%;
  }
}
.view-id-team .view-content .views-row a {
  color: #666766;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #979797;
  padding: 25px;
  display: flex;
  justify-content: center;
  height: 100%;
  border-radius: 20px;
}
.view-id-team .view-content .views-row a:hover,
.view-id-team .view-content .views-row a:focus {
  background: #ffffff;
  display: block;
  color: #000000;
  box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -webkit-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -moz-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
}
.view-id-team .view-content .views-row a:hover h3,
.view-id-team .view-content .views-row a:focus h3 {
  text-decoration: underline;
}
.view-id-team .view-content .views-row h3 {
  margin-top: 0;
  text-align: center;
  color: #3063b0;
  font-size: 20px;
}
.view-id-team .view-content .views-row .field--name-field-image {
  margin: 20px;
}
.view-id-team .view-content .views-row .field--name-field-image img {
  border-radius: 50%;
  width: 150px;
  height: auto;
  margin: 0 auto;
}
.view-id-team .view-content .views-row .field--name-field-staff-title {
  text-align: center;
  min-height: 45px;
}
.view-id-team .view-content .views-row .staff-body {
  text-align: left;
}
.view-id-team .view-content .views-row div.card-footer {
  margin-top: auto;
}

/*
Staff Node Modal Window
*/
.view-staff-node .staff.card {
  text-align: center;
}
.view-staff-node .staff.card .staff-photo img {
  border-radius: 50%;
  margin: 0 auto;
  width: 150px;
}
.view-staff-node .staff.card .staff-body {
  text-align: left;
}

.ui-dialog .ui-dialog-titlebar span {
  font-size: 2rem;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
}

@media (max-width: 599px) {
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    width: 100% !important;
  }
}
.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  font-size: 29px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #808285;
  top: 30%;
}
.ui-dialog .ui-dialog-titlebar-close::after {
  content: "x";
}

div#mc_embed_signup {
  padding: 10px;
}
div#mc_embed_signup div.mc-field-group input[type=radio] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
  margin-right: 10px;
}

div.field--name-field-topics,
div.field--name-field-primary-audience {
  margin-top: 10px;
}
div.field--name-field-topics > div.field--items > div.field--item::after,
div.field--name-field-primary-audience > div.field--items > div.field--item::after {
  content: ",";
}
div.field--name-field-topics > div.field--items > div.field--item:last-child::after,
div.field--name-field-primary-audience > div.field--items > div.field--item:last-child::after {
  content: "";
}

div.field--name-field-csforall-er-instr-days {
  display: flex;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Article {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Article::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.field--name-field-csforall-er-instr-days {
  display: flex;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Podcast {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Podcast::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f130";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.field--name-field-csforall-er-instr-days {
  display: flex;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Video {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Video::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f87c";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.field--name-field-csforall-er-instr-days {
  display: flex;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Study {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Study::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02d";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.field--name-field-csforall-er-instr-days {
  display: flex;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Report {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Report::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.field--name-field-csforall-er-instr-days {
  display: flex;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Tool {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.field--name-field-csforall-er-instr-days > div.field--item > p.Tool::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f7d9";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.views-field-field-csforall-er-instr-days > div.field-content {
  display: flex;
}
div.views-field-field-csforall-er-instr-days > div.field-content p.Article {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.views-field-field-csforall-er-instr-days > div.field-content p.Article::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.views-field-field-csforall-er-instr-days > div.field-content {
  display: flex;
}
div.views-field-field-csforall-er-instr-days > div.field-content p.Tool {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.views-field-field-csforall-er-instr-days > div.field-content p.Tool::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f7d9";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.views-field-field-csforall-er-instr-days {
  display: flex;
}
div.views-field-field-csforall-er-instr-days > div.field-content > p.Podcast {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.views-field-field-csforall-er-instr-days > div.field-content > p.Podcast::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f130";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.views-field-field-csforall-er-instr-days {
  display: flex;
}
div.views-field-field-csforall-er-instr-days > div.field-content > p.Video {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.views-field-field-csforall-er-instr-days > div.field-content > p.Video::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f87c";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.views-field-field-csforall-er-instr-days > div.field-content {
  display: flex;
}
div.views-field-field-csforall-er-instr-days > div.field-content p.Study {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.views-field-field-csforall-er-instr-days > div.field-content p.Study::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02d";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.views-field-field-csforall-er-instr-days {
  display: flex;
}
div.views-field-field-csforall-er-instr-days > div.field-content > p.Report {
  background-color: #B2D7EC;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
div.views-field-field-csforall-er-instr-days > div.field-content > p.Report::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  font-size: 1rem;
  color: #000000;
  margin-right: 10px;
}

div.field--name-field-csforall-event-webinar-yn {
  background-color: #B2D7EC;
  padding: 5px 10px;
  width: max-content;
  padding: 5px 10px;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
}
div.field--name-field-csforall-event-webinar-yn div {
  font-weight: 600;
}

div.field--name-field-event-date-range {
  font-weight: 600;
}

.d-flex, .event-sponsor-type, .sponsor {
  display: flex;
}

.sponsor {
  gap: 0.5rem;
  align-items: flex-end;
  padding: 0px 0px;
  width: max-content;
  font-weight: 600;
  width: max-content;
  border-radius: 5px;
  margin-bottom: 20px;
  align-items: flex-end;
}

.event-sponsor-type {
  gap: 0.5rem;
  align-items: flex-end;
}

div.webinar {
  text-transform: capitalize;
}

div.no-webinar {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.view-events-lists {
  width: 100%;
}
.field--name-dynamic-twig-fieldnode-custom-smart-date-twig {
  padding: 10px;
  font-weight: 600;
  margin-top: 20px;
}

div.field--name-field-cta-registration-button {
  border: 1px solid #662D91;
  padding: 5px 10px;
  border-radius: 10px;
  width: max-content;
  margin-bottom: 30px;
  margin-top: 1rem;
  background-color: #0052a0;
  margin-left: 10px;
}
div.field--name-field-cta-registration-button a {
  color: #ffffff;
  text-decoration: none;
}
div.field--name-field-cta-registration-button a svg {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
div.field--name-field-cta-registration-button:hover {
  background-color: #007BBF;
}

.page-node-type-event-public-ecr .field--name-field-event-date-range span.smart-date--date {
  display: block;
}

@media (max-width: 599px) {
  .page-node-type-event-public-ecr div.group-left {
    order: 2;
  }
}
@media (max-width: 599px) {
  .page-node-type-event-public-ecr div.group-right {
    order: 1;
    margin-left: unset;
  }
}

.row-image-title-card {
  display: flex;
  gap: 3rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .row-image-title-card {
    flex-wrap: wrap;
  }
}
.row-image-title-card .two-col-card {
  flex-basis: 45%;
  margin-top: 40px;
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .row-image-title-card .two-col-card {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
}
.row-image-title-card .two-col-card .img-col {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .row-image-title-card .two-col-card .img-col {
    flex-basis: 100%;
  }
}
.row-image-title-card .two-col-card .img-col img {
  border-radius: 15px;
  transition: 1s ease;
}
.row-image-title-card .two-col-card .img-col img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
  margin-top: 5px;
}
.row-image-title-card .two-col-card .body-col {
  flex-basis: 60%;
}
@media (max-width: 768px) {
  .row-image-title-card .two-col-card .body-col {
    flex-basis: 100%;
  }
}

.menu-body {
  display: flex;
  gap: 3rem;
  margin: 20px 0 50px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .menu-body {
    flex-wrap: wrap;
  }
}
.menu-body .menu {
  flex-basis: 25%;
  margin-top: 40px;
  border: 1px solid #c45027;
}
@media (max-width: 768px) {
  .menu-body .menu {
    flex-basis: 100%;
  }
}
.menu-body .rt-of-menu {
  flex-basis: 75%;
}
@media (max-width: 768px) {
  .menu-body .rt-of-menu {
    flex-basis: 100%;
  }
}

.text-and-pic {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .text-and-pic {
    flex-wrap: wrap;
  }
}
.text-and-pic .col-40 {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .text-and-pic .col-40 {
    flex-basis: 100%;
  }
}
.text-and-pic .col-60 {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .text-and-pic .col-60 {
    flex-basis: 100%;
  }
}
.text-and-pic img.round {
  border-radius: 20px;
}

.page-node-type-impact-story .row-main-content > .layout-wrapper, .path-impact-stories .row-main-content > .layout-wrapper, .nodeaddimpact_story .row-main-content > .layout-wrapper {
  background-position-y: -48px;
}
.page-node-type-impact-story .breadcrumb, .path-impact-stories .breadcrumb, .nodeaddimpact_story .breadcrumb {
  background-color: none;
}
.page-node-type-impact-story h1, .path-impact-stories h1, .nodeaddimpact_story h1 {
  display: block;
  padding-right: 80px;
}
.page-node-type-impact-story .row-main-content > .layout-wrapper h1, .path-impact-stories .row-main-content > .layout-wrapper h1, .nodeaddimpact_story .row-main-content > .layout-wrapper h1 {
  color: #0052a0;
  margin-right: 2.75rem;
  padding-top: 0;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .page-node-type-impact-story .row-main-content > .layout-wrapper h1, .path-impact-stories .row-main-content > .layout-wrapper h1, .nodeaddimpact_story .row-main-content > .layout-wrapper h1 {
    margin-right: 0;
  }
}
.page-node-type-impact-story .margin-right-150, .path-impact-stories .margin-right-150, .nodeaddimpact_story .margin-right-150 {
  margin-right: 150px;
}
@media screen and (max-width: 720px) {
  .page-node-type-impact-story .margin-right-150, .path-impact-stories .margin-right-150, .nodeaddimpact_story .margin-right-150 {
    margin-right: 0;
  }
}
.page-node-type-impact-story .label, .path-impact-stories .label, .nodeaddimpact_story .label {
  background-color: #fff;
}

.page-node-type-impact-story h1.page-title {
  margin-bottom: 20px;
}
.page-node-type-impact-story .field--label, .page-node-type-impact-story .field--name-field-impact-storyteller {
  font-size: 20px;
}
.page-node-type-impact-story .field--name-field-impact-storyteller {
  display: flex;
}
.page-node-type-impact-story .field--name-field-impact-storyteller .field--item {
  margin-top: 10px;
}
.page-node-type-impact-story .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
  padding-left: 30px;
  /* padding-top:192px; */
  padding-top: 18px;
}
@media screen and (max-width: 640px) {
  .page-node-type-impact-story .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    padding-left: 0;
    padding-top: 10px;
  }
}
.page-node-type-impact-story #is_breadcrumbs {
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 20px;
  weight: 600;
  color: #4c4c4c;
}
.page-node-type-impact-story .field--name-field-project-website a {
  overflow-wrap: anywhere;
}
.page-node-type-impact-story .field--name-field-storyteller-photo {
  min-width: 200px;
}
.page-node-type-impact-story .field--name-field-storyteller-photo .field--label {
  text-align: center;
  width: 100%;
}
.page-node-type-impact-story .field--name-field-overall-impact {
  margin-top: 20px;
}
.page-node-type-impact-story #storyteller-wrapper {
  float: right;
  align-items: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.page-node-type-impact-story #storyteller-wrapper img {
  border-radius: 50%;
  width: 160px;
  max-width: 100%;
  height: auto;
  margin: 10px auto 0 auto;
  display: block;
  border: 5px solid rgba(0, 82, 160, 0.4);
}
.page-node-type-impact-story #storyteller-wrapper .field--name-field-impact-storyteller {
  /* margin-top:30px; */
}
.page-node-type-impact-story #storyteller-wrapper .field--name-field-impact-storyteller .field--item, .page-node-type-impact-story #storyteller-wrapper .field--name-field-impact-storyteller .field--label {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .page-node-type-impact-story #storyteller-wrapper {
    float: none;
    display: flex;
    margin-left: 0;
  }
  .page-node-type-impact-story #storyteller-wrapper .field--name-field-impact-storyteller {
    margin-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .page-node-type-impact-story .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first {
    flex: 0 1 60%;
  }
  .page-node-type-impact-story .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 40%;
  }
}
@media screen and (min-width: 980px) {
  .page-node-type-impact-story .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first {
    flex: 0 1 70%;
  }
  .page-node-type-impact-story .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 768px) {
  .page-node-type-impact-story h1.page-title {
    font-size: 24px;
  }
}

.path-impact-stories .row-main-content > .layout-wrapper h1 {
  color: #0052a0;
  font-size: 3.75rem;
  padding-top: 30px;
  font-weight: normal;
}
.path-impact-stories .breadcrumb {
  background-color: initial;
}
.path-impact-stories .impact-stories-card img {
  max-width: 35px;
  height: auto;
}
.path-impact-stories .view-impact-stories {
  margin-top: 25px;
}
.path-impact-stories .view-impact-stories .views-row:hover {
  background-color: #e8f4fb;
}
.path-impact-stories .view-impact-stories .views-row:hover {
  border: 1px solid #0052a0;
}
.path-impact-stories .view-impact-stories .views-row {
  width: 29%;
  max-width: 29%;
  border: 1px solid #979797;
  border-radius: 20px;
  margin-bottom: 16px;
  width: 100%;
  margin: 20px;
  /* background-color: #f1e9cf; */
  box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -webkit-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
  -moz-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.3);
}
.path-impact-stories .view-impact-stories .views-row a:hover {
  text-decoration: none;
  box-shadow: 5px 6px 6px 2px #e9ecef;
}
.path-impact-stories .view-impact-stories .views-row .funded-by {
  display: flex;
  justify-content: center;
  padding: 0 20px 0 20px;
  font-weight: bold;
  font-size: 18px;
  color: #c45027;
  min-height: 70px;
  text-align: center;
  align-items: center;
  width: 100%;
}
.path-impact-stories .view-impact-stories .views-row .funded-by .field-content {
  width: 100%;
}
.path-impact-stories .view-impact-stories .views-row .funded-by img {
  margin-right: 8px;
}
.path-impact-stories .view-impact-stories .views-row .funded-by span {
  width: 100% !important;
}
.path-impact-stories .view-impact-stories .views-row div.funded-by span {
  width: 100%;
}
.path-impact-stories .view-impact-stories .views-row .views-field-title {
  padding: 0 20px 5px 20px;
  /* background-color: #f1e9cf; */
  font-weight: bold;
  font-size: 20px;
}
.path-impact-stories .view-impact-stories .views-row .overall-impact {
  padding: 0 20px 20px 20px;
  color: #000;
}
@media screen and (max-width: 994px) {
  .path-impact-stories .view-impact-stories .views-row {
    width: 44%;
    max-width: 44%;
  }
}
@media screen and (max-width: 720px) {
  .path-impact-stories .view-impact-stories .views-row {
    width: 100%;
    max-width: 100%;
  }
}
.path-impact-stories .view-content {
  display: flex;
  flex-wrap: wrap;
}

.page-node-type-publication .row-pagehader .layout-wrapper {
  min-height: 0 !important;
}
.page-node-type-publication .row-main-content > .layout-wrapper {
  background-position-y: -48px;
}
.page-node-type-publication #ep_breadcrumbs {
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 20px;
  color: #4c4c4c;
}
.page-node-type-publication .field--label-inline {
  display: flex;
}
.page-node-type-publication .field--label {
  margin-top: 0;
}
.page-node-type-publication .h1 {
  font-size: 28px;
  line-height: 39px;
  margin-top: 0;
  font-weight: 700;
  padding-top: 10px;
  color: #0052a0;
  margin-right: 75px;
}
@media (max-width: 600px) {
  .page-node-type-publication .h1 {
    margin-right: 0;
  }
}
.page-node-type-publication .doi-link {
  font-weight: 600;
  font-size: 1.1rem;
}
.page-node-type-publication .field--name-field-publication-type {
  margin-bottom: 20px;
  color: #0052a0;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}
.page-node-type-publication .field--name-field-publication-type svg {
  fill: #0052a0;
}
.page-node-type-publication .field--name-field-publication-type .field--name-taxonomy-term-title {
  padding-left: 15px;
  padding-top: 5px;
}
.page-node-type-publication .field--name-field-publication-year {
  margin-top: 15px;
}
.page-node-type-publication .field--name-field-keywords {
  margin-bottom: 20px;
}
.page-node-type-publication .field--name-field-abstract {
  margin-top: 30px;
}

.view-id-publication_search h3:first-of-type {
  padding-right: 70px;
}
@media (min-width: 600px) and (max-width: 991px) {
  .view-id-publication_search {
    margin-left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .view-id-publication_search {
    margin-left: 50px;
  }
}
.view-id-publication_search .view-header {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.view-id-publication_search .views-row {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
.view-id-publication_search .field--label-inline {
  display: flex;
}
.view-id-publication_search .field--label {
  margin-top: 0;
}
.view-id-publication_search .taxonomy-term--type-publication-type {
  margin-bottom: 20px;
  color: #0052a0;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}
.view-id-publication_search .taxonomy-term--type-publication-type svg {
  fill: #0052a0;
}
.view-id-publication_search .taxonomy-term--type-publication-type .field--name-taxonomy-term-title {
  padding-left: 15px;
  padding-top: 5px;
}
.view-id-publication_search .field--name-dynamic-token-fieldnode-publication-title-linked {
  font-size: 28px;
  line-height: 39px;
  color: #000;
}
.view-id-publication_search .field--name-dynamic-token-fieldnode-publication-title-linked h3 {
  font-weight: 700;
}
.view-id-publication_search .field--name-dynamic-token-fieldnode-publication-title-linked a {
  color: #000;
}
.view-id-publication_search .doi-link {
  font-weight: 600;
  font-size: 1.1rem;
}
.view-id-publication_search .field--name-field-publication-year {
  margin-top: 15px;
}
.view-id-publication_search .field--name-field-abstract {
  margin-top: 20px;
}

.publications .region-sidebar-first,
.path-publications .region-sidebar-first {
  box-shadow: 0 1px 2px 0 rgb(0, 0, 0);
  min-width: 235px;
}
.publications .region-sidebar-first button#edit-reset-publication-search--3,
.path-publications .region-sidebar-first button#edit-reset-publication-search--3 {
  margin-left: 0px;
}
.publications .region-sidebar-first .refine.block-title,
.path-publications .region-sidebar-first .refine.block-title {
  background-color: #4A4A4A;
  color: #fff;
  font-size: 20px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Figtree";
  text-align: center;
}
.publications .region-sidebar-first .refine.block-title::after,
.path-publications .region-sidebar-first .refine.block-title::after {
  border-top: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.publications .region-sidebar-first .refine.block-title::before,
.path-publications .region-sidebar-first .refine.block-title::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="white" class="bi bi-sliders" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1z"/></svg>');
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: auto;
}
.publications .region-sidebar-first .panel-title,
.path-publications .region-sidebar-first .panel-title {
  font-family: "Figtree";
  color: #1C242D;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.publications .region-sidebar-first a,
.path-publications .region-sidebar-first a {
  border-bottom: 1px solid #4a4a4a;
}
.publications .region-sidebar-first a:hover,
.path-publications .region-sidebar-first a:hover {
  text-decoration: none;
  color: #1C242D;
}
.publications .region-sidebar-first a:focus,
.path-publications .region-sidebar-first a:focus {
  text-decoration: none;
  color: #1C242D;
}
.publications .region-sidebar-first #views-exposed-form-publication-search-page-1,
.path-publications .region-sidebar-first #views-exposed-form-publication-search-page-1 {
  border-bottom: 1px solid #ececec;
  margin-bottom: 12px;
  padding-bottom: 9px;
}
.publications .region-sidebar-first #views-exposed-form-publication-search-page-1 .form--inline,
.path-publications .region-sidebar-first #views-exposed-form-publication-search-page-1 .form--inline {
  position: relative;
}
.publications .region-sidebar-first #views-exposed-form-publication-search-page-1 #edit-submit-publication-search--2,
.publications .region-sidebar-first #views-exposed-form-publication-search-page-1 #edit-reset-publication-search--2,
.path-publications .region-sidebar-first #views-exposed-form-publication-search-page-1 #edit-submit-publication-search--2,
.path-publications .region-sidebar-first #views-exposed-form-publication-search-page-1 #edit-reset-publication-search--2 {
  margin-top: 5px;
}
.publications .region-sidebar-first .block-facets,
.path-publications .region-sidebar-first .block-facets {
  border-bottom: 1px solid #ececec;
  margin-bottom: 12px;
  padding-bottom: 9px;
}
.publications .region-sidebar-first .block-facets .facet-item__count,
.path-publications .region-sidebar-first .block-facets .facet-item__count {
  color: #212529;
  font-weight: 700;
}
.publications .region-sidebar-first .form-item-search-api-fulltext,
.path-publications .region-sidebar-first .form-item-search-api-fulltext {
  margin-top: 30px;
}
.publications .region-sidebar-first .form-item-search-api-fulltext label,
.path-publications .region-sidebar-first .form-item-search-api-fulltext label {
  color: #1C242D;
  text-transform: uppercase;
  font-weight: normal;
}
.publications .region-sidebar-first .form-item-search-api-fulltext input,
.path-publications .region-sidebar-first .form-item-search-api-fulltext input {
  border: 1px solid #ced4da;
  width: 100%;
  border-radius: 0.375rem;
  box-shadow: none;
}
.publications .region-sidebar-first .form-item-search-api-fulltext select,
.path-publications .region-sidebar-first .form-item-search-api-fulltext select {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: none;
}
.publications .region-sidebar-first .form-item-sort-by,
.publications .region-sidebar-first .form-item-items-per-page,
.path-publications .region-sidebar-first .form-item-sort-by,
.path-publications .region-sidebar-first .form-item-items-per-page {
  margin-top: 24px;
}
.publications .region-sidebar-first .form-item-sort-by label,
.publications .region-sidebar-first .form-item-items-per-page label,
.path-publications .region-sidebar-first .form-item-sort-by label,
.path-publications .region-sidebar-first .form-item-items-per-page label {
  color: #1C242D;
  text-transform: uppercase;
  font-weight: normal;
}
.publications .region-sidebar-first .form-item-sort-by input,
.publications .region-sidebar-first .form-item-items-per-page input,
.path-publications .region-sidebar-first .form-item-sort-by input,
.path-publications .region-sidebar-first .form-item-items-per-page input {
  border: 1px solid #ced4da;
  width: 100%;
  border-radius: 0.375rem;
  box-shadow: none;
}
.publications .region-sidebar-first .form-item-sort-by select,
.publications .region-sidebar-first .form-item-items-per-page select,
.path-publications .region-sidebar-first .form-item-sort-by select,
.path-publications .region-sidebar-first .form-item-items-per-page select {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: none;
}
.publications .region-sidebar-first .form-actions,
.path-publications .region-sidebar-first .form-actions {
  margin-top: 20px;
  margin-bottom: 30px;
}

.path-publications .row-main-content > .layout-wrapper {
  background-position-y: -48px;
}

body.path-publication-bulk-change .row-main-content > .layout-wrapper h1 {
  display: block;
  margin-top: 0;
  padding-top: 0;
}
body.path-publication-bulk-change .form-item-published,
body.path-publication-bulk-change #edit-actions {
  display: block;
}
body.path-publication-bulk-change .form-actions .btn {
  margin-top: 0;
}
body.path-publication-bulk-change .view-header {
  margin-bottom: 15px;
}

.youareviewing {
  border-radius: 20px;
  background-color: #0052a1;
  color: #fff;
  margin-top: 30px;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
}
.youareviewing a {
  text-decoration: underline;
  color: #fff;
}
.youareviewing a:hover, .youareviewing a:active, .youareviewing a:focus {
  color: #fff;
  text-decoration: dotted;
  border-bottom: 1px solid #fff;
}

.path-resources .region-sidebar-first {
  width: 230px;
}
.path-resources .region-sidebar-first .facet-accordion.block-title {
  background: unset;
  font-size: 16px;
  margin-top: unset;
  margin-left: unset;
  margin-right: unset;
  padding: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  line-height: unset;
  font-family: "avenir-next, sans-serif" !important;
  color: #1C242D;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.field-group--event-information .atcb-item, .field-group--event-information .atcb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.field-group--event-information .atcb-item-link, .field-group--event-information .atcb-link {
  font-size: 80%;
  font-weight: normal;
  padding: 3px 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.field-group--event-information .addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important;
  margin-left: 5px;
}
.field-group--event-information .addtocalendar var {
  display: none;
}
.field-group--event-information .atcb-list {
  background: #ffffff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 6px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 170px;
  z-index: 900;
}
.field-group--event-information .atcb-list:hover {
  visibility: visible;
}
.field-group--event-information .atcb-link {
  background: #2C7CAA;
  color: #ffffff;
  cursor: pointer;
  display: block;
  outline: none !important;
}
.field-group--event-information .atcb-link:focus ~ ul, .field-group--event-information .atcb-link:active ~ ul, .field-group--event-information .atcb-link:hover {
  visibility: visible;
}
.field-group--event-information .atcb-link .placeholder {
  font-style: normal;
}
.field-group--event-information .atcb-item {
  background: transparent;
  float: none;
  text-align: left;
}
.field-group--event-information .atcb-item.hover,
.field-group--event-information .atcb-item .atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.field-group--event-information .atcb-item-link {
  color: #766E6B;
  display: block;
  outline: none;
}
.field-group--event-information .atcb-item-link:hover {
  color: #ffffff;
  padding: 5px 5px;
}
.field-group--event-information .atcb-item-link:focus {
  color: #000;
  padding: 5px 5px;
}

.atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
  background: #8CC641;
  color: #ffffff;
  cursor: pointer;
  display: block;
  outline: none !important;
  padding: 3px 6px;
  font-size: 80%;
  text-decoration: underline;
}

/*
Moved to html template 9/2024 to optimize load speed
@use url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
*/

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