/* Non Critical Defaults */
abbr, acronym, dfn {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  background: #EEE;
  border-left: 2px solid #CCC;
  margin: 0 0 1em; }

blockquote p {
  margin: .5em; }

code, pre {
  font-size: 1em; }

del {
  text-decoration: line-through; }

dfn {
  font-style: italic;
  font-weight: bold; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1em 10px; }

fieldset {
  border: 0; }

fieldset p {
  margin: 0 0 5px; }

ins {
  text-decoration: none; }

hr {
  margin: 0 0 0.5em; }

textarea {
  font: 1em Arial;
  overflow: auto; }

tt {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 1em; }

th {
  background: #EEE;
  border: solid #CCC;
  border-width: 1px 0 0 1px;
  padding: 3px; }

td {
  border: solid #CCC;
  border-width: 1px 0 0 1px;
  padding: 3px; }

table {
  border: solid #CCC;
  border-width: 0 1px 1px 0; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-reg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-semi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

#branding {
  background: -moz-linear-gradient(90deg, #b21f24 26%, #2c0d10 89%);
  background: -webkit-linear-gradient(90deg, #b21f24 26%, #2c0d10 89%);
  background: linear-gradient(90deg, #b21f24 26%, #2c0d10 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b21f24",endColorstr="#2c0d10",GradientType=1); }
  #branding a.logo-placer:active,
  #branding a.logo-placer:focus {
    opacity: 0.8; }
  #branding .quick-links {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -20px;
    /*a:hover svg .cls-3,a:focus svg .cls-3{stroke:#fff;}*/ }
    #branding .quick-links a {
      font-family: 'Source Sans Pro',Arial,Sans-Serif;
      transition: ease 350ms background; }
      #branding .quick-links a span.img-wrapper {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2; }
        #branding .quick-links a span.img-wrapper.with-hover img.h-img {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0); }
      #branding .quick-links a img {
        height: 30px;
        width: auto;
        margin: 0 0 12px; }
      #branding .quick-links a:hover span.img-wrapper.with-hover img, #branding .quick-links a:focus span.img-wrapper.with-hover img {
        opacity: 0;
        visibility: hidden; }
      #branding .quick-links a:hover span.img-wrapper.with-hover img.h-img, #branding .quick-links a:focus span.img-wrapper.with-hover img.h-img {
        opacity: 1;
        visibility: visible; }
      #branding .quick-links a span.txt {
        position: relative;
        z-index: 2; }
      #branding .quick-links a.icon-el-1 svg {
        height: 27px;
        width: 51px;
        margin-top: 11px;
        margin-bottom: 17px; }
      #branding .quick-links a.icon-el-2 svg {
        height: 36px;
        width: auto;
        margin: 6px 0 13px; }
      #branding .quick-links a.icon-el-2 span.txt {
        padding: 0 8px; }
      #branding .quick-links a.icon-el-3 svg {
        height: 34px;
        width: auto;
        margin: 8px 0 12px; }
      #branding .quick-links a.icon-el-4 img {
        height: 38px;
        width: auto;
        margin: 5px 0 10px; }
      #branding .quick-links a .txt {
        padding: 0; }
    #branding .quick-links a:after {
      content: '';
      width: 100%;
      height: 100%;
      transition: ease 350ms bottom;
      position: absolute;
      bottom: -106%;
      left: 0;
      z-index: 1; }
    #branding .quick-links a:hover:after, #branding .quick-links a:focus:after {
      bottom: 0; }
    #branding .quick-links a:hover svg .cls-1, #branding .quick-links a:focus svg .cls-1 {
      fill: #fff; }
    #branding .quick-links a:hover svg .cls-2, #branding .quick-links a:focus svg .cls-2 {
      fill: #fff; }
  #branding .menu-btn {
    display: block;
    float: right;
    box-sizing: border-box; }
    #branding .menu-btn .simple-opener {
      display: none !important; }
      #branding .menu-btn .simple-opener span {
        height: 5px;
        width: 50px;
        background: #fff;
        display: block;
        position: relative; }
      #branding .menu-btn .simple-opener span:before {
        position: absolute;
        top: -11px;
        left: 0;
        content: '';
        width: 30px;
        height: 5px;
        transition: ease 350ms all;
        background: #fff; }
      #branding .menu-btn .simple-opener span:after {
        position: absolute;
        bottom: -11px;
        left: 0;
        content: '';
        width: 40px;
        height: 5px;
        background: #fff;
        transition: ease 350ms all; }
    #branding .menu-btn span {
      height: 5px;
      width: 50px;
      background: #fff;
      display: block;
      position: relative; }
    #branding .menu-btn span:before {
      position: absolute;
      top: -11px;
      left: 0;
      content: '';
      width: 30px;
      height: 5px;
      transition: ease 350ms all;
      background: #fff; }
    #branding .menu-btn span:after {
      position: absolute;
      bottom: -11px;
      left: 0;
      content: '';
      width: 40px;
      height: 5px;
      background: #fff;
      transition: ease 350ms all; }
    #branding .menu-btn em {
      font-weight: bold;
      font-family: 'Source Sans Pro',Arial,Sans-Serif;
      color: #fff;
      font-style: normal;
      display: block;
      transition: ease 350ms opacity;
      padding-top: 27px; }
    #branding .menu-btn:hover span:after, #branding .menu-btn:focus span:after {
      width: 50px; }
    #branding .menu-btn:hover span:before, #branding .menu-btn:focus span:before {
      width: 50px; }
    #branding .menu-btn.active {
      position: relative;
      z-index: 101;
      background: none;
      opacity: 0; }
      #branding .menu-btn.active span {
        background: none; }
      #branding .menu-btn.active span:after {
        transform: rotate(-45deg);
        width: 100%;
        content: '';
        height: 5px;
        background: #fff;
        position: absolute;
        top: 15px;
        left: 0; }
      #branding .menu-btn.active span:before {
        width: 100%;
        content: '';
        height: 5px;
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 15px;
        left: 0; }
      #branding .menu-btn.active em {
        opacity: 1; }
  #branding .menu-hold {
    background: url(../../assets/img/bg-menu.jpg) no-repeat 50% 0;
    background-size: cover;
    top: 0;
    left: 0; }
    #branding .menu-hold .menu-header {
      width: 100%;
      padding-top: 30px;
      padding-bottom: 34px;
      padding-left: 54px;
      padding-right: 34px;
      margin-bottom: -50px;
      box-sizing: border-box; }
      #branding .menu-hold .menu-header .simple-close {
        display: none !important; }
      #branding .menu-hold .menu-header span.close {
        width: 52px;
        height: 40px;
        float: right;
        display: inline-block;
        cursor: pointer;
        margin: -3px 0 0 65px;
        transition: ease 350ms transform; }
        #branding .menu-hold .menu-header span.close a.simple-close {
          margin-top: 0;
          margin-left: 0;
          font-size: 0; }
          #branding .menu-hold .menu-header span.close a.simple-close span {
            position: relative;
            width: 50px;
            height: 40px;
            display: block; }
          #branding .menu-hold .menu-header span.close a.simple-close span:before,
          #branding .menu-hold .menu-header span.close a.simple-close span:after {
            width: 100%;
            content: '';
            height: 5px;
            background: #fff;
            transform: rotate(0deg);
            position: absolute;
            top: 15px;
            left: 0;
            transition: ease 350ms all; }
          #branding .menu-hold .menu-header span.close a.simple-close span:before {
            transform: rotate(45deg); }
          #branding .menu-hold .menu-header span.close a.simple-close span:after {
            transform: rotate(-45deg); }
        #branding .menu-hold .menu-header span.close span {
          position: relative;
          width: 50px;
          height: 40px;
          display: block; }
        #branding .menu-hold .menu-header span.close span:before,
        #branding .menu-hold .menu-header span.close span:after {
          width: 100%;
          content: '';
          height: 5px;
          background: #fff;
          transform: rotate(0deg);
          position: absolute;
          top: 15px;
          left: 0;
          transition: ease 350ms all; }
        #branding .menu-hold .menu-header span.close span:after {
          transform: rotate(0deg); }
        #branding .menu-hold .menu-header span.close:focus {
          transform: rotate(90deg); }
    #branding .menu-hold img.menu-logo {
      max-width: 145px;
      height: auto;
      margin: 0 0 50px;
      width: 100%; }
    #branding .menu-hold a:focus img.menu-logo {
      opacity: 0.8; }
    #branding .menu-hold a.member-login {
      font-family: 'Source Sans Pro',Arial,Sans-Serif;
      background: url(../../assets/img/login-icon.png) no-repeat;
      background-size: auto 32px;
      padding: 4px 0 7px 40px; }
    #branding .menu-hold .menu-items .main-menu .menu-col > a {
      font-family: 'Source Sans Pro',Arial,Sans-Serif; }
    #branding .menu-hold .menu-items .main-menu .menu-col a:hover, #branding .menu-hold .menu-items .main-menu .menu-col a:focus {
      text-decoration: underline; }
    #branding .menu-hold .menu-items .main-menu .menu-col > a:focus {
      text-decoration: none; }
    #branding .menu-hold .menu-items .main-menu .menu-col ul {
      font-family: 'Source Sans Pro',Arial,Sans-Serif;
      /*
						a:after{
							position: absolute;
							left:20px;
							bottom:0;
							width: 0;
							transition: ease 350ms width;
							height: 1px;
							background:#fff;
							content:''; 
						}
						*/ }
      #branding .menu-hold .menu-items .main-menu .menu-col ul li {
        margin-bottom: 15px; }
      #branding .menu-hold .menu-items .main-menu .menu-col ul a:before {
        background: url(../../assets/img/white-arrow.svg) no-repeat 0 5px;
        position: absolute;
        top: 0;
        left: 0;
        /*transform: translate(0,-50%);*/
        content: '';
        background-size: 12px auto;
        width: 17px;
        display: block;
        height: 20px;
        opacity: 0;
        transition: ease 350ms opacity; }
    #branding .menu-hold .menu-footer {
      width: 100%; }
      #branding .menu-hold .menu-footer ul.add-menu {
        font-family: 'Source Sans Pro',Arial,Sans-Serif; }
        #branding .menu-hold .menu-footer ul.add-menu li {
          display: inline-block;
          vertical-align: top;
          width: 180px;
          margin: 0 10px 20px 0; }
        #branding .menu-hold .menu-footer ul.add-menu li.login {
          display: none; }
        #branding .menu-hold .menu-footer ul.add-menu a {
          color: #fff;
          text-decoration: none; }
        #branding .menu-hold .menu-footer ul.add-menu a:hover, #branding .menu-hold .menu-footer ul.add-menu a:focus {
          text-decoration: underline; }
      #branding .menu-hold .menu-footer img.tas-gov {
        width: 66px;
        height: auto;
        margin: 0 50px 0 0;
        display: inline-block;
        vertical-align: top; }
      #branding .menu-hold .menu-footer img.tas-logo {
        width: 200px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #branding .menu-hold .menu-footer .social-media {
        float: right;
        padding-top: 0;
        margin: -80px -90px 0 0; }
      #branding .menu-hold .menu-footer a.skip {
        position: absolute;
        top: -9999px;
        display: inline-block;
        background: #fff;
        color: #000;
        border-radius: 10px;
        padding: 20px; }
      #branding .menu-hold .menu-footer a.skip:focus {
        top: 70%;
        background: #fff;
        border-radius: 10px;
        color: #000; }
  #branding .top-message {
    width: calc(100% + 88px);
    background: #e6e7e8;
    margin-left: -54px;
    margin-top: -5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 20; }
    #branding .top-message p {
      font-size: 15px;
      line-height: 30px;
      color: #000;
      text-align: center;
      margin: 0; }

