/*
  <link rel="stylesheet" href="https://go.tafeqld.edu.au/rs/089-PUR-531/images/tq-lp-style-override.css">
*/

	
@font-face {
  font-family: HelveticaNeue-500;
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.eot);
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.eot?#iefix) format('embedded-opentype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.woff) format('woff'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.ttf) format('truetype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.svg#HelveticaNeueLTStd-Blk) format('svg');
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: HelveticaNeue-400;
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.eot);
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.eot?#iefix) format('embedded-opentype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.woff2) format('woff2'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.woff) format('woff'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.ttf) format('truetype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd) format('svg');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: HelveticaNeue-300;
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.eot);
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.eot?#iefix) format('embedded-opentype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.woff2) format('woff2'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.woff) format('woff'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.ttf) format('truetype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md) format('svg');
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: HelveticaNeue-200;
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.eot);
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.eot?#iefix) format('embedded-opentype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.woff2) format('woff2'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.woff) format('woff'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.ttf) format('truetype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman) format('svg');
  font-weight: 200;
  font-style: normal
}
@font-face {
  font-family: HelveticaNeue-100;
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.eot);
  src: url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.eot?#iefix) format('embedded-opentype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.woff2) format('woff2'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.woff) format('woff'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.ttf) format('truetype'), url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt) format('svg');
  font-weight: 100;
  font-style: normal
}


