.centred {
  text-align: center;
}

.right {
  float: right;
}

.smaller {
  font-size: 0.9em;
}

.WarningNormal {
  color: #e2001a;
}

.WarningNormalBold {
  color: #e2001a;
  font-weight: bold;
}

.CautionNormalBold {
  color: blue;
}

.larger {
  font-size: 1.2em;
}

.underline {
  text-decoration: underline;
}

p.WaiterText {
  text-align: center;
}

.images {
  vertical-align:bottom;
}

/*
font-family: graphite-std, sans-serif;
font-weight: 700;
font-style: normal;

font-family: graphite-std, sans-serif;
font-weight: 300;
font-style: normal;

font-family: graphite-std, sans-serif;
font-weight: 400;
font-style: normal;
*/

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  font-family: graphite-std, sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

h1,
h2,
h3,
h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}

a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  color: #95c11f;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.74;
  color: #95c11f;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto;
}

.section {
  margin: 6rem 0;
}

.footer {
  height: 10rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 4px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

.img-responsive {
  margin: 0 auto;
}

.navbar-brand {
  padding: 10px 0 0;
  margin: 0 0 0 15px;
}

.navbar-brand img {
  width: 220px;
}

.navbar-toggle {
  padding: 15px 10px;
}

.navbar-inverse {
  border-color: #e2001a;
}

.navbar-fixed-top {
  border-width: 0 0 4px;
}

.navbar-inverse .navbar-nav > li > a {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    padding: 18px 0 0;
  }
  .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
  .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


.header-nav {
  display: none;
}

@media screen and (min-width: 1070px) {
  .header-nav {
    display: block;
  }
  .mobile-nav {
    display: none;
  }
  .toggle-button {
    display: none;
  }
}

.toggle-button {
  position: absolute;
  width: 44px;
  height: 40px;
  padding: 4px;
  z-index: 150;
  top: 3rem;
  right: 3rem;
}

.toggle-button:hover {
  cursor: pointer;
}

.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
}

.toggle-button .menu-bar-top {
  border: 4px solid #fff;
  border-bottom: none;
  top: 0;
}

.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}

.toggle-button .menu-bar-bottom {
  border: 4px solid #fff;
  border-top: none;
  top: 22px;
}

.mobile-nav {
  background-color: #898C8E;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 240px;
  margin-right: -240px;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: .25s;
  z-index: 10;
  padding: 9rem 0 0;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.mobile-nav li {
  display: block;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: left;
  margin: 0 1rem;
}

.mobile-nav li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-show {
  margin-right: 0;
  box-shadow: 4px 2px 15px 1px #B9ADAD;
}

.container-fluid {
  max-width: 960px;
}

.main {
  padding: 3rem 0;
}

.footer {
  background: #898C8E;
  border-top: 1rem solid #5F5E5E;
  overflow: hidden;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-content {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 114rem;
  margin: 0 auto;
  height: 100%;
  padding: 0 2rem;
}

.footer-social {
  padding: 2rem 0 0;
}

.footer-social a {
  margin-left: 1rem;
  display: inline-block;
}

.footer-social svg {
  height: 38px;
  width: 38px;
  fill: #cdcdcd;
  transition: .3s ease;
}

.footer-social svg:hover {
  fill: #fff;
}

.alert-validation {
  padding: 4px;
  margin: 8px 0 20px;
}

.glyphicon {
  vertical-align: text-top;
}

#breadcrumb img {
  margin-left: 3px;
}

.form-buttons {
  text-align: center;
  margin-bottom: 30px;
}

.btn-primary {
  color: #333;
  background-color: transparent;
  border-color: #333;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  border-radius: 0;
  padding: 1rem 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-width: 2px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  color: #fff;
  background-color: #333;
  border-color: #fff;
}

.btn-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5);
  text-decoration: none;
}

.job-table {
  width: 100%;
  max-width: 100%;
}

.job-title {
  font-size: 3rem;
  margin: 3rem auto 2rem;
  text-align: center;
}

