@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Raleway', sans-serif;
	font-size: 1.125rem;
}

.goss-bg-blue {
	background-color: #3366cc;
}

.goss-bg-orange {
	background-color: #cc3300;
}

.goss-bg-green {
	background-color: #009933;
}

.goss-bg-purple {
	background-color: #660066;
}

.goss-bg-dark-blue {
	background-color: #000066;
}

.goss-bg-gold {
	background-color: #996600;
}

.goss-bg-red {
	background-color: #cc0000;
}

.goss-bg-grey {
	background-color: #333333;
}

.goss-bg-light-grey {
	background-color: #ededed;
}

.goss-bg-yellow {
	background-color: #ffcc00;
}



#goss-bg-blue {
	background-color: #3366cc;
}

#goss-bg-orange {
	background-color: #cc3300;
}

#goss-bg-green {
	background-color: #009933;
}

#goss-bg-purple {
	background-color: #660066;
}

#goss-bg-dark-blue {
	background-color: #000066;
}

#goss-bg-gold {
	background-color: #996600;
}

#goss-bg-red {
	background-color: #cc0000;
}

#goss-bg-grey {
	background-color: #333333;
}

#goss-bg-light-grey {
	background-color: #ededed;
}

#goss-bg-yellow {
	background-color: #ffcc00;
}


.goss-color-purple {
	color: #660066;
}


.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 0px;
    z-index: 98;
    padding: 19px;
    background-color: #cc3300;
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}


.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: #cc3300;
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}


h1 {
	font-size: 2.25rem;
}

h2 {
	font-weight: 700;
  font-size: 1.4375rem;
}


.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.45rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem 0rem;
	width: 100%;
	float: right;
}

.navbar-brand {
	padding-left: 1rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;	
}


.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}


.navbar-nav .nav-link {
	padding-left: 1rem;
}

.nav-highlight {
	background-color: #330033;
	font-weight: 500;
}

.navbar-nav .nav-link:hover {
  margin-right:  0rem;
  margin-left: 0rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #330033;
}




.btn-nav {
  color: #fff;
  background-color: #660066;
	font-weight: 500;
	border: 1px solid rgba(255, 255, 255, 1);
	font-size: 1.25rem;
	width: 15.3rem;
}

.btn-nav:hover {
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15.3rem;
  padding: 0rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: left;
  list-style: none;
  background-color: #660066;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.6rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #FFF;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
	font-size: 1rem;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #330033;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #330033;
	font-weight: 700;
}

.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.btn-covid {
  color: #fff;
  background-color: #cc0000;
}

.btn-covid:hover {
  color: #fff;
}


.btn-elearn {
  color: #333333;
  background-color: #ffcc00;
	font-weight: 500;
	font-size: 1.125rem;
}

.btn-elearn:hover {
  color: #333333;
}

.logo {
	max-width: 15rem;
	float: left;
	padding-left: 0.8rem;
}

.logo-contact {
	max-width: 15rem;
	float: left;
	margin-left: 2rem;
}



.footer-logo {
	max-width: 8rem;
	float: right;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0.25rem;
	margin-right: 1rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}


.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navburger {
	width: 2.3rem;
	padding-left: 1rem;
	padding-bottom: 0.2rem;
}


.card-lg {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #660066;
  background-clip: border-box;
  color:#FFF;
}

.card-lg-consult {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #cc3300;
  background-clip: border-box;
  color:#FFF;
}

.card-lg-training {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #009933;
  background-clip: border-box;
  color:#FFF;
}

.card-lg-inclusive {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #3366cc;
  background-clip: border-box;
  color:#FFF;
}

.card-lg-access {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #3366cc;
  background-clip: border-box;
  color:#FFF;
}

