@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap");
html #feature_1_5 img.swap {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}

html #ftitle {
  bottom: 0;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  left: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.42);
  transition: 0.3s ease all;
  line-height: 1.2;
}
html #ftitle:hover {
  background-color: white;
}

html #fprev,
html #fnext,
html #fprev a,
html #fnext a {
  background-image: none;
  text-decoration: none;
  font-size: 30px;
  font-weight: light;
  height: auto;
  width: auto;
  margin: 0;
  color: black;
  text-shadow: none;
  line-height: 1;
}

#fprev::before {
  content: "\e5cb";
  font-family: "Material Symbols Outlined";
}

#fnext::before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
}

#ftitle span {
  order: 2;
  text-shadow: none;
  font-size: 16px;
  font-weight: 700;
}

html #fnext {
  order: 3;
}

html #fprev {
  order: 1;
}

.search-section {
  background-color: #2192ca;
  padding: 30px 0;
  font-size: 18px;
}

#searchblock {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
  overflow: visible;
}
#searchblock .wg_input_block {
  padding: 14px 0 14px 20px;
  margin-right: 0;
  border-radius: 0px;
  font-family: inherit;
  border: 1px solid #aaaaaa;
}
#searchblock .wg_input_block::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #888888;
}
#searchblock .wg_input_block::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #888888;
}
#searchblock .wg_buttons_block {
  margin: 0;
}
#searchblock .wg_submit_block {
  width: auto;
}
#searchblock .wg_submit_block_button {
  background-color: #333333;
  cursor: pointer;
  color: white;
  border-radius: 0px;
  border: none;
  height: 100%;
  font-size: inherit;
  padding: 14px 83px;
  margin-left: 0;
  transition: 0.3s ease all;
  font-family: inherit;
}
#searchblock .wg_submit_block_button:hover {
  background-color: #888888;
}

html .wg_select_block {
  margin: 0;
}

.wg_input_block {
  margin: 0;
}

html .wg_select_block .wg_select_block_button {
  padding: 14px 26px 14px 14px !important;
  font-family: inherit;
  height: 100%;
  border-radius: 0px;
  white-space: nowrap;
}

#searchblock .wg_input_wrapper {
  width: 100%;
  padding: 10px 0;
}

.wg_select_block .wg_select_block_button::after {
  right: 10px;
}

html .wg_search_block_column .wg_select_block {
  margin: 0;
}

#searchblock.filter .wg_buttons_block {
  margin: 0 2px;
  gap: 2px;
}

#searchblock.wg_search_block_column {
  display: flex;
  flex-direction: column;
}
#searchblock.wg_search_block_column .wg_buttons_block {
  gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  #searchblock.filter .wg_buttons_block {
    gap: 5px;
    margin: 0 0 5px 0;
  }
  #searchblock.wg_search_block_column .wg_input_block,
  #searchblock.wg_search_block_column .wg_buttons_block {
    margin: 0;
  }
  #searchblock.wg_search_block_column .wg_input_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  #searchblock.wg_search_block_column .wg_buttons_block {
    gap: 10px;
  }
}
.blockOcode #browser {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #1d1d1d;
  font-size: 1.125rem;
  font-weight: 400;
  max-width: none;
}
.blockOcode #browser a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  color: white;
  background-color: #1d1d1d;
  margin: 0;
  border-radius: 0;
  padding: 12px 30px;
  transition: 0.2s all ease;
}
.blockOcode #browser a:hover {
  background-color: #333333;
  color: white;
}
.blockOcode #browser a span.b_title {
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 0;
}
.blockOcode #browser a span.b_count {
  font-size: inherit;
  font-weight: inherit;
  margin-left: 10px;
}
.blockOcode #browser a span.b_count::before {
  content: "  (";
}
.blockOcode #browser a span.b_count::after {
  content: ")";
}