a.main-menu-btn:hover {
  text-decoration: none !important;
  cursor: default; }

.active-menu {
  overflow: hidden; }
  .active-menu #branding {
    position: static; }
  .active-menu #branding .menu-hold {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: ease 350ms opacity; }
  .active-menu span.close span:before {
    transform: rotate(45deg) !important; }
  .active-menu span.close span:after {
    transform: rotate(-45deg) !important; }
  .active-menu .top-message.desktop {
    opacity: 0;
    visibility: hidden; }

#branding .mobile-nav .quick-links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -20px; }
  #branding .mobile-nav .quick-links a {
    display: flex;
    width: 154px;
    align-items: center;
    height: 112px;
    border-width: 0 0 7px;
    border-style: solid;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    align-content: center;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Source Sans Pro',Arial,Sans-Serif;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 20px;
    margin: 0 0 0 4px;
    transition: ease 350ms all; }
    #branding .mobile-nav .quick-links a span.img-wrapper {
      width: 100%;
      text-align: center; }
    #branding .mobile-nav .quick-links a img {
      height: 30px;
      width: auto;
      margin: 0 0 12px; }

/* Adjust for WP admin bar */
.logged-in #branding {
  top: 32px; }

.logged-in #branding .menu-hold {
  top: 32px; }

#footer .footer-nav ul a:before {
  width: 15px;
  height: 15px;
  background: url(../../assets/img/white-arrow.svg) no-repeat 0 0;
  content: '';
  top: 16px;
  position: absolute;
  left: 0;
  background-size: 15px auto;
  transform: translate(0, -50%);
  opacity: 0;
  transition: ease 350ms all; }

#footer .footer-nav ul a span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: ease 350ms background; }

#footer .footer-nav ul a:hover:before, #footer .footer-nav ul a:focus:before {
  opacity: 1; }

#footer a.skip {
  top: auto;
  position: absolute;
  bottom: -9999px;
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 20px; }

#footer a.skip:focus {
  bottom: 10%;
  top: auto;
  background: #fff;
  border-radius: 10px;
  color: #000; }

.wow {
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  visibility: hidden; }

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes slideOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* Default Slider Animations */
@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide__progress__bar {
  width: 0; }

.splide {
  outline: none;
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

/* Generic Comment Styling */
#comments_wrap ol {
  list-style: none; }

#comments_wrap ol li {
  border-bottom: 1px solid #CCC;
  margin: 0 0 5px; }

#comments_wrap .commentmetadata {
  margin: 0 0 10px; }

#comments_wrap .comment-author {
  border-bottom: 1px solid #CCC;
  width: 100%;
  overflow: hidden;
  padding: 0 0 3px;
  line-height: 32px; }

#comments_wrap .comment-author img {
  float: left;
  margin: 0 10px 0 0; }

#comments_wrap .comment-author cite {
  font-weight: bold; }

/* Generic WP Captions Styling */
.wp-caption {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  padding-top: 4px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Content */
.home .entry-content section.columns.section {
  max-width: 1000px; }

.home .entry-content .columns.two .text-wrapper {
  padding: 30px; }

.home .entry-content .columns .text-wrapper h2 {
  font-size: 1.8em;
  line-height: 1.2em; }

.entry-content ol {
  list-style: decimal;
  padding-left: 20px; }

.entry-content ul {
  list-style: disc;
  padding-left: 20px; }

.entry-content p {
  margin: 0 0 10px;
  line-height: 25px; }

.entry-content h2, .entry-content h3.m-title {
  font: 300 50px/52px 'Source Sans Pro',Arial,Sans-Serif;
  position: relative;
  padding: 0px 0 20px;
  margin: 0px 0 20px; }

.entry-content h3 {
  font-size: 26px;
  line-height: 28px; }

.entry-content h2:after, .entry-content h3.m-title:after {
  content: '';
  width: 26px;
  height: 2px;
  background: #e31a22;
  position: absolute;
  bottom: 0;
  left: 0; }

.entry-content .btn-link span:before {
  width: 30px;
  height: 30px;
  background: url(../../assets/img/black-arrow.svg) no-repeat 0 50%;
  background-size: 12px auto;
  content: '';
  position: absolute;
  top: -6px;
  left: -20px;
  opacity: 0;
  transition: ease 350ms opacity;
  transition-delay: 100ms; }

.entry-content .btn-link:hover span:before,
.entry-content .btn-link:focus span:before {
  opacity: 1; }

.entry-content .editor {
  margin-bottom: 80px; }

.entry-content .editor.bg {
  margin-bottom: 40px;
  padding: 50px 0; }

.entry-content .editor .text-wrapper {
  display: flex;
  justify-content: space-between; }
  .entry-content .editor .text-wrapper .column {
    width: 48.5%; }

.entry-content h3 {
  font-size: 36px;
  line-height: 62px;
  margin: 0 0 10px;
  font-family: 'Source Sans Pro',Arial,Sans-Serif;
  font-weight: 600; }

.entry-content .columns.one .img-wrapper {
  height: 500px; }

.entry-content .columns.one .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.entry-content .columns.two .text-wrapper {
  margin-top: -100px; }

.error404 .breadcrumbs {
  display: none; }

/* Breadcrumbs */
.breadcrumbs {
  font-size: 20px;
  font-family: 'Source Sans Pro',Arial,Sans-Serif;
  font-weight: bold;
  margin-bottom: 50px;
  padding-top: 0; }
  .breadcrumbs a, .breadcrumbs span {
    color: #000;
    text-decoration: none; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: underline; }

/* Banner*/
.banner {
  width: 100%;
  max-width: 100%;
  /*padding-top: 120px;*/
  margin-bottom: 32px; }
  .banner .splide, .banner .splide__track, .banner .splide__list, .banner .splide__slide, .banner .slider-panel {
    height: 100%; }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible; }
  .banner .img-wrap {
    height: 100%; }

