@font-face {
  font-family: Graphik;
  src: url("/static/randstaddigital/Graphik-Regular.woff");
}

.custom-standardized-template {
  color: #0F1941;
  font-family: Graphik, Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.custom-standardized-template {
  background-color: #F7F5F0;
  margin:0 auto;
  width: 100%;
  border: 1px solid #ccc;
}
.custom-standardized-template-header {
  display: none;
}

.custom-standardized-template .header {
  position: relative;
}

.custom-standardized-template .header__title {
  position: absolute;
  top: 64px;
  right: 112px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .custom-standardized-template .header__title {
    font-size: 38px;
    right: 65px;
    top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .custom-standardized-template .header__title {
    font-size: 30px;
    right: 20px;
    top: 10px;
  }
}

.custom-standardized-template img.header__image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.custom-standardized-template .header__logo {
  height: auto;
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 130px;
}

@media only screen and (max-width: 600px) {
  .custom-standardized-template .header__logo {
    right: 20px;
    bottom: 20px;
    width: 120px;
  }
}

.custom-standardized-template .content {
  padding: 60px 60px 20px 60px;
}

@media only screen and (max-width: 600px) {
  .custom-standardized-template .content {
    padding: 30px 20px 20px;
  }
}

.custom-standardized-template p {
  margin: 0 0 16px;
}

.custom-standardized-template a
, .custom-standardized-template a:visited {
  color: #0075BE;
  text-decoration: none;
  transition: all .2s linear;
}

.custom-standardized-template a:hover
, .custom-standardized-template a:focus
, .custom-standardized-template a:active {
  color: #031049;
  text-decoration: none;
}

.custom-standardized-template h1
, .custom-standardized-template h2
, .custom-standardized-template h3
, .custom-standardized-template h4 {
  font-weight: normal;
  margin: 0 0 16px;
}

.custom-standardized-template h1 {
  color: #0F1941;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -1.5px;
  font-size: 44px;
}

.custom-standardized-template h1 span {
  color: #2175D9;
}

.custom-standardized-template h2.job-description-title, .custom-standardized-template h2 {
  color: #2175D9;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 18px;
  letter-spacing: -1.25px;
  border: none;
}
.custom-standardized-template h2.job-description-title {
  font-size: 20px;
}
.custom-standardized-template h2.ausy-job-title {
	line-height: 125%;
	text-decoration: none;
}

.custom-standardized-template h3 {
  color: #2175D9;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.75px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-standardized-template h3 span {
  color: #0F1941;
}

.custom-standardized-template h4 {
  color: #0F1941;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.75px;
  margin-bottom: 20px;
}

.custom-standardized-template ul {
  list-style: none;
  margin: 8px 0 28px;
  padding: 0 0 0 20px;
}

.custom-standardized-template li:before {
  content: "\2022";
  color: #2175D9;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 16px;
}

.custom-standardized-template li {
  text-indent: -7px;
}

.custom-standardized-template ul.list--margin li {
  margin-bottom: 20px;
}

.custom-standardized-template .footer {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .custom-standardized-template .footer {
    padding: 0 20px 20px 0;
  }
}

.custom-standardized-template .footer__top {
  margin-bottom: 16px;
}

.custom-standardized-template .footer__slogan
, .footer__web {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  display: inline-block;
  padding: 30px 60px;
  color: white;
}

@media only screen and (max-width: 600px) {
  .custom-standardized-template .footer__slogan
  , .custom-standardized-template .footer__web {
    padding: 16px 20px;
  }
}

.custom-standardized-template .footer__slogan {
  background-color: #a6d4ee;
}

.custom-standardized-template .footer__web {
  background-color: #ffb511;
  font-size: 24px;
}

.custom-standardized-template .footer__slogan h2 {
  color: #0F1941;
  font-size: 24px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .custom-standardized-template .footer__slogan h2
  , .custom-standardized-template .footer__web {
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .custom-standardized-template .footer__slogan h2
  , .custom-standardized-template .footer__web {
    font-size: 17px;
  }
  .custom-standardized-template .footer__slogan
  , .custom-standardized-template .footer__web {
    padding: 14px 14px;
  }
}

.custom-standardized-template .footer__web a {
  color: #ffffff;
  font-weight: normal;
}

.custom-standardized-template .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-standardized-template .footer__logo {
  height: auto;
  max-width: 150px;
}

@media only screen and (max-width: 600px) {
  .custom-standardized-template .footer__logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 450px) {
  .custom-standardized-template .footer__logo {
    max-width: 110px;
  }
}

.custom-standardized-template .footer__image{
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.custom-standardized-template-footer-image{
    display: none;
}

.custom-standardized-template li
, .custom-standardized-template ul.narrow li
, .custom-standardized-template ol.narrow li {
	list-style-type: none;
}
.custom-standardized-template-content h2.job-description-title
 {
   color: #2175D9;
}
.custom-standardized-template-header-image, .custom-standardized-template-footer-image {
line-height: 1px;
}