html #topic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
}
html #topic a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  color: #111111;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 0;
  font-weight: 500;
  text-align: center;
  min-width: 220px;
  min-height: 0;
  margin: 0;
  box-shadow: none;
  transition: 0.2s ease all;
}
html #topic a:hover {
  color: white;
  background-color: #333333;
}
html #topic a span.b_title {
  padding-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
}
html #topic a span.b_count {
  font-weight: inherit;
  font-size: inherit;
}
html #topic a span.b_count:before {
  content: "(";
}
html #topic a span.b_count:after {
  content: ")";
}

@media only screen and (max-width: 1000px) {
  html #topic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 790px) {
  html #topic {
    grid-template-columns: 1fr;
  }
}
html #collectionwidget {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
}
html #collectionwidget .metaCont {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  background: #333333;
  font-size: 1rem;
  font-weight: 700;
  opacity: 1;
  padding: 12px;
  box-sizing: border-box;
  transition: 1s ease all;
}
html #collectionwidget .metaCont .summary {
  font-weight: 300;
  font-size: 0.9rem;
  padding: 10px 0;
  width: 100% !important;
  opacity: 1 !important;
}
html #collectionwidget > div.bigger {
  width: unset;
  height: unset;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
html #collectionwidget img.h,
html #collectionwidget img.w {
  border-radius: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
html #collectionwidget a {
  width: 100%;
  height: 100%;
  display: unset;
}

@media only screen and (min-width: 1000px) {
  html #collectionwidget .bigger {
    max-height: 65vh;
  }
}
@media only screen and (max-width: 576px) {
  /* Single file please */
  html #collectionwidget {
    grid-template-columns: 1fr;
    grid-auto-rows: 90.2vw;
  }
}
html #header a,
html #header a:visited {
  color: inherit;
  text-decoration: none;
}

html .blockOcode a {
  color: inherit;
  text-decoration: none;
}

html .custom_footerBS a {
  color: white;
  white-space: nowrap;
  text-decoration: none;
}
html .custom_footerBS a:hover {
  text-decoration: underline;
}

html .custom_footerBS_Centered {
  background-color: #1D225A;
  padding-bottom: 20px;
}

.blockOcode h1,
.blockOcode h2 h3,
.blockOcode h4,
.blockOcode h5,
.blockOcode h6,
.blockOcode p,
.blockOcode div,
.blockOcode ul {
  font-family: "IBM Plex Sans", sans-serif;
}
.blockOcode h1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #e41e26;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 25px 0;
}
.blockOcode h2 {
  font-size: 2rem;
  color: #e41e26;
}
.blockOcode h3 {
  font-size: 20px;
  font-weight: 100;
}
.blockOcode h4 {
  font-weight: 600;
}
.blockOcode h5 {
  color: #e41e26;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin: 0;
}
.blockOcode p,
.blockOcode div {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.blockOcode ul,
.blockOcode ol {
  font-size: 1rem;
  font-weight: inherit;
  font-weight: 300;
  line-height: 1.5;
  margin-left: auto;
}
.blockOcode .fa {
  font-size: 20px;
}

.blockOcode > * {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

.contain {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.full-width {
  max-width: none;
  width: 100%;
}

body[data-recollect-page=-pages-terms] .main_content,
body[data-recollect-page=-pages-privacy] .main_content {
  max-width: 1200px;
  margin: auto;
}
body[data-recollect-page=-pages-terms] .blockOcode,
body[data-recollect-page=-pages-privacy] .blockOcode {
  padding: 50px 0;
}

html .blockOcode {
  padding-bottom: 100px;
}

html .my-btn {
  background-color: transparent;
  color: #e41e26;
  border: 2px solid #e41e26;
  transition: 0.2s ease all;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 64px 0 30px 0;
  padding: 12px 80px;
}
html .my-btn:hover {
  background-color: #e41e26;
  color: white;
}

.fa-angle-right {
  margin-left: 10px;
  font-weight: 600;
}

html #header {
  color: #333333;
  background-color: white;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  min-width: 0;
  font-family: "IBM Plex Sans", sans-serif;
  z-index: 99;
}

.client-block-left {
  width: 555px;
  height: 136px;
  top: 0;
  left: 70px;
}

.client-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  container-type: inline-size;
  container-name: client-block;
  padding: 0px 27px 0px 15px;
}

#g-recaptcha2:hover,
#g-recaptcha-login:hover {
  background: #1d225a;
}