.card-body-lg {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.card-title-lg {
  font-weight:700;
  font-size:2rem;
  padding-left:1.7rem;
  padding-top:0.4rem;
  padding-bottom:0.1rem;
}

.card-img-lg {
  width: 100%;
}

.card-img-top-lg {
  width: 100%;
}


.card-text-lg {
	font-weight:500;
	color:#FFF;
	padding-left:1rem;
	padding-right:2rem;
	padding-top:3rem;
	padding-bottom:3rem;
	line-height:3.5rem;
	font-size: 3rem;
}


.card-text-sm {
	font-weight:500;
	color:#FFF;
	padding-left:1rem;
	padding-right:2rem;
	padding-top:3rem;
	padding-bottom:3.4rem;
	line-height:3.7rem;
	font-size: 3rem;
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border:0px;
  margin:0px;
}

hr.blue-style {
	background-color:#3366cc;
	width:100%;
	max-height: 2px;
	margin-bottom: 0.5rem;
}

hr.orange-style {
	background-color:#cc3300;
	width:100%;
	max-height: 2px;
	margin-bottom: 0.5rem;
}

hr.green-style {
	background-color:#009933;
	width:100%;
	max-height: 2px;
	margin-bottom: 0.5rem;
}

.jumbotron {
  padding: 1rem 1rem 0.8rem 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  background-color: #660066;
  border-radius: 0rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.4375rem;
}


.body-copy {
	padding-left: 1rem;
	padding-right: 2rem;
}
.body-accessibility-copy {
	padding-left: 1rem;
	padding-right: 2rem;
}


p {
	color: #333333;
	font-size: 1.125rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.body-copy p a {
	font-weight: 800;
	color: #660066;
}

.body-accessibility-copy p a {
	font-weight: 400;
	color: #660066;
}


.body-accessibility-copy ul {
	margin-left: -1rem;
}

.body-accessibility-copy ul a {
	font-weight: 400;
	color: #660066;
}

.body-copy-bold p {
	padding-left: 1rem;
	padding-right: 2rem;
	font-size: 1.43rem;
	line-height: 1.8rem;
	font-weight: 700;
	margin-top: 2rem;
}

.body-copy-bold-i p {
	padding-left: 1rem;
	padding-right: 2rem;
	font-size: 1.25rem;
	line-height: 1.6rem;
	font-weight: 600;
	margin-top: 0.8rem;
	font-style: italic;
}

.body-copy-bold p a {
	font-weight: 800;
	color: #660066;
}




.card-service {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0rem;
}

.card-service-header {
  margin-bottom: 0;
  border-bottom: 0;
  text-align: left;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: 6.25rem;
	display: flex;
	padding-left: 1rem;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
	margin-top: 0rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.75rem 1rem;
  background-color: rgba(204, 204, 204, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.125);
	min-height: 14rem;
	text-align: left;
}

.card-description {
	margin-top: 0.5rem;
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0rem;
	text-align: center;
	font-weight: 400;
}


.card-sector {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
	font-weight: 700;
	font-size: 1.43rem;
	line-height: 1.6rem;
	color: #FFFFFF;
}

.card-sector-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
	max-height: 95px;
}

.card-sector-body img {
	width: 65px; 
	float: right;
}


.card-insight {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
	font-weight: 700;
	font-size: 1.43rem;
	line-height: 1.6rem;
	color: #FFFFFF;
}

.card-insight-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
	max-height: 115px;
}

.card-insight-body img {
	width: 65px; 
	float: right;
}


.jumbotron-grey {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #CCCCCC40;
  border-radius: 0rem;
  color: #660066;
  font-weight: 600;
	font-style: italic;
  font-size: 1.25rem;
}

.jumbotron-grey p {
	padding-top: 1rem;
	font-style: normal;
	line-height: 1.5rem;
}

.jumbotron-body-grey {
  padding: 2rem 1rem;
  margin-bottom: 1.5rem;
	margin-top: -1rem;
  background-color: #CCCCCC40;
  border-radius: 0rem;
  color: #333333;
  font-weight: 400;
  font-size: 1.125rem;
	line-height: 1.4;
}

.contact p {
	color: #FFFFFF;
	font-size: 0.9375rem;
}

.contact ul {
	color: #FFFFFF;
	font-size: 0.9375rem;
}

.contact ul a {
	color: #FFFFFF;
}

