@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
#admin-menu,
#admin-menu .dropdown {
  z-index: 9999; }

body {
  color: #031323;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  overflow-x: hidden; }
  body.not-front {
    background: #202020; }
  body p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  color: #4b4b4b;
  line-height: 1.2em;
  margin: 10px 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 50px;
      font-size: 3.125rem; } }

h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.25em;
  color: #4b4b4b;
  padding: 0px 0px 10px 0px; }

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3em;
  color: #4b4b4b;
  margin-bottom: 0;
  padding: 0px 0px 10px 0px; }

h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5 {
  font-size: 16px;
  font-size: 1rem; }

h6 {
  font-size: 14px;
  font-size: 0.875rem; }

a {
  color: #006cc7; }
  a:hover {
    color: #3f6081; }
  a.button {
    border-radius: 5px;
    padding: 6px 10px 6px;
    background: #fdc001;
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #061934;
    margin-bottom: 5px; }
    a.button:hover {
      background: #1e73be;
      color: white; }

blockquote {
  border-left: 15px solid #fdc001;
  margin-left: 0;
  padding-left: 15px; }

.caption {
  font-size: 0.875em;
  font-style: italic; }

#main-content select,
#main-content textarea {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%; }

#main-content .webform-calendar {
  width: auto; }

#main-content .webform-datepicker select {
  margin-right: 2%;
  width: 28%; }

/**
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 */
body:before {
  display: none;
  /* Prevent from displaying. */
  content: "xsmall"; }
  @media (min-width: 480px) {
    body:before {
      content: "small"; } }
  @media (min-width: 768px) {
    body:before {
      content: "medium"; } }
  @media (min-width: 980px) {
    body:before {
      content: "large"; } }
  @media (min-width: 1200px) {
    body:before {
      content: "xlarge"; } }

.front #main-content {
  padding-bottom: 0.9375em; }
  @media (min-width: 768px) {
    .front #main-content {
      padding-bottom: 1.875em; } }
  @media (min-width: 980px) {
    .front #main-content {
      padding-bottom: 2.8125em; } }

#biblio-header a {
  display: inline-block;
  text-decoration: none !important;
  padding: 2px 1px 0;
  color: #12315e;
  font-weight: bold; }

#biblio-header .biblio-alpha-line {
  margin: 10px 0 0; }
  #biblio-header .biblio-alpha-line a {
    background-color: #afc4d7;
    color: #031323;
    display: inline-block;
    padding: 3px 2px;
    text-decoration: none;
    width: 20px; }
    #biblio-header .biblio-alpha-line a:hover {
      background-color: #00a2fc;
      color: #fff; }

@media (min-width: 980px) {
  .node-type-biblio .title-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .node-type-biblio .title-wrapper img {
      margin-bottom: 10px; } }

.node-type-biblio .node-biblio .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 980px) {
    .node-type-biblio .node-biblio .content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.node-type-biblio .node-biblio .biblio-body {
  margin-top: 40px; }
  @media (min-width: 980px) {
    .node-type-biblio .node-biblio .biblio-body {
      width: 75%; } }
  .node-type-biblio .node-biblio .biblio-body > div {
    margin-bottom: 20px; }
  .node-type-biblio .node-biblio .biblio-body h3 {
    padding: 15px 0;
    font-size: 1rem;
    color: #031323;
    font-weight: 700; }
  .node-type-biblio .node-biblio .biblio-body .biblio-label, .node-type-biblio .node-biblio .biblio-body .field:not(.field-type-entityreference) {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px; }
  .node-type-biblio .node-biblio .biblio-body .biblio-label a {
    word-break: break-all; }

.node-type-biblio .node-biblio ul.links.inline {
  display: inline-block;
  padding-top: 20px; }
  .node-type-biblio .node-biblio ul.links.inline li {
    padding: 0 1em 0 0; }

@media (min-width: 980px) {
  .node-type-biblio .sidebar-right {
    width: 25%;
    float: right;
    margin: 0 0 0 50px; } }

.node-type-biblio .sidebar-right .group-gray-block {
  background: #F0F0F0;
  -webkit-box-shadow: 0px 3px 3px -3px #ccc;
  box-shadow: 0px 3px 3px -3px #ccc;
  padding: 40px 20px; }

.node-type-biblio .sidebar-right .file-button {
  position: relative;
  display: inline-block;
  background: #afc4d7;
  border-radius: 40px;
  color: #031323;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 20px 10px 45px;
  text-decoration: none;
  white-space: nowrap; }
  .node-type-biblio .sidebar-right .file-button:hover, .node-type-biblio .sidebar-right .file-button:focus {
    -webkit-filter: brightness(90%);
    filter: brightness(90%); }
  .node-type-biblio .sidebar-right .file-button:before {
    position: absolute;
    left: 15px;
    display: inline-block;
    content: '';
    background: url(/sites/all/themes/ski/images/icon-file.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    width: 20px;
    height: 23px; }

.blk-footer-address p {
  color: #fff;
  line-height: 1.25;
  margin: 0 0 0.375em; }

#block-block-8 {
  margin: 0 0 0 0.625em; }
  @media (min-width: 980px) {
    #block-block-8 {
      float: right;
      margin: 0.75em 0 0 1.5625em; } }
  @media (min-width: 980px) and (max-width: 1080px) {
    #block-block-8 {
      margin-left: 0.625em; } }

