/* Sliders Fades */
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* End of Sliders Fades */


/* Architecture Overrides Start */
/* End of Architecture Overrides */


/* Architecture Course Start */
.modal {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
}

.modal__container {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .modal__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .modal__container {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 26px;
  width: 26px;
  z-index: 5;
  cursor: pointer;
}

.modal__body {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.modal__heading {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 30px;
  max-width: 220px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.modal__button-separator {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 20px;
  color: #fff;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
}

.modal .button, .modal .subscribe-banner #mkt-form .btn, .subscribe-banner #mkt-form .modal .btn {
  margin-left: auto;
  margin-right: auto;
}

[data-modal="on"] .modal {
  display: block;
  opacity: 1;
}

@media (min-width: 768px) {
  .modal__heading {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal__body {
    width: 100%;
    height: 380px;
    border: 1px solid #fff;
    padding-left: 95px;
    padding-right: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__container {
    position: relative;
  }
  .modal__close {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -220px;
  }
  .modal__heading {
    font-size: 23px;
    margin-bottom: 50px;
    max-width: none;
  }
  .modal__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .modal__button-separator {
    margin-left: 64px;
    margin-right: 64px;
  }
  .modal .button, .modal .subscribe-banner #mkt-form .btn, .subscribe-banner #mkt-form .modal .btn {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.42;
  }
}

@media (min-width: 1170px) {
  .modal__close {
    right: -36px;
    margin-top: -215px;
  }
}

.course-tabs {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .course-tabs {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

@media (min-width: 992px) {
  .course-tabs {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1170px) {
  .course-tabs {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1570px) {
  .course-tabs {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.course-tabs__container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .course-tabs__container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

@media (min-width: 1170px) {
  .course-tabs__container {
    padding-left: 0;
    padding-right: 0;
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

.course-tabs__heading {
  margin-bottom: 30px;
  font-size: 24rem;
  font-weight: 400;
  color: #000;
}

.course-tabs .course-tabs__tabs {
  padding: 0;
}

.course-tabs__header {
  border-bottom: 1px solid #CACACA;
  margin-bottom: 26px;
}

.course-tabs .course-tabs__headings {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  background-color: transparent;
  padding-bottom: 16px !important;
  border-radius: 0;
}

.course-tabs .course-tabs__headings li {
  background-color: transparent;
  margin: 0;
  border: none;
  height: 32px;
  position: relative;
  margin-bottom: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-tabs .course-tabs__headings li.ui-state-active::after {
  opacity: 1;
}

.course-tabs .course-tabs__headings li a {
  padding: 0 0 0 44px !important;
  font-size: 16rem;
  color: #000;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 1px;
  z-index: 1;
}

.course-tabs .course-tabs__headings li::before {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 1px solid #ABABAB;
}

.course-tabs .course-tabs__headings li::after {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  border-radius: 100%;
  background-color: #fdb945;
  left: 6px;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.course-tabs .course-tabs__tabs {
  border: none;
}

.ui-widget {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  padding: 0;
}

.course-tab {
  border: none !important;
  border-radius: 0;
  padding: 0;
}

.course-tab__scroll-container {
  overflow-x: scroll;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: none;
}

.degree-tabs {
  border-radius: 0;
}

.degree-tabs__headings {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 40px !important;
}

.degree-tabs__headings li {
  margin: 0 !important;
  padding: 0px !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: -1px !important;
}

.degree-tabs__headings li svg g path:first-of-type {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.degree-tabs__headings li.ui-state-active svg g path:first-of-type, .degree-tabs__headings li:hover svg g path:first-of-type {
  fill: #fdb945 !important;
}

.degree-tabs__headings li a {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px !important;
  padding-bottom: 10px !important;
  height: 100%;
  width: 100%;
}

.degree-tabs__headings li a svg {
  width: auto;
  height: 25px;
  padding-right: 7px;
}

.degree-tabs__headings li a span {
  color: #000;
  font-size: 16rem;
}

.degree-tabs__headings li.ui-state-active {
  position: relative;
}

.degree-tabs__headings li.ui-state-active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4D4D4D;
}

.degree-tabs__headings li:not(:last-child) {
  margin-right: 25px !important;
}

.degree-tabs .table {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 38px;
}

.degree-tabs .table.table--rich-text .table__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 35px !important;
}

.degree-tabs .table__heading {
  font-size: 22rem;
  line-height: 1.35;
  color: #fff;
  padding: 15px 20px;
  font-weight: 600;
  background-color: #fdb945;
}

.degree-tabs .table__body {
  padding: 35px 15px 0px;
  border-bottom: 1px solid #CACACA;
}

.degree-tabs .table__item {
  padding: 15px 0 30px;
  border-top: 1px solid #fdb945;
}

.degree-tabs .table__item p, .degree-tabs .table__item .table__item_body {
  font-size: 14rem;
  margin-bottom: 7px;
  font-weight: 600;
  color: #000;
}

.degree-tabs .table__item p p, .degree-tabs .table__item .table__item_body p {
  font-weight: 400;
}

.degree-tabs .table__item .table__item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 21px;
  margin-bottom: 0;
}

.degree-tabs .table__item:last-child {
  margin-bottom: 0;
}

.degree-tabs .table__item .cls-1 {
  fill: #fdb945;
}

.degree-tabs p.table__item_body, .degree-tabs .table__item_body {
  font-weight: 400 !important;
}

.degree-tabs .table__link {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.degree-tabs .table__link img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.degree-tabs .table__link span {
  font-size: 16rem;
  color: #000;
  position: relative;
  top: 1px;
}

.degree-tabs .table__fine-print {
  font-size: 12rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.degree-tab__heading {
  font-size: 18rem;
  margin-bottom: 25px;
  line-height: 1.47;
}

.tooltip {
  position: relative;
  line-height: 0;
  cursor: pointer;
}

.tooltip svg {
  width: 27px;
  height: 27px;
}

.tooltip div {
  display: none;
  opacity: 0;
  -webkit-animation: 0.3s fadeInFromNone linear forwards;
          animation: 0.3s fadeInFromNone linear forwards;
  padding: 12px 16px;
  position: absolute;
  width: calc(100vw - 30px);
  margin-left: -15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  background-color: #000;
  bottom: 44px;
  right: -15px;
  max-width: 330px;
}

.tooltip::after {
  position: absolute;
  content: '';
  bottom: 44px;
  right: 7px;
  height: 9px;
  width: 11px;
  top: -18px;
  opacity: 0;
  display: block;
  background-image: url("/static/media/ic/ic-tooltip-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tooltip:hover div {
  opacity: 1;
  display: block;
}

.tooltip:hover::after {
  opacity: 1;
  -webkit-animation: 0.3s fadeIn linear forwards;
          animation: 0.3s fadeIn linear forwards;
}

@media (min-width: 768px) {
  .course-tabs {
    border-bottom: 1px solid #888888;
  }
  .course-tabs__container {
    position: relative;
    top: 1px;
  }
  .course-tabs__header .course-tabs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .course-tabs__header {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    background-color: #fff;
    margin-bottom: 0;
  }
  .course-tabs .course-tabs__heading {
    margin-bottom: 0;
    font-size: 30rem;
    margin-right: 45px;
  }
  .course-tabs .course-tabs__headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .course-tabs .course-tabs__headings li {
    margin-bottom: 0 !important;
  }
  .course-tabs .course-tabs__headings li:first-of-type {
    margin-right: 25px;
  }
  .course-tab {
    background-color: #EDEDED !important;
  }
  .degree-tabs {
    background-color: #fff !important;
    border-bottom: 1px solid #888888 !important;
    border-right: 1px solid #888888 !important;
    border-left: 1px solid #888888 !important;
    padding: 55px 60px 32px 60px !important;
  }
  .degree-tabs__headings {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    background-color: #f6f6f6;
    margin-bottom: 0 !important;
  }
  .degree-tabs__headings li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
    border-bottom: 1px solid #888888 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #EDEDED !important;
  }
  .degree-tabs__headings li a {
    padding: 0 0 0 15px !important;
  }
  .degree-tabs__headings li a:focus {
    outline: none !important;
  }
  .degree-tabs__headings li.ui-tabs-tab svg g path:first-of-type {
    fill: #fdb945 !important;
  }
  .degree-tabs__headings li.ui-state-active, .degree-tabs__headings li:hover {
    background-color: #fff !important;
    border-bottom: none !important;
  }
  .degree-tabs__headings li.ui-state-active::after {
    display: none;
  }
  .degree-tabs__headings li:not(:last-child) {
    margin-right: 0 !important;
    border-right: 1px solid #888888 !important;
  }
  .degree-tabs .table__heading {
    padding: 20px 30px;
  }
  .degree-tabs .table__body {
    padding: 35px 30px 0;
  }
  .degree-tabs .table__link {
    padding: 20px 30px;
  }
  .degree-tabs .table__fine-print {
    padding-left: 30px;
    padding-right: 30px;
  }
  .degree-tab__heading {
    padding-left: 30px;
    margin-bottom: 28px;
  }
}

@media (min-width: 992px) {
  .degree-tabs .table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .degree-tabs .table__body > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .degree-tabs .table__body > div:not(:last-of-type) {
    margin-right: 30px;
  }
  .degree-tabs .table__item .table__item_body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .degree-tabs .table__item .table__item_body svg {
    margin-left: 6px;
  }
  .tooltip::after {
    right: 1px;
  }
  .tooltip div {
    bottom: 31px;
  }
  .tooltip svg {
    height: 14px;
    width: 14px;
  }
}

@media (min-width: 992px) {
  body.header--secondary-nav-exists .architecture-hero {
    min-height: 456px;
    padding-top: 116px;
  }
}

@media (min-width: 1170px) {
  body.header--secondary-nav-exists .architecture-hero {
    min-height: 524px;
  }
}

@media (min-width: 992px) {
  body.header--secondary-nav-exists .architecture-hero--two {
    min-height: 336px;
  }
}

@media (min-width: 1170px) {
  body.header--secondary-nav-exists .architecture-hero--two {
    min-height: 394px;
  }
}

.agse-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 220px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.agse-hero__container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .agse-hero__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .agse-hero__container {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1170px) {
  .agse-hero__container {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

.agse-hero__title {
  margin-bottom: 0;
  line-height: 1.42;
  font-weight: 600;
  width: 230px;
  font-size: 19rem;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.agse-hero__title::after {
  width: 61px;
  height: 2px;
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  background-color: #fff;
}

.agse-hero--desktop {
  display: none;
}

.agse-hero__heading {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24rem;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 768px) {
  .agse-hero__heading {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .agse-hero__heading {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1170px) {
  .agse-hero__heading {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

.agse-hero__heading-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fdb945;
}

.agse-hero--two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  content: "";
}

.agse-hero--two .agse-hero__heading {
  padding-top: 25px;
  padding-bottom: 16px;
  font-size: 27rem;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.agse-hero--two .agse-hero__heading::before {
  width: 61px;
  height: 2px;
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .agse-hero__title {
    font-size: 24rem;
    line-height: 1.35;
    width: 340px;
  }
  .agse-hero__heading {
    font-size: 28rem;
    line-height: 1.5;
  }
  .agse-hero--two .agse-hero__heading {
    padding-top: 30px;
    font-size: 34rem;
  }
  .agse-hero--two .agse-hero__heading::before {
    width: 90px;
  }
}

@media (min-width: 992px) {
  .agse-hero__title {
    margin-left: 17.166%;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .agse-hero__heading {
    margin-left: 17.166%;
    width: 390px;
    font-size: 32rem;
  }
  .agse-hero--mobile {
    display: none;
  }
  .agse-hero--desktop {
    display: block;
  }
  .agse-hero--one {
    min-height: 400px;
  }
  .agse-hero--two {
    min-height: 280px;
  }
  .agse-hero--two .agse-hero__heading {
    padding-top: 35px;
    font-size: 40rem;
  }
  .agse-hero--two .agse-hero__heading::before {
    width: 120px;
  }
}

@media (min-width: 1170px) {
  .agse-hero__title {
    margin-bottom: 45px;
  }
  .agse-hero__heading {
    font-size: 40px;
    width: 500px;
  }
  .agse-hero--one {
    min-height: 468px;
  }
  .agse-hero--two {
    min-height: 338px;
  }
  .agse-hero--two .agse-hero__heading {
    padding-top: 40px;
    font-size: 45rem;
  }
  .agse-hero--two .agse-hero__heading::before {
    width: 150px;
  }
}

@media (min-width: 992px) {
  body.header--secondary-nav-exists .architecture-hero {
    min-height: 656px;
    padding-top: 116px;
  }
}

@media (min-width: 1170px) {
  body.header--secondary-nav-exists .architecture-hero {
    min-height: 798px;
  }
}

@media (min-width: 992px) {
  body.header--secondary-nav-exists .architecture-hero--two {
    min-height: 326px;
  }
}

@media (min-width: 1170px) {
  body.header--secondary-nav-exists .architecture-hero--two {
    min-height: 393px;
  }
}

.architecture-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.architecture-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  content: "";
}

.architecture-hero__container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 730px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .architecture-hero__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .architecture-hero__container {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1170px) {
  .architecture-hero__container {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

.architecture-hero__title {
  font-size: 16rem;
  max-width: 500px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0;
}

.architecture-hero__separator {
  height: 34px;
  width: 34px;
  margin-top: 30px;
  margin-bottom: 18px;
}

.architecture-hero__heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 28rem;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
}

.architecture-hero__scroll-down {
  cursor: pointer;
  display: block;
}

.architecture-hero__scroll-down span {
  font-size: 12rem;
  color: #fff;
}

.architecture-hero__scroll-down img {
  width: 34px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.architecture-hero--two {
  min-height: 170px;
}

.architecture-hero--two .architecture-hero__container {
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.architecture-hero--two .architecture-hero__separator {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
}

.architecture-hero--two .architecture-hero__heading {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .architecture-hero {
    min-height: 520px;
  }
  .architecture-hero__title {
    font-size: 19rem;
  }
  .architecture-hero__heading {
    font-size: 34rem;
    margin-bottom: 35px;
  }
  .architecture-hero__separator {
    margin-top: 35px;
    margin-bottom: 23px;
  }
  .architecture-hero__scroll-down img {
    margin-bottom: 15px;
  }
  .architecture-hero__scroll-down span {
    font-size: 13rem;
  }
  .architecture-hero--two {
    min-height: 200px;
  }
  .architecture-hero--two .architecture-hero__separator {
    margin-bottom: 13px;
  }
  .architecture-hero--two .architecture-hero__heading {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .architecture-hero {
    min-height: 600px;
  }
  .architecture-hero__title {
    font-size: 22rem;
  }
  .architecture-hero__heading {
    font-size: 40rem;
    margin-bottom: 44px;
  }
  .architecture-hero__separator {
    margin-top: 44px;
    margin-bottom: 30px;
  }
  .architecture-hero__scroll-down span {
    font-size: 15rem;
  }
  .architecture-hero--two {
    min-height: 270px;
  }
  .architecture-hero--two .architecture-hero__separator {
    margin-bottom: 16px;
  }
  .architecture-hero--two .architecture-hero__heading {
    margin-bottom: 35px;
  }
}

@media (min-width: 1170px) {
  .architecture-hero {
    min-height: 742px;
  }
  .architecture-hero__title {
    font-size: 25rem;
  }
  .architecture-hero__heading {
    font-size: 45rem;
    margin-bottom: 52px;
  }
  .architecture-hero__separator {
    margin-top: 52px;
  }
  .architecture-hero__scroll-down span {
    font-size: 16rem;
  }
  .architecture-hero--two {
    min-height: 337px;
  }
  .architecture-hero--two .architecture-hero__separator {
    margin-bottom: 20px;
  }
  .architecture-hero--two .architecture-hero__heading {
    margin-bottom: 45px;
  }
}

.info-tiles {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

@media (min-width: 768px) {
  .info-tiles {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

@media (min-width: 992px) {
  .info-tiles {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1170px) {
  .info-tiles {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1570px) {
  .info-tiles {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.info-tiles__container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .info-tiles__container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

@media (min-width: 1170px) {
  .info-tiles__container {
    padding-left: 0;
    padding-right: 0;
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

.info-tiles__sub-heading {
  margin-bottom: 40px;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 16rem;
}

.info-tiles__heading {
  font-size: 23rem;
  color: #000000;
  font-weight: 400;
}

.info-tiles__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-tiles--two-col .info-tiles__container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .info-tiles--two-col .info-tiles__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .info-tiles--two-col .info-tiles__container {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.info-tile {
  text-align: left;
  border-bottom: 1px solid #B4B4B4;
  width: 100%;
}

.info-tile:not(:last-of-type) {
  margin-bottom: 55px;
}

.info-tile:hover .info-tile__heading {
  color: #fdb945;
}

.info-tile__heading {
  font-size: 20rem !important;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
}

.info-tile__heading h1, .info-tile__heading h2, .info-tile__heading h1, .info-tile__heading h2, .info-tile__heading h3, .info-tile__heading h4, .info-tile__heading h5, .info-tile__heading h6, .info-tile__heading h4, .info-tile__heading h5, .info-tile__heading h6 {
  font-weight: 600;
}

.info-tile__heading h1 + p, .info-tile__heading h2 + p, .info-tile__heading h1 + p, .info-tile__heading h2 + p, .info-tile__heading h3 + p, .info-tile__heading h4 + p, .info-tile__heading h5 + p, .info-tile__heading h6 + p, .info-tile__heading h4 + p, .info-tile__heading h5 + p, .info-tile__heading h6 + p {
  font-weight: 600;
}

.info-tile__text {
  margin-bottom: 13px;
  font-size: 16rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  display: inline-block;
}

.info-tile .link-with-arrow, .info-tile .contact form .btn--primary, .contact form .info-tile .btn--primary {
  margin-bottom: 15px;
}

.info-tile .link-with-arrow [src='/static/media/ic/ic-arrow-right-yellow.svg'], .info-tile .contact form .btn--primary [src='/static/media/ic/ic-arrow-right-yellow.svg'], .contact form .info-tile .btn--primary [src='/static/media/ic/ic-arrow-right-yellow.svg'], .info-tile .link-with-arrow .architecture-arrow, .info-tile .contact form .btn--primary .architecture-arrow, .contact form .info-tile .btn--primary .architecture-arrow {
  margin-right: 12px;
}

@media (min-width: 768px) {
  .info-tiles__heading {
    font-size: 30rem;
    line-height: 1.5;
  }
  .info-tiles__sub-heading {
    margin-bottom: 50px;
  }
  .info-tiles--three-col .info-tile {
    width: calc(33.33333% - 13px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(33.33333% - 1.77777%);
        flex-basis: calc(33.33333% - 1.77777%);
  }
  .info-tiles--three-col .info-tile:not(:nth-of-type(3n)) {
    margin-right: 2.665%;
  }
  .info-tiles--two-col .info-tile {
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
  .info-tiles--two-col .info-tile:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .info-tiles--two-col .info-tile:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
  .info-tiles .info-tiles--three-col:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .info-tile {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info-tile .link-with-arrow, .info-tile .contact form .btn--primary, .contact form .info-tile .btn--primary {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .info-tiles__heading {
    font-size: 35rem;
  }
  .info-tiles__sub-heading {
    margin-bottom: 60px;
  }
  .info-tiles--two-col .info-tile {
    width: calc(50% - 25px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
  }
  .info-tiles--two-col .info-tile:not(:nth-of-type(2n)) {
    margin-right: 50px;
  }
}

@media (min-width: 1170px) {
  .info-tiles__sub-heading {
    margin-bottom: 80px;
  }
  .info-tiles--two-col .info-tile {
    width: calc(50% - 80px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
  }
  .info-tiles--two-col .info-tile:not(:nth-of-type(2n)) {
    margin-right: 80px;
  }
}

.contact {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .contact {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

@media (min-width: 992px) {
  .contact {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1170px) {
  .contact {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1570px) {
  .contact {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.contact__container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .contact__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .contact__container {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__heading {
  font-size: 24rem;
  line-height: 1.42;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}

.contact__sub-heading {
  font-size: 16rem;
  line-height: 2;
  color: #000;
  margin-bottom: 40px;
}

.contact hr {
  margin-top: 8px;
  margin-bottom: 40px;
}

.contact .link-with-arrow img, .contact form .btn--primary img {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  left: 0;
}

.contact .link-with-arrow:hover img, .contact form .btn--primary:hover img {
  left: 4px;
}

.contact form .row .col-6, .contact form fieldset {
  margin-bottom: 25px;
  display: block;
}

.contact form abbr {
  color: #fdb945;
  text-decoration: none;
}

.contact form > fieldset:first-of-type {
  padding-bottom: 18px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 30px;
}

.contact form > fieldset:first-of-type legend {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.39;
  color: #000;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.contact form > fieldset:first-of-type legend abbr {
  display: none;
}

.contact form > fieldset:first-of-type > span {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  padding-left: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-right: 15%;
}

@media (min-width: 768px) {
  .contact form > fieldset:first-of-type > span {
    margin-right: 50px;
  }
}

.contact form > fieldset:first-of-type > span::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  left: 0;
  top: 0;
  border: 1px solid #ABABAB;
}

.contact form > fieldset:first-of-type > span input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.contact form > fieldset:first-of-type > span .checkmark {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  border-radius: 100%;
  background-color: #fdb945;
  left: 6px;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  display: none;
}

.contact form > fieldset:first-of-type > span input:checked ~ .checkmark {
  display: block;
}

.contact form .row label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.contact form .row input {
  border: 1px solid #C5C5C5;
  padding: 20px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 100%;
}

.contact form .row input::-webkit-input-placeholder {
  color: #808080;
}

.contact form .row input:-moz-placeholder {
  color: #808080;
}

.contact form .row input::-moz-placeholder {
  color: #808080;
}

.contact form .row input:-ms-input-placeholder {
  color: #808080;
}

.contact form .row textarea {
  border: 1px solid #C5C5C5;
  padding: 20px;
  height: 184px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 100%;
  resize: none;
}

.contact form .row textarea::-webkit-input-placeholder {
  color: #808080;
}

.contact form .row textarea:-moz-placeholder {
  color: #808080;
}

.contact form .row textarea::-moz-placeholder {
  color: #808080;
}

.contact form .row textarea:-ms-input-placeholder {
  color: #808080;
}

.contact form .ui-selectmenu-button {
  border: 1px solid #C5C5C5;
  padding: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  color: #808080;
  width: 100%;
  background-color: #FFF;
  border-radius: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.contact form .ui-state-hover .ui-icon, .contact form .ui-state-focus .ui-icon, .contact form .ui-button:hover .ui-icon, .contact form .ui-button:focus .ui-icon, .contact form .ui-button .ui-icon {
  background-image: url("/static/media/ic-agse/ic-form-field-chevron-down.svg");
}

.contact form .ui-button .ui-icon-triangle-1-s::after {
  content: "";
}

.contact form .ui-button .ui-icon-triangle-1-s {
  top: 3px;
  left: 0;
}

.contact form .btn--primary {
  border: none;
  padding: 0 0 0 36px;
  height: 24px;
  position: relative;
  cursor: pointer;
  margin-top: 24px;
  background-color: transparent;
}

.contact form .btn--primary:hover span {
  left: 2px;
}

.contact form .btn--primary span {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: absolute;
  top: 0;
  background-image: url("/static/media/ic/ic-arrow-forward.svg");
}

.contact form .btn--primary span::before {
  display: none;
}

.contact-form__heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39;
  color: #000;
  margin-bottom: 10px;
}

.contact-form__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 30px;
}

.contact-form__radio-label {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  padding-left: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right: 15%;
}

.contact-form__radio-label::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  left: 0;
  top: 0;
  border: 1px solid #ABABAB;
}

.contact-form__radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.contact-form__radio-label .checkmark {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  border-radius: 100%;
  background-color: #fdb945;
  left: 6px;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  display: none;
}

.contact-form__radio-label input:checked ~ .checkmark {
  display: block;
}

.contact-form .required {
  color: #fdb945;
}

.contact-form__group {
  margin-bottom: 25px;
}

.contact-form__group:first-of-type {
  margin-bottom: 0;
}

.contact-form--hidden {
  display: none;
}

.contact-form__field {
  border: 1px solid #C5C5C5;
  padding: 20px;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  width: 100%;
}

.contact-form__field::-webkit-input-placeholder {
  color: #808080;
}

.contact-form__field:-moz-placeholder {
  color: #808080;
}

.contact-form__field::-moz-placeholder {
  color: #808080;
}

.contact-form__field:-ms-input-placeholder {
  color: #808080;
}

.contact-form__group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-form__group-wrap .contact-form__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.contact-form__group-wrap .contact-form__group {
  width: 49%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.contact-form__group-wrap input, .contact-form__group-wrap .ui-selectmenu-button {
  padding-left: 8px;
  padding-right: 8px;
}

.contact-form .ui-selectmenu-button {
  border: 1px solid #C5C5C5;
  padding: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  color: #808080;
  width: 100%;
  background-color: #FFF;
  border-radius: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.contact-form .ui-state-hover .ui-icon, .contact-form .ui-state-focus .ui-icon, .contact-form .ui-button:hover .ui-icon, .contact-form .ui-button:focus .ui-icon, .contact-form .ui-button .ui-icon {
  background-image: url("/static/media/ic-agse/ic-form-field-chevron-down.svg");
}

.contact-form .ui-button .ui-icon-triangle-1-s::after {
  content: "";
}

.contact-form .ui-button .ui-icon-triangle-1-s {
  top: 3px;
  left: 0;
}

.contact-form__text-area {
  border: 1px solid #C5C5C5;
  padding: 20px;
  height: 184px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  width: 100%;
  resize: none;
}

.contact-form__text-area::-webkit-input-placeholder {
  color: #808080;
}

.contact-form__text-area:-moz-placeholder {
  color: #808080;
}

.contact-form__text-area::-moz-placeholder {
  color: #808080;
}

.contact-form__text-area:-ms-input-placeholder {
  color: #808080;
}

.contact-form .link-with-arrow img, .contact-form .contact form .btn--primary img, .contact form .contact-form .btn--primary img {
  margin-right: 12px;
}

.contact-form__note {
  margin-top: 20px;
  display: inline-block;
}

b {
  font-weight: 600;
}

.contact-success {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .contact-success {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

@media (min-width: 992px) {
  .contact-success {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1170px) {
  .contact-success {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1570px) {
  .contact-success {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.contact-success__container {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .contact-success__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .contact-success__container {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-success__icon {
  width: 76px;
  height: 76px;
  margin-bottom: 40px;
}

.contact-success__heading {
  font-size: 24rem;
  line-height: 1.42;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

.contact-success__sub-heading {
  font-size: 16rem;
  line-height: 2;
  color: #000;
}

@media (min-width: 768px) {
  .contact__heading {
    font-size: 30px;
  }
  .contact hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contact #mkt-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact #mkt-form .row:nth-of-type(3) .deflection_fields {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .contact #mkt-form .row:nth-of-type(3) .deflection_fields:nth-of-type(2) {
    position: relative;
  }
  .contact #mkt-form .row .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
  .contact #mkt-form .row .col-6:nth-of-type(2) {
    margin-left: auto;
  }
  .contact #mkt-form .row .deflection_fields {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
  .contact #mkt-form .row .deflection_fields:nth-of-type(2) {
    position: absolute;
  }
  .contact #mkt-form .row:last-of-type p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-form > div:first-of-type, .contact-form > div:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .contact-form > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
  .contact-form__group {
    margin-bottom: 30px;
  }
  .contact-form__radio-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact-success__heading {
    font-size: 30px;
  }
  .contact-success__heading br {
    display: none;
  }
}

.sponsors {
  margin-top: 70px;
  margin-bottom: -40px;
}

.sponsors__container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .sponsors__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .sponsors__container {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sponsors__heading {
  font-size: 23rem;
  line-height: 1.48;
  color: #000;
  margin-bottom: 20px;
  max-width: 459.889px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sponsors__blurb {
  font-size: 16rem;
  line-height: 1.75;
  margin-bottom: 50px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sponsors__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.sponsors__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  width: 165px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.sponsors__image {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 480px) {
  .sponsors__blurb {
    text-align: center;
  }
  .sponsors__heading {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sponsors {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .sponsors__heading {
    font-size: 27rem;
  }
  .sponsors__link {
    width: 190px;
    height: 58px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .sponsors {
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .sponsors__heading {
    font-size: 30rem;
  }
  .sponsors__blurb {
    margin-bottom: 60px;
  }
  .sponsors__link {
    width: 190px;
    height: 58px;
  }
}

@media (min-width: 1170px) {
  .sponsors {
    margin-top: 150px;
    margin-bottom: 110px;
  }
  .sponsors__link {
    width: 190px;
    height: 58px;
  }
}

.header__menu-close, .header__menu-open, .header__right > i, .header__right > img {
  height: 60px;
  width: 60px;
  padding: 17px;
}

.header__center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__right > img {
  background-color: #dc2d27;
}

.header__right {
  line-height: 0;
  margin-right: 0;
}

@media (max-width: 991px) {
  .nav {
    height: 100%;
    width: 100%;
  }
  .nav .menu {
    overflow: scroll;
    height: calc(100% - 60px);
  }
}

.header {
  height: 60px;
}

body {
  padding-top: 60px;
}

[data-modal="on"], [data-nav-m="on"] {
  overflow: hidden;
}

[data-nav="on"] .header {
  height: 60px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.nav.nav--mobile {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.text-and-video {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .text-and-video {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

@media (min-width: 992px) {
  .text-and-video {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1170px) {
  .text-and-video {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1570px) {
  .text-and-video {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.text-and-video__heading {
  font-size: 20rem !important;
}

.text-and-video p {
  font-size: 16rem;
}

.news--latest {
  border-bottom: 2px solid #CBCCCD;
}

.news--latest .title {
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}

@media (min-width: 768px) {
  .news--latest .title {
    font-size: 18rem;
    line-height: 1.45;
  }
}

@media (min-width: 992px) {
  .news--latest .title {
    font-size: 20rem;
    line-height: 1.4;
  }
}

.events {
  background-color: #EDEDED;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 45px;
  padding-bottom: 21px;
}

@media (min-width: 480px) {
  .events {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .events {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .events {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1170px) {
  .events {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1570px) {
  .events {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.event__heading {
  font-weight: 700;
}

.event__text-content {
  position: relative;
}

.event__text-content::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #CBCCCD;
}

.rich-text h2 {
  font-size: 25rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.34;
  margin-bottom: 30px;
}

.rich-text h3, .rich-text .info-tile__heading h1, .info-tile__heading .rich-text h1, .rich-text .info-tile__heading h2, .info-tile__heading .rich-text h2, .rich-text .info-tile__heading h4, .info-tile__heading .rich-text h4, .rich-text .info-tile__heading h5, .info-tile__heading .rich-text h5, .rich-text .info-tile__heading h6, .info-tile__heading .rich-text h6 {
  font-size: 24rem;
  line-height: 1.41;
  font-weight: 400;
  margin-bottom: 10px;
}

.rich-text p {
  margin-bottom: 30px;
}

.rich-text ul, .rich-text ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

.rich-text ul li, .rich-text ol li {
  padding-left: 17px;
}

.rich-text ul li::before, .rich-text ol li::before {
  width: 4px;
  height: 4px;
  left: 1px;
  background-color: #000;
}

@media (min-width: 768px) {
  .rich-text ul li::before, .rich-text ol li::before {
    top: 11px;
  }
}

.link-with-arrow, .contact form .btn--primary {
  font-weight: 600 !important;
}

.subscribe-banner__heading {
  font-size: 23rem;
}

.subscribe-banner .large {
  font-size: 16rem !important;
}

.subscribe-banner label {
  font-weight: 400;
}

.subscribe-banner #mkt-form label {
  color: #FFF;
}

.slider .slider-controls__container {
  position: absolute;
}

.slider figcaption {
  font-style: normal;
  margin-top: 20px;
}

.slider figcaption h4 {
  font-size: 16px;
  font-weight: 600;
}

.text-and-video__bottom, .card-list, .image-and-text-block {
  background-image: none;
}

.rich-text__container {
  overflow: visible;
}

.rich-text__container h3, .rich-text__container .info-tile__heading h1, .info-tile__heading .rich-text__container h1, .rich-text__container .info-tile__heading h2, .info-tile__heading .rich-text__container h2, .rich-text__container .info-tile__heading h4, .info-tile__heading .rich-text__container h4, .rich-text__container .info-tile__heading h5, .info-tile__heading .rich-text__container h5, .rich-text__container .info-tile__heading h6, .info-tile__heading .rich-text__container h6 {
  margin-top: 45px;
}

.text-and-video + .info-tiles .info-tiles__heading {
  color: #000;
}

.testimonial__image-background {
  display: none;
}

@media (min-width: 992px) {
  .text-and-video--image .text-and-video__top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
  }
  .text-and-video--image .text-and-video__top img {
    display: none;
  }
}

@media (min-width: 768px) {
  .rich-text h2 {
    font-size: 30rem;
  }
  .rich-text h3, .rich-text .info-tile__heading h1, .info-tile__heading .rich-text h1, .rich-text .info-tile__heading h2, .info-tile__heading .rich-text h2, .rich-text .info-tile__heading h4, .info-tile__heading .rich-text h4, .rich-text .info-tile__heading h5, .info-tile__heading .rich-text h5, .rich-text .info-tile__heading h6, .info-tile__heading .rich-text h6 {
    margin-top: 70px;
    font-size: 27rem;
    margin-bottom: 20px;
  }
  .text-and-video__heading {
    font-size: 25rem !important;
  }
  .subscribe-banner__heading {
    font-size: 26rem;
  }
}

@media (min-width: 992px) {
  .nav .menu__secondary > li a, .nav .multilevel-linkul-0 > li a {
    line-height: 1.3;
  }
  .nav .menu__secondary > li, .nav .multilevel-linkul-0 > li {
    line-height: 1.3;
  }
  .text-and-video + .info-tiles .info-tiles__heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .header--secondary-nav-exists .agse-hero {
    padding-top: 116px;
  }
  .header--secondary-nav-exists .agse-hero--two {
    min-height: 336px;
  }
  body {
    padding-top: 95px;
  }
  .header__center {
    display: none;
  }
  .nav .menu__primary > li:not(:last-of-type) {
    margin-right: 30px;
  }
  .nav .menu__primary {
    margin-left: 125px;
  }
  .rich-text h3, .rich-text .info-tile__heading h1, .info-tile__heading .rich-text h1, .rich-text .info-tile__heading h2, .info-tile__heading .rich-text h2, .rich-text .info-tile__heading h4, .info-tile__heading .rich-text h4, .rich-text .info-tile__heading h5, .info-tile__heading .rich-text h5, .rich-text .info-tile__heading h6, .info-tile__heading .rich-text h6 {
    margin-top: 90px;
  }
  [data-nav="on"] .header {
    overflow: hidden;
    height: 95px;
  }
  [data-nav="on"] .header .multilevel-linkul-0 {
    display: none !important;
  }
  .rich-text h2 {
    font-size: 35rem;
  }
  .rich-text h3, .rich-text .info-tile__heading h1, .info-tile__heading .rich-text h1, .rich-text .info-tile__heading h2, .info-tile__heading .rich-text h2, .rich-text .info-tile__heading h4, .info-tile__heading .rich-text h4, .rich-text .info-tile__heading h5, .info-tile__heading .rich-text h5, .rich-text .info-tile__heading h6, .info-tile__heading .rich-text h6 {
    font-size: 30rem;
  }
  .subscribe-banner__heading {
    font-size: 30rem;
  }
  .text-and-video__heading {
    font-size: 30rem !important;
  }
  .event__date-box {
    margin-right: 30px;
  }
  .our-people-card {
    margin-bottom: 64px;
  }
  .our-people-card:last-of-type {
    margin-bottom: 64px;
  }
}

@media (min-width: 1170px) {
  .nav .menu__primary > li:not(:last-of-type) {
    margin-right: 30px;
  }
  .rich-text__container > p,
  .rich-text__container > ul li,
  .rich-text__container > ol li {
    font-size: 16rem;
  }
}

.news__heading, .events__heading, .text-and-video__heading {
  font-size: 23rem;
}

@media (min-width: 992px) {
  .news__heading, .events__heading, .text-and-video__heading {
    font-size: 28rem;
    line-height: 1.33;
  }
}

@media (min-width: 1170px) {
  .news__heading, .events__heading, .text-and-video__heading {
    font-size: 30rem;
    line-height: 1.56;
  }
}

.rich-text + .specialist-facilities,
.specialist-facilities + .rich-text,
.accordion + .rich-text,
.rich-text + .accordion {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .rich-text + .specialist-facilities,
  .specialist-facilities + .rich-text,
  .accordion + .rich-text,
  .rich-text + .accordion {
    margin-top: -30px;
  }
}

@media (min-width: 992px) {
  .rich-text + .specialist-facilities,
  .specialist-facilities + .rich-text,
  .accordion + .rich-text,
  .rich-text + .accordion {
    margin-top: -45px;
  }
}

@media (min-width: 1170px) {
  .rich-text + .specialist-facilities,
  .specialist-facilities + .rich-text,
  .accordion + .rich-text,
  .rich-text + .accordion {
    margin-top: -90px;
  }
}

@media (min-width: 1570px) {
  .text-and-video__bottom .text-and-video__heading {
    width: 480px;
  }
  .text-and-video__bottom p {
    width: 480px;
  }
  .text-and-video__bottom .button__wrap {
    width: 480px;
  }
}

p, blockquote {
  font-size: 16rem;
}

@media (min-width: 768px) {
  p, blockquote {
    font-size: 16rem;
  }
}

@media (min-width: 992px) {
  .header {
    background-color: transparent;
  }
}

[src="/media/swinburneeduau/architecture/icons/ic-arrow-right-yellow.svg"] {
  margin-right: 12px;
}

.rich-text h2 {
  font-weight: 300;
  margin-bottom: 30px;
}

.rich-text p {
  color: #000;
}

.degree-tabs .table__link img {
  height: 24px;
  width: 24px;
}

@media (min-width: 768px) {
  .rich-text h2 {
    margin-bottom: 40px;
  }
}

.header__center {
  background-color: white;
}

.header__center .header__apply {
  background-color: transparent;
  color: #000;
}

.header__center .header__apply:hover {
  color: #fdb945;
}

.degree-tabs .table__heading {
  color: #000;
}

.slider .slider-controls img:focus {
  background-color: #fff !important;
}

.slider-controls img:hover, .slider-controls img:focus, .slider-controls img.active, .slider-controls img:active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.slider-controls button:hover img, .slider-controls button:focus img, .slider-controls button.active img, .slider-controls button:active img {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.contact form .btn--primary span {
  height: 20px;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .contact #mkt-form .row .col-6:nth-of-type(5) {
    margin-left: auto;
  }
}

.subscribe-banner #mkt-form label {
  color: #000;
}

.rich-text a {
  color: #000;
  text-decoration: underline;
}

.rich-text a:hover {
  color: #fdb945;
}

.rich-text h2 + h3, .rich-text .info-tile__heading h2 + h1, .info-tile__heading .rich-text h2 + h1, .rich-text .info-tile__heading h2 + h2, .info-tile__heading .rich-text h2 + h2, .rich-text .info-tile__heading h2 + h3, .rich-text .info-tile__heading h2 + h4, .info-tile__heading .rich-text h2 + h4, .rich-text .info-tile__heading h2 + h5, .info-tile__heading .rich-text h2 + h5, .rich-text .info-tile__heading h2 + h6, .info-tile__heading .rich-text h2 + h6 {
  margin-top: 0;
}
/* Architecture Course End */