/*.with-banner .banner{margin-bottom: 0;height: 76vh;overflow: hidden;}*/
.with-banner .banner img {
  width: 100%;
  height: auto;
  /*
	max-width: none;
	object-fit: cover;
	object-position: 50% 0;
	*/ }

.with-slider .banner {
  height: calc(90vh - 155px);
  min-height: 490px; }

.splide__arrows {
  width: 24.5%;
  float: right;
  display: flex;
  justify-content: center;
  margin-top: -82px;
  position: relative; }
  .splide__arrows .wrapper {
    width: 260px;
    display: flex;
    justify-content: space-between; }
  .splide__arrows .sl-prev, .splide__arrows .sl-next {
    position: static; }
  .splide__arrows .nav-hold {
    display: flex;
    align-items: center; }
    .splide__arrows .nav-hold .num {
      font-size: 15px;
      color: #000;
      font-family: 'Source Sans Pro',Arial,Sans-Serif; }
      .splide__arrows .nav-hold .num.current {
        margin-right: 12px; }
      .splide__arrows .nav-hold .num.total {
        margin-left: 12px; }
  .splide__arrows .progress_holder {
    width: 170px;
    background: #d3d3d3;
    height: 1px; }
  .splide__arrows .splide__arrow {
    background: none;
    transform: none;
    opacity: 1; }
    .splide__arrows .splide__arrow svg {
      transform: none;
      fill: #000;
      width: 10px; }

/* Slide */
.splide__slide {
  width: 100% !important; }

.slider-panel {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .slider-panel .img-hold {
    width: 74.5%; }
    .slider-panel .img-hold img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      opacity: 1 !important;
      visibility: visible !important; }
  .slider-panel .text-wrapper {
    width: 24.5%;
    display: flex;
    align-items: center; }
    .slider-panel .text-wrapper .text-hold {
      width: 722px;
      box-sizing: border-box;
      padding: 125px 121px 132px 75px;
      margin: 0 0 0 -265px;
      background: #fff;
      /*
			a.slide-btn{
				color:#000;
				font-size: 17px;
				font-weight: bold;
				position: relative;
				transition: ease 350ms padding;
			}
			
			a.slide-btn:before{
				background: url(../../assets/img/black-arrow.svg) no-repeat 0 50%;
				position: absolute;
				top:50%;
				left:0;
				transform: translate(0,-50%);
				content:'';
				background-size: 12px auto;
				width: 17px;
				display: inline-block;
				height: 14px;
				opacity: 0;
				transition: ease 350ms opacity;
			}
			a.slide-btn:hover:before,a.slide-btn:focus:before{opacity: 1;}
			a.slide-btn:hover,
			a.slide-btn:focus{text-decoration: none;padding-left: 20px;}
			*/ }
      .slider-panel .text-wrapper .text-hold h2 {
        font: 300 60px/62px 'Source Sans Pro',Arial,Sans-Serif;
        position: relative;
        padding: 0 0 34px;
        margin: 0 0 24px; }
      .slider-panel .text-wrapper .text-hold h2:after {
        content: '';
        width: 26px;
        height: 2px;
        background: #e31a22;
        position: absolute;
        bottom: 0;
        left: 0; }
      .slider-panel .text-wrapper .text-hold p {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 15px;
        font-family: 'Source Sans Pro',Arial,Sans-Serif; }
      .slider-panel .text-wrapper .text-hold .slide-btn span:before {
        width: 30px;
        height: 30px;
        background: url(../../assets/img/black-arrow.svg) no-repeat 0 50%;
        background-size: 12px auto;
        content: '';
        position: absolute;
        top: -6px;
        left: -20px;
        opacity: 0;
        transition: ease 350ms opacity;
        transition-delay: 100ms; }
      .slider-panel .text-wrapper .text-hold .slide-btn:hover span:before,
      .slider-panel .text-wrapper .text-hold .slide-btn:focus span:before {
        opacity: 1; }

.splide__progress__bar {
  height: 1px !important;
  background: #000 !important; }

.splide__progress {
  width: 170px;
  position: absolute;
  right: 152px;
  bottom: 70px; }

.slider-panel .text-wrapper .text-hold h2,
.slider-panel .text-wrapper .text-hold p,
.slider-panel .text-wrapper .text-hold .slide-btn,
.slider-panel .text-wrapper .text-hold {
  opacity: 0; }

.slider-panel .text-wrapper .text-hold .slide-btn {
  display: inline-block; }

.slider-panel .img-hold {
  display: block; }

.slider-panel .text-wrapper {
  width: 24.5%; }

.slider-panel .text-wrapper .text-hold {
  width: 722px;
  box-sizing: border-box;
  padding: 125px 121px 132px 75px;
  margin: 0 0 0 -265px; }

.splide__slide {
  display: block; }

.splide__slide:first-child {
  display: block; }

/* Splide default CSS */
.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide__progress__bar {
  width: 0; }

.splide {
  outline: none;
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block; }

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1; }

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em; }

.splide__arrow:hover {
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  transition: transform .2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4); }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  background: #ccc;
  height: 3px; }

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

/* Alerts */
.alerts {
  /*padding-top: 120px;*/ }
  .alerts .wrapper {
    width: 100%;
    background: url(../../assets/img/new-line.svg) repeat-x 50% -1px;
    padding-top: 22px;
    padding-bottom: 21px;
    position: relative; }
    .alerts .wrapper .holder {
      background: #f1f1f2;
      margin: 0;
      padding: 20px 0; }
      .alerts .wrapper .holder > .content-wrapper {
        display: flex;
        justify-content: space-between; }
      .alerts .wrapper .holder svg {
        margin-bottom: 12px; }
      .alerts .wrapper .holder .alert-box {
        max-width: 47.5%; }
      .alerts .wrapper .holder .alert-box:first-child {
        max-width: 47.5%; }
      .alerts .wrapper .holder .alert-box:nth-child(2n) {
        padding-left: 95px;
        border-left: 1px solid #000;
        margin-left: 140px; }
      .alerts .wrapper .holder .alert-box.fire h2 {
        color: #000; }
      .alerts .wrapper .holder img {
        margin-bottom: 25px; }
      .alerts .wrapper .holder h2 {
        color: #c32027;
        font: 300 45px/47px 'Source Sans Pro',Arial,Sans-Serif;
        margin: 0 0 10px;
        padding: 0 0 5px;
        position: relative; }
      .alerts .wrapper .holder h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #c32027;
        width: 26px; }
      .alerts .wrapper .holder p {
        font-size: 17px;
        line-height: 25px;
        color: #000;
        font-weight: bold;
        margin: 0 0 24px; }
      .alerts .wrapper .holder a.btn {
        font-size: 17px;
        color: #000;
        background: #fff;
        border: 2px solid #000;
        padding: 14px 30px; }
        .alerts .wrapper .holder a.btn:hover {
          background: #000;
          color: #fff; }
  .alerts .wrapper:after {
    content: '';
    background: url(../../assets/img/new-line.svg) repeat-x 50% 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px; }

.cta {
  background: #fff;
  /*.main-wrap{position:absolute;}*/ }
  .cta .img-hold {
    display: block; }
  .cta.left .img-hold {
    display: block; }
  .cta .main-wrap {
    position: relative;
    padding: 40px 0;
    min-height: 500px; }
  .cta .f-bg {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }
  .cta .text-col {
    width: 48.5%;
    position: relative; }

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .accordion-wrapper {
      flex-direction: row; } }

.accordion__image {
  margin: 0px 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink: 0;
  align-self: center;
  width: 80%; }
  .accordion__image:before {
    content: "";
    display: block;
    padding-bottom: 60%; }
  @media screen and (min-width: 992px) {
    .accordion__image {
      align-self: flex-start;
      width: 45%; } }

.accordion {
  position: relative;
  margin: 40px 0px;
  flex-grow: 1; }

.accordion-button {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding-left: 20px; }
  .accordion-button:focus {
    box-shadow: none; }
  @media screen and (min-width: 992px) {
    .accordion-button {
      padding-left: 40px; } }