/* Donate button */
.donate-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  height: 30px;
  height: 1.875rem;
  background-color: #00a2fc;
  border-radius: 26px;
  color: #031323;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 30px;
  padding: 0 1.15385em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .donate-btn {
      padding: 0 1.5625em; } }
  .donate-btn:hover {
    background-color: #0080c7;
    color: #fff; }

.blk-footer-copywrite {
  color: #fff; }
  @media (min-width: 980px) {
    .blk-footer-copywrite {
      margin-left: auto; } }
  .blk-footer-copywrite ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blk-footer-copywrite ul li {
      border-right: 1px solid #afc4d7;
      display: inline-block;
      line-height: 1;
      margin-right: 0.3125em;
      padding-right: 0.625em;
      padding-bottom: 0.25em; }
      .blk-footer-copywrite ul li:last-child {
        border: 0;
        padding-right: 0; }

.blk-footer-nav ul.menu {
  margin: 0 0 1.25em;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .blk-footer-nav ul.menu {
      margin-bottom: 0; } }
  .blk-footer-nav ul.menu li {
    margin: 0 0 0.9375em; }
    @media (min-width: 768px) {
      .blk-footer-nav ul.menu li {
        border-right: 1px solid #afc4d7;
        display: inline-block;
        line-height: 1;
        margin-bottom: 0;
        margin-left: 0.5em;
        padding-right: 0.625em;
        padding-bottom: 0.25em; }
        .blk-footer-nav ul.menu li:first-child {
          margin-left: 0; }
        .blk-footer-nav ul.menu li:last-child {
          border: 0;
          padding-right: 0; } }

.blockqueue-footer-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 979px) {
    .blockqueue-footer-utilities {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (min-width: 980px) {
  .block-blockqueue-footer-utilities {
    margin-left: auto; } }

.blk-header-utilities {
  margin-left: 0.625em;
  padding: 0; }
  @media (min-width: 980px) {
    .blk-header-utilities {
      clear: none;
      float: right;
      margin-left: 0;
      margin-top: 0.5em;
      width: auto; } }
  .blk-header-utilities .blockqueue-header-utilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .blk-header-utilities .blockqueue-header-utilities::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 980px) {
      .blk-header-utilities .blockqueue-header-utilities {
        display: block; } }
  @media (min-width: 980px) {
    .blk-header-utilities .block {
      float: left; } }

#primary-navigation {
  background-color: #04284a; }

.block-menu-menu-main-navigation {
  margin: 0;
  position: relative; }
  @media (min-width: 980px) {
    .block-menu-menu-main-navigation {
      height: 45px;
      height: 2.8125rem; } }
  .block-menu-menu-main-navigation .menu {
    background-color: #04284a; }
    @media (min-width: 980px) {
      .block-menu-menu-main-navigation .menu {
        background-color: transparent; } }
    .block-menu-menu-main-navigation .menu li {
      margin: 0; }
      .block-menu-menu-main-navigation .menu li a {
        color: #fff;
        font-family: "Open Sans", sans-serif;
        padding: 1.125em; }
        @media (min-width: 980px) {
          .block-menu-menu-main-navigation .menu li a {
            padding: 0 0.3125em; } }
        .block-menu-menu-main-navigation .menu li a.has-submenu {
          padding-right: 2.5em; }
          @media (min-width: 980px) {
            .block-menu-menu-main-navigation .menu li a.has-submenu {
              padding-right: 1.875em; } }
          @media (min-width: 980px) and (max-width: 1080px) {
            .block-menu-menu-main-navigation .menu li a.has-submenu {
              padding-right: 0.75em; } }
        @media (max-width: 979px) {
          .block-menu-menu-main-navigation .menu li a .sub-arrow {
            background-color: rgba(22, 60, 97, 0.8); } }
        @media (min-width: 980px) and (max-width: 1080px) {
          .block-menu-menu-main-navigation .menu li a .sub-arrow {
            right: 5px; } }
        .block-menu-menu-main-navigation .menu li a .sub-arrow:before {
          content: '\f0d7';
          font-family: 'FontAwesome', serif; }
        .block-menu-menu-main-navigation .menu li a.highlighted .sub-arrow:before {
          content: '\f0d8';
          font-family: 'FontAwesome', serif; }
  @media (min-width: 980px) {
    .block-menu-menu-main-navigation > .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .block-menu-menu-main-navigation > .menu > li {
    border-bottom: 1px solid #163c61;
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    list-style: none; }
    @media (min-width: 980px) {
      .block-menu-menu-main-navigation > .menu > li {
        border-left: 1px solid #163c61;
        border-bottom: 0;
        text-align: center; }
        .block-menu-menu-main-navigation > .menu > li:last-child {
          border-right: 1px solid #163c61; } }
    @media (min-width: 980px) {
      .block-menu-menu-main-navigation > .menu > li a {
        height: 100%;
        line-height: 43px;
        padding-bottom: 0;
        padding-top: 0; } }
    .block-menu-menu-main-navigation > .menu > li a:hover, .block-menu-menu-main-navigation > .menu > li a:focus, .block-menu-menu-main-navigation > .menu > li a:active, .block-menu-menu-main-navigation > .menu > li a.highlighted {
      background-color: #031323; }
  .block-menu-menu-main-navigation > .menu .menu {
    background-color: #163c61;
    margin-top: 0 !important;
    max-width: none !important; }
    @media (max-width: 979px) {
      .block-menu-menu-main-navigation > .menu .menu {
        margin-left: 0 !important; } }
    .block-menu-menu-main-navigation > .menu .menu li {
      border-color: #afc4d7; }
    .block-menu-menu-main-navigation > .menu .menu a {
      padding-left: 1.07143em;
      padding-right: 1.07143em; }
      @media (min-width: 980px) {
        .block-menu-menu-main-navigation > .menu .menu a.has-submenu {
          padding-right: 1.07143em;
          padding-left: 2.14286em; } }

.block-block-13 {
  background-color: #FFD966;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%; }
  .block-block-13 h2, .block-block-13 p {
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 5px 10px;
    font-size: .9rem; }
    @media (min-width: 980px) {
      .block-block-13 h2, .block-block-13 p {
        font-size: 1rem; } }
  .block-block-13 .gray {
    background-color: #8C93A6; }
  .block-block-13 .gray {
    color: #fff; }
    .block-block-13 .gray h2, .block-block-13 .gray p, .block-block-13 .gray a {
      color: #fff; }

.blk-social-icons {
  margin: 1.25em 0;
  padding-right: 1.25em; }
  @media (min-width: 980px) {
    .blk-social-icons {
      margin: 0; } }
  .blk-social-icons .social-icon {
    margin-right: 0.25em;
    text-decoration: none; }
    .blk-social-icons .social-icon:last-child {
      margin-right: 0; }

.block-text-resize {
  background: url(../images/icon_font-size.svg) left center no-repeat;
  padding: 0 0.625em 0 4.0625em; }
  @media (max-width: 979px) {
    .block-text-resize {
      display: none; } }
  .block-text-resize #text_resize_decrease,
  .block-text-resize #text_resize_increase {
    height: 37px;
    height: 2.3125rem;
    line-height: 37px;
    line-height: 2.3125rem;
    background: none;
    color: #fff;
    margin: 0;
    text-align: center;
    text-indent: 0;
    text-decoration: none; }
    .block-text-resize #text_resize_decrease i,
    .block-text-resize #text_resize_increase i {
      font-size: 20px;
      font-size: 1.25rem; }
  .block-text-resize #text_resize_increase {
    border-left: 1px solid #fff;
    margin-right: 0.3125em;
    padding-left: 0.8125em; }

.breadcrumb {
  padding-bottom: 0; }

.cta-button {
  display: block;
  background-color: #afc4d7;
  border: 0;
  border-radius: 20px;
  color: #031323;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.625em 0.9375em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .cta-button:hover, .cta-button:focus {
    background-color: #0080c7;
    color: #fff; }

@media (min-width: 980px) {
  .node-type-collaborator .splash-grid-image {
    margin-left: 10px;
    float: right; } }

.node-type-collaborator .field-type-text {
  margin-bottom: 10px; }

.node-type-collaborator .inline label {
  display: inline; }

.block-address .group-address {
  margin-bottom: 20px; }

.block-address .group-phone {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block-address .group-phone .field-label {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .block-address .group-phone .field-type-phone {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

#block-views-upcoming-events-view-block .view-footer .content {
  background-image: url("/sites/all/themes/ski/images/contact-map-gray.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: auto;
  height: 100px;
  position: relative; }
  #block-views-upcoming-events-view-block .view-footer .content .map-inner {
    text-align: center; }
    @media (min-width: 980px) {
      #block-views-upcoming-events-view-block .view-footer .content .map-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  #block-views-upcoming-events-view-block .view-footer .content .map-title {
    padding-bottom: 5px; }
    #block-views-upcoming-events-view-block .view-footer .content .map-title a {
      color: #031323;
      font-size: 20px;
      letter-spacing: -0.48px;
      line-height: 1.2;
      text-decoration: underline; }
    @media (min-width: 980px) {
      #block-views-upcoming-events-view-block .view-footer .content .map-title {
        padding-top: 0; } }
  #block-views-upcoming-events-view-block .view-footer .content .map-address a {
    color: #031323;
    font-size: 18px;
    letter-spacing: normal;
    text-decoration: none; }
    #block-views-upcoming-events-view-block .view-footer .content .map-address a:hover, #block-views-upcoming-events-view-block .view-footer .content .map-address a:focus {
      text-decoration: underline; }

.directory .directory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  overflow: auto;
  padding: 0; }
  .directory .directory-list li {
    background: #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    min-height: 325px;
    padding: 15px 25px; }
    @media screen and (min-width: 560px) {
      .directory .directory-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        margin-right: 10px; }
        .directory .directory-list li:nth-child(even) {
          margin-right: 0; } }
    @media screen and (min-width: 870px) {
      .directory .directory-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 10px);
        flex: 0 0 calc(33% - 10px); }
        .directory .directory-list li:nth-child(even) {
          margin-right: 10px; }
        .directory .directory-list li:nth-child(3n + 3) {
          margin-right: 0; } }
    @media screen and (min-width: 1046px) {
      .directory .directory-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px); }
        .directory .directory-list li:nth-child(3n + 3) {
          margin-right: 10px; }
        .directory .directory-list li:nth-child(4n + 4) {
          margin-right: 0; } }
    .directory .directory-list li h2 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      margin: 0 0 10px 0;
      min-height: 40px;
      text-align: center; }
      .directory .directory-list li h2 a {
        color: #006cc7;
        word-break: break-word;
        text-decoration: none; }
    .directory .directory-list li .field-type-image {
      text-align: center; }
    .directory .directory-list li .category {
      font-size: 0.9em;
      margin: -10px 0 10px;
      display: block;
      color: #898989; }

@media screen and (min-width: 1150px) {
  .page-directory .directory-list li,
  .page-current-fellows .directory-list li,
  .page-current-emeritus .directory-list li,
  .page-current-researchers .directory-list li,
  .page-current-admin-tech-staff .directory-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px); }
    .page-directory .directory-list li:nth-child(4n + 4),
    .page-current-fellows .directory-list li:nth-child(4n + 4),
    .page-current-emeritus .directory-list li:nth-child(4n + 4),
    .page-current-researchers .directory-list li:nth-child(4n + 4),
    .page-current-admin-tech-staff .directory-list li:nth-child(4n + 4) {
      margin-right: 10px; }
    .page-directory .directory-list li:nth-child(5n + 5),
    .page-current-fellows .directory-list li:nth-child(5n + 5),
    .page-current-emeritus .directory-list li:nth-child(5n + 5),
    .page-current-researchers .directory-list li:nth-child(5n + 5),
    .page-current-admin-tech-staff .directory-list li:nth-child(5n + 5) {
      margin-right: 0; } }

