#syllabus-modal, .syllabus-modal {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#syllabus-modal .modal-content, .syllabus-modal .modal-content {
  z-index: 7;
  background-color: #f6f6f6;
  margin: 0 auto;
  position: relative;
  top: 40%;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  border: none;
  text-align: center;
}

#syllabus-modal .modal-content.confirmation-container, .syllabus-modal .modal-content.confirmation-container {
  background-color: #7cc855;
}

#syllabus-modal .modal-content .confirmation-message, .syllabus-modal .modal-content .confirmation-message {
  display: none;
  font-size: 18px;
  color: white;
  margin: 0;
}

#syllabus-modal .modal-content .form-process, .syllabus-modal .modal-content .form-process {
  position: absolute;
  left: 0;
  top: 0;
}

#syllabus-modal .modal-content input, .syllabus-modal .modal-content input {
  color: #333333;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px #eee solid;
  height: 37px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}

#syllabus-modal .modal-content input.error, .syllabus-modal .modal-content input.error {
  border: 1px solid #E42C3E;
}

#syllabus-modal .modal-content input::placeholder, .syllabus-modal .modal-content input::placeholder {
  color: #c5c5c5;
  font-size: 20px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 1px;
}

#syllabus-modal .modal-content .close, .syllabus-modal .modal-content .close {
  color: #000;
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 15px;
}

#syllabus-modal .modal-content .close:hover, .syllabus-modal .modal-content .close:hover {
  color: #333;
}

#syllabus-modal .modal-content .download-button, .syllabus-modal .modal-content .download-button {
  background-color: #7cc855;
  margin-top: 0;
  line-height: 23px;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
  height: 37px;
  box-shadow: 0 0 6px #7f7f7f;
}

body {
  font-family: proxima-nova, sans-serif;
  min-width: 320px;
  position: relative;
}

a {
  transition: color .3s ease, background-color .3s ease;
}

b, strong {
  font-weight: 700;
}

ul:not([class]) {
  padding-left: 20px;
}