.btn-accordion-collapse {
  position: absolute;
  margin-top: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #dc0814;
  border: #dc0814; }
  .btn-accordion-collapse:hover, .btn-accordion-collapse:focus {
    background-color: white;
    border-color: #dc0814;
    color: black;
    box-shadow: none; }

.accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/dash-lg.svg"); }

.accordion-button.collapsed::after {
  background-image: url("../../assets/img/plus.svg"); }

.accordion-item {
  margin-bottom: 30px; }

.overview-paragraph {
  font-size: 18px;
  font-weight: 300;
  padding-right: 50px; }
  @media screen and (min-width: 992px) {
    .overview-paragraph {
      padding-right: 20%; } }

.lead-paragraph > p {
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 2.5rem; }

@media screen and (min-width: 992px) {
  .lead-paragraph {
    margin-bottom: 50px;
    padding-right: 40px; } }

.lead-paragraph a {
  color: #000; }
  .lead-paragraph a:hover {
    color: #4d4d4d; }

.embed-container {
  display: flex; }
  @media screen and (min-width: 992px) {
    .embed-container {
      padding: 2.5rem; } }

.paragraph-row {
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 992px) {
    .paragraph-row {
      margin-bottom: 30px; } }

.nav {
  justify-content: center; }

.nav-tabs {
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .nav-tabs {
      flex-direction: row; } }

.nav-link {
  flex-grow: 1;
  font-size: 20px;
  color: #000; }
  .nav-link:hover {
    color: #494c50; }

.tab-content {
  display: flex;
  justify-content: center;
  padding: 20px; }
  .tab-content .extra-content {
    padding: 15px 15px 15px 0;
    font-size: 20px; }
    .tab-content .extra-content pre {
      font-size: 8px; }
      @media screen and (min-width: 576px) {
        .tab-content .extra-content pre {
          font-size: 12px; } }
      @media screen and (min-width: 768px) {
        .tab-content .extra-content pre {
          font-size: 15px; } }
      @media screen and (min-width: 992px) {
        .tab-content .extra-content pre {
          font-size: 18px; } }

.warning-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0; }

.warning-item {
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 25px; }

.warning-link {
  margin-top: 15px;
  padding: 10px; }

.row__title {
  margin: 0px !important; }
  .row__title::after {
    background: none !important; }

.tile-row {
  justify-content: center;
  padding: 15px 0px; }
  .tile-row .tile {
    display: flex;
    transition: ease-in-out 250ms; }
    .tile-row .tile__inner {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      border-top: 2px solid #dc0814;
      box-shadow: 1px 1px 20px -13px #000;
      padding: 10px;
      margin-bottom: 15px;
      transition: ease-in-out 250ms;
      text-decoration: none; }
      @media screen and (min-width: 746px) {
        .tile-row .tile__inner {
          flex-direction: column;
          align-items: unset;
          padding: 25px; } }
      .tile-row .tile__inner--disabled {
        pointer-events: none;
        background-color: lightgray;
        border-top: 2px solid gray;
        box-shadow: none; }
        .tile-row .tile__inner--disabled .tile__arrow {
          color: grey; }
    .tile-row .tile__image {
      position: relative;
      background-size: cover;
      background-position: center center;
      width: 40%;
      flex-shrink: 0;
      margin-right: 10px; }
      .tile-row .tile__image:before {
        content: "";
        display: block;
        padding-bottom: 60%; }
      @media screen and (min-width: 746px) {
        .tile-row .tile__image {
          width: auto;
          margin-right: 0px; } }
    .tile-row .tile__icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 60px;
      color: #000;
      transition: ease-in-out 250ms; }
    .tile-row .tile__content {
      flex-grow: 1;
      color: #000; }
    .tile-row .tile__title {
      font-size: 30px;
      line-height: 38px;
      margin: 10px 0; }
    .tile-row .tile__description {
      display: none; }
      @media screen and (min-width: 746px) {
        .tile-row .tile__description {
          display: block; } }
    .tile-row .tile__arrow {
      font-size: 30px;
      color: #dc0814;
      position: relative;
      transition: ease-in-out 250ms;
      margin-left: auto;
      margin-top: auto; }
      @media screen and (min-width: 746px) {
        .tile-row .tile__arrow {
          margin-top: 0px;
          font-size: 40px; } }
    .tile-row .tile:hover .tile__inner:not(.tile__inner--disabled) {
      transform: scale(1.05);
      color: #000; }
      .tile-row .tile:hover .tile__inner:not(.tile__inner--disabled) .tile__icon {
        color: #dc0814; }
      .tile-row .tile:hover .tile__inner:not(.tile__inner--disabled) .tile__description {
        height: 100%; }
      .tile-row .tile:hover .tile__inner:not(.tile__inner--disabled) .tile__arrow {
        color: #f83944; }

.error-heading {
  max-width: 1488px;
  width: auto;
  margin: 0 auto;
  padding: 20px 80px 50px 80px; }

.error-heading h1 {
  font: 300 60px/62px 'Source Sans Pro', Arial, Sans-Serif;
  position: relative; }

.error-heading h1:after {
  content: '';
  width: 26px;
  height: 2px;
  background: #e31a22;
  position: absolute;
  bottom: -20px;
  left: 0; }

#page {
  padding-top: 120px; }

.menu-btn, #branding .menu-hold {
  display: block; }

#branding .quick-links span.img-wrapper, a.skip {
  display: block; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 14px;
  z-index: 30; }
  .back-to-top a {
    opacity: 0;
    transition: ease 450ms all;
    background: #201f20;
    position: relative;
    z-index: 200;
    box-sizing: border-box;
    padding-top: 5px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    float: right;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase; }
  .back-to-top a svg {
    fill: #fff;
    width: 23px;
    height: 20px; }
  .back-to-top a svg.mobile {
    display: none; }
  .back-to-top a span {
    display: block;
    width: 100%; }
  .back-to-top a:hover {
    border-color: #dc0814; }
  .back-to-top a.active {
    opacity: 1;
    visibility: visible;
    transition: ease 350ms opacity; }

.back-to-top.hide-button {
  display: none; }

/* Responsive */
#branding #mobile-logo, #branding .phone-call img.mobile-icon {
  display: none !important; }

#branding .mobile-nav {
  display: none; }

/* Responsive */
.with-slider .banner {
  min-height: 0;
  padding-top: 150px;
  padding-bottom: 110px;
  height: auto; }

#branding .phone-call a {
  color: #fff; }

.low_data_mode #branding .quick-links a:hover,
.low_data_mode #branding .quick-links a:focus {
  color: #000 !important; }

.low_data_mode .with-slider #main {
  padding-top: 80px; }

.home .entry-content section.columns.section {
  max-width: 1000px; }

p.mobile-copy {
  display: none; }

.with-slider .banner {
  height: calc(90vh - 155px);
  min-height: 490px;
  padding-bottom: 0;
  padding-top: 0; }

.with-slider.with-top .banner {
  height: calc(90vh - 215px); }

@media screen and (max-width: 1670px) {
  #branding .menu-hold .menu-header .btns {
    right: 0; }
  #branding .menu-hold .menu-footer .social-media {
    margin-right: 0; }
  #branding a.logo-placer {
    margin-right: 3.5%; }
  .content-wrapper.large {
    max-width: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px; }
  #branding .menu-btn {
    width: 52px; }
  #branding nav {
    flex-grow: 0;
    margin-right: 0; }
  #branding {
    padding-left: 0;
    padding-right: 0; }
  .slider-panel .text-wrapper .text-hold {
    padding: 60px; }
  .slider-panel .text-wrapper .text-hold {
    padding-right: 20px; } }

@media screen and (max-width: 1560px) {
  #branding a.logo-placer {
    margin-right: 3.5%; }
  .content-wrapper, .entry-content .columns {
    width: auto;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px; }
  .content-wrapper.large {
    padding-left: 40px;
    padding-right: 40px; }
  #branding .menu-hold .menu-footer ul.add-menu {
    margin-right: 45px; }
  #branding a.logo-placer {
    margin-right: 0; }
  #branding .phone-call {
    width: auto; }
  .alerts .wrapper .holder .alert-box:nth-child(2n) {
    padding-left: 7%; }
  #branding .menu-hold .menu-items .main-menu {
    padding-left: 40px; }
  #branding .menu-hold .menu-items .main-menu {
    width: 84.5%; }
  #branding .menu-hold .menu-items .main-menu .menu-col:nth-child(4) {
    margin-right: 0; }
  .alerts .wrapper .holder .alert-box:first-child {
    max-width: 41.5%; } }

