html, body {
  scroll-behavior: smooth
}
.cac-styles {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible
}
.cac-styles h1 {
  font-size: 5em;
  line-height: 1em;
  text-transform: uppercase;
  color: #222
}
@media (max-width:1024px) {
  .cac-styles h1 {
    font-size: 4em
  }
}
@media (max-width:600px) {
  .cac-styles h1 {
    font-size: 3em;
    margin-bottom: 20px
  }
}
.cac-styles h2 {
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 56px
}
@media (max-width:600px) {
  .cac-styles h2 {
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 20px
  }
}
.cac-styles h4 {
  color: #F47321;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 0
}
.cac-styles .button {
  background-color: #F47321;
  color: #FFF;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  display: inline-block;
  transition: all ease 0.25s !important
}
@media (max-width:600px) {
  .cac-styles .button {
    padding: 1em
  }
}
.cac-styles .button:hover {
  background-color: #005030;
  color: #FFF;
  text-decoration: none
}
.cac-styles header {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 30px 0
}
.cac-styles header .logo {
  display: block;
  max-width: 225px;
  transition: all ease 0.25s;
  opacity: 0;
  animation: fade-in ease forwards 0.5s
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(-20px)
  }
  100% {
    opacity: 1;
    transform: translate(0)
  }
}
@media (max-width:600px) {
  .cac-styles header .logo {
    max-width: 200px
  }
}
.cac-styles .illustration-hero {
  min-height: 80vh;
  position: relative
}
.cac-styles .illustration-hero .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  min-height: 80vh
}
.cac-styles .illustration-hero .text-content {
  max-width: 750px;
  position: relative;
  z-index: 5;
  width: 53%
}
@media (max-width:1024px) {
  .cac-styles .illustration-hero .text-content {
    width: 70%
  }
}
@media (max-width:600px) {
  .cac-styles .illustration-hero .text-content {
    width: 100%
  }
}
.cac-styles .illustration-hero .text-content h4, .cac-styles .illustration-hero .text-content h1 {
  transform: translateX(-20px);
  opacity: 0;
  transition: all ease 0.5s 0.25s
}
.cac-styles .illustration-hero .text-content p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  margin-top: 20px;
  display: block;
  margin-bottom: 20px;
  transform: translateX(-20px);
  opacity: 0;
  transition: all ease 0.5s 0.25s
}
@media (max-width:600px) {
  .cac-styles .illustration-hero .text-content p {
    font-size: 16px;
    line-height: 24px
  }
}
.cac-styles .illustration-hero .text-content p::last-of-type {
  margin-bottom: 40px
}
.cac-styles .illustration-hero .text-content .button {
  transform: translateX(-20px);
  opacity: 0;
  display: inline-block;
  transition: all ease 0.5s 0.25s;
  margin: 20px 0
}
.cac-styles .illustration-hero video {
  position: absolute;
  width: 100%;
  max-width: 170vh;
  height: auto;
  display: block;
  z-index: 1;
  bottom: -9.55%;
  right: 0;
  object-fit: contain
}
.cac-styles .illustration-hero .backgroundImage {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -6.16vh;
  right: 0;
  max-width: 151vh
}
.cac-styles .illustration-hero .backgroundImage img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto
}
.cac-styles .illustration-hero.active .text-content h4, .cac-styles .illustration-hero.active .text-content h1, .cac-styles .illustration-hero.active .text-content p, .cac-styles .illustration-hero.active .text-content .button {
  transform: translateX(0);
  opacity: 1
}
.cac-styles .table-section {
  background-color: #005030
}
.cac-styles .table-section h2, .cac-styles .table-section h3, .cac-styles .table-section p, .cac-styles .table-section td {
  color: #FFF;
  transition: all ease 0.25s
}
.cac-styles .table-section h3 {
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase
}
.cac-styles .table-section p, .cac-styles .table-section td {
  font-size: 18px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400
}
@media (max-width:600px) {
  .cac-styles .table-section p, .cac-styles .table-section td {
    font-size: 3vw;
    line-height: 1.25em
  }
}
.cac-styles .table-section .intro {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  padding: 150px 0 100px;
  display: flex;
  gap: 3%
}
@media (max-width:600px) {
  .cac-styles .table-section .intro {
    flex-wrap: wrap;
    padding: 100px 0
  }
}
.cac-styles .table-section .intro .headline {
  width: 40%;
  transform: translateX(-20px);
  opacity: 0;
  transition: all ease 0.5s
}
@media (max-width:600px) {
  .cac-styles .table-section .intro .headline {
    width: 100%
  }
}
.cac-styles .table-section .intro p {
  font-size: 21px;
  line-height: 29px;
  width: 57%;
  transform: translateX(-20px);
  opacity: 0;
  transition: all ease 0.5s 0.25s
}
@media (max-width:600px) {
  .cac-styles .table-section .intro p {
    width: 100%;
    font-size: 16px;
    line-height: 24px
  }
}
.cac-styles .table-section .table {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  overflow: scroll
}
.cac-styles .table-section .table table {
  width: 100%
}
.cac-styles .table-section .table .header td {
  font-weight: 700
}
.cac-styles .table-section.active .intro .headline, .cac-styles .table-section.active .intro p {
  transform: translate(0);
  opacity: 1
}
.cac-styles .faqs {
  background-color: #005030;
  padding: 100px 0
}
.cac-styles .faqs .content {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  gap: 10%;
  justify-content: space-between
}
@media (max-width:1024px) {
  .cac-styles .faqs .content {
    flex-wrap: wrap
  }
}
.cac-styles .faqs .content .faq-categories {
  width: 40%;
  min-width: 300px
}
@media (max-width:1024px) {
  .cac-styles .faqs .content .faq-categories {
    width: 100%
  }
}
.cac-styles .faqs .content .faq-categories .inner {
  position: sticky;
  top: 20px
}
@media (max-width:1024px) {
  .cac-styles .faqs .content .faq-categories .inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center
  }
}
.cac-styles .faqs .content .faq-categories .inner h3 {
  font-size: 40px;
  line-height: 1em;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "bisonbold", sans-serif;
  font-weight: 400
}
@media (max-width:1024px) {
  .cac-styles .faqs .content .faq-categories .inner h3 {
    font-size: 5vw;
    margin: 0
  }
}
.cac-styles .faqs .content .faq-categories .inner ul {
  background-color: #FFF;
  height: auto
}
@media (max-width:1024px) {
  .cac-styles .faqs .content .faq-categories .inner ul {
    height: 58px;
    width: 65%;
    overflow: hidden;
    transition: all ease 0.5s
  }
}
.cac-styles .faqs .content .faq-categories .inner ul li {
  border-top: solid 1px #e4e4e4;
  list-style: none;
  margin: 0
}
.cac-styles .faqs .content .faq-categories .inner ul li .dropdown-select {
  display: none
}
.cac-styles .faqs .content .faq-categories .inner ul li .dropdown-select:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all ease 0.25s;
  background-image: url(../../assets/icons/carret-green.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.cac-styles .faqs .content .faq-categories .inner ul li .dropdown-select.active {
  background-color: #f9fafe
}
.cac-styles .faqs .content .faq-categories .inner ul li .dropdown-select.active:after {
  transform: rotate(90deg)
}
@media (max-width:1024px) {
  .cac-styles .faqs .content .faq-categories .inner ul li .dropdown-select {
    display: block
  }
}
.cac-styles .faqs .content .faq-categories .inner ul li:first-of-type {
  border-top: solid 2px #F47321
}
.cac-styles .faqs .content .faq-categories .inner ul li a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 3.25vh;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  color: #222;
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all ease 0.25s
}
@media (max-width:1024px) {
  .cac-styles .faqs .content .faq-categories .inner ul li a {
    padding: 20px
  }
}
.cac-styles .faqs .content .faq-categories .inner ul li a:hover {
  color: #F47321;
  background-color: #f9fafe
}
.cac-styles .faqs .content .faq-group {
  margin-bottom: 60px
}
.cac-styles .faqs .content .faq-group h2 {
  color: #FFF;
  font-size: 56px;
  line-height: 1em;
  padding-top: 50px
}
@media (max-width:600px) {
  .cac-styles .faqs .content .faq-group h2 {
    font-size: 42px
  }
}
.cac-styles .faqs .content .faq-group .col-wrap {
  border-bottom: solid 1px #016D42;
  padding: 30px 0
}
.cac-styles .faqs .content .faq-group .col-wrap:last-of-type {
  border: none
}
.cac-styles .faqs .content .faq-group .handle {
  width: 100%;
  color: #FFF;
  border: none;
  background-color: #fff0;
  text-align: left;
  padding: 0 40px 0 0;
  font-size: 24px;
  line-height: 1.25em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  position: relative
}
@media (max-width:600px) {
  .cac-styles .faqs .content .faq-group .handle {
    font-size: 22px
  }
}
.cac-styles .faqs .content .faq-group .handle:after, .cac-styles .faqs .content .faq-group .handle:before {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #F47321;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  transition: all cubic-bezier(.68, -.6, .32, 1.6) 0.5s
}
.cac-styles .faqs .content .faq-group .handle:before {
  transform: rotate(90deg)
}
.cac-styles .faqs .content .faq-group .handle.active:after {
  transform: rotate(-180deg)
}
.cac-styles .faqs .content .faq-group .handle.active:before {
  transform: rotate(0deg)
}
.cac-styles .faqs .content .faq-group .content {
  height: 0;
  transition: height 0.25s;
  overflow-y: hidden;
  text-align: left;
  margin: 0;
  display: block;
  color: #FFF
}
.cac-styles .faqs .content .faq-group .content table {
  margin: 20px 0
}
.cac-styles .faqs .content .faq-group .content p {
  padding: 20px 0;
  display: block
}
.cac-styles .faqs .content .faq-group .content a {
  color: #F47321
}
.cac-styles .pay-enrollment {
  display: block;
  text-align: center;
  padding: 100px 0
}
.cac-styles .pay-enrollment .inner {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%
}
@media (max-width:600px) {
  .cac-styles .pay-enrollment .inner {
    width: 100%
  }
}
@media (max-width:600px) {
  .cac-styles .pay-enrollment .inner .text-content {
    width: 90%;
    margin: 0 auto;
    display: block
  }
}
.cac-styles .pay-enrollment .inner .text-content h2 {
  display: block;
  margin: 10px auto
}
.cac-styles .pay-enrollment .inner .text-content p {
  font-size: 18px;
  line-height: 1.25em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #222;
  max-width: 650px;
  margin: 0 auto
}
.cac-styles .pay-enrollment .inner ul {
  display: flex;
  width: 100%;
  align-content: center;
  padding: 50px 0;
  max-width: 1100px;
  margin: 0 auto
}
@media (max-width:600px) {
  .cac-styles .pay-enrollment .inner ul {
    flex-wrap: wrap
  }
}
.cac-styles .pay-enrollment .inner ul li {
  list-style: none;
  width: 100%;
  text-align: center
}
@media (max-width:600px) {
  .cac-styles .pay-enrollment .inner ul li {
    width: 50%;
    margin-bottom: 20px
  }
}
.cac-styles .pay-enrollment .inner ul li img {
  margin: 0 auto;
  max-height: 40px;
  display: block
}
.cac-styles .pay-enrollment .inner ul li .text-wrap {
  margin: 0 auto;
  width: 90%;
  display: block;
  text-align: center
}
.cac-styles .pay-enrollment .inner ul li .text-wrap h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25em;
  color: #005030;
  text-transform: none;
  letter-spacing: 0
}
.cac-styles .pay-enrollment .inner ul li .text-wrap p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222
}
.cac-styles .pay-enrollment .inner ul li .line {
  height: 2px;
  background-color: #dedede;
  width: 100%;
  display: block;
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative
}
.cac-styles .pay-enrollment .inner ul li .line:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-color: #dedede;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.cac-styles .pay-enrollment .inner ul li:first-of-type .line, .cac-styles .pay-enrollment .inner ul li:last-of-type .line {
  width: 50%
}
.cac-styles .pay-enrollment .inner ul li:first-of-type .line {
  margin-left: auto
}
.cac-styles .pay-enrollment .inner ul li:first-of-type .line:before {
  left: 0
}
.cac-styles .pay-enrollment .inner ul li:last-of-type .line {
  margin-right: auto
}
.cac-styles .pay-enrollment .inner ul li:last-of-type .line:before {
  left: 100%
}
.cac-styles .expandable-section {
  background-color: #005030;
  padding: 100px 0
}
@media (max-width:600px) {
  .cac-styles .expandable-section {
    padding: 50px 0
  }
}
.cac-styles .expandable-section .inner {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto
}
.cac-styles .expandable-section .col-wrap {
  border-bottom: solid 1px #016D42;
  padding: 40px 0
}
.cac-styles .expandable-section .col-wrap:last-of-type {
  border: none
}
.cac-styles .expandable-section .handle {
  width: 100%;
  color: #FFF;
  border: none;
  background-color: #fff0;
  text-align: left;
  padding: 0 40px 0 0;
  font-size: 28px;
  line-height: 1.25em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  position: relative
}
.cac-styles .expandable-section .handle:after, .cac-styles .expandable-section .handle:before {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #F47321;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  transition: all cubic-bezier(.68, -.6, .32, 1.6) 0.5s
}
.cac-styles .expandable-section .handle:before {
  transform: rotate(90deg)
}
.cac-styles .expandable-section .handle.active:after {
  transform: rotate(-180deg)
}
.cac-styles .expandable-section .handle.active:before {
  transform: rotate(0deg)
}
.cac-styles .expandable-section .content {
  height: 0;
  transition: height 0.25s;
  overflow-y: hidden;
  text-align: left;
  margin: 0;
  display: block;
  color: #FFF
}
.cac-styles .expandable-section .content p {
  padding: 20px 0;
  display: block
}
.cac-styles .expandable-section .content a {
  color: #F47321
}
.cac-styles .expandable-section .content h5 {
  margin: 0 0 20px;
  color: #FFF
}
.cac-styles .degree-programs {
  background-color: #005030
}
.cac-styles .degree-programs h2, .cac-styles .degree-programs h3, .cac-styles .degree-programs p {
  color: #FFF;
  transition: all ease 0.25s
}
.cac-styles .degree-programs h3 {
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase
}
.cac-styles .degree-programs p {
  font-size: 18px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400
}
@media (max-width:600px) {
  .cac-styles .degree-programs p {
    font-size: 16px;
    line-height: 24px
  }
}
.cac-styles .degree-programs .intro {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  padding: 150px 0 100px;
  display: flex;
  gap: 3%
}
@media (max-width:600px) {
  .cac-styles .degree-programs .intro {
    flex-wrap: wrap;
    padding: 100px 0
  }
}
.cac-styles .degree-programs .intro .headline {
  width: 40%;
  transform: translateX(-20px);
  opacity: 0;
  transition: all ease 0.5s
}
@media (max-width:600px) {
  .cac-styles .degree-programs .intro .headline {
    width: 100%
  }
}
.cac-styles .degree-programs .intro p {
  font-size: 21px;
  line-height: 29px;
  width: 57%;
  transform: translateX(-20px);
  opacity: 0;
  transition: all ease 0.5s 0.25s
}
@media (max-width:600px) {
  .cac-styles .degree-programs .intro p {
    width: 100%;
    font-size: 16px;
    line-height: 24px
  }
}
.cac-styles .degree-programs .degree-row {
  color: #FFF;
  padding: 100px 0;
  border-top: solid 1px #016D42;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block
}
@media (max-width:600px) {
  .cac-styles .degree-programs .degree-row {
    padding: 50px 0
  }
}
.cac-styles .degree-programs .degree-row:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #005030;
  z-index: 2;
  transition: all ease 0.25s
}
.cac-styles .degree-programs .degree-row:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / .6);
  z-index: 1
}
.cac-styles .degree-programs .degree-row .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5
}
@media (max-width:600px) {
  .cac-styles .degree-programs .degree-row .inner {
    flex-wrap: wrap
  }
}
.cac-styles .degree-programs .degree-row .inner .text {
  width: 65%
}
@media (max-width:600px) {
  .cac-styles .degree-programs .degree-row .inner .text {
    width: 100%
  }
}
.cac-styles .degree-programs .degree-row .inner .text h3 {
  margin-bottom: 20px;
  display: block
}
.cac-styles .degree-programs .degree-row .inner .text p:last-of-type {
  margin-bottom: 0
}
.cac-styles .degree-programs .degree-row .inner:after {
  content: "";
  border: solid 1px #78B545;
  display: block;
  position: relative;
  background-image: url(https://image.connect.miami.edu/lib/fe9513727663007d76/m/1/carret.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150%;
  width: 50px;
  height: 50px;
  transition: all ease 0.5s
}
@media (max-width:600px) {
  .cac-styles .degree-programs .degree-row .inner:after {
    margin-top: 20px
  }
}
.cac-styles .degree-programs .degree-row:hover {
  text-decoration: none;
  cursor: pointer
}
.cac-styles .degree-programs .degree-row:hover:before {
  transform: translateX(100vw)
}
.cac-styles .degree-programs .degree-row:hover .inner:after {
  border: solid 1px #FFF
}
.cac-styles .degree-programs .link-row {
  border-top: solid 1px #016D42
}
.cac-styles .degree-programs .link-row .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  padding: 100px 0
}
.cac-styles .degree-programs .link-row .inner a {
  color: #FFF;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1em;
  transition: all ease 0.25s
}
.cac-styles .degree-programs .link-row .inner a:after {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  background-image: url(https://image.connect.miami.edu/lib/fe9513727663007d76/m/1/Arrow-Icon.png);
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  transition: all 0.25s ease
}
.cac-styles .degree-programs .link-row .inner a:hover {
  color: #78B545
}
.cac-styles .degree-programs.related {
  background-color: #FFF
}
.cac-styles .degree-programs.related h2, .cac-styles .degree-programs.related h3, .cac-styles .degree-programs.related p {
  color: #222
}
.cac-styles .degree-programs.related .intro {
  text-align: center;
  display: block;
  max-width: 1000px;
  margin: 0 auto
}
.cac-styles .degree-programs.related .intro .headline, .cac-styles .degree-programs.related .intro p {
  transform: translateY(20px);
  width: 100%
}
.cac-styles .degree-programs.related .intro .headline h2, .cac-styles .degree-programs.related .intro p h2 {
  margin: 20px 0
}
.cac-styles .degree-programs.related .degree-row {
  color: #222;
  border-top: solid 1px #DEDEDE
}
.cac-styles .degree-programs.related .degree-row:before {
  background-color: #FFF
}
.cac-styles .degree-programs.related .degree-row .inner:after {
  content: "";
  border: solid 1px #E8A615;
  background-image: url(https://image.connect.miami.edu/lib/fe9513727663007d76/m/1/carret-green.png)
}
.cac-styles .degree-programs.related .degree-row:hover h2, .cac-styles .degree-programs.related .degree-row:hover h3, .cac-styles .degree-programs.related .degree-row:hover p {
  color: #FFF
}
.cac-styles .degree-programs.related .degree-row:hover .inner:after {
  border: solid 1px #FFF;
  background-image: url(https://image.connect.miami.edu/lib/fe9513727663007d76/m/1/carret.png)
}
.cac-styles .degree-programs.active .intro .headline, .cac-styles .degree-programs.active .intro p {
  transform: translate(0);
  opacity: 1
}
.cac-styles .transition-gallery {
  background-color: #005030
}
.cac-styles .transition-gallery .gallery-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden
}
@media (max-width:1024px) {
  .cac-styles .transition-gallery .gallery-wrap {
    height: 45vw
  }
}
@media (max-width:600px) {
  .cac-styles .transition-gallery .gallery-wrap {
    height: 50vw
  }
}
.cac-styles .transition-gallery .caption {
  font-size: clamp(1rem, 3vw, 1.75rem);
  z-index: 101;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif
}
.cac-styles .transition-gallery .gallery--row .caption {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 4.5vw;
  max-width: 730px;
  opacity: 0;
  z-index: 5
}
.cac-styles .transition-gallery .gallery {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none
}
.cac-styles .transition-gallery .gallery .gallery__item {
  position: absolute;
  background-position: 50% 50%;
  background-size: cover;
  filter: brightness(1)
}
.cac-styles .transition-gallery .gallery .gallery__item:nth-of-type(1) {
  left: -14vw;
  height: 34vw;
  width: 23vw;
  top: 3vw
}
.cac-styles .transition-gallery .gallery .gallery__item:nth-of-type(2) {
  left: 11vw;
  width: 15vw;
  height: 40vw;
  top: 6vw
}
.cac-styles .transition-gallery .gallery .gallery__item:nth-of-type(3) {
  left: 28vw;
  width: 23vw;
  height: 34vw;
  top: 9vw
}
.cac-styles .transition-gallery .gallery .gallery__item:nth-of-type(4) {
  left: 53vw;
  width: 33vw;
  height: 45vw;
  top: 3vw
}
.cac-styles .transition-gallery .gallery .gallery__item:nth-of-type(5) {
  left: 88vw;
  width: 23vw;
  height: 34vw;
  top: 6vw
}
.cac-styles .transition-gallery .gallery .gallery__item .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(1)
}
.cac-styles .transition-gallery .gallery--switch .gallery__item:nth-of-type(1) {
  left: -70vw
}
.cac-styles .transition-gallery .gallery--switch .gallery__item:nth-of-type(2) {
  left: -43vw
}
.cac-styles .transition-gallery .gallery--switch .gallery__item:nth-of-type(3) {
  left: -25vw
}
.cac-styles .transition-gallery .gallery--switch .gallery__item:nth-of-type(5) {
  left: 102vw
}
.cac-styles .transition-gallery .gallery--switch .gallery__item--center {
  height: 100% !important;
  width: 100vw !important;
  left: 0 !important;
  top: 0 !important
}
.cac-styles .transition-gallery .gallery--switch .gallery__item--center .image {
  filter: brightness(.5)
}
.cac-styles .transition-gallery .gallery--switch .caption {
  opacity: 1
}
@media (max-width:600px) {
  .cac-styles .transition-gallery .gallery--switch .caption {
    bottom: 40px
  }
}
.cac-styles .success-stories {
  padding: 50px 0
}
@media (max-width:600px) {
  .cac-styles .success-stories {
    padding: 25px 0
  }
}
.cac-styles .success-stories h2 {
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px
}
@media (max-width:600px) {
  .cac-styles .success-stories h2 {
    margin-bottom: 0
  }
}
.cac-styles .success-stories .intro-text {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px
}
.cac-styles .success-stories .intro {
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s
}
.cac-styles .success-stories .swiper-container {
  position: relative;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s 0.25s
}
.cac-styles .success-stories .swiper-container .slider-pagination {
  display: none
}
.cac-styles .success-stories .swiper-container .line-divided-slider-nav {
  right: 3%
}
.cac-styles .success-stories .swiper-container .swiper-slide {
  display: flex;
  gap: 5%;
  opacity: .55;
  transition: all ease 0.25s
}
@media (max-width:600px) {
  .cac-styles .success-stories .swiper-container .swiper-slide {
    gap: 3%;
    flex-wrap: wrap
  }
}
.cac-styles .success-stories .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1
}
.cac-styles .success-stories .swiper-container .swiper-slide.swiper-slide-prev {
  opacity: 0
}
.cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media {
  padding-bottom: 100px
}
@media (max-width:600px) {
  .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media {
    padding-bottom: 20px
  }
}
.cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content {
  width: 44.5%
}
@media (max-width:600px) {
  .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content {
    width: 100%
  }
}
.cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media .stack-item__content__inner, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content .stack-item__content__inner {
  padding: 10%
}
.cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media .stack-item__content__inner .eyebrow, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content .stack-item__content__inner .eyebrow {
  color: #222;
  font-size: 16px;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px
}
@media (max-width:600px) {
  .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media .stack-item__content__inner .eyebrow, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content .stack-item__content__inner .eyebrow {
    margin-bottom: 0
  }
}
.cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media blockquote, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content blockquote {
  border: none
}
.cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media blockquote:before, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content blockquote:before {
  left: -15%;
  width: .75rem;
  height: .875rem
}
@media (max-width:1024px) {
  .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media blockquote:before, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content blockquote:before {
    left: -20%;
    width: .25rem
  }
}
@media (max-width:600px) {
  .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media blockquote:before, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content blockquote:before {
    left: -15%;
    width: 10%;
    height: 20%;
    padding: 0
  }
}
.cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media blockquote p, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content blockquote p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 35px
}
@media (max-width:1024px) {
  .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media blockquote p, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content blockquote p {
    font-size: 18px;
    line-height: 26px
  }
}
@media (max-width:600px) {
  .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__media blockquote p, .cac-styles .success-stories .swiper-container .swiper-slide .stack-item__content blockquote p {
    font-size: 18px;
    line-height: 26px
  }
}
.cac-styles .success-stories.active .intro, .cac-styles .success-stories.active .swiper-container {
  opacity: 1;
  transform: translateX(0)
}
.cac-styles .success-stories.single .success-stories-init-outer {
  pointer-events: none
}
.cac-styles .success-stories.single .success-stories-init-outer .swiper-slide-next {
  opacity: 0
}
.cac-styles .success-stories.single .success-stories-init-outer .line-divided-slider-nav .slider-arrows {
  opacity: 0
}
.cac-styles .alum-employers {
  position: relative;
  background-color: #F7FAFE;
  padding: 150px 0;
  box-shadow: inset 0 0 5px 2px rgb(0 0 0 / .07)
}
@media (max-width:600px) {
  .cac-styles .alum-employers {
    padding: 75px 0 25px
  }
}
.cac-styles .alum-employers .text {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease 0.5s
}
.cac-styles .alum-employers .text h2 {
  font-size: 56px;
  margin: 10px auto
}
@media (max-width:600px) {
  .cac-styles .alum-employers .text h2 {
    font-size: 42px
  }
}
.cac-styles .alum-employers .text p {
  font-size: 21px;
  line-height: 29px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-bottom: 60px
}
@media (max-width:600px) {
  .cac-styles .alum-employers .text p {
    font-size: 16px;
    line-height: 24px
  }
}
.cac-styles .alum-employers .marquee {
  --gap: 5vw;
  gap: var(--gap);
  display: flex;
  overflow: hidden;
  user-select: none
}
.cac-styles .alum-employers .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  --gap: 5vw;
  gap: var(--gap);
  animation: scroll 30s linear infinite;
  align-items: center
}
.cac-styles .alum-employers .marquee__content .logo {
  display: block;
  max-width: 10vw
}
@media (max-width:1024px) {
  .cac-styles .alum-employers .marquee__content .logo {
    max-width: 15vw
  }
}
@media (max-width:600px) {
  .cac-styles .alum-employers .marquee__content .logo {
    max-width: 20vw
  }
}
.cac-styles .alum-employers .marquee__content img {
  display: inline;
  height: auto
}
.cac-styles .alum-employers .content {
  display: flex;
  gap: 5vw;
  width: auto;
  padding: 0 0
}
@keyframes scroll {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(calc(-100% - var(--gap)))
  }
}
.cac-styles .alum-employers.active .text, .cac-styles .alum-employers.active .marquee {
  opacity: 1
}
.cac-styles .item-stack {
  background-color: #005030;
  padding: 100px 0
}
@media (max-width:600px) {
  .cac-styles .item-stack {
    padding: 10px 0 50px
  }
}
.cac-styles .item-stack .follow {
  display: flex;
  justify-content: space-around;
  gap: 5%;
  text-align: left
}
.cac-styles .item-stack .content {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%
}
@media (max-width:600px) {
  .cac-styles .item-stack .content {
    flex-wrap: wrap
  }
}
.cac-styles .item-stack .text-milockup {
  position: sticky;
  top: 80px;
  height: auto;
  width: 45%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s
}
@media (max-width:600px) {
  .cac-styles .item-stack .text-lockup {
    position: relative;
    width: 100%;
    top: 60px
  }
}
.cac-styles .item-stack .text-lockup h3 {
  color: #FFF;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 64px
}
@media (max-width:600px) {
  .cac-styles .item-stack .text-lockup h3 {
    font-size: 42px;
    line-height: 1em
  }
}
.cac-styles .item-stack .text-lockup em {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #FFF
}
.cac-styles .item-stack .text-lockup p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #FFF;
  font-size: 21px;
  display: block;
  line-height: 29px;
  margin: 20px 0
}
@media (max-width:600px) {
  .cac-styles .item-stack .text-lockup p {
    font-size: 16px;
    line-height: 23px
  }
}
.cac-styles .item-stack .text-lockup .button {
  margin: 20px 0;
  background-color: #fff0;
  border: solid 1px #78B545;
  display: inline-block;
  transition: all ease 0.25s;
  text-decoration: none
}
.cac-styles .item-stack .text-lockup .button:hover {
  background-color: #FFF;
  color: #005030;
  text-decoration: none
}
.cac-styles .item-stack .stack {
  width: 45%;
  padding-top: 40px;
  perspective-origin: center;
  scroll-snap-type: proximity;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s 0.25s
}
@media (max-width:600px) {
  .cac-styles .item-stack .stack {
    padding-top: 80px;
    width: 100%;
    height: auto !important
  }
}
.cac-styles .item-stack .stack-item {
  background: #FFF;
  width: 100%;
  padding: 40px;
  margin-bottom: 40px;
  position: sticky;
  box-shadow: 0 0 30px 25px #005030
}
.cac-styles .item-stack .stack-item img {
  display: block;
  max-width: 65px;
  margin: 20px 0
}
.cac-styles .item-stack .stack-item .title {
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #005030;
  text-transform: uppercase;
  margin: 20px 0
}
.cac-styles .item-stack .stack-item .text {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222
}
.cac-styles .item-stack.full-width .content {
  flex-wrap: wrap
}
.cac-styles .item-stack.full-width .content .text-lockup {
  width: 100%;
  text-align: center;
  position: relative;
  height: auto;
  min-height: 0 !important;
  margin-bottom: 60px
}
.cac-styles .item-stack.full-width .content .stack {
  width: 100%
}
.cac-styles .item-stack.full-width .content .stack .stack-item {
  padding: 7.5%
}
@media (max-width:600px) {
  .cac-styles .item-stack.full-width .content .stack .stack-item {
    padding: 5%
  }
}
.cac-styles .item-stack.full-width .content .stack .cols {
  display: flex;
  gap: 5%
}
@media (max-width:600px) {
  .cac-styles .item-stack.full-width .content .stack .cols {
    flex-wrap: wrap
  }
}
.cac-styles .item-stack.full-width .content .stack .cols .text-content {
  width: 55%
}
@media (max-width:600px) {
  .cac-styles .item-stack.full-width .content .stack .cols .text-content {
    width: 100%;
    order: 2
  }
}
.cac-styles .item-stack.full-width .content .stack .cols .text-content h3 {
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: #222;
  padding-bottom: 20px;
  border-bottom: solid 1px #222
}
@media (max-width:600px) {
  .cac-styles .item-stack.full-width .content .stack .cols .text-content h3 {
    font-size: 28px;
    line-height: 34px
  }
}
.cac-styles .item-stack.full-width .content .stack .cols .text-content p {
  margin: 20px 0
}
@media (max-width:600px) {
  .cac-styles .item-stack.full-width .content .stack .cols .text-content p {
    line-height: 21px
  }
}
.cac-styles .item-stack.full-width .content .stack .cols .text-content .button {
  display: inline-block
}
.cac-styles .item-stack.full-width .content .stack .cols .image {
  width: 40%
}
@media (max-width:600px) {
  .cac-styles .item-stack.full-width .content .stack .cols .image {
    width: 100%;
    order: 1;
    margin-bottom: 20px
  }
}
.cac-styles .item-stack.full-width .content .stack .cols .image img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0
}
.cac-styles .item-stack.horizontal-scroll {
  padding: 15vh 0 5vh
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll {
    padding: 10vh 0 5vh
  }
}
.cac-styles .item-stack.horizontal-scroll .content {
  display: block
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll .content {
    height: auto !important
  }
}
.cac-styles .item-stack.horizontal-scroll .content .wrap {
  position: sticky;
  top: 10vh
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll .content .wrap {
    top: inherit
  }
}
.cac-styles .item-stack.horizontal-scroll .content .text-lockup {
  width: 100%;
  position: relative;
  top: 0;
  display: flex;
  align-items: flex-end;
  gap: 10%
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll .content .text-lockup {
    flex-wrap: wrap;
 min-height: 0px !important;
  }
}
.cac-styles .item-stack.horizontal-scroll .content .text-lockup .inner {
  width: 55%
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll .content .text-lockup .inner {
    width: 100%
  }
}
.cac-styles .item-stack.horizontal-scroll .content .text-lockup .button {
  width: 30%;
  text-align: center;
  margin-bottom: 40px
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll .content .text-lockup .button {
    width: 100%
  }
}
.cac-styles .item-stack.horizontal-scroll .content .stack {
  display: flex;
  flex-wrap: nowrap;
  min-width: 200vw;
  gap: 40px;
  padding-bottom: 100px
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll .content .stack {
    min-width: 100vw;
    display: block;
    top: inherit;
    padding-bottom: 0
  }
}
.cac-styles .item-stack.horizontal-scroll .content .stack .stack-item {
  max-width: 28vw
}
@media (max-width:600px) {
  .cac-styles .item-stack.horizontal-scroll .content .stack .stack-item {
    min-width: 90vw
  }
}
.cac-styles .item-stack.active .text-lockup, .cac-styles .item-stack.active .stack {
  opacity: 1;
  transform: translateX(0)
}
.cac-styles .form-entry {
  padding: 150px 0;
  background-color: #FFF;
  text-align: center
}
@media (max-width:600px) {
  .cac-styles .form-entry {
    padding: 75px 0
  }
}
.cac-styles .form-entry h2 {
  margin: 10px 0 25px
}
.cac-styles .form-entry .inner {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  width: 90%;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease 0.5s 0.25s
}
.cac-styles .form-entry .inner p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 21px;
  margin: 20px auto;
  line-height: 29px
}
@media (max-width:600px) {
  .cac-styles .form-entry .inner p {
    font-size: 16px;
    line-height: 24px
  }
}
.cac-styles .form-entry .inner form .flex {
  display: flex;
  gap: 3%
}
@media (max-width:600px) {
  .cac-styles .form-entry .inner form .flex {
    flex-wrap: wrap
  }
}
.cac-styles .form-entry .inner form .flex .visible-element {
  width: 100%
}
.cac-styles .form-entry .inner form input {
  width: 100%;
  display: block;
  color: #222222 !important
}
.cac-styles .form-entry .inner form input::placeholder {
  color: #222;
  transition: all ease 0.25s
}
.cac-styles .form-entry .inner form input:focus {
  background-color: #fff0;
  color: #222;
  outline: solid 3px #F47321;
  border: solid 1px #F47321;
  transition: all ease 0s
}
.cac-styles .form-entry .inner form input:focus::placeholder {
  color: #222
}
.cac-styles .form-entry .inner form select {
  border: solid 1px #F47321;
  color: #222
}
.cac-styles .form-entry .inner form select option[value=""][disabled] {
  display: none;
  color: #222
}
.cac-styles .form-entry .inner form select:focus {
  background-color: #fff0;
  color: #222222 !important;
  outline: solid 3px #F47321;
  border: solid 1px #F47321;
  transition: all ease 0s
}
.cac-styles .form-entry .inner form select:focus::placeholder {
  color: #222222 !important
}
.cac-styles .form-entry .inner form input[type=submit] {
  display: block;
  margin: 20px auto 0;
  color: #FFFFFF !important;
  background-color: #F47321;
  padding: 25px 40px;
  letter-spacing: .75px;
  border: none;
  width: auto
}
.cac-styles .form-entry .inner form input[type=submit]:hover {
  background-color: #005030
}
.cac-styles .form-entry .links--important__section__desc em, .cac-styles .form-entry .links--important__section__desc p, .cac-styles .form-entry .links--important__section__desc a {
  font-size: 13px
}
.cac-styles .form-entry.active .inner {
  opacity: 1;
  transform: translateY(0)
}
.cac-styles .quoteblock {
  display: block;
  overflow: hidden;
  position: relative
}
.cac-styles .quoteblock .background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: #63707B
}
.cac-styles .quoteblock .background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.15);
  transition: all ease 3s
}
.cac-styles .quoteblock .quote-wrap {
  position: relative;
  left: 10%;
  bottom: 10%;
  background-color: #FFF;
  padding: 5%;
  width: 90%;
  max-width: 700px;
  margin: 10vh 0;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s 0.75s
}
@media (max-width:600px) {
  .cac-styles .quoteblock .quote-wrap {
    left: 5%
  }
}
.cac-styles .quoteblock .quote-wrap p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-weight: 100;
  line-height: 38px;
  font-style: italic;
  font-size: 26px;
  margin-bottom: 40px
}
.cac-styles .quoteblock .quote-wrap p:before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  background-image: url(https://image.connect.miami.edu/lib/fe9513727663007d76/m/1/Quote-Marks.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 10px
}
.cac-styles .quoteblock .quote-wrap p span {
  display: block;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 800
}
.cac-styles .quoteblock .quote-wrap .btm-content {
  display: flex;
  gap: 5%;
  align-items: center
}
.cac-styles .quoteblock .quote-wrap .btm-content .button {
  background-color: #fff0;
  color: #005030;
  border: solid 1px #F47321;
  transition: all ease 0.25s;
  font-size: 16px;
  padding: 30px 55px;
  text-decoration: none
}
@media (max-width:600px) {
  .cac-styles .quoteblock .quote-wrap .btm-content .button {
    padding: 1em
  }
}
.cac-styles .quoteblock .quote-wrap .btm-content .button:hover {
  background-color: #F47321;
  color: #FFF
}
.cac-styles .quoteblock .quote-wrap .btm-content span {
  font-size: 14px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 1em
}
.cac-styles .quoteblock .quote-wrap .btm-content a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: .75em;
  margin-bottom: 5px
}
.cac-styles .quoteblock .blockWrap {
  position: relative;
  left: 10%;
  bottom: 10%;
  background-color: #FFF;
  padding: 5%;
  width: 90%;
  max-width: 700px;
  margin: 10vh 0;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s 0.75s
}
@media (max-width:600px) {
  .cac-styles .quoteblock .blockWrap {
    left: 5%
  }
}
.cac-styles .quoteblock .blockWrap p {
  font-size: 18px;
  line-height: 28px;
  margin: 40px auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400
}
.cac-styles .quoteblock .blockWrap .button {
  border: solid 2px #F47321;
  background-color: #fff0;
  color: #005030
}
.cac-styles .quoteblock .blockWrap .button:hover {
  background-color: #F47321;
  color: #FFF
}
.cac-styles .quoteblock.active .quote-wrap, .cac-styles .quoteblock.active .blockWrap {
  opacity: 1;
  transform: translateX(0)
}
.cac-styles .quoteblock.active .background img {
  transform: translateY(-50%) scale(1)
}
.cac-styles #graduate-degree-programs {
  background-color: #F7FAFE;
  padding: 200px !important;
  box-shadow: inset 0 0 5px 2px rgb(0 0 0 / .07)
}
@media (max-width:1024px) {
  .cac-styles #graduate-degree-programs {
    padding: 100px 5% !important
  }
}
.cac-styles #graduate-degree-programs .wrap {
  display: block;
  max-width: 1100px;
  margin: 0 auto
}
.cac-styles #graduate-degree-programs .headline {
  max-width: 600px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s
}
.cac-styles #graduate-degree-programs .headline h2 {
  line-height: 1.15em
}
.cac-styles #graduate-degree-programs .grad-degree-cols {
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s 0.25s
}
.cac-styles #graduate-degree-programs .grad-degree-cols .inner {
  display: flex;
  gap: 3%;
  justify-content: space-between;
  width: 100%
}
@media (max-width:1024px) {
  .cac-styles #graduate-degree-programs .grad-degree-cols .inner {
    flex-wrap: wrap
  }
}
.cac-styles #graduate-degree-programs .grad-degree-cols .inner h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px
}
@media (max-width:1024px) {
  .cac-styles #graduate-degree-programs .grad-degree-cols .inner h3 {
    margin-top: 40px
  }
}
@media (max-width:1024px) {
  .cac-styles #graduate-degree-programs .grad-degree-cols .inner .col:first-of-type h3:first-of-type, .cac-styles #graduate-degree-programs .grad-degree-cols .inner .col:nth-of-type(2) h3:first-of-type {
    margin-top: 0
  }
}
@media (max-width:600px) {
  .cac-styles #graduate-degree-programs .grad-degree-cols .inner .col:nth-of-type(2) h3:first-of-type {
    margin-top: 40px
  }
}
.cac-styles #graduate-degree-programs .grad-degree-cols .inner ul li {
  list-style: none
}
.cac-styles #graduate-degree-programs .grad-degree-cols .inner ul li a {
  text-transform: uppercase;
  color: #005030;
  text-decoration: none;
  transition: all ease 0.25s;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  align-items: center;
  line-height: 1.33em;
  position: relative;
  margin-bottom: 30px;
  text-wrap: balance
}
@media (max-width:600px) {
  .cac-styles #graduate-degree-programs .grad-degree-cols .inner ul li a {
    margin-bottom: 20px
  }
}
.cac-styles #graduate-degree-programs .grad-degree-cols .inner ul li a:hover {
  color: #78B545;
  text-decoration: none
}
.cac-styles #graduate-degree-programs .grad-degree-cols .inner ul li a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(https://image.connect.miami.edu/lib/fe9513727663007d76/m/1/Arrow-Icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: -2.5px;
  margin-left: 5px
}
@media (max-width:600px) {
  .cac-styles #graduate-degree-programs .grad-degree-cols .inner ul li:last-of-type a {
    margin-bottom: 0
  }
}
.cac-styles #graduate-degree-programs.active .grad-degree-cols, .cac-styles #graduate-degree-programs.active .headline {
  opacity: 1;
  transform: translateX(0)
}
.cac-styles .text-image-lock .inner {
  display: flex;
  padding: 150px 0;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 90%
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .inner {
    flex-wrap: wrap;
    padding: 75px 0
  }
}
.cac-styles .text-image-lock .inner .text-wrap {
  width: 40%
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .inner .text-wrap {
    width: 100%
  }
}
.cac-styles .text-image-lock .inner .text-wrap h3 {
  font-size: 56px;
  line-height: 64px;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  margin-bottom: 40px
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .inner .text-wrap h3 {
    font-size: 48px;
    line-height: 55px
  }
}
.cac-styles .text-image-lock .inner .text-wrap p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px
}
.cac-styles .text-image-lock .inner .text-wrap ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: 5%;
  margin-top: 20px
}
.cac-styles .text-image-lock .inner .text-wrap ul li {
  width: 40%;
  list-style: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  line-height: 1.55em
}
.cac-styles .text-image-lock .inner .text-wrap ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(https://image.connect.miami.edu/lib/fe9513727663007d76/m/1/CheckIcon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 4px
}
.cac-styles .text-image-lock .inner .image {
  width: 45%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s 0.25s
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .inner .image {
    width: 100%;
    margin-top: 20px
  }
}
.cac-styles .text-image-lock .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.cac-styles .text-image-lock .row-one {
  background-color: #F7FAFE
}
.cac-styles .text-image-lock .row-one .inner {
  padding-bottom: 200px
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .row-one .inner {
    padding-bottom: 75px
  }
}
.cac-styles .text-image-lock .row-two {
  z-index: 5;
  position: relative
}
.cac-styles .text-image-lock .row-two .inner {
  margin-top: -210px
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .row-two .inner {
    margin-top: 0
  }
}
.cac-styles .text-image-lock .row-two .image {
  width: 40%;
  min-height: 500px;
  display: block;
  height: 60vh
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .row-two .image {
    width: 100%;
    margin-top: 20px;
    order: 2
  }
}
.cac-styles .text-image-lock .row-two .text-wrap {
  width: 50%
}
@media (max-width:600px) {
  .cac-styles .text-image-lock .row-two .text-wrap {
    width: 100%;
    order: 1
  }
}
.cac-styles .text-image-lock.thanks {
  background-color: #005030
}
.cac-styles .text-image-lock.thanks .inner {
  margin-top: 0;
  margin-bottom: -200px
}
.cac-styles .text-image-lock.thanks .inner h3, .cac-styles .text-image-lock.thanks .inner p, .cac-styles .text-image-lock.thanks .inner ul, .cac-styles .text-image-lock.thanks .inner li, .cac-styles .text-image-lock.thanks .inner strong {
  color: #FFF
}
.cac-styles .text-image-lock section .text-wrap, .cac-styles .text-image-lock section .image {
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s
}
.cac-styles .text-image-lock section .image {
  transition: all ease 0.5s 0.25s
}
.cac-styles .text-image-lock section.active .text-wrap, .cac-styles .text-image-lock section.active .image {
  opacity: 1;
  transform: translateX(0)
}
.cac-styles .text-image-lock.admittance .inner .text-wrap {
  width: 45%
}
@media (max-width:600px) {
  .cac-styles .text-image-lock.admittance .inner .text-wrap {
    width: 100%
  }
}
.cac-styles .text-image-lock.admittance .inner .text-wrap ul {
  display: block
}
.cac-styles .text-image-lock.admittance .inner .text-wrap ul li {
  width: 100%;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400
}
.cac-styles .text-image-lock.admittance .button {
  margin: 20px 0;
  border: solid 2px #F47321;
  background-color: #fff0;
  color: #005030
}
.cac-styles .text-image-lock.admittance .button:hover {
  color: #FFF;
  background-color: #F47321
}
.cac-styles .questions {
  background-color: #F5F5F5
}
.cac-styles .questions .inner {
  max-width: 1100px;
  padding: 100px 0 200px;
  margin: 0 auto;
  width: 90%
}
@media (max-width:600px) {
  .cac-styles .questions .inner {
    padding: 50px 0 100px
  }
}
.cac-styles .questions .inner .intro {
  margin: 100px 0 100px;
  max-width: 75%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s
}
@media (max-width:600px) {
  .cac-styles .questions .inner .intro {
    margin: 50px 0
  }
}
.cac-styles .questions .inner .intro h2 {
  margin: 20px 0
}
.cac-styles .questions .inner .intro p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px
}
.cac-styles .questions .inner .blocks {
  display: flex;
  gap: 5%
}
@media (max-width:600px) {
  .cac-styles .questions .inner .blocks {
    flex-wrap: wrap
  }
}
.cac-styles .questions .inner .blocks .block {
  background-color: #FFF;
  padding: 5%;
  border-top: solid 3px #A2C539;
  box-shadow: 0 2px 10px rgb(0 0 0 / .1);
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.5s 0.25s;
  width: 50%
}
.cac-styles .questions .inner .blocks .block:nth-of-type(2) {
  transition: all ease 0.5s 0.5s
}
@media (max-width:600px) {
  .cac-styles .questions .inner .blocks .block {
    width: 100%;
    margin-bottom: 40px
  }
}
.cac-styles .questions .inner .blocks .block h3 {
  text-transform: uppercase;
  font-family: "bisonbold", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px
}
.cac-styles .questions .inner .blocks .block p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400
}
.cac-styles .questions .inner .blocks .block .button {
  border: solid 1px #F47321;
  color: #005030;
  display: inline-block;
  transition: all ease 0.25s;
  background-color: #fff0
}
.cac-styles .questions .inner .blocks .block .button:hover {
  background-color: #F47321;
  color: #FFF
}
.cac-styles .questions .inner .blocks .block:nth-of-type(2) {
  border-top: solid 3px #9CC7C8
}
.cac-styles .questions.active .intro, .cac-styles .questions.active .block {
  opacity: 1 !important;
  transform: translateX(0) !important
}
.cac-styles .site-footer {
  background-color: #63707B;
  color: #FFF
}
.cac-styles .site-footer h3 {
  color: #FFF
}
.cac-styles .site-footer a {
  color: #FFF
}
.cac-styles .site-footer a i {
  color: #FFF
}
.cac-styles .site-footer .footer-main__legal a {
  color: #FFF
}
.cac-styles .site-footer .footer-main__legal p {
  color: #FFF
}
/* CSS Document */