.labs .directory-list li img {
  border: 5px solid #afc4d7;
  border-radius: 50%;
  display: block;
  margin: 0 auto; }

.labs .directory-list li .slat-txt {
  text-align: center; }
  .labs .directory-list li .slat-txt h2 {
    font-size: 34px;
    font-size: 2.125rem;
    color: #1e73be;
    font-weight: 300;
    line-height: 1.25;
    margin-top: 30px;
    text-align: center;
    text-decoration: none; }
    .labs .directory-list li .slat-txt h2 a {
      color: #006cc7; }
      .labs .directory-list li .slat-txt h2 a:hover {
        color: #3f6081;
        text-decoration: underline; }
  .labs .directory-list li .slat-txt p {
    text-align: left; }
  .labs .directory-list li .slat-txt .read-more {
    background-color: #afc4d7;
    border: 0;
    border-radius: 20px;
    color: #031323;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.625em 0.9375em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .labs .directory-list li .slat-txt .read-more:hover {
      background-color: #0080c7;
      color: #fff; }

.view-trainees-by-category .directory-list .fellow__name {
  min-height: 10px !important;
  padding: 0;
  font-size: 1.2rem; }

.view-trainees-by-category .directory-list .fellow__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center; }

.views-exposed-widget.views-submit-button input, .views-exposed-widget.views-reset-button input {
  background-color: #afc4d7;
  border: 0;
  border-radius: 20px;
  color: #031323;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.625em 0.9375em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .views-exposed-widget.views-submit-button input:hover, .views-exposed-widget.views-reset-button input:hover {
    background-color: #0080c7;
    color: #fff; }

.page-news .views-exposed-widgets,
.page-events .views-exposed-widgets {
  padding: 0; }

.page-news .view-filters,
.page-events .view-filters {
  background: #f5f5f5;
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px -3px #ccc;
  box-shadow: 0 3px 3px -3px #ccc;
  margin: 0 0 20px 0;
  padding: 5px 10px; }
  .page-news .view-filters .views-widget-filter-tid,
  .page-news .view-filters .views-widget-filter-field_event_category_target_id_selective,
  .page-events .view-filters .views-widget-filter-tid,
  .page-events .view-filters .views-widget-filter-field_event_category_target_id_selective {
    width: 100%;
    margin: 0px 4px 0 0; }
    @media (min-width: 979px) {
      .page-news .view-filters .views-widget-filter-tid,
      .page-news .view-filters .views-widget-filter-field_event_category_target_id_selective,
      .page-events .view-filters .views-widget-filter-tid,
      .page-events .view-filters .views-widget-filter-field_event_category_target_id_selective {
        width: 421px; } }
  .page-news .view-filters .views-widget-filter-field_event_category_target_id_selective,
  .page-news .view-filters .views-widget-filter-field_event_category2_target_id_selective,
  .page-events .view-filters .views-widget-filter-field_event_category_target_id_selective,
  .page-events .view-filters .views-widget-filter-field_event_category2_target_id_selective {
    width: 50%; }
    @media (min-width: 979px) {
      .page-news .view-filters .views-widget-filter-field_event_category_target_id_selective,
      .page-news .view-filters .views-widget-filter-field_event_category2_target_id_selective,
      .page-events .view-filters .views-widget-filter-field_event_category_target_id_selective,
      .page-events .view-filters .views-widget-filter-field_event_category2_target_id_selective {
        width: 40%; } }
    .page-news .view-filters .views-widget-filter-field_event_category_target_id_selective .chosen-container,
    .page-news .view-filters .views-widget-filter-field_event_category2_target_id_selective .chosen-container,
    .page-events .view-filters .views-widget-filter-field_event_category_target_id_selective .chosen-container,
    .page-events .view-filters .views-widget-filter-field_event_category2_target_id_selective .chosen-container {
      width: 100% !important; }
  .page-news .view-filters .views-exposed-widget.views-submit-button,
  .page-events .view-filters .views-exposed-widget.views-submit-button {
    margin: 1.625em 0 0;
    padding: 0; }
    @media (max-width: 979px) {
      .page-news .view-filters .views-exposed-widget.views-submit-button,
      .page-events .view-filters .views-exposed-widget.views-submit-button {
        width: 100%; } }
    .page-news .view-filters .views-exposed-widget.views-submit-button input,
    .page-events .view-filters .views-exposed-widget.views-submit-button input {
      margin: 0; }
  .page-news .view-filters .views-exposed-widget label,
  .page-events .view-filters .views-exposed-widget label {
    margin: 0 0 5px 0;
    color: #6b6b6b;
    font-weight: normal; }

.page-news .views-exposed-widget .chosen-container .chosen-choices {
  width: 428px; }

.directory .views-exposed-widget label,
.page-labs .views-exposed-widget label {
  margin: 0 0 5px 0;
  color: #6b6b6b; }

.directory .views-widget,
.page-labs .views-widget {
  border: 1px solid #f9f9f9;
  margin: 0 0 20px 0;
  border-radius: 3px;
  padding: 5px 10px;
  background: #dadada; }
  .directory .views-widget .form-autocomplete,
  .page-labs .views-widget .form-autocomplete {
    max-width: 400px;
    max-width: 25rem;
    padding: 5px 5px;
    width: calc(100% - 10px); }

.directory .views-exposed-widget.views-submit-button,
.page-labs .views-exposed-widget.views-submit-button {
  margin-top: 2em;
  padding: 0; }

#block-ski-event-content-type-categories-filter input[type='submit'] {
  background-color: #afc4d7;
  border: 0;
  border-radius: 20px;
  color: #031323;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.625em 0.9375em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: -15px;
  margin-left: 0.625em; }
  #block-ski-event-content-type-categories-filter input[type='submit']:hover {
    background-color: #0080c7;
    color: #fff; }

#footer {
  background-color: #031323; }
  #footer > .inside {
    max-width: 1200px;
    max-width: 75rem;
    margin: 0 auto;
    padding: 1.875em 0.625em;
    position: relative; }
    @media (min-width: 980px) {
      #footer > .inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #footer > .inside #block-block-11 {
      margin-top: 0.4375em; }
      #footer > .inside #block-block-11 p {
        line-height: 1;
        margin: 0; }
  #footer a {
    color: #00a2fc;
    text-decoration: underline; }
    #footer a:hover {
      color: #00a2fc;
      text-decoration: none; }
  #footer .footer-top {
    background: #0c2c4b; }
    #footer .footer-top .inside {
      max-width: 1200px;
      max-width: 75rem;
      margin: 0 auto;
      padding: 2.5em 0.625em; }
      #footer .footer-top .inside::after {
        clear: both;
        content: "";
        display: block; }
      @media (min-width: 1081px) {
        #footer .footer-top .inside {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media (min-width: 1200px) {
        #footer .footer-top .inside {
          padding-left: 0;
          padding-right: 0; } }
  #footer .spacer {
    color: #afc4d7;
    display: inline; }

