html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body.beta-home {
  background: #f1f4f7;
}

body, .au-body, body.au-body, .au-display-xxxl, .au-display-xxl, .au-display-xl, .au-display-lg, .au-display-md, .au-display-sm, .au-display-xs, .au-body h1, .au-body h2, .au-body h3, .au-body h4, .au-body h5, .au-body h6 {
  font-family: europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.5px;
}

.au-body p, body.au-body ul li {
  font-family: europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
}

header {
    background: #222;
    width: 100%;
    position: relative;
}

.au-body a {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.au-body h2, .au-body h3 {
    font-weight: 700;
    font-family: europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

section.hero {
    padding: 4rem 0 3rem;
    margin-bottom: 1rem;
    background: #fff;
}
section.hero.content-hero {
    padding: 3rem 0 1rem;
    text-align: left;
}
section#beta-hero {
    margin: 0.5rem 0 1rem;
    background: #326297;
    padding: 0;
    position: relative;
    overflow: hidden;
}
section#beta-hero .hero-content {
    padding: 3rem 0 5rem;
    text-align: left;
    max-width: 51rem;
    margin: 0px auto;
}
section#beta-hero h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
}
section#beta-hero p {
    color: #fff;
    font-size: 1.65rem;
    line-height: 1.25;
    max-width: 100%;
}
.hero-image {
    position: absolute;
    width: 50%;
    /* width: calc(50% + 90px); */
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/ABS-Beta-background.svg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: left top;
}
.hero-image {
    display: block;
    position: absolute;
    left: 0;
    top: -1rem;
    width: 100%;
    height: 330px;
    background-image: url(../img/home-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}/*
.hero-tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 450px 180px 0 0;
    border-color: #326297 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -90px;
}*/
.hero-image:after {
    content: "";
    height: 330px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    background: #153d73;
    background: rgba(96, 177, 200, 0);
    background: linear-gradient(90deg, #153d73 0%, #326297 66%, rgba(96, 177, 200, 0) 100%);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#153d73+0,326297+33,60b1c8+66&1+0,1+50,1+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(21,61,115,1) 0%, rgba(50,98,151,1) 33%, rgba(74,139,176,0.9) 60%, rgba(96,177,200,0.5) 75%, rgba(96,177,200,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(21,61,115,1) 0%,rgba(50,98,151,1) 33%,rgba(74,139,176,0.9) 60%,rgba(96,177,200,0.5) 75%,rgba(96,177,200,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(21,61,115,1) 0%,rgba(50,98,151,1) 33%,rgba(74,139,176,0.9) 60%,rgba(96,177,200,0.5) 75%,rgba(96,177,200,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153d73', endColorstr='#0060b1c8',GradientType=1 ); /* IE6-9 */


}

.au-callout {
    text-align: center;
    margin: -5.5rem auto 1.5rem;
    background: #b6fffe;
    border: none;
    box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
}
.au-callout p {
    display: inline-block;
    max-width: 48rem;
}
.au-body .au-callout a {
    font-weight: 700;
}
.au-body .au-callout a:hover {
    color: #000;
    background: #25fbf8;
}
#ABSlogo img {
    max-width: 150px;
    margin: 0.5rem 2rem 0.5rem 0;
}

#ABSlogo a:hover, #ABSlogo a:hover h1 {
    color: #fff;
    background: none;
    text-decoration: underline;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
#navbar a.external-link:after {
    content: '\E0B1';
    padding-left: 1px;
    vertical-align: baseline;
    font-family: "ato-font-family-v2";
    display: inline-block;
    font-size: 15px;
}

.au-body header h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 0;
    font-size: 3rem;
    padding: 2rem 0;
    line-height: 1.5;
    padding: 0.5rem 0;
    font-family: europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.au-body header h1 span, footer h3 span {
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.au-body footer p {
    margin: 0px auto;
}

footer#beta-footer a.au-btn {
    color: #fff;
    background: #326297;
    padding: 0.5rem 2rem;
    border: none;
    margin: 0 auto 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    line-height: 1.5;
}
footer#beta-footer a.au-btn:hover {
    background: #1f3d5e;
    color: #fff;
}

.concept-image {
    height: 356px;
    position: relative;
    overflow: hidden;
}
.col-md-4 .concept-image {
    height: 245px;
}

