﻿html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Assistant", "sans-serif";
  font-weight: 400;
  /* override */
  /*font-size: 16px;*/
  font-size: 18px;
  /*line-height: 1;*/
  line-height: 24px;
  /* override */
  width: 100%;
  height: 100%;
  color: var(--textColor);
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--linkColorOnUnWhite);
}

p {
  margin-bottom: 0;
  min-height: 1rem;
}

textarea {
  resize: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.container {
  max-width: 1296px;
  padding: 0;
}

main {
  flex-grow: 1;
  background-color: var(--contentBackgroundColor);
  padding: 15px 0 88px 0;
  min-height: 550px;
}

header,
main,
footer {
  flex-shrink: 0;
}

header .topHeader {
  padding: 11px 0 10px 0;
}
header .topHeader .topHeaderRightContainer {
  display: flex;
  width: 100%;
  /* override */
  /* override */
}
header .topHeader .topHeaderRightContainer .logoImg-desktopView {
  display: block;
  margin-top: 8px;
}
header .topHeader .topHeaderRightContainer .anotherLogo {
  margin-inline-end: 10px;
  vertical-align: middle;
  margin-top: 5px;
}
header .topHeader .topHeaderRightContainer .aLdesktopView {
  display: block;
  /*margin-top: 8px;*/
}
header .topHeader .topHeaderRightContainer .aLmobileView {
  display: none;
}
header .topHeader .topHeaderRightContainer .logoImg-mobileView {
  display: none;
}
header .topHeader .topHeaderRightContainer .titles {
  width: 100%;
  padding-inline-start: 20px;
}
header .topHeader .topHeaderRightContainer .titles .title {
  font-size: 16px;
  line-height: 21px;
}
header .topHeader .topHeaderRightContainer .titles .subtitle {
  font-size: 35px;
  padding: 8.5px 0;
  line-height: 24px;
}
header .topHeader .topHeaderRightContainer .titles .subtitle a {
  color: var(--textColor);
}
    header .topHeader .topHeaderRightContainer .titles .mobileSubtitle a.home-link {
        color: var(--textColor);
    }
header .topHeader .topHeaderRightContainer .titles .mobileTitle,
header .topHeader .topHeaderRightContainer .titles .mobileSubtitle {
  display: none;
}
header .topHeader .headerActionBtns-desktopView {
  display: flex;
  position: relative;
}
    header .topHeader .headerActionBtns-desktopView span {
        font-size: 18px;
        color: var(--mainTitleColor);
    }
    header .topHeader .headerActionBtns-desktopView .buttonIcon {
        border-inline-end: 1px solid var(--mainTitleColor);
        padding-inline: 10px;
        /*margin-inline-end: 10px;*/
        white-space: nowrap;
    }
header .topHeader .headerActionBtns-desktopView .buttonIcon:last-child {
  border-inline-end: none;
  padding-inline-end: 0;
  margin-inline-end: 0;
}
header .topHeader .headerActionBtns-desktopView .headerLogoutBtn {
  display: flex;
  align-items: center;
}
header .topHeader .headerActionBtns-desktopView .headerLogoutBtn img {
  margin-inline-start: 6px;
}
header .topHeader .headerActionBtns-desktopView .magnifierStyles {
  margin-inline-end: 7px;
}
header .bottomHeader {
  background-color: var(--headerFooterBackgroundColor);
  font-size: 16px;
  line-height: 21px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
}
header .bottomHeader .container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 57px;
  overflow: hidden;
}
header .bottomHeader .headerLink {
  color: #fff;
  padding: 12px 5px 13px 5px;
  white-space: nowrap;
}
header .bottomHeader .headerLink:hover {
  color: #fff;
}
header .bottomHeader .headerLink.active {
  border-bottom: 8px solid #4793da;
  padding-bottom: 5px;
}

.headerSearchContainer {
  position: absolute;
  z-index: 111;
  width: 483px;
  /*left: 0;*/
  top: 91px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  padding: 16px;
}
.headerSearchContainer .searchContainer {
  display: flex;
  align-items: center;
}
.headerSearchContainer .searchContainer .inputContainer {
  width: 281px;
  height: 34px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  padding: 0 16px;
}
.headerSearchContainer .searchContainer .buttons {
  display: flex;
  align-items: center;
  margin-inline-start: auto;
}
.headerSearchContainer .searchContainer .buttons .clearBtn {
  font-size: 14px;
  font-weight: 700;
  color: var(--textColor);
  padding: 0 32px;
  border-inline-end: none;
  margin-inline-end: 0;
}
.headerSearchContainer .searchContainer .buttons .searchBtn {
  /*background-color: $buttonColor;
  border-radius: 2px;*/
  /* override */
  /*padding: 10px 24px;*/
  /*padding: 5px 24px;*/
  /* override */
  /*font-size: 14px;
  font-weight: 700;
  color: $white;
  border: none;*/
}

