
a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

a:hover,
a:active,
a:visited {
  color: #000000;
}

.fr-sup {
  font-size: 0.55em!important;
  top: 0em!important;
}

sup {
  font-size: 0.825em!important;
  top: 0.3em!important;
}

.lead-block > div {
  font-size: 2.286em;
  font-weight: 500;
  line-height: 1em;
}

.lead-block p {
  padding: 20px 0 10px;
  font-size: 1.3em;
}

.red-text {
  color:#da291c!important;
}

/* SELECT DROPDOWN */
.customSelect select {
  border: 1px solid #414042;
  background-color:#ffffff;
  border-radius: 10px;
  box-shadow: none !important;
  font-size: 1.2em;
  outline: none !important;
  padding: 10px 15px;
  font-weight: 400;
  min-width: 300px;
  transition: none 0s ease 0s !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.customSelect select::-ms-expand {
  display: none;
}
.customSelect::after {
  border-left: 1px solid #aaaaaa;
  content: "";
  float: right;
  height: 35px;
  margin: -38px 42px 0 0;
  pointer-events: none;
  position: relative;
  width: 5px;
  z-index: 11;
}
.customSelect i {
  margin-right: 15px;
  pointer-events: none;
  position: relative;
  z-index: 10;
  float: right;
  margin-top: -25px;
}
.customSelect i.chevron-up {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* END SELECT DROPDOWN */

.support-topics {
  padding-top: 5px;
}

.support-topics .support-list p {
  font-size: 1.3em;
  padding-bottom: 5px;
}

.support-topics .support-list h2 {
  color: #da291c;
  padding-bottom:10px;
}

.support-topics .support-list h4 {
  margin-bottom: 5px;
}

.support-topics .myrogers-container {
  margin-top: 20px;
}

.support-topics .myrogers-container header {
  background-color: #00aec6;
  border-top-right-radius: 25px;
  height:60px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 2.143em;
}

.support-topics #myrogers {
  border: 2px solid #00aec6;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 20px;
}

.support-topics #myrogers p {
  font-size: 1.3em;
}

.support-topics #myrogers ul li a {
  font-size: 1.3em;
  font-weight: 500;
}
 .support-topics #myrogers ul li a:hover {
    text-decoration: underline;
  }

.support-topics #myrogers a {
  font-size: 1.3em;
  font-weight: 500;
}
.support-topics #myrogers a:hover {
  text-decoration: underline;
}

.support-topics #myrogers p:first-child {
  font-size: 1.6em;
  font-weight:500;
}

.support-topics #myrogers p:nth-child(3) {
  font-weight:500;
}

.support-topics #myrogers #learn-more {
  color: #da291c;
}

.support-topics #learn-more .rui-icon-chevron {
  font-size: 0.7em;
  position: relative;
  bottom: 1px;
  left:4px;
}

/* Footer */

.fs-footer {
  margin-top: 30px;
}

.fs-footer .border-top {
  padding: 20px 0;
  border-top: 1px solid #c4c6c8;
}

.fs-footer .footer-group {
  margin-top: 10px;
}

.fs-footer .icons {
  font-size: 4em;
  color: #da291c;
}

.fs-footer .icon-text a {
  font-size: 1.286em!important;
}

