@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: 'Campus';
  src: url('	https://libapps-eu.s3.amazonaws.com/sites/22212/include/campus.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
*:hover {
  outline: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  color: #111;
  background: white;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .uk-container {
    width: 1170px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #073349;
}
.uk-heading-small {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #073349;
}
.uk-light * {
  color: #ffffff !important;
}
.uk-text-lead {
  color: #073349;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.uk-text-primary {
  color: #073349 !important;
}
.uk-card h4 {
  font-weight: 300;
}
.fade {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+48,0.19+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.19) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header .topbar {
  background-color: #073349;
  padding: 15px 0;
}
header .topbar ul.uk-subnav a {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 0.75rem;
}
header .topbar ul.uk-subnav a:hover {
  color: rgba(255, 255, 255, 0.8);
}
header .middlebar {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  background: #1E7CA9 url("https://www.ayco.net/uvigo/img/bg-sky.jpg") no-repeat center center;
  overflow: hidden;
  position: relative;
}
header .middlebar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: 40%;
}
@media (max-width: 959px) {
  header .middlebar:before {
    background-size: 70%;
  }
}
@media (max-width: 639px) {
  header .middlebar:before {
    background-size: 100%;
  }
}
@media (max-width: 479px) {
  header .middlebar:before {
    background-size: 150%;
  }
}
header .middlebar.az:before {
  background: url("https://www.ayco.net/uvigo/img/header-az.png") no-repeat center center;
  z-index: 1000;
  background-size: cover;
}
@media (max-width: 479px) {
  header .middlebar.az:before {
    background: url("https://www.ayco.net/uvigo/img/header-az-small.png") no-repeat center center;
    background-size: cover;
  }
}
header .middlebar.home:before {
  background: url("https://www.ayco.net/uvigo/img/header-home.png") no-repeat center center;
  z-index: 1000;
  background-size: cover;
}
@media (max-width: 479px) {
  header .middlebar.home:before {
    background: url("https://www.ayco.net/uvigo/img/header-home-small.png") no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 639px) {
  header .middlebar {
    padding: 35px 0;
  }
}
@media (max-width: 479px) {
  header .middlebar {
    padding: 30px 0;
  }
}
#sky {
  width: 100%;
  height: 235px;
  pointer-events: none;
}
@media (max-width: 959px) {
  #sky {
    height: 200px;
  }
}
@media (max-width: 639px) {
  #sky {
    height: 165px;
  }
}
@media (max-width: 479px) {
  #sky {
    height: 125px;
  }
}
.heading {
  font-family: "Campus", sans-serif;
  color: white;
  font-size: 5.8rem;
  line-height: 1em;
  position: relative;
}
@media (max-width: 959px) {
  .heading {
    font-size: 4.6rem;
  }
}
@media (max-width: 639px) {
  .heading {
    font-size: 3.6rem;
  }
}
@media (max-width: 479px) {
  .heading {
    font-size: 2.7rem;
  }
}
.breadcrumb {
  padding: 25px 0 10px 0 !important;
  margin: 0 !important;
}
.breadcrumb a,
.breadcrumb .active {
  font-weight: 300;
  text-transform: uppercase;
  color: #939393;
  font-size: 0.6875rem;
  letter-spacing: 1px;
}
/*
footer {
	background-color: @color-1 !important;
	font-size: 0.8rem;
	font-weight: 300;

	* {
		color: white;
	}

	ul {
		&.uk-subnav {
			&.legal {
				a {
					font-family: @fonts-1;
					color: white;
					font-weight: 400;
					font-size: 0.75rem !important;

					&:hover {
						color: fade(white, 80%);
					}
				}
			}

		}
	}
}
*/
footer {
  font-size: 0.75rem;
}
footer .uk-section-muted {
  background-color: #f2f2f2;
}
footer .uk-section-muted .logo {
  width: 220px;
}
footer .uk-section-muted a {
  color: #111;
}
footer .uk-section-muted a:hover {
  color: rgba(17, 17, 17, 0.6);
}
footer .uk-section-muted .uk-text-bold {
  font-weight: 400;
}
footer .uk-section-secondary {
  background-color: #073349;
}
footer .uk-section-xxsmall {
  padding: 10px 0;
}
footer .uk-button {
  text-transform: none!important;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 10px;
  text-decoration: none;
}
footer .uk-button:hover {
  text-decoration: none!important;
}
.s-lib-footer {
  background-color: transparent;
  font-size: 0.8rem;
  border-top: 1px solid #eee;
}
.s-lib-footer a {
  color: #809098;
}
#az-search-col-1 > nav {
  border-radius: 0;
}
#s-lg-az-filter-cols div.row {
  border-radius: 0;
}
#s-lg-az-trials {
  background-color: #ebf1f6;
}
#s-lg-az-trials h4 {
  font-weight: 600;
  font-size: 1rem;
  color: #181c32;
}
.az-public-collapsible-box .accordion-item {
  border: 2px solid #41719c;
  font-size: 0.875rem;
  font-weight: 400;
}
.s-lg-guide-label {
  font-weight: 400;
}
.az-flags span.badge {
  border-radius: 4px !important;
}
#s-lg-guide-header-tags a {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 640px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.s-lib-header h1,
h1 {
  margin: 30px 0 !important;
  font-size: 3.125rem !important;
  font-weight: 200;
  line-height: 1.1em;
  color: #073349;
}
@media (max-width: 959px) {
  .s-lib-header h1,
  h1 {
    font-size: 3rem !important;
  }
}
@media (max-width: 639px) {
  .s-lib-header h1,
  h1 {
    font-size: 2.8rem !important;
  }
}
@media (max-width: 479px) {
  .s-lib-header h1,
  h1 {
    font-size: 2.5rem !important;
  }
}
#s-lib-public-header-desc {
  color: #073349;
  font-size: 1.375rem;
  line-height: 1.1em;
  font-weight: 300;
  margin-top: 10px;
  white-space: normal!important;
}
#s-lib-public-header-desc p {
  margin: 0;
}
@media (max-width: 639px) {
  #s-lib-public-header-desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 479px) {
  #s-lib-public-header-desc {
    font-size: 1.1rem;
  }
}
#s-lib-public-header {
  margin-top: 0;
  margin-bottom: 30px;
}
#s-lib-public-header h1 {
  font-size: 2.5rem !important;
  margin-bottom: 0!important;
}
#s-lg-az-nav,
#s-lg-er-nav,
#s-lg-hp-nav,
#s-lg-profile-nav,
#s-lg-srch-nav {
  color: white;
  background: #073349;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0;
}
#s-lg-er-nav-bottom,
#s-lg-hp-nav-bottom,
#s-lg-srch-nav-bottom {
  background-color: #eee;
  border-radius: 0;
  color: #999;
}
#s-lg-er-nav-bottom > div > form > span,
#s-lg-hp-nav-bottom > div > form > span,
#s-lg-srch-nav-bottom > div > form > span {
  display: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  padding: 9px 16px!important;
  height: 35px!important;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.btn:hover {
  outline: none;
  background-color: rgba(7, 51, 73, 0.8);
}
.nav .s-lg-index-nav-btn > button {
  color: white;
  font-weight: 300;
}
.nav-pills > li.active > button,
.nav-pills > li.active > button:focus,
.nav-pills > li.active > button:hover {
  background-color: white;
  color: #073349;
  font-weight: 400;
}
.s-lg-public-search-field input.form-control {
  border-radius: 0;
  border: none;
  height: 35px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  box-shadow: none;
}
.s-lg-public-search-field input.form-control:focus {
  background-color: white;
  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);
}
.s-lg-public-search-field .btn {
  background: #ddd;
  color: #073349;
}
#s-lg-srch-form input.form-control {
  border-radius: 0;
  border: none;
  height: 35px;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  box-shadow: none;
}
#s-lg-srch-form input.form-control:focus {
  background-color: white;
  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);
}
#s-lg-srch-form .btn {
  background: #073349;
  color: white;
}
#s-lg-index-list-header {
  font-size: 0.9rem;
}
label {
  font-size: 0.9rem;
  font-weight: 300;
}
#form-group-s-lg-guide-order {
  display: flex;
}
@media (max-width: 639px) {
  #form-group-s-lg-guide-order label {
    display: none;
  }
}
select#s-lg-guide-order {
  font-family: "Roboto", sans-serif;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 300;
}
.s-lib-public-side-header h2 {
  color: #073349;
  font-weight: 300;
  font-size: 1.25rem;
  border-bottom: 1px solid #eee;
  font-family: "Roboto", sans-serif;
}
.txt {
  font-size: 1rem;
  line-height: 1.1em;
  color: #888;
  padding: 20px 0;
}
.s-lg-hp-btn-section {
  box-shadow: none;
  width: 100%;
  background-color: #809098;
  color: white;
  font-weight: 300;
  padding: 10px 12px;
}
.s-lg-hp-btn-section:hover {
  box-shadow: none;
  background-color: rgba(128, 144, 152, 0.9);
}
#s-lib-scroll-top {
  bottom: 50px;
  right: 50px;
}
#s-lib-scroll-top a {
  width: 50px;
  height: 50px;
  display: block;
  background: #809098 url("https://www.ayco.net/uvigo/img/chevron-up.svg") no-repeat center center;
  background-size: 30px;
  border: 2px solid white;
}
#s-lib-scroll-top a span {
  display: none;
}
@media (max-width: 639px) {
  #s-lib-scroll-top {
    bottom: 30px;
    right: 20px;
    background-size: 20px;
  }
  #s-lib-scroll-top a {
    width: 35px;
    height: 35px;
  }
}
.s-lib-box-er-course-list,
.s-lib-box-idx-blog-post-list,
.s-lib-box-idx-er-course-list,
.s-lib-box-idx-guide-list {
  border-radius: 0;
  border: none;
}
.s-lib-box.s-lib-box-idx-guide-list .s-lib-box-content .s-lg-gtitle {
  display: inline;
}
.s-lib-box.s-lib-box-idx-guide-list .s-lib-box-content .s-lg-gtitle a {
  color: #073349;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}
.s-ui-helptip .btn-link {
  color: #809098;
}
#s-lg-index-list-guides {
  margin-top: 20px;
}
#s-lg-index-list-guides > div > div:nth-child(odd) > div {
  background-color: #f0f0f0 !important;
}
#s-lg-index-list-guides > div > div:nth-child(even) > div {
  background-color: #f9f9f9 !important;
}
.panel-default > .panel-heading .badge {
  color: white;
  background-color: #809098;
  position: RELATIVE;
  font-size: 0.75rem;
  font-weight: 400;
}
.panel-heading a {
  font-weight: 400;
  color: #073349;
  justify-content: space-between;
  display: flex;
  align-items: center;
  outline: none;
  flex-direction: row-reverse;
}
.panel-heading a > div.bold {
  font-weight: 400;
}
.panel {
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
}
.panel.panel-group {
  border-radius: 0 !important;
}
ul.s-lg-guide-list li a {
  font-weight: 400;
  color: #073349;
}
.alert-info {
  background-color: #eee;
  border: none;
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 0.8rem;
}
#s-lg-index-list {
  margin-bottom: 30px;
}
.uk-offcanvas-bar {
  background-color: #073349;
}
.uk-offcanvas-bar ul.uk-nav li a {
  font-size: 0.75rem;
  font-weight: 400;
}
.uk-offcanvas-bar ul.uk-subnav {
  margin-left: -10px;
}
.uk-offcanvas-bar ul.uk-subnav > * {
  padding-left: 10px;
}
.uk-offcanvas-bar ul.uk-subnav > li a img,
.uk-offcanvas-bar ul.uk-subnav > li a svg {
  width: 15px;
  height: 15px;
}
.uk-offcanvas-bar ul.uk-subnav > li a.uk-icon-button {
  width: 30px !important;
  height: 30px !important;
}
#s-lg-tabs-container .nav-tabs > .active > a,
#s-lg-tabs-container .nav-tabs > .active > button,
#s-lg-tabs-container .nav-pills > .active > a,
#s-lg-tabs-container .nav-pills > .active > button {
  background-color: #073349 !important;
  font-weight: 300;
  outline: none;
}
#s-lg-tabs-container .nav-tabs > .active > a:hover,
#s-lg-tabs-container .nav-tabs > .active > button:hover,
#s-lg-tabs-container .nav-pills > .active > a:hover,
#s-lg-tabs-container .nav-pills > .active > button:hover {
  font-weight: 300;
  background-color: rgba(7, 51, 73, 0.9);
}
#s-lg-tabs-container .nav-tabs > li > a,
#s-lg-tabs-container .nav-tabs > li > button,
#s-lg-tabs-container .nav-pills > li > a,
#s-lg-tabs-container .nav-pills > li > button {
  padding: 10px 15px;
}
.s-lg-tabs-side .s-lg-boxnav {
  margin-left: 0;
}
.s-lg-tabs-side .s-lg-boxnav .list-group-item {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.s-lg-tabs-side .s-lg-boxnav .list-group-item a {
  color: #111;
  text-decoration: none;
  display: block;
}
.list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
.list-group-item:hover {
  color: white!important;
  background-color: #073349 !important;
}
.list-group-item:hover a {
  color: white!important;
}
.list-group-item:last-child {
  border: none;
}
#s-lg-tabs-container .nav-tabs > li > a,
#s-lg-tabs-container .nav-tabs > li > button,
#s-lg-tabs-container .nav-pills > li > a,
#s-lg-tabs-container .nav-pills > li > button {
  background-color: white;
  font-weight: 300;
  outline: none;
  color: #073349;
}
#s-lg-tabs-container .nav-tabs > li > a:hover,
#s-lg-tabs-container .nav-tabs > li > button:hover,
#s-lg-tabs-container .nav-pills > li > a:hover,
#s-lg-tabs-container .nav-pills > li > button:hover {
  font-weight: 300;
  color: rgba(7, 51, 73, 0.9);
}
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-top-link,
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-top-link:hover,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-top-link,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-top-link:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-top-link:hover,
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-top-link:hover:hover,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-top-link:hover,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-top-link:hover:hover {
  font-weight: 300;
}
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-drop,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-drop {
  border-radius: 0;
  padding: 10px 8px 10px 8px;
  border-left: none;
  position: absolute;
  right: 0;
}
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-drop:hover,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-drop:hover {
  border-left: none;
  padding: 10px 8px 10px 8px;
}
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-drop:hover span.caret,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-drop:hover span.caret {
  color: white!important;
}
.nav-stacked > li + li {
  margin-top: 0px;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
#s-lg-tabs-container .nav-tabs > li > a:hover,
#s-lg-tabs-container .nav-tabs > li > button:hover,
#s-lg-tabs-container .nav-pills > li > a:hover,
#s-lg-tabs-container .nav-pills > li > button:hover {
  background-color: transparent;
}
.s-lg-tabs-side .s-lg-subtab-ul {
  margin: 0;
  margin-bottom: 0;
  padding-left: 20px;
  border-top: 1px solid #ddd;
}
.s-lg-tabs-side .s-lg-subtab-ul > li a {
  background-color: #eee !important;
  color: #073349 !important;
}
.s-lg-tabs-side .s-lg-subtab-ul > li.active a {
  background-color: #073349 !important;
  color: white !important;
}
.s-lg-tabs-side .s-lg-subtab-ul li.active a {
  background-color: #073349 !important;
  color: white !important;
}
.s-lib-box-content .nav-tabs > li.active a {
  background-color: white !important;
  color: #073349 !important;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.nav-pills .dropdown-menu {
  border-radius: 4px;
  border: 1px solid #ddd;
}
.dropdown-menu {
  padding: 0;
  border: none;
}
.dropdown-menu li a {
  padding: 6px 20px;
  background: #fafafa !important;
}
@media (min-width: 960px) {
  #s-lg-tabs-container {
    display: block!important;
    margin-bottom: 10px;
  }
}
#s-lg-tabs-container .nav-tabs > li > a.s-lg-tab-top-link,
#s-lg-tabs-container .nav-tabs > li > a.s-lg-tab-top-link:hover,
#s-lg-tabs-container .nav-tabs > li > button.s-lg-tab-top-link,
#s-lg-tabs-container .nav-tabs > li > button.s-lg-tab-top-link:hover {
  font-weight: 300;
  padding: 10px 5px 10px 10px;
}
#s-lg-tabs-container .nav-tabs > li > a.s-lg-tab-drop {
  border-radius: 0;
  padding: 10px 6px 10px 3px;
  border-left: none;
}
#s-lg-tabs-container .nav-tabs > li > a.s-lg-tab-drop:hover {
  padding: 10px 6px 10px 3px;
  border-left: none;
}
.nav-tabs li a {
  background-color: #eee !important;
  color: #073349;
  border-bottom: none;
}
.nav-tabs li a:hover {
  background-color: #073349 !important;
  color: white;
}
.nav-tabs li a.active {
  background-color: #073349 !important;
}
.s-lib-box {
  border-color: #cccccc;
  border-width: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
}
.s-lib-box .s-lib-box-title {
  background-color: #F9F9F9;
  background-image: none;
  color: #073349;
  border-bottom: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 10PX 10PX;
  margin-bottom: 10px;
}
.s-lg-guide-tabs .s-lib-box .s-lib-box-title {
  font-weight: 300 !important;
  font-size: 1.1rem !important;
}
#s-lg-guide-header-search input {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  height: 35px;
}
#s-lg-guide-header-search input:focus {
  background-color: white;
  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);
}
#s-lg-guide-header-search button {
  background: #073349;
  color: white;
  font-family: "Roboto", sans-serif;
  border-radius: 0;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  background: #eee;
  color: #333;
  font-size: 0.8rem;
}
.pager li > a:hover,
.pager li > span:hover {
  background-color: #ddd;
}
#s-lg-page-prevnext {
  margin: 10px 0 40px 0;
}
#s-lg-box-collapse-16217020 p {
  display: none;
}
#s-lg-box-collapse-16217020 h3 {
  margin-bottom: 0;
}
#s-lg-box-collapse-16217020 .s-lib-box-content {
  padding: 0;
}
#s-lg-box-collapse-16217020 .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
#s-lg-box-collapse-16217020 .slick-next {
  outline: none;
  right: 15px;
  margin-top: -25px;
}
#s-lg-box-collapse-16217020 .slick-next:before {
  color: #ddd;
}
#s-lg-box-collapse-16217020 .slick-next:focus {
  outline: none;
}
#s-lg-box-collapse-16217020 .slick-prev {
  outline: none;
  left: 15px;
  margin-top: -25px;
}
#s-lg-box-collapse-16217020 .slick-prev:before {
  color: #ddd;
}
#s-lg-box-collapse-16217020 .slick-prev:focus {
  outline: none;
}
#az-public-mobile-filters {
  border-radius: 0;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