.node-type-funding .lcp-content-container > div {
  padding-bottom: 30px; }
  .node-type-funding .lcp-content-container > div a {
    font-weight: bold; }
  .node-type-funding .lcp-content-container > div label:after {
    content: ': '; }
  .node-type-funding .lcp-content-container > div p {
    margin: 0; }

.node-type-funding .field-type-ds .field-type-datetime {
  display: inline; }

.node-type-funding .inline label {
  display: inline; }

.node-type-funding .sidebar-right .field-type-text-long {
  background: #f5f5f5;
  box-shadow: 0px 3px 3px -3px #ccc;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  margin: 0 0 30px 0;
  padding: 5px 20px 24px;
  -webkit-box-shadow: 0px 3px 3px -3px #ccc; }

.node-type-funding .sidebar-right label {
  font-weight: 300;
  font-size: 24px;
  color: #4b4b4b;
  border-bottom: 1px solid #999;
  margin: 20px 0 15px;
  padding: 0 0 10px 0; }
  .node-type-funding .sidebar-right label:after {
    content: ': '; }

#block-block-10 .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }

#block-block-10 .content li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0.9375em; }
  #block-block-10 .content li a {
    color: #006cc7; }
    #block-block-10 .content li a:hover {
      border-bottom: 2px solid #3f6081;
      color: #006cc7;
      text-decoration: none; }

#header {
  background-color: #031323; }
  #header .inner {
    max-width: 1200px;
    max-width: 75rem;
    margin: 0 auto;
    position: relative; }
  #header > .inner {
    padding: 0.4375em 0.625em 0.25em; }
    #header > .inner::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 980px) {
      #header > .inner {
        padding: 0.375em 1.25em 0.375em; } }

.icon-circle {
  font-size: 16px;
  font-size: 1rem;
  height: 37px;
  height: 2.3125rem;
  width: 37px;
  width: 2.3125rem;
  background-color: #243691;
  border-radius: 50%;
  display: inline-block;
  line-height: 2.3125;
  text-align: center; }
  .icon-circle:hover {
    background-color: #00a2fc; }
  .icon-circle i {
    color: #fff; }

.field-type-file a.file-icon {
  background: url(/modules/file/icons/text-plain.png) left center no-repeat transparent;
  padding: 2px 2px 2px 20px; }

.node-type-landing-page .field-type-text-with-summary h2 {
  font-size: 38px; }

.node-type-landing-page .field-type-text-with-summary p {
  font-size: 20px; }

.node-type-landing-page .field-type-field-collection .field-item {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0;
  border-top: 1px solid #bbb; }
  .node-type-landing-page .field-type-field-collection .field-item:last-child {
    border-bottom: 1px solid #bbb; }
  .node-type-landing-page .field-type-field-collection .field-item .group-image {
    text-align: center; }
  @media (min-width: 768px) {
    .node-type-landing-page .field-type-field-collection .field-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .node-type-landing-page .field-type-field-collection .field-item .group-content {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
      .node-type-landing-page .field-type-field-collection .field-item .group-image {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        text-align: right; } }
  @media (min-width: 768px) {
    .node-type-landing-page .field-type-field-collection .field-item.even .group-content {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .node-type-landing-page .field-type-field-collection .field-item.even .group-image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: left; } }
  .node-type-landing-page .field-type-field-collection .field-item .field-type-text {
    margin-top: 0;
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 12px; }
    .node-type-landing-page .field-type-field-collection .field-item .field-type-text a {
      color: #006cc7;
      text-decoration: none; }
  .node-type-landing-page .field-type-field-collection .field-item p {
    font-size: 16px; }
  .node-type-landing-page .field-type-field-collection .field-item .field-type-link-field {
    display: inline-block;
    background-color: #afc4d7;
    border: 0;
    border-radius: 20px;
    padding: 0.625em 0.9375em;
    text-align: center; }
    .node-type-landing-page .field-type-field-collection .field-item .field-type-link-field a {
      text-decoration: none;
      text-transform: uppercase;
      color: #031323;
      font-weight: bold;
      letter-spacing: 1px; }
    .node-type-landing-page .field-type-field-collection .field-item .field-type-link-field:hover, .node-type-landing-page .field-type-field-collection .field-item .field-type-link-field:focus {
      background-color: #0080c7; }
      .node-type-landing-page .field-type-field-collection .field-item .field-type-link-field:hover a, .node-type-landing-page .field-type-field-collection .field-item .field-type-link-field:focus a {
        color: #fff; }

.node-type-landing-page .content > .field-type-text-long {
  clear: both;
  margin: 0 auto;
  max-width: 791px; }
  .node-type-landing-page .content > .field-type-text-long p {
    font-size: 16px; }

.logo {
  float: left;
  display: block;
  max-width: calc(100% - 100px); }
  @media (min-width: 768px) {
    .logo {
      max-width: 390px;
      max-width: 24.375rem; } }
  .logo img {
    height: auto;
    max-width: 100%; }

.mobile-drawer-toggle {
  background-color: #afc4d7;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 15px;
  padding: 15px 10px;
  position: absolute;
  right: 20px;
  top: 6px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  width: 25px; }
  @media (min-width: 480px) {
    .mobile-drawer-toggle {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      top: 11px; } }
  @media (min-width: 980px) {
    .mobile-drawer-toggle {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(100%);
      clip-path: inset(100%);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; } }
  .mobile-drawer-toggle span {
    background-color: #04284a;
    border-top: 3px solid #04284a;
    border-radius: 9px;
    display: block;
    left: 10px;
    margin-bottom: 5px;
    position: absolute;
    top: 15px;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    width: calc(100% - 20px); }
    .mobile-drawer-toggle span:nth-child(2) {
      top: 21px; }
    .mobile-drawer-toggle span:nth-child(3) {
      bottom: 15px;
      margin-bottom: 0;
      top: auto; }
  .mobile-drawer-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 15px; }
  .mobile-drawer-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0; }
  .mobile-drawer-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 31px;
    left: 15px; }

@media (max-width: 979px) {
  .mobile-drawer {
    background-image: -o-linear-gradient(bottom, #afc4d7, #83a5c3 16%, #8397b6 29%, #4d6991 55%, #325d83 69%, #0f5580 82%, #163c61), -o-linear-gradient(344deg, #0d5580, rgba(132, 165, 195, 0));
    background-image: linear-gradient(to top, #afc4d7, #83a5c3 16%, #8397b6 29%, #4d6991 55%, #325d83 69%, #0f5580 82%, #163c61), linear-gradient(106deg, #0d5580, rgba(132, 165, 195, 0));
    left: -100%;
    position: absolute;
    top: 10px;
    top: 0;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    width: 100%;
    z-index: 500; }
    @supports (transform: translateX(-100%)) {
      .mobile-drawer {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); } } }

@media (max-width: 979px) {
  .mobile-drawer.open {
    left: 0; }
    @supports (transform: translateX(0)) {
      .mobile-drawer.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } } }

.mobile-drawer__extra-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 979px) {
    .mobile-drawer__extra-wrapper {
      padding: 0.625em; } }

.node-type-news .news-container .news-txt {
  clear: both; }
  @media (min-width: 768px) {
    .node-type-news .news-container .news-txt {
      clear: none;
      float: left;
      width: calc(100% - 200px); } }
  .node-type-news .news-container .news-txt img {
    float: none;
    margin-right: 0; }

#block-views-news-homepage-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #block-views-news-homepage-news ul li {
    display: inline-block;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    margin: 0 0 1em; }
    @media (max-width: 767px) {
      #block-views-news-homepage-news ul li img {
        width: 100%; } }
    #block-views-news-homepage-news ul li div:nth-child(1) {
      text-align: center; }
    #block-views-news-homepage-news ul li div.news-text {
      padding: 10px; }
      #block-views-news-homepage-news ul li div.news-text a, #block-views-news-homepage-news ul li div.news-text time {
        display: block; }
      #block-views-news-homepage-news ul li div.news-text a:first-child {
        font-weight: bold;
        font-size: 14px; }
      #block-views-news-homepage-news ul li div.news-text time {
        text-transform: uppercase;
        font-size: 13px;
        color: #6b6969;
        padding-top: 8px; }
      #block-views-news-homepage-news ul li div.news-text a.read-more {
        background-color: #afc4d7;
        border: 0;
        border-radius: 20px;
        color: #031323;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 0.625em 0.9375em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
        #block-views-news-homepage-news ul li div.news-text a.read-more:hover, #block-views-news-homepage-news ul li div.news-text a.read-more:focus {
          background-color: #0080c7;
          color: #fff; }

