/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
    z-index: -1;
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
    z-index: -1;
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
    z-index: -1;
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
    z-index: -1;
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
  }
}
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-3-4 14:16:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    height: 0px;
    z-index: -1;
    margin-top: 0px;
  }
  10% {
    z-index: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    height: auto;
    z-index: 1;
    margin-top: 20px;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    height: 0px;
    z-index: -1;
    margin-top: 0px;
  }
  10% {
    z-index: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    height: auto;
    z-index: 1;
    margin-top: 20px;
  }
}
/* line 195, ../scss/get-started-2024.scss */
html {
  scroll-behavior: smooth;
}

/* line 199, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 {
  padding-left: 0px;
  padding-right: 0px;
  background-color: White;
}
/* line 204, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 h1, .page-template-page-get-started-2024 h2, .page-template-page-get-started-2024 h3, .page-template-page-get-started-2024 h4, .page-template-page-get-started-2024 h5, .page-template-page-get-started-2024 h6 {
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
}
/* line 207, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 p, .page-template-page-get-started-2024 ul, .page-template-page-get-started-2024 ol {
  font-size: 18px;
  line-height: 30px !important;
}
/* line 212, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #menu-item-6036,
.page-template-page-get-started-2024 #menu-item-59,
.page-template-page-get-started-2024 #menu-item-1024,
.page-template-page-get-started-2024 #menu-item-239,
.page-template-page-get-started-2024 #menu-item-2176,
.page-template-page-get-started-2024 #menu-item-7971,
.page-template-page-get-started-2024 .header-top {
  display: none;
}
/* line 221, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper {
  position: relative;
  padding: 40px 20px;
}
/* line 225, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-image-wrapper img {
  width: 100%;
}
/* line 228, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-image-wrapper #desktop-header-image {
  display: none;
}
/* line 232, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-content-wrapper {
  padding-bottom: 150px;
}
/* line 234, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1 {
  color: white;
  font-size: 50px;
  line-height: 60px;
}
/* line 241, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1 {
  font-size: 90px;
  line-height: 100px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  /* to line up with logo */
  z-index: 0;
}
/* line 248, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1:before {
  content: '';
  height: 110px;
  width: 635px;
  max-width: calc(100% + 165px);
  background: #1A3C6D;
  display: block;
  position: absolute;
  bottom: -15px;
  z-index: -1;
  margin-left: -165px;
}
/* line 261, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h2 {
  font-size: 90px;
  line-height: 100px;
  position: absolute;
  bottom: 200px;
  left: 10px;
  z-index: 0;
  color: white;
}
/* line 270, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #header-content-wrapper p {
  margin-top: 50px;
  font-size: 27px;
  color: #183D6D;
  line-height: 32px !important;
}
/* line 282, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper {
  z-index: 1;
  background-color: #F1F1F1;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}
/* line 288, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .form-intro h3 {
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  color: #426E34;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 10px;
}
/* line 296, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gform_required_legend {
  display: none;
  /* all fields required */
}
/* line 299, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gfield_required {
  display: none;
}
/* line 302, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper form {
  margin-bottom: 0;
}
/* line 306, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gform_body label {
  display: none;
}
/* line 311, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gform_body .gform_fields .gfield.show-label label {
  display: inline-block;
}
/* line 315, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gform_body .gform_fields input {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  border-radius: 0px;
  padding: 10px;
  height: auto;
}
/* line 323, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gform_body .gform_fields select {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  border-radius: 0px;
  padding: 10px;
  height: auto;
}
/* line 333, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gform_footer {
  padding-bottom: 0;
  justify-content: center;
}
/* line 336, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #header-wrapper #form-wrapper .gform_wrapper .gform_footer input.button {
  background-color: #C05823;
  text-transform: uppercase;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 10px 35px;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
/* line 354, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #top-content-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 361, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #top-content-wrapper .top-content h2 {
  color: #183D6D;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 48px;
}
/* line 367, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #top-content-wrapper .top-content ul li {
  list-style-type: none;
  line-height: 35px;
}
/* line 375, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0px 0px 40px;
  min-height: 500px;
  overflow: hidden;
}
/* line 383, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  width: 480px;
  margin: 0 auto;
  margin-left: -70px;
}
/* line 390, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map img#map {
  width: 480px;
  height: auto;
}
/* line 394, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker {
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 3px;
  cursor: pointer;
}
/* line 400, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker img {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
}
/* line 408, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker.satellite {
  width: 8px;
  height: 8px;
}
/* line 411, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker.satellite img {
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
}
/* line 418, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker .hover-info {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -45px;
  left: 12px;
  display: block;
  background-color: #C05823;
  color: white;
  font-size: 14px;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  padding: 3px 10px;
  white-space: nowrap;
}
/* line 431, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker .hover-info:before {
  content: "\A";
  border-style: solid;
  border-width: 20px 10px 0px 0;
  border-color: #C05823 transparent transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
/* line 441, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker .hover-image {
  opacity: 0;
  z-index: -1;
}
/* line 446, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker.hover img {
  opacity: 0;
}
/* line 449, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker.hover .hover-info {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* line 453, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker.hover .hover-image {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* line 458, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-yccc {
  top: 457px;
  left: 109px;
}
/* line 462, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-smcc-0 {
  top: 423px;
  left: 136px;
}
/* line 466, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-smcc-1 {
  top: 396px;
  left: 157px;
}
/* line 470, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-cmcc-0 {
  top: 367px;
  left: 132px;
}
/* line 474, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-cmcc-1 {
  top: 358px;
  left: 122px;
}
/* line 478, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-cmcc-2 {
  top: 380px;
  left: 198px;
}
/* line 482, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-kvcc-0 {
  top: 312px;
  left: 193px;
}
/* line 486, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-kvcc-1 {
  top: 297px;
  left: 182px;
}
/* line 490, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-emcc-0 {
  top: 301px;
  left: 257px;
}
/* line 494, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-emcc-1 {
  top: 272px;
  left: 230px;
}
/* line 498, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-emcc-2 {
  top: 218px;
  left: 267px;
}
/* line 501, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-emcc-2 .hover-info {
  left: -87px;
}
/* line 503, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-emcc-2 .hover-info:before {
  left: 84px;
  border-width: 21px 0px 0px 10px;
}
/* line 509, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-wccc {
  top: 254px;
  left: 357px;
}
/* line 512, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-wccc .hover-info {
  left: -80px;
}
/* line 514, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-wccc .hover-info:before {
  left: 84px;
  border-width: 21px 0px 0px 10px;
}
/* line 520, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-nmcc-0 {
  top: 102px;
  left: 295px;
}
/* line 523, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-nmcc-0 .hover-info {
  left: -80px;
}
/* line 525, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-nmcc-0 .hover-info:before {
  left: 84px;
  border-width: 21px 0px 0px 10px;
}
/* line 531, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-nmcc-1 {
  top: 162px;
  left: 317px;
}
/* line 534, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-nmcc-1 .hover-info {
  left: -80px;
}
/* line 536, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-nmcc-1 .hover-info:before {
  left: 84px;
  border-width: 21px 0px 0px 10px;
}
/* line 543, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map .map-marker#map-marker-yccc-sanford {
  top: 450px;
  left: 100px;
}
/* line 551, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content {
  position: relative;
  padding: 0px 20px;
}
/* line 554, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content h2 {
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  color: #183D6D;
  position: relative;
  font-size: 25px;
  line-height: 35px;
}
/* line 561, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content {
  padding-top: 5px;
  margin-left: 50px;
}
/* line 566, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content h2:before {
  content: ' ';
  background-image: url("/wp-content/themes/mccs/images/arrow-orange@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 8px;
}
/* line 580, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
/* line 586, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row {
  display: flex;
  flex-flow: column;
}
/* line 591, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row .intro-info-cell {
  padding: 15px 0px;
}
/* line 595, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row .intro-info-cell .college .logo {
  width: 60px;
  float: left;
  text-align: center;
}
/* line 599, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row .intro-info-cell .college .logo img {
  width: 60px;
  height: auto;
}
/* line 604, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row .intro-info-cell .college .name {
  float: right;
  width: calc(100% - 80px);
  text-transform: uppercase;
  color: #183D6D;
  font-size: 14px;
  font-family:"helvetica-lt-pro";
	font-weight:700;
}
/* line 611, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row .intro-info-cell .college .name .location {
  text-transform: none;
  display: block;
  clear: both;
  color: #767676;
}
/* line 625, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc( 100% - 30px );
  background-color: white;
  padding: 0px 15px;
  min-height: 100%;
  display: none;
}
/* line 636, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info.show-info {
  box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.5);
}
/* line 646, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-image {
  padding-top: 10px;
  display: none;
}
/* line 649, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-image img {
  border: 5px solid white;
  width: calc(100% - 45px );
  max-width: calc(100% - 45px );
}
/* line 657, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content h2 {
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  color: #183D6D;
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
}
/* line 665, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content h2:before {
  content: ' ';
  background-image: url("/wp-content/themes/mccs/images/arrow-orange@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 15px;
}
/* line 679, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content ul {
  padding-left: 10px;
}
/* line 681, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
}
/* line 685, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content ul li:before {
  content: '\b7\a0';
  color: #426E34;
  font-size: 35px;
  position: absolute;
  left: -15px;
}
/* line 699, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0px;
}
/* line 707, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts > h2 {
  text-align: center;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  color: #183D6D;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}
/* line 716, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
/* line 721, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-icon img {
  width: 70px;
}
/* line 725, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-content {
  width: calc(95% - 70px);
}
/* line 727, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-content h2 {
  font-size: 20px;
  line-height: 30px;
  color: #316F38;
  margin-bottom: 5px;
}
/* line 733, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-content p {
  line-height: 21px;
}
/* line 735, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-content p strong {
  font-family:"caecilia"; font-weight:700;
}
/* line 745, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #faqs-wrapper {
  background-color: #F1F1F1;
  padding: 80px 0px;
}
/* line 748, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #faqs-wrapper h2 {
  color: #183D6D;
  font-size: 34px;
}
/* line 752, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #faqs-wrapper .faqs {
  max-width: 1070px;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 757, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #faqs-wrapper .faqs #faqs-repeater-wrapper {
  margin-top: 40px;
}
/* line 759, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #faqs-wrapper .faqs #faqs-repeater-wrapper .faq-question {
  font-family:"caecilia"; font-weight:700;
  font-size: 20px;
  color: #1B3D6D;
}
/* line 772, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper {
  background-color: #F1F1F1;
  padding: 40px 20px;
}
/* line 775, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #video-row-section-intro {
  max-width: 1070px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* line 779, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #video-row-section-intro h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 60px;
  margin-top: 20px;
  color: #183D6D;
  text-align: center;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
}
/* line 788, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #video-row-section-intro p {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #316F38;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
}
/* line 796, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 15px;
}
/* line 801, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a {
  color: #000;
  display: flex;
  align-items: center;
}
/* line 806, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a:hover {
  text-decoration: none;
}
/* line 809, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-img {
  margin: 0px 50px 0px 0px;
  object-fit: cover;
  width: 375px;
  height: 265px;
}
/* line 818, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description p {
  padding: 0px 0px 15px 0px;
}
/* line 821, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description .button {
  background-color: #C05823;
  text-transform: uppercase;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 10px 35px;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  display: inline-block;
}
/* line 834, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description strong {
  color: #316F38;
  font-size: 45px;
  padding: 0px 3px 0px 0px;
  font-weight: 400;
  line-height: 15px;
}
/* line 841, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description strong:before {
  content: '';
  display: inline-block;
  width: 70px;
  width: 70px;
  border-bottom: 2px solid #316F38;
  margin-bottom: 28px;
  margin-left: 30px;
  margin-right: -100px;
}
/* line 851, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description strong:after {
  content: '';
  display: block;
  margin-bottom: -20px;
}
/* line 859, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video:nth-child(even) a {
  flex-direction: row-reverse;
}
/* line 861, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video:nth-child(even) a .video-img {
  margin: 0px 0px 0px 50px;
}
/* line 869, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector > a {
  border-color: transparent;
}
/* line 871, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector > a img {
  border-color: transparent;
}
/* line 875, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector > a.active-video img {
  border-color: #C05823;
}
/* line 881, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video hr {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  border-bottom: 0px;
}
/* line 888, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video:last-child hr {
  display: none;
}
/* line 899, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper {
  background-color: #fff;
  padding: 40px 20px;
}
/* line 902, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #video-section-intro {
  max-width: 1070px;
  margin: 0 auto;
}
/* line 905, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #video-section-intro h2 {
  font-size: 25px;
  line-height: 35px;
  color: #316F38;
  text-align: center;
}
/* line 911, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #video-section-intro p {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
/* line 917, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 15px;
}
/* line 921, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
}
/* line 933, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video .closeVideo {
  display: inline-block;
  float: right;
  right: 10px;
  top: 10px;
  background: #C05823;
  padding: 5px 10px;
  color: #fff;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  cursor: pointer;
  position: fixed;
}
/* line 946, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video .video-embedd-container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 70px;
}
/* line 952, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video #main-video-descr {
  padding: 20px;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
/* line 958, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video #main-video-descr h3 {
  font-size: 20px;
  line-height: 30px;
  color: #316F38;
}
/* line 963, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video #main-video-descr p {
  font-size: 15px;
  line-height: 23px;
}
/* line 967, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video #main-video-descr .button {
  display: none;
}
/* line 973, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-video-selector > a {
  border-color: transparent;
}
/* line 975, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-video-selector > a img {
  border-color: transparent;
}
/* line 984, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-video-selector .video-selector {
  position: relative;
}
/* line 986, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-video-selector .video-selector .fas {
  color: #fff;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  opacity: .8;
}
/* line 1002, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #cta-wrapper {
  background-color: #183D6D;
  padding: 80px 40px;
}
/* line 1006, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #cta-wrapper .cta {
  max-width: 1070px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
/* line 1011, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #cta-wrapper .cta p {
  margin: 0;
  padding: 0;
}
/* line 1015, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #cta-wrapper .cta h2 {
  font-size: 30px;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  color: #fff;
}
/* line 1023, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #cta-wrapper .cta a.button {
  display: inline-block;
  margin-top: 40px;
  background-color: #C05823;
  text-transform: uppercase;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 10px 35px;
  font-family:"franklin-gothic-urw-cond"; font-weight:700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
/* line 1036, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 #cta-wrapper .cta a.button:hover {
  text-decoration: none;
}
/* line 1042, ../scss/get-started-2024.scss */
.page-template-page-get-started-2024 footer {
  margin-top: 3px;
}