.concept-content p.topic-type {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.25;
}
.background-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transition: all 500ms ease-out 200ms;
    -moz-transition: all 500ms ease-out 200ms;
    -o-transition: all 500ms ease-out 200ms;
    transition: all 500ms ease-out 200ms;
}

a.concept-link:hover .concept-image .background-image {
    transform: scale(1.2);
}
.concept-card-container {
    float: left;
    width: 100%;
}
#concepts h3 {
    font-size: 1.75rem;
    margin-top: 1.5rem;
    /* text-align: left; */
}
.hero-content h1 {
    font-size: 3rem;
}
.hero-content p {
    font-size: 1.25rem;
    margin: 1rem 0;
    max-width: 42rem;
}
.hero-content a.au-btn {
    margin: 0.5rem 1rem 0 0;
}
.au-body .text-center {
    text-align: center;
}
.au-body main h2 > span:not(.title) {
    display: inline-block;
    margin: 0 auto 2rem;
    padding: 0 2rem;
    background: #fff;
    z-index: 2;
    position: relative;
}
/*
.au-body main h2:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: none;
    height: 1px;
    margin-top: 25px;
    z-index: 0;
    border-bottom: 1px dotted #222;
    border-top: 1px dotted #222;
}*/

footer {
    text-align: center;
    padding: 3rem 0 0;
    background: #111;
    color: #fff;
    margin-top: 4rem;
}

section.footer-signup {
    padding: 2rem 0;
    background: #222;
    margin-top: 2rem;
}

section.footer-signup label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}
section.footer-signup h2 {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}
section.footer-signup .col-lg-12 p {
    text-align: center;
    margin: 1rem auto;
    max-width: 800px;
    color: #fff;
}
footer a.external-link:after {
    margin: 0 5px 0 5px;
}
.au-body footer h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 2rem;
    font-family: europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.bottom-footer ul.inline-list {
    margin: 0;
    display: inline-block;
    padding: 0;
}
.bottom-footer ul.inline-list li {
    margin: 0;
    display: inline-block;
    padding: 0;
}
.footer-logo {
    display: block;
    max-width: 140px;
    margin: 0px auto;
}
.duration {
    position: absolute;
    bottom: 0.5rem;
    /* width: 100%; */
    padding: 0;
    box-sizing: border-box;
    left: 1.5rem;
    /* background: blue; */
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.duration > span.time-span {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../img/less5.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
}

.duration span.time-span.min5 {
    background: url(../img/5min.svg);
}

.duration span.time-span.min10 {
    background: url(../img/10min.svg);
}

.duration span.time-span.min15 {
    background: url(../img/15min.svg);
}
.status {
    padding: 1rem;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
    text-transform: uppercase;
    letter-spacing: 1px;
}
.status p {
    background: #91ed91;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    border-radius: 45px;
    color: #000;
}
.au-body a.concept-link:hover .concept-content {
    background: #fff;
}

.au-body footer a {
    color: #fff;
}
.au-body footer a:hover {
    color: #5de6ff;
}

.au-body footer a:hover {
    color: #5de6ff;
    background: none;
}

.au-body .concept-content h2 {
    color: #222;
}

.au-body .concept-content .button {
    background: #326297;
}

.au-body .concept-content h2 span {
    font-weight: 300;
}

.header-links {
    float: right;
    margin-top: 2.25rem;
}
.au-body .header-links a.external-link {
    font-size: 1.5rem;
    color: #fff;
    background: none;
}
a.external-link:after {
    content: "";
    background-size: 200px 115px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../img/sprite-2.svg);
    width: 16px;
    height: 16px;
    background-position: -55px -80px;
    margin-left: 0.5rem;
    position: relative;
    top: 2px;
}
.beta-content a.external-link:after {
    background-position: -72px -80px;
    margin-left: 0.25rem;
}
p.button {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    color: #fff;
    background-color: #368163;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    width: auto;
    font-size: 0.8rem;
    margin-top: 0;
    -webkit-transition: all 500ms ease-out 200ms;
    -moz-transition: all 500ms ease-out 200ms;
    -o-transition: all 500ms ease-out 200ms;
    transition: all 500ms ease-out 200ms;
}

 a.concept-link:hover .concept-content .button {
    color: #222;
    background: #5de6ff;
}

