﻿.online-services-home {
  padding-top: 2rem;
  background-color: #ededed;
}

.online-services-home > .row {
  padding: 0 .9375rem;
}

@media screen and (max-width: 63.9375em) {
  .online-services-home {
    padding-top: 0;
  }
}

.online-services-home .login-box {
  margin-bottom: 2rem;
}

.online-services-home h1,
.online-services-home h2,
.online-services-home h3 {
  font-weight: 700;
}

.online-services-home h1 {
  font-size: 2.2rem;
}

.online-services-home h2 {
  font-size: 1.9rem;
}

.online-services-home h3 {
  font-size: 1.6rem;
}

@media screen and (min-width: 64em) {
  .online-services-home .online-services__heading--medium-down {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .online-services-home .online-services__heading--medium-down {
    background-color: #fff;
    padding: .9375rem;
    height: 8rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .online-services-home .online-services__heading--large-up {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .online-services-home__services {
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .online-services-home__services {
    padding-top: 1rem;
  }
}

.services-tabs > ul,
.services-tabs > div {
  border: 0;
}

.services-tabs__tab-activators {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.services-tabs__tab-activators a {
  color: #fff !important;
  text-decoration: none;
  width: 100%;
}

.services-tabs__tab-activators a:focus {
  background-color: inherit;
  outline: #00c6c6 solid 3px !important;
}

.services-tabs__tab-activators,
.services-tabs__tab-content {
  background-color: transparent;
}

.services-tabs__tab-content {
  padding-top: 0;
  margin-top: 0;
}

.services-tabs__tab-content .tabs-panel {
  padding: 0;
}

.services-tabs__tab-content div.full-content {
  display: none;
}

.services-tabs__tab-content .collapsible-list-links {
  padding-top: 0.25rem;
}

.services-tabs__tab-content .collapsible-list-links > ul {
  margin: 0;
}

.services-tabs__tab-content .collapsible-list-links > ul > li {
  margin-top: 0.75rem;
}

.services-tabs__tab-content .collapsible-list-links > ul > li > a {
  color: #145B94 !important;
}

.services-tabs__tab-content .services-tabs__expanded-service-list {
  background-color: #fff !important;
  margin-left: 0;
  margin-bottom: 0 !important;
}

.services-tabs__service-category {
  background-color: #fff !important;
  padding-top: 0 !important;
  margin-top: 1rem;
}

.services-tabs__service-category.expanded {
  margin-bottom: 0 !important;
}

.services-tabs__service-category.expanded a:before {
  background: url("../Images/svg/expando-close.svg") right top no-repeat;
  top: 10px;
  height: 30px;
}

@media only screen and (min-width: 64.063em) { 
	.services-tabs__expanded-service-list {
  		padding-left: 16px;
	}
}

.tabs-title {
  -ms-flex: 1 1 30%;
      flex: 1 1 30%;
  text-align: center;
  height: 3.4rem;
  margin: 0.7rem;
  position: relative;
  background-color: #145B94;
  border-radius: 6px;
  cursor: pointer;
}

.tabs-title:first-of-type {
  margin-left: 0;
}

.tabs-title:last-of-type {
  margin-right: 0;
}

.tabs-title.is-active::after {
  content: "";
  border-left: .9375rem solid transparent;
  border-right: .9375rem solid transparent;
  border-top: 0.88rem solid #666666;
  position: absolute;
  top: 99.5%;
  left: 50%;
  margin-left: -.9375rem;
}

.tabs-title > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: inherit;
  padding: 0 0.5rem;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

@media screen and (max-width: 39.9375em) {
  .tabs-title > a {
    font-size: 1rem;
  }
}

.tabs-title > a:hover {
  background-color: #575757 !important;
}

.tabs-title > a[aria-selected=true] {
  background-color: #666666;
}

.online-services-home__sign-in-register-links a {
  color: #104a78;
  text-decoration: underline;
  display: block;
  margin-top: 0.5rem;
}

.online-services-home__sign-in-register-links a:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 63.9375em) {
  .online-services-home__sign-in-register-links {
    padding: 0;
  }
}

.online-services-home__support-links {
  background-color: #dcddde;
  padding: 2rem 0;
  width: 100%;
}

.online-services-home__support-links .support-link-tiles-container {
  	padding-left: 5px;
}

.online-services-home__support-links ul {
  padding: 0;
}

.online-services-home__support-links .list-links li {
  min-width: 45%;
  margin-bottom: 0.6rem;
}