.headerLoginContainer {
  position: absolute;
  z-index: 111;
  width: 306px;
  /*left: 0;*/
  top: 91px;
}
.headerLoginContainer .loginContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.headerLoginContainer .loginContainer .selectInputContainer {
  width: 100%;
  margin-bottom: 10px;
}
.headerLoginContainer .loginContainer .selectInputContainer .selectTitle {
  margin-bottom: 8px;
}
.headerLoginContainer .loginContainer .selectInputContainer .inputContainer {
  width: 100%;
  height: 34px;
  border: 1px solid #717171;
  padding: 0 16px;
  border-radius: 2px;
}
.headerLoginContainer .loginContainer .selectInputContainer .inputContainer::placeholder {
  color: var(--textColor);
}
.headerLoginContainer .loginContainer .selectInputContainer .selectField .selectDropdown .option {
  padding: 5px 16px;
}
.headerLoginContainer .loginContainer .loginSubmitBtn {
  margin-top: 6px;
  height: 34px;
  line-height: 34px;
  width: fit-content;
  padding: 0 24px;
  background-color: var(--linkColor);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  margin-inline-start: auto;
}

.headerLogoutContainer {
  position: absolute;
  z-index: 111;
  /*left: 30px;*/
  top: 91px;
}
.headerLogoutContainer .logoutSubmitBtn {
  height: 34px;
  line-height: 34px;
  width: fit-content;
  padding: 0 24px;
  background-color: var(--linkColor);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  margin-inline-start: auto;
}

.footerContent-container .container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  padding: 35px 0 31px 0;
}
    .footerContent-container .container .listItemsContainer {
        display: flex;
        flex-flow: column wrap;
        flex-wrap: wrap;
        border-inline-end: 1px solid var(--mainTitleColor);
        padding-inline-start: 48px;
        width: 25%;
    }
.footerContent-container .container .listItemsContainer:last-child {
  border: none;
}
.footerContent-container .container .listItemsContainer .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--headerFooterBackgroundColor);
  margin-bottom: 20px;
}
.footerContent-container .container .listItemsContainer .innerListItemFooter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column wrap;
}
.footerContent-container .container .listItemsContainer li {
  width: 50%;
  font-size: 16px;
  color: var(--headerFooterBackgroundColor);
  margin-top: 15px;
}
.footerContent-container .container .listItemsContainer li a {
  color: var(--textColor);
}
.footerContent-container .container .listItemsContainer li:nth-child(1), .footerContent-container .container .listItemsContainer li:nth-child(2) {
  margin-top: 0;
}

footer {
  background-color: var(--headerFooterBackgroundColor);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 0 15px 0;
}
footer a:hover {
  color: #fff;
}
footer .footerLink {
  color: #fff;
  font-size: 16px;
  padding: 0 23px;
  text-align: center;
}
footer .footerLink:first-child {
  padding-inline-start: 0;
}
footer .footerLink:last-child {
  padding-inline-end: 0;
}
footer .mobileViewAllRightsReserved {
  display: none;
}
footer .socialMedia-container {
  justify-content: space-between;
  min-width: 350px;
}

.rightSide {
  display: flex;
  flex-flow: column;
  /* override */
  /*width: calc(100% - 306px - 24px);*/
  width: 306px;
  /* override */
  margin-inline-end: 24px;
}

.leftSide {
  display: flex;
  flex-flow: column;
  /* override */
  /*width: 306px;*/
  width: calc(100% - 306px - 24px);
  /* override */
}

.three-cols-container {
  /* override */
  /*.rightSide {
      width: 306px;
  }*/
  /* override */
}
.three-cols-container .middleSide {
  display: flex;
  flex-flow: column;
  width: calc(100% - 746px + 196px);
  margin-inline-end: 24px;
}
.three-cols-container .leftSide {
  width: 196px;
}