.au-body a.au-btn {
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #326297;
    background: #fff;
    border: none;
    font-family: europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.au-body a.au-btn:hover {
    color: #fff;
    background-color: #222;
    text-decoration: none;
}

.au-body .concept-link {
    text-decoration: none;
    display: block;
    background: #eee;
    margin-bottom: 1rem;
    min-height: auto;
    position: relative;
    float: left;
    width: 100%;
    margin-top: -6rem;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 500ms ease-out 200ms;
    -moz-transition: all 500ms ease-out 200ms;
    -o-transition: all 500ms ease-out 200ms;
    transition: all 500ms ease-out 200ms;
}

.au-body a.concept-link:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    background: #fff;
}
.au-body .concept-link.closed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.au-body .concept-link.closed:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
    pointer-events: none;
    cursor: default;
}

.bottom-footer {
    background: #000;
    padding: 0.5rem 0;
    margin-top: 2rem;
}

.bottom-footer ul {
    margin: 0;
}

.bottom-footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 1rem;
}

.au-body footer .bottom-footer a {
    color: #fff;
    border-left: 2px solid #ddd;
    padding-left: 0.75rem;
    margin-left: 0.75rem;
}

.au-body footer .bottom-footer a:hover {
    color: #5de6ff;
    background: none;
    text-decoration: none;
}

span.title {
    /* color: #fff; */
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 700;
}
a:not(.au-btn) span.title {
    text-decoration: underline;
}
a:hover span.title {
    text-decoration: none;
}
span.title span {
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.au-body a {
    color: #326297;
}
.au-body a:hover {
    color: #000;
    text-decoration: none;
    background: #c9e7ff;
}

input.au-text-input, input.au-text-input:invalid {
    width: 100%;
    border-color: #fff;
    background: #fff;
}
input.au-text-input:focus, input.au-text-input:invalid:focus {
    border-color: #5de6ff;
    background: #eee;
    outline: none;
}
button.js-cm-submit-button.au-btn.submit-btn {
    margin: 0.75rem;
    background: #326297;
    border-color: #326297;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
button.js-cm-submit-button.au-btn.submit-btn:hover,
a.smoothScroll.au-btn:hover {
    background: #5de6ff;
    border-color: #5de6ff;
    color: #0c2129;
    text-decoration: none;
}
.form-container {
    position: relative;
}

@media screen and (min-width: 992px) {

  button.js-cm-submit-button.au-btn.submit-btn {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 16px;
      border-radius: 0px 5px 5px 0px;
  }
  input#fieldEmail {
      width: calc(100% - 118px);
  }
  .signup button.js-cm-submit-button.au-btn.submit-btn {
      top: auto;
      bottom: 4px;
  }
  #concepts .col-md-4 {
      width: 25%;
      margin-left: -2px;
      margin-right: -2px;
      display: inline-block;
      float: none;
  }

  #concepts .col-md-4.fiveAcross {
    width: 20%;
  }

  #concepts .col-md-4.fiveAcross .concept-card-image img {
    width: auto;
    height:100px;
  }
}

.container.archived-concepts {
    margin-top: 3rem;
    border-top: 3px solid #b1fff1;
    padding-top: 3rem;
}
.container.archived-concepts * {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
main:focus {
    outline: none;
}

@media screen and (max-width: 991px) {
  .concept-content {
      height: auto;
  }
  div#ABSlogo {
      text-align: center;
  }
  section.hero {
      padding: 2rem;
      text-align: center;
  }
  .au-grid main .container {
      padding: 0 2rem;
  }
  .hero-image {
      width: 100%;
      left: 0;
      opacity: 0.25;
      display: none;
  }
  .hero-tri {
    display: none;
  }
  section#beta-hero {
    background: #fff;
  }
  section#beta-hero {
    background: #eee;
    margin-top: 0;
  }
  section#beta-hero h2, section#beta-hero p {
    color: #222;
  }
  section#beta-hero .hero-content {
    padding: 4rem 1rem;
  }
}