.job-salary {
  font-size: 2rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.job-location {
  font-size: 2rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.job-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.job-logo img {
  max-width: 100%;
  height: auto;
}

.job-info {
  text-align: center;
}

.job-sup {
  text-align: center;
  margin: 0 0 2rem;
  line-height: 1.4;
}

.job-image,
.job-description,
.job-benefits {
  max-width: 72rem;
  margin: 0 auto;
}

.job-description {
  font-size: 1.7rem;
  color: #666;
}

.job-description strong {
  color: #444;
  margin: 1rem 0 0;
  display: inline-block;
}

.job-benefits {
  font-size: 1.7rem;
  color: #888;
  font-style: italic;
}

.shares {
  display: flex;
  justify-content: center;
  align-content: center;
}

.shares > div {
  display: inline-block;
  margin: 0 2px;
}

.twitter {
  padding-top: 4px;
}

.fade-link {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.fade-link:hover,
.fade-link:focus {
  opacity: 0.74;
  text-decoration: none;
}

.header {
  text-align: center;
  background: #323e48;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem;
}

.header-center {
  justify-content: center;
  display: none;
}

@media screen and (min-width: 860px) {
  .header-center {
    display: flex;
  }
}

.header-brand {
  display: block;
}

.header-brand img {
  max-width: 16rem;
}

.header-nav ul,
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.header-nav li,
.footer-nav li {
  display: inline-block;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: left;
  margin: 0 1rem;
}

.header-nav li a,
.footer-nav li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-nav li a.job-link {
  color: #e31d94;
}

.header-nav .active a,
.footer-nav .active a {
  color: #95c11f;
}

.header-nav li:hover,
.header-nav li:focus-within {
  cursor: pointer;
  text-decoration: none;
}

.header-nav li:focus-within a {
  text-decoration: none;
}

.header-nav ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.3s ease;
  margin-top: 2rem;
  left: 0;
  display: block;
  z-index: 10;
}

.header-nav ul li:hover > ul,
.header-nav ul li:focus-within > ul,
.header-nav ul li ul:hover,
.header-nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  margin-top: 1rem;
}

.header-nav ul li ul li {
  clear: both;
  width: 100%;
  background: #eee;
}

.header-nav ul li ul li:hover {
  background: #ddd;
}

.figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 3rem 0 2rem;
}

.width-med {
  max-width: 60rem;
  margin: 0 auto;
}

/* Vacancies
############################## */

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  margin: 2rem auto;
  max-width: 112rem;
}

.result {
  background-color: #fff;
  border: 2px solid #969694;
  padding: 2rem;
  text-align: center;
}

.result h2 {
  margin: 0 0 0.5rem;
  min-height: 5rem;
}

.result h2 a {
  color: #333;
}

.result h3 {
  margin: 1rem 0;
  color: #93D501;
  font-size: 2rem;
  min-height: 5rem;
}

.result p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.search-form {
  max-width: 36rem;
  margin: 0 auto 2rem;
}

input[type="file"] {
  height: auto;
}

textarea.form-control {
  resize: vertical;
}

.app-form {
  max-width: 72rem;
  margin: 0 auto;
}

.help-text {
  font-size: 1.2rem;
  opacity: 0.8;
  margin: 0.5rem;
}

.spaced-rule {
  margin: 4rem 1rem;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 1rem;
}

.blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\201C""\201D";
  overflow: auto;
}

.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 5rem;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

.blockquote p {
  display: inline;
}

.blockquote p:after {
  color: #ccc;
  content: close-quote;
  font-size: 5rem;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.4em;
}

.blockquote img {
  max-width: 8rem;
  float: right;
}

.hero {
  position: relative;
  background: #000 no-repeat scroll center center / cover;
}

.hero-blurb {
  color: #fff;
  background: rgba(0,0,0,0.5);
  background: linear-gradient(90deg, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 960px;
  margin: 0 auto;
}

.hero-blurb h1 {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left
}

.hero-blurb hr {
  border-top: 3px solid #fff;
}

.hero-blurb p {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 2rem;
}

.hero-blurb p strong {
  font-size: 2rem;
}

@media screen and (min-width: 1300px) {
  .hero {
    padding: 25vw;
  }

  .hero-blurb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44%;
    padding: 3rem;
  }

  .hero img {
    display: none;
  }

  .hero-why {
    background-image: url(/pb3/corporate/clancygroup/img/walking_together_bw.jpg);
  }

  .hero-cares {
    background-image: url(/pb3/corporate/clancygroup/img/clean-up_bw.jpg);
  }
}

.pink {
  color: #e31d94;
}

.blue {
  color: #06c1d0;
}

.orange {
  color: #f49100;
}

