﻿@charset "UTF-8";
.accordionListContainer button.accordionColor {
  background-image: linear-gradient(45deg, #00205B, #041E42);
  cursor: pointer;
  padding: 15px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  border: none;
  outline: none;
  font-size: 20px;
  font-family: Oswald;
  font-weight: normal;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 0px;
}

.accordionListContainer button.accordionOddColor {
  background-image: linear-gradient(45deg, #C1C6C8, #8A8D8F);
}

.accordionListContainer .activeColor, .accordionListContainer .accordionColor:hover {
  background-image: linear-gradient(45deg, #e02a4f, #ba0c2f);
}

.accordionListContainer .accordionColor:after {
  content: "+";
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordionListContainer .activeColor:after {
  content: "−";
}

.accordionListContainer .accordionText {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.Athlete_Bio .athlete_bio_best_times th:first-child {
  border-left: 1px solid #8a8d8f;
}

.Athlete_Bio .athlete_bio_best_times th:last-child {
  align-content: center;
  border-right: 1px solid #8a8d8f;
}

.Athlete_Bio .athlete_bio_best_times tbody tr.k-alt {
  background-color: #ffffff;
}

.Athlete_Bio .athlete_bio_best_times tbody tr td {
  border-top: none;
  border-bottom: solid 0.5px #c1c6c8;
  border-left: none;
  border-right: none;
  padding-left: 20px;
}

.Athlete_Bio .athlete_bio_best_times tbody tr td:first-child {
  font-weight: bold;
  border-left: solid 0.5px #c1c6c8;
}

.Athlete_Bio .athlete_bio_best_times tbody tr td:last-child {
  border-right: solid 0.5px #c1c6c8;
}

.Athlete_Bio .athlete_bio_best_times tbody tr:hover {
  background-color: #F3F3F3;
}

.Athlete_Bio .athlete_bio_best_times tbody tr td a.k-button {
  display: table-cell;
  text-transform: uppercase;
  color: #00B3E4;
  border: none;
}

.Athlete_Bio .athlete_bio_best_times tbody tr:hover td a.k-button {
  background-color: #F3F3F3;
}

.Athlete_Bio .athlete_bio_best_times tbody tr td a:focus {
  color: #000000 !important;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.Athlete_Bio .athlete_bio_best_times tbody tr td a:hover {
  color: #000000 !important;
}

.Content_BannerCallOutOption2 {
  background-color: #df0934;
}

.Content_BannerCallOutOption2 .usas-content-bannercallout2 {
  background-color: #df0934;
}

.Content_BannerCallOutOption2 .usas-content-bannercallout2-left-text-line-1 {
  color: #ffffff !important;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.Content_BannerCallOutOption2 .usas-content-bannercallout2-left-text-line-2 h5 {
  color: #ffffff !important;
}

.Content_BannerCallOutOption2 .usas-content-bannercallout2-left-text-line-3,
.Content_BannerCallOutOption2 .usas-content-bannercallout2-left-text-line-4,
.Content_BannerCallOutOption2 .usas-content-bannercallout2-left-text-line-5 {
  color: #ffffff !important;
  padding: 0px 15px 0px 0px;
}

.Content_BannerCallOutOption2 .usas-content-bannercallout2-timer a, .Content_BannerCallOutOption2 .usas-content-bannercallout2-timer a:visited {
  color: #000;
  text-decoration: none;
}

.Content_BannerCallOutOption2 .usas-content-bannercallout2-button {
  border-color: #041e42;
  text-transform: uppercase;
  float: right;
}

.Content_BannerCallOutOption2 .usas-content-bannercallout2-x {
  font-size: 24px;
  margin-left: 27px;
  margin-top: -1px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .Content_BannerCallOutOption2 .usas-content-bannercallout2-button {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .Content_BannerCallOutOption2 .usas-content-bannercallout2 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px 5px 15px;
  }
  .Content_BannerCallOutOption2 {
    padding: 15px;
  }
  .Content_BannerCallOutOption2 .usas-content-bannercallout2 {
    background-color: #df0934;
  }
}
@media (min-width: 768px) {
  .Content_BannerCallOutOption2 .usas-content-bannercallout2-button {
    margin-top: 20px;
    width: 265px;
  }
  .Content_BannerCallOutOption2 .usas-content-bannercallout2 {
    margin-left: -80px;
    margin-right: -80px;
    padding: 17px 80px 17px 80px;
  }
}
@media (max-width: 850px) {
  .usas-mobile-hide {
    display: none;
  }
}
@media (min-width: 849px) {
  .usas-desktop-hide {
    display: none;
  }
}
.Content_BarOverlineWithTitleAndSubtext {
  margin-bottom: 30px;
}

.Content_BarOverlineWithTitleAndSubtext h5 {
  font-family: Oswald;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.Content_BarOverlineWithTitleAndSubtext h3 {
  margin-bottom: 10px;
}

.Content_BoardOfDirectorsCard {
  flex: 1;
  padding-bottom: 30px;
}

.Content_BoardOfDirectorsCard .usas-card {
  height: 100%;
  margin-bottom: 26px;
  padding: 36px 10px 24px 10px;
  position: relative;
  text-align: center;
}

.Content_BoardOfDirectorsCard img {
  border: solid 3px #ba0c2f;
  border-radius: 50%;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 5px;
  width: 155px;
}

.Content_BoardOfDirectorsCard .usas-content-boardofdirectorscard-text-line-1 {
  color: #002058;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.Content_BoardOfDirectorsCard .usas-content-boardofdirectorscard-text-line-1 h5 {
  font-family: Oswald;
}

.Content_BoardOfDirectorsCard .usas-content-boardofdirectorscard-text-line-2,
.Content_BoardOfDirectorsCard .usas-content-boardofdirectorscard-text-line-3,
.Content_BoardOfDirectorsCard .usas-content-boardofdirectorscard-text-line-4 {
  margin-bottom: 5px;
}

.Content_BoardOfDirectorsCard .usas-content-boardofdirectorscard-view-bio {
  /*bottom: 24px;
  left: 10px;
  right: 10px;
  position: absolute;*/
}

.Content_BoardOfDirectorsCard a, .Content_BoardOfDirectorsCard a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

@media (max-width: 1023px) {
  .Content_BoardOfDirectorsCard .usas-content-boardofdirectorscard-view-bio {
    bottom: 5px;
  }
}
.NationalTeam_Bios .usas-nationalteam-bios-categories {
  margin-bottom: 30px;
  text-align: center;
}

.NationalTeam_Bios .usas-nationalteam-bios-category {
  border-radius: 21px;
  cursor: pointer;
  padding: 6px 15px 6px 15px;
}

.NationalTeam_Bios .usas-nationalteam-bios-category-selected {
  background-color: #df0934;
  color: #fff;
}

.NationalTeam_Bios .usas-nationalteam-bios-filters {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
  /*display: table;
  margin-bottom: 20px;
  width: 100%;*/
}

.NationalTeam_Bios .usas-nationalteam-bios-container {
  /*margin-left: 200px;*/
  padding: 1px 16px;
  /*height: 1000px;*/
}

.NationalTeam_Bios .usas-nationalteam-bios-card-info-container {
  margin-top: 40px;
}

.NationalTeam_Bios .usas-nationalteam-bios-filters-row {
  /*display: table-row;*/
}

.NationalTeam_Bios .usas-nationalteam-bios-filters-left {
  /*display: table-cell;
  width: 100%;*/
}

.NationalTeam_Bios input.k-textbox {
  background-image: url("search.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.NationalTeam_Bios input.k-textbox:hover {
  background-image: url("search.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.NationalTeam_Bios .usas-nationalteam-bios-filters-right {
  /*display: table-cell;*/
}

.NationalTeam_Bios .usas-nationalteam-bios-card {
  margin-bottom: 26px;
  padding: 10px 10px 24px 10px;
  text-align: center;
  /*border-bottom: 1px solid #8E9295;*/
}

.NationalTeam_Bios img {
  /*border: solid 3px #2fd2ff;*/
  /*border-radius: 50%;*/
  /*margin-bottom: 5px;*/
  /*width: 100%;*/
  /*padding-top: 10px;
  padding-right: 20px;*/
  /*padding: 5px;*/
}

.NationalTeam_Bios .usas-nationalteam-bios-name {
  color: #002058;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.NationalTeam_Bios .usas-nationalteam-bios-name h5 {
  font-family: Oswald;
}

.NationalTeam_Bios .usas-nationalteam-bios-view-bio {
  color: #2fd2ff;
  cursor: pointer;
  padding-top: 25px;
  text-transform: uppercase;
}

/*.NationalTeam_Bios .usas-nationalteam-bios-view-bio a, .NationalTeam_Bios .usas-nationalteam-bios-view-bio a:visited {
            color: #2fd2ff;
            text-decoration: none;
        }*/
.NationalTeam_Bios .usas-nationalteam-bios-button-table {
  display: table;
  width: 100%;
}

.NationalTeam_Bios .usas-nationalteam-bios-button-table-row {
  display: table-row;
}

.NationalTeam_Bios .usas-nationalteam-bios-button-table-cell {
  display: table-cell;
  text-align: center;
}

.NationalTeam_Bios .usas-nationalteam-bios-button-table-cell a, .NationalTeam_Bios .usas-nationalteam-bios-button-table-cell a:hover {
  text-decoration: none;
}

.NationalTeam_Bios .usas-nationalteam-bios-button {
  /*margin: auto;*/
  text-transform: uppercase;
  width: 200px;
  cursor: pointer;
}

.NationalTeam_Bios .usas-nationalteam-bios-button-more {
  margin: auto;
  text-transform: uppercase;
  width: 200px;
  cursor: pointer;
}

.NationalTeam_Bios .usas-nationalteam-bio-header {
  /*margin-left: 75px;*/
}

.NationalTeam_Bios .usas-nationalteam-bio-header-person-info {
  padding: 0 0 20px 0;
}

.NationalTeam_Bios .usas-nationalteam-bio-header-fast-facts {
  padding: 0 0 20px 0;
  /*margin: 15px 0 15px 0*/
}

.NationalTeam_Bios .usas-nationalteam-bio-detail-sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.NationalTeam_Bios .usas-nationalteam-bio-detail-container {
  margin-top: 30px;
}

.NationalTeam_Bios .usas-nationalteam-bio-detail-sidebar-detail-card {
  margin-bottom: 26px;
  padding: 10px 10px 24px 10px;
  text-align: left;
  /*background-color:*/
  /*border-bottom: 1px solid #8E9295;*/
}

.NationalTeam_Bios .usas-nationalteam-bio-detail-sidebar-detail-card ul {
  list-style-type: none;
  padding-left: 0;
}

.NationalTeam_Bios .usas-nationalteam-bio-detail-sidebar ul li {
  margin: 10px 10px 0 0;
}

@media (max-width: 767px) {
  .NationalTeam_Bios {
    margin: 0 10px 0 10px;
  }
  .NationalTeam_Bios .usas-nationalteam-bio-header-text {
    margin: 15px;
  }
  .NationalTeam_Bios .usas-nationalteam-bio-header-person-info {
    margin-top: 20px;
    padding: 0 0 20px 0;
  }
  .NationalTeam_Bios .usas-nationalteam-bios-button {
    width: 100%;
  }
  .NationalTeam_Bios .usas-nationalteam-bios-button-more {
    width: 100%;
  }
  .NationalTeam_Bios .usas-nationalteam-bio-detail-sidebar-detail-card {
    width: 100%;
  }
  .NationalTeam_Bios .usas-nationalteam-bio-detail-sidebar-detail-card {
    padding: 10px 10px 24px 15px;
  }
  .NationalTeam_Bios img {
    /*padding-right: 30px;*/
    width: 100%;
  }
  .NationalTeam_Bios .usas-nationalteam-bio-detail-sidebar ul {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .NationalTeam_Bios {
    margin: 0 60px 0 60px;
  }
  .NationalTeam_Bios img {
    height: 200px;
    max-width: 140px;
  }
}
.Content_Button .usas-content-button-placement-left {
  float: left;
  margin-right: 15px;
}

.Content_Button .usas-content-button-placement-middle {
  margin-left: auto;
  margin-right: auto;
}

.Content_Button .usas-content-button-placement-right {
  float: right;
  margin-left: 15px;
}

div.Content_ContentOverlineWithTitleAndSubtext {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.Content_ContentOverlineWithTitleAndSubtext h6 {
  margin-bottom: 10px;
}

.Content_ContentOverlineWithTitleAndSubtext h3 {
  margin-bottom: 30px;
}

#textLine2 {
  text-align: center;
}

div.ClubFacilityMapSearch {
  padding: 0;
  margin: 0;
  font-family: Source Sans Pro;
  overflow-x: hidden;
}

.ClubFacilityMapSearch .usas-fat-search-filters {
  margin-bottom: 10px;
  border: solid 1px #7f051d;
}

.ClubFacilityMapSearch .searchPanel {
  position: relative;
  width: 350px;
}

.ClubFacilityMapSearch .searchPanel div {
  padding: 20px;
}

.ClubFacilityMapSearch .searchPanel input {
  width: calc(100% - 50px);
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.ClubFacilityMapSearch #fatFilter {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 10px;
}

.ClubFacilityMapSearch #fatSearchAddress {
  flex: 1;
  margin-left: 5px;
}

.ClubFacilityMapSearch #fatSearchButton {
  flex: 1;
  margin-right: 5px;
}

.ClubFacilityMapSearch #searchTbx {
  color: #687481;
  font-family: Source Sans Pro;
  font-size: 14px;
  height: 25px;
  width: 100%;
  padding-left: 5px;
}

.ClubFacilityMapSearch .fatFilterSection {
  flex: 1;
}

.ClubFacilityMapSearch .flex-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}

.ClubFacilityMapSearch #listPanel {
  list-style-type: none;
  padding-left: 10px;
  overflow-y: scroll;
  height: calc(85vh - 65px);
}

.ClubFacilityMapSearch #myMap {
  /*height: 600px;*/
  height: calc(85vh - 65px);
}

.ClubFacilityMapSearch .atlas-map .atlas-map-canvas {
  height: 100%;
}

.ClubFacilityMapSearch .statusMessage {
  margin: 10px;
}

.ClubFacilityMapSearch #myLocationBtn {
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  z-index: 200;
}

.ClubFacilityMapSearch #myLocationBtn {
  position: absolute;
  top: 90px;
  left: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  background-color: white;
  background-image: url("/img/GpsIcon.png");
}

.ClubFacilityMapSearch #myLocationBtn:hover {
  background-image: url("/img/GpsIcon-hover.png");
}

.ClubFacilityMapSearch .ceLogo img {
  height: 47px;
  /*    border-radius: 50%;*/
  display: inline-block;
  margin: 5px 0 0 5px;
}

.ClubFacilityMapSearch .ssLogo img {
  width: 40px;
  height: 30px;
  /*    border-radius: 50%;*/
  display: inline-block;
  margin: 15px 20px 0 5px;
}