#g-recaptcha2,
#g-recaptcha-login {
  background: #e41e26;
  border: none;
}

html .popped_content a.oauth-login-link {
  background: #e41e26;
  border: none;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
html .popped_content a.oauth-login-link:hover {
  background-color: #1D2254;
}

.popped_content .heading1 {
  font-size: 25px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #1D2254;
}

#client-logo {
  height: 136px;
  margin-right: 30px;
}

html .client-block-mid {
  flex-grow: 2;
}

#client-title {
  display: inline-block;
  padding: 0;
  font-weight: 500;
  font-size: 44px;
  text-transform: uppercase;
  color: #333333;
  font-family: "IBM Plex Sans", sans-serif;
  border-bottom: none !important;
}

html .client-block-right {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
}

#login_logout {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#login_logout a:hover {
  color: inherit;
}

#logout {
  position: relative;
  display: flex;
  align-items: center;
  border-left: solid 1px #333333;
  padding-left: 13px;
  margin-left: 13px;
}
#logout a {
  color: black;
}

#welcome {
  color: #333333;
  font-weight: 700;
}
#welcome a {
  margin-left: 2px;
}

#logout a::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
}

.login-icon {
  line-height: 1;
  margin-left: 7px;
  font-size: 25px;
}
.login-icon i {
  font-family: FontAwesome;
  font-weight: 400;
}

.link-block {
  padding: 22px 0 0 0;
  display: flex;
  gap: 24px;
}

.link-block a {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}

@container client-block (max-width: 700px) {
  body[data-recollect-page*=-nodes-view-] #welcome {
    display: none;
  }
  body[data-recollect-page*=-nodes-view-] #client-logo {
    height: 50px;
  }
}

span.metadata,
span.titlelabel,
span.metadata a {
  color: #1D225A;
}

span.metadata a:hover {
  color: #E41E26;
}

#taxnav {
  position: unset;
  width: 100%;
  height: auto;
  background: #e41e26;
  color: white;
  box-sizing: border-box;
  gap: 30px;
}

ul.navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  max-width: 82%;
  font-size: 1rem;
  font-weight: 300;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
ul.navbar li {
  position: relative;
  width: auto;
  padding: 10px 20px;
  text-align: left;
  list-style: none;
  white-space: nowrap;
  transition: 0.2s ease all;
}
ul.navbar li:hover {
  background-color: #1D2254;
}
ul.navbar li a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  display: block;
  width: 100%;
  color: white;
}
ul.navbar li ul {
  display: none;
  position: absolute;
  width: auto;
  min-width: 100%;
  padding: 0;
  z-index: 1000;
  left: 0;
  background-color: rgba(228, 30, 38, 0.9);
}
ul.navbar li ul li:hover {
  background-color: #1D2254;
  color: white;
}
ul.navbar li ul li.sub {
  display: flex;
  align-items: center;
}
ul.navbar li ul li.sub .fa-angle-right {
  line-height: 1;
  font-size: 18px;
  order: 2;
  margin-left: 30px;
}

.navbar li a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
}

.navbar li:hover > ul {
  display: block;
}

.navbar > li > ul {
  margin-top: 10px;
}

.navbar li ul li > ul {
  left: 100%;
  top: 0;
}

#rTaxCont h3 {
  cursor: pointer;
}

