body {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "San Francisco", Arial, Helvetica, san-serif;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
ul,
ol,
p {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "San Francisco", Arial, Helvetica, san-serif;
    line-height: 1.50;
}

a {
    text-decoration: auto !important;
}

.ButtonCss {
    width: 100px;
    height: 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #fefefe;
    line-height: 2.35;
    color: #BB0000;
    border: 1px solid #e8e8e8;
}

.NextButton {
}

.PreviousButton {
}

.SkipAllButton {
    width: 245px !important;
}

.megaPanFooter .animate {
    transition: background .5s;
}

a.linkedin {
    background: url(/StaticFiles/SocialIcons/socialIconIn.png)no-repeat 0% 0%;
}

    a.linkedin:hover {
        background: url(/StaticFiles/SocialIcons/socialIconIn.png)no-repeat 0% 100%;
    }

a.twitter {
    background: url(/StaticFiles/SocialIcons/socialTwit.png)no-repeat 48% 0%;
}

    a.twitter:hover {
        background: url(/StaticFiles/SocialIcons/socialTwit.png)no-repeat 48% 100%;
    }

a.youtube {
    background: url(/StaticFiles/SocialIcons/socialIconYouTube.png)no-repeat 100% 0%;
}

    a.youtube:hover {
        background: url(/StaticFiles/SocialIcons/socialIconYouTube.png)no-repeat 100% 100%;
    }

.megaPanFooter a {
    display: block;
    width: 23px;
    height: 23px;
    line-height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.activeOption {
    background: yellow;
}

.nav-link {
    color: #3c3535 !important;
}

.visitedOption {
    background: #efefef;
}


.inActiveOption {
    pointer-events: none;
  //  opacity: 0.4;
    cursor: default;
}
.inActiveOption i {
 color:gray;
}

.FollowSize {
    margin-left: 36px;
}

.MenuMargin {
    margin-top: 40px;
}

@media screen and (min-width:300px) and (max-width:800px) {
    .FollowSize {
        margin-left: 0px;
    }

    .MenuMargin {
        margin-top: 0px;
    }
}

.redBB0000 {
    color: #BB0000;
}

.aaalink:link {
    color: darkgray;
    background-color: transparent;
    text-decoration: none;
    transition: color 1s ease-in;
}

.aaalink:visited {
    color: darkgray;
    background-color: transparent;
    text-decoration: none;
}

.aaalink:hover {
    color: #bb0000;
    background-color: transparent;
    text-decoration: none;
}

.aaalink:active {
    color: #bb0000;
    background-color: transparent;
    text-decoration: none;
}

.ftlink {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
}

.fthover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: darkgray;
    transition: transform 0.5s;
}

.fthover:hover:after {
    transform: scaleX(1);
}

.fthr {
    border-top: 2px solid #000000;
    opacity: 1;
    margin-top: 0;
}

.optiondot {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #f1eeee87 !important;
    padding: 0px;
    margin-left: 17px;
}

.optiondotVisited {
    background: white !important;
}

.optiondotActive {
    background: white !important;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.ArrowActive {
    /* background: red !important; */
    animation: blinker 1s linear infinite;
}

.BreadCumItem {
    width: 123px;
}

.ReviewItem {
    margin-left: -4px;
}

.DividerWidth {
    width: 24px;
    margin-left: -4px;
}

.OptionDivider {
    width: 530px;
    height: 30px;
}

.activeOption {
    background: yellow;
}

.nav-link {
    color: #3c3535 !important;
}

.Pointer {
    cursor: pointer;
}

@keyframes slideUp {

    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

div.gdprfooter {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: min-content;
    background-color: #e8e8e8;
    animation: 2s ease-out 0s 1 slideUp;
    z-index: 9999;
}

.wcagDisclaimer {
    color: #BB0000;
    font-size: 1.00rem;
    font-weight: 600;
}

.wcagAllowOptions {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px 0px 25px;
    color: #BB0000;
    font-family: Arial;
    display: block;
}

.error {
    background: #fafad2;
    border: #F88379 1px solid;
}

div.gdprfooter {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: min-content;
    background-color: #e8e8e8;
    animation: 2s ease-out 0s 1 slideUp;
    z-index: 9999;
}

    div.gdprfooter.hidden {
        display: none;
    }

.mainlink:link {
    color: #BB0000;
    background-color: transparent;
    text-decoration: none;
}

.mainlink:visited {
    color: #BB0000;
    background-color: transparent;
    text-decoration: none;
}

.mainlink:hover {
    color: #bb0000;
    background-color: transparent;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #bb0000;
}

.mainlink:active {
    color: #bb0000;
    background-color: transparent;
    text-decoration: none;
}

input[type='text'] {
 border-top-style: hidden;
 border-right-style: hidden;
 border-left-style: hidden;
 background: transparent;
 border-bottom: 1px solid #666666;
}

 input[type='text']:invalid {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: 1px solid #666666;
  background: yellow;
  outline: none;
 }

 input[type='text']:focus {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: solid;
  border-bottom-color: #bb0000;
  background: transparent;
  outline: none;
 }

 input[type='text']:disabled {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  background: transparent;
  outline: none;
 }

html#acsb-light-contrast.acsb-light-contrast div#navbarWelcomeSupportedContent {
    background-image: linear-gradient(#b6b6b8, #9c9d9e,#8d8d8f) !important;
}

html#acsb-light-contrast.acsb-light-contrast div#navbarDisputeTypesSupportedContent {
    background-image: linear-gradient(#b6b6b8, #9c9d9e,#8d8d8f) !important;
}

html#acsb-light-contrast.acsb-light-contrast div#navbarSupportedContentClauseOptions {
    background-image: linear-gradient(#cd161e, #af0e12,#920606) !important;
}

button[type="submit"].acsb-sr-only {
    display: none !important;
}

.ml-1{
    margin-left:4px;
    margin-top:-4px;
}