/* ---------------------------- BANNER ---------------------------- */

.banner {
    /*border: 1px #000 solid;*/
}
.banner h2 {
    text-align: center;
    padding: 0 20px;
}
.bannerTop {
    /*content: '';*/
}
/*
.enBan {
    background:#fff url('../images/banner1_e.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 290px;
}
.frBan {
    background:#fff url('../images/banner1_f.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 290px;
}
.enBan2 {
    background:#fff url('../images/banner2_e.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.frBan2 {
    background:#fff url('../images/banner2_f.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
*/

/*
@media only screen and (max-width: 750px) {
    .bannerTop {
        min-height: 45vh;
    }
}
@media only screen and (min-width: 1000px) {
    .bannerTop {
        min-height: 45vh;
    }
}
*/

/*.banner::before{
    content: '';
    background:#fff url('../images/placeholder.jpg') top center no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
*/
.bannerText {
    padding: 10px 20px;
}

.padd {
    padding: 10px 20px;
}

span .arrow {
    text-align: right !important;
}

/* ---------------------------- BUTTONS ---------------------------- */

.simpleDoorAnchorNav.teal li a {
    background-color: #74C7AA;
    color: #000 !important;
    justify-content: flex-end;
}
.simpleDoorAnchorNav.teal li a:hover {
    background-color: #74C7AA;
    color: #000 !important;
}

.simpleDoorAnchorNav.purple li a {
    background-color: #54469C;
    color: #fff !important;
    padding: .5em 1em;
}
.simpleDoorAnchorNav.purple li a:hover {
    background-color: #3f3474;
    color: #fff !important;
}

/*
.simpleDoorAnchorNav li:first-child:nth-last-child(1) {
    width: 100%;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
*/

.simpleDoorAnchorNav li:first-child:nth-last-child(1) a {
    /*padding: .5em 1em;*/
}

.simpleDoorAnchorNav.black {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.simpleDoor li:only-child {
    flex: 1 !important;
}

.simpleDoorAnchorNav.black li a {
    background: #000;
    color: #fff !important;
}

.simpleDoorAnchorNav.black li a:hover, .simpleDoorAnchorNav.black li a.simpleDoorActive {
    background: #333;
}

.simpleDoor.doorGrey {
    justify-content: space-evenly;
    margin-right: 0;
    padding-right: 0;
}

.doorGrey li a {
    color: #000 !important;
    background-color: #ebebeb;
    border: 2px solid #ebebeb !important;
    font-size: 1.1em;
    font-weight: bold;
    justify-content: center;
    text-align: center;
}

.doorGrey li a:hover {
    border: 2px solid #000 !important;
    color: #000;
}

/* ---------------------------- 3 STEPS ---------------------------- */

.threeSteps {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    padding: 0 0 10px 10px;
}

.threeSteps div {
    position: relative; 
}
/*
.threeSteps div:nth-of-type(1), .threeSteps div:nth-of-type(2) {
    padding-right: 30px;
}
*/

.threeSteps {
    padding: 5px 20px;
}
.threeSteps h3 {
    font-size: 2.3em;
    padding-bottom: 0;
    margin-bottom: 0;
}
.threeSteps h4 {
    font-size: 1.2em;
    margin-top: 10px;
}
.threeSteps div ol li span.purp {
    color: #54469C;
    font-size: 1.1em;
    font-weight: bold;
  }

  /*
  .threeSteps div ol {
    list-style: none; 
    counter-reset: item; 
  }

  .threeSteps div ol li {
    counter-increment: item; 
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: -3em;
  }

  .threeSteps div ol li::before {
    content: counter(item) ". ";
    color: #54469C;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
  }

  .threeSteps div ol li ul li::before {
    content: '';
    list-style: none; 
  }
  */

  .sub-list-two {
    counter-set: item 2;
  }
  
  .sub-list-three {
    counter-set: item 3;
  }

  .threeSteps ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: orderedlist;
  }
  .threeSteps ol > li {
    counter-increment: orderedlist;
    padding-left: 1.4em;
    line-height: 1.5;
  }
  .threeSteps ol > li:before {
    content: counter(orderedlist)".";
    display: inline-block;
    width: 1.52em;
    color: #54469C;
    font-size: 1.4em;
    font-weight: bold;
  }
  .threeSteps .action-item {
    background-image: url(/vot/reg/fut/images/arrow.png);
    background-position: -4px 2px;
    background-repeat: no-repeat;
    background-size: 1.2em;
    padding: 2px 0 0 30px;
    margin-top: 20px;
  }
  .threeSteps ol > li > ul > li {
    margin-left: 20px !important;
  }