@media screen and (max-width: 1400px) {
  #branding .menu-hold .menu-footer ul.add-menu {
    margin-right: 0;
    width: 55.5%; }
  #branding .menu-hold .menu-items .main-menu {
    margin-left: 3%;
    padding-left: 3%;
    width: 84.5%; }
  #branding .menu-hold .menu-items .main-menu .menu-col {
    padding-right: 1%; }
  .entry-content .columns.two .text-wrapper {
    width: calc(100% - 40px); }
  .cta .text-col {
    padding: 30px; }
  .cta .text-col h3 {
    margin-bottom: 10px; }
  .slider-panel .text-wrapper .text-hold {
    padding: 30px 40px; }
  .slider-panel .text-wrapper .text-hold h2 {
    font-size: 45px;
    line-height: 42px;
    padding: 0 0 16px;
    margin: 0 0 16px; }
  #branding .phone-call img {
    width: 42px; }
  #branding .phone-call p {
    padding-left: 16px;
    font-size: 18px; }
  .with-slider .banner {
    min-height: 350px; }
  .slider-panel .text-wrapper .text-hold p {
    line-height: 25px; }
  .entry-content .columns.one {
    margin: 0 auto 60px; }
  .entry-content .columns.two {
    margin: 0 auto 60px; }
  #main {
    padding-top: 50px; }
  .splide__arrows {
    margin-top: -52px; } }

@media screen and (max-width: 1292px) {
  #branding #logo {
    width: 165px;
    margin-top: 5px; }
  .cta .img-hold {
    width: 85%; }
  .alerts .wrapper .holder .alert-box, .alerts .wrapper .holder .alert-box:first-child {
    max-width: 50%;
    width: 50%; }
  #branding #mobile-logo, #branding .phone-call img.mobile-icon {
    display: none !important; }
  #branding .mobile-nav {
    display: none; }
  #branding .quick-links a {
    padding-left: 10px;
    padding-right: 10px; }
  #branding .menu-hold .menu-items .main-menu .menu-col {
    min-width: 0 !important; }
  #branding .menu-hold .menu-items .main-menu .menu-col:nth-child(4) {
    margin-right: 0; }
  #branding #main-desktop.quick-links a {
    width: 132px; } }

@media screen and (max-width: 1100px) {
  #branding .top-message.desktop {
    display: none; }
  .with-slider .banner {
    padding-top: 262px;
    padding-bottom: 30px; }
  #branding .mobile-nav {
    padding-top: 0px; }
  #main {
    padding-top: 156px; }
  #branding .logo-placer span {
    color: #000; }
  #branding .menu-btn a.simple-opener {
    color: #000; }
  #branding .phone-call p,
  #branding .phone-call p a {
    color: #000; }
  .desktop-nav .quick-links {
    display: none !important; }
  #branding .mobile-nav {
    display: flex; }
  #branding {
    height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff; }
  #branding #mobile-logo {
    width: 125px; }
  #branding .menu-btn span,
  #branding .menu-btn span:before,
  #branding .menu-btn span:after {
    background: #000; }
  #branding .phone-call {
    margin-top: 0;
    margin-left: -100px; }
  #branding .phone-call img {
    margin: 0; }
  #branding .menu-btn {
    padding-top: 28px; }
  #branding .mobile-nav .quick-links {
    padding: 20px;
    background: #2c0d10; }
  #branding .mobile-nav .quick-links a {
    width: auto;
    flex-grow: 1;
    flex-basis: 0; }
  #branding .mobile-nav .quick-links a:hover {
    height: 112px; }
  #branding .mobile-nav .quick-links {
    margin-top: 0;
    width: 100%; }
  #branding .menu-btn em {
    color: #000;
    padding-top: 15px; }
  #branding .menu-hold .content-wrapper {
    height: auto; }
  #branding .menu-hold .menu-items .main-menu .menu-col ul,
  #branding .menu-hold .menu-items .main-menu .menu-col > a {
    font-size: 17px; }
  #branding .menu-hold .menu-items .quick-links a:last-child {
    margin-bottom: 0; }
  #branding .menu-hold .menu-footer .content-wrapper {
    display: flex; }
  #branding .menu-hold .menu-footer ul.add-menu li {
    margin-bottom: 10px; }
  .low_data_mode.with-slider #main {
    padding-top: 65px; }
  .low_data_mode .alerts {
    padding-top: 200px; }
  .low_data_mode.with-slider .alerts {
    margin-bottom: -255px; }
  .entry-content h2, .entry-content h3.m-title {
    font-size: 45px;
    line-height: 47px; }
  #branding > .content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 85px;
    background: #fff;
    z-index: 101; }
  #branding .menu-btn {
    padding-top: 22px; }
  #branding .mobile-nav .quick-links {
    padding-top: 102px; }
  .slider-panel .text-wrapper .text-hold h2 {
    font-size: 45px;
    line-height: 47px; }
  #branding #mobile-logo, #branding .phone-call img.mobile-icon {
    display: block !important; }
  #branding #logo {
    display: none !important; }
  #branding .phone-call {
    margin-left: 0; }
  #branding .desktop-nav {
    width: 40%; }
  #branding .phone-call p {
    border: none; }
  #branding .phone-call img.desktop-icon {
    display: none !important; }
  #branding .menu-hold .menu-header span.close {
    margin-top: -6px; }
  .with-slider .banner {
    min-height: 490px;
    height: auto;
    /*padding-top: 235px;*/ }
  #branding .phone-call .img-replacement {
    display: none; }
  .entry-content h1 {
    font-size: 52px;
    line-height: 54px; }
  #branding .top-message {
    position: fixed;
    left: 0; }
  .top-message.desktop {
    display: none; }
  #branding .top-message.mobile {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -40px;
    width: calc(100% + 80px);
    position: static;
    margin-right: -40px; }
  .with-top #branding > .content-wrapper {
    flex-wrap: wrap;
    height: auto; }
  .with-top #page {
    padding-top: 142px; }
  .with-top #branding {
    height: 147px; }
  #branding a.logo-placer {
    width: 125px; }
  .active-menu #branding .top-message.mobile {
    opacity: 0;
    visibility: hidden; }
  /*
	.logged-in #branding .top-message{top:37px;margin-left: 0;width: 100%;}
	.logged-in.with-top #branding > .content-wrapper{top:92px;}
	.logged-in.with-top #page{padding-top: 144px;}
	.logged-in.with-top #branding{height: 147px;}
	*/
  .entry-content .columns.two .column .img-wrapper {
    height: 380px; }
  .home .entry-content .columns.two .column .text-wrapper {
    margin-top: -35px; }
  #page {
    padding-top: 90px; }
  #main {
    padding-top: 90px; }
  #branding #logo, #branding .phone-call img.desktop-icon {
    display: none; }
  #branding #mobile-logo, #branding .phone-call img.mobile-icon {
    display: block; }
  #branding .content-wrapper {
    align-items: center; }
  #branding .mobile-nav .quick-links {
    padding-top: 15px;
    background: -moz-linear-gradient(90deg, #2c0d10 26%, #b21f24 89%);
    background: -webkit-linear-gradient(90deg, #2c0d10 26%, #b21f24 89%);
    background: linear-gradient(90deg, #2c0d10 26%, #b21f24 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c0d10",endColorstr="#b21f24",GradientType=1); }
  .desktop-nav .menu-hold .quick-links {
    display: block !important; }
  .logged-in #branding > .content-wrapper {
    top: 30px; }
  .entry-content .columns.one .text-wrapper {
    width: calc(100% - 40px); }
  .entry-content .columns .text-wrapper {
    padding: 25px; }
  .entry-content .editor {
    margin-bottom: 75px; }
  .cta .text-col {
    width: 65%; }
  #branding .menu-hold .menu-items .quick-links a:first-child {
    margin-bottom: 18px; }
  #branding .menu-hold .menu-items .quick-links {
    margin-bottom: -18px; }
  #branding {
    position: static; }
  .splide__arrows .progress_holder {
    width: 125px; }
  .splide__arrows .wrapper {
    width: 220px; }
  body.logged-in.with-banner .banner, body.with-slider.logged-in .banner {
    padding-top: 0; }
  #branding {
    height: 147px; }
  #footer .logo-placer {
    width: 125px; }
  #footer .columns {
    width: 73%; }
  #footer .columns .copy {
    margin-right: 0; }
  #branding {
    background: #fff; }
  #branding .mobile-nav .quick-links {
    margin-top: 0; }
  .with-slider .banner {
    height: calc(70vh - 155px);
    padding-top: 0; }
  .cta .main-wrap {
    background-image: none !important; }
  .cta .img-hold.mobile {
    display: block;
    width: 100%; }
  .cta .text-col {
    width: 100%; }
  .cta {
    display: flex;
    flex-wrap: wrap; }
  .cta .main-wrap {
    order: 2; }
  .cta .img-hold {
    order: 1; }
  .cta .f-bg {
    display: none; }
  .cta .main-wrap {
    min-height: 0; }
  .cta .main-wrap {
    padding: 0; } }