.ClubFacilityMapSearch .listItem {
  /* height: 50px;
  padding: 20px;*/
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.ClubFacilityMapSearch .listItem:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}

.ClubFacilityMapSearch .listItem-title {
  position: relative;
  padding-left: 5px;
  font-size: 13px;
  color: #007faa;
  font-weight: bold;
}

.ClubFacilityMapSearch .listItem-facility {
  max-width: 175px;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

.ClubFacilityMapSearch .facilityPopup {
  min-width: 150px;
}

.ClubFacilityMapSearch .popupTitle li {
  list-style-type: none;
  color: #0000EE;
  padding-top: 5px;
}

.ClubFacilityMapSearch .link-phone {
  list-style-type: none;
  color: #0000EE;
}

.ClubFacilityMapSearch .facilityPopup .popupTitle {
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 8px;
  height: 200px;
  background-color: #007faa;
  color: white;
  font-weight: bold;
}

.ClubFacilityMapSearch .facilityPopup .popupSubTitle {
  height: 140px;
  font-size: 16px;
  margin-bottom: 0;
  padding: 5px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.ClubFacilityMapSearch .facilityPopup .popupContent {
  font-size: 11px;
  line-height: 18px;
  padding: 8px;
}

.ClubFacilityMapSearch .facilityPopup img {
  vertical-align: middle;
  height: 12px;
  margin-right: 5px;
}

.ClubFacilityMapSearch .popup-container {
  border-color: #03a9f4 !important;
}

.ClubFacilityMapSearch .atlas-control-container {
  display: block;
}

.ClubFacilityMapSearch .mapCenterIcon {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: orange;
  border: 2px solid white;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
  animation: pulse 3s infinite;
}

@media screen and (max-width: 700px) {
  .ClubFacilityMapSearch .searchPanel {
    width: 100vw;
  }
  .ClubFacilityMapSearch .fatFilterSection {
    flex: unset;
  }
  .ClubFacilityMapSearch #fatSearchAddress {
    padding-left: 7px;
  }
  .ClubFacilityMapSearch #fatSearchButton {
    padding-right: 7px;
  }
  .ClubFacilityMapSearch .facilityPopup .popupTitle {
    font-size: 12px;
  }
  .ClubFacilityMapSearch #listPanel {
    list-style-type: none;
    padding-left: 12px;
    top: 385px;
    width: 100%;
    height: calc(70vh - 385px);
  }
  .ClubFacilityMapSearch #myMap {
    width: 100%;
    height: calc(65vh - 65px);
    /*        top: 135px;
    left: 0px;*/
  }
  .ClubFacilityMapSearch #myLocationBtn {
    top: 10px;
  }
  .ms-5 {
    margin-left: 15px !important;
  }
  .me-5 {
    margin-right: 15px !important;
  }
  .ClubFacilityMapSearch .fatSection {
    --bs-gutter-x: 0;
    padding: 0;
  }
  .ClubFacilityMapSearch .atlas-control-container {
    display: none;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 204, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 50px rgba(0, 204, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 204, 255, 0);
  }
}
.Content_Directory .usas-content-directory-categories {
  margin-bottom: 30px;
  text-align: center;
}

.Content_Directory .usas-content-directory-category {
  border-radius: 21px;
  color: #687481;
  cursor: pointer;
  padding: 6px 15px 6px 15px;
}

.Content_Directory .usas-content-directory-category-selected {
  background-color: #df0934;
  color: #fff;
}

.Content_Directory .usas-card:not(:last-child) {
  margin-bottom: 30px;
}

.Content_Directory .usas-content-directory-right {
  padding: 40px;
}

.Content_Directory a, .Content_Directory a:visited {
  text-decoration: none;
}

.Content_Directory img {
  min-height: 200px;
}

.Content_Directory .usas-content-directory-right-name-title {
  padding-right: 40px;
}