.concept-content h3 {
    line-height: 1;
    margin-bottom: 1rem;
    font-family: europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

section.signup {
    text-align: center;
}

section.signup p {
    text-align: center;
    margin: 0px auto;
}

section.hero.simple.text-center {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

section.hero.simple.text-center h2:after {
    display: block;
    margin: 1rem auto;
}

.form-container h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}

.signup .form-container form {
    position: relative;
}

.signup .form-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.signup .form-container {
    background: #222;
    margin: 2rem auto 4rem;
    display: block;
    text-align: left;
    max-width: 600px;
    padding: 2rem;
}
section.signup form p, section.signup label {
    text-align: left;
    color: #fff;
}
section.signup input.au-text-input {
    margin-bottom: 1rem;
}

.au-body ul:not([class]) > li, .au-body ol:not([class]) > li {
    list-style: disc;
    max-width: 42rem;
    margin-left: 2rem;
    padding-left: 1rem;
}
section#concepts {
    text-align: center;
    outline: none;
    background: #f1f4f7;
}
section#concepts h2 {
    margin-top: 0.75rem;
    font-size: 2.5rem;
}
a.concept-card {
    display: block;
    width: 100%;
    height: 288px;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
    margin: 1rem 0 0;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 3px;
    /*border-bottom: 1px dotted #222;*/
    text-decoration: none;
    -webkit-transition: all 500ms ease-out 200ms;
    -moz-transition: all 500ms ease-out 200ms;
    -o-transition: all 500ms ease-out 200ms;
    transition: all 500ms ease-out 200ms;
}
a.concept-card.tall {
    height: 312px;
}
a.concept-card:before {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
    background: #153d73;
    background: linear-gradient(90deg, #153d73 0%, #326297 66%, #60b1c8 100%);
}
.col-md-4.col-sm-12.related-card:nth-child(2n) a.article-link:before, body main#content .browse-statistics .parents-container.row.flex-container .parent-link.col-md-4:nth-child(2n) .parent-link-container:before {
    background: #326297;
    background: -moz-linear-gradient(left, #60b1c8 0%, #326297 50%, #153d73 100%);
    background: -webkit-linear-gradient(left, #60b1c8 0%, #326297 50%, #153d73 100%);
    background: linear-gradient(left right, #60b1c8 0%, #326297 50%, #153d73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-dark', endColorstr='$main-light',GradientType=0 );
}
a.concept-card img {
    margin: 1rem auto;
    height: 130px;
    margin: 0;
    transform: scale(1);
    -webkit-transition: all 500ms ease-out 200ms;
    -moz-transition: all 500ms ease-out 200ms;
    -o-transition: all 500ms ease-out 200ms;
    transition: all 500ms ease-out 200ms;
}
a.concept-card:hover img {
    transform: scale(1.1);
}
.concept-card-image {
    position: absolute;
    width: 100%;
    bottom: 3rem;
    left: 0;
}
/*
a.concept-card:before, a.concept-card:after {
    content:"";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 1px;
    border-bottom: 1px dotted #222;
}
a.concept-card:after {
    bottom: 3px;
}*/
a.concept-card h4 {
    font-size: 1.1rem;
    text-decoration: none;
}
a.concept-card h5 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #222;
    margin-top: 5PX;
}
a.concept-card span {
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    bottom: 1rem;
    text-align: center;
    left: 50%;
    margin-left: -68.5px;
}
a.concept-card span:after {
    content: "";
    background-size: 200px 115px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../img/sprite-2.svg);
    width: 16px;
    height: 16px;
    background-position: -82px -41px;
    margin-left: 0.5rem;
    position: relative;
    top: 2px;
}

@media screen and (min-width: 1300px) {
  a.concept-card {
      padding: 1rem 2rem;
  }
  a.concept-card h4 {
      font-size: 1.25rem;
  }
}

@media screen and (max-width: 1300px) {
  .au-callout {
    padding: 1.5rem;
  }
  .au-body header h1 {
      font-size: 2.5rem;
  }
  section#beta-hero p {
    font-size: 1.5rem;
  }
  section#beta-hero h2 {
    font-size: 1.75rem;
  }
  .header-links {
    margin-top: 1.25rem;
  }
  section#beta-hero .hero-content {
    padding: 2.5rem 0;
  }
  .au-callout {
      margin: -4rem auto 0;
  }
  body.au-body p, body.au-body ul li {
    font-size: 1rem;
    max-width: 100%;
  }
  #concepts h3 {
    font-size: 1.75rem;
    margin-top: 2rem;
  }
  section#beta-hero {
    margin: 0.2rem 0 1rem;
  }
}