/*PAGER*/
.item-list-pager .pager {
  clear: both;
  margin: 0;
  overflow: auto;
  padding: 0.625em; }
  .item-list-pager .pager li {
    border-bottom: 0 !important;
    display: inline-block;
    list-style: none;
    margin: 0 3px 0 0; }
    .item-list-pager .pager li.current {
      background-color: #0d5580;
      color: #fff;
      padding: 0.4375em 0.625em; }
    .item-list-pager .pager li a {
      background-color: #afc4d7;
      color: #031323;
      display: inline-block;
      padding: 0.4375em 0.625em;
      text-decoration: none; }
      .item-list-pager .pager li a:hover {
        background-color: #00a2fc;
        color: #fff; }
  .page-search .item-list-pager .pager,
  .page-search-skeri .item-list-pager .pager {
    padding: 0; }

.page-projects .directory .directory-list li {
  position: relative; }

.page-projects .directory .views-widget,
.page-projects .page-labs .views-widget {
  background: none;
  border: 0;
  padding: 0; }

.page-projects .labs .directory-list li .slat-txt h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 26px;
  text-align: left; }

@media screen and (min-width: 1046px) {
  .page-projects .directory .directory-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 10px);
    flex: 0 0 calc(33% - 10px);
    padding: 15px 20px; }
    .page-projects .directory .directory-list li:nth-child(even) {
      margin-right: 10px; } }

.page-projects .status-Inactive {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.page-projects .status-Active,
.page-projects .status-Completed,
.page-projects .status-Inactive {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #2a6dc1;
  color: #fff;
  font-weight: 600;
  left: 0;
  letter-spacing: normal;
  line-height: normal;
  padding: 6px 10px;
  position: absolute;
  top: 0; }

.page-projects .status-Completed, .page-projects .status-Inactive {
  background-color: #ddd;
  color: #061322; }

.view-id-centers.view-display-id-block_4 .slat-img,
.view-id-labs.view-display-id-block_3 .slat-img,
.view-id-community_outreach.view-display-id-block_3 .slat-img,
#block-ski-tabbed-user-ski-tabbed-user-projects .slat-img {
  float: left; }
  .view-id-centers.view-display-id-block_4 .slat-img img,
  .view-id-labs.view-display-id-block_3 .slat-img img,
  .view-id-community_outreach.view-display-id-block_3 .slat-img img,
  #block-ski-tabbed-user-ski-tabbed-user-projects .slat-img img {
    float: none; }
  .view-id-centers.view-display-id-block_4 .slat-img .tabs-list-layout__image,
  .view-id-labs.view-display-id-block_3 .slat-img .tabs-list-layout__image,
  .view-id-community_outreach.view-display-id-block_3 .slat-img .tabs-list-layout__image,
  #block-ski-tabbed-user-ski-tabbed-user-projects .slat-img .tabs-list-layout__image {
    float: none; }

.view-id-centers.view-display-id-block_4 .status-Active,
.view-id-centers.view-display-id-block_4 .status-Completed,
.view-id-centers.view-display-id-block_4 .status-Inactive,
.view-id-labs.view-display-id-block_3 .status-Active,
.view-id-labs.view-display-id-block_3 .status-Completed,
.view-id-labs.view-display-id-block_3 .status-Inactive,
.view-id-community_outreach.view-display-id-block_3 .status-Active,
.view-id-community_outreach.view-display-id-block_3 .status-Completed,
.view-id-community_outreach.view-display-id-block_3 .status-Inactive,
#block-ski-tabbed-user-ski-tabbed-user-projects .status-Active,
#block-ski-tabbed-user-ski-tabbed-user-projects .status-Completed,
#block-ski-tabbed-user-ski-tabbed-user-projects .status-Inactive {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #2a6dc1;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  margin: 8px auto 0;
  padding: 6px 10px;
  text-align: center;
  width: 63px; }

.view-id-centers.view-display-id-block_4 .status-Completed, .view-id-centers.view-display-id-block_4 .status-Inactive,
.view-id-labs.view-display-id-block_3 .status-Completed,
.view-id-labs.view-display-id-block_3 .status-Inactive,
.view-id-community_outreach.view-display-id-block_3 .status-Completed,
.view-id-community_outreach.view-display-id-block_3 .status-Inactive,
#block-ski-tabbed-user-ski-tabbed-user-projects .status-Completed,
#block-ski-tabbed-user-ski-tabbed-user-projects .status-Inactive {
  background-color: #ddd;
  color: #061322;
  width: 100px; }

.node-type-project .page .status-Active,
.node-type-project .page .status-Completed,
.node-type-project .page .status-Inactive {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #2a6dc1;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  margin: 15px 0 0;
  padding: 6px 10px;
  text-align: center;
  width: 63px; }

.node-type-project .page .status-Completed, .node-type-project .page .status-Inactive {
  background-color: #ddd;
  color: #061322;
  width: 100px; }

.horizontal-tabs {
  border: 0;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(70% - 30px);
  flex: 0 0 calc(70% - 30px); }

@media screen and (min-width: 980px) {
  .horizontal-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% - 30px);
    flex: 0 0 calc(75% - 30px); } }

.horizontal-tabs-panes {
  padding: 20px 0 0; }

.horizontal-tabs .quicktabs-tabs,
.horizontal-tabs .horizontal-tabs-list {
  background: none;
  border-bottom: 4px solid #c5c5c5;
  border-right: 0;
  clear: both;
  display: inline-block;
  height: auto;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  width: 100%; }