@media (min-width: 768px) {
  /* line 1050, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 40px;
  }
  /* line 1057, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
  }
  /* line 1062, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1 {
    font-size: 90px;
    line-height: 100px;
    position: absolute;
    bottom: 20px;
    left: 10px;
    /* to line up with logo */
    z-index: 0;
  }
  /* line 1069, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1:before {
    content: '';
    height: 110px;
    width: 635px;
    background: #1A3C6D;
    display: block;
    position: absolute;
    bottom: -15px;
    z-index: -1;
    margin-left: -165px;
  }
  /* line 1093, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-image-wrapper {
    order: 2;
  }
  /* line 1095, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-image-wrapper #mobile-header-image {
    display: none;
  }
  /* line 1098, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-image-wrapper #desktop-header-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 1106, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #form-wrapper {
    position: absolute;
    top: 50px;
    right: 0;
    width: 400px;
    margin: 0;
    background-color: #F1F1F1;
    padding: 40px;
  }
  /* line 1117, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #top-content-wrapper {
    max-width: 1070px;
    margin: 0 auto;
    margin-top: 0px;
  }
  /* line 1121, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #top-content-wrapper .top-content {
    max-width: 42%;
  }
  /* line 1127, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts {
    margin: 0 auto;
    padding: 20px;
  }
  /* line 1130, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts > h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  /* line 1136, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding-bottom: 20px;
  }
  /* line 1144, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1153, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #faqs-wrapper .faqs {
    max-width: 1070px;
    margin: 0px auto;
  }
  /* line 1156, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #faqs-wrapper .faqs .faq-wrapper {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
  }
  /* line 1160, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #faqs-wrapper .faqs .faq-wrapper:hover {
    cursor: pointer;
  }
  /* line 1164, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #faqs-wrapper .faqs .faq-question {
    padding-right: 100px;
    position: relative;
    display: flex;
    align-items: center;
  }
  /* line 1169, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #faqs-wrapper .faqs .faq-question:after {
    font: var(--fa-font-solid);
    content: '\2b';
    position: absolute;
    right: 0px;
    color: #669966;
  }
  /* line 1177, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #faqs-wrapper .faqs .faq-question.open:after {
    font: var(--fa-font-solid);
    content: '\f068';
  }
  /* line 1183, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #faqs-wrapper .faqs .faq-answer {
    padding: 20px 80px 0px 0px;
    display: none;
  }
  /* line 1191, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #cta-wrapper .cta {
    max-width: 1070px;
    margin: 0px auto;
  }

  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts {
    margin-top:200px;
  }
  
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 1210, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #form-wrapper {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  /* line 1221, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1 {
    left: 0;
    max-width: 50%;
  }
  /* line 1230, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #form-wrapper {
    width: 600px;
  }
}
@media (min-width: 1030px) {
  /* line 1240, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0px 0px;
    overflow: visible;
    min-height: 10px;
  }
  /* line 1247, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map {
    position: relative;
    width: 480px;
    overflow: visible;
    margin-left: 0px;
  }
  /* line 1252, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map img#map {
    display: block;
    width: 480px;
    height: 100%;
  }
  /* line 1262, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content {
    max-width: 500px;
    width: 100%;
    padding: 0px;
  }
  /* line 1266, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content > div {
    width: 100%;
    padding-top: 0px;
  }
  /* line 1270, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info {
    z-index: 1000;
    width: 100%;
    left: 0px;
    width: calc(100% + 70px);
    left: -70px;
  }
  /* line 1276, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-image {
    padding-top: 20px;
    display: block;
  }
  /* line 1279, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-image img {
    border: 5px solid white;
    width: 118%;
    max-width: 120%;
    margin-left: -22%;
  }
  /* line 1288, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  /* line 1292, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content ul {
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 20px;
    width: calc(100% - 65px);
  }
  /* line 1297, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info .college-info-content ul li {
    margin-bottom: 10px;
  }
  /* line 1303, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content .college-info.show-info {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  /* line 1314, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content {
    margin: 0px;
  }
  /* line 1316, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  /* line 1320, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info {
    width: 100%;
  }
  /* line 1322, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row {
    flex-flow: row;
    justify-content: space-between;
  }
  /* line 1325, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info .intro-info-row .intro-info-cell {
    width: 48%;
  }
}
@media (min-width: 1070px) {
  /* line 1337, ../scss/get-started-2024.scss */
  .video-embedd-container {
    padding-bottom: 602px;
  }

  /* line 1344, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video .closeVideo {
    right: 50%;
    margin-right: -535px;
    top: 20px;
  }
  /* line 1352, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #top-content-wrapper {
    max-width: 1070px;
    margin: 0 auto;
    margin-top: 0px;
  }
  /* line 1356, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #top-content-wrapper .top-content {
    max-width: 47%;
  }

  /* line 1365, ../scss/get-started-2024.scss */
  .page-id-40182.page-template-page-get-started-2024 #top-content-wrapper .top-content {
    max-width: none;
  }
}
@media (max-width: 750px) {
  /* line 1377, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  /* line 1380, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1 {
    position: relative;
  }
  /* line 1383, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h2 {
    position: relative;
  }
  /* line 1392, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map {
    margin: 0 auto;
  }
  /* line 1395, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-content #college-intro-content .intro-info {
    width: 100%;
  }
  /* line 1402, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video .closeVideo {
    top: 10px;
    right: 10px;
  }
  /* line 1406, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video .video-embedd-container {
    margin-top: 60px;
  }
  /* line 1413, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-video-selector a.video-selector {
    width: 47%;
    display: block;
    float: left;
  }
  /* line 1425, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a {
    flex-direction: column;
    position: relative;
    margin-bottom: 100px;
  }
  /* line 1429, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-img {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /* line 1435, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin: 0px;
    padding: 10px 20px 0px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  /* line 1450, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description p {
    font-size: 17px;
    line-height: 21px;
    text-align: center;
  }
  /* line 1455, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description .button {
    display: block;
    text-align: center;
    width: 250px;
    position: absolute;
    /* position: absolute; */
    bottom: -60px;
    left: 50%;
    margin-left: -160px;
  }
  /* line 1465, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description strong {
    color: #fff;
    font-size: 45px;
    padding: 0px 3px 0px 0px;
    font-weight: 400;
    width: 100%;
    display: block;
  }
  /* line 1473, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description strong:before {
    content: '';
    display: inline-block;
    width: 70px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 26px;
    margin-left: 0px;
    margin-right: 15px;
  }
  /* line 1482, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video a .video-description strong:after {
    content: '';
    display: inline-block;
    width: 70px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 26px;
    margin-left: 15px;
    margin-right: 0px;
  }
  /* line 1493, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video:nth-child(even) a {
    flex-direction: row;
  }
  /* line 1495, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-row-wrapper #inner-video-row-wrapper #video-row-section-video-selector .video-row-video:nth-child(even) a .video-img {
    margin: 0px;
  }
  /* line 1506, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact {
    justify-content: center;
    margin-bottom: 20px;
  }
  /* line 1509, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-icon {
    width: 70px;
    margin: 0px 0px 0px 0px;
  }
  /* line 1512, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-icon img {
    height: 47px;
    width: auto;
    margin: auto;
  }
  /* line 1518, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-content {
    width: 100%;
    margin: 0px 0px 0px -70px;
  }
  /* line 1521, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-facts-wrapper #college-facts #college-facts-inner-wrapper .single-fact .single-fact-content h2 {
    margin: 24px 0px -24px 70px;
    height: 60px;
  }

}
@media (max-width: 1000px) and (orientation: landscape) {
  /* line 1548, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video .video-embedd-container {
    margin-top: 10px;
    width: 80%;
    padding-bottom: 45%;
  }
  /* line 1553, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #video-wrapper #inner-video-wrapper #video-section-main-video #main-video-descr {
    display: none;
  }
}
@media (max-width: 479px) {
  /* line 1569, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map {
    margin-left: calc(100% - 480px);
  }
}
@media (max-width: 395px) {
  /* line 1582, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #college-introduction-wrapper #college-introduction-map {
    margin-left: calc(100% - 435px);
  }
}
@media (max-width: 870px) {
  /* line 1593, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1 {
    font-size: 70px;
    line-height: 85px;
  }
  /* line 1596, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h1:before {
    height: 85px;
    bottom: -5px;
  }

  /* line 1601, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024 #header-wrapper #header-content-wrapper h2 {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  /* line 1612, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024.page-id-40182 #header-wrapper {
    margin-bottom: 220px;
  }
  /* line 1614, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024.page-id-40182 #header-wrapper #header-content-wrapper {
    padding-bottom: 0px;
  }
  /* line 1616, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024.page-id-40182 #header-wrapper #header-content-wrapper h2 {
    bottom: 20px;
  }
  /* line 1619, ../scss/get-started-2024.scss */
  .page-template-page-get-started-2024.page-id-40182 #header-wrapper #header-content-wrapper p {
    position: absolute;
    font-size: 22px;
  }
}