@media screen and (max-width: 1024px) {
  .quick-links a:hover span.img-wrapper img {
    opacity: 1 !important;
    visibility: visible !important; }
  .quick-links a:hover span.img-wrapper img.h-img {
    display: none !important; }
  .alerts .wrapper .holder > .content-wrapper {
    display: block; }
  .alerts .wrapper .holder .alert-box:nth-child(2n) {
    padding-left: 0;
    border: none;
    margin-left: 0; }
  .alerts .wrapper .holder .alert-box {
    width: 100%;
    margin-bottom: 60px;
    max-width: 100%; }
  .alerts .wrapper .holder .alert-box:first-child {
    max-width: 100%; }
  .alerts .wrapper .holder .alert-box h2 br {
    display: none; }
  #footer .columns .copy .text-wrapper {
    padding-right: 15px; }
  #footer .logo-placer {
    width: 118px;
    margin-right: -20px; }
  #footer .footer-nav ul {
    font-size: 21px; }
  #footer .columns .copy .copy-text p {
    margin-right: 20px; }
  .with-banner .banner {
    margin-bottom: 0; }
  .alerts .wrapper .holder {
    padding-bottom: 10px; }
  #footer .columns .copy .copy-text {
    width: 300px;
    margin-left: -300px; }
  .alerts .wrapper .holder .alert-box, .alerts .wrapper .holder .alert-box:first-child {
    max-width: 100%;
    width: initial; } }

@media screen and (max-width: 900px) {
  .with-slider .banner {
    height: auto; }
  .slider-panel {
    display: block; }
  .slider-panel .img-hold {
    width: 100%; }
  .slider-panel .text-wrapper {
    width: 100%; }
  .slider-panel .text-wrapper .text-hold {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px; }
  .splide {
    padding-top: 12px; }
  .splide__arrows {
    display: none; }
  body.with-slider #main {
    padding-top: 30px; }
  #branding .menu-hold .menu-footer img.tas-logo {
    max-width: 140px;
    margin-right: 55px; }
  .entry-content .columns.two .column .img-wrapper {
    height: 300px; }
  .home .entry-content .columns.two .column .img-wrapper {
    height: 300px; }
  .entry-content .columns.one .img-wrapper {
    height: 380px; }
  #branding .top-message.mobile {
    flex-direction: row; }
  .with-slider .banner {
    height: auto;
    min-height: 0; } }

@media screen and (max-width: 820px) {
  .entry-content h2, .entry-content h3.m-title {
    font-size: 38px;
    line-height: 40px; } }