.horizontal-tabs .quicktabs-tabs li,
.horizontal-tabs .horizontal-tabs-list li {
  background: #afc4d7;
  border: 2px solid #afc4d7;
  border-bottom: 0;
  display: block;
  float: left;
  padding: 6px 8px 6px !important;
  margin: 0 5px 0 0;
  min-width: 5em; }
  .horizontal-tabs .quicktabs-tabs li:hover,
  .horizontal-tabs .horizontal-tabs-list li:hover {
    background-color: #00a2fc;
    border-color: #00a2fc; }
    .horizontal-tabs .quicktabs-tabs li:hover a,
    .horizontal-tabs .horizontal-tabs-list li:hover a {
      color: #fff; }

.horizontal-tabs .quicktabs-tabs li.active,
.horizontal-tabs .horizontal-tabs-list li.selected {
  background-color: #0d5580;
  border-color: #0d5580; }
  .horizontal-tabs .quicktabs-tabs li.active a,
  .horizontal-tabs .horizontal-tabs-list li.selected a {
    color: #fff; }
  .horizontal-tabs .quicktabs-tabs li.active:hover,
  .horizontal-tabs .horizontal-tabs-list li.selected:hover {
    background-color: #00a2fc;
    border-color: #00a2fc; }
    .horizontal-tabs .quicktabs-tabs li.active:hover a,
    .horizontal-tabs .horizontal-tabs-list li.selected:hover a {
      color: #fff; }

.horizontal-tabs .quicktabs-tabs li a:focus,
.horizontal-tabs .quicktabs-tabs li a:hover,
.horizontal-tabs .quicktabs-tabs li.active a:focus,
.horizontal-tabs .quicktabs-tabs li.active a:hover,
.horizontal-tabs .horizontal-tabs-list li a:hover,
.horizontal-tabs .horizontal-tabs-list li.selected a:hover {
  background: none; }

.horizontal-tabs .quicktabs-tabs li a,
.horizontal-tabs .horizontal-tabs-list li a {
  display: block;
  padding: 5px 7px 3px !important;
  margin: 0 0px;
  color: #031323;
  text-decoration: none;
  font-weight: bold; }

.horizontal-tabs li.active a strong,
.horizontal-tabs li.selected a strong {
  color: #13315e; }

.horizontal-tabs .slat-txt p {
  background: none !important; }

.horizontal-tabs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%; }

@media screen and (min-width: 768px) {
  .horizontal-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(70% - 30px);
    flex: 0 0 calc(70% - 30px); } }

@media screen and (min-width: 980px) {
  .horizontal-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% - 30px);
    flex: 0 0 calc(75% - 30px); } }

.block-search-by-page {
  width: 165px;
  width: 10.3125rem;
  background-color: transparent;
  display: block;
  max-width: 60%;
  padding: 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 480px) {
    .block-search-by-page {
      width: 215px;
      width: 13.4375rem;
      max-width: none; } }
  @media (min-width: 980px) and (max-width: 1080px) {
    .block-search-by-page {
      width: 195px;
      width: 12.1875rem; } }
  @media (min-width: 980px) {
    .block-search-by-page {
      float: right;
      margin-top: 0.75em; } }
  .block-search-by-page input[type="text"] {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 20px;
    height: 1.25rem;
    background: #afc4d7;
    border: 0;
    border-radius: 26px;
    color: #222;
    padding: 0.38462em 3.84615em 0.38462em 1.53846em;
    width: calc(100% - 70px); }
    .block-search-by-page input[type="text"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #222; }
    .block-search-by-page input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #222;
      opacity: 1; }
    .block-search-by-page input[type="text"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #222; }
    .block-search-by-page input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #222;
      opacity: 1; }
  .block-search-by-page input[type="submit"] {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 23px;
    height: 1.4375rem;
    width: 23px;
    width: 1.4375rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icon-search.svg) center center no-repeat transparent;
    background-size: 80%;
    border: 0;
    font-size: 0;
    height: 0;
    right: 15px; }

.blk-search .compact-form-label,
.block-search-by-page .compact-form-label {
  color: #fff !important;
  font-weight: 200;
  margin: 8px 0 0px 6px;
  text-transform: uppercase; }

.blk-search .form-actions,
.block-search-by-page .form-actions {
  margin: 0; }

#block-views-projects-block-4 div.view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #block-views-projects-block-4 div.view-content h3 {
    margin: auto 0; }

.slat-list {
  margin: 0;
  padding: 15px 0 0; }
  .slat-list::after {
    clear: both;
    content: "";
    display: block; }
  .slat-list li {
    border-bottom: 1px solid #d4d4d4;
    list-style: none;
    margin-bottom: 1.25em; }
    .slat-list li p {
      line-height: 1.4;
      margin: 10px 0 0; }
    .slat-list li .slat-txt {
      min-height: 109px;
      padding: 10px 0 30px;
      margin: 0 0 0 130px; }
    .slat-list li img {
      float: left;
      border-radius: 50%;
      border: 2px solid #afc4d7; }
    .slat-list li .read-more {
      background-color: #afc4d7;
      border: 0;
      border-radius: 20px;
      color: #031323;
      display: inline-block;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 0.625em 0.9375em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      margin-top: 1.875em; }
      .slat-list li .read-more:hover {
        background-color: #0080c7;
        color: #fff; }
  .slat-list h2 {
    line-height: 1.25;
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }
    .slat-list h2 a {
      color: #006cc7;
      font-weight: 300;
      text-decoration: none; }
      .slat-list h2 a:hover {
        color: #3f6081;
        text-decoration: underline; }
  .slat-list .date {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #888;
    display: block;
    margin: 3px 0 8px; }
  .slat-list .event-date {
    color: #888;
    display: block;
    font-weight: bold;
    margin: 8px 0; }

/* Homepage slideshow */
.front-slideshow {
  position: relative;
  max-width: 75rem;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .front-slideshow {
      padding-bottom: 1.25em; } }
  .front-slideshow .slick__slider {
    width: 100%; }
  .front-slideshow .slick__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .front-slideshow .slick__slide:not(.slick-center) {
      opacity: 0; }
  .front-slideshow .slide-wrapper {
    position: relative; }
  @media (max-width: 979px) {
    .front-slideshow .slide-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .front-slideshow .slide__image {
    padding: 25px 0 0 0; }
    .front-slideshow .slide__image img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  @media (min-width: 768px) {
    .front-slideshow .slide__content-wrapper {
      display: inline-block;
      position: absolute;
      z-index: 1;
      margin: 0 auto;
      left: auto;
      right: auto;
      bottom: 0;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
      padding: 10% 0 0 0;
      text-align: center; } }
  @media (max-width: 979px) {
    .front-slideshow .slide__content-wrapper {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .front-slideshow .slide__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.23;
    padding: 0; }
    @media (min-width: 768px) {
      .front-slideshow .slide__title {
        margin-bottom: 70px; } }
    .front-slideshow .slide__title a {
      text-decoration: none;
      color: #0d5580; }
      @media (min-width: 768px) {
        .front-slideshow .slide__title a {
          color: #fff;
          text-shadow: 0 1px 0 #000; } }
      .front-slideshow .slide__title a:hover {
        text-decoration: underline; }
  .front-slideshow .slide__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.41; }
    @media (min-width: 768px) {
      .front-slideshow .slide__description {
        color: #fff; } }
    .front-slideshow .slide__description a {
      color: #00a2fc;
      text-decoration: underline; }
      .front-slideshow .slide__description a:hover {
        text-decoration: none; }
      .front-slideshow .slide__description a.more-link {
        background-color: #0d5580;
        border: 0;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 0.625em 0.9375em;
        text-align: center;
        text-decoration: none; }
        .front-slideshow .slide__description a.more-link:hover {
          background-color: #0080c7;
          color: #fff; }
  .front-slideshow .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .front-slideshow .slick-dots {
        margin-top: 20px;
        bottom: 0;
        margin-top: 20px;
        position: absolute;
        bottom: 25px;
        width: 100%; } }
    .front-slideshow .slick-dots li {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      margin-right: 0.75em; }
      .front-slideshow .slick-dots li:last-child {
        margin-right: 0; }
      .front-slideshow .slick-dots li button {
        width: 18px;
        width: 1.125rem;
        padding-top: 18px;
        padding-top: 1.125rem;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        background-color: #afc4d7;
        border: 0;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 0; }
      .front-slideshow .slick-dots li.slick-active button {
        background-color: #00a2fc; }
      .front-slideshow .slick-dots li:hover button {
        background-color: #0080c7; }
  .front-slideshow .slick-prev,
  .front-slideshow .slick-next {
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    height: 2.8125rem;
    width: 45px;
    width: 2.8125rem;
    display: none;
    font-size: 0;
    opacity: 0.7;
    border: 0;
    overflow: hidden;
    padding: 0; }
    .front-slideshow .slick-prev:hover,
    .front-slideshow .slick-next:hover {
      opacity: 1; }
    @media (min-width: 768px) {
      .front-slideshow .slick-prev,
      .front-slideshow .slick-next {
        display: block; } }
  .front-slideshow .slick-prev {
    left: -50px;
    background: url("/sites/all/themes/ski/images/icon-prev.svg"); }
  .front-slideshow .slick-next {
    right: -50px;
    background: url("/sites/all/themes/ski/images/icon-next.svg"); }

.splash {
  background: #f5f5f5;
  box-shadow: 0px 3px 3px -3px #ccc;
  margin: 0 0 30px 0;
  min-height: 255px;
  overflow: auto;
  padding: 5px 20px 24px;
  -webkit-box-shadow: 0px 3px 3px -3px #ccc; }

.splash img {
  border: 1px solid #afc4d7;
  margin-right: 20px; }

@media screen and (min-width: 670px) {
  .splash img {
    float: left; }
  .splash-grid .splash-grid-image {
    float: right;
    margin-left: 3%;
    max-width: 42%; }
  .splash-grid .splash-grid-image img {
    height: auto;
    max-width: 100%; } }

.splash-grid .splash-title {
  text-align: left; }

.splash .lab-txt {
  margin: 0;
  text-align: left; }

.tabs-list-layout .views-row {
  list-style: none;
  margin: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 23px 0;
  min-height: 150px; }

.tabs-list-layout__txt {
  min-height: 109px;
  margin-left: 130px; }

.tabs-list-layout__txt h2 {
  background: transparent;
  line-height: 1.25;
  margin: 0;
  padding: 0; }

.tabs-list-layout__txt h2 a {
  color: #006cc7;
  font-weight: 300;
  text-decoration: none; }

.tabs-list-layout__txt h2 a:hover {
  color: #3f6081;
  text-decoration: underline; }

.tabs-list-layout__txt p {
  line-height: 1.4;
  font-size: 1em;
  margin: 10px 0 0; }

.tabs-list-layout__image {
  float: left; }

.tabs-list-layout__image img {
  border: 2px solid #afc4d7;
  border-radius: 50%; }

.tabs-list-layout__more {
  margin-top: 1.875em; }
  .tabs-list-layout__more a {
    background-color: #afc4d7;
    border: 0;
    border-radius: 20px;
    color: #031323;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.625em 0.9375em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .tabs-list-layout__more a:hover {
      background-color: #0080c7;
      color: #fff; }

.accordion-category-trigger {
  display: block;
  padding-bottom: 10px; }

.node-type-technical-file h2 {
  margin: 0;
  font-size: 24px; }

.node-type-technical-file .intro {
  min-height: 300px; }
  .node-type-technical-file .intro .field-type-image,
  .node-type-technical-file .intro .field-type-video-embed-field {
    float: right;
    margin: 0 0 60px 60px; }

.node-type-technical-file .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .node-type-technical-file .content .sections {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  @media (min-width: 768px) {
    .node-type-technical-file .content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .node-type-technical-file .content .sections {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.node-type-technical-file .toc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .node-type-technical-file .toc .toc-content {
    padding: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(166, 188, 209, 0.1)), to(rgba(166, 188, 209, 0.1))), #FFFFFF;
    background: -o-linear-gradient(bottom, rgba(166, 188, 209, 0.1), rgba(166, 188, 209, 0.1)), #FFFFFF;
    background: linear-gradient(0deg, rgba(166, 188, 209, 0.1), rgba(166, 188, 209, 0.1)), #FFFFFF;
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .node-type-technical-file .toc {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
      .node-type-technical-file .toc .toc-content {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        bottom: auto; } }
  .node-type-technical-file .toc ol {
    padding-left: 25px; }
    .node-type-technical-file .toc ol li {
      margin-bottom: 15px; }
      .node-type-technical-file .toc ol li::marker {
        color: #006cc7; }

.node-type-technical-file .section {
  margin-bottom: 60px; }
  .node-type-technical-file .section h2 {
    font-size: 36px;
    margin: 0; }
  .node-type-technical-file .section p, .node-type-technical-file .section ul li {
    font-size: 16px; }

.node-type-technical-file .field-type-link-field {
  padding-bottom: 20px; }
  .node-type-technical-file .field-type-link-field:before {
    display: inline-block;
    content: '';
    background-image: url(../images/external-link.png);
    background-size: 24px;
    width: 24px;
    height: 24px; }

.node-type-technical-file .field-type-file .file .file-icon {
  padding: 0;
  background: unset; }

.node-type-technical-file .field-type-file .file:before {
  display: inline-block;
  content: '';
  background-image: url(../images/download.png);
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 5px; }

.node-type-technical-file .hashtags {
  padding-top: 50px; }
  .node-type-technical-file .hashtags .field-item {
    display: inline;
    color: #4b4b4b; }

.view-technical-files {
  padding: 60px 0; }
  .view-technical-files .view-content .views-row {
    border-bottom: 1px solid #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .view-technical-files .view-content .views-row .field-type-image {
      text-align: center;
      margin-bottom: 40px; }
    @media (min-width: 768px) {
      .view-technical-files .view-content .views-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .view-technical-files .view-content .views-row .views-field-nothing {
          -ms-flex-preferred-size: 80%;
          flex-basis: 80%; }
        .view-technical-files .view-content .views-row .field-type-image {
          -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
          text-align: right;
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .view-technical-files .view-content .views-row:nth-of-type(even) .views-field-nothing {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .view-technical-files .view-content .views-row:nth-of-type(even) .field-type-image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: left; } }
  .view-technical-files .view-content h3 {
    margin-top: 0; }
    .view-technical-files .view-content h3 a {
      font-size: 32px;
      text-decoration: none; }
  .view-technical-files .view-content p {
    font-size: 16px; }

.front-tri-blocks, .block-blockqueue-front-tri-blocks-top {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0.625em 0; }
  @media (min-width: 980px) {
    .front-tri-blocks, .block-blockqueue-front-tri-blocks-top {
      padding: 1.25em 0 0.625em 0; } }
  .front-tri-blocks .blockqueue-front-tri-blocks-top, .block-blockqueue-front-tri-blocks-top .blockqueue-front-tri-blocks-top {
    padding: 0 0.625em; }
  .front-tri-blocks .blockqueue-front-tri-blocks, .block-blockqueue-front-tri-blocks-top .blockqueue-front-tri-blocks {
    padding: 0 0.625em; }
    @media (min-width: 768px) {
      .front-tri-blocks .blockqueue-front-tri-blocks, .block-blockqueue-front-tri-blocks-top .blockqueue-front-tri-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      .front-tri-blocks .blockqueue-front-tri-blocks, .block-blockqueue-front-tri-blocks-top .blockqueue-front-tri-blocks {
        padding: 0; } }
  .front-tri-blocks .block, .block-blockqueue-front-tri-blocks-top .block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px; }
    @media (min-width: 980px) {
      .front-tri-blocks .block, .block-blockqueue-front-tri-blocks-top .block {
        border-top: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-bottom: 0;
        padding-top: 0;
        min-height: 20.3125em; }
        .front-tri-blocks .block .content p, .block-blockqueue-front-tri-blocks-top .block .content p {
          font-size: 0.9375em; } }
  .front-tri-blocks h2, .block-blockqueue-front-tri-blocks-top h2 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #0d5580;
    border-bottom: 1px solid #0d5580;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.625em;
    padding: 0 0 0.625em;
    text-decoration: none;
    text-transform: capitalize; }
  .front-tri-blocks h3, .block-blockqueue-front-tri-blocks-top h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #006cc7;
    line-height: 1.5;
    font-weight: bold;
    padding: 0; }
    .front-tri-blocks h3 a, .block-blockqueue-front-tri-blocks-top h3 a {
      color: #006cc7;
      text-decoration: none; }
      .front-tri-blocks h3 a:hover, .block-blockqueue-front-tri-blocks-top h3 a:hover {
        border-bottom: 2px solid #3f6081;
        color: #006cc7;
        text-decoration: none; }
  .front-tri-blocks p, .block-blockqueue-front-tri-blocks-top p {
    margin-top: 0; }
  .front-tri-blocks ul, .block-blockqueue-front-tri-blocks-top ul {
    margin: 0;
    padding: 0; }
  .front-tri-blocks li, .block-blockqueue-front-tri-blocks-top li {
    list-style-type: none;
    margin: 0 0 1.875em;
    padding: 0; }
  .front-tri-blocks .more-link, .block-blockqueue-front-tri-blocks-top .more-link {
    margin-top: 0.625em;
    text-align: left; }
    @media (min-width: 980px) {
      .front-tri-blocks .more-link, .block-blockqueue-front-tri-blocks-top .more-link {
        bottom: 0;
        left: 0;
        position: absolute; } }
    .front-tri-blocks .more-link a, .block-blockqueue-front-tri-blocks-top .more-link a {
      background-color: #afc4d7;
      border: 0;
      border-radius: 20px;
      color: #031323;
      display: inline-block;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 0.625em 0.9375em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .front-tri-blocks .more-link a:hover, .block-blockqueue-front-tri-blocks-top .more-link a:hover {
        background-color: #0080c7;
        color: #fff; }

@media (min-width: 980px) {
  .blockqueue-front-tri-blocks-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blockqueue-front-tri-blocks-top #block-ski-biblio-homepage-recent {
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      margin-right: 30px; }
      .blockqueue-front-tri-blocks-top #block-ski-biblio-homepage-recent a {
        font-weight: bold; }
      .blockqueue-front-tri-blocks-top #block-ski-biblio-homepage-recent .biblio-text {
        font-size: 0.9375em; }
    .blockqueue-front-tri-blocks-top #block-views-upcoming-events-view-block {
      font-size: 0.9375em;
      margin-left: -20px;
      padding-left: 20px; } }

.blockqueue-front-tri-blocks-top .biblio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 28px; }
  .blockqueue-front-tri-blocks-top .biblio-item:last-child {
    margin-bottom: 0; }
  .blockqueue-front-tri-blocks-top .biblio-item .biblio-image {
    margin-right: 20px; }
    .blockqueue-front-tri-blocks-top .biblio-item .biblio-image img {
      width: 60px;
      height: 60px; }
  .blockqueue-front-tri-blocks-top .biblio-item .bilio-text h3 {
    font-size: 18px;
    line-height: 1.39; }
  .blockqueue-front-tri-blocks-top .biblio-item .biblio-author {
    font-size: 16px;
    line-height: 1.41; }

@media (min-width: 980px) {
  .blockqueue-front-tri-blocks-top .more-link {
    position: relative; } }

.front nav.tabs {
  display: none; }

/****** USER PROFILE *********/
.user_profile_head_top {
  margin-bottom: 30px;
  position: relative; }

.user_profile_head_top::after {
  clear: both;
  content: '';
  display: block; }

.user_profile_head_first {
  position: relative;
  width: 100%; }

.user-profile-lab-link {
  background: #afc4d7;
  color: #031323;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin: 8px 0 0;
  padding: 8px 12px 6px;
  text-align: center;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  .user-profile-lab-link {
    float: right; } }

.user-profile-lab-link:hover {
  background: #00a2fc;
  color: #fff; }

#user_profile_head_image {
  margin: 0;
  text-align: center; }

#user_profile_head_image img {
  height: auto;
  max-width: 300px; }

#user_profile_head_details {
  font-size: 16px;
  font-weight: 300; }

#user_profile_head_details_top {
  margin-bottom: 20px; }

#user_profile_head_details_name {
  font-weight: 300;
  font-size: 2.75em;
  color: #4b4b4b;
  line-height: 1em;
  margin: 10px 0;
  padding: 0; }

#user_profile_head_details_title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0; }

.user-profile-button {
  background-color: #afc4d7;
  display: block;
  height: 25px;
  margin-bottom: 10px;
  padding: 8px 10px 6px; }

.user-profile-button a {
  color: #031323;
  text-decoration: none; }

.user-profile-button:hover {
  background: #00a2fc;
  color: #fff; }

.user-profile-button:hover a {
  color: #fff; }

@media screen and (min-width: 480px) {
  .user-profile-button {
    display: inline-block;
    margin-bottom: 0; }
  .user-profile-button:nth-child(n + 2) {
    margin-left: 20px; } }

#user_profile_left .block,
#user_profile_left #user_profile_contacts,
#user_profile_left #user_profile_links {
  padding: 15px 0;
  margin: 0 0 30px 0; }

#user_profile_right .block {
  padding: 15px; }

#user_profile_left .block a,
#user_profile_left #user_profile_contacts a,
#user_profile_left #user_profile_links a,
#user_profile_right .block a {
  color: #13315e;
  text-decoration: none;
  font-size: 14px; }

.profile__external-links label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.profile__external-links .field-items .field-item {
  margin-bottom: 20px; }

.user_profile__contact-information {
  margin-bottom: 20px; }

#user_profile_left .block h2,
#user_profile_left #user_profile_contacts label,
#user_profile_left #user_profile_links label,
#user_profile_right .block h2 {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 300;
  padding: 0 0 15px; }

#user_profile_left .block .views-field-title,
#user_profile_right .block .views-field-title {
  margin: 10px 0; }

#user_profile_middle .block > div {
  padding: 8px 5px; }

#user_profile_middle .block > .quicktabs-wrapper {
  padding: 0; }

#user_profile_right {
  margin: 0 !important; }

#user_profile_head_details_degrees {
  margin: 10px 0; }

#user_profile_head_details_public_statement {
  margin: 0 0 30px 0; }