#s-lg-az-filter-cols .select2-container--focus {
  box-shadow: none;
}
.az-filter-chip {
  font-size: 0.6875rem;
  border-radius: 0;
}
#s-lg-az-result-count {
  font-size: 1.3rem;
  font-weight: 400;
  color: #073349;
}
@media (max-width: 639px) {
  .s-lg-h-separator {
    border: none;
  }
}
@media (max-width: 639px) {
  #s-lib-footer-login-link {
    display: block;
    padding: 0 3px;
    clear: both;
    text-align: left;
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 639px) {
  #s-lg-guide-header-attributes li {
    padding: 0 10px 0 0;
    display: block;
    clear: both;
  }
}
#s-lib-footer-support-link {
  display: none;
}
.breadcrumb .active.breadcrumb-item {
  font-size: 0.6875rem;
}
#s-lg-az-icon-legend div.az-icon-legend-key > img {
  max-width: 20px ;
}
#s-lg-guide-tabs .dropdown-menu li a {
  background-color: white!important;
}
#s-lg-guide-tabs .dropdown-menu li a:hover {
  background-color: #073349 !important;
  color: white!important;
}
#s-lg-tabs-container .nav-tabs > li > a,
#s-lg-tabs-container .nav-tabs > li > button,
#s-lg-tabs-container .nav-pills > li > a,
#s-lg-tabs-container .nav-pills > li > button {
  border-radius: 0;
}
#s-lg-tabs-container .nav-tabs > li > a:hover,
#s-lg-tabs-container .nav-tabs > li > button:hover,
#s-lg-tabs-container .nav-pills > li > a:hover,
#s-lg-tabs-container .nav-pills > li > button:hover {
  background-color: #073349 !important;
  color: white!important;
}
#s-lg-tabs-container .nav-tabs > .active > a,
#s-lg-tabs-container .nav-tabs > .active > button,
#s-lg-tabs-container .nav-pills > .active > a,
#s-lg-tabs-container .nav-pills > .active > button {
  border-radius: 0;
}
#s-lg-tabs-container .nav .dropdown-toggle .caret {
  border-top-color: #939393;
}
.s-lib-box-title {
  background-color: #ddd !important;
  color: #073349 !important;
}
.list-group {
  margin-left: 1em !important;
}
.s-lg-subtab-ul {
  padding-left: 0 !important;
  margin-left: 2em !important;
}
em {
  color: #333;
}
.s-lib-main {
  padding-top: 0;
  padding-bottom: 10px;
}
.accordion-collapse h2.s-lib-box-title {
  padding: 0;
  background-color: transparent;
  margin: 0;
}
#s-lib-footer-brand {
  display: none!important;
}
#s-lib-footer-rights {
  display: none!important;
}
#s-lg-index-guidetype-btn,
#s-lg-index-owner-btn {
  display: none!important;
}
.s-lib-profile-image img {
  border: 1px solid #eee;
  box-shadow: none;
}
.s-lib-profile-container {
  line-height: 1.2em;
  text-align: center;
}
.label {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px!important;
  font-weight: 400!important;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  white-space: normal;
  vertical-align: baseline;
  border-radius: unset;
  border: 1px solid transparent;
}
.s-lib-profile-name {
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .middle-panel {
    position: relative;
    left: -15px;
  }
}
.custom_searchbox .form-group {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .custom_searchbox .form-group .s-lg-public-search-field {
    width: 360px;
    position: absolute;
    top: -65px;
    right: 0;
  }
}
.custom_searchbox .form-group .s-lg-public-search-field input#s-lg-guide-search {
  background-color: white;
  font-size: 12px;
  height: 35px;
}
.custom_searchbox .form-group .s-lg-public-search-field input#s-lg-guide-search:focus {
  background-color: white;
  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);
}
.custom_searchbox .form-group .s-lg-public-search-field .btn {
  background-color: #073349;
  color: white;
  font-size: 12px;
  padding: 9px 16px;
}
.custom_searchbox .form-group .s-lg-public-search-field .btn:hover {
  outline: none;
  background-color: rgba(7, 51, 73, 0.8);
}
#s-lg-guide-search-box {
  width: 360px!important;
}
@media (max-width: 959px) {
  #s-lg-guide-search-box {
    width: 100%!important;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.popover {
  z-index: 1000!important;
  background-color: white!important;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0 0.8);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.btn-link {
  background-color: transparent;
  height: auto;
}
.btn-link:hover {
  background-color: transparent!important;
}
@media (max-width: 639px) {
  .breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .breadcrumb * {
    font: 0.5rem;
  }
  .breadcrumb li {
    margin: 0 5px 0 0 ;
    font-size: 0.5rem !important;
    letter-spacing: 0px!important;
  }
  .breadcrumb li:first-child {
    display: none;
  }
  .breadcrumb li:nth-child(2):before {
    display: none!important;
  }
  .breadcrumb li > * {
    font-size: 0.5rem !important;
    letter-spacing: 0px!important;
  }
  .breadcrumb > li + li:before {
    padding: 0 2px;
  }
}
.sangria {
  text-indent: -2em;
  margin-left: 2em;
  display: block;
}
#s-lg-index-list button.btn-help-popover {
  display: none;
}
#s-lg-facet-div-guide_owner_id {
  display: none;
}
.s-lg-facet-div .s-lg-facet-div-content label {
  font-weight: 300!important;
  font-size: 0.8rem !important;
}
.s-lib-profile-subjects {
  display: none;
}
.s-lg-system-list .s-lg-guide-list-info {
  display: none!important;
}