@media screen and (max-width: 767px) {
  .active-menu #branding .menu-hold .menu-items .quick-links a:hover svg .cls-1, a:focus svg .cls-1 {
    fill: #000; }
  .active-menu #branding .menu-hold .menu-items .quick-links a:hover svg .cls-2, a:focus svg .cls-2 {
    fill: #000; }
  #branding .top-message.mobile {
    flex-direction: row; }
  .active-menu #branding .menu-hold .menu-items .quick-links a.icon-el-1 svg {
    height: 20px !important; }
  .entry-content .columns.one .img-wrapper {
    height: auto; }
  .low_data_mode #branding .menu-hold {
    top: 75px; }
  .low_data_mode.logged-in #branding .menu-hold {
    top: 97px; }
  #branding .menu-hold a.member-login {
    padding-top: 24px; }
  .low_data_mode #branding .menu-hold .menu-header {
    display: block;
    padding-top: 0px;
    padding-left: 54px;
    padding-right: 34px;
    margin-bottom: 0px; }
  #branding .menu-hold .menu-items .main-menu .menu-col ul a:before {
    transition-delay: 100ms; }
  .low_data_mode.logged-in #branding .mobile-nav {
    padding-top: 95px; }
  .low_data_mode #branding .mobile-nav {
    padding-top: 65px !important; }
  .low_data_mode .alerts {
    padding-top: 152px; }
  .low_data_mode.with-slider .alerts {
    margin-bottom: -225px; }
  .with-slider .banner {
    padding-top: 200px; }
  #branding .mobile-nav .quick-links {
    align-items: stretch;
    padding: 15px 15px 5px; }
  #branding .mobile-nav {
    padding-top: 0 !important; }
  #branding .menu-btn {
    width: 32px;
    margin-left: 0; }
  #branding .mobile-nav .quick-links a {
    font-size: 12px;
    padding: 3% 1%;
    line-height: 11px;
    height: auto;
    margin: 0 2px;
    margin-bottom: 1%; }
  #branding .mobile-nav .quick-links a:hover {
    height: auto; }
  .content-wrapper.large {
    padding-left: 17px;
    padding-right: 17px; }
  #branding .mobile-nav .quick-links a br {
    display: none; }
  #branding .mobile-nav .quick-links a span.img-wrapper img,
  #branding .mobile-nav .quick-links a span.img-wrapper svg {
    height: 100%;
    width: auto; }
  #branding .phone-call p {
    padding-left: 10px;
    font-size: 12px;
    line-height: normal;
    max-width: 90px;
    font-weight: bold; }
  #branding .phone-call img.mobile-icon {
    width: 32px;
    height: auto; }
  #branding .menu-btn span:before {
    width: 16px;
    height: 2px;
    top: -5px; }
  #branding .menu-btn span:after {
    width: 21px;
    height: 2px;
    bottom: -5px; }
  #branding .menu-btn span {
    width: 29px;
    height: 2px; }
  #branding {
    height: 65px; }
  #branding .menu-btn em {
    color: #000;
    padding-top: 7px;
    font-size: 13px; }
  #branding .menu-btn:hover span:before,
  #branding .menu-btn:hover span:after {
    width: 29px; }
  #main {
    padding-top: 30px; }
  .home #main {
    padding-bottom: 70px; }
  #branding a.logo-placer {
    width: auto; }
  #branding .menu-hold img.menu-logo {
    display: none !important; }
  #branding .menu-hold .menu-items {
    display: block; }
  #branding .menu-hold .menu-items .quick-links {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    position: relative;
    z-index: -1; }
  .active-menu #branding .menu-hold .menu-items .quick-links {
    z-index: 10; }
  #branding .menu-hold .menu-items .quick-links a:last-child {
    margin-bottom: 18px; }
  /*#branding .menu-hold .menu-items{display: block !important;opacity: 1;visibility: visible;}*/
  #branding .menu-hold {
    height: calc(100% - 65px);
    top: 65px; }
  /*.logged-in #branding .menu-hold{top:98px;}*/
  #branding .menu-hold .menu-header {
    display: none; }
  #branding .menu-hold .menu-header-search .search-box {
    width: 90%; }
  #branding #branding .mobile-nav > .quick-links a {
    margin-bottom: 1% !important; }
  #branding .menu-hold .menu-items .quick-links {
    padding-top: 15px; }
  #branding .quick-links a {
    width: 47.5%;
    margin: 0 1% 2% !important; }
  #branding .menu-hold .menu-items .quick-links a,
  #branding .menu-hold .menu-items .quick-links a:hover {
    min-height: 0;
    height: auto; }
  #branding .menu-hold .menu-items .quick-links a span.img-wrapper {
    width: 45px;
    margin-right: 10px;
    margin-bottom: 0; }
  #branding .menu-hold .menu-items .quick-links a {
    font-size: 15px;
    text-align: left; }
  #branding .menu-hold .menu-items .quick-links a {
    flex-wrap: nowrap;
    align-content: center;
    min-height: 110px; }
  #branding .menu-hold .menu-items .quick-links {
    align-items: stretch;
    width: 104%;
    margin-left: -2%;
    margin-bottom: 50px; }
  #branding .menu-hold .menu-items .quick-links a img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    max-height: 25px;
    width: auto; }
  #branding .menu-hold .menu-items .quick-links a span.text {
    width: calc(100% - 28px);
    font-size: 16px;
    text-align: left;
    letter-spacing: -1px;
    line-height: 15px; }
  .entry-content h1 {
    font-size: 44px;
    line-height: 46px; }
  #branding .menu-hold .menu-items .main-menu {
    padding-left: 0;
    border: none; }
  #branding .menu-hold .menu-items .main-menu {
    margin-left: 0;
    width: 100%;
    display: block; }
  #branding .menu-hold {
    background: #212121; }
  #branding .menu-hold .menu-items {
    margin-bottom: 0; }
  #branding .menu-hold .menu-footer img.tas-gov {
    display: none !important; }
  #branding .menu-hold .menu-footer .content-wrapper,
  #branding .menu-hold .menu-footer ul.add-menu {
    display: block; }
  #branding .menu-hold .menu-footer .social-media {
    float: none;
    margin: 0; }
  #branding .menu-hold {
    height: calc(100% - 65px); }
  #branding .menu-hold .menu-items .main-menu {
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 10px;
    margin-bottom: 35px; }
  #branding .menu-hold .menu-footer ul.add-menu {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px; }
  #branding .menu-hold .menu-footer img.tas-logo {
    margin-left: 40px;
    margin-bottom: 25px;
    max-width: 100px; }
  #branding .menu-hold .menu-footer .social-media {
    display: flex;
    margin-left: 45px;
    margin-bottom: 25px; }
  #branding .menu-hold .menu-footer .social-media a {
    margin-right: 5px; }
  #branding .menu-hold .menu-footer .social-media a {
    width: 25px;
    height: 25px; }
  #branding .menu-hold .menu-footer .social-media a svg {
    width: 15px; }
  #branding .menu-hold .menu-items .main-menu .menu-col ul {
    display: none; }
  #branding .menu-hold .menu-items .main-menu .menu-col ul.active {
    display: block; }
  #branding .menu-hold .menu-items .main-menu .menu-col > a {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 18px;
    padding: 0; }
  #branding .menu-hold .menu-items .main-menu .menu-col > a:after {
    display: none; }
  #branding .mobile-nav .quick-links a span.img-wrapper {
    display: none; }
  #branding .phone-call span.img-replacement {
    display: none !important; }
  #branding .phone-call p br {
    display: none; }
  #branding .phone-call p {
    max-width: 100%; }
  #branding a.logo-placer span.img-replacement {
    margin-top: 15px; }
  .with-slider .banner {
    min-height: 0; }
  .entry-content .columns .text-wrapper {
    margin-top: -30px; }
  .entry-content .columns.one {
    margin-bottom: 30px; }
  .entry-content .columns.two {
    display: block; }
  .entry-content .columns.two .column {
    width: 100%;
    margin-bottom: 30px; }
  .entry-content .columns.two .text-wrapper {
    max-width: none; }
  .entry-content .columns.two {
    margin-bottom: 0; }
  .logos .logos-wrapper img {
    margin-bottom: 30px; }
  .logos {
    padding-top: 110px;
    padding-bottom: 80px; }
  .alerts .wrapper .holder img,
  .alerts .wrapper .holder svg {
    max-width: 60px; }
  /*.banner{padding-top:110px;}*/
  .low_data_mode.with-slider #main {
    padding-top: 50px; }
  .entry-content .columns {
    padding-left: 0;
    padding-right: 0; }
  .entry-content .btn-link, .slider-panel .text-wrapper .text-hold a.slide-btn {
    color: #000;
    text-decoration: none; }
  .low_data_mode .entry-content img {
    display: none !important; }
  .low_data_mode.with-banner .banner {
    display: none !important; }
  .low_data_mode.with-banner .breadcrumbs {
    padding-top: 20px; }
  .low_data_mode.with-banner #main {
    padding-top: 110px; }
  .low_data_mode .cta .text-col {
    width: 100%; }
  .low_data_mode.logged-in #branding > .content-wrapper {
    top: 32px; }
  .low_data_mode .cta {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  .entry-content h2, .entry-content h3.m-title, .alerts .wrapper .holder .alert-box h2,
  .slider-panel .text-wrapper .text-hold h2 {
    font-size: 26px;
    line-height: 27px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-weight: 400; }
  .cta .content-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .entry-content p, .slider-panel .text-wrapper .text-hold p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 25px;
    font-family: Arial,Sans-Serif; }
  .entry-content .btn-link,
  .slider-panel .text-wrapper .text-hold a.slide-btn {
    font-size: 14px;
    max-width: 75%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #000;
    padding: 12px; }
  .slider-panel .text-wrapper .text-hold a.slide-btn {
    max-width: 100%; }
  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 25px; }
  .entry-content .editor {
    margin-bottom: 40px; }
  .cta .text-col h3 {
    font-size: 23px;
    line-height: 30px; }
  .entry-content h3 {
    font-size: 22px;
    line-height: 30px; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 15px; }
  .breadcrumbs {
    font-size: 15px; }
  #branding #branding .mobile-nav > .quick-links a {
    line-height: 17px; }
  #branding .quick-links a span.img-wrapper.with-hover img.h-img {
    display: none; }
  #branding > .content-wrapper {
    height: 65px; }
  #branding .mobile-nav {
    padding-top: 65px; }
  /*
	.logged-in #branding .mobile-nav{padding-top: 100px;}
	.logged-in.with-slider .banner{padding-top:160px;}
	*/
  #branding .phone-call p {
    border: none; }
  #branding .mobile-nav {
    height: 122px; }
  #branding .quick-links a.icon-el-2 span.txt {
    padding-left: 5px;
    padding-right: 5px; }
  #footer .logo-placer {
    display: none; }
  #footer .mobile-logos .logo-placer {
    display: block; }
  #footer {
    padding-top: 25px; }
  #footer .columns {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 60px; }
  #footer .footer-nav {
    width: 100% !important; }
  #footer .footer-nav ul {
    font-size: 24px; }
  #footer .column.add-menu {
    padding-top: 0; }
  #footer .columns .column {
    width: 100% !important; }
  #footer .copy .copy-text img {
    display: none; }
  #footer .social-media {
    width: 100%;
    padding-top: 0; }
  #footer .copy .copy-text {
    display: none; }
  #footer .social-media {
    display: flex;
    box-sizing: border-box;
    margin: 0 0 20px 60px; }
  #footer .social-media a {
    margin: 0 5px 0 0;
    width: 25px;
    height: 25px; }
  #footer .social-media a svg {
    width: 15px; }
  #footer .copy .text-wrapper {
    margin-bottom: 0;
    padding-right: 0; }
  #footer .copy {
    padding-top: 0; }
  #footer .column.add-menu {
    display: flex;
    flex-wrap: wrap; }
  #footer .column.add-menu img.tas-logo {
    order: 2;
    max-width: 92px; }
  #footer .column.add-menu ul {
    order: 1;
    width: 100%; }
  #footer p.mobile-copy {
    display: block;
    font-size: 12px;
    color: #fff;
    padding-left: 60px; }
  #footer .footer-nav ul li {
    margin: 0 0 6px; }
  #footer .column.add-menu ul li {
    margin: 0 0 8px; }
  #branding .menu-btn {
    padding-top: 8px; }
  #main {
    padding-top: 140px; }
  #branding .menu-hold .menu-items .main-menu .menu-col {
    width: 100% !important;
    box-sizing: border-box; }
  .with-slider .banner {
    height: auto; }
  .slider-panel .text-wrapper .text-hold {
    padding: 25px; }
  #footer .columns .copy {
    padding-top: 0; }
  #footer .footer-nav ul {
    margin-bottom: 0; }
  #footer .col.add-menu img.tas-logo {
    margin-bottom: 0; }
  #footer .columns .copy .copy-text {
    display: none; }
  #footer .columns .copy {
    margin-right: 0;
    padding-bottom: 0; }
  #footer .columns {
    padding-right: 20px; }
  #footer .columns .copy .text-wrapper {
    margin-bottom: 0; }
  .back-to-top a {
    width: 30px;
    height: 30px; }
  .back-to-top svg.desktop {
    display: none; }
  .back-to-top a {
    padding: 0; }
  .back-to-top a svg.mobile {
    display: block;
    transform: rotate(-90deg);
    margin-bottom: -5px;
    width: 17px;
    height: 11px;
    margin-top: 1px; }
  .back-to-top a svg {
    fill: #fff;
    width: 21px;
    height: 13px; }
  .back-to-top a span {
    font-size: 9px; }
  #footer .column.add-menu ul {
    margin-bottom: 0; }
  #footer .column.add-menu img.tas-logo {
    margin-bottom: 20px; }
  .slider-panel .text-wrapper .text-hold a.slide-btn:after,
  .slider-panel .text-wrapper .text-hold a.slide-btn:before {
    display: none; }
  .slider-panel .text-wrapper .text-hold a.slide-btn:hover,
  .entry-content .btn-link:hover, .slider-panel .text-wrapper .text-hold a.slide-btn:hover {
    padding: 12px; }
  .entry-content .btn-link:before,
  .entry-content .btn-link:after {
    display: none; }
  .slider-panel .text-wrapper .text-hold a.slide-btn {
    display: block;
    text-align: center; }
  .entry-content .btn-link {
    display: block;
    max-width: 100%;
    font-size: 13px;
    text-align: center; }
  #branding .menu-btn.active span:before, #branding .menu-btn.active span:after {
    background: #000; }
  #branding .menu-btn.active span:after {
    top: auto;
    bottom: -8px !important;
    left: 2px !important; }
  #branding .menu-btn.active span:before {
    top: 6px !important;
    left: 3px !important; }
  #branding .menu-btn.active {
    opacity: 1; }
  #branding .menu-hold .menu-footer ul.add-menu li {
    display: block; }
  .mob-phone {
    padding-left: 14px;
    border-left: 1px solid #fff; }
  #footer .columns {
    width: 100% !important; }
  .home .entry-content .columns .text-wrapper h2 {
    font-size: 1.6em; }
  body:not(.home) #main {
    padding-top: 30px; }
  .logged-in #branding .top-message {
    top: 50px; }
  .with-top #page {
    padding-top: 124px; }
  .with-top #branding {
    height: 122px; }
  .logged-in .with-top #branding > .content-wrapper {
    top: 45px; }
  .with-top #branding > .content-wrapper {
    top: 0; }
  .with-top #page {
    padding-top: 145px; }
  #branding .top-message p {
    font-size: 12px;
    line-height: 1.5em; }
  /*.menu-footer span.img-replacement{display: inline-block;vertical-align: top;margin:0 0 0 20px 20px;}*/
  #branding .top-message.mobile {
    width: calc(100% + 34px);
    margin-left: -17px;
    margin-right: -17px;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box; }
  .with-top.logged-in #branding .menu-hold {
    top: 190px !important; }
  .with-top #branding .menu-hold {
    top: 145px !important; }
  .with-top #branding.hide-box .menu-hold {
    top: 85px !important; }
  .with-top.logged-in #branding.hide-box .menu-hold {
    top: 128px !important; }
  .active-menu #branding .top-message.mobile {
    opacity: 1;
    visibility: visible; }
  .entry-content .btn-link:hover, .entry-content .btn-link:focus {
    background: none; }
  .entry-content .btn-link span:before {
    opacity: 0 !important; }
  .slider-panel .text-wrapper .text-hold a.slide-btn:hover span:before {
    opacity: 0; }
  .entry-content .btn-link {
    background: none; }
  .entry-content .btn-link span {
    background: none; }
  .entry-content .btn-hold:hover, .slider-panel .text-wrapper .text-hold .btn-hold:hover {
    padding-left: 0; }
  .slider-panel .text-wrapper .text-hold a.slide-btn, .slider-panel .text-wrapper .text-hold a.slide-btn span {
    background: none; }
  .columns .column img {
    width: 100%;
    height: auto; }
  .entry-content .btn-link span em, .slider-panel .slide-btn span em {
    font-size: 13px; }
  .entry-content .columns.two .column .img-wrapper {
    height: auto; }
  .home .entry-content .columns.two .column .img-wrapper {
    height: auto; }
  .column.add-menu img {
    max-width: 92px !important; }
  .error-heading {
    padding-left: 30px;
    padding-right: 30px; }
  #page {
    padding-top: 65px; }
  .logged-in #branding .menu-hold {
    top: 112px; }
  #branding .mobile-nav .quick-links a span.img-wrapper {
    width: 100%;
    height: 18px;
    display: flex;
    padding-top: 2px;
    align-items: center;
    justify-content: center; }
  #branding .mobile-nav .quick-links a span.img-wrapper img {
    height: 100%;
    width: auto; }
  .logged-in #branding > .content-wrapper {
    top: 44px; }
  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  #branding .menu-hold .menu-items .main-menu {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 35px; }
  #branding .menu-hold .menu-footer ul.add-menu {
    padding-left: 30px;
    padding-right: 45px;
    font-size: 16px; }
  #branding .menu-hold .menu-items .main-menu .menu-col ul.active {
    display: block;
    margin-left: 20px; }
  #branding .mobile-nav .quick-links {
    align-items: stretch;
    padding: 15px 15px 5px;
    box-sizing: border-box; }
  .entry-content .columns {
    padding-left: 15px;
    padding-right: 15px; }
  .logos {
    padding-top: 84px;
    padding-bottom: 60px; }
  .logos img {
    max-width: 55% !important; }
  .alerts .wrapper .holder img {
    max-width: 60px; }
  .alerts {
    margin-bottom: -12px; }
  .menu-btn.active span:before,
  .menu-btn.active span:after {
    width: 27px !important;
    height: 4px !important; }
  .menu-btn.active span {
    background: none !important; }
  .menu-btn.active span:before {
    transform: rotate(45deg);
    left: 3px !important;
    top: -4px !important; }
  .menu-btn.active span:after {
    transform: rotate(-45deg);
    bottom: 2px !important;
    left: 3px !important; }
  #main {
    padding-top: 190px; }
  #branding .menu-hold .menu-items .quick-links a {
    justify-content: flex-start; }
  #branding .menu-btn:hover span:after, #branding .menu-btn:focus span:after,
  #branding .menu-btn:hover span:before, #branding .menu-btn:focus span:before {
    width: 29px; }
  #branding {
    height: 120px; }
  .mobile-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px; }
    .mobile-logos .logo-placer img {
      width: 120px;
      height: auto; }
    .mobile-logos a.mob-phone img {
      width: 42px;
      height: auto; }
    .mobile-logos img.tas {
      width: 55px;
      height: auto; }
  #branding .menu-btn {
    padding-top: 27px; }
  .with-slider .banner {
    height: auto;
    padding-top: 0; }
  #branding .menu-hold .menu-footer ul.add-menu li.login {
    display: block; }
  .with-banner #main {
    padding-top: 0; }
  #footer .columns .copy {
    padding-top: 10px; }
  #footer .column.add-menu img.tas-logo {
    margin-right: 20px;
    margin-bottom: 10px; }
  #footer .column.add-menu img {
    max-width: 200px !important;
    margin-right: 20px; }
  .hide-on-desktop {
    display: flex !important; }
  #branding .menu-btn.active span:after {
    top: auto;
    bottom: 1px !important;
    left: 2px !important; }
  #branding .menu-btn.active span:before {
    top: -3px !important;
    left: 2px !important; }
  .logged-in #branding .mobile-nav {
    padding-top: 0; }
  #footer a.mob-phone {
    display: none; }
  #footer a.mob-phone.replace {
    display: block; } }