html body #rTaxNav {
  top: 108px;
  width: 100%;
}
html body #rTaxNav .navbar > li::after {
  border-right: none;
}
html body #rTaxNav ul.navbar > li > a {
  font-weight: bold;
  color: #474747;
}
html body #rTaxNav ul.navbar {
  display: flex;
  flex-direction: column;
}
html body #rTaxNav ul.navbar li:hover {
  background: transparent;
}
html body #rTaxNav ul.navbar li {
  padding: 4px;
  display: block;
}
html body #rTaxNav ul.navbar li ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  left: 0;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
  background-color: transparent;
}
html body #rTaxNav ul.navbar li .fa {
  display: none;
}
html body #rTaxNav ul.navbar li:hover > ul {
  background-color: transparent;
}
html body #rTaxNav ul.navbar li a:hover {
  color: #e41e26;
  background-color: transparent;
}

html .blockOcode #ftitle {
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.42);
  color: black;
}
html .blockOcode #ftitle:hover {
  background-color: white;
}

html #fprev,
html #fnext,
html #fprev a,
html #fnext a {
  font-size: 30px;
  font-weight: light;
  color: inherit;
}

#ftitle span {
  order: 2;
  font-size: 16px;
  font-weight: 400;
}

.search-section {
  background: transparent;
}

html #searchblock {
  background-color: #CDC6C0;
  max-width: 1200px;
}
html #searchblock .wg_submit_block_button {
  background-color: #e41e26;
}
html #searchblock .wg_submit_block_button:hover {
  background: #1D2254;
}
html #searchblock .wg_input_block {
  height: 40px;
  border: none;
}
html #searchblock .wg_input_block::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
}
html #searchblock .wg_input_block::placeholder {
  font-size: 14px;
  font-weight: 300;
}

#searchblockContainer {
  width: 100%;
  background-color: #CDC6C0;
  max-width: none !important;
  height: 127px;
  vertical-align: middle;
  margin-top: -6px;
  padding-top: 45px;
}

html #topic a {
  color: #FFFFFF;
  border-color: #1D2254;
  background-color: #1D2254;
}
html #topic a:hover {
  background-color: #e41e26;
  color: white;
  border-color: #e41e26;
}
html #topic a span.b_count {
  display: none;
}

html .blockOcode .browser-section {
  max-width: none;
  width: 100%;
}
html .blockOcode #browser {
  background-color: #e41e26;
}
html .blockOcode #browser a {
  background-color: #e41e26;
  color: white;
}
html .blockOcode #browser a:hover {
  background-color: #1D2254;
}

html #collectionwidget .metaCont {
  color: white;
  background: rgba(228, 30, 38, 0.9);
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}

html #collectionwidget .metaCont .summary {
  font-size: 0.9rem;
  width: 95% !important;
}

#collectionwidget .bigger:hover .metaCont {
  background-color: #1D2254;
}

a.sprite,
span.sprite,
.sprite a,
#showHideTags label span,
.toolbox_button,
#zoom_wrap,
.ui-slider-vertical .ui-slider-handle,
.img_tag span,
.img_tag a {
  background-image: url(/theme/barkercollege/css/images/sprite.png);
}

#tools .toolbox_button:hover,
#tools .toolbox_button:focus {
  line-height: 28px;
}

#client_menu a:hover,
#client_menu a.active {
  background-color: #363636;
}

#info_menu a:hover {
  color: #a49485;
}

div.sr2:hover {
  background-color: #efefef;
  border: 1px solid #e41e26;
}

div.sr2:hover a {
  color: #07272D;
}

.portlet-content a:hover {
  color: #5c5c5c;
}

#addTag,
#recAdd,
#mapAdd,
a.addtag2,
a.recadd2,
a.mapadd2,
a.mapadd3,
.editgeotag,
#cloneitembutton,
#addtaghelp,
.img_tag {
  background-color: #1D2254;
  color: #ffffff !important;
}

#addTag:hover,
#recAdd:hover,
#mapAdd:hover,
a.addtag2:hover,
a.recadd2:hover,
a.mapadd2:hover,
a.mapadd3:hover,
a.editageotag:hover,
#cloneitembutton:hover {
  background-color: #e41e26;
  color: #ffffff !important;
  opacity: 1;
}

