/*
lessc assets/kube/less/home.less assets/kube/css/home.css
*/
@font-face {
  font-family: abcwhyte-bold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Bold.woff2) format("woff2");
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Bold.woff) format("woff");
}
@font-face {
  font-family: abcwhyte-bolditalic;
  font-style: italic !important;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BoldItalic.woff2) format("woff2");
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: abcwhyte-medium;
  font-style: normal;
  font-display: swap;
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Medium.woff2) format("woff2");
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Medium.woff) format("woff");
}
@font-face {
  font-family: abcwhyte-mediumitalic;
  font-style: italic !important;
  font-display: swap;
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-MediumItalic.woff2) format("woff2");
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-MediumItalic.woff) format("woff");
}
@font-face {
  font-family: abcwhyte-book;
  font-style: normal;
  font-display: swap;
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Book.woff2) format("woff2");
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Book.woff) format("woff");
}
@font-face {
  font-family: abcwhyte-bookitalic;
  font-style: italic !important;
  font-display: swap;
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BookItalic.woff2) format("woff2");
  src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BookItalic.woff) format("woff");
}
@font-face {
  font-family: arizona-bold;
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url(https://www.umb.edu/assets/fonts/Arizona/ABCArizonaSerif-Bold.woff2) format("woff2");
  src: url(https://www.umb.edu/assets/fonts/Arizona/ABCArizonaSerif-Bold.woff) format("woff");
}
/*
/*
@font-face { font-family: "abcwhyte-bold"; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Bold.woff2) format("woff2"); }
@font-face { font-family: "ABCWhyte-Bold"; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Bold.woff2) format("woff2"); }
@font-face { font-family: "abcwhyte-bold"; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Bold.woff) format("woff"); }
@font-face { font-family: "ABCWhyte-Bold"; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-Bold.woff) format("woff"); }
@font-face { font-family: "abcwhyte-bolditalic"; font-style: italic; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BoldItalic.woff2) format("woff2"); }
@font-face { font-family: "ABCWhyte-BoldItalic"; font-style: italic; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BoldItalic.woff2) format("woff2"); }
@font-face { font-family: "abcwhyte-bolditalic"; font-style: italic; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BoldItalic.woff) format("woff"); }
@font-face { font-family: "ABCWhyte-BoldItalic"; font-style: italic; font-weight: 700; font-display: swap; src: url(https://www.umb.edu/assets/fonts/Whyte/ABCWhyte-BoldItalic.woff) format("woff"); }
*/
/* pulls main content up when no hero image present */
.gala.main-nav {
  height: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home-masthead {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #005a8b;
}
.home-masthead .overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 65%, transparent 35%);
}
.home-masthead .masthead-inner {
  min-height: 332px;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.home-masthead .masthead-inner .tag-line {
  position: absolute;
  bottom: 0;
}
.home-masthead .masthead-inner .tag-line p,
.home-masthead .masthead-inner .tag-line caption,
.home-masthead .masthead-inner .tag-line h1 {
  margin: 0;
  padding: 0.4em 0.8em 0.4em 0.8em;
  color: #fede42;
  font-family: "arizona-bold", sans-serif;
  font-size: 3.75em;
  text-align: right;
  letter-spacing: 0;
  font-weight: 700;
}
.home-masthead .masthead-inner .tag-line p a {
  font-family: "arizona-bold", sans-serif;
  color: #fede42;
  line-height: 100%;
  letter-spacing: 0;
}
ul.dropdown {
  max-height: 400px;
  border: 1px solid #eee;
  box-shadow: none;
}
ul.dropdown > li {
  display: block;
  float: none;
  width: 100%;
  z-index: 10000;
}
ul.dropdown > li a {
  color: #0f0f0f;
}
ul.dropdown > li a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background: none;
}
.navbar .dropdown-social ul {
  display: block;
  list-style: none;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.navbar .dropdown-social ul li {
  float: none;
  padding-bottom: 1em;
}
.navbar .dropdown-social ul li a {
  color: #003c66;
}
.navbar .dropdown-social ul li a:hover {
  color: #003c66;
  text-decoration: underline;
}
.blue-trans {
  background-color: rgba(0, 89, 140, 0.8);
}
.main-nav-inner {
  margin: 0 auto;
  padding-left: 1.65em;
  max-width: 1200px;
}
.main-nav-inner .navbar ul.nav li a {
  text-transform: uppercase;
}
.home {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0 0 0;
}
.home .tiles {
  height: 320px;
  overflow: hidden;
}
ul {
  list-style: none;
  margin-left: 1.65em;
  /*li:before{
    font-family: 'FontAwesome';
    content: '\f101';
    float: left;
    margin-left: -1.5em;
    color: @color-brand-blue;
  }*/
}
@media (max-width: 1199px) {
  .home {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 840px) {
  .masthead-inner .tag-line {
    width: 100%;
    bottom: 0;
  }
  .masthead-inner .tag-line p {
    padding: 0.5em 0.8em 0.5em 0.8em;
    font-size: 1.75em;
  }
}
@media (max-width: 768px) {
  .home-masthead {
    min-height: 200px;
  }
  .home-masthead .masthead-inner {
    min-height: 200px;
  }
  .home-masthead .masthead-inner .tag-line {
    width: 100%;
    bottom: 0;
  }
  .home-masthead .masthead-inner .tag-line p {
    width: 100%;
    padding: 0.5em 0.8em 0.5em 0.8em;
    color: #fede42;
    font-size: 2em;
    line-height: normal;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .dropdown-social .unit-50 {
    float: left;
    margin-left: 3%;
    margin-bottom: 0;
    padding: 0.5em 0 0 2em;
    width: 40%;
  }
  .dropdown-social .unit-50 ul {
    padding: 0;
  }
  .dropdown-social .unit-50 ul li a {
    color: #fff;
  }
  .dropdown-social .unit-50 ul li a:hover {
    color: #003c66;
    text-decoration: underline;
  }
  /*

  .home {
    .units-row {
      margin-bottom: 0;
    }
    .tiles {
      height: 100%;
    }
  }

  .home .tile-row .unit-66,
  .home .tile-row .unit-33 {
    margin-left: 0;
  }

  .home .news .unit-50 {
    margin-bottom: 0;
  }

  .quote a .unit-50.pull-quote {
    height: auto;
  }

  .style-3 .image, .style-4 .image {
    height: 150px;
  }

  .style-4 .callout {
    height: 100%;
  }

  */
}
@media (max-width: 500px) {
  /* .masthead-inner .tag-line p */
  .home-masthead .masthead-inner .tag-line p {
    font-size: 1.75em;
    font-weight: 400;
  }
}