#user_profile_contacts .field-collection-view {
  margin: 0 0 0px 0 !important;
  padding: 0px 0 20px 0;
  border-bottom: 7px solid #ccc; }

#user_profile_contacts .field-collection-view span {
  line-height: 18px;
  font-size: 0.9em; }

#user_profile_links .field-type-link-field {
  overflow: hidden; }

.field-collection-view span {
  display: inherit; }

#user_profile_contacts .field-collection-view .field-type-text.state {
  display: inline-block; }

#user_profile_contacts .field-collection-view .field-type-text.zip {
  display: inline; }

#user_profile_contacts .field-collection-view .field-type-text.city {
  display: inline-block; }

.block-ski-tabbed-user-ski-tabbed-user-contact-info,
.block-ski-tabbed-user-ski-tabbed-user-alumni-contact {
  background: #f5f5f5; }

@media screen and (min-width: 768px) {
  #user_profile_head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .user_profile_head_first.has-contact-info {
    width: calc(75% - 30px); }
  .user_profile_head_second {
    margin-left: 30px;
    width: 25%; }
  .profile__contact {
    text-align: right; } }

@media screen and (min-width: 992px) {
  #user_profile_head_image {
    float: left;
    margin-right: 20px;
    text-align: left;
    width: 30%; }
  #user_profile_head_image img {
    max-width: 100%; }
  .has-image .user_profile_links,
  .has-image #user_profile_head_details {
    margin-left: calc(30% + 20px); } }

/**
 * Alumni sidebar
 */
.profile__alumni-info {
  background: #f5f5f5; }

.profile__alumni-info-inner {
  padding: 10px 15px 20px; }

.profile__side-label {
  color: #13315e;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0 10px; }

.profile__side-section {
  margin-bottom: 30px; }

.profile__mentors ul {
  list-style: none;
  padding: 0; }

/****** USER PROFILE END*********/

/*# sourceMappingURL=../maps/ski.compiled.css.map */
