@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;
}*/
.main-container {
  background-image: url("../images/admissions/admissions-bg.jpg"); }
  @media only screen and (min-width: 768px) {
    .main-container {
      background-position: center -10rem; } }
  @media only screen and (min-width: 1366px) {
    .main-container {
      background-position: 0 -4rem; } }
  @media only screen and (min-width: 1920px) {
    .main-container {
      background-position: 0 -22rem; } }

.section-two .link {
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 1024px) {
    .section-two .link {
      color: #8cc63f; } }
  .section-two .link:hover, .section-two .link:focus {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #9ae03e; }

.inner-page-section .fa-angle-right {
  margin-left: 0.5rem;
  display: inline; }

#visa-requirement i {
  color: #fff;
  text-align: center;
  display: block;
  padding: 2rem 0; }
  @media only screen and (min-width: 1024px) {
    #visa-requirement i {
      padding: 4.5rem 0; } }

#undergraduate-is {
  background-image: url("../images/admissions/legal-section-bg.jpg"); }

#contact-info {
  background-image: url("../images/admissions/legal-section-bg-c.jpg");
  background-position: center; }
  #contact-info h3 {
    margin-bottom: 0; }
  #contact-info p {
    margin-top: 0; }

.btn-green {
  position: relative;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding: 0;
  display: block;
  margin: 2rem auto;
  font-size: 16px;
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #8cc63f;
  border: 0;
  border-bottom: 2px solid #4eaa34;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #4eaa34;
  box-shadow: inset 0 -2px #4eaa34;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-green:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-green:hover {
    background: #9ae03e; }

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }
  ol ol {
    margin: 0; }
  ol li {
    display: table;
    counter-increment: item;
    margin-bottom: 1rem;
    line-height: 30px; }
    ol li:before {
      content: counters(item,".") ". ";
      display: table-cell;
      padding-right: 0.6rem;
      color: #00713d;
      font-weight: 700; }
  ol li li:before {
    content: counters(item,".") " "; }
  @media only screen and (min-width: 1024px) {
    ol {
      margin: 0 1.5rem; } }

@media (max-width: 1023px) {
  .visa-steps {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }
    .visa-steps li {
      flex-grow: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1; }
      .visa-steps li a {
        text-align: center; } }

/*# sourceMappingURL=legal-requirements.css.map */