/*
.threeSteps div ol li::before {
    content: '';
    position: relative;
    left: -10px;
    top: 10%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 17px solid #feda00;
  }
  */
/*
.threeSteps div:nth-of-type(1)::after, .threeSteps div:nth-of-type(2)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 20%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 17px solid #feda00;
  }
*/

/* ---------------------------- FORMATTING ---------------------------- */

h2.mag {
    font-size: 1.5em;
}
.spaceneed {
	height: 20px;
	width: auto;
	display: block;
}

.breaker {
    border-top: 2px #ebebeb solid;
    padding-top: 40px;
}

.faq4 h3 {
    background: #efefef;
    padding: 10px;
    border: 1px solid #c1c1c1;
    box-shadow: 5px 5px 5px #d9d9d9;
    margin: 30px 0;
    font-weight: normal;
}

.faq4 h4 {
    margin-left: 20px;
}

.divSpace {
    margin-top: 30px;
}

ol li {
    padding-top: 10px;
}

ol li ul {
    padding-top: 10px;
}

.largerText {
    font-size: 1.2em;
}
.smallerText {
    font-size: 0.8em;
}

.indent {
    margin-left: 8px;
}

/* ---------------------------- ID PAGE ---------------------------- */

.nuecFlexy.nuecFlexyBgChildren {
    color: #fff;
    font-size: 1.1em;
}

.nuecFlexy.nuecFlexyBgChildren h3 {
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
}

.nuecFlexy.nuecFlexyBgChildren h4 {
    color: #fff;
    letter-spacing: 0.05em;
}

.nuecFlexy.nuecFlexyBgChildren h4.spacer {
    margin-top: 40px;
}

.nuecFlexy.nuecFlexyBgChildren div {
    background-color: #54469c;
    border-radius: 3px;
}

.noticeID {
    margin-top: 25px;
    font-size: 1.1em;
}

.noticeID p .yellowbg {
    font-weight: bold;
    font-size: 1.1em;
    background-color: #ffe033;
    color: #000;
    padding: 0.5em;
    margin-right: 0.5em;
    line-height: 2.5em;
}

.listofID {
    border: 1px #000 solid;
    padding: 0;
    margin: 0;
}

h3.idHeader{
    font-weight: bold;
    font-size: 1.0em;
    background-color: #636466;
    color: #fff;
    padding: 0.5em;
    margin: 0;
}
h3.idHeader.fixedHeight {
    height: 46px;
    display: flex;
    align-items: center;
}

/*ul.nuecFlexy {
    gap: 5px 25px; 10px row-gap, 20px column-gap 
    padding-left: 20px;
}
*/

.nuecColumns {
    column-count: 3;
    column-gap: 2%;
    column-rule: 0;
}

ul.nuecColumns li {
    padding: 0px 5px 5px 8px !important;
}

.nuecFlexy.nuecFlexy3565 {
    column-gap: 2%;    
    margin-bottom: 0.3rem;
}

.nuecFlexy.nuecFlexy3565 > *:nth-child(1)
 {
    width: calc(33% - 0.832em);
}
.nuecFlexy.nuecFlexy3565 > *:nth-child(2) {
    width: calc(68% - 0.832em);
}

@media only screen and (max-width: 750px) {
    .nuecColumns {
        column-count: inherit;
        column-width: inherit;
        column-gap: inherit;
        column-rule: inherit;
    }
}
@media only screen and (max-width: 1000px) {
    .nuecColumns {
        column-gap: 8%;
    }
}

@media only screen and (max-width: 750px) {
    .nuecFlexy.nuecFlexy3565 > *:nth-child(1), .nuecFlexy.nuecFlexy3565 > *:nth-child(2) {
        width: 100%;
    }
    h3.idHeader.fixedHeight {
        height: inherit;
    }
}
@media only screen and (max-width: 1000px) {
    .nuecFlexy.nuecFlexy3565 > *:nth-child(1), .nuecFlexy.nuecFlexy3565 > *:nth-child(2) {
        width: 100%;
    }
    h3.idHeader.fixedHeight {
        height: inherit;
    }
}

/* ---------------------------- BACK TO TOP ---------------------------- */

.backtop{
	text-align: right;
	font-size: 0.8em;
	padding-right: 10px;
}
.backtop::before{
    content: "\21E7";
    font-size: 16px;
    background-color: #8b2942;
    color: #fff;
    padding: 0 4px 0 4px;
    border-radius: 5px;
	font-weight: bold;
}
.backtop img{ display:none; }