/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

html { height: 100%; min-height: 100%; position: relative; }
body { font-family: "Open Sans"; min-height: 100%; position: relative; z-index: 0; background-color: #fff; }
.content { background-color: #fff; }
.footer .content { background-color: inherit!important; }

a { color: #244a7a; }
a:hover, a:focus, a:active { color: #244b7b; }

.caret { border: 0 none; text-align: center; width: 16px; height: 16px; }
.caret::before { content: "\f078"; font-family: "Font Awesome 5 Free"; font-weight: 900; }

#header-wrapper { position: relative; z-index: 1; box-shadow: 0 1px 0 rgba(0,0,0,.07); }

#topline { background-color: #fff; }

.region-topline .block .content { color: #ddd; text-transform: uppercase; font-size: 12px; line-height: 18px; }
.region-topline .block .content a { color: #eee; }

h1.page-header { border: 0 none; }

.region-banner .block {  }
.region-promo .block { margin-bottom: 30px; }

nav.tabs { margin: 0 0 30px 0; }

.main-container { margin-top: 30px; }

.poll .radio input[type="radio"] {
  margin: 0px;
}
.poll-view .field {
  margin-top: 10px;
}
.poll-view div.field--name-field-description {
  display: none;
}

.poll-view  form.showfield + div.field--name-field-description {
  display: block;
}


@media (min-width: 480px) {

  .footer-blocks .block { float: left; }
  #block-footeraddress .content { padding-bottom: 0; }

}
@media (min-width: 768px) {
  body { margin-top: 0; }


  #block-delta-footer { float: right; }
  footer.footer #bottomline section.block { float: left; }
  footer.footer .logo { float: left; border-right: 1px solid rgba(255,255,255,.5); padding: 30px 15px 30px 0; }

  .footer-blocks { float: left; padding: 15px 25px 0; }

  ul.menu--footer { margin-left: 30px; }

}
@media (min-width: 992px) {

  .region-promo { margin: 0 -15px; }
  .region-promo .block { float: left; width: 100%; padding: 0 15px 30px; margin-bottom: 0; }
  .region-promo.blocknum-2 .block { width: 50%; }
  .region-promo.blocknum-3 .block { width: 33.33333%; }
  .region-promo.blocknum-4 .block { width: 25%; }
  .region-promo .block h2.block-title { font-size: 22px; line-height: 28px; margin: 0; }

  footer.footer #bottomline { font-size: 12px; }
  footer.footer .logo { padding-right: 45px; }

  .footer-blocks { padding: 15px 0 0 45px; }
  .footer-blocks .block { margin-right: 30px; }

}

/* ======== P a g e   t i t l e ======= */

.region-title { background-color: #244B7B; }

.page-title-container { color: #eee; position: relative; overflow: hidden; margin-bottom: 30px; }
.page-title-container a { color: #fff; font-weight: 600; }
.page-title-container h1 { margin: 0; padding: 15px 0; font-weight: 400; font-size: 24px; line-height: 30px; color: #eee; text-transform: uppercase; }
.page-title-container .knowledge-area { margin: 10px 0; text-transform: uppercase; font-size: 14px; font-weight: 400; line-height: 20px; }
.page-title-container .bookmark-link { margin: 10px 0; font-size: 14px; line-height: 20px; }

@media (min-width: 768px) {

  .page-title-container .inner-wrapper { position: relative; }
  .page-title-container .inner-wrapper::before { content: ""; display: inline-block; width: 0; height: 90px; vertical-align: middle; }
  .page-title-container h1 { font-size: 28px; line-height: 36px; max-height: 72px; display: inline-block; vertical-align: middle; width: calc(100% - 4px); overflow: hidden; margin-left: -4px; }
  .page-title-container .knowledge-area { position: absolute; top: 6px; left: 0; }
  .page-title-container .bookmark-link { position: absolute; bottom: 6px; left: 0; }
}

@media (min-width: 1200px) {
  .page-title-container h1 { font-size: 32px; line-height: 36px; }
}

/* ======== N o d e   p a g e =========*/

.path-node .full .field--name-body { margin: 15px 0 30px; font-size: 16px; }

/* ======== W e b c a s t   p a g e ========= */

.webcast-container { position: relative; }
.webcast-container a.download-webcast-file {
  display: block; color: transparent;
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}


/* ======== V i e w s ========= */

.front-page-promo .item > a { display: block; position: relative; padding-bottom: 60%; margin-bottom: 15px; }
.front-page-promo .item > a .thumb {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: ease-out .2s;
  background-position: center center; background-size: cover;
}
.front-page-promo .item > a:hover .thumb { opacity: .9; }
.front-page-promo .item > a .info {
  position: absolute; top: 0; right: 0; left: 0;
  background-color: rgb(192,25,51); color: #fff;
  height: 50px; padding: 0 30px 0 10px;
}
.front-page-promo .item > a .info h3 { display: inline-block; margin: 0; text-transform: uppercase; font-size: 15px; font-weight: 400; vertical-align: middle; }
.front-page-promo .item > a .info::before { content: ""; display: inline-block; vertical-align: middle; height: 50px; width: 0; }
.front-page-promo .item > a .info::after {
  content: "\f072"; font-family: "Font Awesome 5 Free"; font-weight: 900;
  display: block; position: absolute; top: 0; right: 0; height: 50px; width: 30px;
  text-align: center; line-height: 50px;
}

@media (min-width: 768px) {
  .front-page-promo { margin-left: -15px; }
  .front-page-promo .item { width: 50%; float: left; padding: 0 0 0 15px; }
  .front-page-promo .item:first-of-type { width: 100%; }
}

@media (min-width: 992px) {
  .front-page-promo .item { width: 33.33333%; }
  .front-page-promo .item:nth-of-type(1) { width: 50%; }
  .front-page-promo .item:nth-of-type(2) { width: 50%; }
}

.view-solr-search-content { position: relative; }
.view-solr-search-content > .contextual { top: -15px; right: -15px; }
.view-solr-search-content .view-header { position: absolute; top: -25px; right: 0; left: 0; font-size: 12px; text-align: right; }
.view-solr-search-content .view-content { margin-left: -25px; }
.view-solr-search-content .view-content::before, .view-solr-search-content .view-content::after { display: table; content: ""; }
.view-solr-search-content .view-content::after { clear: both; }
.view-solr-search-content .views-row { padding: 0 0 25px 25px; }
.view-solr-search-content .views-row .tile { }
.view-solr-search-content .views-row .tile a.content-link {
  display: block; background-color: #fff; box-shadow: 2px 3px 5px rgba(0,0,0,0.2); border-radius: 6px;
  transition: ease-out 0.2s; height: 260px;
}
.view-solr-search-content .views-row .tile a.content-link:hover { text-decoration: none; background-color: #f8f8f8; }
.view-solr-search-content .views-row .tile .icon { width: 64px; height: 64px; border-radius: 50%; background: #c01933; margin: 28px auto; }
.view-solr-search-content .views-row .tile .icon::before {
  display: block; color: #fff; font-family: "Font Awesome 5 Free"; font-weight: 900;
  width: 100%; line-height: 64px; text-align: center; font-size: 32px;
}
.view-solr-search-content .views-row .tile .thumb-wrapper { background-color: #e8e8e8; padding: 5px; box-shadow: inset 1px 1px 1px rgba(0,0,0,.1); border-radius: 6px 6px 0 0; }
.view-solr-search-content .views-row .tile .thumb {
  width: 100%; height: 120px; margin: 0 auto;
  background-position: center center; background-repeat: no-repeat; background-size: contain;
}

.view-solr-search-content .views-row .tile .course-progress { height: 32px; }
.view-solr-search-content .views-row .tile .course-progress .progress { height: 8px; margin: 5px 0; }
.view-solr-search-content .views-row .tile .course-progress .progress.percentage-100 .progress-bar { background-color: #73b672; }
.view-solr-search-content .views-row .tile .course-progress .summary { font-size: 12px; color: #444; }


.view-solr-search-content .views-row .tile.moodle-course .icon::before { content: "\f518"; }
.view-solr-search-content .views-row .tile.resource .icon::before { content: "\f15b"; }
.view-solr-search-content .views-row .tile.resource-video .icon::before { content: "\f03d"; }

.view-solr-search-content .views-row .tile .content-wrapper { padding: 15px; }
.view-solr-search-content .views-row .tile .info { height: 95px; overflow: hidden; }
.view-solr-search-content .views-row .tile .has-progress .info { height: 63px; }
.view-solr-search-content .views-row .tile .fleet-types { color: #c01933; font-size: 16px; line-height: 18px; margin-bottom: 15px; }
.view-solr-search-content .views-row .tile h3 { margin: 0; font-size: 14px; color: #333333; line-height: 18px; font-weight: 600; }

.view-solr-search-content .pager { margin-top: 0; }

@media (min-width: 576px) {
  .view-solr-search-content .views-row { float: left; width: 50%; }
}

@media (min-width: 992px) {
  .view-solr-search-content .views-row { width: 33.33333%; }
}

@media (min-width: 1500px) {
  .is-fluid .view-solr-search-content .views-row { width: 25%; }
}

@media (min-width: 1800px) {
  .is-fluid .view-solr-search-content .views-row { width: 20%; }
}


/* ======== S l i d e s h o w ============ */

.region-banner { background-color: #E0E0E0; margin-bottom: 30px; }

.slideshow-block { margin-left: -15px; margin-right: -15px; }

.slick-arrow::before {
  color: rgba(255,255,255,.5); background: #c01933; display: block; text-align: center; border-radius: 50%; margin: 0 auto;
  width: 32px; height: 32px; line-height: 32px; font-size: 14px;
  font-family: "Font Awesome 5 Free"; content: "\f053"; font-weight: 900; opacity: 0.5; transition: opacity ease-out .2s;
}
.slick-arrow:hover::before { color: rgba(255,255,255,.75); }

.slick-prev::before { content: "\f053"; }
.slick-next::before { content: "\f054"; }

.slick-dots li button::before, .slick-dots li.slick-active button::before { color: #c01933; }

.slick-slide .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.slick-slide .bg .gr-overlay { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.slick-slide .content-wrapper {
  position: relative;
  padding: 15px;
}
.slick-slide .inner-wrapper {
  padding: 15px;
  margin-top: 75%;
  background: rgba(255,255,255,.8);
}
.slick-slide h3 { margin: 0; font-weight: 600; font-size: 20px; line-height: 24px; clear: both; }
.slick-slide .summary { font-size: 14px; font-weight: 400; line-height: 19px; padding: 10px 0 0; }
.slick-slide .readmore { margin: 15px 0 0; }

@media (min-width: 480px) {
  .slick-slide .content-wrapper { padding: 20px; }
  .slick-slide .inner-wrapper { padding: 20px; margin-top: 66%; }
}

@media (min-width: 768px) {
  .slideshow-block { margin-left: 0; margin-right: 0; }

  .slick-slide .content-wrapper { position: absolute; top: 20px; bottom: 20px; padding: 0; width: 250px; overflow: hidden; }
  .slick-slide .content-wrapper::before { display: inline-block; content: ""; width: 0; height: 100%; vertical-align: middle; }
  .slick-slide .lft .content-wrapper { left: 45px;  }
  .slick-slide .rgt .content-wrapper { right: 45px;  }
  .slick-slide .inner-wrapper { margin-top: 0; display: inline-block; vertical-align: middle; width: 100%; min-height: 150px; }

  .slick-arrow { width: 64px; height: 64px; }
  .slick-arrow::before {
    width: 48px; height: 48px; line-height: 48px; font-size: 20px;
  }

  .slick-slide, .slick-slide .bg { min-height: 0; height: 360px; }
  .slick-dotted.slick-slider { margin-bottom: 0; }
}

@media (min-width: 992px) {
  .slick-slide, .slick-slide .bg { height: 400px; }
  .slick-slide .content-wrapper { width: 300px; }
}

@media (min-width: 1200px) {
  .slick-slide, .slick-slide .bg { height: 450px; }
  .slick-slide .content-wrapper { width: 360px; }
}


/* ======== R e c e n t l y   a c c e s s e d   b l o c k ========= */

.block .recently-read .item-list { background: #eee; border: 1px solid #ccc; padding: 5px; border-radius: 5px; }
.block .recently-read .item-list > ul { list-style: none; margin: 0; padding: 0; }
.block .recently-read .item-list > ul .item:nth-of-type(2n) { background: #fff; }
.block .recently-read .item-list > ul .item:last-of-type { border-bottom: 0 none; }

.block .recently-read .item-list a { display: block; font-size: 16px; line-height: 1.333333; font-weight: 600; margin: 0; padding: 15px 0 15px 60px; position: relative; }
.block .recently-read .item-list .type a::before {
  display: block; position: absolute; top: 50%; left: 15px; font-family: "Font Awesome 5 Free"; font-weight: 400;
  font-size: 24px; line-height: 24px; text-align: center; width: 32px; height: 24px; margin-top: -12px; content: "\f15b";
}

.block .recently-read .item-list .type-article a::before { content: "\f1ea"; font-weight: 900; }
.block .recently-read .item-list .type-page a::before { content: "\f05a"; font-weight: 900; }

  /* ======== B o o k m a r k s   b l o c k ========= */

.block .my-bookmarks .item-list { background: #eee; border: 1px solid #ccc; padding: 5px; border-radius: 5px; }
.block .my-bookmarks .item-list > ul { list-style: none; margin: 0; padding: 0; }
.block .my-bookmarks .item-list > ul .item { border-bottom: 1px solid #ccc; }
.block .my-bookmarks .item-list > ul .item:last-of-type { border-bottom: 0 none; }
.block .my-bookmarks .item-list .flag-bookmark { float: right; width: 24px; height: 24px; overflow: hidden; margin: 12px 0 0 10px; }

.block .my-bookmarks .item-list .flag-bookmark > a { display: block; height: 24px; overflow: hidden; }
.block .my-bookmarks .item-list .flag-bookmark > a::before {
  display: block; content: "\f2ed"; font-family: "Font Awesome 5 Free" ; font-weight: 900;
  font-size: 15px; line-height: 24px; width: 24px; height: 24px; text-align: center;
}
.block .my-bookmarks .item-list .flag-bookmark.action-flag > a::before { content: "\f005"; }
.block .my-bookmarks .item-list .flag-bookmark.action-unflag > a::before { content: "\f2ed"; }
.block .my-bookmarks .item-list .flag-bookmark.flag-waiting > a { display: none; }


.block .my-bookmarks .item-list h3 { font-size: 16px; line-height: 1.333333; font-weight: 600; margin: 0; padding: 15px 0; }


/* ======== S e a r c h ========= */

/* Standard search form */
.search-block-form .contextual { display: none; }
.search-block-form .form-type-search { margin-bottom: 0; }
.search-block-form .input-group { width: 100%; }
.search-block-form .input-group input.form-control { font-size: 14px; line-height: 20px; height: 40px; border-radius: 20px; padding: 10px 45px 10px 15px; }
.search-block-form .input-group .input-group-btn { position: absolute; top: 0; right: 0; width: auto; z-index: 5; }
.search-block-form .input-group .input-group-btn button { font-size: 16px; line-height: 16px; padding: 7px 10px; margin: 3px; border-radius: 18px; width: 36px; }

/* Solr search form */
.search-block-form .search-widget { position: relative; background-color: #F0F0F0; }
.search-block-form .search-widget .form-group { margin-bottom: 0; }
.search-block-form .search-widget label { display: none; }
.search-block-form .search-widget input.form-control { font-size: 14px; line-height: 20px; height: 40px; border-radius: 20px; padding: 10px 45px 10px 15px; }
.search-block-form .search-widget #edit-submit-solr-search-content, #edit-submit-solr-search-content--2 {
  position: absolute; top: 0; right: 0; z-index: 5;
  font-size: 16px; line-height: 16px; padding: 7px 10px; margin: 3px; border-radius: 18px; width: 36px;
}
.search-block-form .search-widget #edit-reset, .search-block-form .search-widget #edit-reset--2 {
  position: absolute; top: 42px; right: 0; font-size: 12px; padding: 2px 8px; margin-right: 0;
  background-color: #d8d8d8; border: 0 none; color: #666;
}
.search-block-form .search-widget #edit-reset:hover, .search-block-form .search-widget #edit-reset--2:hover { background-color: #ccc; }

/* ======== L o g i n ========= */

#user-login-form { background-color: rgba(255,255,255,.9); padding: 15px; border-radius: 5px; box-shadow: 2px 3px 5px rgba(0,0,0,.5); }
#user-login-form .register-link { font-weight: 600; text-align: center; }
#user-login-form .register-link a { display: block; }
#user-login-form .side { float: right; }
@media (min-width: 480px) {
  #user-login-form { width: 360px; position: absolute; top: 0; left: 50%; margin-left: -180px; }
}
@media (min-width: 768px) {
  #user-login-form { top: 50px; }
}

/* ========= R e n d e r e d   f i e l d s ============ */

.field--label-inline .field--label { display: inline-block; min-width: 130px; }
.field--label-inline .field--items { display: inline-block; float: none; }

.resource-video .field--name-field-resource video { width: 100%; height: auto; }

/* ========= I n p u t   f i e l d s =========== */

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  line-height: 1.4;
}


/*
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
  line-height: 1.3333333;
}

.select-wrapper select { line-height: 1.2; }

select[multiple].input-lg { height: 225px; }
select[multiple].input-lg option { padding: 10px 5px 5px; }
*/

/* ========= C h e c k b o x e s =========== */

input[type="checkbox"] { position: absolute; opacity: 0; z-index: 10; }
input[type="checkbox"] + label { position: relative; cursor: pointer; padding: 0 0 0 30px; font-weight: 400; }
input[type="checkbox"] + label::before {
  content: ''; display: block; position: absolute; left: 0; top: 0; z-index: 9;
  width: 20px; height: 20px; border: 2px solid #999; background: white; border-radius: 2px;
}
input[type="checkbox"]:hover + label::before,
input[type="checkbox"]:focus + label::before { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
input[type="checkbox"]:disabled + label { color: #b8b8b8; cursor: auto; }
input[type="checkbox"]:disabled + label::before { box-shadow: none; background: #ddd; }

input[type="checkbox"]:checked + label::before { border-color: #c01933; }
input[type="checkbox"]:checked + label:after {
  content: ''; position: absolute; z-index: 10;
  left: 8px; top: 0; width: 9px; height: 14px;
  border-width: 3px; border-style: none solid solid none; border-color: #c01933;
  transform: rotate(45deg); box-shadow: 3px -3px 0 #fff;
}

/* ========= S i d e b a r   c o n t e n t ========= */

aside [class*="region-sidebar"] .block { background: #fff; border-radius: 6px; margin-bottom: 30px; }
aside [class*="region-sidebar"] h2.block-title {
  background-color: #244b7b; color: #fff; font-size: 14px; font-weight: 400; margin: 0;
  padding: 15px; border-radius: 6px 6px 0 0;
}
aside [class*="region-sidebar"] .block .content { padding: 15px; font-size: 14px; }


ul.js-facets-widget { list-style: none; margin: 0; padding: 0; }
ul.js-facets-widget li.facet-item { padding: 3px 0; }
ul.js-facets-widget input[type="checkbox"] + label { font-size: 14px; padding: 2px 0 0 30px; width: 100%; }
ul.js-facets-widget input[type="checkbox"] + label .facet-item__count { font-size: 12px; display: block; float: right; }

/* ========= F o o t e r ========= */

.footer-blocks { padding: 0 15px; width: 100%; }

footer.footer {
  margin-top: 0; padding: 0; border: 0 none; background-color: #10172E; color: #ddd;
  position: absolute; left: 0; right: 0; bottom: 0;
}
footer.footer a { color: #eee; }
footer.footer .upper-footer-wrapper { padding: 35px 0 36px; }
footer.footer #bottomline { background-color: #C01933; padding: 15px 0; }
footer.login-footer #bottomline { background-color: #10172E; }
footer.footer #bottomline a { text-decoration: underline; }
footer.footer .logo img { width: 300px; max-width: 100%; padding: 0 15px; filter: grayscale(1) brightness(5); opacity: .9; }

@media (max-width: 767px) {
  footer.footer #bottomline { text-align: center; }
  footer.footer #block-copyright { padding: 15px 0; }
}

ul.menu--footer { list-style: none; margin: 0; padding: 0; }
ul.menu--footer > li { display: inline-block; padding: 0 15px; }
ul.menu--footer > li:first-of-type { padding-left: 0; }
ul.menu--footer > li:last-of-type { padding-right: 0; }

.region-footer .menu-block { margin-bottom: 30px; }
.region-footer .menu-block > h2 { margin: 0; padding: 5px 0; font-size: 14px; line-height: 20px; font-weight: 600; text-transform: uppercase; }
.region-footer .menu-block ul.menu { margin: 0; padding: 0; list-style: none; font-size: 13px; }
.region-footer .menu-block ul.menu > li { margin: 0; padding: 5px 0; }

#block-footeraddress .content { font-size: 18px; line-height: 28px; padding: 0 45px 15px 0; }

#block-social > h2 { font-weight: 300; font-size: 20px; line-height: 24px; text-transform: none; }
#block-social ul.menu li { display: block; float: left; margin-right: 15px; }
#block-social ul.menu li a {
  width: 24px; height: 24px; display: block; position: relative; overflow: hidden;
  font-size: 1px; color: transparent; opacity: 0.85; transition: ease-out 0.2s;
}
#block-social ul.menu li a:hover { opacity: 1; }
#block-social ul.menu li a::before {
  content: "\f425"; display: block; font-size: 22px; line-height: 24px; color: #fff;
  font-family: "Font Awesome 5 Brands"; font-weight: 400; text-align: center;
}
#block-social ul.menu li a.fb::before { content: "\f39e"; }
#block-social ul.menu li a.fb:hover::before { color: #4267b2; }
#block-social ul.menu li a.in::before { content: "\f08c"; }
#block-social ul.menu li a.in:hover::before { color: #2877b5; }
#block-social ul.menu li a.tw::before { content: "\f099"; }
#block-social ul.menu li a.tw:hover::before { color: #3aa1f2; }

@media (min-width: 480px) {
  .region-footer .menu-block { float: left; width: 50%; max-width: 280px; }
}
@media (min-width: 768px) {
  .region-footer .menu-block { float: left; width: 300px; max-width: none; }
  .region-footer #block-social { float: right; width: auto; }
}


/* ======== F o r m s ========= */

form .panel { border: 0 none; margin-bottom: 30px; }
form .panel > .panel-heading { background-color: transparent; box-shadow: inset 0 -1px 0 #2C3941; }
form .panel > .panel-body::before, form .panel > .panel-body::after { display: table; content: ""; }
form .panel > .panel-body::after { clear: both; }

form a.panel-title[data-toggle="collapse"] { position: relative; padding-left: 45px; font-size: 20px; }
form a.panel-title[data-toggle="collapse"]::before {
  content: "\f056"; font-family: "Font Awesome 5 Free"; display: block; font-weight: 900;
  position: absolute; top: 0; left: 0; font-size: 30px; color: #9EACAA;
}
form a.panel-title.collapsed[data-toggle="collapse"]::before { content: "\f055"; }

.form-group::before, .form-group::after { display: table; content: ""; }
.form-group::after { clear: both; }

#user-login-form .login-help { padding-bottom: 15px; }


#user-register-form { max-width: 360px; margin: 0 auto; }
#user-register-form .form-columns::before, #user-register-form .form-columns::after { display: table; content: ""; }
#user-register-form .form-columns::after { clear: both; }
#user-register-form .form-columns { margin-bottom: 30px; }
#user-register-form .form-columns .form-group { margin-bottom: 15px; }
#user-register-form .form-columns .form-group > .form-group { margin-bottom: 0; }
#user-register-form .form-actions { text-align: center; }
#user-register-form .info { margin-bottom: 15px; position: relative; font-size: inherit; color: inherit; }


@media (min-width: 768px) {
  #user-register-form { max-width: 720px; }
  #user-register-form .form-column { width: 50%; float: left; padding: 0 35px; }
}
@media (min-width: 992px) {
  #user-register-form { max-width: 840px; }
}
@media (min-width: 1200px) {
  #user-register-form { max-width: 960px; }
}
/*
#user-register-form .info,
#aoe-container--description {
  padding-left: 30px; margin-bottom: 15px; position: relative; font-size: inherit; color: inherit;
}
#user-register-form .info::before,
#aoe-container--description::before {
  position: absolute; top: -6px; left: 0; color: #244B7B; font-size: 20px;
  content: "\f05a"; font-family: "Font Awesome 5 Free"; display: block; font-weight: 900;
}

@media (min-width: 768px) {
  #user-register-form .panel > .panel-body > .form-wrapper,
  #user-register-form .panel > .panel-body > .form-item,
  #user-register-form .panel > .panel-body > #edit-account > .form-item,
  #user-register-form .panel > .panel-body > #subcats,
  #user-register-form .panel > .panel-body > #edit-account #edit-pass > .form-item { float: left; width: 50%; padding-right: 45px; }

  #user-register-form .panel > .panel-body > #edit-account > .form-item-mail { clear: both; }

  #user-register-form .panel > .panel-body > #edit-account { float: none; width: 100%; padding-right: 0; }
  #user-register-form .panel > .panel-body > #edit-account #edit-pass { float: left; width: 100%; padding-right: 0; }
  #user-register-form #edit-group-name > .panel-body > .form-wrapper { width: 33.33333%; }

  #user-form .panel > .panel-body > #edit-account > .form-item { width: 50%; padding-right: 45px; }
}

 */

/* =========== P a g e r ========== */

.pager li a { text-transform: uppercase; font-size: 12px; font-weight: 600; }

/* =========== C o l o r b o x ========== */

#cboxClose.cbox-close-plain {
  font-size: 21px; font-weight: 600; top: 15px; right: 12px;
}

/* =========== C o o k i e   p o p u p ============= */

#sliding-popup > div { padding-top: 15px; }

#sliding-popup .eu-cookie-compliance-message p { font-weight: 600; }
#sliding-popup .eu-cookie-compliance-message a { color: #244B7B; }
#sliding-popup .eu-cookie-compliance-more-button { display: none; }

#popup-buttons button { transition: ease-out 0.25s; }

.eu-cookie-compliance-secondary-button {
  background: none transparent;
  padding: 7px 15px 3px;
  border: 1px solid #244B7B;
  color: #244B7B;
  text-transform: uppercase;
}
.eu-cookie-compliance-secondary-button:hover { border-color: #ffffff; color: #ffffff; }
.eu-cookie-compliance-secondary-button:active { position: relative; top: 1px; }

.eu-cookie-compliance-default-button {
  background: none #244B7B;
  padding: 7px 15px 3px;
  border: 1px solid #244B7B;
  color: #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
  font-family: "Open Sans";
}

.eu-cookie-compliance-default-button:hover { background: #ffffff; border-color: #ffffff; }

/* ============== T o u r ============ */


/* Default styles for the container */
.joyride-tip-guide {
  color: #fff;
  border-radius: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
    border-radius: 0;
  }
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it. */
.joyride-tip-guide .joyride-nub {
  border: solid 14px rgba(0, 0, 0, 0.8);
}
.joyride-tip-guide .joyride-nub.top {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.joyride-tip-guide .joyride-nub.right {
  border-top-color: transparent;
  border-right-color: transparent; /* LTR */
  border-bottom-color: transparent;
}
[dir="rtl"] .joyride-tip-guide .joyride-nub.right {
  border-right-color: rgba(0, 0, 0, 0.8);
  border-left-color: transparent;
}
.joyride-tip-guide .joyride-nub.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; /* LTR */
}
[dir="rtl"] .joyride-tip-guide .joyride-nub.left {
  border-right-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.joyride-tip-guide .joyride-nub.top-right {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

/* Typography */
.joyride-tip-guide h2 {
  color: #fff;
}
.joyride-tip-guide p {
  line-height: 1.385em;
}
.joyride-tip-guide a {
  color: #fff;
}

/* Button Style */
.joyride-tip-guide .joyride-next-tip {
  margin: 0;
}
.joyride-timer-indicator-wrap {
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.joyride-timer-indicator {
  background: rgba(255, 255, 255, 0.25);
}

.joyride-close-tip {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.4em;
  font-weight: bold;
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
}

.joyride-expose-wrapper {
  background-color: #fff;
}

.joyride-expose-cover {
  background: transparent;
}

/* ======== O t h e r ======== */

.access-resources { text-align: center; padding: 45px 15px; }
.access-resources a { color: #c01933; font-size: 32px; font-weight: 700; }