.img_tag_edit {
  background-color: #52504F;
}

.img_tag a:hover {
  color: #a49485;
}

#grouphead,
#allbookmarks > div {
  border: 1px solid #000000;
}

html body #tools .ui-slider-handle:hover {
  border: none;
}

button.search-input__submit.btn-filled {
  background-color: #FECC2F;
  color: black !important;
  transition: 0.2s ease all;
}
button.search-input__submit.btn-filled:hover {
  background-color: #E4B622 !important;
}

#resetbtn {
  background-color: transparent;
  color: #e41e26;
  border: 1px solid #e41e26;
  transition: 0.2s ease all;
}
#resetbtn:hover {
  background-color: #e41e26;
  color: white;
}

a.sr2title {
  text-decoration: none;
}

html .btn-custom {
  background-color: transparent;
  color: #e41e26 !important;
  border-color: #e41e26 !important;
  border: 1px solid;
  transition: 0.3s all ease;
}
html .btn-custom:hover {
  color: white !important;
  background: #e41e26;
  border-color: #e41e26 !important;
}

.show-more,
.custom-cl-color,
.custom-cl-color a {
  color: #e41e26 !important;
}

.custom-cl-bg {
  color: white !important;
  background-color: #e41e26;
}

.custom-cl-active i {
  color: #e41e26 !important;
}

.switcher__label input:checked + .switcher__slider {
  background-color: #e41e26;
}

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:checked ~ .checkbox-input__checkmark::after {
  border: solid #e41e26;
}

.bold {
  background: #f7f7f7;
  opacity: 1;
  color: black;
}

.disabled {
  color: grey !important;
  background: #ffffff !important;
  border-color: grey !important;
}

html .criteria-selector {
  border: 1px solid #bdbdbd;
}

.btn-filled:hover,
.custom-cl-list li:hover {
  color: white;
  background-color: #e41e26;
  cursor: pointer;
}

.btn-hover:hover {
  color: #e41e26;
}

.view-block-buttons__list-block:hover i,
.view-block-buttons__grid-block:hover i {
  color: #07272D;
}

.page-block:hover i {
  color: #07272D;
}

.info-block:hover > i,
.info-block:hover > .info-block__title {
  color: #e41e26;
}

.custom-cl-color {
  border-color: #e41e26;
}

.custom-cl-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: 0;
  scrollbar-color: #e41e26 #e41e26;
}

.custom-cl-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e41e26;
}

.custom-cl-scroll::-webkit-scrollbar-track {
  background: #bdbdbd;
}

.custom-cl-scroll::-webkit-scrollbar {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: #52504F;
  -ms-filter: "alpha(opacity=10)";
  filter: alpha(opacity=10);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #52504F;
  -ms-filter: "alpha(opacity=85)";
  filter: alpha(opacity=85);
}

p.pagelinkslong span.current {
  background-color: #e41e26;
}

p.pagelinkslong a:hover {
  background-color: #a49485;
}

p.pagelinkslong a.prev:hover,
p.pagelinkslong a.next:hover {
  background-color: #a49485;
}

p.pagelinkslong a.nothanks:hover {
  background-color: transparent;
}

#thumbhover {
  border: 6px solid #151515;
}

#thumbhover img {
  border: 2px solid #e41e26;
}

#miniMe img.currentThumb {
  border: 2px solid #a49485;
}

#miniMe img.currenthumb:hover,
#miniMe img.herothumb:hover {
  border: 2px solid #a49485;
}

.ui-slider-vertical .ui-slider-handle {
  border: 0;
}

blockquote {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#sidebar .portlet-header {
  padding: 9px 20px;
  margin: 0;
  cursor: pointer;
  background: #f0f0f0;
}

#sidebar .portlet {
  border-top: none;
  margin-bottom: 0;
}

