/* ----------------------
  Configuration
  Setup of the basic components-v4 (fonts/colors/etc)
  ---------------------- */
/* ----------------------
  components-v4
  ---------------------- */
.band {
  padding: 3rem 1rem;
  background-color: #ffffff;
  color: #0c2340; }
  @media (min-width: 992px) {
    .band {
      padding: 3rem; } }
  .band--navy {
    background-color: #0c2340;
    color: #ffffff; }
    .band--navy a {
      color: #ffffff; }
      .band--navy a:hover, .band--navy a:focus {
        color: #cccccc; }
  .band--pacific-blue {
    background-color: #0099cc;
    color: #0c2340; }
  .band--pacific-blue-dark {
    background-color: #007db3;
    color: #0c2340; }
  .band--silver {
    background-color: #9ea2a2;
    color: #0c2340; }
  .band--light-silver {
    background-color: #dfe0e0;
    color: #0c2340; }
  .band--no-padding {
    padding: 1rem 0; }
    @media (min-width: 992px) {
      .band--no-padding {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }
  .band--no-padding-top {
    padding-top: 1rem; }
    @media (min-width: 992px) {
      .band--no-padding-top {
        padding-top: 0 !important; } }
  .band--no-padding-bottom {
    padding-bottom: 1rem; }
    @media (min-width: 992px) {
      .band--no-padding-bottom {
        padding-bottom: 0 !important; } }
  .band--details {
    padding: 0 !important; }
    .band--details__item {
      display: none; }
    .band--details__item-active {
      display: block; }
  .band--photo {
    background-color: #0c2340;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    padding: 3rem 0; }
    @media (min-width: 768px) {
      .band--photo {
        padding: 6rem 0; } }
  .band--fixed {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
    padding: 3rem 0; }
    @media (min-width: 768px) {
      .band--fixed {
        padding: 6rem 0; } }
    @media (min-width: 992px) {
      .band--fixed {
        background-attachment: fixed; } }
  .band--video {
    background: #0c2340;
    clear: both;
    max-height: calc( 100vh / 0.85);
    overflow: hidden;
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      .band--video {
        max-height: calc(100vh / 2); } }
    .band--video__backup-image {
      display: block;
      width: 100%; }
      @media (min-width: 992px) {
        .band--video__backup-image {
          display: none; } }
    .band--video__main-video, .band--video__background-video {
      display: none;
      height: auto;
      max-width: 100%;
      object-fit: contain;
      width: 100%; }
    @media (min-width: 992px) {
      .band--video__background-video {
        display: block; } }
    .band--video__content-container {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%; }
    .band--video__content {
      margin: 0 auto;
      padding: 0.75rem;
      position: absolute;
      top: 25%;
      width: 100%;
      text-align: center; }
    .band--video__title {
      color: #ffffff;
      font-size: 2.4rem;
      line-height: 1.25;
      margin: 0 auto;
      text-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .band--video__title {
          font-size: 4.8rem;
          width: 945px; } }
    .band--video__play-video {
      color: #ffffff;
      font-size: 3rem; }
      .band--video__play-video:hover {
        color: #007db3; }
      .band--video__play-video .fa {
        display: inline-block; }
      @media (min-width: 768px) {
        .band--video__play-video {
          font-size: 8rem; } }
  .band--playing {
    max-height: none;
    background-image: none;
    background-color: transparent; }
    .band--playing .band--video__main-video {
      display: block; }
    .band--playing .band--video__background-video,
    .band--playing .band--video__content-container {
      display: none; }

.academic {
  color: #ffffff;
  display: block;
  padding: 6rem 0 6rem !important;
  position: relative;
  overflow: hidden; }
  .academic__content {
    margin: 0 auto;
    padding-bottom: 3rem;
    color: #ffffff; }
    @media screen and (min-width: 1070px) {
      .academic__content {
        font-size: 2.2rem;
        padding: 0 1.5rem 2rem; } }
  .academic h1 {
    margin-bottom: 0px; }
    @media screen and (min-width: 1070px) {
      .academic h1 {
        margin-bottom: 5px; } }
  .academic__title {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 2.5rem; }
    @media screen and (min-width: 1070px) {
      .academic__title {
        font-size: 4.0rem;
        line-height: 4.0rem; } }
    .academic__title--degree {
      font-style: italic;
      margin-bottom: 1rem; }
      @media screen and (min-width: 1070px) {
        .academic__title--degree {
          margin-bottom: 2rem; } }
  .academic__cta {
    color: #0c2340;
    display: block;
    font-size: 1.4rem;
    font-weight: 200;
    margin: 0 auto;
    padding: 0;
    margin-top: -2px;
    text-align: center;
    width: 100%; }
    .academic__cta--billboard {
      margin-top: 3.8rem;
      padding: 0;
      line-height: 2.2rem; }
      @media screen and (min-width: 768px) {
        .academic__cta--billboard {
          margin-top: 0.5rem; } }
    @media screen and (min-width: 768px) {
      .academic__cta {
        width: calc( (100%/12) * 10);
        text-align: right; } }
    .academic__cta a {
      display: inline-block; }
    .academic__cta p {
      display: inline-block;
      padding: 1.0rem 0rem;
      background: rgba(255, 255, 255, 0.8);
      background-color: white;
      width: 185px;
      text-align: center;
      line-height: 25px; }
    .academic__cta img {
      display: inline;
      height: 25px;
      padding-right: 15px;
      vertical-align: top; }
    .academic__cta a {
      color: #0c2340; }
      .academic__cta a:hover, .academic__cta a:focus {
        text-decoration: underline; }
  .academic__degree {
    color: #0c2340;
    display: block;
    font-size: 1.6rem;
    font-weight: 200;
    margin: 0 auto;
    padding: 2.4rem 0 0 0;
    text-align: center;
    width: calc( (100%/12) * 10); }
    @media screen and (min-width: 1070px) {
      .academic__degree {
        text-align: right; } }
    .academic__degree p {
      display: inline-block;
      padding: 1.125rem 2rem;
      background: rgba(255, 255, 255, 0.8); }
  .academic__buttons .button {
    border: solid 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1rem;
    width: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    transition: background 500ms ease-in-out, border 500ms ease-in-out, color 500ms ease-in-out;
    /* uncss: ignore */ }
    .academic__buttons .button.show {
      background: #0c2340;
      border-color: #0c2340; }
    .academic__buttons .button:hover, .academic__buttons .button:focus, .academic__buttons .button:active {
      background: #ffffff;
      border-color: #ffffff;
      color: #0c2340; }

.grad_form {
  background: rgba(255, 255, 255, 0.15);
  border: solid 0.2rem rgba(255, 255, 255, 0.15);
  padding: 0rem 1rem 1.5rem; }
  .grad_form input, .grad_form select, .grad_form textarea {
    display: block;
    width: 100%;
    padding: 0.75rem;
    font-size: 1.6rem;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    border: none;
    transition: background ease; }
    .grad_form input:focus, .grad_form select:focus, .grad_form textarea:focus {
      background: white; }
  .grad_form select {
    height: 3.6rem; }
  .grad_form label {
    display: block;
    font-weight: 300;
    padding: 0.5rem 0; }
  .grad_form button {
    -webkit-font-smoothing: inherit;
    background-color: transparent;
    border: solid 0.2rem;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 200;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    background: transparent;
    padding: 1rem;
    color: #ffffff;
    font-weight: 400; }
    .grad_form button:not(:first-child) {
      margin-top: 1rem; }
    @media (min-width: 992px) {
      .grad_form button {
        font-size: 2rem;
        padding: 2rem 1rem;
        color: #ffffff;
        font-weight: 400; }
        .grad_form button:not(:first-child) {
          margin-top: 2rem; } }
    .grad_form button:hover, .grad_form button:focus {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #0c2340; }

.subband {
  background-color: #ffffff;
  color: #0c2340; }
  .subband h3 {
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase; }
  .subband--disclaimer {
    line-height: 1.4em;
    margin: 30px 10px 10px 10px; }

.billboard {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0c2340;
  display: block;
  height: 50rem;
  line-height: 1.1;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .billboard {
      height: 64rem; } }
  .billboard__box {
    background: #0099cc;
    border-top: solid 0.9rem #007db3;
    padding: 1.2rem 1.2rem 0 1.2rem;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .billboard__box {
        width: calc( (100% / 12) * 10);
        padding-top: 2.5rem; } }
    @media screen and (min-width: 1070px) {
      .billboard__box {
        width: calc((100% / 12) * 8); } }
  .billboard__title {
    color: #ffffff;
    font-size: 3.0rem;
    line-height: 1.1;
    margin: 0 0 12px;
    text-transform: uppercase; }
    @media screen and (min-width: 1070px) {
      .billboard__title {
        font-size: 4.8rem; } }
  .billboard__half-title {
    background: url("../images/bg-half-title.png") repeat-x left center;
    display: inline-block;
    margin: 0 auto;
    padding: 0 3rem;
    width: auto; }
    @media (min-width: 768px) {
      .billboard__half-title {
        padding: 0 90px; } }
  .billboard__subtitle {
    background-color: #0099cc;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    margin: 0;
    padding: 0 15px; }

.careerlogos h2 {
  font-size: 3.4rem;
  text-align: center;
  text-transform: uppercase; }

.careerlogos__wrap {
  margin: 0 auto;
  text-align: center; }
  .careerlogos__wrap img {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto; }

.cincy {
  padding-bottom: 18%;
  padding-top: 100px; }
  .cincy__panel {
    background: rgba(0, 0, 0, 0.52);
    padding: 15px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center; }
    .cincy__panel--title {
      font-size: 5rem;
      display: block;
      color: #fff; }
      @media (min-width: 768px) {
        .cincy__panel--title {
          font-size: 7rem; } }
    .cincy__panel--subtitle {
      font-size: 1.4rem;
      line-height: 1.6rem;
      font-weight: 200;
      color: #0099cc; }
  .cincy a.button {
    background: rgba(0, 0, 0, 0.52);
    border: solid 2px rgba(0, 0, 0, 0.52);
    color: #fff;
    font-size: 1.6rem;
    padding: 10px;
    margin: 0.5rem 0;
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    transition: background 500ms ease-in-out, border 500ms ease-in-out, color 500ms ease-in-out; }

.fullmain {
  min-height: 100vh;
  padding: 120px 0px; }
  .fullmain__spacer {
    display: block;
    padding-top: 0; }
    @media (min-width: 768px) {
      .fullmain__spacer {
        padding-top: 195px; } }
  .fullmain h1 {
    font-size: 4.8rem;
    text-align: center; }
  .fullmain a.button {
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #0c2340 !important;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 10px;
    margin: 0.5rem 0;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 500ms ease-in-out, border 500ms ease-in-out, color 500ms ease-in-out; }
    .fullmain a.button:hover {
      background: #fff;
      color: #0099cc; }

/* ======== CODE FOR HOMEPAGE ========== */
.hero__wrap {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 98%;
  z-index: 3; }

.hero__box {
  background: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  padding: 15px 0 20px;
  width: 90%;
  text-align: center; }
  @media (min-width: 768px) {
    .hero__box {
      width: 700px; } }

.hero__helper {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 0; }

.hero__heading {
  color: #0c2340;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 24px 0;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .hero__heading {
      font-size: 4.8rem; } }

.hero form {
  margin: 0;
  padding: 0; }

.hero .form-input {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
  font-weight: 100;
  font-style: normal;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 8px;
  width: 200px; }
  @media (min-width: 768px) {
    .hero .form-input {
      font-size: 2.4rem;
      height: 50px;
      padding: 0 16px;
      width: 450px; } }

.hero .form-button {
  background-color: #09c;
  border: 1px solid #09c;
  color: #fff;
  font-weight: 100;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 8px;
  width: 60px;
  transition: background-color 500ms ease-in-out, border 500ms ease-in-out, color 500ms ease-in-out; }
  @media (min-width: 768px) {
    .hero .form-button {
      font-size: 2.4rem;
      height: 50px;
      padding: 0 16px;
      width: 120px; } }

.join {
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .join {
      display: none !important; } }
  .join h2 {
    font-size: 3.4rem;
    color: #0c2340;
    margin-bottom: 3rem;
    margin-top: 0; }
  .join .icon-link img.icon, .join a.icon-link img.icon {
    background-color: #dfe0e0;
    padding: 1.5em;
    border-radius: 100%;
    min-height: 75px;
    min-width: 75px;
    margin-bottom: 0.25em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: border-radius 500ms ease-in-out; }
    .join .icon-link img.icon:hover, .join .icon-link img.icon:focus, .join a.icon-link img.icon:hover, .join a.icon-link img.icon:focus {
      border-radius: 10px; }
  .join p {
    font-size: 1.8rem;
    font-weight: 700; }

.mainContent__panel {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  border: none;
  color: #0c2340;
  padding: 15px;
  border-radius: 0;
  margin-bottom: 30px; }
  .mainContent__panel--dark {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 30px; }

.mainContent h2 {
  text-transform: uppercase;
  font-size: 3.4rem;
  text-align: center; }

.mainContent .button {
  border: solid 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem;
  width: 100%; }

.mainContent a.button {
  background: rgba(255, 255, 255, 0.75);
  border: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: background 500ms ease-in-out, border 500ms ease-in-out, color 500ms ease-in-out;
  border: none; }
  .mainContent a.button:hover, .mainContent a.button:active, .mainContent a.button:focus {
    background: #0c2340;
    color: #fff; }

.slideshow {
  padding: 0 !important;
  display: none; }
  @media (min-width: 768px) {
    .slideshow {
      display: block; } }

.twitter h2 {
  font-size: 3.4rem;
  text-align: center;
  text-transform: uppercase; }

.fa-wifi:before {
  content: "\f1eb"; }

.standout h2 {
  font-size: 3.4rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase; }

.standout h5 {
  font-size: 2.4rem;
  margin: 10px 0px;
  font-weight: 300;
  line-height: 3rem;
  text-transform: uppercase; }

.standout p {
  font-weight: 200;
  line-height: 2.4rem;
  text-align: left; }
  .standout p.subtitle {
    margin-bottom: 30px;
    text-align: center; }

.standout img {
  margin: 0 auto; }

.staticons h2 {
  font-size: 3.4rem;
  text-transform: uppercase; }

.staticons h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: -10px; }

.staticons p {
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase; }

.staticons img {
  height: 150px;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%; }

.story h2 {
  line-height: 1.1;
  text-transform: uppercase; }

.story a {
  color: #0c2340;
  font-size: 1.8rem;
  font-weight: 300;
  transition: background 500ms ease-in-out, border 500ms ease-in-out, color 500ms ease-in-out; }
  .story a.button {
    border: solid 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1rem;
    width: 100%; }
    .story a.button:hover {
      background: #ffffff;
      color: #0099cc; }
    .story a.button.white {
      color: #ffffff; }
      .story a.button.white:hover {
        color: #0099cc; }

.subhero {
  padding: 120px 0px !important; }
  .subhero__panel {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 70px;
    border: none; }
    .subhero__panel--keyword {
      font-size: 9rem;
      font-weight: 600;
      line-height: 9rem;
      color: #0099cc;
      text-transform: uppercase; }
    .subhero__panel--statement {
      font-size: 2rem;
      line-height: 2.3rem; }

.wcb {
  padding: 30px 0; }
  .wcb h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center; }

.show-programs {
  color: #0099cc;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 3;
  cursor: pointer;
  text-align: center;
  display: block; }
  .show-programs span {
    color: #ffffff; }
  @media (min-width: 992px) {
    .show-programs {
      font-size: 3.4rem; } }
  .show-programs:hover, .show-programs:focus {
    color: #ffffff; }
  .show-programs--white {
    color: #ffffff; }
    .show-programs--white:hover, .show-programs--white:focus {
      color: #0c2340; }
  .show-programs .fa {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s; }
  .show-programs .fa-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }

.band--programs-list {
  background-color: #ffffff;
  display: none;
  /* uncss: ignore */ }
  .band--programs-list.active {
    display: block; }

.btn--active {
  background: #0c2340;
  color: #fff; }

.major-buttons {
  display: none;
  /* uncss: ignore */ }
  .major-buttons--active {
    display: block; }
  .major-buttons .form-select {
    width: 100%; }

.nav-pills {
  float: none;
  text-align: center;
  margin-bottom: 0.75rem;
  padding-left: 0;
  list-style: none;
  display: none;
  margin-top: 15px; }
  @media (min-width: 900px) {
    .nav-pills {
      display: block; } }
  .nav-pills__item {
    float: none;
    display: inline-block;
    zoom: 1; }
  .nav-pills__link {
    background-color: #dfe0e0;
    color: #0c2340;
    text-decoration: none !important;
    border-radius: 0;
    position: relative;
    display: block;
    padding: 10px 15px; }
    .nav-pills__link.active {
      background-color: #007db3;
      color: #ffffff; }
    .nav-pills__link:hover {
      background-color: #9ea2a2;
      color: #0c2340; }

.major-select {
  display: block; }
  @media (min-width: 900px) {
    .major-select {
      display: none; } }

.degree-list {
  display: none; }
  .degree-list--active {
    display: block; }

.majorList {
  column-count: 1;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .majorList {
      column-count: 3; } }
  .majorList .wcb {
    padding: 0; }
  .majorList.single {
    column-count: 1; }
  .majorList a {
    border-left: solid 4px #007db3;
    margin: 0.5rem 0;
    padding: 0.5rem;
    transition: all 500ms ease-in-out;
    display: inline-block;
    width: 90%; }
    .majorList a:hover, .majorList a:focus {
      background-color: #007db3;
      color: #ffffff; }

.clubList {
  column-count: 1;
  list-style-type: none;
  font-size: 1.8rem;
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  .clubList {
    column-count: 3; } }

.clubList li {
  display: none;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  color: #ffffff; }
  .clubList li.active {
    display: block; }
  .clubList li.club-sports:before {
    content: '\f091';
    font-family: 'FontAwesome';
    margin: 0 0.5rem;
    padding: 0.5rem;
    border-radius: 100%;
    background: #dfe0e0;
    font-size: 1.5rem;
    color: #0c2340; }
  .clubList li.academic:before {
    content: '\f02d';
    font-family: 'FontAwesome';
    margin: 0 0.5rem;
    padding: 0.5rem;
    border-radius: 100%;
    background: #dfe0e0;
    font-size: 1.5rem;
    color: #0c2340; }
  .clubList li.general:before {
    content: '\f108';
    font-family: 'FontAwesome';
    margin: 0 0.5rem;
    padding: 0.5rem;
    border-radius: 100%;
    background: #dfe0e0;
    font-size: 1.5rem;
    color: #0c2340; }

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
      padding-top: 0; } }

.pullquote {
  color: #007db3;
  max-width: 100%;
  display: block;
  padding: 25px 15px;
  border-top: solid #09c 5px;
  border-bottom: solid #09c 5px;
  margin: 20px 0;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .pullquote {
      max-width: 25rem;
      padding: 0 15px;
      position: relative;
      border: none; }
      .pullquote.right {
        border-left: solid #09c 5px;
        float: right;
        margin: 25px -80px 25px 25px; }
      .pullquote.left {
        border-right: solid #09c 5px;
        float: left;
        margin: 25px 25px 25px -80px; } }
/*# sourceMappingURL=bands.css.map */