@media screen and (max-width: 600px) {
  .entry-content .editor .text-wrapper .column {
    width: 100%; }
  .entry-content .editor .text-wrapper {
    display: block; }
  .cta .text-col {
    width: 100% !important; }
  .cta {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 15px;
    margin: 0; }
  .cta .main-wrap {
    order: 2;
    position: static;
    margin-top: -30px; }
  .cta .img-hold {
    width: 100% !important;
    order: 1; }
  a.btn {
    padding: 15px 19px;
    font-size: 15px; }
  #main {
    padding-bottom: 68px; }
  #footer a.mob-phone {
    display: none; }
  #footer a.mob-phone.replace {
    display: block; } }

@media screen and (max-width: 480px) {
  .fwimage.section {
    margin-bottom: 45px; }
  #branding .mobile-nav .quick-links a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5%; }
  #branding .mobile-nav .quick-links a span.img-wrapper {
    margin-bottom: -4px;
    padding-top: 5px; }
  #branding .phone-call p {
    padding-left: 10px;
    font-size: 10px;
    line-height: 11px;
    max-width: 78px;
    font-weight: bold; }
  #branding #mobile-logo {
    width: 112px;
    margin-left: -5px; }
  #main {
    padding-top: 106px; }
  .home #main {
    padding-bottom: 64px; }
  #branding .phone-call {
    margin-left: -50px; }
  #branding .menu-hold .menu-items .quick-links a {
    min-height: 60px;
    line-height: 14px; }
  #branding .mobile-nav .quick-links {
    padding-left: 10px;
    padding-right: 10px; }
  #branding .mobile-nav {
    height: 90px; }
  #branding .mobile-nav .quick-links {
    padding-top: 10px; }
  .alerts {
    padding-top: 0; }
  #branding .phone-call {
    margin-left: 0px; }
  #branding .desktop-nav {
    width: 20%; }
  #branding {
    height: 95px !important; }
  .low_data_mode .alerts .wrapper {
    padding-top: 0px; }
  #branding .mobile-nav .quick-links a.icon-el-1 svg {
    height: 13px !important;
    margin-top: 9px !important; }
  #branding .mobile-nav .quick-links a.icon-el-1 svg {
    margin-top: -2px; }
  #branding .mobile-nav .quick-links a.icon-el-3 svg {
    margin-top: 0 !important; }
  #branding .mobile-nav .quick-links a.icon-el-4 span.img-wrapper {
    margin-bottom: 0; }
  #branding .mobile-nav .quick-links a.icon-el-4 span.img-wrapper img {
    margin-top: 7px; }
  .home #main {
    padding-bottom: 0; }
  .logos {
    padding-top: 50px !important;
    padding-bottom: 20px !important; }
  #footer .column.add-menu img.tas-logo {
    margin-bottom: 10px; }
  #footer .column.add-menu img.tas-logo {
    margin-bottom: 10px;
    margin-right: 20px; } }

@media screen and (max-width: 330px) {
  #footer .columns {
    padding-left: 30px; }
  #footer .social-media {
    margin-left: 30px; }
  #footer p.mobile-copy {
    padding-left: 30px; }
  #branding .desktop-nav {
    width: 12%; } }