.hidden {
  display: none;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-container > div {
  max-width: 50%;
  flex-grow: 1;
}
.flex-container > div:not(:last-of-type) {
  margin-right: 20px;
}
.content-image {
  max-width: 33%;
}
@media screen and (max-width: 980px) {
  .flex-container {
    display: inline-block;
  }
  .flex-container > div {
    margin-right: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  .content-image {
    margin: 0 auto;
    max-width: 100%;
    max-height: 50vh;
  }
}
/*  Tile height  */
@media screen and (min-width: 768px) {
  #cards-1 .container .row {
    display: flex;
    align-items: stretch;
  }
  #cards-featured-img-1 .container .row {
    display: flex;
    align-items: stretch;
  }
  .card-thumbnail {
    height: 100%;
  }
  .article-meta {
    height: 100%;
  }
}
article.card-thumbnail {
  overflow: hidden;
}
/*  Lists  */
.section-copy ul,
.section-copy ol {
  padding-left: 25px;
  margin-bottom: 20px;
}
.section-copy li {
  list-style-type: inherit;
}
.section-copy ul li {
  list-style-type: disc;
  font-family: HelveticaNeue-300;
}
.section-copy li:not(:last-child) {
  padding-bottom: 10px;
}
@media (max-width:767px) {
  .section-copy ul,
  .section-copy ol {
    margin-top: 10px;
    padding-left: 10px;
  }
  .section-copy li:last-child {
    padding-bottom: 25px;
  }
}
.tq-hr--red {
  height: 4px;
  background-color: #e31b23;
  color: #e31b23;
  width: 50px;
  border: 0;
  margin: 16px auto;
  padding: 0;
}
/*  Menu  */
.tq-header__small--anchor-links {
  background-color: #f7f7f7;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3)
}
.tq-anchor-links__list {
  margin: 0;
  padding: 0;
}
.tq-anchor-links__list li {
  float: left;
  list-style-type: none;
}
.tq-anchor-links__list li a {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  color: #6a6969;
  font-weight: 400;
  border-bottom: 4px solid #f7f7f7;
  font-family: HelveticaNeue-400, Arial;
}
.tq-anchor-links__list li a:focus {
  text-decoration: none;
}
.tq-anchor-links__list li a:hover {
  text-decoration: none;
  color: #e31b23;
  border-bottom: 4px solid #e31b23;
}
.tq-anchor-links__list li.active {
  border-bottom: 4px solid #e31b23;
}
.tq-anchor-links__list li.active a {
  border-bottom: 0;
  text-decoration: none;
  color: #e31b23;
}
.tq-anchor-links__list li.active a:focus {
  text-decoration: none;
}
.tq-anchor-links__list li.active a:hover {
  border-bottom: 0;
  text-decoration: none;
}
@media screen and (max-width: 1330px) {
  .tq-anchor-links__list li a {
    padding: 20px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tq-anchor-links__list li {
    float: none;
  }
  .tq-anchor-links__list li:not(:last-child) {
    border-bottom: 1px solid #b3b3b3;
  }
  .tq-anchor-links__list li a {
    padding: 8px 15px;
  }
}
/*  Paragraph  */
body {
  font-family: HelveticaNeue-200, Arial, sans-serif;
  font-size: 16px;
}
p {
  font-size: 18px;
}
h3 {
  font-size: 26px;
  font-family: HelveticaNeue-400;
}
.h3,
.h4,
h3,
h4 {
  line-height: 1.3em;
}
h4,
h6 {
  font-family: HelveticaNeue-200;
}
footer .footer-bottom {
  font-family: HelveticaNeue-100, Arial, sans-serif;
  font-size: 14px;
  margin-top: 0px;
}
footer .footer-bottom h4,
footer .footer-bottom h6 {
  font-family: HelveticaNeue-200;
}
.campus-details p,
.campus-details dl {
  font-size: 14px;
}
/* FONTS */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.eot');
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.eot?#iefix') format('embedded-opentype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.woff') format('woff'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.ttf') format('truetype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Blk.svg#HelveticaNeueLTStd-Blk') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.eot');
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.woff') format('woff'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.eot');
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.woff2') format('woff2'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.woff') format('woff'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.ttf') format('truetype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.eot');
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.woff') format('woff'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.eot');
  src: url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.woff') format('woff'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
    url('https://go.tafeqld.edu.au/rs/089-PUR-531/images/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: 100;
  font-style: normal;
}
.btn {
  padding: 15px 30px;
  font-family: HelveticaNeue-400;
}
.section-hero h4 {
  padding: 4px 0;
  line-height: 2em;
}
/* to do: font & weight */
@media (max-width: 767px) {
  .section-hero h4 {
    padding: 4px 0;
  }
}
.section-page-title h4 {
  border-left: 5px solid #e31b23;
}
.section-page-title h4:before {
  content: none;
}
/* ////////////////////// form styling  //////////////////// */
.mktoForm {
  width: 100% !important;
  max-width: 950px;
  font-family: 'HelveticaNeue', Helvetica, sans-serif !important;
  font-weight: 200;
  font-size: 16px;
  margin: 0 auto;
}
.mktoForm .mktoAsterix {
  display: none !important;
}
.mktoForm .mktoButtonRow {
  width: 100%;
}
.mktoForm .mktoOffset {
  height: 1px;
  width: 1px;
}
.mktoForm h4 {
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 400;
  padding: 0 0 10px 0;
  margin: 0;
  float: left;
  line-height: 1;
}
.mktoForm h4:after {
  clear: both;
}
.mktoHtmlText {
  width: 100% !important;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  padding: 18px 20px !important;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  font-weight: 200;
  font-size: 16px;
  width: 100% !important;
  background-color: #fff;
  box-shadow: none;
}
.mktoForm input[type=text]:focus,
.mktoForm input[type=email]:focus,
.mktoForm textarea:focus {
  outline: none;
  box-shadow: none;
}
.mktoForm input[type=text]::placeholder,
.mktoForm input[type=tel]::placeholder,
.mktoForm textarea::placeholder,
.mktoForm input[type=email]::placeholder {
  color: #444;
}
.mktoForm select.mktoField {
  padding: 18px 45px 18px 20px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  font-weight: 200;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow-down.png) no-repeat center right 20px #fff;
  width: 100% !important;
  margin: 0 0 15px 0;
  box-shadow: none;
}
.mktoForm textarea.mktoField {
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  color: #858585;
  font-weight: 200;
  padding: 18px 20px;
  width: 100% !important;
  height: 160px;
  box-shadow: none;
}
.mktoForm input[type=radio]:checked + label:before {
  background-position: 50%;
  background-size: 10px;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  display: none !important;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  float: left;
  clear: none;
}
.mktoRadioList input[type=radio] {
  display: none;
}
.mktoForm.mktoLayoutAbove .mktoLabel {
  color: #6a6969;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
}
.mktoForm .mktoButtonWrap.mktoInset button.mktoButton,
.mktoForm .mktoButtonWrap.mktoInset button:focus.mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple button:focus.mktoButton {
  padding: 15px 25px;
  display: inline-block;
  font-weight: 400;
  min-width: 200px;
  text-align: center;
  background-color: #e31b23;
  border: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background-image: none;
  box-shadow: none;
  /* float: right; */
  min-width: 254px;
  margin: 10px auto 50px;
}
.mktoForm .mktoButtonRow {
  text-align: center;
}
.mktoForm .mktoButtonWrap.mktoInset button:hover.mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple button:hover.mktoButton {
  border: 0;
  background-color: #000;
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoFullWidthCol {
  width: 100% !important;
  float: none !important;
}
.mktoForm .mktoFormCol {
  padding-right: 20px;
}
.mktoForm .mktoFormRow {
  margin-right: -20px;
}
.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
  border: 1px solid #bdbdbd;
}
.mktoForm .selectric {
  border: 1px solid #bdbdbd;
  box-shadow: none;
}
.mktoForm .selectric .label {
  line-height: 62px;
}
.mktoForm .mktoError .mktoErrorMsg {
  background-color: #6b1d9b;
  text-shadow: none;
  padding: 21px 16px;
  color: #fff;
  border: 0;
  box-shadow: none;
  background-image: none;
  border-radius: 4px;
}
.mktoForm .mktoError {
  right: -180px !important;
  top: 16px;
  bottom: 0;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
  top: 30px;
  left: -12px;
  transform: rotate(270deg);
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #6b1d9b;
  border: 0;
}
.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList,
.mktoCheckboxList {
  width: 100% !important;
  padding-left: 20px !important;
}
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  box-shadow: none;
  border: 2px solid #9b9b9b;
  background-color: transparent;
  /* margin-left: 0; */
  color: #333;
  line-height: 1.025em;
  float: left;
  font-weight: normal;
  font-size: 1em;
  color: #9b9b9b;
  margin-left: -30px;
  content: "";
}
.mktoForm input[type=checkbox]:focus + label:before,
.mktoForm input[type=radio]:focus + label:before {
  border: 2px solid #9b9b9b;
}
.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  border: 2px solid #9b9b9b;
}
.mktoForm .mktoRadioList {
  width: 100% !important;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  /*float: left;*/
  margin: 0;
  font-weight: 200 !important;
  font-size: 16px !important;
  color: #6a6969;
  padding-bottom: 7px;
}
.mktoForm .mktoCheckboxList > label {
  padding-left: 0px;
}
.mktoForm .mktoLabel {
  color: #6a6969;
  font-size: 18px;
  font-weight: 300;
  width: 100% !important;
}
.mktoForm .selectric {
  font-size: 16px;
}
.mktoForm .selectric-items li {
  font-size: 16px;
}
/*.mktoCheckboxList {
    padding-top: 20px !important;
}*/
.marketo-label-checkbox {
  width: auto !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  padding-top: 20px !important;
  cursor: pointer;
}
.mktoForm input[type=checkbox] {
  height: 0px;
  padding-left: 30px;
  padding-top: 20px;
  display: none;
}
.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  height: 1px !important;
}
@media only screen and (max-width: 1000px) and (min-width: 601px) {
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    width: 100% !important;
  }
}
@media only screen and (max-width: 740px) and (min-width: 660px) {
  .mktoForm .mktoButtonRow {
    position: relative;
    right: auto;
    left: 16px;
    top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .mktoForm {
    width: 100% !important;
    margin: 40px auto;
  }
  .mktoError {
    display: none;
  }
  .mktoForm select.mktoField {
    padding: 15px 20px;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .mktoForm .mktoButtonRow {
    position: relative;
    right: auto;
    left: 0px;
    top: 10px;
  }
  /*.mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm textarea.mktoField {
    padding: 24px 20px;
  }*/
  .mktoForm .mktoFormRow {
    padding: 0;
  }
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
  mktoForm * {
    padding: 0px;
  }
}
/*                              */
/* LP - FLEXBOX ROWS + CHECKBOXES */
/*                              */
.mktoForm .mktoFormRow {
  display: flex;
  margin-right: -10px;
}
.mktoFormRow div.mktoFormCol {
  width: 100%;
  padding-right: 10px;
}
.mktoFormRow div.mktoFormCol:nth-last-of-type(1) {
  padding-right: 0px;
}
@media screen and (max-width: 600px) {
  .mktoForm .mktoFormRow {
    display: block;
    margin-right: 0px;
  }
  .mktoFormRow div.mktoFormCol {
    width: 100%;
    padding-right: 0px;
  }
}
/*  END FLEXBOX  */
.odcampus {
  padding: 30px 0;
}
.odcampus:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 750px) {
  .odcampus {
    padding: 20px 0;
  }
  .odcampus img {
    margin-bottom: 20px;
  }
}
#accordion-content {
  margin-bottom: 40px;
}
#accordion-content .collapsible:not(:first-of-type) {
  margin-top: 40px;
}
#accordion-content .collapsible {
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  background-color: hsl(240, 2%, 51%);
  transition: background-color 0.3s ease;
}
#accordion-content .active,
#accordion-content .collapsible:hover {
  background-color: #23b4c4;
}
#accordion-content .collapsible h1,
#accordion-content .collapsible h3,
#accordion-content .collapsible h4 {
  margin-bottom: 10px;
  margin: 0 15px;
}
#accordion-content .collapsible h3:before,
#accordion-content .collapsible h4:before {
  content: '+';
  /*float:right;*/
  margin-right: 10px;
  position: relative;
  bottom: 3px;
  display: inline-block;
  transform: scale(1.3);
}
#accordion-content .active h3:before,
#accordion-content .active h4:before {
  content: '-';
}
#accordion-content .collapsible h1,
.collapsible h4 {
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
#accordion-content .content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: padding 0.2s ease-in-out, max-height 0.2s ease-out;
  background-color: #f7f7f7;
}
#accordion-content .active + .content {
  padding: 20px;
}
#accordion-content .content .row:not(:first-of-type) {
  margin-top: 30px;
}
#accordion-content .col-sm-3 img {
  width: 100%;
}
.col-sm-3 img {
  width: 100%;
  height: auto;
}
#accordion-content .content p:last-child {
  /*margin-bottom:40px;*/
}
@media screen and (max-width: 750px) {
  #accordion-content .col-sm-3 img {
    margin-bottom: 20px;
    max-width: 250px;
  }
  .col-sm-3 img {
    margin: 0 auto;
    margin-bottom: 20px;
    /*max-width:250px;*/
  }
}
/* --------------------------------------------*/
/* ------>>> LARGE LIST ITEMS <<<--------------*/
/* --------------------------------------------*/
.tq-large-list-items__ul {
  margin-bottom: 60px !important;
}
.tq-large-list-items__content h2 {
  font-size: 1.875em;
  font-weight: 100;
  text-transform: initial;
  color: #4a4a4a;
  padding: 5px 0 12px 0;
}
.tq-large-list-items__content hr {
  text-align: center;
  margin: 8px auto 15px auto;
}
.tq-large-list-items__content {
  text-align: center;
  max-width: 820px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 1em;
}
.tq-large-list-items__ul {
  margin: 0;
  padding: 0;
}
.tq-large-list-items__ul li {
  width: 32%;
  width: calc(33% - 10px);
  margin-right: 10px;
  float: left;
  list-style-type: none;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0px !important;
}
/*.tq-large-list-items__ul li:nth-child(3n+3) {
  margin-right: 0;
}*/
.tq-large-list-items__ul li a {
  color: #6a6969;
  padding: 15px;
  display: block;
}
.compact-tq-list-items__ul li a {
  padding: 10px;
}
.tq-large-list-items__ul li a:hover {
  color: #c4262e;
}
.tq-large-list-items__ul li img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
}
.tq-large-list-items__ul span {
  padding-left: 15px;
  display: inline;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .tq-large-list-items__ul li {
    width: 45%;
  }
  .tq-large-list-items__ul li:nth-child(3n+3) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .tq-large-list-items {
    padding: 24px 0;
  }
  .tq-large-list-items__content h2 {
    font-size: 0.750em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto;
    line-height: 16px;
  }
  .tq-large-list-items__ul {
    padding: 0;
  }
  .tq-large-list-items__ul li {
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #dcdcdc;
    /*font-size: 0.750em;*/
    vertical-align: middle;
  }
  .tq-large-list-items__ul li a {
    padding: 10px 15px;
    color: #6a6969;
    display: table;
  }
  .tq-large-list-items__ul li a span {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .tq-large-list-items__ul li img {
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
  }
}
.study-areas .row img {
  width: 100%;
  margin-bottom: 20px;
}
.study-areas .row .sa-rightLI div img {
  width: auto;
  max-width: 100%;
}
.sa-buttons {
  margin-top: 20px;
}
.sa-buttons .btn {
  padding: 12px 20px 7px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.section-hero {
  background-position: center;
}
@media screen and (max-width: 550px) {
  .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 551px) {
  .mobile-show {
    display: none;
  }
}
/* EVERESTTECH Tracking*/
img[src*="everesttech"] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.article-meta a {
  display: block;
}
.article-meta a:hover {
  text-decoration: none;
}
.webinar-row {
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;*/
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.webinar-item {
  flex-grow: 1;
  margin: 10px;
  width: calc(33% - 20px);
}
@media screen and (max-width: 768px) {
  /*.webinar-row {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr ;
  }*/
  .webinar-item {
    width: 100%;
    margin: 0;
  }
}
.webinar-item .article-meta a {
  text-transform: uppercase;
  display: block;
  color: #23b4c4;
  font-family: HelveticaNeue;
  font-weight: 600;
}
.webinar-item .article-meta h4 {
  margin-bottom: 40px;
}
#webinar-row:before {
  content: "";
  display: none;
}
#copy-single-col-1 h2 {
  margin-top: 20px;
}
#copy-single-col-1 .btn {
  margin-right: 10px;
  margin-top: 15px;
  /* margin-bottom:30px;*/
}
#copy-single-col-1 ul {
  font-size: 18px;
  font-family: HelveticaNeue-200;
}
a {
  color: #23b4c4;
}
/* Extra Button Classes */
.section-single-col-video a.btn,
a.btn {
  border-bottom: 1px solid;
  border-radius: 4px;
  color: #ffffff;
  background: #e31b23;
  margin-bottom: 10px;
  font-family: HelveticaNeue-400;
  text-transform: none;
}
.section-single-col-video a.btn-default:hover,
a.btn:hover {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
.section-single-col-video a.btn.btn-grey,
.btn-grey {
  color: #ffffff;
  background-color: #646469;
  border-color: #646469;
}
.section-single-col-video a.btn.btn-grey:hover,
.btn-grey:hover {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.section-single-col-video a.btn-grey:hover {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
@media screen and (min-width: 768px) {
  .fixed-menu .tq-header__small--anchor-links {
    position: fixed;
    width: 100%;
  }
}
.tq-anchor-links__list li a.current-page {
  background: hsla(0, 0%, 0%, .1);
  border-bottom: 4px solid hsla(0, 0%, 0%, .2);
}
/*********  8-BLOCK  **********/
.square-blocks {
  padding-left: 0px;
  padding-right: 0px;
  margin: 40px 0;
  width: 100%;
  max-width: 1176px;
}
.square-blocks .row {
  display: flex;
  flex-wrap: wrap;
}
.square-blocks .row::before {
  content: none;
  display: none;
}
.square-blocks .ablock {
  width: calc(25% - 4px);
  background-size: cover;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  transition: opacity 0.2s ease-in-out;
  margin: 2px;
  position: relative;
  z-index: 1;
  padding: 15px;
}
.square-blocks .ablock:hover {
  opacity: 1;
}
.square-blocks .ablock a {
  color: white;
  text-decoration: none;
  font-family: HelveticaNeue;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
}
.ablock a::before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(100, 0%, 0%, .2);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .square-blocks .ablock {
    width: calc(50% - 4px);
  }
  .square-blocks .ablock a {
    font-size: 4vw;
  }
}
.w-gallery-overlay {
  margin: 15px;
  width: calc(100% - 30px) !important;
}
@media screen and (min-width: 768px) {
  .page-anchor {
    padding-top: 65px;
    margin-top: -65px;
  }
}
#openDayCountdown {
  margin-bottom: 50px;
  text-align: center;
}
#openDayCountdown h2 {
  font-size: 4em;
  line-height: 1em;
}
#openDayCountdown span.highlight {
  color: #e31b23;
  display: block;
}
@media screen and (max-width: 550px) {
  #openDayCountdown h2 {
    font-size: 9vw;
  }
}
body {
  padding: 0;
  margin: 0;
}
.odquadcontainer {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.odquad {
  width: calc(50% - 20px);
  padding: 10px;
  margin: 10px;
  background: #e4e4e4;
}
.odquad img {
  text-align: center;
  margin: 10px auto;
  display: block;
}
.odflexlist {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
}
.odflexlist div {
  width: 100%;
  max-width: 25%;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .odflexlist div {
    max-width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .odflexlist div {
    max-width: 50%;
  }
}
/* Styling for Unsubscribe Preferences */
#mktoForm_9815 .mktoFormRow:not(:first-of-type) .mktoFieldWrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: end;
}
#mktoForm_9815 #Email {
  margin-bottom: 3rem;
}
#mktoForm_9815 .mktoHtmlText {
  padding: 3rem 0 3rem 5.5rem;
}
#mktoForm_9815 .mktoCheckboxList {
  width: 5rem !important;
}
#mktoForm_9815 fieldset legend {
  padding: 3rem 0 0 3rem;
}
#mktoForm_9815 #LblUnsubscribed {
  padding-top: 3rem;
}