html .stuffThumbsLink p {
  margin-left: 5px;
}

html body .profilepics span.profilepictxt {
  width: 100%;
  max-width: 300px;
  height: auto;
}

html body .profilepics span.profilepictxt {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}

html body div#viewport.fullmonty {
  z-index: 4 !important;
}

html body[data-recollect-page=-pages-contact] .blockOcode .heading1,
html body[data-recollect-page=-messages-create] .blockOcode .heading1 {
  color: #e41e26;
  font-weight: 400;
  font-size: 36px;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block input[type=submit],
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block input[type=submit] {
  background-color: #e41e26;
  border: 1px solid #e41e26;
  color: white;
  transition: 0.2s ease all;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block input[type=submit]:hover,
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block input[type=submit]:hover {
  background-color: transparent;
  color: #e41e26;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets {
  margin-top: 46px;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets h3,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets h3 {
  color: #e41e26;
  margin: 0;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets h5,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets h5 {
  color: #e41e26;
  font-weight: 500;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets p,
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets a,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets p,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets a {
  font-weight: 300;
  color: inherit;
  text-decoration: none;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets a:hover,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets a:hover {
  text-decoration: underline;
}

html #footer {
  height: auto;
  padding: 20px;
  margin-top: 0;
  z-index: 4;
}

html .custom_footerBS {
  color: white;
  background: #1D2254;
  font-family: "";
  font-weight: 300;
  font-size: 15px;
  padding: 40px 20px;
  box-sizing: border-box;
  white-space: nowrap;
}
html .custom_footerBS h4 {
  color: white;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 8px;
}
html .custom_footerBS .all-cols {
  display: flex;
  justify-content: center;
}
html .custom_footerBS .f-logo {
  margin: auto;
}
html .custom_footerBS .f-logo img {
  width: 300px;
}
html .custom_footerBS .f-socials {
  margin: 10px 0 10px 0;
  font-size: 21px;
}
html .custom_footerBS .f-socials a:hover {
  text-decoration: none;
}
html .custom_footerBS .f-socials .fa-inverse {
  color: #333333;
  font-size: 17px;
  font-family: "FontAwesome" !important;
  font-weight: 400;
}
html .custom_footerBS .f-socials .fa-circle {
  transition: 0.2s ease all;
}
html .custom_footerBS .f-socials .fa-inverse:hover {
  color: #333333;
}

/* BS container is aligned with Search bar */
.custom_footerBS {
  padding: 15px !important;
  box-sizing: border-box;
  margin: 0;
}

.container {
  width: 100%;
  box-sizing: border-box;
  padding: 15px !important;
  margin: auto;
  color: white;
  font-size: 20px;
  font-family: "IBM Plex Sans", sans-serif;
}

.container a:visited,
.container a,
.container a:hover {
  color: white !important;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-basis: auto;
  max-width: 1200px;
  width: 1200px;
  margin: 60px auto 50px;
}

.barkerFooterCol1,
.barkerFooterCol2,
.barkerFooterCol3 {
  /* flex:1; */
}

.barkerFooterCol2 {
  padding-left: 117px;
  line-height: 20px;
}

.barkerFooterCol3 {
  padding-left: 117px;
}

.footer-logo {
  width: 315px;
  height: auto;
}

.footerParagraph {
  width: 1200px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  color: #CDC6C0;
}

.footerCaps {
  color: #CCE9FF;
  font-weight: 700;
  margin-bottom: 30px;
}

.barkerFooterCol3 .footerCaps {
  margin-bottom: 17px;
}

.barkerFooterCol3 a {
  line-height: 35px;
}

@media only screen and (max-width: 1500px) {
  .custom_footerBS_Centered .flex-container {
    width: 100vw;
    margin: auto;
  }
  .custom_footerBS_Centered .footerParagraph {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1350px) {
  html .client-block-right {
    font-size: 12px;
  }
  html #client-title {
    font-size: 35px;
  }
  .client-logo {
    max-height: 60px;
  }
  .custom_footerBS_Centered .flex-container {
    width: 100vw;
    margin: auto;
  }
  .custom_footerBS_Centered .footerParagraph {
    width: 95vw;
    margin-left: 0;
  }
  #collectionwidget .bigger {
    margin: auto;
  }
  .container {
    padding: 15px 0 !important;
    text-align: center;
  }
  #homepageText {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1150px) {
  .client-block {
    padding: 18px;
    margin-right: 0 !important;
  }
  #client-logo {
    height: 100px !important;
  }
}
@media only screen and (max-width: 992px) {
  #logout,
  #welcome {
    padding-left: 12px;
    margin-left: 12px;
  }
  .xtra-link {
    white-space: nowrap;
  }
  .flex-container {
    display: block !important;
  }
  .barkerFooterCol1,
  .barkerFooterCol2,
  .barkerFooterCol3 {
    width: 100vw;
    padding-left: 0 !important;
    padding-bottom: 20px;
  }
  .footerCaps {
    margin-bottom: 0 !important;
  }
  #collectionwidget .metaCont,
  #collectionwidget .summary {
    width: 94%;
  }
  #client-logo {
    height: 80px !important;
  }
  .client-block-left {
    height: 86px;
    width: 377px;
  }
  .client-block-right {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 790px) {
  #rTaxCont {
    width: 98vw !important;
  }
  #rTaxCont,
  #rTaxNav {
    padding-left: 15px;
  }
  html #rMenuCont {
    justify-content: flex-start;
    width: 100vw !important;
    color: #e41e26;
    padding: 15px;
  }
  html #rMenuCont .fa {
    color: inherit;
    font-size: 40px;
    cursor: pointer;
  }
  html #rMenuCont #client-title {
    font-size: 26px;
    line-height: 1.2;
  }
  html #rMenuCont a {
    text-decoration: none;
  }
  #rMenuCent {
    text-align: left;
    height: auto !important;
    max-height: 40px;
    display: inline-block !important;
  }
  #rMenuSearch {
    display: inline-block !important;
    float: right !important;
    margin-right: 25px !important;
  }
  #client-logo {
    width: 206px;
    height: auto !important;
  }
  #rMenuCent #client_logo_responsive {
    height: auto;
  }
  .custom_footerBS_Centered,
  .footerParagraph {
    width: 100% !important;
  }
  .custom_footerBS_Centered .flex-container {
    margin-left: 0 !important;
    display: block !important;
    width: 100% !important;
    margin-top: 0px !important;
  }
  .custom_footerBS_Centered .container {
    padding-top: 0 !important;
  }
  .barkerFooterCol1,
  .barkerFooterCol2,
  .barkerFooterCol3 {
    width: 100%;
    padding: 0 0 35px 0 !important;
  }
  .custom_footerBS_Centered .footerCaps {
    margin-bottom: 15px;
  }
  .footer-logo {
    width: 195px !important;
  }
  #searchblockContainer {
    height: auto;
    padding: 10px 0;
  }
  #searchblock {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  html body .rsubmenuArrow {
    top: 91px !important;
  }
  html body .rsubmenuArrow.arrowup {
    top: 80px !important;
  }
  #rTaxNav {
    top: 109px !important;
  }
  html body .rsubmenuArrow.arrowup {
    top: 80px;
  }
  html body[data-recollect-page=-pages-contact] .blockOcode_block div.submit,
  html body[data-recollect-page=-messages-create] .blockOcode_block div.submit {
    text-align: left;
  }
  html body[data-recollect-page="-"] .blockOcode,
  html body[data-recollect-page="-"] .blockOcode * {
    width: 100vw;
  }
  .the-body {
    margin: 0;
  }
  #collectionwidget .metaCont {
    width: 100%;
  }
  #collectionwidget .summary {
    width: 90% !important;
  }
}
@media only screen and (max-width: 576px) {
  #rTaxCont {
    width: 97vw !important;
  }
  .srcfl {
    flex-wrap: wrap;
  }
  .srcfl .searchbutton {
    width: 100%;
  }
  .srcfl .searchfield,
  .srcfl .searchbutton {
    padding: 7px;
  }
  html #rMenuCont #rMenuBurg,
  html #rMenuCont #rMenuSearch {
    width: auto;
  }
}
html {
  box-sizing: content-box;
}

