@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Montserrat:400,700";
/*
@mixin mobile {
    @media only screen and (max-width: $S) { @content; }
}

@mixin tablet {
    @media only screen and (min-width: $M) and (max-width: 1023px) { @content; }
}

@mixin all_mobile {
    @media only screen and (max-width: 425px) { @content; }
}

// super light grid - it works with the .cd-container class inside style.scss

@mixin column($percentage, $float-direction:left) {
width: 100% * $percentage;
float: $float-direction;
}*/
.section-one img {
  display: block;
  margin: 0 auto;
  padding: 0 1rem; }
  @media only screen and (min-width: 1024px) {
    .section-one img {
      float: right;
      max-width: 350px; } }

#careersTab {
  padding: 0 0.5rem; }
  #careersTab li, #careersTab i {
    padding: 5px; }
  #careersTab i {
    padding-top: 10px; }

.inner-page-section .fa-angle-right {
  padding-left: 0.5rem;
  display: inline; }

/*# sourceMappingURL=degree-programs.css.map */
