@import "site-ie.1.css";
.program_finder_link:focus,
.program_finder_link:hover {
  color: #C8102E;
}

.program_finder_link:focus .icon,
.program_finder_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.program_finder_link:not(:last-child) {
  margin-right: 30px;
}

.program_finder_text .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.program_finder_text .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -22px;
  margin-left: 10px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .25s;
}

.program_finder_text .symbol_arrow_right {
  width: 12px;
  height: 12px;
  fill: #C8102E;
}

.program_results_container {
  position: absolute;
  min-height: 396px;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s,visibility .4s;
  visibility: hidden;
}

.program_finder.view_results .program_results_container {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media only screen and (max-width:767px) {
  .program_cards {
    display: none!important;
    visibility: hidden;
  }
}

@media print {
  .program_cards_inner .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print {
  .program_cards_inner .fs-carousel-item {
    width: 32%!important;
    margin: 0 1% 1% 0;
  }
}

.program_cards_inner .fs-carousel-item:not(:last-child) {
  margin-right: 5px;
}

.initialized .program_cards_inner .fs-carousel-item .academic_card_inner {
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition: opacity .5s,transform .5s;
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.academic_card {
  position: relative;
}

@media print {
  .academic_card {
    border: 1px solid #000;
    height: auto!important;
  }
}

.academic_card_inner {
  overflow: hidden;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
}

@media only screen and (min-width:768px) {
  .academic_card_inner {
    opacity: 1;
  }
}

@media only screen and (min-width:768px) {
  .additional_run .academic_card_inner {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.academic_card:nth-child(7n+1) .academic_card_inner {
  background-color: #264db6;
}

.academic_card:nth-child(7n+2) .academic_card_inner {
  background-color: #f4da40;
  color: #333;
}

.academic_card:nth-child(7n+3) .academic_card_inner {
  background-color: #333;
}

.academic_card:nth-child(7n+4) .academic_card_inner {
  background-color: #5fc64d;
  color: #333;
}

.academic_card:nth-child(7n+5) .academic_card_inner {
  background-color: #02a6ab;
  color: #333;
}

.academic_card:nth-child(7n+6) .academic_card_inner {
  background-color: #C8102E;
}

.academic_card_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  opacity: 1;
}

.academic_card_background.bg_loaded {
  opacity: 1;
}

.academic_card_content {
  position: relative;
}

.academic_card_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 30px 40px 30px;
  pointer-events: auto;
  transition: opacity .4s;
}

@media print {
  .academic_card_header {
    position: relative;
    padding-bottom: 0;
  }
}

.academic_card.type_program .academic_card_header {
  background-color: rgba(0,0,0,.98);
  background: linear-gradient(to bottom,rgba(0,0,0,.98),rgba(0,0,0,0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa000000', endColorstr='#00000000', GradientType=0);
}

.academic_card.toggle_active .academic_card_header,
.academic_card:focus .academic_card_header,
.academic_card:hover .academic_card_header,
.academic_card_header.active {
  opacity: 0;
  pointer-events: none;
}

.academic_card_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  border-bottom: 1px solid rgba(255,255,255,.2);
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.academic_card_image {
  display: block;
  max-width: 100%;
}

.academic_card_group {
  position: relative;
  padding: 0 30px 30px 30px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

@media print {
  .academic_card_group {
    height: auto!important;
    -ms-transform: none!important;
    transform: none!important;
  }
}

.academic_card.toggle_active .academic_card_group,
.academic_card:focus .academic_card_group,
.academic_card:hover .academic_card_group,
.academic_card_group.active {
  -ms-transform: translateY(0)!important;
  transform: translateY(0)!important;
}

.academic_card_title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-weight: 400;
  margin: 0 0 16px;
  padding: 30px 0 20px;
}

@media only screen and (min-width:768px) {
  .academic_card_title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

@media print {
  .academic_card_title {
    height: auto!important;
  }
}

.academic_card_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin: 16px 0;
}

.academic_card_description p {
  margin: 0;
}

@media print {
  .academic_card_links {
    display: none!important;
    visibility: hidden;
  }
}

.academic_card_link {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  color: inherit;
  transition: opacity .25s;
}

.academic_card_link .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .academic_card_link .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.academic_card_link .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.academic_card_link .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.academic_card_link .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.academic_card_link:focus .icon,
.academic_card_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.academic_card_link:focus,
.academic_card_link:hover {
  opacity: .6;
}

.academic_card_text .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.academic_card_text .symbol_arrow_right {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media print {
  .academic_card.type_more {
    display: none!important;
    visibility: hidden;
  }
}

.academic_card.type_more .academic_card_inner {
  background-color: #fff;
  color: #333;
}

.academic_card_more_link {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  display: block;
  color: inherit;
}

@media only screen and (min-width:768px) {
  .academic_card_more_link {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14285714;
  }
}

.academic_card_more_link .academic_card_group {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 10px;
}

.academic_card_more_link .term {
  color: #C8102E;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.academic_card_more_link .count {
  color: #C8102E;
}

.academic_card_more_link:focus .icon,
.academic_card_more_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.academic_card_more_text {
  display: inline-block;
  padding-right: 14px;
  vertical-align: middle;
}

.academic_card_more_text .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -14px;
  margin-left: 6px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .25s;
}

.academic_card_more_text .symbol_arrow_right {
  width: 14px;
  height: 14px;
  fill: #C8102E;
}

.program_results_block {
  margin: 20px 0;
}

@media only screen and (min-width:992px) {
  .program_results_block {
    margin: 40px 0;
  }
}

.program_results_header {
  margin: 20px 0;
}

@media only screen and (min-width:768px) {
  .program_results_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.program_results_meta {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  margin-bottom: 12px;
}

.program_results_meta .accent {
  color: #C8102E;
}

.view_controls {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}

@media print {
  .view_controls {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .view_controls {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.no-js .view_controls {
  display: none!important;
  visibility: hidden;
}

.view_control {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.view_control .accent {
  display: inline-block;
  box-shadow: inset 0 -1px 0 #072f4f;
  color: #C8102E;
  text-decoration: none;
  transition: color .25s,box-shadow .25s;
}

.view_control .icon {
  margin-right: 10px;
}

.view_control .icon .symbol {
  width: 15px;
  height: 15px;
  fill: #072f4f;
}

@media only screen and (min-width:992px) {
  .view_control .icon .symbol {
    width: 18px;
    height: 18px;
  }
}

.view_control:focus .accent,
.view_control:hover .accent {
  box-shadow: inset 0 -1px 0 #264db6;
  color: #333;
}

.view_control_set {
  display: block;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:499px) {
  .view_grid .program_card {
    max-width: 288px;
    margin: 10px auto;
  }
}

@media screen and (min-width:500px) {
  .view_grid .program_card {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width:768px) {
  .view_grid .program_card {
    width: 233px;
  }
}

@media only screen and (min-width:992px) {
  .view_grid .program_card {
    width: 293px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:1200px) {
  .view_grid .program_card {
    width: 262px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width:500px) and (max-width:767px) {
  .view_grid .program_card:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  .view_grid .program_card:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media only screen and (min-width:1200px) {
  .view_grid .program_card:nth-child(4n+4) {
    margin-right: 0;
  }
}

.view_grid .program_card .program_card_thumbnail {
  display: none!important;
  visibility: hidden;
}

.view_grid .program_card .program_card_header {
  position: inherit;
  padding: inherit;
}

.view_list .program_set.more .program_card:first-child {
  padding-top: 20px;
}

@media only screen and (min-width:768px) {
  .view_list .program_set.more .program_card:first-child {
    padding-top: 40px;
  }
}

.view_list .program_card {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  border-bottom: 1px solid #a7a8aa;
  border-radius: 0;
  color: #333;
}

@media only screen and (min-width:768px) {
  .view_list .program_card {
    padding-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  .view_list .program_card {
    padding-bottom: 40px;
  }
}

.view_list .program_card:first-child {
  padding-top: 0;
}

.view_list .program_card .program_card_inner {
  padding-top: 0;
}

.view_list .program_card .program_card_background,
.view_list .program_card .program_card_background_fallback {
  display: none!important;
  visibility: hidden;
}

.view_list .program_card .program_card_group {
  position: static;
  min-height: inherit;
  bottom: auto;
  background-color: transparent!important;
  display: block;
  padding: 0;
  -ms-transform: translateY(0)!important;
  transform: translateY(0)!important;
}

.view_list .program_card .program_card_label {
  position: static;
  background-image: none;
  padding: 0;
}

.view_list .program_card .program_card_label_inner {
  border-bottom-width: 0;
}

@media screen and (min-width:500px) {
  .view_list .program_card .program_card_header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 30px;
  }
}

.view_list .program_card .program_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #333;
  margin: 10px 0 20px;
}

@media only screen and (min-width:768px) {
  .view_list .program_card .program_card_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media screen and (min-width:500px) {
  .view_list .program_card .program_card_title {
    margin: 10px 0;
  }
}

.view_list .program_card .program_card_thumbnail {
  display: block;
  float: right;
  height: 80px;
  width: 80px;
  position: relative;
  background: #264db6;
  border-radius: 50%;
  margin: 0 0 20px 20px;
  overflow: hidden;
}

.view_list .program_card .program_card_thumbnail picture {
  display: block;
}

.view_list .program_card .program_card_thumbnail img {
  display: block;
  width: 100%;
}

@media screen and (min-width:500px) {
  .view_list .program_card .program_card_thumbnail {
    float: none;
    margin: 0 20px 0 0;
  }
}

@media only screen and (min-width:768px) {
  .view_list .program_card .program_card_thumbnail {
    height: 100px;
    width: 100px;
    margin-right: 25px;
  }
}

.view_list .program_card .program_card_thumbnail img {
  display: block;
}

.view_list .program_card .program_card_content {
  color: #072f4f;
}

@media screen and (min-width:500px) {
  .view_list .program_card .program_card_content {
    margin-bottom: 20px;
  }
}

.view_list .program_card .program_card_info {
  margin: 0 0 20px;
  padding: 7px 0 7px 48px;
}

@media screen and (min-width:500px) {
  .view_list .program_card .program_card_info {
    display: inline-block;
    width: 48%;
    max-width: 400px;
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.view_list .program_card .program_card_info .icon {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 50%;
  left: 0;
  background: #f3f4f5;
  border-radius: 50%;
  display: inline-block;
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  vertical-align: middle;
}

.view_list .program_card .program_card_info .icon .symbol {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: 2px;
  fill: #264db6!important;
}

@media screen and (min-width:500px) {
  .view_grid .program_set {
    max-width: 586px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media only screen and (min-width:768px) {
  .view_grid .program_set {
    max-width: none;
  }
}

.related_programs_block {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

@media only screen and (min-width:768px) {
  .related_programs_block {
    padding-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .related_programs_block {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .related_programs_block {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .related_programs_block {
    padding-bottom: 60px;
  }
}

@media print {
  .related_programs_block {
    display: none!important;
    visibility: hidden;
  }
}

.related_programs_header {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .related_programs_header {
    margin-bottom: 30px;
  }
}

.related_programs_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 0;
}

@media only screen and (min-width:768px) {
  .related_programs_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.related_programs_carousel {
  margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
  .related_programs_carousel {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .related_programs_carousel {
    margin-bottom: 30px;
  }
}

.no-js .related_programs_carousel {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

@media print {
  .no-js .related_programs_carousel {
    overflow: auto;
    white-space: normal;
  }
}

@media screen and (max-width:629px) {
  .related_programs_carousel .fs-carousel-viewport {
    max-width: 288px;
  }
}

@media only screen and (min-width:768px) {
  .related_programs_carousel .fs-carousel-viewport {
    max-width: 586px;
  }
}

@media only screen and (min-width:992px) {
  .related_programs_carousel .fs-carousel-viewport {
    max-width: 904px;
  }
}

@media only screen and (min-width:1200px) {
  .related_programs_carousel .fs-carousel-viewport {
    max-width: none;
  }
}

@media print {
  .related_programs_carousel .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print {
  .related_programs_carousel .fs-carousel-item {
    width: 48%!important;
    height: 488px!important;
    float: none;
  }
}

.related_programs_carousel .fs-carousel-item:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width:992px) {
  .related_programs_carousel .fs-carousel-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .related_programs_carousel .fs-carousel-item:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (max-width:767px) {
  .related_programs_carousel .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.related_programs_carousel .carousel_count {
  margin-top: 18px;
}

.program_card {
  overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  transform: translate3d(0,0,0);
}

.no-js .program_card {
  width: 288px;
  display: inline-block;
  margin-right: 20px;
}

.program_card_link {
  display: block;
  color: inherit;
}

.program_card_inner {
  position: relative;
  padding-top: 169.44444444%;
}

.program_card_background_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.program_card_background_fallback img {
  display: none;
}

.program_card_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
}

.program_card_label {
  background-color: #000;
  background: linear-gradient(to bottom,#000,rgba(0,0,0,0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  padding: 50px 30px;
}

.program_card_label_inner {
  display: block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.program_card_group {
  position: absolute;
  min-height: 240px;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: rgba(200,16,46,.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px 40px 30px;
  transition: transform .35s;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.csstransforms3d .program_card_group {
  transform: translate3d(0,250px,0);
}

.program_card_link:focus .program_card_group,
.program_card_link:hover .program_card_group {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.csstransforms3d .program_card_link:focus .program_card_group,
.csstransforms3d .program_card_link:hover .program_card_group {
  transform: translate3d(0,0,0);
}

.program_card_header {
  width: 100%;
}

.fs-carousel-item .program_card_header,
.view_grid .program_card_header {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  padding: 0 30px;
}

.program_card_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.52380952;
  margin: 0 0 12px;
}

.program_card_content {
  width: 100%;
}

.fs-carousel-item .program_card_content,
.view_grid .program_card_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 30px;
}

.program_card_description {
  line-height: 1.5em;
}

.program_card_info {
  position: relative;
  margin: 12px 0;
  padding-left: 22px;
}

.program_card_info .icon {
  display: inline-block;
  position: absolute;
  width: 14px;
  top: -2px;
  left: 0;
}

.program_card_info .icon .symbol_location {
  width: 10px;
  height: 15px;
}

.program_card_info .icon .symbol_star {
  width: 14px;
  height: 14px;
}

.program_card_info.location .icon {
  left: 2px;
}

.related_programs_block.theme_white {
  background-color: #fff;
  color: #333;
}

.related_programs_block.theme_blue_dark {
  background-color: #072f4f;
  color: #fff;
}

.program_card.theme_blue_light .program_card_group {
  background-color: rgba(38,77,182,.8);
}

.program_card.theme_blue_dark .program_card_group {
  background-color: rgba(7,47,79,.8);
}

.program_card.theme_red_brand .program_card_group {
  background-color: rgba(200,16,46,.8);
}

.program_card.theme_red_light .program_card_group {
  background-color: rgba(200,16,46,.8);
}

.program_card.theme_green_dark .program_card_group {
  background-color: rgba(2,166,171,.8);
  color: #333;
}

.program_card.theme_green_dark .program_card_info .icon .symbol {
  fill: #333;
}

.program_card.theme_green_light .program_card_group {
  background-color: rgba(95,198,77,.8);
  color: #333;
}

.program_card.theme_green_light .program_card_info .icon .symbol {
  fill: #333;
}

.program_card.theme_pink .program_card_group {
  background-color: rgba(153,30,102,.8);
}

.program_card.theme_yellow .program_card_group {
  background-color: rgba(244,218,64,.8);
  color: #333;
}

.program_card.theme_yellow .program_card_info .icon .symbol {
  fill: #333;
}

.program_card.theme_orange .program_card_group {
  background-color: rgba(239,86,45,.8);
  color: #333;
}

.program_card.theme_orange .program_card_info .icon .symbol {
  fill: #333;
}

.program_card.theme_gray_dark .program_card_group {
  background-color: rgba(51,51,51,.8);
}

.filter_block {
  padding: 30px 0;
}

@media print {
  .filter_block {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .filter_block {
    padding: 50px 0;
  }
}

.page_feature .filter_block {
  padding-top: 0;
}

@media only screen and (min-width:768px) {
  .filter_fieldset_search_inner {
    display: -ms-flexbox;
    display: flex;
  }
}

.filter_select_wrap {
  margin: 0 0 20px;
}

@media only screen and (min-width:768px) {
  .filter_select_wrap {
    float: left;
    margin: 0 20px 0 0;
  }
}

@media only screen and (min-width:992px) {
  .filter_select_wrap {
    margin-right: 24px;
  }
}

@media only screen and (min-width:768px) {
  .filter_select_wrap .fs-dropdown {
    display: inline-block;
  }
}

@media only screen and (min-width:768px) {
  .filter_select_wrap .base_dropdown.fs-dropdown .fs-dropdown-selected {
    padding-right: 80px;
  }
}

.filter_select_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.filter_select_label.focusable:active,
.filter_select_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.filter_search_wrap {
  position: relative;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 14px 0;
}

@media only screen and (min-width:768px) {
  .filter_search_wrap {
    float: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 8px 0 7px;
  }
}

.filter_search_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.filter_search_label.focusable:active,
.filter_search_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.filter_search_input {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  width: calc(100% - 61px);
  background-color: transparent;
  border-width: 0;
  margin: 0 68px 0 20px;
}

[data-whatinput=mouse] .filter_search_input:focus,
[data-whatinput=touch] .filter_search_input:focus {
  outline: 0;
}

@media only screen and (min-width:768px) {
  .filter_search_input {
    font-size: 21px;
    font-size: 1.3125rem;
    width: calc(100% - 97px);
    margin-right: 97px;
    padding: 20px 10px;
  }
}

.filter_search_input:-ms-input-placeholder {
  opacity: 1;
  text-overflow: ellipsis;
}

.filter_search_input::placeholder {
  opacity: 1;
  text-overflow: ellipsis;
}

.filter_search_input[placeholder] {
  opacity: 1;
  text-overflow: ellipsis;
}

.filter_search_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  margin: auto 0;
  padding: 0 15px;
}

@media only screen and (min-width:768px) {
  .filter_search_button {
    padding: 0 28px;
  }
}

.filter_search_button .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.filter_search_button .label.focusable:active,
.filter_search_button .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.filter_search_button .symbol_search {
  width: 15px;
  height: 15px;
  transition: fill .25s;
}

@media only screen and (min-width:768px) {
  .filter_search_button .symbol_search {
    width: 21px;
    height: 21px;
  }
}

@media only screen and (min-width:768px) {
  .filter_fieldset_alpha,
  .filter_fieldset_bar {
    margin-top: 28px;
  }
}

@media only screen and (min-width:1200px) {
  .filter_alpha_nav,
  .filter_bar_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.filter_alpha_label,
.filter_bar_label {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  font-weight: 400;
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .filter_alpha_label,
  .filter_bar_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:1200px) {
  .filter_alpha_label,
  .filter_bar_label {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:768px) {
  .filter_alpha_select_wrap,
  .filter_bar_select_wrap {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (max-width:767px) {
  .alpha_nav_list {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (max-width:767px) {
  .bar_nav_list {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:1200px) {
  .bar_nav_list {
    display: inline-block;
  }
}

.filter_alpha_item,
.filter_bar_item {
  display: inline-block;
  border-radius: 3px;
  transition: color .25s;
}

.filter_alpha_item:not(:last-child),
.filter_bar_item:not(:last-child) {
  margin-right: 1px;
}

button.filter_alpha_item,
button.filter_bar_item {
  cursor: pointer;
}

.filter_alpha_item.active,
.filter_bar_item.active {
  pointer-events: none;
  background-color: #264db6;
  color: #fff;
}

.filter_alpha_letter,
.filter_bar_option {
  display: inline-block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  padding: 7px 4px 5px;
  text-transform: uppercase;
}

@media only screen and (min-width:992px) {
  .filter_alpha_letter,
  .filter_bar_option {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.filter_block.theme_white .filter_search_wrap {
  background-color: #f3f4f5;
}

.filter_block.theme_white .filter_search_input:-ms-input-placeholder {
  color: #333;
}

.filter_block.theme_white .filter_search_input::placeholder {
  color: #333;
}

.filter_block.theme_white .filter_search_input[placeholder] {
  color: #333;
}

.filter_block.theme_white .filter_search_button {
  color: #333;
}

.filter_block.theme_white .filter_search_button .symbol_search {
  fill: #072f4f;
}

.filter_block.theme_white .filter_search_button:focus .symbol_search,
.filter_block.theme_white .filter_search_button:hover .symbol_search {
  fill: #264db6;
}

.filter_block.theme_white .filter_alpha_item:focus,
.filter_block.theme_white .filter_alpha_item:hover,
.filter_block.theme_white .filter_bar_item:focus,
.filter_block.theme_white .filter_bar_item:hover {
  color: #C8102E;
}

.filter_block.theme_white .filter_alpha_item.active,
.filter_block.theme_white .filter_bar_item.active {
  background-color: #264db6;
  color: #fff;
}

.filter_block.theme_gray {
  background-color: #f3f4f5;
}

.filter_block.theme_gray .filter_search_wrap {
  background-color: #072f4f;
  color: #fff;
}

.filter_block.theme_gray .filter_search_input:-ms-input-placeholder {
  color: #fff;
}

.filter_block.theme_gray .filter_search_input::placeholder {
  color: #fff;
}

.filter_block.theme_gray .filter_search_input[placeholder] {
  color: #fff;
}

.filter_block.theme_gray .filter_search_button {
  color: #fff;
}

.filter_block.theme_gray .filter_search_button .symbol_search {
  fill: #fff;
}

.filter_block.theme_gray .filter_search_button:focus .symbol_search,
.filter_block.theme_gray .filter_search_button:hover .symbol_search {
  fill: #C8102E;
}

.filter_block.theme_gray .filter_alpha_item:focus,
.filter_block.theme_gray .filter_alpha_item:hover,
.filter_block.theme_gray .filter_bar_item:focus,
.filter_block.theme_gray .filter_bar_item:hover {
  color: #C8102E;
}

.filter_block.theme_gray .filter_alpha_item.active,
.filter_block.theme_gray .filter_bar_item.active {
  background-color: #264db6;
  color: #fff;
}

.section_table_block {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .section_table_block {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .section_table_block {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width:1200px) {
  .section_table_block {
    margin-bottom: 80px;
  }
}

.section_table_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  color: #333;
  margin: 0 0 16px;
}

@media only screen and (min-width:768px) {
  .section_table_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:992px) {
  .section_table_title {
    margin-bottom: 26px;
  }
}

.section_table_body_inner .table_wrapper {
  margin: 0;
}

.section_table_body_inner table {
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  color: #333;
  line-height: 1.22222222;
}

.section_table_body_inner table tr {
  position: relative;
}

.section_table_body_inner table tr:nth-child(even) {
  background-color: #f3f4f5;
}

.section_table_body_inner table tr.minimized td {
  padding-bottom: 0;
}

.section_table_body_inner table tr.minimized .section_table_cell {
  height: 90px;
  overflow: hidden;
}

.section_table_body_inner table tr.minimized .section_table_toggle:before {
  opacity: 1;
}

.section_table_body_inner table tr.maximized .section_table_cell {
  height: auto;
}

.section_table_body_inner table tr.maximized .section_table_toggle:before {
  opacity: 0;
}

.section_table_body_inner table .toggle_row td {
  padding-bottom: 60px;
}

.section_table_body_inner table td,
.section_table_body_inner table th {
  position: relative;
  padding-right: 14px;
  padding-left: 14px;
  vertical-align: top;
}

@media print {
  .section_table_body_inner table td,
  .section_table_body_inner table th {
    border-bottom: 1px solid #a7a8aa;
  }
}

.section_table_body_inner table td:first-child,
.section_table_body_inner table th:first-child {
  padding-left: 60px;
}

@media print {
  .section_table_body_inner table td:first-child,
  .section_table_body_inner table th:first-child {
    padding-left: 0;
  }
}

@media print {
  .section_table_body_inner table td:last-child,
  .section_table_body_inner table th:last-child {
    padding-right: 0;
  }
}

.section_table_body_inner table th,
.section_table_body_inner table thead td {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  background-color: #072f4f;
  color: #fff;
  letter-spacing: 2.36px;
  line-height: 1.3;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.section_table_body_inner table td {
  padding-top: 0;
  padding-bottom: 20px;
}

.section_table_body_inner table tfoot {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
}

.section_table_body_inner table tfoot td {
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (min-width:992px) {
  .section_table_body_inner table tfoot td {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width:992px) {
  .section_table_body_inner .table_wrapper_overflow table tfoot td {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.section_table_button {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #C8102E;
  color: #fff;
  white-space: nowrap;
}

.section_table_button:focus,
.section_table_button:hover {
  background-color: #333;
}

.support_block {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

@media only screen and (min-width:768px) {
  .support_block {
    padding-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .support_block {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .support_block {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .support_block {
    padding-bottom: 60px;
  }
}

@media print and (min-width:768px) {
  .support_block .support_card,
  .support_block .support_card.fs-carousel-item {
    width: 48%!important;
    width: calc(50% - 10px)!important;
    float: left;
    margin: 30px 0;
  }
}

@media print and (min-width:768px) {
  .support_block .support_card.fs-carousel-item:nth-child(odd),
  .support_block .support_card:nth-child(odd) {
    clear: left;
  }
}

@media print and (min-width:768px) {
  .support_block .support_card.fs-carousel-item:nth-child(even),
  .support_block .support_card:nth-child(even) {
    float: right;
  }
}

.no-js .support_block .support_card,
.no-js .support_block .support_card.fs-carousel-item {
  display: inline-block;
  width: 320px;
  margin: 40px 10px 20px;
  vertical-align: top;
  white-space: normal;
}

@media only screen and (min-width:768px) {
  .no-js .support_block .support_card,
  .no-js .support_block .support_card.fs-carousel-item {
    width: 600px;
  }
}

@media print {
  .no-js .support_block .support_card,
  .no-js .support_block .support_card.fs-carousel-item {
    margin: 30px 0;
  }
}

.support_header {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .support_header {
    margin-bottom: 50px;
  }
}

.support_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 10px 0 12px;
}

@media only screen and (min-width:768px) {
  .support_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) {
  .support_title {
    margin-top: 20px;
  }
}

.support_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .support_description {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

.support_description p {
  margin: 0;
}

.support_carousel {
  margin-bottom: 10px;
}

@media print and (min-width:768px) {
  .support_carousel {
    overflow: hidden;
  }
}

.no-js .support_carousel {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

@media print {
  .no-js .support_carousel {
    overflow: auto;
    white-space: normal;
  }
}

@media only screen and (max-width:991px) {
  .support_carousel .fs-carousel-viewport {
    max-width: 600px;
  }
}

.support_carousel .fs-carousel-canister {
  overflow: visible;
}

@media print and (min-width:768px) {
  .support_carousel .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print {
  .support_carousel .fs-carousel-item {
    width: auto!important;
    height: auto!important;
    float: none;
  }
}

@media only screen and (max-width:1199px) {
  .support_carousel .fs-carousel-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .support_carousel .fs-carousel-item:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width:767px) {
  .support_carousel .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.support_carousel .carousel_count {
  margin-top: 18px;
}

.support_block.theme_blue {
  background-color: #072f4f;
  color: #fff;
}

.testimonial {
  background: #333;
  margin-bottom: 0;
}

.testimonial_inner {
  position: relative;
  padding: 40px 0;
}

.testimonial_inner:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width:768px) {
  .testimonial_inner {
    padding: 75px 0;
  }
}

@media only screen and (min-width:992px) {
  .testimonial_inner {
    padding: 110px 0 100px;
  }
}

.testimonial_icon_wrapper {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: #5fc64d;
  border-radius: 50%;
  color: #fff;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -ms-transform: translate(0,-40%) scale(.5);
  transform: translate(0,-40%) scale(.5);
}

@media only screen and (min-width:992px) {
  .testimonial_icon_wrapper {
    -ms-transform: translate(0,-40%) scale(1);
    transform: translate(0,-40%) scale(1);
  }
}

.testimonial_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.testimonial_icon svg {
  height: 25px;
  width: 30px;
  display: block;
  fill: #fff;
}

.testimonial_image {
  max-width: 365px;
  width: 30%;
  float: right;
  border-radius: 5px;
  margin-top: -60px;
  margin-bottom: 20px;
  margin-left: 20px;
}

@media only screen and (min-width:992px) {
  .testimonial_image {
    margin-top: -140px;
    margin-left: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .testimonial_image {
    width: 100%;
    margin-left: 60px;
  }
}

.termonial_quote {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px!important;
}

@media only screen and (min-width:768px) {
  .termonial_quote {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (min-width:768px) {
  .termonial_quote {
    line-height: 1.375;
  }
}

@media only screen and (min-width:1200px) {
  .termonial_quote {
    margin-bottom: 48px!important;
  }
}

.testimonial_name {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  display: block;
  color: #5fc64d;
  margin: 0 0 3px;
}

@media only screen and (min-width:768px) {
  .testimonial_name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.testimonial_field {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  display: block;
  color: #fff;
  margin: 0;
}

.accordion_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
}

@media only screen and (min-width:768px) {
  .accordion_title {
    font-size: 48px;
    font-size: 3rem;
  }
}

.accordion_item {
  background: #F3F4F5;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion_item_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 20px 70px 20px 20px;
}

@media only screen and (min-width:768px) {
  .accordion_item_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

@media print {
  .accordion_item_title {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width:992px) {
  .accordion_item_title {
    padding: 32px 70px 32px 30px;
  }
}

.accordion_item_icon_wrapper {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: #293035;
  border-radius: 50%;
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: background .25s;
}

.fs-swap-active .accordion_item_icon_wrapper {
  background-color: #C8102E;
}

.no-js .accordion_item_icon_wrapper {
  display: none!important;
  visibility: hidden;
}

.accordion_item_title:focus .accordion_item_icon_wrapper,
.accordion_item_title:hover .accordion_item_icon_wrapper {
  background: #C8102E;
}

.fs-swap-active .accordion_item_icon_wrapper {
  background: #C8102E;
}

.fs-swap-active .accordion_item_icon_wrapper .accordion_item_icon:first-child {
  display: none;
}

.fs-swap-active .accordion_item_icon_wrapper .accordion_item_icon:last-child {
  display: block;
}

.accordion_item_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.accordion_item_icon svg {
  height: 18px;
  width: 18px;
  display: block;
  fill: #fff;
}

.accordion_item_description {
  padding: 0 20px 20px;
}

@media print {
  .accordion_item_description {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width:992px) {
  .accordion_item_description {
    padding: 0 32px 30px;
  }
}

.fs-swap-enabled .accordion_item_description {
  display: none;
}

@media print {
  .fs-swap-enabled .accordion_item_description {
    display: block;
  }
}

.fs-swap-active .accordion_item_description {
  display: block;
}

.accordion_requirement_header {
  border-bottom: 3px solid #C6C8CC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.accordion_requirement_title {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  color: #C8102E;
  font-weight: 700;
  margin: 0;
}

@media only screen and (min-width:768px) {
  .accordion_requirement_title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.accordion_requirement_caption {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  color: #0B263B;
  margin: 0;
}

@media only screen and (min-width:768px) {
  .accordion_requirement_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.accordion_step_title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

@media only screen and (min-width:768px) {
  .accordion_step_body {
    padding: 0 30px;
  }
}

@media print {
  .accordion_step_table tr {
    border-bottom: 1px solid #a7a8aa;
  }
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width:768px) {
  blockquote {
    margin-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  blockquote {
    margin-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  blockquote {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  blockquote {
    margin-bottom: 60px;
  }
}

blockquote p {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

@media only screen and (min-width:768px) {
  blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

@media print {
  .quote_content {
    border-width: 0;
  }
}

.quote_content p {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width:500px) {
  .quote_content p {
    width: calc(100% - 56px);
    padding-left: 20px;
  }
}

@media print,only screen and (min-width:768px) {
  .quote_content p {
    width: calc(100% - 76px);
    padding-left: 40px;
  }
}

.quote_icon {
  height: 40px;
  width: 40px;
  position: relative;
  background: #264db6;
  color: #fff;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

@media print {
  .quote_icon {
    border: 1px solid #000;
  }
}

@media screen and (max-width:499px) {
  .quote_icon {
    margin-bottom: 10px;
  }
}

@media print,only screen and (min-width:768px) {
  .quote_icon {
    height: 66px;
    width: 66px;
  }
}

.quote_icon::before {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  position: absolute;
  top: 70%;
  left: 50%;
  content: "\201C";
  font-size: 42px;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media print,only screen and (min-width:768px) {
  .quote_icon::before {
    top: 65%;
    font-size: 52px;
  }
}

.button_set_grid {
  position: relative;
  z-index: 1;
}

@media print {
  .button_set_grid {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:1200px) {
  .button_set_grid .button_set_inner:after {
    clear: both;
    content: "";
    display: table;
  }
}

.button_set_grid .button_set_inner .button_item {
  margin-bottom: 25px;
}

@media only screen and (min-width:1200px) {
  .button_set_grid .button_set_inner .button_item {
    width: 48%;
    width: calc(50% - 12px);
  }
}

@media only screen and (min-width:1200px) {
  .button_set_grid .button_set_inner .button_item:nth-child(even) {
    float: right;
    clear: none;
  }
}

@media only screen and (min-width:1200px) {
  .button_set_grid .button_set_inner .button_item:nth-child(odd) {
    float: left;
    clear: both;
  }
}

.button_set_grid .button_set_inner .button_item:nth-child(n+1) .button_item_link {
  background-color: #C8102E!important;
  color: #fff!important;
  background-color: #c8102e;
  color: #fff;
  fill: #fff;
}

.button_set_grid .button_set_inner .button_item:nth-child(n+1) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item:nth-child(n+1) .button_item_link:hover {
  background-color: #333!important;
  color: #fff!important;
}

.button_set_grid .button_set_inner .button_item:nth-child(n+2) .button_item_link {
  background-color: #264db6!important;
  color: #fff!important;
  background-color: #264db6;
  color: #fff;
  fill: #fff;
}

.button_set_grid .button_set_inner .button_item:nth-child(n+2) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item:nth-child(n+2) .button_item_link:hover {
  background-color: #072f4f!important;
  color: #fff!important;
  background-color: #264db6;
  color: #fff;
  fill: #fff;
}

.button_set_grid .button_set_inner .button_item:nth-child(n+3) .button_item_link {
  background-color: #5fc64d!important;
  color: #fff!important;
}

.button_set_grid .button_set_inner .button_item:nth-child(n+3) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item:nth-child(n+3) .button_item_link:hover {
  background-color: #02a6ab!important;
  color: #fff!important;
}

.button_set_grid .button_set_inner .button_item:nth-child(n+4) .button_item_link {
  background-color: #333!important;
  color: #fff!important;
}

.button_set_grid .button_set_inner .button_item:nth-child(n+4) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item:nth-child(n+4) .button_item_link:hover {
  background-color: #930a28!important;
  color: #fff!important;
  background-color: #930a28;
  color: #fff;
  fill: #fff;
}

.button_set_grid .button_set_inner .button_item .button_item_link {
  display: block;
  background-color: #C8102E;
  border-radius: 5px;
  color: #fff;
}

.button_set_grid .button_set_inner .button_item .button_item_link:focus,
.button_set_grid .button_set_inner .button_item .button_item_link:hover {
  background-color: #333;
}

.button_set_grid .button_set_inner .button_item .button_item_link:focus .symbol_arrow_right,
.button_set_grid .button_set_inner .button_item .button_item_link:hover .symbol_arrow_right {
  fill: #fff;
}

[data-whatinput=keyboard] .button_set_grid .button_set_inner .button_item .button_item_link:focus .button_tooltip,
[data-whatinput=keyboard] .button_set_grid .button_set_inner .button_item .button_item_link:hover .button_tooltip {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateX(15px) translateY(-50%);
  transform: translateX(15px) translateY(-50%);
  visibility: visible;
}

@media only screen and (min-width:1200px) {
  [data-whatinput=keyboard] .button_set_grid .button_set_inner .button_item .button_item_link:focus .button_tooltip,
  [data-whatinput=keyboard] .button_set_grid .button_set_inner .button_item .button_item_link:hover .button_tooltip {
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .symbol_arrow_right {
  transition: fill .25s;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner {
  position: relative;
  padding: 20px;
}

@media only screen and (min-width:768px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner {
    padding: 35px 25px;
  }
}

@media only screen and (min-width:992px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner {
    padding: 35px 80px;
  }
}

@media only screen and (min-width:1200px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner {
    padding: 35px 80px;
  }
}

@media only screen and (min-width:992px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group {
    text-align: center;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  display: block;
  margin: 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title:focus .icon,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .symbol_arrow_right {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  margin: 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label:focus .icon,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .label {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
}

@media only screen and (min-width:768px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .icon {
  top: 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_label .symbol_arrow_right {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_help {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_help:focus,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_help:hover {
  z-index: 1;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_icon {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  color: #333;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_icon .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_icon .label.focusable:active,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_icon .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_icon .icon {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  line-height: 34px;
  margin-bottom: -2px;
  vertical-align: middle;
}

@media only screen and (max-width:991px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_icon {
    display: none!important;
    visibility: hidden;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item_icon .icon {
  color: #333;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip {
  position: absolute;
  width: 310px;
  top: 50%;
  left: 65px;
  z-index: 5;
  background-color: #f3f4f5;
  border: 2px solid #264db6;
  border-radius: 5px;
  color: #333;
  opacity: 0;
  padding: 10px 30px;
  pointer-events: none;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  transition: opacity .4s,transform .4s,visibility .4s;
  visibility: hidden;
}

@media only screen and (max-width:991px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:1200px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip {
    width: 375px;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip:before {
  display: block;
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  right: 100%;
  content: "";
}

.button_item_help:focus .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip,
.button_item_help:hover .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip,
.touchevents .button_item_help.fs-swap-active .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateX(15px) translateY(-50%);
  transform: translateX(15px) translateY(-50%);
  visibility: visible;
}

@media only screen and (min-width:1200px) {
  .button_item_help:focus .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip,
  .button_item_help:hover .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip,
  .touchevents .button_item_help.fs-swap-active .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip {
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
  }
}

@media (pointer:coarse) {
  .button_item_help.fs-swap-active .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateX(15px) translateY(-50%);
    transform: translateX(15px) translateY(-50%);
    visibility: visible;
  }
}

@media screen and (min-width:1200px) and (pointer:coarse) {
  .button_item_help.fs-swap-active .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip {
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  margin-bottom: 30px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_description ul {
  list-style: none;
  padding-left: 20px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_description ul li {
  margin: 10px 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_description ul li:before {
  width: 5px;
  height: 5px;
  background: #C8102E;
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  margin: 12px 0 0 -15px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration_wrap {
  position: absolute;
  top: 50%;
  right: 100%;
  right: calc(100% + 8px);
  margin-top: -11px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  -ms-transform: rotate(-150deg) skewX(-30deg) scale(1,.866);
  transform: rotate(-150deg) skewX(-30deg) scale(1,.866);
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle:after,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle:before {
  position: absolute;
  background-color: inherit;
  content: "";
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle:after,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle:before {
  border-top-right-radius: 4px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle:before {
  -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
  transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle:after {
  -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
  transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.large {
  background-color: #264db6;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.large,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.large:after,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.large:before {
  width: 23px;
  height: 23px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.small {
  background-color: #f3f4f5;
  -ms-transform: rotate(-150deg) skewX(-30deg) scale(1,.866) translateX(21px) translateY(25px);
  transform: rotate(-150deg) skewX(-30deg) scale(1,.866) translateX(21px) translateY(25px);
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.small,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.small:after,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_tooltip_decoration .triangle.small:before {
  width: 23px;
  height: 23px;
}

@media only screen and (min-width:992px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle {
    display: none!important;
    visibility: hidden;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 15px 0;
  padding: 0 20px;
  text-align: left;
  transition: color .25s;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width:768px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (min-width:992px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle {
    display: none!important;
    visibility: hidden;
  }
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle:focus,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle:hover {
  color: #C8102E;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle:focus .button_toggle_icon_wrap,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle:hover .button_toggle_icon_wrap {
  background-color: #C8102E;
}

.no-js .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle {
  cursor: default;
  pointer-events: none;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_handle .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  float: left;
  display: block;
  letter-spacing: 0;
  padding: 8px 0;
  margin-right: 20px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_icon_wrap {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  float: right;
  background-color: #333;
  transition: background .25s;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_icon_wrap .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_icon_wrap .label.focusable:active,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_icon_wrap .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_icon_wrap .icon {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  line-height: 34px;
  margin-bottom: -2px;
  vertical-align: middle;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_icon_wrap .icon {
  color: #fff;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  margin-bottom: 30px;
  padding: 0 20px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_description ul {
  list-style: none;
  padding-left: 20px;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_description ul li {
  margin: 10px 0;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_description ul li:before {
  width: 5px;
  height: 5px;
  background: #C8102E;
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  margin: 12px 0 0 -15px;
}

@media only screen and (min-width:768px) {
  .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_description {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.button_toggle.js-bound .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_description {
  display: none;
}

.button_toggle.js-toggle_active .button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_toggle_description {
  display: block;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+2) .button_item_link {
  background-color: #5fc64d;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+2) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+2) .button_item_link:hover {
  background-color: #02a6ab;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+3) .button_item_link {
  background-color: #264db6;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+3) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+3) .button_item_link:hover {
  background-color: #072f4f;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+4) .button_item_link {
  background-color: #991e66;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+4) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+4) .button_item_link:hover {
  background-color: #C8102E;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+5) .button_item_link {
  background-color: #f4da40;
}

.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+5) .button_item_link:focus,
.button_set_grid .button_set_inner .button_item .button_item_link .button_item_link_inner .button_item_group .button_item_title .button_item:nth-child(4n+5) .button_item_link:hover {
  background-color: #C8102E;
}

.button_set_block {
  position: relative;
  z-index: 1;
}

@media print {
  .button_set_block {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:1200px) {
  .button_set_inner:after {
    clear: both;
    content: "";
    display: table;
  }
}

.button_item {
  margin-bottom: 25px;
}

@media only screen and (min-width:1200px) {
  .button_item:nth-child(n+2) {
    float: left;
    width: 48%;
    width: calc(50% - 12px);
  }
}

@media only screen and (min-width:1200px) {
  .button_item:nth-child(2n+3) {
    float: right;
  }
}

@media only screen and (min-width:1200px) {
  .button_item:nth-child(even) {
    clear: both;
  }
}

.button_item_link {
  display: block;
  background-color: #C8102E;
  border-radius: 5px;
  color: #fff;
}

.button_item_link:focus,
.button_item_link:hover {
  background-color: #333;
}

.button_item_link:focus .symbol_arrow_right,
.button_item_link:hover .symbol_arrow_right {
  fill: #fff;
}

[data-whatinput=keyboard] .button_item_link:focus .button_tooltip,
[data-whatinput=keyboard] .button_item_link:hover .button_tooltip {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateX(15px) translateY(-50%);
  transform: translateX(15px) translateY(-50%);
  visibility: visible;
}

@media only screen and (min-width:1200px) {
  [data-whatinput=keyboard] .button_item_link:focus .button_tooltip,
  [data-whatinput=keyboard] .button_item_link:hover .button_tooltip {
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
  }
}

.button_item_link .symbol_arrow_right {
  transition: fill .25s;
}

.button_item_link_inner {
  position: relative;
  padding: 20px;
}

@media only screen and (min-width:768px) {
  .button_item_link_inner {
    padding: 35px 25px;
  }
}

@media only screen and (min-width:992px) {
  .button_item_link_inner {
    padding: 35px 80px;
  }
}

@media only screen and (min-width:992px) {
  .button_item:first-child .button_item_link_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width:1200px) {
  .button_item:first-child .button_item_link_inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width:992px) {
  .button_item_group {
    text-align: center;
  }
}

.button_item_title {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  display: block;
  margin: 0;
}

.button_item_title .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .button_item_title .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.button_item_title .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.button_item_title .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.button_item_title .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.button_item_title:focus .icon,
.button_item_title:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.button_item_title .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .button_item_title .label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

@media only screen and (min-width:992px) {
  .button_item:first-child .button_item_title .label {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.button_item_title .symbol_arrow_right {
  width: 14px;
  height: 14px;
  fill: #fff;
}

@media only screen and (min-width:992px) {
  .button_item:first-child .button_item_title .symbol_arrow_right {
    width: 22px;
    height: 22px;
  }
}

.button_item_label {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  margin: 0;
}

.button_item_label .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .button_item_label .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.button_item_label .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.button_item_label .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.button_item_label .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.button_item_label:focus .icon,
.button_item_label:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.button_item_label .label {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
}

@media only screen and (min-width:768px) {
  .button_item_label .label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.button_item_label .icon {
  top: 0;
}

.button_item_label .symbol_arrow_right {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.button_item_help {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto 0;
}

.button_item_help:focus,
.button_item_help:hover {
  z-index: 1;
}

.button_item_icon {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  color: #333;
}

.button_item_icon .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.button_item_icon .label.focusable:active,
.button_item_icon .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.button_item_icon .icon {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  line-height: 34px;
  margin-bottom: -2px;
  vertical-align: middle;
}

@media only screen and (max-width:991px) {
  .button_item_icon {
    display: none!important;
    visibility: hidden;
  }
}

.button_item_icon .icon {
  color: #333;
}

.button_tooltip {
  position: absolute;
  width: 310px;
  top: 50%;
  left: 65px;
  z-index: 5;
  background-color: #f3f4f5;
  border: 2px solid #264db6;
  border-radius: 5px;
  color: #333;
  opacity: 0;
  padding: 10px 30px;
  pointer-events: none;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  transition: opacity .4s,transform .4s,visibility .4s;
  visibility: hidden;
}

@media only screen and (max-width:991px) {
  .button_tooltip {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:1200px) {
  .button_tooltip {
    width: 375px;
  }
}

.button_tooltip:before {
  display: block;
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  right: 100%;
  content: "";
}

.button_item_help:focus .button_tooltip,
.button_item_help:hover .button_tooltip,
.touchevents .button_item_help.fs-swap-active .button_tooltip {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateX(15px) translateY(-50%);
  transform: translateX(15px) translateY(-50%);
  visibility: visible;
}

@media only screen and (min-width:1200px) {
  .button_item_help:focus .button_tooltip,
  .button_item_help:hover .button_tooltip,
  .touchevents .button_item_help.fs-swap-active .button_tooltip {
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
  }
}

@media (pointer:coarse) {
  .button_item_help.fs-swap-active .button_tooltip {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateX(15px) translateY(-50%);
    transform: translateX(15px) translateY(-50%);
    visibility: visible;
  }
}

@media screen and (min-width:1200px) and (pointer:coarse) {
  .button_item_help.fs-swap-active .button_tooltip {
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
  }
}

.button_tooltip_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  margin-bottom: 30px;
}

.button_tooltip_description ul {
  list-style: none;
  padding-left: 20px;
}

.button_tooltip_description ul li {
  margin: 10px 0;
}

.button_tooltip_description ul li:before {
  width: 5px;
  height: 5px;
  background: #C8102E;
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  margin: 12px 0 0 -15px;
}

.button_tooltip_decoration_wrap {
  position: absolute;
  top: 50%;
  right: 100%;
  right: calc(100% + 8px);
  margin-top: -11px;
}

.button_tooltip_decoration .triangle {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  -ms-transform: rotate(-150deg) skewX(-30deg) scale(1,.866);
  transform: rotate(-150deg) skewX(-30deg) scale(1,.866);
}

.button_tooltip_decoration .triangle:after,
.button_tooltip_decoration .triangle:before {
  position: absolute;
  background-color: inherit;
  content: "";
}

.button_tooltip_decoration .triangle,
.button_tooltip_decoration .triangle:after,
.button_tooltip_decoration .triangle:before {
  border-top-right-radius: 4px;
}

.button_tooltip_decoration .triangle:before {
  -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
  transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}

.button_tooltip_decoration .triangle:after {
  -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
  transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.button_tooltip_decoration .triangle.large {
  background-color: #264db6;
}

.button_tooltip_decoration .triangle.large,
.button_tooltip_decoration .triangle.large:after,
.button_tooltip_decoration .triangle.large:before {
  width: 23px;
  height: 23px;
}

.button_tooltip_decoration .triangle.small {
  background-color: #f3f4f5;
  -ms-transform: rotate(-150deg) skewX(-30deg) scale(1,.866) translateX(21px) translateY(25px);
  transform: rotate(-150deg) skewX(-30deg) scale(1,.866) translateX(21px) translateY(25px);
}

.button_tooltip_decoration .triangle.small,
.button_tooltip_decoration .triangle.small:after,
.button_tooltip_decoration .triangle.small:before {
  width: 23px;
  height: 23px;
}

@media only screen and (min-width:992px) {
  .button_toggle {
    display: none!important;
    visibility: hidden;
  }
}

.button_toggle_handle {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 15px 0;
  padding: 0 20px;
  text-align: left;
  transition: color .25s;
}

.button_toggle_handle:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width:768px) {
  .button_toggle_handle {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (min-width:992px) {
  .button_toggle_handle {
    display: none!important;
    visibility: hidden;
  }
}

.button_toggle_handle:focus,
.button_toggle_handle:hover {
  color: #C8102E;
}

.button_toggle_handle:focus .button_toggle_icon_wrap,
.button_toggle_handle:hover .button_toggle_icon_wrap {
  background-color: #C8102E;
}

.no-js .button_toggle_handle {
  cursor: default;
  pointer-events: none;
}

.button_toggle_handle .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  float: left;
  display: block;
  letter-spacing: 0;
  padding: 8px 0;
  margin-right: 20px;
}

.button_toggle_icon_wrap {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  float: right;
  background-color: #333;
  transition: background .25s;
}

.button_toggle_icon_wrap .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.button_toggle_icon_wrap .label.focusable:active,
.button_toggle_icon_wrap .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.button_toggle_icon_wrap .icon {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  line-height: 34px;
  margin-bottom: -2px;
  vertical-align: middle;
}

.button_toggle_icon_wrap .icon {
  color: #fff;
}

.button_toggle_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  margin-bottom: 30px;
  padding: 0 20px;
}

.button_toggle_description ul {
  list-style: none;
  padding-left: 20px;
}

.button_toggle_description ul li {
  margin: 10px 0;
}

.button_toggle_description ul li:before {
  width: 5px;
  height: 5px;
  background: #C8102E;
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  margin: 12px 0 0 -15px;
}

@media only screen and (min-width:768px) {
  .button_toggle_description {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.button_toggle.js-bound .button_toggle_description {
  display: none;
}

.button_toggle.js-toggle_active .button_toggle_description {
  display: block;
}

.button_item:nth-child(4n+2) .button_item_link {
  background-color: #5fc64d;
}

.button_item:nth-child(4n+2) .button_item_link:focus,
.button_item:nth-child(4n+2) .button_item_link:hover {
  background-color: #02a6ab;
}

.button_item:nth-child(4n+3) .button_item_link {
  background-color: #264db6;
}

.button_item:nth-child(4n+3) .button_item_link:focus,
.button_item:nth-child(4n+3) .button_item_link:hover {
  background-color: #072f4f;
}

.button_item:nth-child(4n+4) .button_item_link {
  background-color: #991e66;
}

.button_item:nth-child(4n+4) .button_item_link:focus,
.button_item:nth-child(4n+4) .button_item_link:hover {
  background-color: #C8102E;
}

.button_item:nth-child(4n+5) .button_item_link {
  background-color: #f4da40;
}

.button_item:nth-child(4n+5) .button_item_link:focus,
.button_item:nth-child(4n+5) .button_item_link:hover {
  background-color: #C8102E;
}

.course_info_heading {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .course_info_heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.cover_image_block {
  margin: 20px 0 18px;
}

.cover_image_figure {
  display: block;
}

.cover_image_figure picture {
  display: block;
}

.cover_image_figure img {
  display: block;
  width: 100%;
}

.cover_image_image {
  border-radius: 5px;
}

.cover_image_image,
.typography .cover_image_image {
  max-width: none;
}

.cover_image_caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 8px 0;
}

.cover_image_caption p {
  margin: 0;
}

.social_block {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .social_block {
    margin-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  .social_block {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:768px) {
  .social_block {
    border: 2px solid #C8102E;
    border-radius: 5px;
  }
}

@media print {
  .social_block {
    display: none!important;
    visibility: hidden;
  }
}

.no-js .social_block {
  display: none!important;
  visibility: hidden;
}

.social_tabs {
  background-color: #C8102E;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 6px 10px;
}

.social_tabs:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width:767px) {
  .social_tabs {
    border-radius: 5px 5px 0 0;
  }
}

@media only screen and (min-width:768px) {
  .social_tabs {
    padding: 10px 10px 20px;
  }
}

.social_tab {
  display: block;
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 10px;
}

@media only screen and (min-width:768px) {
  .social_tab {
    padding: 30px;
  }
}

.social_tab:after {
  position: absolute;
  display: block;
  width: 0;
  height: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f3f4f5;
  content: "";
  margin: 0 auto;
  transition: width .4s;
}

.social_tab:focus:after,
.social_tab:hover:after {
  width: 30px;
}

.social_tab.fs-swap-enabled {
  cursor: pointer;
}

.social_tab.fs-swap-active:after {
  width: 30px;
}

.social_tab .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.social_tab .symbol {
  fill: #fff;
}

.social_tab .symbol_social_twitter {
  width: 28px;
  height: 23px;
}

.social_tab .symbol_social_instagram {
  width: 28px;
  height: 28px;
}

.social_tab .symbol_social_youtube {
  width: 28px;
  height: 20px;
}

.social_tab .symbol_social_facebook {
  width: 28px;
  height: 28px;
}

.social_tab .symbol_social_linkedin {
  width: 28px;
  height: 28px;
}

.social_tab .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.social_tab .label.focusable:active,
.social_tab .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.social_panels {
  padding-top: 20px;
}

@media only screen and (min-width:768px) {
  .social_panels {
    padding: 30px;
  }
}

.social_panels iframe {
  max-width: 100%;
}

.social_panel {
  display: block;
}

.social_panel.fs-swap-enabled {
  display: none;
}

.social_panel.fs-swap-active {
  display: block;
}

.social_panel .youtube_profile {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.social_panel .youtube_profile iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-height:675px) {
  .twitter_wrapper iframe {
    height: 350px!important;
  }
}

.instagram_wrapper {
  position: relative;
  padding-top: 100%;
}

.instagram_wrapper iframe {
  position: absolute;
  top: 0;
}

.topic_block {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .topic_block {
    margin-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  .topic_block {
    margin-bottom: 40px;
  }
}

.topic_block_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
  color: #C8102E;
  margin: 30px 0;
}

@media only screen and (min-width:768px) {
  .topic_block_title {
    font-size: 48px;
    font-size: 3rem;
  }
}

.topic_row {
  position: relative;
  padding: 20px 0;
}

@media only screen and (min-width:768px) {
  .topic_row {
    padding: 30px 0;
  }
}

@media print,only screen and (min-width:992px) {
  .topic_row {
    padding: 50px 0;
  }
}

@media only screen and (min-width:1200px) {
  .topic_row {
    padding: 76px 0 60px;
  }
}

.topic_row:not(:last-child) {
  border-bottom: 1px solid #f3f4f5;
}

.topic_row:first-child {
  padding-top: 16px;
}

.topic_row:last-child {
  padding-bottom: 16px;
}

.topic_row_inner:after {
  clear: both;
  content: "";
  display: table;
}

.topic_figure {
  display: block;
  float: right;
  overflow: hidden;
  width: 100px;
  border-radius: 5px;
  margin: 3px 0 20px 20px;
}

.topic_figure picture {
  display: block;
}

.topic_figure img {
  display: block;
  width: 100%;
}

@media screen and (min-width:500px) {
  .topic_figure {
    width: 32%;
    margin-left: 30px;
  }
}

@media print,only screen and (min-width:768px) {
  .topic_figure {
    float: left;
    width: 30.5%;
    margin: 0 30px 0 0;
  }
}

@media only screen and (min-width:992px) {
  .topic_figure {
    width: 34.25%;
  }
}

@media print,only screen and (min-width:1200px) {
  .topic_figure {
    width: 33.75%;
  }
}

@media only screen and (min-width:1200px) {
  .topic_figure {
    margin-right: 40px;
  }
}

@media print,screen and (min-width:500px) {
  .topic_wrapper {
    overflow: hidden;
  }
}

.topic_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 6px;
}

@media only screen and (min-width:768px) {
  .topic_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.topic_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin: 6px 0;
}

.topic_description p {
  margin: 0;
}

.topic_links {
  margin-top: 24px;
}

@media print {
  .topic_links {
    display: none!important;
    visibility: hidden;
  }
}

.topic_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #C8102E;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width:499px) {
  .topic_link {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
}

@media screen and (min-width:500px) {
  .topic_link:not(:last-child) {
    margin-right: 25px;
  }
}

.topic_link:focus,
.topic_link:hover {
  background-color: #333;
}

@media print {
  .fs-carousel-canister {
    width: 100%!important;
    -ms-transform: none!important;
    transform: none!important;
  }
}

@media print {
  .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.fs-carousel-control {
  cursor: default;
  pointer-events: none;
}

.fs-carousel-control.fs-carousel-visible {
  cursor: pointer;
  pointer-events: auto;
}

.base_controls .fs-carousel-controls {
  position: absolute;
  width: 100vw;
  height: 80px;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.base_controls .fs-carousel-control {
  overflow: hidden;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  border-radius: 5px;
  color: transparent;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  transition: background .25s,opacity .25s,visibility .25s;
  visibility: hidden;
}

.base_controls .fs-carousel-control .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 24px;
}

.base_controls .fs-carousel-control .symbol {
  display: block;
  width: 16px;
  height: 24px;
  transition: fill .25s;
}

.base_controls .fs-carousel-control.fs-carousel-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.base_controls .fs-carousel-control.fs-carousel-control_previous {
  left: -5px;
}

.base_controls .fs-carousel-control.fs-carousel-control_previous .icon {
  left: 5px;
}

.base_controls .fs-carousel-control.fs-carousel-control_next {
  right: -5px;
}

.base_controls .fs-carousel-control.fs-carousel-control_next .icon {
  right: 5px;
}

.base_controls_white .fs-carousel-control {
  background-color: #fff;
  box-shadow: 2px 2px 10px 3px rgba(0,0,0,.1);
  color: #C8102E;
}

.base_controls_white .fs-carousel-control .symbol {
  fill: #C8102E;
}

.base_controls_white .fs-carousel-control:focus .symbol,
.base_controls_white .fs-carousel-control:hover .symbol {
  fill: #333;
}

.base_controls_red_light .fs-carousel-control {
  background-color: #C8102E;
  color: #fff;
}

.base_controls_red_light .fs-carousel-control .symbol {
  fill: #fff;
}

.base_controls_red_light .fs-carousel-control:focus,
.base_controls_red_light .fs-carousel-control:hover {
  background-color: #333;
}

@media print {
  .fs-carousel-pagination {
    display: none!important;
    visibility: hidden;
  }
}

.carousel_count {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  text-align: center;
}

@media print,only screen and (min-width:768px) {
  .carousel_count {
    display: none!important;
    visibility: hidden;
  }
}

.no-js .carousel_count {
  display: none!important;
  visibility: hidden;
}

.carousel_count_inner {
  display: inline-block;
  position: relative;
}

.carousel_count_inner:after,
.carousel_count_inner:before {
  position: absolute;
  width: 600px;
  height: 1px;
  top: 50%;
  background-color: rgba(151,151,151,.3);
  content: "";
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel_count_inner:before {
  right: 100%;
  margin-right: 18px;
}

.carousel_count_inner:after {
  left: 100%;
  margin-left: 18px;
}

[data-whatinput=mouse] .fs-dropdown:focus,
[data-whatinput=touch] .fs-dropdown:focus {
  outline: 0;
}

.fs-dropdown .fs-dropdown-selected {
  position: relative;
}

.base_dropdown.fs-dropdown {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.base_dropdown.fs-dropdown .fs-dropdown-selected {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 5px;
  border-width: 0;
  line-height: 1;
  padding: 14px 40px 14px 20px;
}

@media only screen and (min-width:768px) {
  .base_dropdown.fs-dropdown .fs-dropdown-selected {
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 30px 55px 29px 30px;
  }
}

.base_dropdown.fs-dropdown .fs-dropdown-selected:after {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 20px;
  bottom: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  content: "";
  display: block;
  margin: auto 0;
}

@media only screen and (min-width:768px) {
  .base_dropdown.fs-dropdown .fs-dropdown-selected:after {
    right: 30px;
    border-width: 10px 8px 0 8px;
  }
}

.base_dropdown.fs-dropdown .fs-dropdown-options {
  border-radius: 0 0 5px 5px;
  border-width: 0;
  padding: 10px 0;
}

.base_dropdown.fs-dropdown .fs-dropdown-item {
  padding: 6px 15px;
  transition: background-color .25s;
}

@media only screen and (min-width:768px) {
  .base_dropdown.fs-dropdown .fs-dropdown-item {
    padding: 6px 30px;
  }
}

.base_dropdown.fs-dropdown .fs-dropdown-item:active,
.base_dropdown.fs-dropdown .fs-dropdown-item:focus,
.base_dropdown.fs-dropdown .fs-dropdown-item:hover {
  background-color: rgba(0,0,0,.1);
}

.theme_red_light.fs-dropdown .fs-dropdown-selected {
  background-color: #C8102E;
  color: #fff;
}

.theme_red_light.fs-dropdown .fs-dropdown-options {
  background-color: #C8102E;
  box-shadow: 0 -3px 0 #C8102E;
  color: #fff;
}

.theme_red_light.fs-dropdown .fs-dropdown-item {
  background-color: transparent;
  color: inherit;
}

.theme_red_light.fs-dropdown .fs-dropdown-item:active,
.theme_red_light.fs-dropdown .fs-dropdown-item:focus,
.theme_red_light.fs-dropdown .fs-dropdown-item:hover {
  background-color: #333;
}

.fs-checkbox {
  margin-bottom: 5px;
}

.fs-checkbox:after {
  clear: both;
  content: "";
  display: table;
}

.fs-checkbox-marker {
  margin-right: 10px;
}

.fs-checkbox-flag {
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  .fs-lightbox-element {
    display: block;
  }
}

.fs-lightbox {
  background: rgba(255,255,255,.75);
}

[data-whatinput=mouse] .fs-lightbox:focus,
[data-whatinput=touch] .fs-lightbox:focus {
  outline: 0;
}

.fs-lightbox .fs-lightbox-container {
  background: 0 0;
}

.fs-lightbox .fs-lightbox-content {
  background: 0 0;
  padding: 20px;
}

.fs-lightbox .fs-viewer-element,
.fs-lightbox .fs-viewer-element .fs-viewer-wrapper {
  background: 0 0;
}

.fs-lightbox .fs-lightbox-video_wrapper {
  margin-right: auto!important;
  margin-left: auto!important;
}

.fs-lightbox .fs-lightbox-tools {
  width: 100%!important;
  background: #333;
}

.fs-lightbox .fs-viewer-controls {
  width: 100%;
}

.fs-lightbox .fs-viewer-control_zoom_out {
  display: none;
}

.fs-lightbox .fs-viewer-control_zoom_in {
  display: none;
}

.fs-lightbox .fs-lightbox-position {
  margin: 0;
}

.fs-lightbox .fs-lightbox-caption {
  text-align: center;
}

.fs-lightbox .caption {
  margin: 0;
}

.fs-navigation-overlay-nav.fs-navigation-enabled {
  width: 100%;
  height: 100vh;
  background-color: #C8102E;
  color: #fff;
  opacity: 1;
  pointer-events: none;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform .4s;
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
  visibility: visible;
}

.csstransforms3d .fs-navigation-overlay-nav.fs-navigation-enabled {
  transform: translate3d(0,-100%,0);
}

.fs-navigation-overlay-nav.fs-navigation-open {
  pointer-events: auto;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.csstransforms3d .fs-navigation-overlay-nav.fs-navigation-open {
  transform: translate3d(0,0,0);
}

.fs-navigation-overlay-content.fs-navigation-open:before {
  display: none!important;
  visibility: hidden;
  content: normal;
}

.linked_list {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width:768px) {
  .linked_list {
    margin-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  .linked_list {
    margin-bottom: 40px;
  }
}

@media print {
  .linked_list {
    display: none!important;
    visibility: hidden;
  }
}

.full_width_callouts .linked_list {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .full_width_callouts .linked_list {
    margin-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .full_width_callouts .linked_list {
    margin-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .full_width_callouts .linked_list {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .full_width_callouts .linked_list {
    margin-bottom: 60px;
  }
}

.full_width_callouts .linked_list:first-child {
  margin-top: 0;
}

.linked_list_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #C8102E;
  margin: 5px 0;
}

@media only screen and (min-width:768px) {
  .linked_list_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.linked_list_group {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #333;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  .linked_list_group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.linked_list_item {
  border-bottom: 2px solid #f3f4f5;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  .linked_list_item {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width:1200px) {
  .linked_list_item {
    width: calc(50% - 12px);
  }
}

@media only screen and (min-width:1200px) {
  .linked_list.size_large .linked_list_item {
    width: calc(33% - 16px);
  }
}

@media only screen and (min-width:992px) {
  .linked_list.size_sidebar .linked_list_item {
    width: 100%;
  }
}

.linked_list_link {
  display: block;
  color: inherit;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
}

.linked_list_link .icon {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: -2px;
  margin-right: -22px;
  margin-left: 10px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .25s;
}

.linked_list_link .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.linked_list_link:focus .icon,
.linked_list_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.linked_list_link .symbol_arrow_right {
  fill: #C8102E;
}

.linked_list_link:focus,
.linked_list_link:hover {
  color: #C8102E;
}

.linked_list_icon {
  display: block;
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1px solid #a7a8aa;
  border-radius: 100%;
  margin-right: 18px;
}

.linked_list_icon_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.linked_list_text {
  display: inline-block;
  padding-right: 22px;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 10px;
}

.pagination_block {
  padding-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .pagination_block {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .pagination_block {
    padding-bottom: 60px;
  }
}

.pagination:after {
  clear: both;
  content: "";
  display: table;
}

.typography .pagination a {
  box-shadow: none;
}

.pagination_arrow {
  height: 32px;
  width: 32px;
  position: relative;
  background: #C8102E;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: background .25s;
}

.pagination_arrow:focus,
.pagination_arrow:hover {
  background: #333;
}

.pagination_arrow_left {
  float: left;
  margin-right: 10px;
}

@media screen and (min-width:500px) {
  .pagination_arrow_left {
    float: none;
  }
}

.pagination_arrow_right {
  float: right;
  margin-left: 10px;
}

@media screen and (min-width:500px) {
  .pagination_arrow_right {
    float: none;
  }
}

.pagination_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.pagination_label.focusable:active,
.pagination_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.pagination_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.pagination_icon svg {
  height: 18px;
  width: 14px;
  fill: #fff;
}

.pagination_link {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  box-shadow: none;
  color: #333;
  display: none;
  padding: 4px 5px;
  vertical-align: middle;
  transition: box-shadow .25s,color .25;
}

@media screen and (min-width:500px) {
  .pagination_link {
    display: inline-block;
  }
}

.pagination_link:focus,
.pagination_link:hover {
  color: #264db6;
}

.pagination_link.active {
  box-shadow: 0 1px 0 0 #264db6;
  color: #264db6;
}

@media print {
  .share_block {
    display: none!important;
    visibility: hidden;
  }
}

.no-js .share_block {
  display: none!important;
  visibility: hidden;
}

.share_label {
  display: inline-block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  position: relative;
  top: -17px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 12px;
}

.share_links {
  display: inline-block;
}

.share_links:after {
  clear: both;
  content: "";
  display: table;
}

.share_link {
  display: block;
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  transition: background .25s;
}

.share_link:not(:last-child) {
  margin-right: 10px;
}

.share_link.facebook {
  background-color: #3B5998;
  color: #fff;
}

.share_link.twitter {
  background-color: #55ACEE;
  color: #fff;
}

.share_link .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.share_link .label.focusable:active,
.share_link .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.share_link .symbol {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  fill: #fff;
  margin: auto;
}

.share_link .symbol_share_facebook {
  width: 11px;
  height: 24px;
}

.share_link .symbol_share_twitter {
  width: 21px;
  height: 17px;
}

.share_link:focus,
.share_link:hover {
  background-color: #C8102E;
}

.support_card {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
}

@media print {
  .support_card {
    max-width: 600px;
    border: 1px solid #000;
    margin: 30px auto;
  }
}

.support_card_inner {
  padding: 20px 15px;
}

@media only screen and (min-width:768px) {
  .support_card_inner {
    padding: 40px;
  }
}

.support_card_header {
  margin-bottom: 15px;
}

.support_card_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  margin-bottom: 10px;
}

.support_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 16px 0 8px;
}

@media only screen and (min-width:768px) {
  .support_card_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

@media only screen and (min-width:992px) {
  .support_card_title {
    margin-top: 10px;
  }
}

.support_card_subtitle {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  margin: 0;
}

.support_card_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin: 10px 0;
}

@media only screen and (min-width:768px) {
  .support_card_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.support_card_description p {
  margin: 0;
}

@media print {
  .support_card_links {
    display: none!important;
    visibility: hidden;
  }
}

.support_card_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #264db6;
  color: #fff;
  margin-bottom: 0;
  transition: background-color .25s;
}

@media screen and (max-width:500px) {
  .support_card_link {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .support_card_link:not(:last-child) {
    margin-bottom: 10px;
  }
}

.support_card_link:focus,
.support_card_link:hover {
  background-color: #333;
}

.support_card_figure {
  overflow: hidden;
  border-radius: 100%;
}

@media print,only screen and (max-width:767px) {
  .support_card_figure {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 0;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media print {
  .support_card_figure {
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@media only screen and (min-width:768px) {
  .support_card_figure {
    float: right;
    width: 120px;
    height: 120px;
    margin: -72px 0 10px 10px;
  }
}

.support_card_image {
  width: 100%;
}

.support_cards_background_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.support_card_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media print {
  .support_card_background {
    display: none!important;
    visibility: hidden;
  }
}

.support_card_background:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0,0,0,0);
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  content: "";
}

.support_card.style_text .support_card_label {
  color: #264db6;
}

.support_card.style_text .support_card_links {
  margin-top: 20px;
}

.support_card.style_image {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}

.support_card.style_image .support_card_inner {
  position: relative;
  padding-top: 200px;
}

@media print {
  .support_card.style_image .support_card_inner {
    padding: 20px 15px;
  }
}

.support_card.style_image .support_card_label {
  margin-bottom: 6px;
}

.support_card.style_image .support_card_title {
  margin-top: 6px;
}

@media print,only screen and (max-width:767px) {
  .support_card.has_image .support_card_label {
    padding-right: 84px;
  }
}

.back_button_block {
  margin: 20px 0;
}

@media print {
  .back_button_block {
    display: none!important;
    visibility: hidden;
  }
}

.back_button_link {
  display: block;
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #C8102E;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.back_button_link:focus,
.back_button_link:hover {
  background-color: #333;
}

.sidebar_callout {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
}

@media only screen and (min-width:768px) {
  .sidebar_callout {
    margin-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  .sidebar_callout {
    margin-bottom: 40px;
  }
}

@media print {
  .sidebar_callout {
    margin: 30px 0;
  }
}

@media only screen and (min-width:992px) {
  .sidebar_callout {
    margin-left: -20px;
  }
}

@media only screen and (min-width:1200px) {
  .sidebar_callout {
    margin-left: -30px;
  }
}

.sidebar_callout_inner {
  position: relative;
  padding: 20px;
}

@media print {
  .sidebar_callout_inner {
    padding: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .sidebar_callout_inner {
    padding: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .sidebar_callout_inner {
    padding: 30px;
  }
}

.sidebar_callout_background_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
}

.js .sidebar_callout_background_fallback {
  display: none!important;
  visibility: hidden;
}

.sidebar_callout_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .2;
}

.sidebar_callout_content {
  position: relative;
}

.sidebar_callout_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 14px;
}

@media only screen and (min-width:768px) {
  .sidebar_callout_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.sidebar_callout_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
}

@media only screen and (min-width:768px) {
  .sidebar_callout_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.sidebar_callout_description p {
  margin: 0;
}

.sidebar_callout_footer {
  overflow: hidden;
  margin-top: 50px;
}

@media print {
  .sidebar_callout_footer {
    display: none!important;
    visibility: hidden;
  }
}

.sidebar_callout_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  display: block;
  float: left;
}

.sidebar_callout.theme_red_brand {
  background-color: #C8102E;
  color: #fff;
}

.sidebar_callout .sidebar_callout_link {
  background-color: #fff;
  color: #333;
}

.sidebar_callout .sidebar_callout_link:focus,
.sidebar_callout .sidebar_callout_link:hover {
  background-color: #333;
  color: #fff;
}

.contact_card {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f3f4f5;
  border-radius: 5px;
  margin-top: 50px;
  padding: 20px;
}

@media only screen and (min-width:768px) {
  .contact_card {
    margin-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  .contact_card {
    margin-bottom: 40px;
  }
}

@media print {
  .contact_card {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
}

@media print and only screen and (min-width:768px) {
  .contact_card {
    margin-top: 40px;
  }
}

@media print and only screen and (min-width:768px) {
  .contact_card {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:768px) {
  .contact_card {
    margin-top: 60px;
  }
}

@media only screen and (min-width:992px) {
  .contact_card {
    margin-left: -20px;
  }
}

@media only screen and (min-width:1200px) {
  .contact_card {
    margin-left: -30px;
    padding: 24px 24px 24px 30px;
  }
}

.contact_card_figure {
  overflow: hidden;
  float: right;
  position: relative;
  top: -64px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 0 10px 10px;
}

@media print {
  .contact_card_figure {
    top: 0;
  }
}

.contact_card_image {
  display: block;
  width: 100%;
  height: auto;
}

.contact_card_name {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 6px 0;
}

.contact_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77777778;
  margin: 6px 0;
}

.contact_card_items {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.contact_card_items a {
  display: inline-block;
  color: inherit;
  box-shadow: inset 0 -1px #264db6;
}

.contact_card_item {
  margin: 18px 0;
}

.contact_card_item:after {
  clear: both;
  content: "";
  display: table;
}

.contact_card_item:first-child {
  margin-top: 14px;
}

.contact_card_item:last-child {
  margin-bottom: 0;
}

.contact_card_label {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 32px;
  height: 32px;
  top: -5px;
  background-color: #264db6;
  border-radius: 100%;
  margin-right: 16px;
}

@media print {
  .contact_card_label {
    border: 1px solid #000;
  }
}

.contact_card_label .symbol {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  fill: #fff;
  margin: auto;
}

@media print {
  .contact_card_label .symbol {
    fill: #000;
  }
}

.contact_card_label .label_text {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  color: #fff;
}

.contact_card_label .label_text.focusable:active,
.contact_card_label .label_text.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.contact_card_label .symbol_location {
  width: 10px;
  height: 12px;
}

.contact_card_label .symbol_phone {
  width: 12px;
  height: 12px;
}

.contact_card_label .symbol_email {
  width: 11px;
  height: 9px;
}

.contact_card_text {
  overflow: hidden;
}

.meta_block {
  margin-top: 5px;
  margin-bottom: 60px;
}

.meta_item {
  margin: 0 0 22px;
}

.meta_item_label {
  display: block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
}

.meta_item_title {
  display: block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #C8102E;
  margin-top: 10px;
}

@media only screen and (min-width:768px) {
  .meta_item_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.related_news_block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.related_news_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  color: #C8102E;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.related_news_content {
  margin-bottom: 50px;
}

.related_news_item {
  border-bottom: 1px solid #a7a8aa;
  padding: 30px 0;
}

.related_news_item_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  letter-spacing: normal;
  margin: 0;
}

.related_news_item_link {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  color: #333;
}

.related_news_item_link .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .related_news_item_link .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.related_news_item_link .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.related_news_item_link .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.related_news_item_link .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.related_news_item_link:focus .icon,
.related_news_item_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.related_news_item_link .symbol {
  fill: #C8102E;
}

.related_news_item_link:focus,
.related_news_item_link:hover {
  color: #C8102E;
}

@media print {
  .related_news_footer {
    display: none!important;
    visibility: hidden;
  }
}

.related_news_back_link {
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: block;
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background: #C8102E;
  color: #fff;
  padding: 21px 20px;
}

.related_news_back_link:focus,
.related_news_back_link:hover {
  background: #333;
}

@media only screen and (min-width:768px) {
  .home_edge .home_feature_background,
  .home_edge .home_feature_fallback,
  .js .home_edge .home_feature_background,
  .js .home_edge .home_feature_fallback {
    position: absolute;
    height: 100%;
    margin-top: 0!important;
  }

  .home_edge .home_feature_inner,
  .js .home_edge .home_feature_inner {
    min-height: calc(100vh - 182px);
  }

  .home_edge .home_feature .container,
  .js .home_edge .home_feature .container {
    min-height: calc(100vh - 182px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0!important;
  }

  .home_edge .home_feature_wrapper,
  .js .home_edge .home_feature_wrapper {
    padding: 100px 0;
  }

  .home_edge .home_feature_label,
  .js .home_edge .home_feature_label {
    margin-bottom: .6em;
  }

  .home_edge .home_feature_description,
  .js .home_edge .home_feature_description {
    position: static;
    height: auto!important;
    margin: auto!important;
  }

  .home_edge .home_feature_description_inner,
  .js .home_edge .home_feature_description_inner {
    position: static;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .home_edge .feature_cards,
  .js .home_edge .feature_cards {
    margin: auto!important;
  }
}

@media print {
  * {
    background: 0 0!important;
    box-shadow: none!important;
    color: #444!important;
    text-shadow: none!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  a {
    text-decoration: underline;
  }

  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  .print {
    display: block;
  }
}

.clear_both {
  clear: both!important;
}

.text-center {
  text-align: center!important;
}

.strong {
  font-weight: 700!important;
}

.d-block {
  display: block!important;
}

.d-inline {
  display: inline!important;
}

.d-inline-block {
  display: inline-block!important;
}

em.search_result_highlight {
  font-style: normal;
  background-color: rgba(200,200,192,.75);
  color: #000;
}

.course_info_inner {
  border-top: 4px solid #C8102E;
}

.event-controls {
  text-align: right;
  padding: 20px;
}

.event_card_meta {
  color: #000;
}

.event_card_title {
  color: #264db6;
}

.home_feature_body {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

@media screen and (max-width:991px) {
  .fs-dropdown-options {
    position: relative;
  }
}

.academic_card_more_link .academic_card_group {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section_table_title_for_credit {
  float: left;
}

.section_table_button_non_credit_view_sections {
  margin-bottom: 10px;
}

.header_link_view_all {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  line-height: 1.3;
  margin: 10px 0;
}

@media print {
  .header_link_view_all {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .header_link_view_all {
    font-size: 18px;
    font-size: 1.125rem;
    float: right;
    margin: 0;
  }
}

.header_link_view_all_link {
  border-bottom: 1px solid #072f4f;
  color: #C8102E;
  text-decoration: none;
}

.header_link_view_all_link:focus,
.header_link_view_all_link:hover {
  border-bottom-color: #264db6;
  color: #333;
}

.meta_item_title a {
  color: #C8102E;
}

.meta_item_title a:visited {
  color: #264db6;
}

.meta_item_footnote {
  display: block;
}

.sidebar .linked_list_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
}

.accordion_item_description>h4 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .accordion_item_description>h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (min-width:768px) {
  .accordion_item_description>h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.25;
  }
}

.accordion_controls {
  text-align: right;
  font-size: 2rem;
  padding-right: 5px;
}

.accordion_control_button {
  cursor: pointer;
  color: #C8102E;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.typography .h1 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
}

@media only screen and (min-width:768px) {
  .typography .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media only screen and (min-width:992px) {
  .typography .h1 {
    font-size: 64px;
    font-size: 4rem;
  }
}

.typography .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
}

@media only screen and (min-width:768px) {
  .typography .h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.typography .h3 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .typography .h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.typography .h4 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .typography .h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.typography .h5 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .typography .h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.typography .h6 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
}

.h1 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
}

@media only screen and (min-width:768px) {
  .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media only screen and (min-width:992px) {
  .h1 {
    font-size: 64px;
    font-size: 4rem;
  }
}

.h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
}

@media only screen and (min-width:768px) {
  .h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.h3 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.h4 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.h5 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.h6 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
}

.directory_item_coordinator {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #C8102E;
}

.red_light {
  color: #930a28;
}

svg.red_light {
  fill: #930a28;
}

.red_dark {
  color: #930a28;
}

svg.red_dark {
  fill: #930a28;
}

.red_brand {
  color: #C8102E;
}

svg.red_brand {
  fill: #C8102E;
}

.blue_dark {
  color: #072f4f;
}

svg.blue_dark {
  fill: #072f4f;
}

.blue_light {
  color: #264db6;
}

svg.blue_light {
  fill: #264db6;
}

.teal_accent {
  color: #02A6AB;
}

svg.teal_accent {
  fill: #02A6AB;
}

.green_light {
  color: #5fc64d;
}

svg.green_light {
  fill: #5fc64d;
}

.pink {
  color: #991e66;
}

svg.pink {
  fill: #991e66;
}

.orange {
  color: #ef562d;
}

svg.orange {
  fill: #ef562d;
}

.yellow {
  color: #f4da40;
}

svg.yellow {
  fill: #f4da40;
}

.black {
  color: #000;
}

svg.black {
  fill: #000;
}

.gray_dark {
  color: #333;
}

svg.gray_dark {
  fill: #333;
}

.gray_medium {
  color: #a7a8aa;
}

svg.gray_medium {
  fill: #a7a8aa;
}

.gray_light {
  color: #f3f4f5;
}

svg.gray_light {
  fill: #f3f4f5;
}

.base_theme_blue_light {
  background-color: #264db6!important;
  color: #fff!important;
}

.base_theme_blue_dark {
  background-color: #072f4f!important;
  color: #fff!important;
}

.base_theme_red_brand {
  background-color: #C8102E!important;
  color: #fff!important;
}

.base_theme_red_dark {
  background-color: #930a28!important;
  color: #fff!important;
}

.base_theme_green_light {
  background-color: #5fc64d!important;
  color: #fff!important;
}

.base_theme_green_dark {
  background-color: #02a6ab!important;
  color: #fff!important;
}

.base_theme_pink {
  background-color: #991e66!important;
  color: #fff!important;
}

.base_theme_yellow {
  background-color: #f4da40!important;
  color: #264db6!important;
}

.base_theme_gray_dark {
  background-color: #333!important;
  color: #fff!important;
}

.base_theme_gray_medium {
  background-color: #a7a8aa!important;
  color: #264db6!important;
}

.science_math .program_card_group {
  background-color: rgba(147,10,40,.85);
  color: #fff;
  fill: #fff;
}

.public_social_services .program_card_group {
  background-color: rgba(200,16,46,.85);
  color: #fff;
  fill: #fff;
}

.liberal_studies .program_card_group {
  background-color: rgba(38,77,182,.85);
  color: #fff;
  fill: #fff;
}

.health .program_card_group {
  background-color: rgba(38,77,182,.85);
  color: #fff;
  fill: #fff;
}

.engineering_technology .program_card_group {
  background-color: rgba(2,166,171,.85);
  color: #333;
  fill: #333;
}

.education .program_card_group {
  background-color: rgba(153,30,102,.85);
  color: #fff;
  fill: #fff;
}

.culinary_hospitality .program_card_group {
  background-color: rgba(95,198,77,.85);
  color: #333;
  fill: #333;
}

.creative_arts .program_card_group {
  background-color: rgba(239,86,45,.85);
  color: #333;
  fill: #333;
}

.business .program_card_group {
  background-color: rgba(244,218,64,.85);
  color: #333;
  fill: #333;
}

.type_program .academic_card_inner .academic_card_group {
  background-color: rgba(147,10,40,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.type_program .academic_card_inner .academic_card_label {
  color: #fff;
}

.academic_card_inner.science_math {
  background-color: rgba(147,10,40,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.science_math .academic_card_group {
  background-color: rgba(147,10,40,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.public_social_services {
  background-color: rgba(200,16,46,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.public_social_services .academic_card_group {
  background-color: rgba(200,16,46,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.liberal_studies {
  background-color: rgba(38,77,182,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.liberal_studies .academic_card_group {
  background-color: rgba(38,77,182,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.health {
  background-color: rgba(38,77,182,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.health .academic_card_group {
  background-color: rgba(38,77,182,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.engineering_technology {
  background-color: rgba(2,166,171,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.academic_card_inner.engineering_technology .academic_card_group {
  background-color: rgba(2,166,171,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.academic_card_inner.education {
  background-color: rgba(153,30,102,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.education .academic_card_group {
  background-color: rgba(153,30,102,.8)!important;
  color: #fff!important;
  fill: #fff!important;
}

.academic_card_inner.culinary_hospitality {
  background-color: rgba(95,198,77,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.academic_card_inner.culinary_hospitality .academic_card_group {
  background-color: rgba(95,198,77,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.academic_card_inner.creative_arts {
  background-color: rgba(239,86,45,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.academic_card_inner.creative_arts .academic_card_group {
  background-color: rgba(239,86,45,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.academic_card_inner.business {
  background-color: rgba(244,218,64,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.academic_card_inner.business .academic_card_group {
  background-color: rgba(244,218,64,.8)!important;
  color: #333!important;
  fill: #333!important;
}

.arts_culture .event_label {
  background-color: #264db6!important;
  color: #fff!important;
  background-color: #264db6;
  color: #fff;
  fill: #fff;
}

.admissions .event_label {
  background-color: #072f4f!important;
  color: #fff!important;
  background-color: #264db6;
  color: #fff;
  fill: #fff;
}

.academics .event_label {
  background-color: #C8102E!important;
  color: #fff!important;
  background-color: #c8102e;
  color: #fff;
  fill: #fff;
}

.student_life .event_label {
  background-color: #930a28!important;
  color: #fff!important;
  background-color: #930a28;
  color: #fff;
  fill: #fff;
}

.alumni .event_label {
  background-color: #5fc64d!important;
  color: #fff!important;
}

.faculty_staff .event_label {
  background-color: #02a6ab!important;
  color: #fff!important;
}

.college-wide .event_label {
  background-color: #991e66!important;
  color: #fff!important;
}

.community_events .event_label {
  background-color: #f4da40!important;
  color: #264db6!important;
}

.athletics .event_label {
  background-color: #333!important;
  color: #fff!important;
}

#month .today .day a.ep-view-event {
  color: #fff;
  font-weight: 700;
}

.filter_bar_option {
  border: 2px solid #264db6;
  border-radius: 3px;
}

.feature_filter_select_inner_item {
  display: block;
  margin: 10px 0;
}

@media only screen and (min-width:992px) {
  .feature_filter_select_inner_item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
  }
}

@media only screen and (min-width:992px) {
  .feature_filter_select_inner_item:not(:last-child) {
    margin-right: 20px;
  }
}

#month .day a.ep-view-event {
  color: #C8102E;
}

.typography a#month .day a.ep-view-event {
  box-shadow: none;
}

table#month {
  width: 100%;
}

.typography .accordion_item_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 20px 70px 20px 20px;
}

@media only screen and (min-width:768px) {
  .typography .accordion_item_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

@media print {
  .typography .accordion_item_title {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width:992px) {
  .typography .accordion_item_title {
    padding: 32px 70px 32px 30px;
  }
}

.program_set {
  max-width: 72vw;
}

.program_card.area_of_study {
  width: 23vw!important;
  height: 23vw;
  padding-bottom: 30%;
  margin-bottom: 10px!important;
  float: left;
}

@media screen and (min-width:1585px) {
  .program_card.area_of_study {
    max-width: 19vw!important;
    max-height: 19vh;
  }
}

.csstransforms3d .program_card.area_of_study .program_card_group {
  transform: translate3d(0,0,0);
}

@media screen and (max-width:700px) {
  .program_card.area_of_study .program_card_group {
    padding: 5px!important;
  }
}

.program_card.area_of_study .program_card_group .program_card_title {
  text-align: center;
  font-size: 32px;
  font-weight: 600!important;
  letter-spacing: 4px;
}

@media screen and (max-width:700px) {
  .program_card.area_of_study .program_card_group .program_card_title {
    padding: 2px!important;
    font-size: 16px;
  }
}

@media screen and (max-width:768px) {
  .program_card.area_of_study .program_card_group .program_card_title {
    letter-spacing: normal;
  }
}

.program_card_header hr {
  display: none;
}

.program_card_link:focus .program_card_header hr,
.program_card_link:hover .program_card_header hr {
  display: block;
}

.program_card_description {
  padding-bottom: 20px;
}

.admission_card:nth-child(3n) {
  background-color: #264db6!important;
}

.admission_card:nth-child(3n+1) {
  background-color: #C8102E!important;
}

.admission_card:nth-child(3n+1) .admission_card_link:focus,
.admission_card:nth-child(3n+1) .admission_card_link:hover {
  background-color: #5fc64d!important;
}

.admission_card:nth-child(3n+2) {
  background-color: #333!important;
}

.admission_card:nth-child(3n+2) .admission_card_link:focus,
.admission_card:nth-child(3n+2) .admission_card_link:hover {
  background-color: #5fc64d!important;
}

.facet_display {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.facet_display .active_facets {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 0;
}

.facet_display .crl_button_1.clear_all {
  cursor: pointer;
  background-color: #a7a8aa;
}

@media only screen and (max-width:991px) {
  .facet_display .crl_button_1.clear_all {
    margin: 16px 0;
  }
}

.facet_display .crl_button_1.clear_all .icon {
  padding-left: 8px;
  padding-left: .5rem;
}

.facet_display .crl_button_1.clear_all .symbol {
  width: 12px;
  height: 12px;
  fill: #333;
  vertical-align: baseline;
}

.filter_facet_label {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  font-weight: 400;
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .filter_facet_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:1200px) {
  .filter_facet_label {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .filter_facet_label {
    margin-right: 18px;
  }
}

@media only screen and (max-width:1199px) {
  .filter_facet_label {
    padding-top: 10px;
  }
}

.crl_button_7 {
  cursor: pointer;
  display: inline-block;
  margin-left: 3rem;
  position: relative;
}

@media only screen and (min-width:992px) {
  .crl_button_7:nth-of-type(1) {
    margin-left: 0;
  }
}

.typography a.crl_button_7 {
  box-shadow: none;
}

.crl_button_7 .label {
  border-bottom: solid #a7a8aa 1px;
}

.crl_button_7 .icon {
  padding-left: 8px;
  padding-left: .5rem;
}

.crl_button_7 .symbol {
  width: 12px;
  height: 12px;
  fill: #02A6AB;
  vertical-align: baseline;
}

@media only screen and (max-width:991px) {
  .crl_button_7 {
    display: table;
  }
}

a.crl_button_4 .symbol_close,
button.crl_button_4 .symbol_close {
  width: 12px;
  height: 12px;
}

.alpha_nav_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.WorkforceFinder .feature_filter_block {
  background: 0 0;
  padding: 0;
}

.js-course-table-data a {
  color: #C8102E;
}

.SmartBoard_Container {
  position: relative;
  width: 100%;
  background: #C8102E;
  display: block;
  z-index: 2;
}

.fs-navigation-lock .SmartBoard_Container {
  display: none;
}

.typography a.crl_button_1,
.typography a.crl_button_2,
.typography a.crl_button_3,
.typography a.crl_button_4,
.typography a.crl_button_5,
.typography a.crl_button_6 {
  box-shadow: none;
}

.typography .text_message_enroll table tr,
.typography .text_message_login table tr {
  background-color: transparent;
}

.typography .text_message_enroll table td,
.typography .text_message_login table td {
  padding: 0;
}

.typography .text_message_enroll table td .fs-checkbox,
.typography .text_message_login table td .fs-checkbox {
  display: inline-block;
}

.typography .text_message_enroll table p,
.typography .text_message_login table p {
  margin: 0;
  padding: 0;
}

.typography .text_message_enroll table .fs-checkbox-label,
.typography .text_message_login table .fs-checkbox-label {
  display: inline;
}

.area_of_study_grid .program_card.area_of_study {
  margin: 0!important;
  margin-bottom: 10px!important;
}

.area_of_study_grid .flex-grid {
  display: -ms-flexbox;
  display: flex;
}

.area_of_study_grid .flex-grid .col {
  -ms-flex: 1;
  flex: 1;
}

.area_of_study_grid .flex-grid-thirds {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.area_of_study_grid .flex-grid-thirds .col {
  width: 32%!important;
}

@media (max-width:400px) {
  .area_of_study_grid .flex-grid,
  .area_of_study_grid .flex-grid-thirds {
    display: block;
  }

  .area_of_study_grid .flex-grid .col,
  .area_of_study_grid .flex-grid-thirds .col {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.area_of_study_grid .flex-grid {
  margin: 0 0 20px 0;
}

.floating-box {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 2000;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
}

@media (max-height:800px) {
  .floating-box {
    top: 200px;
  }
}

@media only screen and (max-width:991px),print {
  .floating-box {
    display: none!important;
    visibility: hidden;
  }
}

.floating-box ul {
  list-style: none;
  margin: 0 0 10px -25px;
}

.floating-box ul li {
  display: block;
  margin-right: 1em;
  padding-top: .5em;
}

.floating-box ul li a {
  color: #fff;
}

.floating-box ul li a svg.symbol {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 10px;
  fill: #fff;
}

.style_guide_icon .symbol {
  width: 15px;
  height: 15px;
  color: #000;
  fill: #000;
}

._ba_manual {
  display: none;
}

.pointer {
  cursor: pointer;
}