.green {
  color: #95c11f;
}

.red {
  color: #da0032;
}

.border-pink {
  border-bottom: 4px solid #e31d94;
}

.border-blue {
  border-bottom: 4px solid #06c1d0;
}

.border-orange {
  border-bottom: 4px solid #f49100;
}

.border-green {
  border-bottom: 4px solid #95c11f;
}

.border-red {
  border-bottom: 4px solid #da0032;
}

.boxed {
  padding: 1rem 2rem;
}

.boxed-pink {
  border: 2px solid #e31d94;
}

.boxed-blue {
  border: 2px solid #06c1d0;
}

.boxed-orange {
  border: 2px solid #f49100;
}

.boxed-green {
  border: 2px solid #95c11f;
}

.boxed-red {
  border: 2px solid #da0032;
}

.circle {
  border: 4px solid;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*background: #323E48;*/
  /*color: #fff;*/
  font-weight: bold;
  position: relative;
  padding-bottom: 18%;
}

.circle a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.circle a:hover,
.circle a:focus {
  text-decoration: none;
}

.circle span {
  display: inline-block;
  transform: translate(0, -8%);
}

.circle-pink {
  border: 4px solid #e31d94;
}

.circle-blue {
  border: 4px solid #06c1d0;
}

.circle-orange {
  border: 4px solid #f49100;
}

.circle-green {
  border: 4px solid #95c11f;
}

.circle-red {
  border: 4px solid #da0032;
}

.stripey {
  background: linear-gradient(
    to right, 
    #e31d94 20%,
    #06c1d0 20%, #06c1d0 40%, 
    #f49100 40%, #f49100 60%,
    #93d501 60%, #93d501 80%,
    #da0032 80%
  );
  height: 4px;
}

.group {
  display: grid;
  grid-gap: 2rem;
  margin: 2rem 0;
  align-items: center;
  justify-content: space-evenly;
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
}

.embed-container { 
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
} 

.embed-container iframe { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial {
  max-width: 640px;
  margin: 3rem auto;
}

.block {
  display: flex;
}

.block hr {
  border-top: 3px solid #fff;
}

.block-text {
  background: #323E48;
  color: #fff;
  padding: 2rem;
  flex: 1;
}

.block-button {
  text-align: center;
  margin-top: 2rem;
}

.block-button .btn-primary {
  color: #fff;
  border-color: #fff;
}

.image-right {
  margin: 0 0 2rem;
}

@media screen and  (min-width: 630px) {
  .image-right {
    float: right;
    margin: 0 0 0 2rem;
    max-width: 60%;
  }
}

.person {
  background: #aaa;
  margin: 0 0 1rem;
  padding: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.person .img-responsive {
  max-width: 14rem;
  margin: 0;
}

.person p {
  padding: 0 3rem;
  text-align: right;
  font-size: 2rem;
}

label.error {
  padding-left: 0 !important;
  font-size: 1.4rem;
  font-style: italic;
}

div.error {
  text-align: center;
  font-weight: bold;
}


.info-table {
  width: 100%;
  max-width: 100%;
}

.info-table th {
  border: 6px solid;
  border-top: none;
  padding: 0 2rem;
}

.info-table td {
  border: 6px solid;
  padding: 2rem;
  vertical-align: top;
}

.info-table tr th:first-of-type,
.info-table tr td:first-of-type {
  border-left: none;
}

.info-table tr th:last-of-type,
.info-table tr td:last-of-type {
  border-right: none;
}

.info-table tbody tr:last-of-type td {
  border-bottom: none;
}

.info-table ul,
.info-table ol {
  padding: 0 0 0 1.5rem;
  margin: 0 0 1rem;
}

.info-table li {
  margin: 0 0 0.5rem;
  line-height: 1.125;
}


.apply-boxes {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: #fff;
  align-items: stretch;
  flex-wrap: wrap;
}


.apply-boxes div:first-of-type {
  background: none;
  color: #333;
  flex: 0;
  border-right: 2px solid;
}

.apply-boxes div {
  background: #95c11f;
  flex: 1;
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  align-items: center;
}

.apply-boxes div span {
  font-size: 3.5rem;
  font-weight: bold;
}

.apply-boxes div p {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.apply-boxes h2 {
  margin: 0;
  padding-right: 1rem;
}

.tight {
  margin-bottom: 0;
}