html,
#wrap,
body {
  min-width: 0px;
  max-width: 100%;
}

#wrap {
  min-height: 0;
}

html #main {
  overflow-x: initial;
  overflow-y: initial;
  padding-bottom: 0;
}

.blockOcode {
  box-sizing: border-box;
  padding: 0;
}

body[data-recollect-page=-pages-contact] .the-header.sprite,
html body[data-recollect-page=-messages-create] .the-header.sprite,
html body[data-recollect-page=-users-login] .the-header.sprite {
  display: none;
}

.the-header.sprite.stick {
  width: 94.5%;
}

html #logout a {
  width: auto;
  padding-right: 0;
}

html form#MessageCreateFormg {
  margin-top: 0;
}

.notloggedin #welcome a:hover {
  cursor: default;
}

.date-block input::before {
  padding: 5px;
  height: 27px;
  width: 27px;
}

html #viewport.justMetadata div.portlet-header {
  color: #333333;
}

#statstable #menubuttons a[rep=monthlyViews],
#statstable #menubuttons a[rep=dailyViews],
#statstable #menubuttons a[rep=monthlySessions],
#statstable #menubuttons a[rep=dailySessions],
#statstable #menubuttons a[rep=userHits],
#statstable #menubuttons a[rep=topURL] {
  display: none;
}