@media(min-width:768px) {
  .lead-block p {
    padding: 20px 0 30px;
    font-size: 1.714em;
  }

  #services-wrapper {
    background-color: #eaf7f9;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 180px;
    padding: 25px 45px;
    width: 100%;
  }

  .support-fr #services-wrapper {
    height: 225px;
  }

  .support-fr #services ul {
    margin-top: 25px;
  }

  #services-title {
    display: inline-block;
    padding-top:55px;
    float:left;
    font-size: 1.9em;
    font-weight: 500;
    line-height: 25px;
  }
  .support-fr #services-title {
    padding-top: 75px;
  }

  #services {
    display: inline-block;
    float:right;
  }

  #services .li-margin {
    position: relative;
    top:-20px;
  }

  #services ul li {
    display: inline-block;
    list-style:none;
    padding-right:35px; 
  }

  #services ul li:last-child {
    padding-right:0;
  }

  #services li a {
    text-align: center;
  }

  #services li a:hover,
  #services li a:active,
  #services li a:visited {
    color: #000000;
  }

  #services li .icon-wrapper {
    background:#68cada;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin: 0 auto;
    color: #ffffff;
  }

    #services li .icon-wrapper:hover {
    background:#808284;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin: 0 auto;
    color: #ffffff;
  }

  #services li .icon {
    font-size: 2.571em;
    position:relative;
    top:20px;
  }

  #services li:first-child .icon {
    font-size: 3em;
  }

  #services li:nth-child(4) .icon {
    font-size: 3.3em;
  }

  #services li label {
    display: block;
    padding-top: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 1.143em;
    text-decoration: underline;
  }

  #services .rui-icon-chevron {
    font-size: 0.7em;
    position: relative;
    bottom: 1px;
    left:4px;
  }

  .support-topics #myrogers p {
    font-size: 1.143em;
  }

  .support-topics #myrogers ul li a {
    font-size: 1.143em;
    color:#3F77A7;
  }
   .support-topics #myrogers a {
    font-size: 1.143em;
    color:#3F77A7;
  }
  .support-topics #myrogers ul {
    list-style: none;
    padding-left: 0px;
    line-height: 1.75;
  }
  .support-topics {
    padding-top: 40px;
  }

  .support-topics .myrogers-container {
    padding-left: 85px;
    margin-top: 20px;
  }

  .support-topics #myrogers p:first-child {
    font-size: 1.143em;
    font-weight:500;
  }

  .support-topics .support-list p {
    font-size: 1.143em;
    padding-bottom: 10px;
  }

  .support-topics .support-list h2 {
    padding-bottom: 30px;
  }

  .support-topics header {
    background-color: #68cada;
    border-top-right-radius: 25px;
    height:80px;
    padding: 20px;
    color: #ffffff;
    font-size: 2.5em;
  }

  .fs-footer {
    margin-top: 60px;
  }

  .fs-footer .footer-group a {
    font-size: 1.3em;
  }

  .fs-footer .footer-group p {
    padding-top:5px;
    font-size: 1.143em;
  }

  .fs-footer .icon-text {
    padding-left: 25px;
  }
}

@media(min-width: 768px) and (max-width: 1199px) {
  .support-fr #services-title {
    max-width: 150px;
  }

  .support-fr #services ul {
    padding-left: 0;
  }
}

  .support-fr #services ul li {
    padding-right: 15px!important;
  }

/* Tablet */
@media(min-width:768px) and (max-width:991px) {
  #services-wrapper {
    height: 125px;
  }

  #services-title {
    padding-top: 20px;
  }

  .support-fr #services .li-margin {
    top: -15px;
  }

  #services ul li {
    padding-right: 0px;
  }

  #services li .icon-wrapper {
    height: 50px;
    width: 50px;
  }

  #services li .icon {
    font-size: 2em;
    top: 15px;
  }

  .support-topics .myrogers-container {
    padding-left:0;
  }

  .fs-footer .icon-text {
    padding-left: 40px;
  }  
}

@media(max-width: 767px) {
  .footer-group .icon-text {
    padding-left: 40px;
  }

  .footer-group .icon-text a {
    position:relative;
    left:10px;
    top: 10px;
  }

  .footer-group:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-group .icon-text p {
    display: inline-block;
    position:relative;
    left: -25px;
    top:10px;
    width: 100%;
    font-size: 1.3em;
  }
}


/*for the blue circular steps on most article pages*/
.display-drawer ol.steps {
  list-style-type: none;
  list-style-type: decimal !ie; /*IE 7 supportk*/
  counter-reset: li-counter;
  width: 50%;
  float: left;
}

.display-drawer ol.steps li {
  font-size: 1.6rem;
}

.display-drawer ol.steps > li {
  position: relative;
  padding-top: 5rem;
  padding-left: 5.6rem;
  margin: 0 auto;
}

 .display-drawer ol.steps > li:last-child {
  padding-bottom: 20px;
}


 .display-drawer ol.steps > li {
    width: 100%;
    float: none;
  }
}

 .display-drawer ol.steps > li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  position: absolute;
  background: #00A0B7;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-size: 3rem;
  left: -0.5rem;
  top: 4rem;
  bottom: -10px;
  padding-top: 0.8rem;

}

.display-drawer ul > li {
  list-style-type: disc !important;
}
/*repeated without display-drawer because some dont have that included */
ol.steps {
  list-style-type: none;
  list-style-type: decimal !ie; /*IE 7 supportk*/
  counter-reset: li-counter;
  width: 50%;
  float: left;
}

 ol.steps li {
  font-size: 1.6rem;
}

 ol.steps > li {
  position: relative;
  padding-top: 5rem;
  padding-left: 5.6rem;
  margin: 0 auto;
}

 ol.steps > li:last-child {
  padding-bottom: 20px;
}


 ol.steps > li {
    width: 100%;
    float: none;
  }
}

 ol.steps > li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  position: absolute;
  background: #00A0B7;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-size: 3rem;
  left: -0.5rem;
  top: 4rem;
  bottom: -10px;
  padding-top: 0.8rem;

}

.display-drawer ul > li {
  list-style-type: disc !important;
}