@media screen and (max-width: 991px) {
    #ABSlogo img {
        max-width: 100px;
    }
    .concept-image {
        height: 220px;
    }
    .concept-content {
        height: auto !important;
    }
    .closed .concept-content {
        padding-bottom: 2rem;
    }
    .header-links {
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0 auto 2rem;
    }
    .au-body header h1 {
      font-size: 3rem;
      padding: 1.5rem 0 0;
    }
    .au-body a.au-btn {
      color: #fff;
      background-color: #326297;
    }
    section#beta-hero .hero-content {
      padding: 2rem 0 1rem;
      text-align: center;
    }
}


/** warning **/
.beta-warning-content {
    padding: 1rem;
    margin-top: 1.5rem;
    background: rgba(255, 102, 0, 0.15);
    border: 1px solid #ff6600;
    position: relative;
}
.beta-warning-content span {
    position: absolute;
    left: 1rem;
    top: 50%;
    margin: 0;
    margin-top: -21.5px;
}
.beta-warning-content span i.fas.fa-check-circle {
    width: 40px;
    height: 40px;
    background-position: 0 0;
    top: 0.75rem;
    background-size: 200px 115px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../img/sprite-2.svg);
    background-position: -118px -61px;
}
.beta-warning-content span i.fas.fa-check-circle {
    top: 0;
}
.beta-warning-content p {
    padding-left: 52px;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: left;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.beta-warning.parent-beta {
    position: relative;
    padding-bottom: 0;
}
.beta-warning.topic-beta {
    padding-bottom: 0;
    background: white;
}

@media screen and (min-width: 968px) {
  .beta-warning.topic-beta {
      padding-bottom: 1rem;
  }
  .beta-warning-content p {
      font-size: 1rem;
      letter-spacing: 0.25px;
  }
}


.cta-container {
  position: relative;
  width: 100%;
  margin: 3rem auto;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
}
.cta-container a {
  text-decoration: none;
  display: block;
  padding: 1.2rem 1rem 3.25rem;
  background: #153d73;
}
.cta-container a:hover {
  background: #326297;
}
.cta-container a:before {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
    background: #153d73;
    background: linear-gradient(90deg, #153d73 0%, #326297 66%, #60b1c8 100%);
}
section#beta-hero .cta-container a h2 {
  font-size: 22px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
section#beta-hero .cta-container a h2 span.title {
  text-decoration: none;
}
section#beta-hero .cta-container a p {
  font-size: 1rem;
  margin-top: 1rem;
  padding-right: 3rem;
  line-height: 1.5;
  color: #fff;
}
span.link-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  background-color: #326297;
  width: 32px;
  height: 32px;
  text-align: center;
}
span.link-arrow:after {
  content: "";
  background-size: 200px 115px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../img/sprite-2.svg);
  width: 16px;
  height: 16px;
  background-position: -65px -41px;
  position: relative;
  top: 6px;
}

/** beta strap **/