html::-moz-placeholder {
  color: #888888;
}

html::placeholder {
  color: #888888;
}

html body #header h1#client-title {
  border-bottom: none;
  color: white !important;
}

html body[data-recollect-page=-users] .heading1 img,
html body[data-recollect-page=-users-login] .heading1 img,
.leftfloating .heading1 img {
  display: none;
}

.fa-thin.fa-user {
  font-family: FontAwesome;
  content: "\f2c0";
  font-size: 20px !important;
}

body[data-recollect-page="-"] div.main_content {
  padding: 0;
}

#ftitle {
  display: none !important;
}

html #showcase {
  display: grid;
  grid-template-columns: repeat(auto-fill, 110px);
  grid-auto-rows: 110px;
  box-sizing: border-box;
  text-align: left;
  height: 359px;
  gap: 10px;
  justify-content: center;
  text-align: left;
  background-color: transparent;
}

html #showcase img {
  border-radius: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.homepageHeadings {
  font-size: 50px !important;
  color: #1D225A;
  letter-spacing: 0px;
  font-weight: normal !important;
  margin: 50px auto;
  text-align: center;
}

.wg_submit_block_button {
  background-color: #FECC2F !important;
  height: 40px !important;
  color: #1D225A !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0px 83px !important;
}

html #searchblock .wg_submit_block_button:hover {
  background: #E4B622 !important;
}

#homepageText {
  margin-top: 50px;
  width: 95vw;
}

#cloneitembutton {
  border: none;
}

.main_content .popped_content span.heading1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 25px;
  color: #1D225A;
}

#UserLoginForm,
#UserLoginForm a {
  color: #1D225A;
}

.main_content .popped_content p.smallerer,
.main_content .popped_content p.smallerer a {
  color: #1D225A;
}

#g-recaptcha-login:hover {
  background-color: #1D225A !important;
}

.btn-def.btn-small.btn-custom {
  background-color: #e41e26;
  color: white !important;
  border: none;
}

.btn-def.btn-small.btn-custom:hover {
  background-color: #1D2254;
  border: none;
}/*# sourceMappingURL=barkercollege.css.map */