.flipColumns .rightSide {
  margin-inline-end: 0;
  margin-inline-start: 24px;
}

.blockContainer {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 24px;
  padding: 16px 16px 20px 16px;
}

.breadCrumbs {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.breadCrumbs a {
  display: flex;
  align-items: center;
  color: var(--textColor);
}
.breadCrumbs a:hover {
  text-decoration: none;
}
.breadCrumbs a img {
  margin: 0 7px;
}
.breadCrumbs a:first-child {
  margin-inline-start: 7px;
}
.breadCrumbs span:first-child {
  margin-inline-start: 7px;
}

.breadCrumbsShareContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.breadCrumbsShareContainer .breadCrumbs {
  margin-bottom: 0;
}

.paginationContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.paginationContainer .pagination {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
}
.paginationContainer .pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--linkColor);
}
    .paginationContainer .pagination li.page-item.next-prev-btn .svg-arrow-icon{
        display:none;
    }
    .paginationContainer .pagination .page-item:focus {
        background-color: var(--linkColor);
        color: #fff;
    }
.paginationContainer .pagination .page-item:hover {
  text-decoration: none;
  background-color: transparent;
}
    .paginationContainer .pagination .page-item .page-link {
        font-size: 14px;
        font-weight: 700;
        color: var(--mainTitleColor);
        border-color: var(--linkColor);
        width: 28px;
        height: 33px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.outsideTitleContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
    .outsideTitleContainer .title {
        font-size: 32px;
        line-height: 28px;
        color: var(--mainTitleColor);
        border-inline-start: 8px solid var(--linkColor);
        padding: 0 8px 5px 0;
        padding-inline-start: 8px;
        padding-inline-end: 0;
        font-weight: 400;
    }

.shareButtonContainer {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    align-self:baseline;
    margin-top:5px;
}
.shareButtonContainer .shareBlock {
  display: flex;
  align-items: center;
  /*overried*/
  /* &button {*/
  background-color: transparent;
  border: none;
  /* }*/
  /*overried*/
}
.shareButtonContainer .shareBlock img {
  width: 26px;
  height: 26px;
}
    .shareButtonContainer .shareBlock span {
        font-size: 18px;
        line-height: 24px;
        color: var(--mainTitleColor);
        padding-inline-end: 9px;
    }
.shareButtonContainer .shareInfo {
  position: absolute;
  top: 40px;
  /*left: 0;*/
  width: 295px;
  z-index: 3100;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  overflow: hidden;
  padding: 16px 16px 20px 16px;
}
.shareButtonContainer .shareInfo .titleContainer {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  padding: 0 0 20px 30px;
  padding-inline-start: 0;
  padding-inline-end: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shareButtonContainer .shareInfo .titleContainer .shareInfoText {
  padding-inline-end: 5px;
}
.shareButtonContainer .shareInfo .titleContainer .sharePageName {
  font-weight: 600;
}
.shareButtonContainer .shareInfo .titleContainer img {
  width: 24px;
  height: 24px;
}
.shareButtonContainer .shareInfo .titleContainer .shareBtnClose {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /*left: 16px;*/
  top: 16px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid var(--textColor);
}
.shareButtonContainer .shareInfo .titleContainer .shareBtnClose img {
  width: 12px;
}
.shareButtonContainer .shareInfo .shareButtons {
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.shareButtonContainer .shareInfo .shareButtons a,
.shareButtonContainer .shareInfo .shareButtons div,
.shareButtonContainer .shareInfo .shareButtons button {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--textColor);
}
.shareButtonContainer .shareInfo .shareButtons img {
  height: 55px;
}

.buttonLink {
  display: inline-block;
  box-shadow: none;
}
.buttonLink a {
  background-color: var(--linkColor);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  padding: 6px 20px;
  border: none;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.buttonLink a:hover {
  background-color: var(--btnHoverColor);
}
.buttonLink a:focus {
  background-color: var(--buttonFocusColor);
}

.buttonIcon {
  background-color: transparent;
  border: none;
}

.backToLink {
  font-size: 18px;
  line-height: 24px;
  /*color: $linkColor;*/
  margin-bottom: 16px;
}
.backToLink span {
  padding-inline-start: 10px;
}

/*.rotateIconUpside {
    transform: rotate(180deg);
}*/
/*.selectField {
    position: relative;
    background-image: url("/img/tum.img/angle-arrow-down-black.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: 18px;

    &.toggle {
        border-radius: 2px 2px 0 0;
        background-image: url("/img/tum.img/angle-arrow-up-black.svg");
    }

    .selectBtn {
        width: 100%;
        background-color: transparent;
        color: $textColor;
        border: 1px solid $inputBorderGray;
        border-radius: 2px;
        cursor: pointer;
        position: relative;
        height: 34px;
        line-height: 32px;
        padding: 0 16px;

        &.toggle {
            border-bottom: 1px solid $lineSeperatorColor;
        }
    }

    .selectDropdown {
        position: absolute;
        top: 100%;
        width: 100%;
        border: 1px solid $inputBorderGray;
        border-top: 0;
        border-radius: 0 0 2px 2px;
        overflow: hidden;
        background: $white;
        z-index: 1;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        visibility: hidden;
        transition: 0.2s ease;

        .option {
            padding: 8px 16px;
            cursor: pointer;
            border-bottom: 1px solid $lineSeperatorColor;

            &:last-child {
                border-bottom: none;
            }

            &:hover {
                background-color: #143f7c;
                color: $white;
            }
        }

        &.toggle {
            z-index: 100;
            visibility: visible;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
    }
}
*/
/*span[data-term-id] {
    position: relative;
    font-weight: 700;
    cursor: pointer;
}

.termDefinitionWindow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 629px;
    background-color: $white;
    padding: 16px;
    box-shadow: 0px 2px 5px #00000029;
    border: 2px solid $buttonColor;
    z-index: 10;

    .titleContainer {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-top: -8px;

        .insideTitle {
            padding-inline-end: 25px;
        }

        .btnClose {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            left: 16px;
            top: 16px;
            background-color: $white;
            width: 24px;
            height: 24px;
            border-radius: 100%;
            border: 1px solid $textColor;

            img {
                width: 12px;
            }
        }
    }

    .link {
        display: flex;
        align-items: center;
        font-weight: 600;
        margin-top: 16px;
        margin-bottom: 0 !important;

        img {
            margin-inline-start: 10px;
        }
    }
}
*/
h1 {
  font-size: 30px;
  line-height: 42px;
  color: #123A5E;
  font-weight: 500;
}

h2 {
  font-size: 25px;
  /*line-height: 28px;*/
  line-height: 32px;
  color: #123A5E;
  font-weight: 500;
}

h3 {
  font-size: 22px;
  line-height: 26px;
  color: #465D78;
  font-weight: 500;
  /*color: $subTitleColor;*/
}

h4 {
  font-size: 20px;
  line-height: 24px;
  color: #134897;
}

h5 {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

/*term-dictionary*/
button.term-defination[data-term-id] {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#modalTermDefinition .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  max-width: 650px;
  position: relative;
}
#modalTermDefinition .modal-dialog .modal-content {
  border: 2px solid #1d65c7;
}
#modalTermDefinition .btn-close {
  padding: 0px;
  background: url(/img/tum.img/close.png) no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 15px;
  /*left: 15px;*/
  z-index: 1;
  opacity: 1;
}

/*term-dictionary*/
/*.alertContainer {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 91px;
    font-size: 18px;
    line-height: 24px;
    width: 335px;
    border: 2px solid $red;
    background-color: #feeaeb;
    box-shadow: 0px 5px 5px #00000029;

    .alertBlock {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;

        .text {
            color: $black;
        }

        .buttonLink {
            margin-top: 16px;
            border-radius: 2px;
            border: 1px solid #393939;
            width: fit-content;
            box-shadow: 0px 2px 5px #00000029;

            a {
                background-color: $white;
                color: #393939;
            }
        }
    }
}
*/
/*.innerReadMoreLessContainer {
    button {
        padding: 0;
        color: $linkColor;
    }

    .less {
        display: none;
    }

    img {
        margin-inline-start: 5px;
    }
}*/
footer .allRightsReservedText img {
  margin-inline-end: 3px;
}
footer .footerLink {
  border-inline-end: 1px solid #fff;
}
footer .footerLink:first-child {
  padding-inline-start: 0;
}
footer .footerLink:last-child {
  border-inline-end: 0;
  padding-inline-end: 0;
}
footer .socialMedia-container {
  margin-inline-start: 28px;
}

@media screen and (max-width: 1199px) {
  header .topHeader {
    padding: 12px 17px 8px 17px;
  }
  header .topHeader .topHeaderRightContainer {
    /* override */
    /* override */
  }
  header .topHeader .topHeaderRightContainer .logoImg-desktopView {
    display: none;
  }
  header .topHeader .topHeaderRightContainer .logoImg-mobileView {
    display: block;
  }
  header .topHeader .topHeaderRightContainer .aLdesktopView {
    display: none;
  }
  header .topHeader .topHeaderRightContainer .aLmobileView {
    display: block;
  }
  header .topHeader .topHeaderRightContainer .titles {
    padding-inline-start: 4px;
  }
  header .topHeader .topHeaderRightContainer .titles .title,
  header .topHeader .topHeaderRightContainer .titles .subtitle {
    display: none;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileTitle {
    display: block;
    font-size: 15px;
    color: var(--textColor);
    padding-bottom: 3px;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileTitle .buttons {
    /*float: inline-end;*/
    width: fit-content;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileTitle .buttons .innerHeaderActionBtns-mobileView {
    flex-direction: row-reverse;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileTitle .buttons .innerHeaderActionBtns-mobileView .mobileMenu {
    padding-inline-start: 10px;
    padding-inline-end: 0;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileTitle .buttons .innerHeaderActionBtns-mobileView .searchContainer {
    /* padding-inline-start: 16px;*/
    padding-inline-end: 0;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileTitle .buttons .innerHeaderActionBtns-mobileView .searchContainer .buttons .searchBtn {
    margin-right: 15px;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileTitle .buttons .innerHeaderActionBtns-mobileView .identification {
    font-size: 15px;
    color: var(--textColor);
    padding-inline-start: 15px;
    padding-inline-end: 0;
  }
  header .topHeader .topHeaderRightContainer .titles .mobileSubtitle {
    display: block;
    font-size: 20px;
    color: var(--textColor);
    line-height: 1.1;
  }
  header .topHeader .headerActionBtns-desktopView {
    display: none;
  }
  header .bottomHeader {
    display: none;
  }
  .footerContent-container {
    display: none;
  }
  footer {
    padding: 15px 0;
  }
  footer .innerFooter-wrapper {
    width: 100%;
    flex-flow: column nowrap;
    justify-content: center;
  }
  footer .rightFooterContainer {
    padding: 0 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  footer .rightFooterContainer a {
    width: 33.3333333333%;
    align-self: flex-start;
  }
  footer .footerLink {
    padding: 0 8px;
    margin-top: 22px;
    border-inline-end: none;
  }
  footer .footerLink:nth-child(1), footer .footerLink:nth-child(2), footer .footerLink:nth-child(3), footer .footerLink:nth-child(4) {
    margin-top: 0;
  }
  footer .allRightsReservedText {
    display: none;
  }
  footer .mobileViewAllRightsReserved {
    display: block;
    font-size: 14px;
  }
  footer .socialMedia-container {
    padding: 25px 19px;
    min-width: initial;
    max-width: 500px;
    width: 100%;
    margin-inline-start: 0;
  }
  /* override */
  .container {
    flex-direction: column-reverse;
  }
  /* override */
  main {
    padding: 23px 14px 60px 14px;
  }
  .rightSide,
  .middleSide {
    width: 100%;
    margin: 0;
  }
  .leftSide {
    width: 100%;
  }
  .three-cols-container {
    flex-direction: column-reverse;
  }
  .three-cols-container .rightSide {
    width: 100%;
  }
  .three-cols-container .middleSide {
    width: 100%;
    margin-inline-end: 0;
  }
  .three-cols-container .leftSide {
    width: 100%;
  }
  .blockContainer {
    padding: 12px 12px 16px 12px;
  }
  .breadCrumbs {
    display: none;
  }
  .breadCrumbsShareContainer .shareButtonContainer {
    align-self: flex-end;
  }
  .outsideTitleContainer {
    margin-bottom: 12px;
  }
  .outsideTitleContainer .title {
    font-size: 24px;
    line-height: 24px;
    border-inline-start: 3px solid var(--linkColor);
    padding: 0 8px 5px 0;
    padding-inline-start: 8px;
    padding-inline-end: 0;
  }
  .insideTitle {
    font-size: 21px;
    line-height: 27px;
  }
  .shareButtonContainer {
    align-self: baseline;
    font-size: 16px;
    line-height: 21px;
  }
  .shareButtonContainer .shareBlock img {
    width: 26px;
    height: 26px;
    margin-inline-start: 10px;
  }
  .shareButtonContainer .shareBlock span {
    display: none;
  }
  .shareButtonContainer .shareInfo {
    width: 292px;
    padding: 12px 12px 16px 12px;
  }
  .shareButtonContainer .shareInfo .titleContainer {
    padding: 0 0 15px 30px;
  }
  .shareButtonContainer .shareInfo .titleContainer .shareBtnClose {
    /*left: 12px;*/
    top: 12px;
  }
  .shareButtonContainer .shareInfo .titleContainer .shareBtnClose img {
    width: 10px;
  }
  .shareButtonContainer .shareInfo .shareButtons {
    margin-top: 15px;
  }
  .shareButtonContainer .shareInfo .shareButtons img {
    height: 45px;
  }
  /*    .selectField {
          background-position-x: 14px;

          .selectBtn {
              padding: 0 12px;
          }

          .selectDropdown {
              .option {
                  padding: 8px 12px;
              }
          }
      }
  */
  /*    .termDefinitionWindow {
      width: 100%;
      padding: 12px;

      .titleContainer {
          .insideTitle {
              padding-inline-end: 21px;
          }

          .btnClose {
              left: 12px;
              top: 12px;
              width: 18px;
              height: 18px;
          }
      }

      .link {
          font-weight: 600;
          margin-top: 16px;
          margin-bottom: 0 !important;
      }
  }

  .alertContainer {
      font-size: 16px;
      line-height: 21px;

      .alertBlock {
          .buttonLink {
              margin-top: 12px;
          }
      }
  }*/
}
/*@media screen and (max-width: 360px) {
    .alertContainer {
        width: 100%;
    }
}*/
.footerContent-container .container .listItemsContainer.one-col .innerListItemFooter {
  display: inline-block;
  flex-wrap: unset;
  flex-direction: unset;
}
.footerContent-container .container .listItemsContainer.one-col li {
  width: 100%;
}
.footerContent-container .container .listItemsContainer.one-col li:nth-child(2) {
  margin-top: 15px;
}
.footerContent-container .container.cols-3 .listItemsContainer {
  /*padding-inline-start: 48px;*/
  width: 33%;
}
.footerContent-container .container.cols-2 .listItemsContainer {
  /*padding-inline-start: 48px;*/
  width: 50%;
}

/* override */
/*:focus, .dropdown-toggle:focus, .form-control:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

h2:target {
    outline: -webkit-focus-ring-color auto 1px;
}*/
:focus, .dropdown-toggle:focus, .form-control:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

:target {
  outline: -webkit-focus-ring-color auto 1px;
}

/*.umb-block-list .blockContainer:first-of-type .goTopTitleContainer .goTopLink {
    display: none;
}
*/
.umb-block-list {
  width: 100%;
}

header .bottomHeader .container {
  gap: 37px;
}

/*overried*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#skiptocontent {
  display: block;
}
#skiptocontent a.skip-link {
  /*right: auto;*/
  top: -55px;
  height: auto;
  width: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 23px 14px;
  color: #050646;
  z-index: 10000;
  line-height: normal;
  text-decoration: none;
  position: fixed;
  background-color: white;
  width: 190px;
}
#skiptocontent a.skip-link:focus {
  top: 0px;
}

.shareButtonContainer .shareInfo {
  width: 450px;
}
.shareButtonContainer .shareInfo .shareButtons {
  justify-content: space-around;
}

.accessibility-title {
  margin-top: 2px;
}

.outsideTitleContainer h1.title {
  font-size: 30px;
  line-height: 42px;
  color: #123A5E;
  font-weight: 500;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

div:focus, p:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, li:focus {
  outline: none;
}

.primary-btn {
  background-color: var(--linkColor);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  padding: 6px 20px;
  border: none;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  box-shadow: none;
}
.primary-btn:hover {
  background-color: var(--btnHoverColor);
}
.primary-btn:focus {
  background-color: var(--buttonFocusColor);
}

.secondary-btn {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: var(--secondarybtntextcolor);
  padding: 6px 20px;
  border: 1px solid var(--secondarybtntextcolor);
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.secondary-btn:hover {
  background-color: var(--secondarybtnTextHovercolor);
}
.secondary-btn:focus {
  background-color: var(--secondarybtnTextFocuscolor);
}

/*overried*/