.beta-strap {
    padding: 0.5rem;
    background: #f2f2f2;
    line-height: 1.5;
    margin-bottom: 1rem;
    border-bottom: 1px dotted #666;
    text-align: center;
    font-size: 0.95rem;
}
@media screen and (min-width: 992px) {
  .beta-strap {
      text-align: left;
  }
}
.header-wrap .beta-strap {
    background: #326297;
    background: -moz-linear-gradient(left, #153d73 0%, #326297 50%, #60b1c8 100%);
    background: -webkit-linear-gradient(left, #153d73 0%, #326297 50%, #60b1c8 100%);
    background: linear-gradient(left right, #153d73 0%, #326297 50%, #60b1c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-dark', endColorstr='$main-light',GradientType=0 );
    margin-bottom: 0;
    color: #fff;
    border: none;
    border-bottom: 0.5rem solid white;
}
.header-wrap .beta-strap span.beta-tag {
    background: #c6fdff;
    color: #222;
}
span.beta-tag {
    padding: 2px 8px 2px 10px;
    background: #222;
    border-radius: 10rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}
.header-wrap .beta-strap a {
    text-decoration: underline;
    color: #fff;
}
@media screen and (min-width: 992px) {
  .desktop-right {
      float: right;
  }
}
.header-wrap .beta-strap a {
    text-decoration: underline;
    color: #fff;
}

button:not(.js-simple-tooltip, .js-tooltip):hover {
  text-decoration: underline;
}
.au-callout a:hover, .au-callout a:focus, .au-callout button.js-simple-tooltip:hover, .au-callout button.js-simple-tooltip:focus, .au-body .au-callout a:hover, .au-body .au-callout a:focus, .au-body .au-callout button.js-simple-tooltip:hover, .au-body .au-callout button.js-simple-tooltip:focus {
  background: #fff;
  color: #000;
  text-decoration: none;
}
button.js-tooltip, button.js-simple-tooltip {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  top: auto;
  text-size-adjust: 100%;
  font-family: aktiv-grotesk, europa, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #222;
  font-size: 1rem;
  border-bottom: 2px dashed #326297;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.25;
  display: inline;
  word-break: break-all;
  border-radius: 0;
  cursor: help;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.js-tooltip:focus, button.js-simple-tooltip:focus {
  outline: 2px dashed #326297;
  border: none;
}
button.js-simple-tooltip:hover {
  background: #d6e3f2;
}
.au-callout button.js-simple-tooltip:hover {
  background: #a9d6ff;
}
h3 button.js-simple-tooltip {
  font-weight: 700;
}
.simple-left-animated-tooltip {
  position: absolute;
  z-index: 666;
  top: 80%;
  left: 0;
  width: 15em;
  background: #fff;
  background: rgba 255, 255, 255, 0.9;
  border: 1px solid #326297;
  border-radius: .5em;
  padding: 1em;
  text-align: left;
  margin-top: 1rem;
}
.simple-left-animated-tooltip:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #326297;
}
.simple-left-animated-tooltip__title {
  margin: 0;
  line-height: 1;
}
.simple-left-animated-tooltip p {
  font-size: 1em;
}
.simple-left-animated-tooltip__close {
  float: right;
  border: 0;
  background: #326297;
  color: #fff;
  border-radius: 1em;
}
.simple-left-animated-tooltip__close:hover,
.simple-left-animated-tooltip__close:focus,
.simple-left-animated-tooltip__close:active {
  outline: 1px dotted #fff;
}
.simple-left-animated-tooltip__close:hover,
.simple-left-animated-tooltip__close:active {
  background: #4d287f;
}
span.simple-left-animated-container {
  position: relative;
}
@media (max-width: 55.625em) {
  .simple-left-container {
    position: static;
  }
  .simple-left-animated-tooltip {
    position: static;
    width: auto;
    margin-top: 1em;
  }
}
.simpletooltip[aria-hidden="true"],
.minimalist-simpletooltip[aria-hidden="true"],
.minimalist-left-simpletooltip[aria-hidden="true"] {
  display: none;
  opacity: 0;
  transition-delay: 500ms;
  transition: all 200ms ease-out 250ms;
}
.simpletooltip_container,
.minimalist-simpletooltip_container,
.minimalist-left-simpletooltip_container {
  position: relative;
}
.simpletooltip,
.minimalist-simpletooltip,
.minimalist-left-simpletooltip {
  position: absolute;
  z-index: 666;
  width: 10em;
  border-radius: .5em;
  background: #fff;
  border: 2px solid #326297;
  color: #222;
  padding: .5em;
  text-align: left;
  line-height: 1.3;
  opacity: 1;
  transition-delay: 500ms;
  transition: all 200ms ease-out 250ms;
}
.simpletooltip,
.minimalist-simpletooltip {
  right: auto;
  left: 100%;
  margin-left: .5em;
}
.simpletooltip::before,
.minimalist-simpletooltip::before,
.minimalist-left-simpletooltip::before {
  content: '';
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 16px;
}
.simpletooltip::before,
.minimalist-simpletooltip::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #326297 transparent transparent;
  left: -10px;
}
@media (max-width: 576px) {
  .simpletooltip,
  .minimalist-simpletooltip,
  .minimalist-left-simpletooltip {
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    margin-top: .7em;
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
  }
  .simpletooltip::before,
  .minimalist-simpletooltip::before,
  .minimalist-left-simpletooltip::before {
    top: -10px;
    right: auto;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  }
}