.Content_Directory .usas-content-directory-right-phone-email {
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  div.Content_Directory {
    padding-left: calc(15% - 80px);
    padding-right: calc(15% - 80px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div .Content_Directory {
    padding-left: calc(5% - 80px);
    padding-right: calc(5% - 80px);
  }
  .Content_Directory .usas-content-directory-right {
    padding: 25px;
  }
  .Content_Directory .usas-content-directory-right-name-title {
    padding-right: 25px;
  }
  .Content_Directory .usas-content-directory-right-phone-email {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .Content_Directory .usas-card > div {
    display: block !important;
  }
  .Content_Directory .usas-card > div > div > div > div {
    display: block !important;
  }
  .Content_Directory .usas-card > div > div > div > div > div {
    border-left: 0 !important;
  }
  .Content_Directory .usas-card > div > div > div > div > div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .Content_Directory .usas-content-directory-phone-number {
    margin-top: 20px;
    text-align: left !important;
  }
  .Content_Directory .usas-content-directory-email {
    text-align: left !important;
  }
}
/*img sizing for different xs screens*/
@media (min-width: 720px) and (max-width: 767px) {
  .Content_Directory img {
    min-height: 455px;
  }
}
@media (min-width: 680px) and (max-width: 719px) {
  .Content_Directory img {
    min-height: 435px;
  }
}
@media (min-width: 640px) and (max-width: 679px) {
  .Content_Directory img {
    min-height: 415px;
  }
}
@media (min-width: 600px) and (max-width: 639px) {
  .Content_Directory img {
    min-height: 395px;
  }
}
@media (min-width: 560px) and (max-width: 599px) {
  .Content_Directory img {
    min-height: 375px;
  }
}
@media (min-width: 520px) and (max-width: 559px) {
  .Content_Directory img {
    min-height: 355px;
  }
}
@media (min-width: 480px) and (max-width: 519px) {
  .Content_Directory img {
    min-height: 335px;
  }
}
@media (min-width: 440px) and (max-width: 479px) {
  .Content_Directory img {
    min-height: 315px;
  }
}
@media (min-width: 400px) and (max-width: 439px) {
  .Content_Directory img {
    min-height: 295px;
  }
}
@media (min-width: 360px) and (max-width: 399px) {
  .Content_Directory img {
    min-height: 275px;
  }
}
@media (max-width: 359px) {
  .Content_Directory img {
    min-height: 255px;
  }
}
button.accordion {
  background-image: linear-gradient(45deg, #00205B, #041E42);
  cursor: pointer;
  padding: 15px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  border: none;
  outline: none;
  font-size: 20px;
  font-family: Oswald;
  font-weight: normal;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 0px;
}

button.accordionOdd {
  background-image: linear-gradient(45deg, #C1C6C8, #8A8D8F);
}

.active, .accordion:hover {
  background-image: linear-gradient(45deg, #e02a4f, #ba0c2f);
}

.accordion:after {
  content: "+";
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−";
}

.accordionContainer .accordionText {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordionContainer {
  margin-bottom: 80px;
}

.Content_EventDetail {
  margin-bottom: 70px;
}

.Content_EventDetail .content-eventdetail-timer {
  background-color: #df0934;
  background-image: linear-gradient(90deg, #df0934, #ba0c2f);
  margin-bottom: 80px;
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 80px;
  padding-right: 80px;
}

.Content_EventDetail .content-eventdetail-timer h5 {
  border-bottom: solid 1px #fff;
  font-family: Oswald !important;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.Content_EventDetail .content-eventdetail-timer h3 {
  font-family: Oswald !important;
  font-weight: 600;
  text-transform: uppercase;
}

.Content_EventDetail .usas-content-eventdetail-darker {
  background-color: #ba0c2f;
}

.Content_EventDetail .usas-content-eventdetail-darker a, .Content_EventDetail .usas-content-eventdetail-darker a:visited {
  text-decoration: none;
}

.Content_EventDetail .usas-content-eventdetail-text-line-1 {
  color: #7f051d;
  font-family: Oswald !important;
  font-weight: 600;
  text-transform: uppercase;
}

.Content_EventDetail .usas-content-eventdetail-title {
  color: #002058;
  margin-bottom: 20px;
}

.Content_EventDetail .usas-content-eventdetail-text {
  margin-bottom: 40px;
}

.Content_EventDetail .usas-content-eventdetail-buy-tickets, .Content_EventDetail .usas-content-eventdetail-buy-tickets:visited {
  text-decoration: none;
}

.Content_EventDetail h4 {
  font-family: Oswald !important;
  font-weight: normal;
}

@media (max-width: 767px) {
  .Content_EventDetail .content-eventdetail-timer {
    background-color: #df0934;
    background-image: linear-gradient(90deg, #df0934, #ba0c2f);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .Content_EventDetail h2 {
    font-size: 2.5em; /* 40px */
    line-height: 1.1em; /* 44px */
  }
}
.topbar {
  display: none;
}

.Content_EventSearch {
  margin-bottom: 80px;
}

.Content_EventSearch .usas-content-eventsearch-filters {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  margin-left: -80px;
  margin-right: -80px;
  padding: 21px 80px 21px 80px;
}
.Content_EventSearch .usas-content-eventsearch-filters input[type=text] {
  text-indent: 0.8em;
}
.Content_EventSearch .usas-content-eventsearch-filters input[type=text]:focus {
  box-shadow: 0 0 7px 0 #76abd9;
}

.Content_EventSearch input.k-textbox {
  background-image: url("search.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.Content_EventSearch .k-dropdownlist {
  height: 44px;
}

.Content_EventSearch .usas-content-eventsearch-triangle {
  color: #7f051d;
}

.Content_EventSearch .usas-content-eventsearch-category {
  background-color: #f5f5f5;
}

.Content_EventSearch th {
  background-color: #ba0c2f;
  border: solid 1px #7f051d;
  color: #fff;
  cursor: pointer;
  font-family: Oswald;
  font-weight: normal;
  padding: 20px;
}

.Content_EventSearch .usas-content-eventsearch-category td {
  font-family: Oswald;
  padding: 20px;
  text-transform: uppercase;
}

.Content_EventSearch .usas-content-eventsearch-event {
  border-bottom: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  cursor: pointer;
}

.Content_EventSearch .usas-content-eventsearch-event td:first-child {
  color: #333333;
  font-family: Source Sans Pro;
  font-weight: 600;
  padding: 20px;
}

.Content_EventSearch .usas-content-eventsearch-event td:not(:first-child) {
  color: #333333;
  font-family: Source Sans Pro;
  font-weight: normal;
  padding: 20px;
}

.Content_EventSearch .usas-content-eventsearch-buy-tickets, .Content_EventSearch .usas-content-eventsearch-buy-tickets:visited {
  text-decoration: none;
}

@media (min-width: 1040px) {
  .Content_EventSearch .usas-hide-desktop-event-search {
    display: none;
  }
}
@media (max-width: 1039px) {
  .Content_EventSearch .usas-hide-mobile-event-search {
    display: none;
  }
  .Content_EventSearch .usas-content-eventsearch-category {
    padding: 20px;
    text-transform: uppercase;
  }
  .Content_EventSearch .usas-card:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .Content_EventSearch .usas-card {
    padding: 20px;
  }
  .Content_EventSearch tbody tr {
    border-top: solid 1px #e8e8e8;
  }
  .Content_EventSearch tbody td {
    padding: 5px !important;
  }
  .Content_EventSearch tbody td:first-child {
    background-color: #ba0c2f;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
  }
}
.Content_EventSearch .usas-content-eventsearch-category h5 {
  color: #041e42;
  font-family: Oswald;
  font-weight: normal;
}

.topbar {
  display: none;
}

.Content_EventSearchOption2 {
  margin-bottom: 80px;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-filters {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  margin-left: -80px;
  margin-right: -80px;
  padding: 21px 80px 21px 80px;
}
.Content_EventSearchOption2 .usas-content-EventSearchOption2-filters input[type=text] {
  text-indent: 0.8em;
}
.Content_EventSearchOption2 .usas-content-EventSearchOption2-filters input[type=text]:focus {
  box-shadow: 0 0 7px 0 #76abd9;
}

.Content_EventSearchOption2 input.k-textbox {
  background-image: url("search.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.Content_EventSearchOption2 .k-dropdownlist {
  height: 44px;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-triangle {
  color: #7f051d;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-category {
  background-color: #f5f5f5;
}

.Content_EventSearchOption2 th {
  background-color: #ba0c2f;
  border: solid 1px #7f051d;
  color: #fff;
  cursor: pointer;
  font-family: Oswald;
  font-weight: normal;
  padding: 20px;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-category td {
  font-family: Oswald;
  padding: 20px;
  text-transform: uppercase;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-event {
  border-bottom: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  cursor: pointer;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-event td:first-child {
  color: #333333;
  font-family: Source Sans Pro;
  font-weight: 600;
  padding: 20px;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-event td:not(:first-child) {
  color: #333333;
  font-family: Source Sans Pro;
  font-weight: normal;
  padding: 20px;
}

.Content_EventSearchOption2 .usas-content-EventSearchOption2-buy-tickets, .Content_EventSearchOption2 .usas-content-EventSearchOption2-buy-tickets:visited {
  text-decoration: none;
}

@media (min-width: 1040px) {
  .Content_EventSearchOption2 .usas-hide-desktop-event-search {
    display: none;
  }
}
@media (max-width: 1039px) {
  .Content_EventSearchOption2 .usas-hide-mobile-event-search {
    display: none;
  }
  .Content_EventSearchOption2 .usas-content-EventSearchOption2-category {
    padding: 20px;
    text-transform: uppercase;
  }
  .Content_EventSearchOption2 .usas-card:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .Content_EventSearchOption2 .usas-card {
    padding: 20px;
  }
  .Content_EventSearchOption2 tbody tr {
    border-top: solid 1px #e8e8e8;
  }
  .Content_EventSearchOption2 tbody td {
    padding: 5px !important;
  }
  .Content_EventSearchOption2 tbody td:first-child {
    background-color: #ba0c2f;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
  }
}
.Content_EventSearchOption2 .usas-content-EventSearchOption2-category h5 {
  color: #041e42;
  font-family: Oswald;
  font-weight: normal;
}

div.Content_Faqs {
  display: flex;
  flex-direction: row;
  /*padding-bottom: 100px;*/
}

.Content_Faqs .usas-content-faqs-left {
  flex: 1;
}

.Content_Faqs .usas-content-faqs-left > div {
  margin-left: 80px;
  margin-right: 80px;
}

.Content_Faqs .usas-content-faqs-left a, .Content_Faqs .usas-content-faqs-left a:visited {
  text-decoration: none;
}

.Content_Faqs .usas-content-faqs-left .usas-button-primary {
  margin-top: 30px;
  text-transform: uppercase;
  width: 320px;
}

.Content_Faqs .usas-content-faqs-left h6 {
  margin-bottom: 15px;
}

.Content_Faqs .usas-content-faqs-left h3 {
  margin-bottom: 30px;
}

.Content_Faqs .usas-content-faqs-right {
  /*color: #414141;*/
  flex: 1;
}

.Content_Faqs .usas-content-faqs-right > div {
  margin-right: 80px;
}

.Content_Faqs .usas-content-faqs-right-question {
  display: flex;
  flex-direction: row;
}

.Content_Faqs .usas-content-faqs-right-question-left {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.Content_Faqs .usas-content-faqs-right-question-right {
  flex: 0;
  padding-right: 15px;
  text-align: right;
}

.Content_Faqs .usas-content-faqs-right-question-right a, .Content_Faqs .usas-content-faqs-right-question-right a:visited {
  font-size: 32px;
  text-decoration: none;
}

.Content_Faqs .usas-content-faqs-right a, .Content_Faqs .usas-content-faqs-right a:visited {
  text-decoration: none;
}

.Content_Faqs .usas-content-faqs-right .usas-button-primary {
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 767px) {
  div.Content_Faqs {
    border-bottom: none;
    display: block;
    padding-bottom: 0;
  }
  /*.Content_Faqs .usas-content-faqs-left {
      display: block;
  }*/
  .Content_Faqs .usas-content-faqs-left > div {
    margin-left: 0;
    margin-right: 0;
  }
  .Content_Faqs .usas-content-faqs-left .usas-button-primary {
    margin-bottom: 30px;
    width: 100%;
  }
  .Content_Faqs .usas-content-faqs-right > div {
    margin-right: 0;
  }
}
.Content_Faqs .usas-content-faqs-right-answer {
  margin-top: 16px;
}

div.Content_FastFacts {
  background-color: #df0934;
  background-image: linear-gradient(90deg, #df0934, #ba0c2f);
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 80px;
  padding-right: 80px;
}

.Content_FastFacts h6 {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}

.Content_FastFacts h3 {
  font-family: Oswald !important;
  font-weight: 600;
  text-transform: uppercase;
}

.Content_FastFacts .usas-content-fastfacts-darker {
  background-color: #ba0c2f;
}

.Content_FastFacts .usas-content-fastfacts-text-line-1 {
  color: #7f051d !important;
  font-family: Oswald !important;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  div.Content_FastFacts {
    background-color: #df0934;
    background-image: linear-gradient(90deg, #df0934, #ba0c2f);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .Content_FastFacts .usas-content-fastfacts-title {
    padding-bottom: 0 !important;
  }
}
div.Content_FeaturedContent {
  background-color: #fff;
  padding-right: 0px;
}

.Content_FeaturedContent .usas-content-featured-content-gold-bar {
  background-color: #b1953a;
  height: 5px;
  margin-bottom: 12px;
  width: 148px;
}

.Content_FeaturedContent .usas-content-featured-content-widget-title {
  font-family: Oswald;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  color: #041e42;
}

.Content_FeaturedContent .usas-content-featured-content-view-all {
  float: right;
  vertical-align: top;
}

.Content_FeaturedContent .usas-content-featured-content-view-all a,
.Content_FeaturedContent .usas-content-featured-content-view-all a:visited {
  text-decoration: none;
}

.Content_FeaturedContent .usas-content-featured-content-view-all-button {
  width: 200px;
}

.Content_FeaturedContent .usas-content-featured-content {
  overflow-y: hidden;
  clear: both;
}

.Content_FeaturedContent .usas-content-featured-content-container {
  position: relative;
}

.Content_FeaturedContent .usas-content-featured-content-type {
  position: absolute;
  background-color: #ba0c2f;
  color: #fff;
  top: 10px;
  width: 70px;
  padding: 5px;
  font-weight: 600;
  text-align: center;
  z-index: 20;
}

.Content_FeaturedContent .usas-content-featured-content-red-bar {
  background-color: #ba0c2f;
  height: 5px;
  margin-bottom: 14px;
  width: 40px;
}

.Content_FeaturedContent .usas-content-featured-content-title {
  font-weight: 600;
  height: 100px;
}

.Content_FeaturedContent .usas-content-featured-content-cat-pub {
  position: absolute;
  padding-bottom: 60px;
}

.Content_FeaturedContent .usas-content-featured-content-category {
  color: #00b3e4;
  font-weight: 600;
  font-size: 14px;
  padding-right: 8px;
  text-transform: uppercase;
}

.Content_FeaturedContent .usas-content-featured-content-published-date {
  color: #687481;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.Content_FeaturedContent .usas-content-featured-content-at-usaswimming {
  color: #00b3e4;
  font-size: 27px;
  margin-bottom: 30px;
  margin-left: 183px;
  margin-top: 60px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-bar {
  margin-left: 46%;
  margin-top: 50px;
  width: 200px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-bar-left {
  float: left;
  background-color: #edebeb;
  border-radius: 2.5px;
  height: 5px;
  width: 50px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-bar-middle {
  float: left;
  background-color: #edebeb;
  border-radius: 2.5px;
  height: 5px;
  width: 50px;
  margin-left: 12px;
  margin-right: 12px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-bar-right {
  float: left;
  background-color: #edebeb;
  border-radius: 2.5px;
  height: 5px;
  width: 50px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-bar-selected {
  background-color: #041e42;
}

.Content_FeaturedContent .usas-content-featured-content-pager {
  width: 120px;
  float: right;
}

.Content_FeaturedContent .usas-content-featured-content-pager-left {
  background-color: #c1c6c8;
  color: #edebeb;
  float: left;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  margin-right: 8px;
  text-align: center;
  width: 50px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-right {
  background-color: #c1c6c8;
  color: #edebeb;
  float: left;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-selected {
  background-color: #041e42;
  color: #fff;
}

.Content_FeaturedContent .usas-content-featured-content-pager-selected i {
  color: #fff;
}

.Content_FeaturedContent .usas-content-featured-content-pager-on {
  background-color: #df0934;
  cursor: pointer;
}

.Content_FeaturedContent .usas-content-featured-content-pager-dots {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-dot {
  flex: 1;
  margin-right: 10px;
}

.Content_FeaturedContent .usas-content-featured-content-pager-dots .fa {
  font-size: 0.6em;
  color: #c1c6c8;
}

.Content_FeaturedContent .usas-content-featured-content-pager-dot-selected .fa {
  color: #ba0c2f;
}

@media (min-width: 1024px) {
  div.Content_FeaturedContent {
    padding: 60px 0 60px 0;
    margin-bottom: 70px;
  }
  .Content_FeaturedContent .usas-content-featured-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 33.4671280277vw;
  }
  .Content_FeaturedContent .usas-content-featured-content-container {
    flex: 1;
    margin: 25px 0px 25px 0px;
    min-width: 350px;
  }
  .Content_FeaturedContent .usas-content-featured-content-image {
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    flex: 1;
    height: 17.3771626298vw;
  }
  .Content_FeaturedContent .usas-content-featured-content-type {
    left: 16px;
  }
  .Content_FeaturedContent .usas-content-featured-content-title {
    font-size: 18px;
    padding: 15px 15px 15px 0;
  }
  .Content_FeaturedContent .usas-content-featured-content-image-background {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .Content_FeaturedContent .usas-content-featured-content-pager-bar {
    display: block;
  }
  .Content_FeaturedContent .usas-content-featured-content-pager-dots {
    display: none;
  }
  .Content_FeaturedContent .usas-content-featured-content-view-all {
    margin-right: 15px;
    display: block;
  }
  .Content_FeaturedContent .usas-content-featured-content-view-all-mobile {
    display: none;
    position: relative;
  }
}
@media (max-width: 767px) {
  .Content_FeaturedContent .usas-content-featured-content {
    height: 84.955017301vw !important;
  }
}
@media (max-width: 1023px) {
  div.Content_FeaturedContent {
    padding: 30px 0 30px 0;
  }
  .Content_FeaturedContent .usas-content-featured-content {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    height: 67.5778546713vw;
    margin-left: -15px;
    margin-right: -15px;
  }
  .Content_FeaturedContent .usas-content-featured-content-container {
    flex-shrink: 0;
    scroll-snap-align: center;
    width: 100%;
    margin: 15px 0 0px 0;
  }
  .Content_FeaturedContent .usas-content-featured-content::-webkit-scrollbar {
    width: 0;
  }
  .Content_FeaturedContent .usas-content-featured-content-image {
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px;
    margin-right: 15px;
    height: 48.2698961938vw;
  }
  .Content_FeaturedContent .usas-content-featured-content-container:first-child,
  .Content_FeaturedContent .usas-content-featured-content-container:nth-child(3) {
    margin-left: 15px;
  }
  .Content_FeaturedContent .usas-content-featured-content-type {
    left: 26px;
  }
  .Content_FeaturedContent .usas-content-featured-content-title {
    font-size: 1.125em;
    padding: 15px 15px 15px 15px;
  }
  .Content_FeaturedContent .usas-content-featured-content-cat-pub {
    padding-left: 15px;
  }
  .Content_FeaturedContent .usas-content-featured-content-pager {
    display: none;
  }
  .Content_FeaturedContent .usas-content-featured-content-pager-bar {
    display: none;
  }
  .Content_FeaturedContent .usas-content-featured-content-pager-dots {
    padding-left: 0;
    display: flex;
  }
  .Content_FeaturedContent .usas-content-featured-content-view-all {
    display: none;
  }
  .Content_FeaturedContent .usas-content-featured-content-view-all-mobile {
    display: block;
    position: relative;
  }
  .Content_FeaturedContent .usas-content-featured-content-view-all-mobile a,
  .Content_FeaturedContent .usas-content-featured-content-view-all-mobile a:visited {
    text-decoration: none;
  }
  .Content_FeaturedContent .usas-content-featured-content-view-all-mobile-button {
    margin-top: 20px;
  }
}
div.Content_FeaturedPage {
  background-color: #fff;
  display: flex;
  filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.1));
  flex-direction: row;
  padding: 25px 60px 25px 60px;
  margin-bottom: 80px;
}

.Content_FeaturedPage img {
  height: 107px;
  margin-right: 60px;
}

.Content_FeaturedPage .usas-content-featuredpage-left {
  align-self: flex-start;
  flex: 1;
  padding-bottom: 25px;
  padding-top: 25px;
}

.Content_FeaturedPage .usas-content-featuredpage-center {
  align-self: flex-start;
  flex: 3;
  margin-right: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.Content_FeaturedPage .usas-content-featuredpage-center-textline1 h3 {
  margin-bottom: 25px;
}

.Content_FeaturedPage .usas-content-featuredpage-right {
  align-content: flex-end;
  align-self: center;
  flex: 2;
  padding-bottom: 25px;
  padding-top: 25px;
}

.Content_FeaturedPage .usas-content-featuredpage-right a, .Content_FeaturedPage .usas-content-featuredpage-right a:visited {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 951px) {
  .Content_FeaturedPage .usas-content-featuredpage-right .usas-button-secondary {
    width: 250px;
    float: right;
    text-transform: uppercase;
  }
}
@media (max-width: 950px) {
  div.Content_FeaturedPage {
    display: block;
    padding: 25px 15px 25px 15px;
  }
  .Content_FeaturedPage img {
    height: 107px;
    margin-right: 0;
  }
  .Content_FeaturedPage .usas-content-featuredpage-left {
    display: flex;
    flex-direction: column;
  }
  .Content_FeaturedPage .usas-content-featuredpage-center {
    margin-left: 0;
    width: auto;
  }
  .Content_FeaturedPage .usas-content-featuredpage-center-textline1 {
    text-align: center;
  }
  .Content_FeaturedPage .usas-content-featuredpage-right {
    margin-right: 0;
    width: 100%;
  }
  .Content_FeaturedPage .usas-content-featuredpage-right .usas-button-secondary {
    max-width: 100%;
    text-transform: uppercase;
  }
}
div.Content_FeaturedVideo {
  background-color: #052148;
  margin-left: -80px;
  margin-right: -80px;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

.Content_FeaturedVideo .usas-content-featuredvideo-title {
  color: #fff;
  margin-bottom: 40px;
}

.Content_FeaturedVideo .usas-content-featuredvideo-player {
  height: 445px;
  margin: auto;
  width: 59%;
}

@media (max-width: 767px) {
  div.Content_FeaturedVideo {
    margin-left: -15px;
    margin-right: -15px;
    padding: 63px 15px 63px 15px;
  }
  .Content_FeaturedVideo .usas-content-featuredvideo-player {
    height: 64.3598615917vw;
    width: 100%;
  }
}
div.Content_FeaturedVideos {
  background-color: #052148;
  margin-bottom: 80px;
}

.Content_FeaturedVideos h3 {
  color: #fff;
}

.Content_FeaturedVideos .usas-content-featuredvideos-title {
  color: #fff;
  margin-bottom: 100px;
}

.Content_FeaturedVideos .usas-content-featuredvideos-categories {
  flex: 0 0 auto;
  padding: 5px;
  text-align: center;
}

.Content_FeaturedVideos .usas-content-featuredvideos-category {
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
  padding: 6px 15px 6px 15px;
  font-weight: 600;
}

.Content_FeaturedVideos .usas-content-featuredvideos-category-selected {
  background-color: #df0934;
}

.Content_FeaturedVideos .usas-content-featuredvideos-player {
  float: left;
  height: 445px;
  width: 53%;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs {
  background-color: #041e42;
  border-left: solid 25px #041e42;
  float: left;
  height: 445px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 46%;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs::-webkit-scrollbar-thumb {
  background-color: #20c8f6;
  border-radius: 2.5px;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs > div {
  margin-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs img {
  cursor: pointer;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs-left {
  float: left;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs-right-title {
  clear: both;
  color: #fff;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs-right-details-duration {
  color: #00b3e4;
}

.Content_FeaturedVideos .usas-content-featuredvideos-thumbs-right-details-date {
  color: #8d9aa9;
  padding-left: 15px;
}

.Content_FeaturedVideos .usas-content-featuredvideos-show-all-desktop:hover,
.Content_FeaturedVideos .usas-content-featuredvideos-show-all-mobile:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  div.Content_FeaturedVideos {
    margin-left: -15px;
    margin-right: -15px;
    padding: 63px 15px 63px 15px;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-show-all-desktop {
    display: none;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-show-all-mobile {
    display: block;
    margin-top: 25px;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-categories-scroll {
    height: 35px;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 5px;
    margin-bottom: 15px;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-player {
    height: 64.3598615917vw;
    width: 100%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs {
    border-left: 0;
    height: 64.3598615917vw;
    width: 100%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs > div {
    margin-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs img {
    width: 100%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs-left {
    float: left;
    width: 47%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs-right {
    float: right;
    width: 51%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs-right-title {
    font-size: 14px;
  }
  .Content_FeaturedVideos .usas-bar-cardinal {
    display: none;
  }
}
@media (min-width: 768px) {
  div.Content_FeaturedVideos {
    background-color: #052148;
    margin-left: -80px;
    margin-right: -80px;
    padding: 85px 80px 105px 80px;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-categories-scroll {
    margin-bottom: 25px;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-show-all-desktop {
    display: block;
    float: right;
    width: 200px;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-show-all-mobile {
    display: none;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs img {
    width: 100%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs-left {
    width: 28%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs-right {
    float: left;
    margin-left: 20px;
    width: 65%;
  }
  .Content_FeaturedVideos .usas-content-featuredvideos-thumbs-right-title {
    font-size: 16px;
  }
}
.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-title {
  color: #002058;
  margin-bottom: 35px;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbnail {
  cursor: pointer;
  margin-bottom: 15px;
  max-width: 100%;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbnail-bottom {
  margin-top: 25px;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbnail-duration-and-date {
  margin-top: 25px;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbnail-duration {
  color: #00b3e4;
  font-weight: 600;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbnail-date {
  color: #687481;
  padding-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  text-transform: uppercase;
  width: 320px;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-button-container a, .usas-content-featuredvideothumbnails-button-container a:visited {
  text-decoration: none;
}

@media (max-width: 767px) {
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-hide-in-mobile {
    display: none;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-player {
    display: block !important;
    float: left;
    height: 64.3598615917vw;
    width: 100%;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs {
    border-left: 0;
    display: block !important;
    float: left;
    width: 100%;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs > div {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs img {
    cursor: pointer;
    width: 180px;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs-left {
    float: left;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs-right {
    float: left;
    margin-left: 20px;
    width: 225px;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs-right-title {
    clear: both;
    color: #000;
    font-weight: 600;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs-right-details-duration {
    color: #00b3e4;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-thumbs-right-details-date {
    color: #8d9aa9;
    padding-left: 15px;
  }
  .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-button {
    margin-top: 0;
    width: 100%;
  }
}
.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-modal {
  display: none;
  position: fixed;
  z-index: 11000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 75%;
  max-width: 915px;
  height: calc(100% - 100px);
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-modal-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-modal-close:hover, .Content_FeaturedVideoThumbnails .usas-content-featuredvideothumbnails-modal-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-caret {
  float: right;
  padding-right: 20px;
}

.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab {
  border-bottom: solid 1px #f3f3f4;
  padding: 19px;
}

.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab a,
.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab a:visited {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-child {
  border-bottom: solid 1px #f3f3f4;
  padding: 19px 19px 19px 29px;
}

.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-child a,
.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-child a:visited {
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-selected,
.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-child-selected {
  background-color: #f3f3f4;
}

.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-selected a,
.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-child-selected a,
.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-selected a:visited,
.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tab-child-selected a:visited {
  color: #ba0c2f;
}

@media (max-width: 767px) {
  /*.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-tabs {
      display: none;
  }*/
  /*.Content_LeftRailNavigationOption2 .usas-content-leftrailnavigationoption2-drop-downlist {
      display: block !important;
      margin: 0 15px 50px 15px;
  }*/
}
div.General_NavLevel1 {
  color: #fff;
  font-size: 14px;
  height: 50px;
  line-height: 50px !important;
  margin-bottom: 1px;
}

.General_NavLevel1 .usas-general-navLevel1-menu-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-nav-menu-container {
  position: fixed;
  background-color: #041e42;
  top: 0px;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-nav-menu {
  width: 100%;
  height: 91vh;
  overflow-x: scroll;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-menu {
  color: #fff;
  background-color: #002058;
  height: 50px;
  padding-left: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-menu-donate {
  background-color: #002058;
  height: 50px;
  padding-left: 15px;
  border-bottom: 0.01em solid #c1c6c8;
  font-weight: bold;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-nav-menu-transition {
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-submenu-transition {
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-menu a {
  color: #fff;
  font-weight: bold;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-submenu {
  position: fixed;
  top: 0;
  z-index: 90;
  background-color: #fff;
  height: 101vh;
  overflow-y: scroll;
  transition: 0.5s;
  /*min-height: 1200px;*/
}

.General_NavLevel1 .usas-general-navLevel1-mobile-submenu-header {
  color: #8a8d8f;
  background-color: #fff;
  height: 58px;
  padding-left: 25px;
  margin-bottom: -1px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-submenu-header-underline {
  width: 93%;
  border-top: 1px solid #c1c6c8;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-submenu-item {
  color: #002058;
  background-color: #fff;
  height: 50px;
  padding-left: 25px;
  margin-bottom: -1px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-submenu-item a,
.General_NavLevel1 .usas-general-navLevel1-login-link a,
.General_NavLevel1 .usas-general-navLevel1-logout-link a,
.General_NavLevel1 .usas-general-navLevel1-settings-link a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-submenu-item i {
  font-weight: 600;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-menu i {
  font-size: 1.3em;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}

.General_NavLevel1 .usas-general-navLevel1-donate-button {
  position: fixed;
  /*top: calc(100vh - 70px);*/
  bottom: 0;
  background-color: #fff;
  padding: 15px;
  line-height: 0px;
  height: 70px;
  width: 100vw;
}

.General_NavLevel1 .usas-general-navLevel1-donate-button a {
  margin-left: 15px;
  margin-right: 15px;
}

.General_NavLevel1 .usas-general-navLevel1-search-input-container-mobile {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 90;
  text-align: center;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-nav {
  float: left;
}

.General_NavLevel1 .usas-navLevel1-mobile-nav-icon {
  width: 33px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-menu-close {
  vertical-align: middle;
  font-size: 1.8em;
  margin-left: 17px;
}

.General_NavLevel1 .usas-navLevel1-mobile-nav-icon i {
  vertical-align: middle;
  font-size: 1.7em;
  margin-left: 17px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-shield {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.General_NavLevel1 .usas-general-navLevel1-menu-item-login {
  position: relative;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-login {
  position: relative;
  float: right;
  padding-right: 25px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-login i {
  vertical-align: middle;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-shield img {
  width: 43px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-search-icon {
  float: right;
  padding-right: 15px;
}

.General_NavLevel1 .usas-general-navLevel1-search-input-container-mobile i {
  vertical-align: middle;
  font-size: 1.2em;
  color: #fff;
  padding-right: 10px;
}

.General_NavLevel1 .usas-general-navLevel1-mobile-search-icon i {
  vertical-align: middle;
  font-size: 1.2em;
  color: #fff;
}

.General_NavLevel1 .usas-general-navLevel1-login-icon {
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  color: #041e42;
}

.General_NavLevel1 .usas-general-navLevel1-account-modal {
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  width: 230px;
  height: 200px;
  /*height: 100%;*/
}

.General_NavLevel1 .usas-general-navLevel1-account-modal-content {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 5px;
  color: #041e42;
  margin: 0 30px 0 0;
  padding: 15px 15px 15px 15px;
  border: 1px solid #888;
  width: 100%;
}

.General_NavLevel1 .usas-general-navLevel1-account-modal-close {
  color: #041e42;
  float: right;
  padding-right: 5px;
  font-size: 1.7em;
}

.General_NavLevel1 .usas-general-navLevel1-login-icon-mobile {
  font-size: 1.3em;
  color: #fff;
}

.General_NavLevel1 .usas-general-navLevel1-login-text {
  font-size: 1.3em;
  color: #fff;
  margin-left: 5%;
}

.General_NavLevel1 .usas-general-navLevel1-login-image {
  margin-bottom: 9px;
  padding-right: 3px;
  width: 15px;
}

.General_NavLevel1 .usas-general-navLevel1-menu-item.active {
  background: none;
}

.General_NavLevel1 .usas-general-navLevel1-menu-item.active:after {
  content: none;
}

.General_NavLevel1 .usas-general-navLevel1-menu-item a:hover {
  text-decoration: none;
}

.General_NavLevel1 .usas-general-navLevel1-text {
  text-transform: uppercase;
  margin-right: 30px;
}

.General_NavLevel1 .usas-general-navLevel1-text-reg {
  float: right;
  margin-right: 30px;
  margin-left: 15px;
}

.General_NavLevel1 .usas-general-navLevel1-text-login {
  color: #00b3e4;
  float: right;
  margin-right: 30px;
}

.usas-general-navLevel1-search-input-container::-webkit-input-placeholder {
  color: #fff;
}

.General_NavLevel1 .usas-general-navLevel1-search-input-mobile {
  color: #041e42;
  background-color: #fff;
}

.k-animation-container {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 1250px) {
  .General_NavLevel1 {
    padding: 0;
    background-color: #041e42;
  }
  .General_NavLevel1 .k-autocomplete {
    background-color: #041e42;
    border-radius: 3px !important;
    width: 80% !important;
    border-color: #fff !important;
    padding: 0;
    margin: 0;
    line-height: 1.93571428em;
    font-size: 13px;
  }
  .General_NavLevel1 .k-autocomplete .k-input-inner {
    width: 100%;
    border: none;
    font-weight: 600;
    text-indent: 0.8em;
    padding: 0.167em 0;
    color: #fff;
  }
  .General_NavLevel1 .usas-general-navLevel1-search-input-container {
    display: none;
  }
  .General_NavLevel1 .usas-general-navLevel1-menu-item {
    display: none;
  }
  .General_NavLevel1 .usas-general-navLevel1-menu-item-mobile {
    display: block;
  }
  .General_NavLevel1 .usas-general-navLevel1-search-input-container {
    display: none;
  }
  .General_NavLevel1 .usas-general-navLevel1-account-modal-close {
    display: block;
  }
}
@media (min-width: 1251px) {
  .General_NavLevel1 {
    background-color: #f2f2f2;
  }
  .General_NavLevel1 .usas-general-navLevel1-text {
    color: #041e42;
  }
  .General_NavLevel1 .k-autocomplete {
    color: #041e42;
    background-color: #fff;
    border-radius: 3px !important;
    width: 305px !important;
    border-color: #fff !important;
    margin-right: 25px;
    padding: 0 !important;
  }
  .General_NavLevel1 .usas-general-navLevel1-text-login {
    margin-right: 39px;
  }
  .General_NavLevel1 .usas-general-navLevel1-menu-item-mobile {
    display: none;
  }
  .General_NavLevel1 .usas-general-navLevel1-account-modal-close {
    display: none;
  }
  .General_NavLevel1 .usas-general-navLevel1-menu-item {
    display: block;
  }
  .General_NavLevel1 .usas-general-navLevel1-search-input-container {
    float: right;
    color: #041e42;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1250px) {
  .General_NavLevel1 {
    display: none;
  }
}
@media (min-width: 1250px) {
  .nav-mobile {
    display: none;
  }
}
.usas-general-navLevel1-search-input-container .k-autocomplete {
  border: none;
  background: none;
  display: block;
  height: 29px;
}
.usas-general-navLevel1-search-input-container .k-autocomplete .k-input-inner {
  padding: 0.167em 0 0.167em 15px;
  font-size: 13px;
  border: 0;
  border-radius: 3px;
  line-height: 1.93571428em;
  width: 305px;
  text-indent: 0.8em;
  display: block;
  background-image: url("/img/search.svg");
  background-color: #fff;
  background-position: 6px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #414141;
}

.k-animation-container .k-child-animation-container .k-list-container.k-popup .k-list .k-list-content.k-list-scroller {
  max-height: 200px;
  overflow-y: auto;
}
.k-animation-container .k-child-animation-container .k-list-container.k-popup .k-list .k-list-content.k-list-scroller ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.k-animation-container .k-child-animation-container .k-list-container.k-popup .k-list .k-list-content.k-list-scroller ul li {
  font-size: 13px;
  padding: 0 4px;
  line-height: 1.8em;
}
.k-animation-container .k-child-animation-container .k-list-container.k-popup .k-list .k-list-content.k-list-scroller ul li:hover {
  background-color: #ebebeb;
}
.k-animation-container .k-child-animation-container .k-list-container.k-popup .k-list .k-no-data {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}

div.General_NavLevel2 {
  background-color: #041e42;
  height: 68px;
  line-height: 68px !important;
}

.General_NavLevel2 img {
  height: 88px;
  margin-left: 30px;
  margin-top: -36px;
  position: absolute;
}

.General_NavLevel2 > div {
  float: right;
}

.General_NavLevel2 > div > div {
  /*cursor: pointer;*/
  float: left;
  margin-right: 40px;
}

.General_NavLevel2 .usas-general-navlevel2-register {
  height: 40px;
  margin-left: 12px;
  margin-right: 16px;
  margin-top: 14px;
}

.General_NavLevel2 .usas-general-navlevel2-register a, .General_NavLevel2 .usas-general-navlevel2-register a:visited {
  color: #02132a;
  text-decoration: none;
}

.General_NavLevel2 .usas-general-navlevel2-donate {
  height: 40px;
  margin-right: 39px;
  margin-top: 14px;
}

.General_NavLevel2 .usas-general-navlevel2-donate a, .General_NavLevel2 .usas-general-navlevel2-donate a:visited {
  color: #fff;
  text-decoration: none;
}

.General_NavLevel2 .usas-general-navlevel2-menu {
  position: relative;
}

.General_NavLevel2 .usas-general-navlevel2-menu:hover {
  /*text-decoration: underline;*/
}

.General_NavLevel2 .usas-general-navlevel2-submenu {
  background-color: #fff;
  border-radius: 2px;
  color: #000;
  display: none;
  filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.1));
  font-weight: normal;
  /*margin-left: -55px;*/
  min-width: 265px;
  padding: 0 20px 20px 20px;
  position: absolute;
  top: 55px;
  z-index: 2;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-header {
  border-bottom: solid 1px #e8e8e8;
  color: #687481 !important;
  cursor: default;
  font-weight: 600;
  padding-bottom: 3px;
  /*padding-top: 20px;*/
  white-space: nowrap;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item {
  padding-top: 15px;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item:first-child {
  padding-top: 0;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item a, .General_NavLevel2 .usas-general-navlevel2-submenu-item a:visited {
  color: #000;
  text-decoration: none;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item a:hover {
  color: #00b3e4;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item-table {
  display: table;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item-row {
  display: table-row;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item-cell {
  display: table-cell;
  min-width: 155px;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-item-cell:nth-child(n+2) {
  padding-left: 25px;
}

.General_NavLevel2 .usas-general-navlevel2-submenu-diamond {
  background-color: #fff;
  border-radius: 2px;
  display: none;
  height: 10px;
  margin-left: calc(50% - 5px);
  margin-top: -17px;
  transform: rotate(45deg);
  width: 10px;
}

@media (max-width: 1250px) {
  .General_NavLevel2 {
    display: none;
  }
  .General_NavLevel1.nav-mobile {
    display: block;
    margin-bottom: 0;
  }
  .General_NavLevel1.nav-mobile .usas-general-navLevel1-menu-row {
    display: block;
  }
}
div.General_NavLevel3 {
  background-color: #041e42;
}

div.General_NavLevel3 > div {
  overflow: auto;
}

div.General_NavLevel3 > div > div {
  color: #fff;
  float: left;
}

.General_NavLevel3 img {
  width: 107px;
}

.General_NavLevel3 i {
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 17px;
  margin-right: 12px;
  padding: 17px;
}

.General_NavLevel3 .usas-general-navlevel3-header {
  letter-spacing: 2px;
  margin-bottom: 36px;
  margin-top: 96px;
  text-transform: uppercase;
}

.General_NavLevel3 .usas-general-navlevel3-item {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}

.General_NavLevel3 .usas-general-navlevel3-item a, usas-general-navlevel3-item a:visited {
  color: #fff;
  text-decoration: none;
}

.General_NavLevel3 .usas-general-navlevel3-item a:hover {
  color: #00B3E4;
  text-decoration: underline;
}

.General_NavLevel3 .usas-general-navlevel3-donate {
  margin-right: 80px;
  margin-top: 14px;
}

.General_NavLevel3 .usas-general-navlevel3-donate a, .General_NavLevel3 .usas-general-navlevel3-donate a:visited {
  color: #fff;
  text-decoration: none;
}

.General_NavLevel3 .usas-general-navlevel3-register {
  margin-right: 80px;
  margin-top: 14px;
}

.General_NavLevel3 .usas-general-navlevel3-register a, .General_NavLevel3 .usas-general-navlevel3-register a:visited {
  color: #02132a;
  text-decoration: none;
}

.General_NavLevel3 .usas-general-navlevel3-donate-button {
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .General_NavLevel3 .usas-general-navlevel3-donate-button {
    width: 150px !important;
    padding-left: calc(85% - 10px) !important;
  }
}
@media (max-width: 767px) {
  div.General_NavLevel3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .General_NavLevel3 .usas-general-navlevel3-img {
    text-align: left !important;
    width: 100% !important;
  }
  .General_NavLevel3 .usas-general-navlevel3-img img {
    width: 53px;
  }
  .General_NavLevel3 .usas-general-navlevel3-column {
    width: 50% !important;
  }
  .General_NavLevel3 .usas-general-navlevel3-header {
    margin-top: 36px;
  }
  .General_NavLevel3 .usas-general-navlevel3-item {
    margin-bottom: 14px;
  }
  .General_NavLevel3 .usas-general-navlevel3-follow {
    width: 100% !important;
  }
  .General_NavLevel3 .usas-general-navlevel3-donate {
    margin-right: 0;
  }
  .General_NavLevel3 .usas-general-navlevel3-register {
    margin-right: 0;
  }
}
div.General_NavLevel4 {
  background-color: #041e42;
  font-size: 12px;
  padding-bottom: 50px;
  padding-top: 30px;
  overflow: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.General_NavLevel4 hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: solid 1px #425671;
  margin-bottom: 24px;
  opacity: 1;
  height: 0;
}

.General_NavLevel4 .usas-general-navlevel4-privacy-policy {
  margin-left: 30px;
}

.General_NavLevel4 .usas-general-navlevel4-terms-and-conditions {
  margin-left: 30px;
}

.General_NavLevel4 .usas-general-navlevel4-data-request-form {
  margin-left: 30px;
}

.General_NavLevel4 a, .General_NavLevel4 a:visited {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  div.General_NavLevel4 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .General_NavLevel4 .usas-general-navlevel4-br {
    display: block !important;
  }
  .General_NavLevel4 .usas-general-navlevel4-privacy-policy {
    margin-left: 0;
  }
}
div.Content_News {
  margin-bottom: 80px;
}

.Content_News .usas-content-news-categories {
  /*margin-bottom: -45px;*/
  text-align: center;
}

.Content_News .usas-content-news-category {
  border-radius: 21px;
  color: #687481;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875em;
  padding: 6px 15px 6px 15px;
}

.Content_News .usas-content-news-category-selected {
  background-color: #df0934;
  color: #fff;
}

.Content_News .usas-content-news-top {
  clear: both;
}

.Content_News .usas-content-news-top-image,
.Content_News .usas-content-news-bottom-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.Content_News .usas-content-news-view-all {
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .Content_News .usas-content-news-divider-mobile {
    display: block;
  }
  .Content_News .usas-content-news-categories-scroll {
    height: 50px;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 5px;
  }
  .Content_News .usas-content-news-categories {
    padding-top: 10px;
    flex: 0 0 auto;
  }
  .Content_News .usas-content-news-top-image {
    height: 55.9930795848vw;
    margin: 15px 0px 0px 0px;
    padding: 0;
  }
  .Content_News .usas-content-news-top-image img {
    height: 60.4982698962vw;
    width: 100%;
  }
  .Content_News .usas-content-news-top-blue-bar {
    height: 10px;
    margin: 0 15px 0 15px;
  }
  .Content_News .usas-content-news-top-details {
    float: left;
    height: 345px;
    padding: 0;
    border-top: 15px solid #00b3e4;
  }
  .Content_News .usas-content-news-top-details-title {
    line-height: 1.15;
    font-size: 24px;
    padding: 15px 25px 15px 25px;
  }
  .Content_News .usas-content-news-top-details-cat-pub {
    padding: 10px 30px 60px 30px;
  }
  .Content_News .usas-content-news-bottom {
    /*clear: both;*/
    padding: 0;
  }
  .Content_News .usas-content-news-bottom a {
    display: flex;
  }
  .Content_News .usas-content-news-bottom-details-title {
    /*float: right;*/
    flex: 1;
    font-size: 14px;
    line-height: 1.1em;
    /*width: 50%;*/
    height: 26.3875432526vw;
    padding: 0px 0px 0px 10px;
  }
  .Content_News .usas-content-news-top-summary {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 25px 25px 25px;
  }
  .Content_News .usas-content-news-bottom-details-cat-pub {
    bottom: 0px;
  }
  .Content_News .usas-content-news-bottom-details-category {
    font-size: 12px;
  }
  .Content_News .usas-content-news-bottom-details-published-date {
    font-size: 12px;
  }
  .Content_News .usas-content-news-bottom a {
    position: relative;
    border-top: 1px solid #e8e8e8;
    height: 26.3875432526vw;
    width: 92.75%;
    margin: 30px 15px 0px 15px;
    padding-top: 13px;
  }
  .Content_News .usas-content-news-details-red-bar {
    display: none;
  }
  .Content_News .usas-content-news-bottom-image {
    flex: 1;
    height: 27.0311418685vw;
  }
  .Content_News .usas-content-news-bottom-line {
    border-bottom: 1px solid #e8e8e8;
  }
  .Content_News .usas-content-news-view-all {
    margin-top: 25px;
    width: 100%;
  }
  .Content_News .usas-content-news-view-all-button {
    margin: 25px auto 0 auto;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.Content_News {
    margin-left: -65px;
    margin-right: -65px;
  }
  .Content_News .usas-content-news-divider-mobile {
    display: none;
  }
  .Content_News .usas-content-news-top {
    margin-top: 75px;
    margin-bottom: 35px;
  }
  .Content_News .usas-content-news-top-image {
    float: left;
    width: 66.66%;
    height: 36.6851211073vw;
  }
  .Content_News .usas-content-news-top-image img {
    width: 100%;
    height: 36.6851211073vw;
  }
  .Content_News .usas-content-news-top-details {
    float: left;
    height: 36.6851211073vw;
    width: 33.34%;
    border-left: 15px solid #00b3e4;
  }
  .Content_News .usas-content-news-top-details-title {
    line-height: 1.15;
    font-size: 18px;
    padding: 25px 15px 15px 25px;
  }
  .Content_News .usas-content-news-top-summary {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 25px 0px 25px;
  }
  .Content_News .usas-content-news-top-details-cat-pub {
    padding-left: 25px;
  }
  .Content_News .usas-content-news-top-details-published-date,
  .Content_News .usas-content-news-top-details-category {
    font-size: 12px;
    line-height: 14px;
  }
  .Content_News .usas-content-news-bottom {
    height: 46.339100346vw;
    width: 100%;
    padding-top: 25px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .Content_News .usas-content-news-bottom a {
    margin-right: 3%;
    height: 26.3875432526vw;
    width: 32%;
  }
  .Content_News .usas-content-news-bottom-details-title {
    font-size: 13px;
    line-height: 1.1em;
    height: 100px;
    padding: 0px 15px 15px 0px;
  }
  .Content_News .usas-content-news-details-red-bar {
    margin: 16px 0 7px 0;
    display: block;
  }
  .Content_News .usas-content-news-bottom-details-cat-pub {
    bottom: -6px;
  }
  .Content_News .usas-content-news-bottom-details-category {
    font-size: 12px;
  }
  .Content_News .usas-content-news-bottom-details-published-date {
    font-size: 12px;
  }
  .Content_News .usas-content-news-bottom-four {
    display: none;
  }
  .Content_News .usas-content-news-bottom-image {
    margin: 0 0 10px 0;
    height: 26.3875432526vw;
  }
  .Content_News .usas-content-news-view-all-button {
    margin: 0 auto 0 auto;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .Content_News .usas-content-news-divider-mobile {
    display: none;
  }
  .Content_News .usas-content-news-top {
    /*margin-top: 75px;*/
    margin-bottom: 35px;
  }
  .Content_News .usas-content-news-top-image {
    float: left;
    width: 66.66%;
    height: 36.6851211073vw;
  }
  .Content_News .usas-content-news-top-image img {
    width: 100%;
    height: 36.6851211073vw;
  }
  .Content_News .usas-content-news-top-details {
    float: left;
    height: 36.6851211073vw;
    width: 33.34%;
    border-left: 15px solid #00b3e4;
  }
  .Content_News .usas-content-news-top-details-title {
    line-height: 1.15;
    font-size: 24px;
    padding: 30px 15px 15px 25px;
  }
  .Content_News .usas-content-news-top-summary {
    padding: 0px 25px 15px 25px;
  }
  .Content_News .usas-content-news-top-details-cat-pub {
    position: absolute;
    bottom: -8px;
    padding: 30px 30px 60px 30px;
  }
  .Content_News .usas-content-news-bottom {
    clear: both;
    height: 32.1799307958vw;
    width: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .Content_News .usas-content-news-bottom a {
    flex: 1;
    height: 26.3875432526vw;
  }
  .Content_News .usas-content-news-bottom a:first-child,
  .Content_News .usas-content-news-bottom a:nth-child(2) {
    margin-right: 2%;
  }
  .Content_News .usas-content-news-bottom-details-title {
    height: 100px;
    font-size: 18px;
    padding: 0px 15px 15px 0px;
  }
  .Content_News .usas-content-news-details-red-bar {
    margin: 16px 0 9px 0;
    display: block;
  }
  .Content_News .usas-content-news-bottom-details-category {
    font-size: 14px;
  }
  .Content_News .usas-content-news-bottom-details-published-date {
    font-size: 14px;
  }
  .Content_News .usas-content-news-bottom-four {
    display: none;
  }
  .Content_News .usas-content-news-bottom-image {
    margin: 0 0 10px 0;
    height: 16.7335640138vw;
  }
  .Content_News .usas-content-news-view-all-button {
    margin: 0 auto 0 auto;
    width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1035px) {
  .Content_News .usas-content-news-bottom-details-cat-pub {
    bottom: 6px;
  }
}
@media (min-width: 1036px) {
  .Content_News .usas-content-news-top-details-title {
    line-height: 1.15;
    font-size: 24px;
    padding: 60px 15px 15px 25px;
  }
  .Content_News .usas-content-news-top-summary {
    padding: 0px 25px 15px 25px;
  }
  .Content_News .usas-content-news-top-details-published-date,
  .Content_News .usas-content-news-top-details-category {
    font-size: 14px;
  }
  .Content_News .usas-content-news-view-all-button {
    margin: 0 auto 0 auto;
    width: 250px;
  }
}
.Content_News .usas-content-news-top-left-image {
  float: left;
}

.Content_News .usas-content-news-top-details {
  position: relative;
  background-color: #041E42;
}

.Content_News .usas-content-news-top-details-title {
  color: #fff;
  font-weight: 600;
}

.Content_News .usas-content-news-top-summary {
  color: #fff;
}

.Content_News .usas-content-news-top-details-category {
  color: #00b3e4;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 8px;
}

.Content_News .usas-content-news-top-details-published-date {
  color: #687481;
  font-weight: 600;
  letter-spacing: 1px;
}

.Content_News .usas-content-news-details-category {
  color: #00B3E4;
  font-weight: 600;
  padding-right: 10px;
}

.Content_News .usas-content-news-top-right-image {
  height: 250px;
}

/*Bottom Row - NewsList*/
.Content_News .usas-content-news-details-red-bar {
  background-color: #ba0c2f;
  height: 5px;
  width: 40px;
}

.Content_News .usas-content-news-bottom-details-title {
  position: relative;
  color: #333333;
  font-weight: 600;
}

.Content_News .usas-content-news-bottom-details-cat-pub {
  position: absolute;
}

.Content_News .usas-content-news-bottom-details-category {
  color: #00b3e4;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 8px;
}

.Content_News .usas-content-news-bottom-details-published-date {
  color: #687481;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .Content_News .usas-content-news-bottom-image {
    position: relative;
  }
  .Content_News .usas-content-news-bottom-details-cat-pub {
    bottom: 0;
    position: absolute;
  }
}
div.Content_NewsDetail {
  max-width: 850px;
  margin-bottom: 70px;
}

.Content_NewsDetail .usas-content-news-article-social-media-platforms {
  padding-bottom: 20px;
}

.Content_NewsDetail .usas-content-news-article-social-media-platforms i {
  text-align: center;
  background-color: #00b3e4;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 45px;
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
  line-height: 50px;
}

.Content_NewsDetail .usas-content-news-article-publication-date,
.Content_NewsDetail .usas-content-news-article-author {
  font-weight: 600;
  padding-bottom: 30px;
}

.Content_NewsDetail p {
  padding-bottom: 20px;
}

div.Content_OneColumnHero {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -80px;
  margin-right: -80px;
  padding: 40px 80px 48px 80px;
  position: relative;
  height: 680px;
}

.Content_OneColumnHero .usas-content-onecolumnhero-top {
  border-left: solid 14px #b1953a;
  color: #fff;
  float: left;
  max-width: 100%;
  padding-left: 28px;
  width: 500px;
}

.Content_OneColumnHero .usas-content-onecolumnhero-middle {
  color: #fff;
  margin-top: 24px;
  padding-left: 42px;
  max-width: 100%;
  width: 450px;
}

.Content_OneColumnHero .usas-content-onecolumnhero-bottom {
  float: left;
  margin-bottom: -32px;
  margin-left: 42px;
  margin-top: 72px;
  width: 265px;
  position: absolute;
  bottom: 100px;
}

.Content_OneColumnHero .usas-content-onecolumnhero-bottom a, .Content_OneColumnHero .usas-content-onecolumnhero-bottom a:visited {
  color: #fff;
  text-decoration: none;
}

.Content_OneColumnHero .usas-content-onecolumnhero-caption {
  clear: both;
  float: right;
}

.Content_OneColumnHero .usas-content-onecolumnhero-caption-top {
  color: #fff;
  letter-spacing: 5.25px;
  text-transform: uppercase;
}

.Content_OneColumnHero .usas-content-onecolumnhero-caption-bottom {
  color: #fff;
  padding-right: 4px;
  text-align: right;
}

.Content_OneColumnHero .usas-content-onecolumnhero-scroll-down {
  bottom: -32px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 10px;
  margin-bottom: calc(80px + 2.5em);
  margin-left: -75px;
  mix-blend-mode: difference;
  position: absolute;
  transform: rotate(90deg);
}

.Content_OneColumnHero .usas-content-onecolumnhero-scroll-down > div {
  float: left;
  padding-left: 5px;
}

@media (max-width: 767px) {
  div .Content_OneColumnHero {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 15px 80px 15px;
  }
  .Content_OneColumnHero .usas-content-onecolumnhero-top {
    border-left: solid 7px #b1953a;
    padding-left: 10px;
  }
  .Content_OneColumnHero .usas-content-onecolumnhero-middle {
    padding-left: 0;
  }
  .Content_OneColumnHero .usas-content-onecolumnhero-bottom {
    margin-left: 0;
    width: 100%;
  }
  .Content_OneColumnHero .usas-content-onecolumnhero-caption-top {
    display: none;
  }
  .Content_OneColumnHero .usas-content-onecolumnhero-caption-bottom {
    display: none;
  }
  .Content_OneColumnHero .usas-content-onecolumnhero-scroll-down {
    visibility: hidden;
  }
}
div.Content_OneColumnHeroOption2 {
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: 80px;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-container {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 80px 48px 80px;
  height: 680px;
  position: relative;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-top {
  border-left: solid 14px #b1953a;
  color: #fff;
  float: left;
  max-width: 100%;
  padding-left: 28px;
  width: 500px;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-middle {
  color: #fff;
  margin-top: 24px;
  padding-left: 42px;
  max-width: 100%;
  width: 450px;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-bottom {
  float: left;
  margin-bottom: -32px;
  margin-left: 42px;
  margin-top: 72px;
  width: 265px;
  position: absolute;
  bottom: 100px;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-bottom a, .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-bottom a:visited {
  color: #fff;
  text-decoration: none;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-caption {
  clear: both;
  float: right;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-caption-top {
  color: #fff;
  letter-spacing: 5.25px;
  text-transform: uppercase;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-caption-bottom {
  color: #fff;
  padding-right: 4px;
  text-align: right;
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-scroll-down {
  bottom: -32px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 10px;
  margin-bottom: calc(80px + 2.5em);
  margin-left: -75px;
  mix-blend-mode: difference;
  position: absolute;
  transform: rotate(90deg);
}

.Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-scroll-down > div {
  float: left;
  padding-left: 5px;
}

.carousel-control.glyphicon-chevron-left, .carousel-control.glyphicon-chevron-right, .carousel-control.icon-next, .carousel-control.icon-prev {
  top: 90% !important;
}

@media screen and (min-width: 768px) {
  .carousel-control {
    height: 68px !important;
    top: 90% !important;
  }
}
@media (max-width: 767px) {
  div.Content_OneColumnHeroOption2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-container {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px 80px 15px;
    height: 450px;
  }
  .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-top {
    border-left: solid 7px #b1953a;
    padding-left: 10px;
  }
  .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-middle {
    padding-left: 0;
  }
  .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-bottom {
    margin-left: 0;
    width: 92.2%;
    position: absolute;
    bottom: 85px;
  }
  .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-caption-top {
    display: none;
  }
  .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-caption-bottom {
    display: none;
  }
  .Content_OneColumnHeroOption2 .usas-content-onecolumnhero-option2-scroll-down {
    visibility: hidden;
  }
  .carousel-control {
    height: 45px !important;
    top: 90% !important;
  }
}
.carousel-caption, .carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  border: none;
  background-color: transparent;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .carousel-control .fa {
    font-size: 30px;
  }
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-indicators {
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  text-align: center;
  align-items: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
  margin: 0 3px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #fff;
  background-image: none;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
div.Content_OneLineHero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 0;
  margin-left: -80px;
  margin-right: -80px;
  margin-top: auto;
  padding: 0 80px 0 80px;
}

.Content_OneLineHero .usas-content-onelinehero-table {
  display: table;
  height: 100%;
}

.Content_OneLineHero .usas-content-onelinehero-table-row {
  display: table-row;
}

.Content_OneLineHero .usas-content-onelinehero-table-cell {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  div.Content_OneLineHero {
    height: 62.5vw;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 0 15px;
  }
}
div.General_OurPartners {
  background-color: #fff;
  margin-left: -80px;
  margin-right: -80px;
  text-align: center;
  margin-bottom: 90px;
}

.General_OurPartners .usas-general-ourpartners-title {
  margin-bottom: 65px;
}

@media (min-width: 768px) {
  .General_OurPartners img {
    margin-bottom: 55px;
    margin-left: 45px;
    margin-right: 45px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .General_OurPartners img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  div.General_OurPartners {
    margin-left: -15px;
    margin-right: -15px;
  }
  .General_OurPartners img {
    margin: 0 15px 35px 15px;
    max-width: 35%;
  }
}
.Shared_Pager .usas-shared-pager {
  display: table;
  margin-top: 25px;
}

.Shared_Pager .usas-shared-pager-row {
  display: table-row;
}

.Shared_Pager .usas-shared-pager-cell-left {
  display: table-cell;
  width: 50%;
}

.Shared_Pager .usas-shared-pager-cell-center {
  display: table-cell;
  vertical-align: bottom;
}

.Shared_Pager .usas-shared-pager-cell-right {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  width: 50%;
}

.Shared_Pager .usas-shared-pager-cell-right-pager {
  display: table;
  width: 100%;
}

.Shared_Pager .usas-shared-pager-cell-right-pager-row {
  display: table-row;
}

.Shared_Pager .usas-shared-pager-cell-right-pager-cell-left {
  display: table-cell;
  width: 100%;
}

.Shared_Pager .usas-shared-pager-cell-right-pager-cell-right {
  display: table-cell;
}

.Content_SiteSearch {
  /*border-right: 1px solid #c1c6c8;*/
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
.Content_SiteSearch .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .Content_SiteSearch .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.Content_SiteSearch table {
  width: 300px;
}

.Content_SiteSearch tbody td {
  padding: 0;
}

.Content_SiteSearch tbody tr {
  border-top: none;
  border-left: none;
  border-right: none;
}

.Content_SiteSearch .usas-content-site-search-button-container {
  padding: 0;
}

.Content_SiteSearch .usas-content-site-search-results-container {
  border-right: 1px solid #c1c6c8;
}

.Content_SiteSearch input {
  margin-bottom: 20px;
  width: 100% !important;
  line-height: 1.5em;
  height: 1.8em;
}

.Content_SiteSearch .usas-content-site-search-category {
  border-radius: 21px;
  color: #687481;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875em;
  padding: 6px 15px 6px 15px;
}

.Content_SiteSearch .usas-content-site-search-category-selected {
  background-color: #df0934;
  color: #fff;
}

.Content_SiteSearch .usas-content-site-search-text {
  margin-bottom: 1.5px;
}

.Content_SiteSearch .usas-content-site-search-text.k-state-focused {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.Content_SiteSearch .usas-content-site-search-text.k-input-inner {
  height: 2.99em;
  width: 100% !important;
  box-sizing: content-box;
  margin: 0;
}

.Content_SiteSearch .usas-content-site-search-text.k-autocomplete.k-focus {
  box-shadow: none;
}

.Content_SiteSearch .usas-content-site-search-search-box, .Content_SiteSearch .k-widget.k-autocomplete {
  border-width: 0;
  border-radius: 5px;
  width: 100%;
  padding-right: 3px;
  border: 1px solid #0f173b !important;
  border-radius: 5px !important;
  margin: 0;
}

.Content_SiteSearch .usas-content-site-search-text-search {
  height: 1.845em;
  line-height: 1.845em;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
}

.Content_SiteSearch .usas-content-site-search-categories-scroll {
  height: 60px;
  /*display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: 15px;*/
}

.Content_SiteSearch .usas-content-site-search-details-title {
  position: relative;
  color: #000000;
  /*font-weight: bold;*/
  vertical-align: text-top;
  padding: 0 10px 0px 15px;
}

.Content_SiteSearch .usas-content-site-search-summary {
  color: #000000;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 17px;
  padding-top: 5px;
}

.Content_SiteSearch .sfHighlight {
  background-color: #f5f5f5;
  font-weight: 600;
}

.Content_SiteSearch .usas-content-site-search-details-category {
  font-size: 12px;
}

.Content_SiteSearch .usas-content-site-search-details-published-date {
  color: #687481;
  font-weight: 600;
}

.Content_SiteSearch .usas-content-site-search-row {
  position: relative;
  border-bottom: 1px solid #c1c6c8;
  clear: both;
}

.Content_SiteSearch .usas-content-site-search-image {
  position: relative;
}

.Content_SiteSearch .usas-content-site-search-image-pdf {
  border: 1px solid #c1c6c8;
}

.Content_SiteSearch .usas-content-site-search-image img.pdf-icon {
  height: 60px;
  width: 40px;
  border: 0;
  border-radius: 0;
}

.Content_SiteSearch .usas-content-site-search-table-cell-img-shield {
  border: 1px solid #c1c6c8;
}

.Content_SiteSearch .usas-content-site-search-table-cell-img-shield img {
  width: 60px !important;
}

.Content_SiteSearch .usas-content-site-search-details-category {
  color: #00B3E4;
  font-weight: 600;
  padding-right: 10px;
}

.Content_SiteSearch .usas-content-site-search-content-type {
  position: absolute;
  background-color: #ba0c2f;
  color: #fff;
  width: 70px;
  padding: 5px;
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  z-index: 10;
}

@media (max-width: 991px) {
  .Content_SiteSearch .usas-content-site-search-category {
    padding: 6px 6px 6px 6px;
  }
  .Content_SiteSearch .usas-content-site-search-categories-scroll {
    /*padding: 25px 0px 10px 15px;*/
    height: 50px;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .Content_SiteSearch .usas-content-site-search-categories {
    padding: 25px 0px 10px 15px;
    flex: 0 0 auto;
  }
  .Content_SiteSearch .usas-content-site-search-results-container {
    border: none;
  }
  .Content_SiteSearch .usas-content-site-search-button {
    width: 100%;
    height: 44px;
    line-height: 44px;
  }
  .Content_SiteSearch .usas-content-site-search-button-container {
    width: 100%;
    margin-top: 7px;
  }
  .Content_SiteSearch .usas-content-site-search-input-container {
    width: 100%;
    padding: 0 0 0 0;
  }
  .Content_SiteSearch .usas-content-site-search-showing {
    width: 100%;
    margin-right: 0;
  }
  .Content_SiteSearch .usas-content-site-search-sorting {
    margin-bottom: 15px;
  }
  .Content_SiteSearch .usas-content-site-search-sorting select {
    width: 100%;
  }
  .Content_SiteSearch .usas-content-site-search-results-table {
    width: 100%;
  }
  .Content_SiteSearch .usas-content-site-search-results-display-mobile {
    display: block;
  }
  .Content_SiteSearch .usas-content-site-search-results-display-desktop {
    display: none;
  }
  .Content_SiteSearch .usas-content-site-search-details-title {
    font-size: 14px;
    line-height: 1.1em;
  }
  .Content_SiteSearch .usas-content-site-search-summary {
    display: none;
  }
  .Content_SiteSearch .usas-content-site-search-image {
    width: 50%;
  }
  .Content_SiteSearch .usas-content-site-search-image img {
    width: 100%;
  }
  .Content_SiteSearch .usas-content-site-search-table-cell-img-shield img {
    margin-left: 28%;
  }
  .Content_SiteSearch .usas-content-site-search-image-pdf img {
    margin-left: 35%;
  }
  .Content_SiteSearch .usas-content-site-search-content-type {
    left: 8px;
    top: 20px;
  }
  .Content_SiteSearch .usas-content-site-search-details-published-date {
    font-size: 0.8em;
  }
  .usas ul[data-sf-role=search-box-autocomplete] {
    width: 100%;
    top: 58px;
  }
}
@media (min-width: 992px) {
  .Content_SiteSearch .usas-content-site-search-results-display-mobile {
    display: none;
  }
  .Content_SiteSearch .usas-content-site-search-results-display-desktop {
    display: block;
  }
  .Content_SiteSearch .usas-content-site-search-categories {
    padding: 25px 0px 10px 15px;
    flex: 0 0 auto;
  }
  .Content_SiteSearch .usas-content-site-search-results-table {
    width: 100%;
  }
  .Content_SiteSearch .usas-content-site-search-summary {
    display: -webkit-box;
  }
  .Content_SiteSearch .usas-content-site-search-image {
    width: 190px;
  }
  .Content_SiteSearch .usas-content-site-search-image img {
    width: 100%;
  }
  .Content_SiteSearch .usas-content-site-search-table-cell-img-shield {
    border: 1px solid #c1c6c8;
    height: 117px;
  }
  .Content_SiteSearch .usas-content-site-search-table-cell-img-shield img {
    margin: 32px 0px 0px 65px;
  }
  .Content_SiteSearch .usas-content-site-search-image-pdf {
    height: 117px;
  }
  .Content_SiteSearch .usas-content-site-search-image-pdf img {
    margin: 28px 0px 0px 75px;
  }
  .Content_SiteSearch .usas-content-site-search-content-type {
    left: 12px;
    top: 20px;
  }
  .Content_SiteSearch .usas-content-site-search-details-published-date {
    font-size: 14px;
  }
  .Content_SiteSearch .usas-content-site-search-showing {
    width: 50%;
    margin-right: 0;
  }
  .usas ul[data-sf-role=search-box-autocomplete] {
    width: calc(100% - 260px);
  }
  .Content_SiteSearch .usas-content-site-search-button {
    margin-left: 10px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .Content_SiteSearch .usas-content-site-search-results-display-mobile {
    display: none;
  }
  .Content_SiteSearch .usas-content-site-search-results-display-desktop {
    display: block;
  }
  .Content_SiteSearch .usas-content-site-search-button {
    margin-left: 10px;
    width: 250px;
  }
  .Content_SiteSearch .usas-content-site-search-categories {
    padding: 25px 0px 10px 15px;
    flex: 0 0 auto;
  }
  .Content_SiteSearch .usas-content-site-search-results-table {
    width: 92%;
  }
  .Content_SiteSearch .usas-content-site-search-summary {
    display: -webkit-box;
  }
  .Content_SiteSearch .usas-content-site-search-image {
    width: 190px;
  }
  .Content_SiteSearch .usas-content-site-search-image img {
    width: 100%;
  }
  .Content_SiteSearch .usas-content-site-search-table-cell-img-shield {
    border: 1px solid #c1c6c8;
    height: 117px;
  }
  .Content_SiteSearch .usas-content-site-search-table-cell-img-shield img {
    margin: 32px 0px 0px 65px;
  }
  .Content_SiteSearch .usas-content-site-search-image-pdf {
    height: 117px;
  }
  .Content_SiteSearch .usas-content-site-search-image-pdf img {
    margin: 28px 0px 0px 75px;
  }
  .Content_SiteSearch .usas-content-site-search-content-type {
    left: 12px;
    top: 20px;
  }
  .Content_SiteSearch .usas-content-site-search-details-published-date {
    font-size: 14px;
  }
  .Content_SiteSearch .usas-content-site-search-showing {
    width: 50%;
    margin-right: 0;
  }
}
/*Pager*/
.Content_SiteSearch .usas-content-site-search-pager {
  text-align: center;
}

.Content_SiteSearch .usas-content-site-search-pager table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 5px;
  height: 40px;
}

.Content_SiteSearch .usas-content-site-search-pager-page {
  background-color: #fff;
  border-radius: 2px;
  border: solid 0.5px #979797;
  color: #00B3E4;
  cursor: pointer;
  font-weight: bold;
  width: 40px;
  text-align: center;
}

.Content_SiteSearch .usas-content-site-search-pager-page-current {
  background-color: #00B3E4;
  color: #fff;
}

.Content_SiteSearch .usas-content-site-search-pager-page-direction {
  padding-left: 4px;
  width: 15px;
  text-align: center;
}

.Content_SiteSearch .usas-content-site-search-pager-ellipsis-1,
.Content_SiteSearch .usas-content-site-search-pager-ellipsis-2 {
  color: #00B3E4;
  padding: 3px;
  width: 40px;
}

.Content_SiteSearch .usas-content-site-search-pager-page-back,
.Content_SiteSearch .usas-content-site-search-pager-page-next {
  width: 8px;
}

.Content_SiteSearch .usas-content-site-search-pager-page-back i,
.Content_SiteSearch .usas-content-site-search-pager-page-next i {
  font-size: 17px;
  color: #00B3E4;
}

.Content_SiteSearch .usas-content-site-search-pager-right {
  display: table-cell;
  width: 50%;
}

.usas ul[data-sf-role=search-box-autocomplete] {
  border: 1px solid rgba(0, 0, 0, 0.8) !important;
  padding: 2px;
  margin-top: -3px;
  z-index: 999;
  text-align: left;
}
.usas ul[data-sf-role=search-box-autocomplete] li {
  line-height: normal;
}
.usas ul[data-sf-role=search-box-autocomplete] li button {
  border: none;
  font-size: 16px;
  line-height: 1.8em;
  text-transform: none;
  text-align: left;
  height: auto;
  padding: 1px 5px;
  background: #fff;
  letter-spacing: 0;
  border-radius: 3px;
  font-weight: 400;
  color: #3d3d3d;
  transition: background-color 0.2s ease;
  width: 100%;
}
.usas ul[data-sf-role=search-box-autocomplete] li button:hover, .usas ul[data-sf-role=search-box-autocomplete] li button:focus {
  background: #ebebeb;
}

.k-input-solid:focus, .k-input-solid.k-focus, .k-input-solid:focus-within {
  box-shadow: none !important;
}

.usas select.form-select {
  border-radius: 0;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.usas select.form-select:focus {
  box-shadow: none;
  border-color: #8a8d8f;
}

.usas-content-site-search-summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.usas-content-site-search-showing {
  text-transform: lowercase;
}

.usas-content-site-search-image {
  align-self: center;
}

.usas-content-site-search-image img {
  max-height: 120px;
  object-fit: contain;
}

.usas-content-site-search-row {
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
}
.usas-content-site-search-row:hover {
  background-color: #F3F3F3;
}

.usas-content-site-search-table-cell {
  order: 2;
}

.usas-content-site-search-sorting {
  order: 1;
}

.usas-content-site-search-details-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.usas-content-site-search-pager {
  margin-top: 30px;
}
.usas-content-site-search-pager .pagination {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 6px;
}
.usas-content-site-search-pager .pagination .page-item .page-link {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #979797;
  color: #00b3e4;
  font-weight: bold;
  width: 45px;
  margin: 0 3px;
  padding: 4px 0;
}
.usas-content-site-search-pager .pagination .page-item .page-link:hover {
  text-decoration: none;
}
.usas-content-site-search-pager .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.usas-content-site-search-pager .pagination .page-item .page-link[aria-label=Previous] {
  border: none;
  width: auto;
}
.usas-content-site-search-pager .pagination .page-item .page-link[aria-label=Previous]:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 17px;
  color: #00b3e4;
  content: "\f053";
}
.usas-content-site-search-pager .pagination .page-item .page-link[aria-label=Previous] span {
  display: none;
}
.usas-content-site-search-pager .pagination .page-item .page-link[aria-label=Next] {
  border: none;
  width: auto;
}
.usas-content-site-search-pager .pagination .page-item .page-link[aria-label=Next]:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 17px;
  color: #00b3e4;
  content: "\f054";
}
.usas-content-site-search-pager .pagination .page-item .page-link[aria-label=Next] span {
  display: none;
}
.usas-content-site-search-pager .pagination .page-item.active {
  background: none;
}
.usas-content-site-search-pager .pagination .page-item.active .page-link {
  background-color: #00b3e4;
  color: #fff;
}
.usas-content-site-search-pager .pagination .page-item.active:hover {
  text-decoration: none;
}
.usas-content-site-search-pager .pagination .page-item.active:after {
  content: none;
}

.search-filter-label {
  line-height: 33px;
  padding-right: 15px;
}

.search-filter-facets {
  row-gap: 5px;
}

.usas-content-site-search-filters {
  padding: 19px 0 10px 0;
  overflow-y: auto;
}
.usas-content-site-search-filters input[type=checkbox] {
  opacity: 0;
  width: 0 !important;
  height: 0;
  margin: 0 !important;
}
.usas-content-site-search-filters input[type=checkbox] + label {
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 21px;
  color: #687481;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875em;
  padding: 6px 15px 6px 15px !important;
  white-space: nowrap;
}
.usas-content-site-search-filters input[type=checkbox]:checked + label {
  background: #df0934;
  color: #fff;
}

button.search-clear {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  opacity: 0.8;
  width: auto;
  height: auto;
  line-height: 33px;
  line-height: 33px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .search-filter-facets {
    flex-wrap: wrap;
  }
  .usas-content-site-search-filters {
    padding: 19px 0 10px;
  }
  .usas-content-site-search-filters input[type=checkbox] + label {
    margin-left: 12px;
    margin-right: 12px;
  }
  .usas-content-site-search-results-container {
    margin-top: 15px;
  }
  .usas-content-site-search-table-cell {
    order: 1;
  }
  .usas-content-site-search-sorting {
    order: 2;
  }
}
/*header*/
.header-search .k-autocomplete {
  overflow: visible;
}
.header-search ul[data-sf-role=search-box-autocomplete] {
  top: 33px;
  width: 100%;
}

.usas-general-navLevel1-search-input-container .fa-search {
  display: none;
}
.usas-general-navLevel1-search-input-container .usas-content-resourcetopicbrowser-clear-search {
  display: none;
}

div.Content_SocialMediaStreams {
  background-color: #05224b;
  margin-left: -80px;
  margin-right: -80px;
  padding: 60px 80px 60px 80px;
  text-align: center;
  margin-bottom: 80px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-title {
  color: #fff;
  margin-bottom: 40px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-at-usaswimming {
  color: #00b3e4;
  margin-bottom: 30px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-at-usaswimming h4 {
  font-size: 18px;
  font-weight: 600;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-pager {
  float: right;
  margin-right: 80px;
  margin-top: 30px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-pager-left {
  background-color: #3e5980;
  color: #fff;
  float: left;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  margin-right: 8px;
  text-align: center;
  width: 50px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-pager-right {
  background-color: #3e5980;
  color: #fff;
  float: left;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-pager-on {
  background-color: #df0934;
  cursor: pointer;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-platforms {
  text-align: center;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-platforms i {
  background-color: #041e42;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  width: 50px;
  line-height: 50px;
}

@media (max-width: 767px) {
  div.Content_SocialMediaStreams {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .has-media.modal-content {
    max-width: 50% !important;
  }
  .modal-content {
    margin: 50px 0 0 0 !important;
  }
  .Content_SocialMediaStreams .usas-content-socialmediastreams-posts img {
    height: auto;
    width: 40vw;
  }
  .Content_SocialMediaStreams .usas-content-socialmediastreams-at-usaswimming {
    margin-left: 0;
    text-align: center;
  }
  .Content_SocialMediaStreams .usas-content-socialmediastreams-pager {
    display: none;
  }
  .Content_SocialMediaStreams .usas-content-socialmediastreams-platforms i {
    margin-left: 5px;
    margin-right: 5px;
  }
}
div.Content_SocialMediaStreamsOption2 {
  background-color: #05224b;
  /*margin-left: -80px;
  margin-right: -80px;*/
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-title {
  color: #fff;
  margin-bottom: 40px;
  /*padding-left: 40px;
  padding-right: 40px;*/
  text-transform: uppercase;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-title h6 {
  /*font-size: 24px;*/
  font-size: 150%;
  line-height: 26px;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-at-usaswimming {
  color: #00b3e4;
  margin-bottom: 30px;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-at-usaswimming h4 {
  font-weight: 600;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-pager {
  float: right;
  margin-right: 80px;
  margin-top: 30px;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-pager-left {
  background-color: #3e5980;
  color: #fff;
  float: left;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  margin-right: 8px;
  text-align: center;
  width: 50px;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-pager-right {
  background-color: #3e5980;
  color: #fff;
  float: left;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-pager-on {
  background-color: #df0934;
  cursor: pointer;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-platforms {
  text-align: center;
}

.Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-platforms i {
  background-color: #041e42;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  width: 42px;
  line-height: 42px;
}

@media (max-width: 767px) {
  div.Content_SocialMediaStreamsOption2 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-posts img {
    height: auto;
    width: 40vw;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-at-usaswimming {
    margin-left: 0;
    text-align: center;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-pager {
    display: none;
  }
}
@media (max-width: 410px) {
  div.Content_SocialMediaStreamsOption2 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-posts img {
    height: auto;
    width: 20vw;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-at-usaswimming {
    margin-left: 0;
    text-align: center;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-pager {
    display: none;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-title h6 {
    font-size: 20px;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-platforms {
    text-align: center;
  }
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-platforms i {
    background-color: #041e42;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 42px;
    margin-left: 10px;
    margin-right: 10px;
    width: 35px;
    line-height: 42px;
  }
}
@media (max-width: 360px) {
  .Content_SocialMediaStreamsOption2 .usas-content-socialmediastreamsoption2-title h6 {
    font-size: 18px;
  }
}
.Content_TabsWithTable a, .Content_TabsWithTable a:visited {
  text-decoration: none;
}

.Content_TabsWithTable .usas-content-tabs-with-table-tab {
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  border-top: solid 1px #e8e8e8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #687481;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.Content_TabsWithTable .usas-content-tabs-with-table-tab-selected {
  background-color: #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #ba0c2f;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table {
  background-color: #e8e8e8;
  padding: 30px 20px 30px 20px;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table th {
  background-color: #ba0c2f;
  border: solid 1px #7f051d;
  color: #fff;
  cursor: pointer;
  font-family: Oswald;
  padding: 20px;
  text-transform: uppercase;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table .usas-content-tabs-with-table-triangle {
  color: #7f051d;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table .usas-content-table-triangle {
  color: #7f051d;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table tbody {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table tbody::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table tbody::-webkit-scrollbar-thumb {
  background-color: #c1c6c8;
  border-radius: 2.5px;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table tbody tr {
  background-color: #fff;
  border-bottom: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.Content_TabsWithTable .usas-content-tabs-with-table-table tbody td {
  font-weight: bold;
  padding: 20px;
}

@media (max-width: 767px) {
  .Content_TabsWithTable .usas-content-tabs-with-table-table thead {
    display: none !important;
  }
  .Content_Table .usas-card {
    padding: 20px;
  }
  .Content_TabsWithTable .usas-card table tbody {
    overflow-y: auto;
  }
  .Content_TabsWithTable .usas-card tbody tr {
    border-top: solid 1px #e8e8e8;
  }
  .Content_TabsWithTable .usas-card tbody td {
    padding: 5px;
  }
  .Content_TabsWithTable .usas-card table tbody tr td:first-child {
    background-color: #ba0c2f;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .Content_TabsWithTable .usas-hide-mobile-table {
    display: none;
  }
}
@media (min-width: 768px) {
  .Content_TabsWithTable .usas-hide-desktop-table {
    display: none;
  }
}
.Content_ThreeColumnCTA a {
  text-decoration: none;
}

.Content_ThreeColumnCTA .flex-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.Content_ThreeColumnCTA .usas-three-column-col1 {
  order: 1;
  flex-basis: 33.3%;
  height: 450px;
}

.Content_ThreeColumnCTA .usas-three-column-col2 {
  order: 2;
  flex-basis: 33.4%;
  height: 450px;
}

.Content_ThreeColumnCTA .usas-three-column-col3 {
  order: 3;
  flex-basis: 33.3%;
  height: 450px;
}

.Content_ThreeColumnCTA .usas-three-column-col {
  position: relative;
  min-width: 290px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-right: 1px;
  height: 450px;
  padding-left: 20px;
}

.Content_ThreeColumnCTA .usas-three-column-col > span {
  position: absolute;
  bottom: 20px;
  font-family: Source Sans Pro;
}

.Content_ThreeColumnCTA .usas-three-column-one:hover,
.Content_ThreeColumnCTA .usas-three-column-two:hover,
.Content_ThreeColumnCTA .usas-three-column-three:hover {
  /* background-color: rgba(100,100,100, 0.0);*/
  background: -moz-linear-gradient(top, rgba(0, 32, 91, 0) 26%, rgba(0, 32, 91, 0) 40%, rgba(0, 32, 91, 0.63) 82%, rgba(0, 32, 91, 0.65) 83%);
  background: -webkit-linear-gradient(top, rgba(0, 32, 91, 0) 26%, rgba(0, 32, 91, 0) 40%, rgba(0, 32, 91, 0.63) 82%, rgba(0, 32, 91, 0.65) 83%);
  background: linear-gradient(to bottom, rgba(0, 32, 91, 0) 26%, rgba(0, 32, 91, 0) 40%, rgba(0, 32, 91, 0.63) 82%, rgba(0, 32, 91, 0.65) 83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000205b", endColorstr="#00205b", GradientType=0);
}

.Content_ThreeColumnCTA .usas-three-column-banner-title h3 {
  font-family: oswald;
  font-size: 2em;
  color: #fff;
}

.Content_ThreeColumnCTA .usas-three-column-banner-text {
  color: #fff;
  display: none;
  max-width: 250px;
  font-family: Source Sans Pro;
  font-size: 16px;
}

.Content_ThreeColumnCTA .usas-three-column-banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  transition: background 0.5s linear;
  height: 450px;
  min-width: 900px;
}

.Content_ThreeColumnCTA .usas-three-column-cta {
  background-color: #fff;
  margin-top: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.Content_ThreeColumnCTA .usas-three-column-title-left {
  height: 290px;
  background-color: #e9ecf2;
  padding: 20px 30px 20px 30px;
  max-width: 200px;
  font-size: 3em;
  line-height: 45px;
}

.Content_ThreeColumnCTA .usas-three-column-title-left h3 {
  line-height: 35px;
}

.Content_ThreeColumnCTA .usas-three-column-content-right {
  margin-left: 230px;
  padding-top: 20px;
  padding-right: 50px;
}

/** end information **/
.Content_ThreeColumnCTA #viewme {
  display: block;
}

.Content_ThreeColumnCTA .usas-three-column-col1,
.Content_ThreeColumnCTA .usas-three-column-col2,
.Content_ThreeColumnCTA .usas-three-column-col3 {
  background-image: none;
}

.Content_ThreeColumnCTA .usas-button-secondary {
  background-color: #fff;
}

@media (min-width: 1090px) {
  .Content_ThreeColumnCTA .usas-three-column-cta {
    width: 325px;
  }
}
@media (min-width: 993px) {
  div.Content_ThreeColumnCTA {
    margin-left: -80px;
    margin-right: -80px;
  }
  .Content_ThreeColumnCTA .usas-three-column-col > span {
    bottom: 20px;
    padding: 0px 20px 20px 55px;
    font-family: Source Sans Pro;
    width: 325px;
  }
  .Content_ThreeColumnCTA .usas-three-column-cta {
    width: calc(100% - 5px);
  }
}
@media only screen and (max-width: 992px) {
  .Content_ThreeColumnCTA #viewme {
    display: none;
  }
  .Content_ThreeColumnCTA .usas-three-column-cta {
    width: calc(100% - 5px);
  }
  .Content_ThreeColumnCTA .flex-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .Content_ThreeColumnCTA .usas-three-column-banner {
    background-image: none;
    height: 900px;
    min-width: 190px;
  }
  .Content_ThreeColumnCTA .usas-three-column-col {
    height: 280px;
  }
  .Content_ThreeColumnCTA .usas-three-column-col > span {
    bottom: 20px;
    font-family: Source Sans Pro;
    width: 90%;
  }
  .Content_ThreeColumnCTA .usas-three-column-col1 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    transition: background 0.5s linear;
    height: 280px;
    margin-bottom: 20px;
  }
  .Content_ThreeColumnCTA .usas-three-column-col2 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 280px;
    margin-bottom: 20px;
  }
  .Content_ThreeColumnCTA .usas-three-column-col3 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 280px;
    margin-bottom: 20px;
  }
  .Content_ThreeColumnCTA .usas-three-column-banner-text {
    display: block;
  }
}
.Content_TopResources .usas-content-topresources-table {
  display: table;
  width: 100%;
}

.Content_TopResources .usas-content-topresources-table-row {
  display: table-row;
}

.Content_TopResources .usas-content-topresources-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.Content_TopResources .usas-content-topresources-title {
  color: #002058;
  margin-bottom: 20px;
}

.Content_TopResources .usas-content-topresources-text {
  color: #02132a;
  margin-bottom: 40px;
}

.Content_TopResources .usas-content-topresources-table-cell-view-all {
  padding-bottom: 50px;
  padding-right: 0;
  vertical-align: bottom;
}

.Content_TopResources .usas-content-topresources-table-cell-view-all a, .Content_TopResources .usas-content-topresources-table-cell-view-all a:visited {
  text-decoration: none;
}

.Content_TopResources .usas-content-topresources-table-cell-view-all-button {
  text-transform: uppercase;
  width: 231px;
}

.Content_TopResources .usas-content-topresources-link, .Content_TopResources .usas-content-topresources-link:visited {
  color: #000000;
  text-decoration: none;
}

.Content_TopResources .usas-content-topresources-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}

.Content_TopResources .usas-content-topresources-category {
  border-radius: 21px;
  cursor: pointer;
  padding: 6px 15px 6px 15px;
}

.Content_TopResources .usas-content-topresources-category-selected {
  background-color: #df0934;
  color: #fff;
}

.Content_TopResources .usas-card-with-arrow, .Content_TopResources .usas-card-inverse-with-arrow {
  /*border-right: solid 20px transparent;*/
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: calc(16.667% - 20px);
  min-height: 173px;
  min-width: calc(16.667% - 20px);
}

.Content_TopResources .usas-card-with-arrow:not(:first-child), .Content_TopResources .usas-card-inverse-with-arrow:not(:first-child) {
  /*margin-left: 20px;*/
}

.Content_TopResources .usas-content-topresources-show-more {
  display: flex;
  padding-top: 10px;
  width: 100%;
}

.Content_TopResources .usas-content-topresources-show-more i {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  color: #687481;
  width: 18px;
}

@media (max-width: 1180px) {
  .Content_TopResources .usas-content-topresources-table-cell-view-all-top {
    display: none;
  }
  .Content_TopResources .usas-card-with-arrow, .Content_TopResources .usas-card-inverse-with-arrow {
    min-height: 173px;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
  .Content_TopResources .usas-card-with-arrow:not(:first-child), .Content_TopResources .usas-card-inverse-with-arrow:not(:first-child) {
    margin-left: 0;
  }
  .Content_TopResources .usas-content-topresources-table-cell-view-all-bottom {
    display: block !important;
    margin-top: 40px;
    padding-bottom: 0;
  }
}
div.Content_TwoColumnContent {
  background-color: #fff;
  /*margin-left: -80px;
  margin-right: -80px;*/
  margin-bottom: 80px;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-table {
  display: table;
  width: 100%;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-row {
  display: table-row;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-left {
  display: table-cell;
  padding: 65px 80px 65px 80px;
  width: 50%;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-left img {
  margin-bottom: 57px;
  max-width: 100%;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-left-textline2 {
  font-weight: normal;
  margin-top: 21px;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-left-button {
  float: left;
  margin-top: 35px;
  width: 323px;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-left-button a, .Content_TwoColumnContent .usas-content-twocolumncontent-left-button a:visited {
  color: #fff;
  text-decoration: none;
}

.Content_TwoColumnContent .usas-content-twocolumncontent-right {
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  width: 50%;
}

@media (max-width: 767px) {
  div.Content_TwoColumnContent {
    margin: 0 -15px 80px -15px;
  }
  .Content_TwoColumnContent .usas-content-twocolumncontent-left {
    border-bottom: solid 13px #07b8e8;
    border-left: none !important;
    border-right: none !important;
    padding: 32px 15px 45px 15px;
  }
  .Content_TwoColumnContent .usas-content-twocolumncontent-left-textline2 {
    padding-right: 0;
  }
  .Content_TwoColumnContent .usas-content-twocolumncontent-left-button {
    width: 100%;
  }
  .Content_TwoColumnContent .usas-content-twocolumncontent-right {
    display: none;
  }
}
div.Content_TwoColumnContentOption4 {
  background-color: #ffffff;
  filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.1));
}

.Content_TwoColumnContentOption4 .two-column-content-option4 tr:hover td {
  background-color: #ffffff;
}

.Content_TwoColumnContentOption4 .two-column-content-option4 tbody td:first-child {
  font-weight: normal;
}

.Content_TwoColumnContentOption4 .mobile-box {
  display: none;
}

@media screen and (max-width: 900px) {
  .Content_TwoColumnContentOption4 .two-column-content-option4 {
    display: none;
  }
  .Content_TwoColumnContentOption4 .mobile-box {
    display: block;
    padding: 20px;
  }
}
div.Content_TwoColumnCta {
  background-color: #fff;
  border: solid 1px #e8e8e8;
}

.Content_TwoColumnCta .usas-content-twocolumncta-table {
  display: table;
  width: 100%;
}

.Content_TwoColumnCta .usas-content-twocolumncta-row {
  display: table-row;
}

.Content_TwoColumnCta .usas-content-twocolumncta-left {
  display: table-cell;
  padding: 130px 80px 130px 80px;
  width: 50%;
}

.Content_TwoColumnCta .usas-content-twocolumncta-toplefttext {
  margin-bottom: 25px;
}

.Content_TwoColumnCta .usas-content-twocolumncta-left-textline2 {
  margin-top: 35px;
}

.Content_TwoColumnCta .usas-content-twocolumncta-left-button {
  float: left;
  margin-top: 35px;
  width: 323px;
}

.Content_TwoColumnCta .usas-content-twocolumncta-left-button a, .Content_TwoColumnCta .usas-content-twocolumncta-left-button a:visited {
  color: #fff;
  text-decoration: none;
}

.Content_TwoColumnCta .usas-content-twocolumncta-right {
  background-size: cover !important;
  display: table-cell;
  width: 50%;
}

@media (max-width: 767px) {
  .Content_TwoColumnCta .usas-content-twocolumncta-top {
    background-size: cover;
    display: block !important;
    height: 43.75vw;
  }
  .Content_TwoColumnCta .usas-content-twocolumncta-left {
    padding: 32px 15px 45px 15px;
  }
  .Content_TwoColumnCta .usas-content-twocolumncta-toplefttext {
    display: none;
  }
  .Content_TwoColumnCta .usas-content-twocolumncta-left-textline1 {
    margin-top: -48px;
  }
  .Content_TwoColumnCta .usas-content-twocolumncta-left-button {
    display: block;
    width: 100%;
  }
  .Content_TwoColumnCta .usas-content-twocolumncta-right {
    display: none;
  }
}
div.Content_TwoColumnHero {
  background-color: #fff;
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: 100px;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-table {
  display: table;
  width: 100%;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-row {
  display: table-row;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left {
  background-color: #062652;
  border-right: none;
  display: table-cell;
  padding: 65px 80px 65px 80px;
  width: 50%;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left-div {
  border-left: solid 14px #b1953a;
  padding-left: 28px;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left img {
  margin-bottom: 57px;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-toplefttext {
  color: #b1953a;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left-textline1 {
  color: #fff;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left-textline2 {
  color: #fff;
  margin-top: 15px;
  padding-right: 0;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left-textline2 h5 {
  font-size: 18px;
  line-height: 24px;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left-button {
  float: left;
  margin-top: 35px;
  width: 323px;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-left-button a, .Content_TwoColumnHero .usas-content-twocolumnhero-left-button a:visited {
  color: #fff;
  text-decoration: none;
}

.Content_TwoColumnHero .usas-content-twocolumnhero-right {
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  width: 50%;
}

@media (max-width: 991px) {
  div.Content_TwoColumnHero {
    margin: 0 -15px 0 -15px;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-top {
    background-size: cover;
    display: block !important;
    height: 43.75vw;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-left {
    border-bottom: none;
    border-right: none;
    padding: 32px 15px 45px 15px;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-left-div {
    border-left: none;
    padding-left: 0;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-toplefttext {
    display: none;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-left-textline1 {
    border-left: solid 7px #b1953a;
    margin-top: -58px;
    padding-left: 10px;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-left-textline2 {
    padding-right: 0;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-left-textline2 h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-left-button {
    display: block;
    width: 100%;
  }
  .Content_TwoColumnHero .usas-content-twocolumnhero-right {
    display: none;
  }
}
div.Content_TwoLineHero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 0;
  margin-left: -80px;
  margin-right: -80px;
  margin-top: auto;
  padding: 0 80px 0 80px;
}

.Content_TwoLineHero .usas-content-twolinehero-table {
  display: table;
  height: 100%;
}

.Content_TwoLineHero .usas-content-twolinehero-table-row {
  display: table-row;
}

.Content_TwoLineHero .usas-content-twolinehero-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.Content_TwoLineHero h6 {
  font-weight: normal;
}

@media (max-width: 767px) {
  div.Content_TwoLineHero {
    height: 62.5vw;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 0 15px;
  }
}
div.Content_UpcomingEvents {
  margin-bottom: 80px;
}

.Content_UpcomingEvents .usas-content-upcomingevents-table {
  display: table;
  width: 100%;
}

.Content_UpcomingEvents .usas-content-upcomingevents-table-row {
  display: table-row;
}

.Content_UpcomingEvents .usas-content-upcomingevents-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.Content_UpcomingEvents .usas-content-upcomingevents-title {
  color: #002058;
  margin-bottom: 50px;
}

.Content_UpcomingEvents .usas-content-upcomingevents-table-cell-view-all {
  padding-bottom: 50px;
  padding-right: 0;
  vertical-align: bottom;
}

.Content_UpcomingEvents .usas-content-upcomingevents-table-cell-view-all a, .Content_UpcomingEvents .usas-content-upcomingevents-table-cell-view-all a:visited {
  text-decoration: none;
}

.Content_UpcomingEvents .usas-content-upcomingevents-table-cell-view-all-button {
  width: 200px;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot1-top {
  background-repeat: no-repeat;
  background-size: cover;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot1-bottom {
  padding: 38px;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot1-event-dates {
  margin-top: 15px;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot1-city-state {
  color: #687481;
  margin-top: 24px;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot1-location {
  color: #687481;
  margin-top: 15px;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-left {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 25%;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-center {
  float: left;
  padding: 38px;
  width: 37.5%;
}

.Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-right {
  color: #687481;
  float: left;
  padding: 38px;
  width: 37.5%;
}

.Content_UpcomingEvents h4, .Content_UpcomingEvents h5 {
  color: #1d1d1d;
}

@media (max-width: 767px) {
  .Content_UpcomingEvents .usas-card {
    margin-bottom: 12px;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents {
    display: block !important;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-left {
    margin-bottom: 12px !important;
    margin-right: 0 !important;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot1-bottom {
    padding: 20px 24px 32px 24px;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot1-location {
    margin-top: 0;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-right {
    width: 100% !important;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-left {
    width: 100%;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-left > div {
    padding-top: 38% !important;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-center {
    padding: 20px 24px 0 24px;
    width: 100%;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-right {
    padding: 24px 24px 20px 24px;
    width: 100%;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-right-location {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .Content_UpcomingEvents .usas-content-upcomingevents-row {
    display: table-row;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-left {
    display: table-cell;
    float: none;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-center {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-separator {
    display: table-cell;
    vertical-align: middle;
  }
  .Content_UpcomingEvents .usas-content-upcomingevents-slot2-4-right {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table {
  display: table;
  width: 100%;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-row {
  display: table-row;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-title {
  color: #002058;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-cell-view-all {
  padding-bottom: 50px;
  padding-right: 0;
  vertical-align: bottom;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-cell-view-all a, .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-cell-view-all a:visited {
  text-decoration: none;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-cell-view-all-button {
  width: 200px;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-top {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-middle {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-pager-content {
    display: none;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-pager-content-mobile {
    display: block;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-title {
    margin-bottom: 25px;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-cell-view-all {
    display: none;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-view-all-mobile {
    display: block;
    padding-top: 10px;
  }
  .Content_UpcomingEventsOption2 .usas-card-with-arrow {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2 {
    display: block !important;
  }
  .Content_UpcomingEventsOption2 .usas-card-with-arrow {
    width: 100%;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-bottom {
    padding-bottom: 25px;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-pager {
    display: none;
  }
}
@media (min-width: 768px) {
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-pager-content-mobile {
    display: none;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2 {
    align-items: stretch;
    display: flex;
    flex-direction: row;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-title {
    margin-bottom: 50px;
  }
  .Content_UpcomingEventsOption2 .usas-card-with-arrow {
    max-width: 20%;
    cursor: pointer;
    flex: 1;
  }
  .Content_UpcomingEventsOption2 .usas-card-with-arrow:not(:first-child) {
    margin-left: 20px;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-table-cell-view-all {
    display: block;
  }
  .Content_UpcomingEventsOption2 .usas-content-upcomingeventsoption2-view-all-mobile {
    display: none;
  }
}