figure {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.async-hide {
  opacity: 0 !important;
}

main, .main {
  padding-top: 210px;
}

main__no-menu, .main__no-menu {
  padding-top: 160px;
}

@media (max-width: 767px) {
  main, .main {
    padding-top: 75px;
  }
  main__no-menu, .main__no-menu {
    padding-top: 75px;
  }
  main__mobile-menu, .main__mobile-menu {
    padding-top: 129px;
  }
}

.common-header {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.common-header__no-menu {
  position: absolute;
}

@media (min-width: 768px) {
  .common-header__no-menu.smaller .common-header-top {
    height: 160px;
  }
}

.common-header__lock-scroll {
  top: -75px;
}

.common-header__lock-menu {
  top: 0;
}

@media (min-width: 768px) {
  .common-header.smaller .common-header-top {
    height: 0;
  }
  .common-header.smaller .common-header-bottom {
    background-color: white;
    color: #461d7c;
  }
  .common-header.smaller .common-header-menu > a, .common-header.smaller .common-header-dropdownmenu-level1 > a {
    color: #461d7c;
  }
  .common-header.smaller .common-header-menu > a:after, .common-header.smaller .common-header-dropdownmenu-level1 > a:after {
    background-color: #461d7c;
  }
  .common-header.smaller .common-header-menu > a:focus, .common-header.smaller .common-header-dropdownmenu-level1 > a:focus {
    outline-color: #461d7c;
  }
  .common-header.smaller .common-header-subnav {
    display: block;
    margin-top: -100%;
    z-index: 1;
  }
}

.common-header-top {
  align-self: flex-start;
  display: flex;
  height: 160px;
  overflow: hidden;
  transition: height .3s ease;
  width: 100%;
}

@media (max-width: 767px) {
  .common-header-top {
    height: 75px;
  }
}

.common-header-bottom {
  align-self: flex-end;
  background-color: #461d7c;
  color: #FDD023;
  width: 100%;
}

@media (max-width: 767px) {
  .common-header-bottom {
    background-color: transparent;
  }
  .common-header-bottom .container, .common-header-bottom .row, .common-header-bottom .col {
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}

.common-header-logolink {
  display: inline-block;
}

@media (max-width: 767px) {
  .common-header-unflogo {
    max-width: 216px;
  }
}

@media (max-width: 400px) {
  .common-header-unflogo {
    max-width: 140px;
  }
}

.common-header-border {
  width: 1px;
  background: #461d7c;
  height: 70px;
  display: inline-block;
}

.common-header-hamburger {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  outline: 0;
  padding: 1px 6px;
}

.common-header-hamburger span {
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background: #333;
  display: block;
  margin: 5px 0;
  transition: all ease .3s;
}

.common-header-menu {
  display: flex;
  height: 50px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .common-header-menu {
    height: auto;
    border-top: 1px solid #f3f4f7;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .common-header-menu.active {
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
}

.common-header-menu a {
  align-items: center;
  color: white;
  display: inline-flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .common-header-menu a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .common-header-menu a {
    background-color: white;
    border-bottom: 1px solid #f3f4f7;
    color: #461d7c;
    display: flex;
    padding: 15px 0;
    width: 100%;
  }
}

.common-header-menu a:after {
  background-color: #461d7c;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  transition: height .3s ease;
  width: 100%;
}

@media (max-width: 767px) {
  .common-header-menu a:after {
    display: none;
  }
}

.common-header-menu a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-menu a:hover {
    background-color: #461d7c;
    color: #FDD023;
  }
}

.common-header-menu a:hover:after {
  height: 5px;
}

.common-header-menu a:focus {
  outline-color: white;
}

@media (max-width: 767px) {
  .common-header-menu a.active {
    background-color: #461d7c;
    color: #FDD023;
  }
}

.common-header-menu a.active:after {
  height: 5px;
}

.common-header-menu a.link-blue {
  background-color: rgba(0, 116, 200, 0.9);
  color: white;
  text-align: center;
}

.common-header-menu a.link-blue:hover {
  background-color: white;
  color: #0074C8;
  text-decoration: none;
}

.common-header-menu a.link-blue:hover:after {
  height: 5px;
}

.common-header-menu a.link-yellow {
  background-color: #FDD023;
  color: #461d7c;
  text-align: center;
}

.common-header-menu a.link-yellow:hover {
  background-color: #461d7c;
  color: #FDD023;
  text-decoration: none;
}

.common-header-menu a.link-yellow:hover:after {
  height: 5px;
}

.common-header-menu a.link-green {
  background-color: #3A913F;
  color: white;
  text-align: center;
}

.common-header-menu a.link-green:hover {
  background-color: white;
  color: #3A913F;
  text-decoration: none;
}

.common-header-menu a.link-green:hover:after {
  height: 5px;
}

.common-header-menu a.link-orange {
  background-color: #D14900;
  color: white;
  text-align: center;
}

.common-header-menu a.link-orange:hover {
  background-color: #FF6C0C;
  color: white;
  text-decoration: none;
}

.common-header-menu a.link-orange:hover:after {
  height: 5px;
}

.common-header-menu a.link-orange2 {
  background-color: #C64600;
  color: white;
  text-align: center;
}

.common-header-menu a.link-orange2:hover {
  background-color: #861F41;
  color: white;
  text-decoration: none;
}

.common-header-menu a.link-orange2:hover:after {
  height: 5px;
}

.common-header-menu a.link-burgundy {
  background-color: #841617;
  color: white;
  text-align: center;
}

.common-header-menu a.link-burgundy:hover {
  background-color: #333333;
  color: white;
  text-decoration: none;
}

.common-header-menu a.link-burgundy:hover:after {
  height: 5px;
}

.common-header-menu a.link-burgundy2 {
  background-color: #861F41;
  color: white;
  text-align: center;
}

.common-header-menu a.link-burgundy2:hover {
  background-color: #C64600;
  color: white;
  text-decoration: none;
}

.common-header-menu a.link-burgundy2:hover:after {
  height: 5px;
}

.common-header-menu a.link-red {
  background-color: #D50032;
  color: white;
  text-align: center;
}

.common-header-menu a.link-red:hover {
  background-color: #001E62;
  color: white;
  text-decoration: none;
}

.common-header-menu a.link-red:hover:after {
  height: 5px;
}

.common-header-dropdownmenu {
  display: flex;
  height: 50px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu {
    display: block;
    height: auto;
    border-top: 1px solid #f3f4f7;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .common-header-dropdownmenu.active {
    max-height: calc(100vh - 100px);
    overflow: auto;
    text-align: center;
  }
}

.common-header-dropdownmenu-level1 {
  flex-grow: 1;
  max-width: 150px;
  position: relative;
}

.common-header-dropdownmenu-level1 > a {
  align-items: center;
  color: #FDD023;
  display: inline-flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 991px) {
  .common-header-dropdownmenu-level1 > a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 > a {
    background-color: white;
    border-bottom: 1px solid #f3f4f7;
    color: #461d7c;
    display: flex;
    padding: 15px 0;
    width: 100%;
  }
}

.common-header-dropdownmenu-level1 > a:after {
  background-color: white;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  transition: height .3s ease;
  width: 100%;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 > a:after {
    display: none;
  }
}

.common-header-dropdownmenu-level1 > a:hover {
  background-color: #FDD023;
  color: #461d7c;
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 > a:hover {
    background-color: #FDD023;
    color: #461d7c;
  }
}

.common-header-dropdownmenu-level1 > a:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a:focus {
  outline-color: white;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 > a.active {
    background-color: #FDD023;
    color: #461d7c;
  }
}

.common-header-dropdownmenu-level1 > a.active:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-blue {
  background-color: rgba(0, 116, 200, 0.9);
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-blue:hover {
  background-color: white;
  color: #0074C8;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-blue:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-yellow {
  background-color: #FDD023;
  color: #461d7c;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-yellow:hover {
  background-color: #461d7c;
  color: #FDD023;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-yellow:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-green {
  background-color: #3A913F;
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-green:hover {
  background-color: white;
  color: #3A913F;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-green:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-orange {
  background-color: #D14900;
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-orange:hover {
  background-color: #FF6C0C;
  color: white;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-orange:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-orange2 {
  background-color: #C64600;
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-orange2:hover {
  background-color: #861F41;
  color: white;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-orange2:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-burgundy {
  background-color: #841617;
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-burgundy:hover {
  background-color: #333333;
  color: white;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-burgundy:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-burgundy2 {
  background-color: #861F41;
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-burgundy2:hover {
  background-color: #C64600;
  color: white;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-burgundy2:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a.link-red {
  background-color: #D50032;
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level1 > a.link-red:hover {
  background-color: #001E62;
  color: white;
  text-decoration: none;
}

.common-header-dropdownmenu-level1 > a.link-red:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1:hover > a {
  background-color: #FDD023;
  color: #461d7c;
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1:hover > a {
    background-color: #FDD023;
    color: #461d7c;
  }
}

.common-header-dropdownmenu-level1:hover > a:after {
  height: 5px;
}

.common-header-dropdownmenu-level1:hover .common-header-dropdownmenu-level2 {
  pointer-events: all;
  transform: scaleY(1);
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 {
    max-width: unset;
  }
  .common-header-dropdownmenu-level1:last-child > a {
    border-bottom: 0;
  }
}

.common-header-dropdownmenu-level2 {
  pointer-events: none;
  position: absolute;
  transition: transform .3s ease;
  transform: scaleY(0);
  transform-origin: top;
}

.common-header-dropdownmenu-level2 > a {
  align-items: center;
  background-color: #f3f4f7;
  color: #461d7c;
  display: flex;
  font-weight: 700;
  min-height: 45px;
  min-width: 255px;
  padding: 5px 45px;
  position: relative;
}

@media (max-width: 991px) {
  .common-header-dropdownmenu-level2 > a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level2 > a {
    background-color: #f3f4f7;
    border-bottom: 1px solid #f3f4f7;
    color: #461d7c;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    width: 100%;
  }
}

.common-header-dropdownmenu-level2 > a:hover {
  background-color: #FDD023;
  color: #461d7c;
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level2 > a:hover {
    background-color: #FDD023;
    color: #461d7c;
  }
}

.common-header-dropdownmenu-level2 > a:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level2 > a:focus {
  outline-color: white;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level2 > a.active {
    background-color: #FDD023;
    color: #461d7c;
  }
}

.common-header-dropdownmenu-level2 > a.link-blue {
  background-color: rgba(0, 116, 200, 0.9);
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level2 > a.link-blue:hover {
  background-color: white;
  color: #0074C8;
  text-decoration: none;
}

.common-header-dropdownmenu-level2 > a.link-yellow {
  background-color: #FDD023;
  color: #461d7c;
  text-align: center;
}

.common-header-dropdownmenu-level2 > a.link-yellow:hover {
  background-color: #461d7c;
  color: #FDD023;
  text-decoration: none;
}

.common-header-dropdownmenu-level2 > a.link-yellow:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level2 > a.link-green {
  background-color: #3A913F;
  color: white;
  text-align: center;
}

.common-header-dropdownmenu-level2 > a.link-green:hover {
  background-color: white;
  color: #3A913F;
  text-decoration: none;
}

.common-header-dropdownmenu-level2 > a.link-green:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level2 > a:not(:last-child) {
  border-bottom: 2px solid white;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level2 {
    pointer-events: all;
    position: relative;
    transform: scaleY(1);
    transition: none;
  }
}

.common-header-subnav {
  background-color: white;
  display: none;
}

@media (max-width: 767px) {
  .common-header-subnav {
    display: block;
  }
}

.common-header-subnav .common-header-menu {
  max-height: unset;
  flex-wrap: nowrap;
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}

@media (hover: hover) {
  .common-header-subnav .common-header-menu::-webkit-scrollbar {
    background-color: transparent;
    width: auto;
    height: 5px;
  }
  .common-header-subnav .common-header-menu::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media (hover: hover) and (max-width: 767px) {
  .common-header-subnav .common-header-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media (hover: hover) {
  .common-header-subnav .common-header-menu:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media (hover: hover) and (max-width: 767px) {
  .common-header-subnav .common-header-menu:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.common-header-subnav .common-header-menu.active {
  display: none;
}

.common-header-subnav .common-header-menu a {
  background-color: transparent;
  padding: 15px;
  white-space: nowrap;
}

.common-header-subnav .common-header-menu a:hover, .common-header-subnav .common-header-menu a:focus, .common-header-subnav .common-header-menu a.active {
  background-color: transparent;
  color: #461d7c;
}

.common-header-subnav .common-header-menu a.active:after {
  background-color: #FDD023;
  content: '';
  display: block;
}

@media (max-width: 400px) {
  .common-header-apply.common-button {
    font-size: 14px;
    min-height: 35px;
    min-width: 100px;
  }
}

.common-button {
  align-items: center;
  background-color: #FDD023;
  border: 1px solid #FDD023;
  border-radius: 3px;
  color: #461d7c;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 45px;
  min-width: 150px;
  padding: 0 10px;
  transition: color .3s ease, background-color .3s ease, border .3s ease;
}

.common-button:hover, .common-button:focus {
  background-color: #461d7c;
  border: 1px solid #461d7c;
  color: #FDD023;
  text-decoration: none;
}

.common-button__medium {
  min-width: unset;
  max-width: 250px;
  padding: 5px 10px;
  width: 100%;
}

.common-button__longer {
  min-width: unset;
  max-width: 350px;
  padding: 5px 10px;
  width: 100%;
}

.common-circlelist {
  list-style-type: none;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .common-circlelist {
    padding-left: 0;
  }
}

.common-circlelist > li {
  border-color: #461d7c;
  counter-increment: step-counter;
  font-weight: 400;
  margin-bottom: 20px;
  min-height: 65px;
  padding-left: 95px;
  position: relative;
}

.common-circlelist > li:before {
  align-items: center;
  border: 1px solid;
  border-color: inherit;
  border-radius: 50%;
  content: counter(step-counter);
  display: flex;
  font-size: 24px;
  height: 65px;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -20px;
  width: 65px;
}

.common-circlelist ul {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
}

.common-circlelist ul > li {
  margin-bottom: 20px;
}

.common-circlelist__light-blue > li:before {
  border: 1px solid #75BEE9;
}

.common-circlelist__light-blue ul {
  color: #75BEE9;
}

.common-circlelist__dark-blue > li:before {
  border: 1px solid #002D72;
}

.common-circlelist__dark-blue ul {
  color: #002D72;
}

.common-circlelist__purple > li:before {
  border: 1px solid #461d7c;
}

.common-circlelist__purple ul {
  color: #461d7c;
}

.common-circlelist__yellow > li:before {
  border: 1px solid #FDD023;
  color: #FDD023;
}

.common-circlelist__yellow ul {
  color: white;
}

.common-circlelist__green > li:before {
  border: 1px solid #154734;
  color: #154734;
}

.common-circlelist__green ul {
  color: white;
}

.common-circlelist__orange > li:before {
  border: 1px solid #D14900;
  color: #D14900;
}

.common-circlelist__orange ul {
  color: white;
}

.common-circlelist__burgundy > li:before {
  border: 1px solid #841617;
  color: #841617;
}

.common-circlelist__burgundy ul {
  color: white;
}

.common-circlelist__burgundy2 > li:before {
  border: 1px solid #861F41;
  color: #861F41;
}

.common-circlelist__burgundy2 ul {
  color: white;
}

.common-color-blue {
  color: #002D72;
}

.common-color-white {
  color: white;
}

.common-dropdownlist {
  display: flex;
  left: -15px;
  list-style-type: none;
  margin-bottom: 50px;
  padding-left: 0;
  padding-top: 50px;
  position: relative;
  width: calc(100% + 30px);
}

@media (max-width: 767px) {
  .common-dropdownlist {
    display: block;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-top: 0;
    width: 100%;
  }
}

.common-dropdownlist:before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #FDD023;
  left: 15px;
  top: 12px;
}

@media (max-width: 767px) {
  .common-dropdownlist:before {
    height: 100%;
    left: 0;
    top: -30px;
    width: 2px;
  }
}

.common-dropdownlist.white-gold-color:before {
  background-color: #C69214;
}

.common-dropdownlist.white-orange-color:before {
  background-color: #1E4D2B;
}

.common-dropdownlist.gold-white-color:before {
  background-color: white;
}

.common-dropdownlist.burgundy-white-color:before {
  background-color: #333333;
}

.common-dropdownlist.light-burgundy-white-color:before {
  background-color: #333333;
}

.common-dropdownlist.red-color:before {
  background-color: #333333;
}

.common-dropdownlist__counters {
  padding-top: 125px;
}

@media (max-width: 767px) {
  .common-dropdownlist__counters {
    padding-top: 0;
  }
}

.common-dropdownlist__counters:before {
  background-color: #461d7c;
  top: 87px;
}

@media (max-width: 767px) {
  .common-dropdownlist__counters:before {
    height: 100%;
    left: 0;
    top: -30px;
    width: 2px;
  }
}

.common-dropdownlist__counters .common-dropdownlist-item {
  counter-increment: step-counter;
  position: relative;
}

@media (max-width: 767px) {
  .common-dropdownlist__counters .common-dropdownlist-item {
    padding-top: 60px;
  }
}

.common-dropdownlist__counters .common-dropdownlist-item:before {
  background-color: #461d7c;
}

@media (max-width: 767px) {
  .common-dropdownlist__counters .common-dropdownlist-item:before {
    top: 87.5px;
  }
}

.common-dropdownlist__counters .common-dropdownlist-item:after {
  align-items: center;
  border: 1px solid #461d7c;
  border-radius: 50%;
  content: counter(step-counter);
  display: flex;
  font-size: 24px;
  height: 65px;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -125px;
  width: 65px;
}

@media (max-width: 767px) {
  .common-dropdownlist__counters .common-dropdownlist-item:after {
    top: -15px;
  }
}

.common-dropdownlist-item {
  cursor: default;
  flex: 1;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

.common-dropdownlist-item__wider {
  flex: 2;
}

@media (max-width: 767px) {
  .common-dropdownlist-item__wider {
    padding: 0;
    width: 100%;
  }
}

.common-dropdownlist-item.grey-color .common-dropdownlist-box-content:after {
  filter: brightness(0) invert(0);
}

.common-dropdownlist-item.blue-color:before {
  background-color: #003B70;
}

.common-dropdownlist-item.blue-color .common-dropdownlist-header {
  color: #003B70;
}

.common-dropdownlist-item.blue-color .common-dropdownlist-box:before {
  background-color: #0074C8;
  border: 2px solid #0074C8;
}

.common-dropdownlist-item.blue-color .common-dropdownlist-box-content {
  background-color: #0074C8;
  color: white;
}

.common-dropdownlist-item.blue-color .common-dropdownlist-box-content:after {
  filter: brightness(0) invert(1);
}

.common-dropdownlist-item.blue-color .common-dropdownlist-tablecontent {
  color: #003B70;
}

.common-dropdownlist-item.blue-color .common-dropdownlist-table__alt th {
  border: 1px solid #0081C6;
}

.common-dropdownlist-item.white-gold-color:before {
  background-color: #C69214;
}

.common-dropdownlist-item.white-gold-color .common-dropdownlist-header {
  color: white;
}

.common-dropdownlist-item.white-gold-color .common-dropdownlist-box-content:after {
  filter: none;
}

.common-dropdownlist-item.white-gold-color .common-dropdownlist-tablecontent {
  color: white;
}

.common-dropdownlist-item.white-gold-color .common-dropdownlist-table__alt th {
  border: 1px solid #C69214;
}

.common-dropdownlist-item.white-orange-color:before {
  background-color: #1E4D2B;
}

.common-dropdownlist-item.white-orange-color .common-dropdownlist-header {
  color: #333333;
}

.common-dropdownlist-item.white-orange-color .common-dropdownlist-box:before {
  background-color: white;
  border: 2px solid white;
}

.common-dropdownlist-item.white-orange-color .common-dropdownlist-box-content {
  background-color: white;
  color: #1E4D2B;
}

.common-dropdownlist-item.white-orange-color .common-dropdownlist-box-content:after {
  filter: none;
}

.common-dropdownlist-item.white-orange-color .common-dropdownlist-table td {
  border-color: #333333;
}

.common-dropdownlist-item.white-orange-color .common-dropdownlist-tablecontent {
  color: #333333;
}

.common-dropdownlist-item.white-orange-color .common-dropdownlist-table__alt th {
  border: 1px solid #333333;
}

.common-dropdownlist-item.gold-white-color:before {
  background-color: white;
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-header {
  color: white;
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-box {
  background-color: #C69214;
  border-color: #C69214;
  color: black;
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-box:before {
  background-color: #C69214;
  border: 2px solid #C69214;
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-box-content {
  background-color: #C69214;
  color: black;
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-box-content:after {
  filter: brightness(0) invert(0);
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-tablecontent {
  color: white;
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-table td {
  border: 1px solid #C69214;
}

.common-dropdownlist-item.gold-white-color .common-dropdownlist-table__alt th {
  border: 1px solid white;
}

.common-dropdownlist-item.burgundy-white-color:before {
  background-color: #333333;
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-header {
  color: #333333;
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-box {
  background-color: #841617;
  border-color: #841617;
  color: white;
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-box:before {
  background-color: #841617;
  border: 2px solid #841617;
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-box-content {
  background-color: #841617;
  color: white;
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-box-content:after {
  filter: brightness(0) invert(1);
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-tablecontent {
  color: #333333;
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-table td {
  border: 1px solid #841617;
}

.common-dropdownlist-item.burgundy-white-color .common-dropdownlist-table__alt th {
  border: 1px solid #333333;
}

.common-dropdownlist-item.light-burgundy-white-color:before {
  background-color: #333333;
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-header {
  color: #333333;
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-box {
  background-color: #861F41;
  border-color: #861F41;
  color: white;
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-box:before {
  background-color: #861F41;
  border: 2px solid #861F41;
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-box-content {
  background-color: #861F41;
  color: white;
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-box-content:after {
  filter: brightness(0) invert(1);
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-tablecontent {
  color: #333333;
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-table td {
  border: 1px solid #861F41;
}

.common-dropdownlist-item.light-burgundy-white-color .common-dropdownlist-table__alt th {
  border: 1px solid #333333;
}

.common-dropdownlist-item.red-color:before {
  background-color: #333333;
}

.common-dropdownlist-item.red-color .common-dropdownlist-header {
  color: #333333;
}

.common-dropdownlist-item.red-color .common-dropdownlist-box:before {
  background-color: #D50032;
  border: 2px solid #D50032;
}

.common-dropdownlist-item.red-color .common-dropdownlist-box-content {
  background-color: #D50032;
  color: white;
}

.common-dropdownlist-item.red-color .common-dropdownlist-box-content:after {
  filter: brightness(0) invert(1);
}

.common-dropdownlist-item.red-color .common-dropdownlist-tablecontent {
  color: #333333;
}

.common-dropdownlist-item.red-color .common-dropdownlist-table td {
  border: 1px solid #001E62;
}

.common-dropdownlist-item.red-color .common-dropdownlist-table__alt th {
  border: 1px solid #333333;
}

@media (max-width: 1199px) {
  .common-dropdownlist-item.grey-color .common-dropdownlist-box-content:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .common-dropdownlist-item.grey-color:hover, .common-dropdownlist-item.grey-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box {
    border-color: #FDD023;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box:before {
    background-color: #FDD023;
    border-color: #FDD023;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box-content {
    background-color: #FDD023;
    color: #461d7c;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box-content:after {
    filter: none;
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item.blue-color:hover, .common-dropdownlist-item.blue-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.blue-color:hover .common-dropdownlist-box, .common-dropdownlist-item.blue-color:focus .common-dropdownlist-box {
    border-color: #003B70;
  }
  .common-dropdownlist-item.blue-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.blue-color:focus .common-dropdownlist-box:before {
    background-color: #003B70;
    border-color: #003B70;
  }
  .common-dropdownlist-item.blue-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.blue-color:focus .common-dropdownlist-box-content {
    background-color: #003B70;
    color: white;
  }
  .common-dropdownlist-item.blue-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.blue-color:focus .common-dropdownlist-box-content:after {
    filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.blue-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.blue-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item.white-gold-color:hover, .common-dropdownlist-item.white-gold-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.white-gold-color:hover .common-dropdownlist-box, .common-dropdownlist-item.white-gold-color:focus .common-dropdownlist-box {
    border-color: #C69214;
  }
  .common-dropdownlist-item.white-gold-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.white-gold-color:focus .common-dropdownlist-box:before {
    background-color: #C69214;
    border-color: #C69214;
  }
  .common-dropdownlist-item.white-gold-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.white-gold-color:focus .common-dropdownlist-box-content {
    background-color: #C69214;
    color: black;
  }
  .common-dropdownlist-item.white-gold-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.white-gold-color:focus .common-dropdownlist-box-content:after {
    background-image: url("../assets/images/circle-plus-calpoly.png");
    filter: brightness(0) invert(0);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.white-gold-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.white-gold-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item.white-orange-color:hover, .common-dropdownlist-item.white-orange-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.white-orange-color:hover .common-dropdownlist-box, .common-dropdownlist-item.white-orange-color:focus .common-dropdownlist-box {
    border-color: #D9782D;
  }
  .common-dropdownlist-item.white-orange-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.white-orange-color:focus .common-dropdownlist-box:before {
    background-color: #D9782D;
    border-color: #D9782D;
  }
  .common-dropdownlist-item.white-orange-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.white-orange-color:focus .common-dropdownlist-box-content {
    background-color: #D9782D;
    color: white;
  }
  .common-dropdownlist-item.white-orange-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.white-orange-color:focus .common-dropdownlist-box-content:after {
    filter: brightness(500%) invert(0);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.white-orange-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.white-orange-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item.gold-white-color:hover, .common-dropdownlist-item.gold-white-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.gold-white-color:hover .common-dropdownlist-box, .common-dropdownlist-item.gold-white-color:focus .common-dropdownlist-box {
    background-color: white;
    border-color: white;
    color: #154734;
  }
  .common-dropdownlist-item.gold-white-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.gold-white-color:focus .common-dropdownlist-box:before {
    background-color: white;
    border: 2px solid white;
  }
  .common-dropdownlist-item.gold-white-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.gold-white-color:focus .common-dropdownlist-box-content {
    background-color: white;
    border-color: white;
    color: #154734;
  }
  .common-dropdownlist-item.gold-white-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.gold-white-color:focus .common-dropdownlist-box-content:after {
    background-image: url("../assets/images/circle-plus-calpoly.png");
    filter: none;
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.gold-white-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.gold-white-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item.burgundy-white-color:hover, .common-dropdownlist-item.burgundy-white-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.burgundy-white-color:hover .common-dropdownlist-box, .common-dropdownlist-item.burgundy-white-color:focus .common-dropdownlist-box {
    background-color: #333333;
    border-color: #333333;
    color: white;
  }
  .common-dropdownlist-item.burgundy-white-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.burgundy-white-color:focus .common-dropdownlist-box:before {
    background-color: #333333;
    border: 2px solid #333333;
  }
  .common-dropdownlist-item.burgundy-white-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.burgundy-white-color:focus .common-dropdownlist-box-content {
    background-color: #333333;
    border-color: #333333;
    color: white;
  }
  .common-dropdownlist-item.burgundy-white-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.burgundy-white-color:focus .common-dropdownlist-box-content:after {
    background-image: url("../assets/images/circle-plus-ou.png");
    filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.burgundy-white-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.burgundy-white-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item.light-burgundy-white-color:hover, .common-dropdownlist-item.light-burgundy-white-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.light-burgundy-white-color:hover .common-dropdownlist-box, .common-dropdownlist-item.light-burgundy-white-color:focus .common-dropdownlist-box {
    background-color: #C64600;
    border-color: #C64600;
    color: white;
  }
  .common-dropdownlist-item.light-burgundy-white-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.light-burgundy-white-color:focus .common-dropdownlist-box:before {
    background-color: #C64600;
    border: 2px solid #C64600;
  }
  .common-dropdownlist-item.light-burgundy-white-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.light-burgundy-white-color:focus .common-dropdownlist-box-content {
    background-color: #C64600;
    border-color: #C64600;
    color: white;
  }
  .common-dropdownlist-item.light-burgundy-white-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.light-burgundy-white-color:focus .common-dropdownlist-box-content:after {
    background-image: url("../assets/images/circle-plus-vt.png");
    filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.light-burgundy-white-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.light-burgundy-white-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item.red-color:hover, .common-dropdownlist-item.red-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.red-color:hover .common-dropdownlist-box, .common-dropdownlist-item.red-color:focus .common-dropdownlist-box {
    border-color: #00B5E2;
  }
  .common-dropdownlist-item.red-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.red-color:focus .common-dropdownlist-box:before {
    background-color: #00B5E2;
    border-color: #00B5E2;
  }
  .common-dropdownlist-item.red-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.red-color:focus .common-dropdownlist-box-content {
    background-color: #00B5E2;
    color: #001E62;
  }
  .common-dropdownlist-item.red-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.red-color:focus .common-dropdownlist-box-content:after {
    filter: brightness(0) invert(0);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.red-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.red-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
  .common-dropdownlist-item:hover, .common-dropdownlist-item:focus {
    outline: 0;
  }
  .common-dropdownlist-item:hover .common-dropdownlist-box, .common-dropdownlist-item:focus .common-dropdownlist-box {
    border-color: #151E26;
  }
  .common-dropdownlist-item:hover .common-dropdownlist-box:before, .common-dropdownlist-item:focus .common-dropdownlist-box:before {
    background-color: #151E26;
    border-color: #151E26;
  }
  .common-dropdownlist-item:hover .common-dropdownlist-box-content, .common-dropdownlist-item:focus .common-dropdownlist-box-content {
    background-color: #151E26;
    color: white;
  }
  .common-dropdownlist-item:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item:focus .common-dropdownlist-box-content:after {
    filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
}

@media (max-width: 991px) {
  .common-dropdownlist-item .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
}

@media (max-width: 767px) {
  .common-dropdownlist-item {
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
  }
}

.common-dropdownlist-item:before {
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FDD023;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
}

@media (max-width: 767px) {
  .common-dropdownlist-item:before {
    left: -26.5px;
    top: 27.5px;
    transform: translateY(-50%);
  }
}

.common-dropdownlist-header {
  align-items: flex-end;
  display: flex;
  font-size: 17px;
  justify-content: center;
  min-height: 50px;
  position: absolute;
  text-align: center;
  top: -100px;
  width: calc(100% - 30px);
}

@media (max-width: 767px) {
  .common-dropdownlist-header {
    font-size: 17px;
    left: auto;
    min-height: unset;
    position: absolute;
    top: -40px;
    transform: none;
    width: 100%;
  }
}

.common-dropdownlist-box {
  background-color: white;
  border: 2px solid white;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 20px;
  min-height: 55px;
  position: relative;
  z-index: 0;
}

.common-dropdownlist-box:before {
  background-color: white;
  border: 2px solid white;
  content: '';
  height: 45px;
  top: -8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: background-color .3s ease, color .3s ease;
  width: 45px;
  z-index: 1;
}

@media (max-width: 767px) {
  .common-dropdownlist-box:before {
    height: 20px;
    left: -6px;
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    top: 50%;
  }
}

.common-dropdownlist-box-content {
  align-items: center;
  background-color: white;
  color: #461d7c;
  display: flex;
  flex: 1;
  font-weight: 700;
  justify-content: center;
  position: relative;
  transition: background-color .3s ease, color .3s ease;
  z-index: 2;
}

.common-dropdownlist-box-content:after {
  background-image: url("../assets/images/circle-plus-lsu.png");
  background-size: cover;
  content: '';
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) translateZ(0);
  transition: transform .3s ease, padding .3s ease, border .3s ease;
  width: 22px;
}

@media (max-width: 991px) {
  .common-dropdownlist-box-content:after {
    display: none;
  }
}

.common-dropdownlist-tablecontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

@media (max-width: 767px) {
  .common-dropdownlist-tablecontent {
    display: block;
  }
}

.common-dropdownlist-column {
  width: calc(50% - 15px);
}

@media (max-width: 991px) {
  .common-dropdownlist-column {
    margin-bottom: 15px;
    width: 100%;
  }
}

.common-dropdownlist-column-fullwidth {
  flex: 1;
}

.common-dropdownlist-table {
  border-collapse: separate;
  border-spacing: 20px;
  font-size: 14px;
  font-weight: 700;
  left: -20px;
  padding-bottom: 20px;
  position: relative;
  margin-top: -20px;
  width: calc(100% + 40px);
}

@media (max-width: 991px) {
  .common-dropdownlist-table {
    width: calc(100% + 33px);
  }
}

@media (max-width: 767px) {
  .common-dropdownlist-table {
    width: calc(100% + 40px);
  }
}

.common-dropdownlist-table td {
  border: 1px solid #FDD023;
  height: 63px;
  padding: 5px 10px;
}

.common-dropdownlist-table__alt {
  border-collapse: collapse;
  border-spacing: 0;
  height: calc(100% - 63px);
  left: auto;
  margin-top: 0;
  width: 100%;
}

.common-dropdownlist-table__alt:not(*:root) {
  height: 100%;
}

.common-dropdownlist-table__alt th {
  border: 1px solid #FDD023;
  font-size: 16px;
  font-weight: 700;
  height: 63px;
  padding: 5px 10px;
}

.common-dropdownlist-table__alt td {
  height: 100%;
  font-weight: 400;
  padding: 5px 0;
}

.common-dropdownlist-table__alt td:not(*:root) {
  height: auto;
}

.common-dropdownlist-table__alt2 {
  text-align: left;
}

.common-dropdownlist-table__alt2 td {
  padding: 15px;
}

.common-dropdownlist-table__alt2 ul {
  list-style-type: disc;
}

.common-dropdownlist-table__transparent {
  margin-bottom: 20px;
}

.common-dropdownlist-table__transparent td {
  border: 0 !important;
  font-weight: 400;
  padding: 5px 5px;
}

.common-dropdownlist-table__transparent td:first-child {
  text-align: right;
  white-space: nowrap;
  width: 35%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .common-dropdownlist-table__transparent td:first-child {
    width: 30%;
  }
}

.common-dropdownlist-table__transparent td:last-child {
  text-align: left;
  vertical-align: top;
}

.common-dropdownlist-button {
  background-color: white;
  color: white;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  line-height: 44px;
  max-width: 351px;
  min-height: 44px;
  transition: background-color .3s ease;
  width: 100%;
}

.common-dropdownlist-button:hover {
  background-color: #f2f2f2;
  color: white;
}

.common-dropdownlist-button__biggermargin {
  margin-bottom: 50px;
}

.common-section {
  padding: 60px 0;
}

.common-section__bigger-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .common-section__bigger-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.common-section__no-padding-top {
  padding-top: 0;
}

.common-section__no-padding-bottom {
  padding-bottom: 0;
}

.common-section__no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.common-section-box {
  padding: 60px 0;
  position: relative;
}

.common-section-box:before {
  background-color: inherit;
  content: '';
  height: 100%;
  left: -30px;
  position: absolute;
  top: 0;
  width: calc(100% + 60px);
}

.common-section-stickimage {
  background-position: center center;
  background-size: cover;
  content: '';
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: calc((1140px / 12 * 5) + ((100% - 1140px) / 2));
  z-index: 1;
}

@media (max-width: 1199px) {
  .common-section-stickimage {
    width: calc((1140px / 12 * 6) + ((100% - 1140px) / 2));
  }
}

@media (max-width: 991px) {
  .common-section-stickimage {
    margin-bottom: 30px;
    min-height: 300px;
    position: static;
    width: 100%;
  }
}

.common-section-grey {
  background-color: #f3f4f7;
}

.common-section-blue {
  background-color: #212F3C;
  color: white;
}

@media (max-width: 767px) {
  .common-section__hidden-mobile-background {
    background-image: none !important;
  }
}

.common-subtitle {
  font-size: 24px;
  line-height: 35px;
  word-break: break-word;
}

.common-subtitle__bigger {
  font-size: 28px;
}

.common-title {
  font-size: 36px;
  line-height: 45px;
  word-break: break-word;
}

.common-underlinetitle {
  border-bottom: 1px solid #461d7c;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
}

.common-quote {
  border-left: 2px solid #461d7c;
  font-weight: 700;
  padding-left: 25px;
}

.common-quote__bold-border {
  border-left: 8px solid #461d7c;
  padding-left: 20px;
}

.common-aside {
  padding-left: 14.4%;
  padding-right: 14.4%;
}

@media (max-width: 1199px) {
  .common-aside {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 991px) {
  .common-aside {
    padding-left: 0;
    padding-right: 0;
  }
}

.common-aside__no-padding {
  padding-left: 0;
  padding-right: 0;
}

.common-aside-box {
  background-color: #D0D0CE;
  color: #333333;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 40px;
  margin-top: calc(-90px - 50%);
  padding: 65px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .common-aside-box {
    margin-top: 0;
    padding: 30px;
  }
}

.common-aside-contactbox {
  background-color: #461d7c;
  border-top: 6px solid #FDD023;
  color: #461d7c;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 35px 35px 35px 70px;
}

@media (max-width: 1199px) {
  .common-aside-contactbox {
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .common-aside-contactbox {
    margin-top: 30px;
  }
}

.common-aside-contactbox-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

.common-aside-contactbox a {
  color: white;
}

.common-aside-contactbox a:hover {
  color: #FDD023;
  text-decoration: none;
}

.common-aside-contactbox-button {
  align-items: center;
  background-color: #461d7c;
  border: 1px solid #461d7c;
  border-radius: 3px;
  color: #FDD023;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 51px;
  justify-content: center;
  margin-top: 30px;
  max-width: 210px;
  width: 100%;
}

.common-aside-contactbox-button span {
  margin-right: 10px;
}

.common-aside-contactbox-button:hover {
  background-color: #FDD023;
  border: 1px solid #FDD023;
  color: #461d7c;
}

.common-aside-whitebox {
  background-color: white;
  padding: 35px 35px 55px 35px;
}

.common-aside-whitebox-title {
  color: #461d7c;
  font-size: 24px;
  margin-bottom: 50px;
  padding-left: 35px;
}

@media (max-width: 1199px) {
  .common-aside-whitebox-title {
    padding-left: 0;
  }
}

.common-aside-title {
  border-bottom: 1px solid #D9E3EA;
  color: #461d7c;
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .common-aside-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.common-aside-section {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .common-aside-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.common-aside-filter {
  display: flex;
  flex-direction: column;
}

.common-aside-filter a {
  font-weight: 700;
  margin-bottom: 10px;
}

.common-aside-filter a:hover {
  text-decoration: none;
}

.common-aside-post {
  display: block;
  margin-bottom: 35px;
}

.common-aside-post-title {
  color: #461d7c;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 10px;
}

.common-aside-post-date {
  color: #333333;
  font-size: 12px;
}

.common-aside-post:hover {
  text-decoration: none;
}

.common-aside-post:hover .common-aside-post-title {
  text-decoration: underline;
}

.common-aside-presspost {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding-left: 35px;
}

@media (max-width: 1199px) {
  .common-aside-presspost {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .common-aside-presspost {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .common-aside-presspost {
    flex-basis: 100%;
  }
}

.common-aside-presspost-image {
  background-position: center center;
  background-size: cover;
  height: 211px;
  margin-bottom: 35px;
  max-width: 211px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.common-aside-presspost-image:before {
  background-color: rgba(70, 29, 124, 0);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  width: 100%;
}

@media (max-width: 991px) {
  .common-aside-presspost-image {
    height: 200px;
    max-width: 200px;
  }
}

.common-aside-presspost-title {
  color: #461d7c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .common-aside-presspost-title {
    padding-right: 15px;
  }
}

.common-aside-presspost-text {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .common-aside-presspost-text {
    padding-right: 15px;
  }
}

.common-aside-presspost-date {
  color: #707070;
  font-size: 14px;
}

.common-aside-presspost-button {
  align-items: center;
  background-color: #461d7c;
  border: 1px solid #461d7c;
  border-radius: 2px;
  color: #FDD023;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  width: 150px;
}

.common-aside-presspost-button:hover {
  background-color: #FDD023;
  border: 1px solid #FDD023;
  color: #461d7c;
  text-decoration: none;
}

.common-aside-presspost:hover .common-aside-presspost-image:before {
  background-color: rgba(70, 29, 124, 0.2);
}

.common-blognav {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .common-blognav {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .common-blognav {
    flex-wrap: wrap;
  }
}

.common-blognav-button {
  align-items: flex-start;
  color: #461d7c;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  max-width: 50%;
  text-align: center;
  width: auto;
}

.common-blognav-button span {
  width: 30px;
}

.common-blognav-button__prev {
  text-align: left;
}

.common-blognav-button__prev span {
  align-self: flex-start;
}

.common-blognav-button__next {
  margin-left: auto;
  text-align: right;
}

.common-blognav-button__next span {
  align-self: flex-start;
  justify-self: flex-end;
  order: 1;
}

.common-blognav-button:hover {
  color: #5d27a5;
  text-decoration: none;
}

@media (max-width: 575px) {
  .common-blognav-button {
    margin-bottom: 20px;
    margin-left: unset;
    max-width: 100%;
    width: 100%;
  }
  .common-blognav-button__half-width {
    max-width: 50%;
    width: auto;
  }
  .common-blognav-button__half-width.common-blognav-button__next {
    margin-left: auto;
  }
}

.common-syllabus {
  background-color: #FDD023;
  border: 2px solid #461d7c;
  border-bottom: 6px solid #461d7c;
  border-radius: 2px;
  margin-bottom: 40px;
  padding: 40px 60px 50px;
  text-align: center;
}

@media (max-width: 575px) {
  .common-syllabus {
    padding: 40px 30px 50px;
  }
}

.common-syllabus-title {
  color: #461d7c;
  font-size: 24px;
}

.common-syllabus-subtitle {
  color: #333333;
  font-size: 16px;
  margin-bottom: 25px;
}

.common-syllabus-input {
  background-color: #EFF3F6;
  border: 1px solid #D9E3EA;
  border-radius: 8px;
  color: #555555;
  font-size: 14px;
  height: 49px;
  text-align: center;
  transition: border .3s ease;
  width: 100%;
}

.common-syllabus-input:focus {
  border: 1px solid #461d7c;
  outline: 0;
}

@media (max-width: 575px) {
  .common-syllabus-input {
    margin-bottom: 20px;
  }
}

.common-syllabus-button {
  background-color: #461d7c;
  border: 1px solid #461d7c;
  border-radius: 3px;
  color: #FDD023;
  font-size: 14px;
  font-weight: 700;
  height: 49px;
  transition: background-color .3s ease, color .3s ease;
  width: 100%;
}

.common-syllabus-button:hover {
  background-color: transparent;
  color: #461d7c;
}

.common-article-box {
  background-color: #D9E3EA;
  color: #461d7c;
  font-size: 22px;
  font-weight: 400;
  left: -30px;
  line-height: 1.7;
  padding: 30px;
  position: relative;
  width: calc(100% + 60px);
}

@media (max-width: 767px) {
  .common-article-box {
    left: -15px;
    width: calc(100% + 30px);
  }
}

.common-article-postscriptum {
  font-size: 9px;
}

.common-footer {
  background-color: #434343;
  color: white;
  padding-bottom: 20px;
}

.common-footer a {
  color: white;
}

.common-footer a:hover {
  color: #FDD023;
  text-decoration: none;
}

.common-footer a:focus {
  outline-color: #FDD023;
}

.common-footer p:last-of-type {
  margin-bottom: 0;
}

.common-footer-row {
  display: flex;
  flex-wrap: wrap;
}

.common-footer-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 12px;
}

.common-footer-column__border {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

@media (max-width: 767px) {
  .common-footer-column__border {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
}

.common-footer-column__align {
  height: calc(100% - 20px);
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .common-footer-column__align {
    height: auto;
    margin-top: auto;
  }
}

.common-footer-border {
  width: 1px;
  background: #CCCCCC;
  height: 50px;
  display: inline-block;
  margin: 0 15px;
}

.common-footer-logolink {
  display: inline-block;
}

@media (max-width: 767px) {
  .common-footer-logolink:last-of-type {
    margin-bottom: 0;
  }
}

.common-footer-icons {
  list-style-type: none;
  margin-top: 20px;
  padding-left: 0;
}

.common-footer-icons li {
  margin: 0 8px;
}

@media (max-width: 991px) {
  .common-footer-icons li {
    margin: 0 5px;
  }
}

.common-footer-icons a {
  font-size: 18px;
}

.common-footer-icons a:hover {
  border-color: #FDD023;
}

.common-footer-hr {
  border-top: 1px solid white;
}

.common-footer-menu {
  margin-bottom: 5px;
}

.common-footer-menu a, .common-footer-menu span {
  display: inline-block;
  padding: 0 11px;
  position: relative;
}

.common-footer-menu a:after, .common-footer-menu span:after {
  background-color: #86939E;
  content: '';
  height: 80%;
  position: absolute;
  right: -2px;
  top: 10%;
  width: 2px;
}

.common-footer-menu a:last-child:after, .common-footer-menu span:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  .common-footer-menu a, .common-footer-menu span {
    display: block;
    padding: 10px;
  }
  .common-footer-menu a:after, .common-footer-menu span:after {
    display: none;
  }
}

.common-footer-subtitle {
  border-bottom: 1px dashed #86939E;
  font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
}

.common-footer-links {
  display: block;
}

.common-footer-links__two-columns {
  columns: 2;
}

@media (max-width: 767px) {
  .common-footer-links__two-columns {
    columns: 1;
  }
}

.common-footer-links a {
  display: block;
  font-size: 12.5px;
}

.common-footer-bottom {
  background-color: #222222;
  font-size: 14px;
  margin-top: 30px;
  padding: 15px 0;
}

.common-footer-top {
  background-color: #461d7c;
  margin-bottom: 40px;
}

.common-transparentbox {
  background-color: rgba(243, 244, 247, 0.85);
  padding: 40px 15px;
}

.common-transparentbox__blue {
  background-color: rgba(0, 40, 77, 0.7);
}

.common-transparentbox__align-left {
  background-color: transparent;
  position: relative;
  padding: 20px 0;
  z-index: 0;
}

.common-transparentbox__align-left:before {
  background-color: rgba(243, 244, 247, 0.85);
  content: '';
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  width: 300%;
  z-index: -1;
}

.common-transparentbox__align-left-blue:before {
  background-color: rgba(0, 40, 77, 0.7);
}

.common-transparentbox__align-left-purple:before {
  background-color: rgba(70, 29, 124, 0.85);
}

.common-transparentbox__align-left-green:before {
  background-color: rgba(21, 71, 52, 0.85);
}

.common-transparentbox__align-right {
  background-color: transparent;
  position: relative;
  padding: 20px 0;
  z-index: 0;
}

.common-transparentbox__align-right:before {
  background-color: rgba(243, 244, 247, 0.85);
  content: '';
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  width: 300%;
  z-index: -1;
}

.common-transparentbox__align-right-blue:before {
  background-color: rgba(0, 40, 77, 0.7);
}

.common-transparentbox__align-right-purple:before {
  background-color: rgba(70, 29, 124, 0.85);
}

.common-transparentbox__align-right-green:before {
  background-color: rgba(21, 71, 52, 0.85);
}

.common-box {
  background-color: #f3f4f7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.common-box-title {
  align-items: center;
  background-color: #461d7c;
  color: #FDD023;
  display: flex;
  font-size: 36px;
  justify-content: center;
  min-height: 105px;
  padding: 5px 15px;
  width: 100%;
}

.common-box-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  padding: 40px 95px;
}

@media (max-width: 1199px) {
  .common-box-content {
    padding: 40px 65px;
  }
}

@media (max-width: 991px) {
  .common-box-content {
    padding: 40px 40px;
  }
}

.common-box__same-height, .common-box__equal-height {
  height: 100%;
}

.common-box__dark-blue .common-box-title {
  background-color: #002D72;
  color: white;
}

.common-box__light-blue .common-box-title {
  background-color: #0074C8;
  color: white;
}

.common-box__purple .common-box-title {
  background-color: #461d7c;
  color: #FDD023;
}

.common-box__purple .common-quote__bold-border {
  border-color: #FDD023;
}

.common-box__dark-green .common-box-title {
  background-color: #154734;
  color: white;
}

.common-box__dark-green .common-quote__bold-border {
  border-color: #C69214;
}

.common-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.common-logos img {
  flex-basis: calc(100% / 6);
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .common-logos img {
    flex-basis: calc(100% / 4);
  }
}

@media (max-width: 991px) {
  .common-logos img {
    flex-basis: calc(100% / 3);
  }
}

@media (max-width: 575px) {
  .common-logos img {
    flex-basis: calc(100% / 2);
  }
}

@media (max-width: 375px) {
  .common-logos img {
    flex-basis: 100%;
  }
}

.common-logos__5-items-per-row img {
  flex-basis: calc(100% / 5);
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .common-logos__5-items-per-row img {
    flex-basis: calc(100% / 4);
  }
}

@media (max-width: 991px) {
  .common-logos__5-items-per-row img {
    flex-basis: calc(100% / 3);
  }
}

@media (max-width: 575px) {
  .common-logos__5-items-per-row img {
    flex-basis: calc(100% / 2);
  }
}

@media (max-width: 375px) {
  .common-logos__5-items-per-row img {
    flex-basis: 100%;
  }
}

.common-logos__4-items-per-row img {
  flex-basis: calc(100% / 4);
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .common-logos__4-items-per-row img {
    flex-basis: calc(100% / 4);
  }
}

@media (max-width: 991px) {
  .common-logos__4-items-per-row img {
    flex-basis: calc(100% / 3);
  }
}

@media (max-width: 575px) {
  .common-logos__4-items-per-row img {
    flex-basis: calc(100% / 2);
  }
}

@media (max-width: 375px) {
  .common-logos__4-items-per-row img {
    flex-basis: 100%;
  }
}

.common-columns {
  display: flex;
  flex-wrap: wrap;
}

.common-splitcontent {
  display: flex;
}

.common-splitcontent-column:not(:last-child) {
  border-right: 1px solid #461d7c;
  margin-right: 10px;
  padding-right: 10px;
}

.common-splitcontent__bold-border {
  align-items: center;
  height: 100%;
}

.common-splitcontent__bold-border .common-splitcontent-column {
  height: 100%;
}

.common-splitcontent__bold-border .common-splitcontent-column:not(:last-child) {
  border-right: 8px solid #461d7c;
  margin-right: 20px;
  padding-right: 20px;
}

.common-splitcontent ul {
  margin-bottom: 0;
}

.common-hr {
  border-top: 1px solid #461d7c;
  margin-top: 20px;
}

.common-margin-bottom-0 {
  margin-bottom: 0px;
}

.common-margin-bottom-5 {
  margin-bottom: 5px;
}

.common-margin-bottom-10 {
  margin-bottom: 10px;
}

.common-margin-bottom-15 {
  margin-bottom: 15px;
}

.common-margin-bottom-20 {
  margin-bottom: 20px;
}

.common-margin-bottom-25 {
  margin-bottom: 25px;
}

.common-margin-bottom-30 {
  margin-bottom: 30px;
}

.common-margin-bottom-35 {
  margin-bottom: 35px;
}

.common-margin-bottom-40 {
  margin-bottom: 40px;
}

.common-margin-bottom-45 {
  margin-bottom: 45px;
}

.common-margin-bottom-50 {
  margin-bottom: 50px;
}

.common-margin-bottom-55 {
  margin-bottom: 55px;
}

.common-margin-bottom-60 {
  margin-bottom: 60px;
}

.common-margin-bottom-65 {
  margin-bottom: 65px;
}

.common-margin-bottom-70 {
  margin-bottom: 70px;
}

.common-margin-bottom-75 {
  margin-bottom: 75px;
}

.common-margin-bottom-80 {
  margin-bottom: 80px;
}

.common-margin-bottom-85 {
  margin-bottom: 85px;
}

.common-margin-bottom-90 {
  margin-bottom: 90px;
}

.common-margin-bottom-95 {
  margin-bottom: 95px;
}

.common-margin-bottom-100 {
  margin-bottom: 100px;
}

.common-infobar {
  background-color: #FDD023;
  bottom: 0;
  color: black;
  padding: 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 767px) {
  .common-rwd-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .common-rwd-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .common-rwd-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .common-rwd-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .common-rwd-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .common-rwd-margin-bottom-25 {
    margin-bottom: 25px;
  }
  .common-rwd-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .common-rwd-margin-bottom-35 {
    margin-bottom: 35px;
  }
  .common-rwd-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .common-rwd-margin-bottom-45 {
    margin-bottom: 45px;
  }
  .common-rwd-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .common-rwd-margin-bottom-55 {
    margin-bottom: 55px;
  }
  .common-rwd-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .common-rwd-margin-bottom-65 {
    margin-bottom: 65px;
  }
  .common-rwd-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .common-rwd-margin-bottom-75 {
    margin-bottom: 75px;
  }
  .common-rwd-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .common-rwd-margin-bottom-85 {
    margin-bottom: 85px;
  }
  .common-rwd-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .common-rwd-margin-bottom-95 {
    margin-bottom: 95px;
  }
  .common-rwd-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .common-rwd-padding-top-1rem {
    padding-top: 1rem;
  }
  .common-rwd-padding-bottom-1rem {
    padding-bottom: 1rem;
  }
  .common-rwd-padding-y-1rem {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

a {
  color: #154734;
}

a:hover {
  color: #3A913F;
}

.common-header {
  background-color: white;
}

@media (min-width: 768px) {
  .common-header.smaller .common-header-top {
    height: 0;
  }
  .common-header.smaller .common-header-bottom {
    background-color: white;
    color: #154734;
  }
  .common-header.smaller .common-header-menu > a, .common-header.smaller .common-header-dropdownmenu-level1 > a {
    color: #154734;
  }
  .common-header.smaller .common-header-menu > a:after, .common-header.smaller .common-header-dropdownmenu-level1 > a:after {
    background-color: #C69214;
  }
  .common-header.smaller .common-header-menu > a:focus, .common-header.smaller .common-header-dropdownmenu-level1 > a:focus {
    outline-color: #154734;
  }
  .common-header.smaller .common-header-menu:hover > a, .common-header.smaller .common-header-dropdownmenu-level1:hover > a {
    color: white;
  }
  .common-header.smaller .common-header-subnav {
    background-color: #154734;
    color: white;
  }
  .common-header.smaller .common-header-subnav .common-header-menu {
    background-image: linear-gradient(to right, #154734, #154734), linear-gradient(to right, #154734, #154734), linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  }
  .common-header.smaller .common-header-subnav .common-header-menu > a, .common-header.smaller .common-header-subnav .common-header-dropdownmenu-level1 > a {
    color: white;
  }
  .common-header.smaller .common-header-subnav .common-header-menu > a:hover, .common-header.smaller .common-header-subnav .common-header-menu > a:focus, .common-header.smaller .common-header-subnav .common-header-menu > a.active, .common-header.smaller .common-header-subnav .common-header-dropdownmenu-level1 > a:hover, .common-header.smaller .common-header-subnav .common-header-dropdownmenu-level1 > a:focus, .common-header.smaller .common-header-subnav .common-header-dropdownmenu-level1 > a.active {
    background-color: transparent;
    color: white;
  }
  .common-header.smaller .common-header-subnav .common-header-menu > a:after, .common-header.smaller .common-header-subnav .common-header-dropdownmenu-level1 > a:after {
    background-color: #C69214;
  }
  .common-header.smaller .common-header-subnav .common-header-menu > a.active:after, .common-header.smaller .common-header-subnav .common-header-dropdownmenu-level1 > a.active:after {
    background-color: #C69214;
    content: '';
    display: block;
  }
}

.common-header-bottom {
  align-self: flex-end;
  background-color: #154734;
  color: white;
  width: 100%;
}

@media (max-width: 767px) {
  .common-header-bottom {
    background-color: transparent;
  }
  .common-header-bottom .container, .common-header-bottom .row, .common-header-bottom .col {
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}

.common-header-border {
  background: #154734;
}

@media (max-width: 767px) {
  .common-header-menu {
    border-top: 1px solid #f3f4f7;
  }
}

.common-header-menu a {
  color: white;
}

@media (max-width: 767px) {
  .common-header-menu a {
    background-color: white;
    border-bottom: 1px solid #f3f4f7;
    color: #154734;
  }
}

.common-header-menu a:after {
  background-color: #154734;
}

.common-header-menu a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-menu a:hover {
    background-color: #154734;
    color: white;
  }
}

.common-header-menu a:hover:after {
  height: 5px;
}

.common-header-menu a:focus {
  outline-color: white;
}

@media (max-width: 767px) {
  .common-header-menu a.active {
    background-color: #154734;
    color: white;
  }
}

@media (max-width: 767px) {
  .common-header-dropdownmenu {
    border-top: 1px solid #f3f4f7;
  }
}

.common-header-dropdownmenu-level1 > a {
  color: white;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 > a {
    background-color: white;
    border-bottom: 1px solid #f3f4f7;
    color: #154734;
  }
}

.common-header-dropdownmenu-level1 > a:after {
  background-color: #C69214;
}

.common-header-dropdownmenu-level1 > a:hover {
  background-color: #3A913F;
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 > a:hover {
    background-color: white;
    color: #154734;
  }
}

.common-header-dropdownmenu-level1 > a:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level1 > a:focus {
  outline-color: white;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1 > a.active {
    background-color: white;
    color: #154734;
  }
}

.common-header-dropdownmenu-level1 > a.active:after {
  height: 5px;
}

.common-header-dropdownmenu-level1:hover > a {
  background-color: #3A913F;
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level1:hover > a {
    background-color: #3A913F;
    color: white;
  }
}

.common-header-dropdownmenu-level1:hover > a:after {
  height: 5px;
}

.common-header-dropdownmenu-level2 > a {
  background-color: #f3f4f7;
  color: #154734;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level2 > a {
    background-color: #f3f4f7;
    border-bottom: 1px solid #f3f4f7;
    color: #154734;
  }
}

.common-header-dropdownmenu-level2 > a:hover {
  background-color: white;
  color: #154734;
  text-decoration: none;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level2 > a:hover {
    background-color: white;
    color: #154734;
  }
}

.common-header-dropdownmenu-level2 > a:hover:after {
  height: 5px;
}

.common-header-dropdownmenu-level2 > a:focus {
  outline-color: white;
}

@media (max-width: 767px) {
  .common-header-dropdownmenu-level2 > a.active {
    background-color: white;
    color: #154734;
  }
}

.common-header-subnav {
  background-color: white;
}

.common-header-subnav .common-header-menu a:hover, .common-header-subnav .common-header-menu a:focus, .common-header-subnav .common-header-menu a.active {
  background-color: transparent;
  color: #154734;
}

.common-header-subnav .common-header-menu a.active:after {
  background-color: #C69214;
  content: '';
  display: block;
}

.common-button {
  background-color: #154734;
  border: 1px solid #154734;
  color: white;
}

.common-button:hover, .common-button:focus {
  background-color: #3A913F;
  border: 1px solid #3A913F;
  color: white;
  text-decoration: none;
}

.common-button__white {
  background-color: white;
  border: 1px solid #0074C8;
  color: #0074C8;
}

.common-button__white:hover, .common-button__white:focus {
  background-color: #0074C8;
  border: 1px solid #0074C8;
  color: white;
}

.common-button__light-blue {
  background-color: #0074C8;
  border: 1px solid #0074C8;
  color: white;
}

.common-button__light-blue:hover, .common-button__light-blue:focus {
  background-color: white;
  border: 1px solid #0074C8;
  color: #002D72;
  text-decoration: none;
}

.common-button__blue {
  background-color: #0033A0;
  border: 1px solid #0033A0;
  color: white;
}

.common-button__blue:hover, .common-button__blue:focus {
  background-color: #0C2340;
  border: 1px solid #0C2340;
  color: white;
  text-decoration: none;
}

.common-button__blue-2 {
  background-color: #0055A2;
  border: 1px solid #0055A2;
  color: white;
}

.common-button__blue-2:hover, .common-button__blue-2:focus {
  background-color: #E5A823;
  border: 1px solid #E5A823;
  color: white;
  text-decoration: none;
}

.common-button__dark-blue {
  background-color: #002D72;
  border: 1px solid #002D72;
  color: white;
}

.common-button__dark-blue:hover, .common-button__dark-blue:focus {
  background-color: white;
  border: 1px solid #002D72;
  color: #002D72;
  text-decoration: none;
}

.common-button__dark-blue-2 {
  background-color: #0C2340;
  border: 1px solid #0C2340;
  color: white;
}

.common-button__dark-blue-2:hover, .common-button__dark-blue-2:focus {
  background-color: #0033A0;
  border: 1px solid #0033A0;
  color: white;
  text-decoration: none;
}

.common-button__purple {
  background-color: #461d7c;
  border: 1px solid #461d7c;
  color: #FDD023;
}

.common-button__purple:hover, .common-button__purple:focus {
  background-color: #FDD023;
  border: 1px solid #FDD023;
  color: #461d7c;
  text-decoration: none;
}

.common-button__yellow {
  background-color: #FDD023;
  border: 1px solid #FDD023;
  color: #461d7c;
}

.common-button__yellow:hover, .common-button__yellow:focus {
  background-color: #461d7c;
  border: 1px solid #461d7c;
  color: #FDD023;
  text-decoration: none;
}

.common-button__dark-green {
  background-color: #154734;
  border: 1px solid #154734;
  color: white;
}

.common-button__dark-green:hover, .common-button__dark-green:focus {
  background-color: #3A913F;
  border: 1px solid #3A913F;
  color: white;
  text-decoration: none;
}

.common-button__light-green {
  background-color: #3A913F;
  border: 1px solid #3A913F;
  color: white;
}

.common-button__light-green:hover, .common-button__light-green:focus {
  background-color: #245a27;
  border: 1px solid #245a27;
  color: white;
  text-decoration: none;
}

.common-button__orange {
  background-color: #D14900;
  border: 1px solid #D14900;
  color: white;
}

.common-button__orange:hover, .common-button__orange:focus {
  background-color: #FF6C0C;
  border: 1px solid #FF6C0C;
  color: white;
  text-decoration: none;
}

.common-button__orange-2 {
  background-color: #D9782D;
  border: 1px solid #D9782D;
  color: white;
}

.common-button__orange-2:hover, .common-button__orange-2:focus {
  background-color: #D9782D;
  border: 1px solid #D9782D;
  color: white;
  text-decoration: none;
}

.common-button__dark-orange {
  background-color: #C64600;
  border: 1px solid #C64600;
  color: white;
}

.common-button__dark-orange:hover, .common-button__dark-orange:focus {
  background-color: #861F41;
  border: 1px solid #861F41;
  color: white;
  text-decoration: none;
}

.common-button__burgundy {
  background-color: #841617;
  border: 1px solid #841617;
  color: white;
}

.common-button__burgundy:hover, .common-button__burgundy:focus {
  background-color: #333333;
  border: 1px solid #333333;
  color: white;
  text-decoration: none;
}

.common-button__light-burgundy {
  background-color: #861F41;
  border: 1px solid #861F41;
  color: white;
}

.common-button__light-burgundy:hover, .common-button__light-burgundy:focus {
  background-color: #C64600;
  border: 1px solid #C64600;
  color: white;
  text-decoration: none;
}

.common-button__red {
  background-color: #D50032;
  border: 1px solid #D50032;
  color: white;
}

.common-button__red:hover, .common-button__red:focus {
  background-color: #001E62;
  border: 1px solid #001E62;
  color: white;
  text-decoration: none;
}

.common-button__red-2 {
  background-color: #DF1E36;
  border: 1px solid #DF1E36;
  color: white;
}

.common-button__red-2:hover, .common-button__red-2:focus {
  background-color: #ea6071;
  border: 1px solid #ea6071;
  color: white;
  text-decoration: none;
}

.common-button__transparent-blue {
  background-color: transparent;
  border: 1px solid #0033A0;
  color: #0033A0;
}

.common-button__transparent-blue:hover, .common-button__transparent-blue:focus {
  background-color: #0033A0;
  border: 1px solid #0033A0;
  color: white;
  text-decoration: none;
}

.common-button__transparent-blue-2 {
  background-color: transparent;
  border: 1px solid #0055A2;
  color: #0055A2;
}

.common-button__transparent-blue-2:hover, .common-button__transparent-blue-2:focus {
  background-color: #0055A2;
  border: 1px solid #0055A2;
  color: white;
  text-decoration: none;
}

.common-button__transparent-dark-blue {
  background-color: transparent;
  border: 1px solid #002D72;
  color: #002D72;
}

.common-button__transparent-dark-blue:hover, .common-button__transparent-dark-blue:focus {
  background-color: #002D72;
  border: 1px solid #002D72;
  color: white;
  text-decoration: none;
}

.common-button__transparent-dark-blue-2 {
  background-color: transparent;
  border: 1px solid #0C2340;
  color: #0C2340;
}

.common-button__transparent-dark-blue-2:hover, .common-button__transparent-dark-blue-2:focus {
  background-color: #0C2340;
  border: 1px solid #0C2340;
  color: white;
  text-decoration: none;
}

.common-button__transparent-light-blue {
  background-color: transparent;
  border: 1px solid #0074C8;
  color: #0074C8;
}

.common-button__transparent-light-blue:hover, .common-button__transparent-light-blue:focus {
  background-color: #0074C8;
  border: 1px solid #0074C8;
  color: white;
  text-decoration: none;
}

.common-button__transparent-purple {
  background-color: transparent;
  border: 1px solid #461d7c;
  color: #461d7c;
}

.common-button__transparent-purple:hover, .common-button__transparent-purple:focus {
  background-color: #461d7c;
  border: 1px solid #461d7c;
  color: #FDD023;
  text-decoration: none;
}

.common-button__transparent-dark-green {
  background-color: transparent;
  border: 1px solid #154734;
  color: #154734;
}

.common-button__transparent-dark-green:hover, .common-button__transparent-dark-green:focus {
  background-color: #154734;
  border: 1px solid #154734;
  color: white;
  text-decoration: none;
}

.common-button__transparent-light-green {
  background-color: transparent;
  border: 1px solid #3A913F;
  color: #3A913F;
}

.common-button__transparent-light-green:hover, .common-button__transparent-light-green:focus {
  background-color: #3A913F;
  border: 1px solid #3A913F;
  color: white;
  text-decoration: none;
}

.common-button__transparent-orange {
  background-color: transparent;
  border: 1px solid #D14900;
  color: #D14900;
}

.common-button__transparent-orange:hover, .common-button__transparent-orange:focus {
  background-color: #D14900;
  border: 1px solid #D14900;
  color: white;
  text-decoration: none;
}

.common-button__transparent-orange-2 {
  background-color: transparent;
  border: 1px solid #D9782D;
  color: #D9782D;
}

.common-button__transparent-orange-2:hover, .common-button__transparent-orange-2:focus {
  background-color: #D9782D;
  border: 1px solid #D9782D;
  color: white;
  text-decoration: none;
}

.common-button__transparent-dark-orange {
  background-color: transparent;
  border: 1px solid #C64600;
  color: #C64600;
}

.common-button__transparent-dark-orange:hover, .common-button__transparent-dark-orange:focus {
  background-color: #861F41;
  border: 1px solid #861F41;
  color: white;
  text-decoration: none;
}

.common-button__transparent-burgundy {
  background-color: transparent;
  border: 1px solid #841617;
  color: #841617;
}

.common-button__transparent-burgundy:hover, .common-button__transparent-burgundy:focus {
  background-color: #841617;
  border: 1px solid #841617;
  color: white;
  text-decoration: none;
}

.common-button__transparent-light-burgundy {
  background-color: transparent;
  border: 1px solid #861F41;
  color: #861F41;
}

.common-button__transparent-light-burgundy:hover, .common-button__transparent-light-burgundy:focus {
  background-color: #C64600;
  border: 1px solid #C64600;
  color: white;
  text-decoration: none;
}

.common-button__transparent-red {
  background-color: transparent;
  border: 1px solid #D50032;
  color: #D50032;
}

.common-button__transparent-red:hover, .common-button__transparent-red:focus {
  background-color: #D50032;
  border: 1px solid #D50032;
  color: white;
  text-decoration: none;
}

.common-button__transparent-red-2 {
  background-color: transparent;
  border: 1px solid #DF1E36;
  color: #DF1E36;
}

.common-button__transparent-red-2:hover, .common-button__transparent-red-2:focus {
  background-color: #DF1E36;
  border: 1px solid #DF1E36;
  color: white;
  text-decoration: none;
}

.common-circlelist > li {
  border-color: #154734;
}

.common-circlelist ul {
  color: white;
}

.common-dropdownlist__counters:before {
  background-color: #154734;
}

.common-dropdownlist__counters .common-dropdownlist-item:before {
  background-color: #154734;
}

.common-dropdownlist__counters .common-dropdownlist-item:after {
  border: 1px solid #154734;
}

.common-dropdownlist-item.grey-color:before {
  background-color: #154734;
}

.common-dropdownlist-item.grey-color .common-dropdownlist-header {
  color: #154734;
}

.common-dropdownlist-item.grey-color .common-dropdownlist-box-content:after {
  filter: none;
}

.common-dropdownlist-item.grey-color .common-dropdownlist-tablecontent {
  color: #154734;
}

.common-dropdownlist-item.grey-color .common-dropdownlist-table__alt th {
  border: 1px solid #C69214;
}

@media (min-width: 992px) {
  .common-dropdownlist-item.grey-color:hover, .common-dropdownlist-item.grey-color:focus {
    outline: 0;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box {
    border-color: #C69214;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box:before, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box:before {
    background-color: #C69214;
    border-color: #C69214;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box-content, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box-content {
    background-color: #C69214;
    color: black;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-box-content:after, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-box-content:after {
    filter: brightness(0) invert(0);
    transform: translateY(-50%) rotate(45deg);
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-table td, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-table td {
    border-color: #154734;
  }
  .common-dropdownlist-item.grey-color:hover .common-dropdownlist-tablecontent, .common-dropdownlist-item.grey-color:focus .common-dropdownlist-tablecontent {
    max-height: 1500px;
  }
}

.common-dropdownlist-item:before {
  background: white;
}

.common-dropdownlist-box {
  background-color: white;
  border: 2px solid white;
}

.common-dropdownlist-box:before {
  background-color: white;
  border: 2px solid white;
}

.common-dropdownlist-box-content {
  background-color: white;
  color: #154734;
}

.common-dropdownlist-box-content:after {
  background-image: url("../assets/images/circle-plus-calpoly.png");
}

.common-dropdownlist-table td {
  border: 1px solid white;
}

.common-dropdownlist-table__alt th {
  border: 1px solid white;
}

.common-dropdownlist-table__transparent {
  margin-bottom: 20px;
}

.common-dropdownlist-table__transparent td {
  border: 0;
  font-weight: 400;
  padding: 5px 5px;
}

.common-dropdownlist-table__transparent td:first-child {
  text-align: right;
  white-space: nowrap;
  width: 35%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .common-dropdownlist-table__transparent td:first-child {
    width: 30%;
  }
}

.common-dropdownlist-table__transparent td:last-child {
  text-align: left;
  vertical-align: top;
}

.common-dropdownlist-button {
  background-color: white;
  color: white;
}

.common-dropdownlist-button:hover {
  background-color: #f2f2f2;
  color: white;
}

.common-underlinetitle {
  border-bottom: 1px solid #154734;
}

.common-quote {
  border-left: 2px solid #154734;
}

.common-quote__bold-border {
  border-left: 8px solid #154734;
}

.common-aside-box {
  background-color: #C69214;
  color: #333333;
}

.common-aside-contactbox {
  background-color: #154734;
  border-top: 6px solid white;
  color: white;
}

.common-aside-contactbox-title {
  color: white;
}

.common-aside-contactbox a {
  color: white;
}

.common-aside-contactbox a:hover {
  color: white;
  text-decoration: none;
}

.common-aside-contactbox-button {
  background-color: #3A913F;
  border: 1px solid #3A913F;
  color: white;
}

.common-aside-contactbox-button:hover, .common-aside-contactbox-button:focus {
  background-color: #245a27;
  border: 1px solid #245a27;
  color: white;
  text-decoration: none;
}

.common-aside-whitebox {
  background-color: white;
}

.common-aside-whitebox-title {
  color: #154734;
}

.common-aside-title {
  border-bottom: 1px solid #D9E3EA;
  color: #154734;
}

.common-aside-post-title {
  color: #154734;
}

.common-aside-post-date {
  color: #333333;
}

.common-aside-presspost-image:before {
  background-color: rgba(21, 71, 52, 0);
}

.common-aside-presspost-title {
  color: #154734;
}

.common-aside-presspost-date {
  color: #707070;
}

.common-aside-presspost-button {
  background-color: #154734;
  border: 1px solid #154734;
  color: white;
}

.common-aside-presspost-button:hover {
  background-color: white;
  border: 1px solid white;
  color: #154734;
  text-decoration: none;
}

.common-aside-presspost:hover .common-aside-presspost-image:before {
  background-color: rgba(21, 71, 52, 0.2);
}

.common-blognav-button {
  color: #154734;
}

.common-blognav-button:hover {
  color: #216e51;
  text-decoration: none;
}

.common-syllabus {
  background-color: white;
  border: 2px solid #154734;
  border-bottom: 6px solid #154734;
}

.common-syllabus-title {
  color: #154734;
}

.common-syllabus-subtitle {
  color: #333333;
}

.common-syllabus-input {
  background-color: #EFF3F6;
  border: 1px solid #D9E3EA;
  color: #555555;
}

.common-syllabus-input:focus {
  border: 1px solid #154734;
  outline: 0;
}

.common-syllabus-button {
  background-color: #154734;
  border: 1px solid #154734;
  color: white;
}

.common-syllabus-button:hover {
  background-color: transparent;
  color: #154734;
}

.common-article-box {
  background-color: #D9E3EA;
  color: #154734;
}

.common-footer {
  background-color: #154734;
  border-top: 6px solid #C69214;
  color: white;
  padding: 55px 0 40px;
}

.common-footer a {
  color: white;
}

.common-footer a:hover {
  color: #3A913F;
  text-decoration: none;
}

.common-footer a:focus {
  outline-color: #3A913F;
}

.common-footer-column__border {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

@media (max-width: 767px) {
  .common-footer-column__border {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
}

.common-footer-border {
  background: #CCCCCC;
}

.common-footer-icons {
  display: inline-flex;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 0;
}

.common-footer-icons li {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .common-footer-icons li {
    margin-right: 15px;
  }
}

.common-footer-icons a {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  height: 32px;
  justify-content: center;
  transition: color .3s ease, border .3s ease;
}

.common-footer-icons a:hover {
  border-color: white;
}

.common-footer-menu a:after {
  background-color: #86939E;
}

.common-footer-subtitle {
  border-bottom: 1px dashed #86939E;
  font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
}

.common-footer-bottom {
  background-color: #222222;
}

.common-footer-top {
  background-color: #154734;
}

.common-box {
  background-color: #f3f4f7;
}

.common-box-title {
  background-color: #154734;
  color: white;
}

.common-splitcontent-column:not(:last-child) {
  border-right: 1px solid #154734;
}

.common-splitcontent__bold-border .common-splitcontent-column:not(:last-child) {
  border-right: 8px solid #154734;
}

.common-hr {
  border-top: 1px solid #154734;
}


/*# sourceMappingURL=common_calpoly.css.map*/