.register {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.register p {
	color: #333333;
	font-size: 1rem;
}



.copyright {
	text-align: right;
	float: right;
	color: #FFFFFF;
	padding-right: 1rem;
	font-size: 0.75rem;
}

.social-icons {
	margin-top: -0.3rem;
}

.social-logo {
	width: 2.8rem;
}


.blue-social-icons {
	margin-top: 1rem;
	padding-right: 1.5rem;
}

.comments {
	width: 100%;
	margin: 1rem 0 3rem 0;
}

.comments .comment {
	width: 100%;
}

.comments .comment p {
	color: #FFFFFF;
	font-weight: 700;

}

.quote-ref {
	font-size: 1rem;
}

.bubble {
	position: relative;
	background-color: #3366cc;
	padding: 2rem;
	border-radius: 1rem;
}

.bubble:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 40px;
	bottom: -35px;
	border-left: 0px solid #FFFFFF00;
	border-right: 36px solid #FFFFFF00;
	border-top: 36px solid #3366cc;
}

.bubble-purple {
	position: relative;
	background-color: #660066;
	padding: 2rem;
	border-radius: 1rem;
}

.bubble-purple:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 40px;
	bottom: -35px;
	border-left: 0px solid #FFFFFF00;
	border-right: 36px solid #FFFFFF00;
	border-top: 36px solid #660066;
}

.card {
	margin-bottom: 1rem;
	margin-top: 1rem;
	border: 0;
	border-radius: 0;
}

.card-header {
border-radius: 0;
}

.card-body {
	line-height: 1.3rem;
}

.btn-link {
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
	margin-left: -1rem;
}

.btn-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.card-header:first-child {
  border-radius: calc(0rem - 0px) calc(0rem - 0px) 0 0;
}


.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
			color: white;
			margin-top: -2rem;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.our-people-bubble p {
	font-size: 1.7rem;
	line-height: 2rem;
}

.card-body-employees {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
	margin-left: -1rem;
	line-height: 1.3rem;
	background-color: #3E3E3E10;
}

.btn-employee-social {
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000066;
  border: 0px;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cred-logo {
	margin-bottom: 2rem;
}


.card-consult {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0rem;
}

.card-consult-header {
	margin-top: 0.5rem;
  margin-bottom: 0;
  border-bottom: 0;
	padding-left: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: 4rem;
	display: flex;
}

.card-consult-header-reg {
	margin-top: 0.5rem;
  margin-bottom: 0;
  border-bottom: 0;
	padding-left: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: 4rem;
	display: flex;
}

.card-consult-description {
	margin-top: 0.5rem;
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0rem;
	text-align: left;
	font-weight: 400;
	max-height: 20rem;
}

.list-group-item-consult {
  position: relative;
  display: block;
  padding: 1.75rem 1.25rem;
  background-color: rgba(204, 204, 204, 0.4);
  border: 0px solid rgba(0, 0, 0, 0.125);
	min-height: 12rem;
}

.header-copy {
	font-weight: 700;
	color: #cc3300;
	padding: 2rem 2rem 1rem 1rem;
	font-size: 1.4375rem;
	line-height: 1.8rem;
}

.header-copy-purple {
	font-weight: 700;
	color: #660066;
	padding: 2rem 2rem 1rem 1rem;
	font-size: 1.4375rem;
	line-height: 1.8rem;
}

.header-copy-green {
	font-weight: 700;
	color: #009933;
	padding: 2rem 2rem 1rem 1rem;
	font-size: 1.4375rem;
	line-height: 1.8rem;
}

.header-copy-blue {
	font-weight: 700;
	color: #3366cc;
	padding: 2rem 2rem 1rem 1rem;
	font-size: 1.4375rem;
	line-height: 1.8rem;
}


.table-service {
	font-weight: 700;
	color: #cc3300;
	font-size: 1rem;
}

.table-language {
	font-weight: 700;
	color: #660066;
	font-size: 1rem;
}

.table td {
	font-size: 1rem;
	line-height: 1.4rem;
}

.btn-consult-back {
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #cc3300;
  border: 0px;
  padding: 0.375rem 0.75rem;
	margin-left: 0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-training-back {
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #009933;
  border: 0px;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-access-back {
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3366cc;
  border: 0px;
	margin-left: 0rem;	
  padding: 0.375rem 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-transport-back {
  display: inline-block;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #CC0001;
  border: 0px;
	margin-left: 0rem;	
  padding: 0.375rem 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.card-recovery {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
   border: 2px solid rgba(255, 255, 255, 0.125);
	font-weight: 700;
	font-size: 	1.125rem;
	line-height: 1.3rem;
	color: #FFFFFF;
}

.card-recovery-grey {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
   border: 2px solid rgba(255, 255, 255, 0.125);
	font-weight: 700;
	font-size: 	1.125rem;
	line-height: 1.3rem;
	color:#3e3e3e;
}

.card-recovery-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
	max-height: 120px;
}

.card-recovery-body img {
	width: 65px; 
	float: right;
}

.contact-header-panel {
	margin-top: 4rem;
	
}



.contact-title {
	font-size: 3rem;
	color: #660066;
	font-weight: 500;
	line-height: 3.2rem;
	padding-left: 2rem;
}

.contact-details {
	font-size: 1.875rem;
	color: #660066;
	font-weight: 600;
	line-height: 2.5rem;
	padding-right: 1.5rem;
	text-align: right;
	
}

.jumbotron-body-grey ul {
	margin-top: 1rem;
	margin-left: -1rem;
}

.blockquote-footer-goss {
  display: block;
  font-size: 0.9375rem;
  color: #333333;
	font-weight: 600;
}

.case-study-logo {
	margin-bottom: 16rem;
}

.case-study-logo-no-photo {
	margin-bottom: 2rem;
}

.case-study-label {
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin-bottom: 2rem;
}

.case-study-title {
	font-size: 3.1875rem;
}

.card-cs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #3366cc;
  background-clip: border-box;
	height: 26rem;
}

.card-cs-text {
	font-weight:500;
	color:#FFF;
	padding-left:1rem;
	padding-right:2rem;
	padding-top:3rem;
	padding-bottom:3rem;
}


	.sector-spacer {
		margin-top: 1rem;
	}
	

.pad-right {
	padding-right: 1rem;
}

.table .thead-yellow th {
  color: #333333;
  background-color: #ffcc00;
  border-color: #dee2e6;
}

.table .thead-purple th {
  color: #fff;
  background-color: #660066;
  border-color: #dee2e6;
}


@media (max-width: 2500px) {
	
	.card-lg {
		height: 24.5rem;
	}
	
		.card-lg-consult {
		height: 24.5rem;
	}
			.card-lg-training {
		height: 24.5rem;
	}
		
		.card-lg-inclusive {
		height: 24.5rem;
	}
	
	.card-lg-access {
		height: 24.5rem;
	}

	
	.card-text-lg {
		padding-right: 7rem;
		min-height: 24rem;
	}
	
	.card-text-sm {
		padding-right: 4rem;
		min-height: 24rem;
		font-size: 3rem;
		line-height: 3.12rem;
	}
	
	.contact-m-bottom {
		margin-bottom: 2rem;
	}


	
}

.li-link a {
	font-weight: 600;
	color: #660066;
}



@media (max-width: 1200px) {
	
		.navbar {
margin-top: 2rem;
}
	
	
.card-lg {
		height: 20.2rem;
	}
	
	.card-lg-consult {
		height: 20.2rem;
	}
	
	.card-lg-access {
		height: 20.2rem;
	}
	
		.card-lg-training {
		height: 20.2rem;
	}
	
	.card-lg-inclusive {
		height: 20.2rem;
	}

.card-text-lg {
		font-size: 2.4rem;
		line-height: 2.65rem;
		padding-right: 6rem;
	}
	
	.card-text-sm {
		font-size: 2.5rem;
		line-height: 2.9rem;
		padding-right: 2rem;
		min-height: 19.7rem;
	}
	
		.card-cs {
 height: 21.7rem;
}
	
	.contact ul {
	margin-left: -2.5rem;
		margin-top: 1rem;
}
	
	.case-study-title {
	font-size: 2.4rem;
}
	
		.card-description {
		margin-bottom: 2rem;
	}
	
		.logo-contact {
	margin-left: 1rem;
}


}




@media (max-width: 990px) {
	
	.card-lg {
		height: 16.2rem;
	}
	
	.card-lg-consult {
		height: 16.2rem;
	}
	
	.card-lg-access {
		height: 16.2rem;
	}
	
		.card-lg-training {
		height: 16.2rem;
	}
	
		.card-lg-inclusive {
		height: 16.2rem;
	}
	
	.card-text-lg {

	padding-left:1rem;
	padding-right:2rem;
	padding-top:3rem;
	padding-bottom:3.4rem;
	line-height:3.5rem;
	font-size: 3rem;
	
}
	
	.card-text-sm {
		padding-left: 1rem;
		padding-right: 2rem;
		padding-top: 1rem;
		padding-bottom: 3.4rem;
		line-height: 3.5rem;
		font-size: 3rem;
	}
	
		.card-cs {
 height: 17rem;
}
	
	.contact ul {
	margin-left: -2.5rem;
		margin-top: 1rem;
}
	
	.card-img-bottom-lg {
		width: 100%;
	}
	

	.case-study-logo {
	margin-bottom: 1rem;
		margin-top: 2rem;
}
	
	.card-description {
		margin-bottom: 2rem;
	}
	
		.logo-contact {
	margin-left: 1rem;
}

}


@media (max-width: 768px) {

		.card-lg {
		height: 15.5rem;
	}
	
		.card-lg-consult {
		height: 15.5rem;
	}
	
		.card-lg-access {
		height: 15.5rem;
	}
	
			.card-lg-training {
		height: 15.5rem;
	}
	
		.card-lg-inclusive {
		height: 15.5rem;
	}
	
	.card-text-lg {

	padding-left:1rem;
	padding-right:2rem;
	padding-top:3rem;
	padding-bottom:3.4rem;
	line-height:2.9rem;
	font-size: 2.3rem;
		
}
	
	.card-description {
		margin-bottom: 2rem;
	}
	
		.logo-contact {
	margin-left: 1rem;
}
	
	.card-insight {
  border: 3px solid rgba(0, 0, 0, 0);
	font-size: 1rem;
	line-height: 1.4rem;
}

	
	
	
	
}


@media (max-width: 576px) { 
	

	
	.btn-covid {
	 font-size: 1rem;
	}
	.btn-elearn {
		font-size: 1rem;
	}
	
	.logo {
		float: left;
		margin-top: 1rem;
	}
	
	.card-body-lg {
		padding-right: 2rem;
	}
	
	.card-text-lg {
	padding-left:1rem;
	padding-right:1.5rem;
	padding-top:1.8rem;
	padding-bottom:3.4rem;
	line-height:2.5rem;
	font-size: 2.3rem;
		text-align: left;		
}

	p {
		font-size: 1rem;
	}
	
	.body-copy {
		font-size: 1rem;
	}
	
	.body-accessibility-copy {
		font-size: 1rem;
	}
	
	.list-group-item {
	min-height: 8rem;
		padding-left: 1rem;
		font-size: 1rem;
}
	
	.card-consult-header {
  font-size: 1rem;
		padding-left: 1rem;
		padding-right: 2rem;
	  
}
	
	.card-service-header {
	padding-left: 1rem;
		font-size: 1rem;
		 height: 5rem;
}
	
	.card-consult-header-reg {
	padding-left: 1rem;
  height: 5rem;
		font-size: 1rem;
}

	
	.jumbotron {
		padding: 1rem 2rem 0.5rem 1rem;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
  font-size: 1.2rem;
		text-align: left;
}
	.jumbo-mobile {
		padding-bottom: 1rem;
	}
	
	.jumbotron-body-grey {
  padding: 2rem 1rem;
		font-size: 1rem;
}
	

	.card-description {
		margin-bottom: 2rem;
	}
	
	.contact ul {
	margin-left: -2.5rem;
		margin-top: 1rem;
}
	
	.body-copy-bold p {
	font-size: 1rem;
	line-height: 1.4rem;
}
	.btn-link {
		font-size: 1.2rem;
	}

	.icon-pad {
		margin-right: 1rem;
		margin-top: 0.3rem;
	}

	.policies ul li {
		line-height: 2.5rem;
	}
	
	.body-email {
		font-size: 1rem;
	}
	
		.case-study-title {
	font-size: 2rem;
}
	
	.card-cs-text {
	font-weight:500;
	color:#FFF;
	padding-left:1rem;
	padding-right:0.5rem;
	padding-top:2rem;
	padding-bottom:3rem;
}
	
	.sector-spacer {
		margin-top: 0;
	}
	
	.contact-title {
	font-size: 2rem;
	color: #660066;
	font-weight: 500;
	line-height: 2.2rem;
	padding-left: 1rem;
}
	
	.contact-details {
	font-size: 1.5rem;
	color: #660066;
	font-weight: 600;
	line-height: 2rem;
	padding-right: 1.5rem;
	text-align: right;
	
}
	
	.logo-contact {
	margin-left: 1rem;
}
	
	h2 {
		font-size: 1rem;
	}
	
	.card-sector {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	
	.jumbotron-grey {
		font-size: 1rem;
	}
	
	.jumbotron-grey p {
	font-size: 1rem;
		line-height: 1.3rem;
}
	
	.header-copy-purple {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	
	.card-recovery {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	
	.card-recovery-grey {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	
	.body-copy ul {
		font-size: 1rem;
	}
	
	.body-accessibility-copy ul {
		font-size: 1rem;
	}
	

	
	.our-people-bubble p {
	font-size: 1.2rem;
	line-height: 1.4rem;
}
	
	.btn-link {
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
	margin-left: -1rem;
		font-size: 1rem;
		line-height: 1.4rem;
		padding-right: 8rem;
}
	
	.card-body-employees {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
		margin-left: -1rem;
	line-height: 1.3rem;
	background-color: #3E3E3E10;
}
	
	.card-body-employees p{
		font-size: 1rem;
	}
	
	.card-consult-description {
	margin-top: 0.5rem;
		font-size: 1rem;
	min-height: 10rem;
}
	
	.card-img-top {
		margin-top: 1rem;
	}
	
	.list-group-item-consult {
  position: relative;
  display: block;
  padding: 1.75rem 1.25rem;
  background-color: rgba(204, 204, 204, 0.4);
  border: 0px solid rgba(0, 0, 0, 0.125);
	min-height: 7rem;
}
	
	.m-top-3 {
		margin-top: 3rem;
	}
	
.card-insight {
  border: 3px solid rgba(0, 0, 0, 0);
	font-size: 1rem;
	line-height: 1.4rem;
}
	
		.header-copy {
	font-size: 1rem;
	line-height: 1.4rem;
}
	
	.header-copy-blue {
	font-size: 1rem;
	line-height: 1.4rem;
}

	.btn-access-back {
		font-size: 1rem;
	}
	
	.header-copy-green {
	font-weight: 700;
	color: #009933;
	padding: 2rem 2rem 1rem 1rem;
	font-size: 1rem;
	line-height: 1.4rem;
}
	
	.body-copy-bold-i p {
	padding-left: 1rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 600;
	margin-top: 0.8rem;
	font-style: italic;
}
	
	.btn-training-back {
		font-size: 1rem;
	}
	
	.mobile-space {
		margin-top: 4rem;
	}
	
	.mobile-space-2 {
		margin-top: 6rem;
	}

	.btn-consult-back {
  font-size: 1rem;
}
	
	.contact-m-bottom {
		margin-bottom: 1rem;
	}
	
	.card-text-sm {
	font-weight:500;
	color:#FFF;
	padding-left:1rem;
	padding-right:2rem;
	padding-top:2rem;
	padding-bottom:3.4rem;
	line-height:2.4rem;
	font-size: 2.2rem;
}
	
}

