@charset "UTF-8";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/**** convert px values to rem values, declare both simultaneously ******/
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkojO.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRRf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRBf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VfkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3uQQ.ttf) format('truetype');
}
/* CSS Document */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
}
/* End hide from IE Mac */
html,
body {
  font-size: 62.5%;
  height: 100%;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  color: #58595b;
}
.wrapper {
  position: relative;
  z-index: 10;
  min-height: 100%;
  margin: 0 auto -198px;
  /* the bottom margin is the negative value of the footer's height */
  margin: 0 auto -19.8rem;
  /* the bottom margin is the negative value of the footer's height */
}
@media only screen and (max-width: 639px) {
  .wrapper {
    margin: 0 auto -98px;
    margin: 0 auto -29.8rem;
  }
}
.footer,
.push {
  width: 100%;
  height: 198px;
  height: 19.8rem;
  /* .push must be the same height as .footer */
}
@media only screen and (max-width: 639px) {
  .footer,
  .push {
    height: 298px;
    height: 29.8rem;
  }
}
.footer {
  z-index: 20;
}
.reset_appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: none;
}
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: none;
}
.mobile_only {
  display: none !important;
}
@media only screen and (max-width: 896px) {
  .mobile_only {
    display: block !important;
  }
}
@media only screen and (max-width: 639px) {
  .no_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 896px) {
  .no_mobile {
    display: none !important;
  }
}
.actions {
  margin: 30px 0px 0px 0px;
  margin: 3rem 0rem 0rem 0rem;
}
.btn {
  display: block;
  text-decoration: none;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: white;
  background: #58595b;
  text-align: center;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}
@media only screen and (max-width: 896px) {
  .btn {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.btn:hover {
  background: #323334;
}
.btn:disabled {
  cursor: not-allowed;
}
.pull_right {
  float: right;
  clear: both;
}
.btn_small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: none;
  font-weight: normal;
  display: inline-block;
  padding: 5px 7px 5px 7px;
  padding: 0.5rem 0.7rem 0.5rem 0.7rem;
}
.btn.btn_primary {
  background: #b11827;
}
.btn.btn_primary:hover {
  background: #6e0f18;
}
.btn.btn_secondary {
  background: #44434d;
}
.btn.btn_secondary:hover {
  background: #201f24;
}
input[type=text],
input[type=password] {
  border: 1px solid #d1d3d4;
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  margin: 10px 0px 20px 0px;
  margin: 1rem 0rem 2rem 0rem;
}
/* GLOBAL STYLES */
.global_padding {
  padding: 70px 0px 70px 0px;
  padding: 7rem 0rem 7rem 0rem;
}
/* TEXT */
h1,
h2,
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
  line-height: 6rem;
  margin: 0px 0px 30px 0px;
  margin: 0rem 0rem 3rem 0rem;
}
h1 small {
  font-size: 32px;
  font-size: 3.2rem;
}
h2 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 45px;
  line-height: 4.5rem;
  margin: 0px 0px 60px 0px;
  margin: 0rem 0rem 6rem 0rem;
}
h2 small {
  font-size: 38px;
  font-size: 3.8rem;
}
h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 0px 0px 60px 0px;
  margin: 0rem 0rem 6rem 0rem;
}
h3 small {
  font-size: 33px;
  font-size: 3.3rem;
}
p,
ul,
ol,
li,
blockquote,
table,
td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 300;
}
p {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: black;
  text-decoration: underline;
}
ul,
ol {
  list-style-type: disc;
  margin: 0px 0px 20px 40px;
  margin: 0rem 0rem 2rem 4rem;
}
ul li,
ol li {
  margin: 5px 0px 5px 0px;
  margin: 0.5rem 0rem 0.5rem 0rem;
}
ol {
  list-style-type: decimal;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
blockquote {
  background: #b11827;
  padding: 40px 40px 40px 40px;
  padding: 4rem 4rem 4rem 4rem;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
blockquote p,
blockquote h1 {
  color: white;
}
.leadin {
  font-size: 20px;
  font-size: 2rem;
  line-height: 33px;
  line-height: 3.3rem;
  font-weight: 300;
  color: #58595b;
}
hr {
  border: 1px solid #d1d3d4;
  margin: 40px 0px 40px 0px;
  margin: 4rem 0rem 4rem 0rem;
}
table:not([class]) {
  width: 100%;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
table:not([class]) td,
table:not([class]) th,
table:not([class]) tr {
  vertical-align: top;
  text-align: left;
}
table:not([class]) th {
  font-weight: 600;
  border-bottom: 3px solid #f1f2f2;
  font-size: 14px;
  font-size: 1.4rem;
}
table:not([class]) td,
table:not([class]) th {
  padding: 10px 5px 10px 5px;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
table:not([class]) td ul,
table:not([class]) th ul {
  margin: 0px 0px 0px 25px;
  margin: 0rem 0rem 0rem 2.5rem;
}
table:not([class]) tr:hover td,
table:not([class]) tr:hover th {
  background: #f1f2f2;
}
table:not([class]) tr:last-child td {
  border-bottom: none;
}
.thepagecontent {
  margin: 0px 0px 30px 0px;
  margin: 0rem 0rem 3rem 0rem;
}
input.gsc-input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  border: none !important;
  background: none !important;
  border: 1px solid #d1d3d4 !important;
  display: block !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 20px !important;
  line-height: 2rem !important;
  padding: 10px 10px 10px 10px !important;
  padding: 1rem 1rem 1rem 1rem !important;
  vertical-align: top !important;
}
input.gsc-search-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  border: none !important;
  background: none !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-family: 'Open Sans Condensed' !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 35px !important;
  line-height: 3.5rem !important;
  color: white !important;
  background: #b11827 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  vertical-align: top !important;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  border-top: 5px solid #b11827;
  height: auto !important;
  padding: 4px 10px 3px 10px !important;
  padding: 0.4rem 1rem 0.3rem 1rem !important;
  margin: -7px 0px 0px 0px !important;
  margin: -0.7rem 0rem 0rem 0rem !important;
}
.main_nav {
  text-align: right;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
  z-index: 20;
}
@media only screen and (max-width: 896px) {
  .main_nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #333132;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    overflow: scroll;
    padding: 0px 0px 200px 0px;
    padding: 0rem 0rem 20rem 0rem;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .main_nav.nav_open {
    opacity: 1;
    pointer-events: auto;
  }
}
.main_nav ul.main {
  position: relative;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main {
    width: 100%;
    text-align: center;
    top: 100px;
    top: 10rem;
  }
}
.main_nav ul.main li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 0px 5px;
  margin: 0rem 0.5rem 0rem 0.5rem;
}
.main_nav ul.main li.fr {
  margin: 0px 1px 0px 1px;
  margin: 0rem 0.1rem 0rem 0.1rem;
}
.main_nav ul.main li:last-child {
  margin-right: 0;
}
.main_nav ul.main li a {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
  color: #666766;
  text-decoration: none;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  font-weight: 600;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    color: #bfbfbf;
  }
}
.main_nav ul.main li a.fr {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.main_nav ul.main li.social_buttons {
  padding: 10px 0px 0px 0px;
  padding: 1rem 0rem 0rem 0rem;
}
.main_nav ul.main li.social_buttons hr {
  display: inline-block;
  width: 25%;
  border: 1px solid #505456;
  clear: both;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
  padding: 0;
}
.main_nav ul.main li.social_buttons a {
  margin: 0px 10px 0px 10px;
  margin: 0rem 1rem 0rem 1rem;
  background: white;
  display: inline-block;
  padding: -15px 0px 0px 0px;
  padding: -1.5rem 0rem 0rem 0rem;
  border-radius: 7px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 2px 2px #333132;
          box-shadow: inset 0 0 2px 2px #333132;
}
.main_nav ul.main li.social_buttons a .fa-envelope-square {
  color: #b11827;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 30px;
  line-height: 3rem;
  vertical-align: text-top;
}
.main_nav ul.main li.social_buttons a .fa-twitter-square {
  color: #00aeef;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 30px;
  line-height: 3rem;
  vertical-align: text-top;
}
.main_nav ul.main li.social_buttons a .fa-youtube-square {
  display: inline-block;
  color: #e11837;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 30px;
  line-height: 3rem;
  vertical-align: text-top;
}
.main_nav ul.main li.social_buttons a .fa-linkedin-square {
  display: inline-block;
  color: #0a66c2;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 30px;
  line-height: 3rem;
  vertical-align: text-top;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li {
    display: block;
    margin: 15px 0px 15px 0px;
    margin: 1.5rem 0rem 1.5rem 0rem;
  }
}
.main_nav ul.main li .dropdown {
  opacity: 0;
  pointer-events: none;
  width: 250px;
  width: 25rem;
  position: absolute;
  left: -15px;
  left: -1.5rem;
  top: 45px;
  top: 4.5rem;
  text-align: left;
  background: white;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  -webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  z-index: 20;
}
.main_nav ul.main li .dropdown.division {
  left: auto;
  right: 0px;
  right: 0rem;
}
.main_nav ul.main li .dropdown.active {
  opacity: 1;
  pointer-events: auto;
  top: 25px;
  top: 2.5rem;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li .dropdown.active {
    top: 0;
  }
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li .dropdown {
    position: relative;
    display: none;
    width: auto;
    left: auto;
    top: auto;
    text-align: center;
    background: none;
    padding: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
.main_nav ul.main li .dropdown ul {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li .dropdown ul {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 1rem 0rem;
  }
}
.main_nav ul.main li .dropdown ul li {
  display: block;
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  width: 100%;
}
.main_nav ul.main li .dropdown ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li .dropdown ul li {
    margin: 20px 0px 20px 0px;
    margin: 2rem 0rem 2rem 0rem;
  }
}
.main_nav ul.main li .dropdown ul li a {
  display: block;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  width: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li .dropdown ul li a {
    padding: 0;
    color: #bfbfbf;
  }
}
.main_nav ul.main li .dropdown ul li a:hover {
  background: #58595b;
  color: White;
}
@media only screen and (max-width: 896px) {
  .main_nav ul.main li .dropdown ul li a:hover {
    background: none;
    color: #bfbfbf;
  }
}
.sub_nav {
  text-align: right;
  padding: 15px 0px 0px 0px;
  padding: 1.5rem 0rem 0rem 0rem;
}
.sub_nav ul.sub {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.sub_nav ul.sub li {
  display: inline-block;
  color: #767676;
  margin: 0px 0px 0px 10px;
  margin: 0rem 0rem 0rem 1rem;
}
.sub_nav ul.sub li a {
  color: #767676;
  text-decoration: none;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.sub_nav ul.sub li.social {
  margin: 0;
}
.sub_nav ul.sub li.social a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 10px;
  line-height: 1rem;
  -webkit-transform: translate(0, 12%);
  transform: translate(0, 12%);
}
.sub_nav ul.sub li.social a .fa-envelope-square {
  color: #b11827;
}
.sub_nav ul.sub li.social a .fa-twitter-square {
  color: #00aeef;
}
.sub_nav ul.sub li.social a .fa-youtube-square {
  color: #e11837;
}
.sub_nav ul.sub li.social a .fa-linkedin-square {
  color: #0a66c2;
}
.search_container label {
  width: 100%;
  display: block;
  border-top: 1px solid #d1d3d4;
  padding: 20px 0px 0px 20px;
  padding: 2rem 0rem 0rem 2rem;
  margin: 0;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.nav_logo {
  position: absolute;
  display: block;
  left: 22px;
  left: 2.2rem;
  top: 15px;
  top: 1.5rem;
  width: 120px;
  width: 12rem;
}
.menu_btn,
.close_btn {
  position: absolute;
  display: block;
  right: -20px;
  right: -2rem;
  top: 25px;
  top: 2.5rem;
  width: 35px;
  width: 3.5rem;
}
@media only screen and (max-width: 639px) {
  .menu_btn,
  .close_btn {
    top: 12px;
    top: 1.2rem;
  }
}
.close_btn {
  right: 20px;
  right: 2rem;
  top: 40px;
  top: 4rem;
}
.main_logo {
  width: 221px;
  width: 22.1rem;
  max-width: 221px;
  float: left;
}
@media only screen and (max-width: 896px) {
  .main_logo {
    position: relative;
    float: none;
    left: -20px;
    left: -2rem;
  }
}
@media only screen and (max-width: 639px) {
  .main_logo {
    width: 230px;
    width: 23rem;
    left: -30px;
    left: -3rem;
  }
}
.nav_container {
  padding: 40px 0px 40px 0px;
  padding: 4rem 0rem 4rem 0rem;
  background: white;
  z-index: 20;
  position: relative;
}
.remove_underline {
  text-decoration: none;
}
.enter {
  height: 300px;
  height: 30rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
@media only screen and (max-width: 639px) {
  .enter {
    height: 200px;
    height: 20rem;
  }
}
.enter p {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Open Sans Condensed";
  color: white;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.enter p span {
  display: block;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.enter p strong {
  font-weight: 800;
}
.enter p .big_text {
  font-size: 80px;
  font-size: 8rem;
  line-height: 70px;
  line-height: 7rem;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .enter p .big_text {
    font-size: 56.25px;
    font-size: 5.625rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 639px) {
  .enter p .big_text {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.enter p .small_text {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 50px;
  line-height: 5rem;
}
@media only screen and (max-width: 1023px) {
  .enter p .small_text {
    font-size: 27.75px;
    font-size: 2.775rem;
    line-height: 37.5px;
    line-height: 3.75rem;
  }
}
@media only screen and (max-width: 639px) {
  .enter p .small_text {
    font-size: 18.5px;
    font-size: 1.85rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.apply {
  background-image: url(../../images/apply_banner.jpg);
}
@media only screen and (max-width: 1023px) {
  .apply {
    padding: 0;
  }
}
.report {
  background-image: url(../../images/report_banner.jpg);
}
.about_aac {
  padding: 70px 0px 70px 0px;
  padding: 7rem 0rem 7rem 0rem;
}
.about_aac h1 {
  color: #b11827;
}
.about_aac div {
  text-align: center;
}
@media only screen and (max-width: 896px) {
  .about_aac .leadin {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.signup_logo {
  width: 100%;
  max-width: 188px;
}
.newsletter_signup {
  padding: 40px 40px 40px 40px;
  padding: 4rem 4rem 4rem 4rem;
  border: 1px solid #d1d3d4;
}
@media only screen and (max-width: 639px) {
  .newsletter_signup {
    text-align: center;
    border: none;
  }
  .newsletter_signup:before {
    position: absolute;
    content: '';
    border-top: 5px solid #b11827;
    width: 80%;
    left: 10%;
    margin-top: -50px;
    margin-top: -5rem;
  }
}
.newsletter_signup article h1 {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.newsletter_signup .title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #18733D;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  margin: 15px 0px 15px 0px;
  margin: 1.5rem 0rem 1.5rem 0rem;
  text-align: center;
}
.newsletter_signup .description {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.twitter {
  width: 100%;
  height: 100%;
  background: #f1f2f2;
}
#twitter-feed {
  overflow: hidden;
}
#twitter-header {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 40px 0px 0px 0px;
  padding: 4rem 0rem 0rem 0rem;
}
#loading-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 100px 0px 0px 0px;
  margin: 10rem 0rem 0rem 0rem;
}
.twitter-article {
  position: absolute;
  top: 30%;
  width: 96%;
  text-align: center;
  padding: 0px 30px 0px 30px;
  padding: 0rem 3rem 0rem 3rem;
}
.twitter-article .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #58595b;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 896px) {
  .twitter-article .text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.twitter-article .text a {
  color: #b11827;
  text-decoration: none;
}
.twitter-article .tweetinfo {
  margin: 25px 0px 0px 0px;
  margin: 2.5rem 0rem 0rem 0rem;
}
.twitter-article .tweetinfo p,
.twitter-article .tweetinfo a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.twitter-article .tweetinfo a {
  color: #b11827;
  text-decoration: none;
}
.feature_project {
  padding: 40px 0px 40px 0px;
  padding: 4rem 0rem 4rem 0rem;
}
.feature_project h1 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #b11827;
  padding: 20px 20px 0px 20px;
  padding: 2rem 2rem 0rem 2rem;
}
.feature_project p {
  padding: 0px 20px 20px 20px;
  padding: 0rem 2rem 2rem 2rem;
}
.feature_project .btn {
  width: 30%;
  float: right;
}
@media only screen and (max-width: 639px) {
  .feature_project .btn {
    width: 100%;
  }
}
footer.row {
  background: #44434d;
  background-size: cover;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
}
footer.row .footerlogo {
  width: 157px;
  width: 15.7rem;
  display: block;
  margin-bottom: 2.0rem;
}
@media only screen and (max-width: 639px) {
  footer.row .footerlogo {
    display: inline-block;
  }
}
footer.row p {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
  margin: 15px 0px 10px 0px;
  margin: 1.5rem 0rem 1rem 0rem;
}
footer.row ul li,
footer.row p {
  display: inline-block;
  color: white;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 300;
  margin: 0;
}
footer.row ul li a,
footer.row p a {
  color: white;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 300;
}
footer.row ul {
  margin: 0;
}
footer.row .col_left {
  text-align: left;
  padding: 0px 0px 0px 20px;
  padding: 0rem 0rem 0rem 2rem;
}
footer.row .col_right {
  text-align: right;
  padding: 30px 0px 0px 0px;
  padding: 3rem 0rem 0rem 0rem;
}
footer.row .col_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  footer.row .col_wrap {
    padding: 0px 30px 0px 30px;
    padding: 0rem 3rem 0rem 3rem;
  }
}
@media only screen and (max-width: 896px) {
  footer.row .col_wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  footer.row .col_50 {
    text-align: center;
  }
}
.sidebar {
  border: 1px solid #d1d3d4;
  padding: 15px 15px 15px 15px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.sidebar p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 0px 0px 10px 0px;
  padding: 0rem 0rem 1rem 0rem;
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  border-bottom: 3px solid #b11827;
}
.sidebar p:first-of-type {
  text-transform: uppercase;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
}
.sidebar ul li {
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
  border-bottom: 1px solid #d1d3d4;
  padding: 10px 0px 10px 0px;
  padding: 1rem 0rem 1rem 0rem;
}
.sidebar ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar ul li a {
  text-decoration: none;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 33px;
  line-height: 3.3rem;
  color: #58595b;
  display: block;
}
.project_sidebar {
  border-bottom: 3px solid #b11827;
  padding: 0px 0px 50px 0px;
  padding: 0rem 0rem 5rem 0rem;
}
@media only screen and (max-width: 639px) {
  .project_sidebar {
    padding: 30px 0px 30px 0px;
    padding: 3rem 0rem 3rem 0rem;
    margin: 50px 0px 0px 0px;
    margin: 5rem 0rem 0rem 0rem;
    border-top: 3px solid #b11827;
  }
}
.project_sidebar strong {
  color: #b11827;
}
.sidebar ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.banners {
  margin: 0px 0px 75px 0px;
  margin: 0rem 0rem 7.5rem 0rem;
}
.banners img {
  width: 100%;
}
@media only screen and (max-width: 896px) {
  .banners {
    padding: 0;
  }
}
.banners .top_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  height: 2.5rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar_social {
  text-align: justify;
}
.sidebar_social:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.sidebar_social a {
  font-size: 80px;
  font-size: 8rem;
  line-height: 100px;
  line-height: 10rem;
}
.sidebar_social p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
  margin: 40px 0px 0px 0px;
  margin: 4rem 0rem 0rem 0rem;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
}
.sidebar_social .fa-envelope-square {
  color: #b11827;
}
.sidebar_social .fa-twitter-square {
  color: #00aeef;
}
.sidebar_social .fa-youtube-square {
  color: #e11837;
}
.sidebar_social .fa-linkedin-square {
  color: #0a66c2;
}
.project_tbl {
  width: 100%;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
.project_tbl td,
.project_tbl th,
.project_tbl tr {
  text-align: left;
}
.project_tbl th {
  font-weight: 600;
  border-bottom: 3px solid #f1f2f2;
  font-size: 14px;
  font-size: 1.4rem;
}
.project_tbl td,
.project_tbl th {
  padding: 10px 5px 10px 5px;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.project_tbl td ul,
.project_tbl th ul {
  margin: 0px 0px 0px 25px;
  margin: 0rem 0rem 0rem 2.5rem;
}
.project_tbl tr:hover td {
  background: #f1f2f2;
}
.project_tbl tr:last-child td {
  border-bottom: none;
}
.project_tbl tr td {
  border-bottom: 1px solid #d1d3d4;
}
@media only screen and (max-width: 896px) {
  .project_tbl tr td {
    border-bottom: none;
  }
}
.project_tbl th {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  border-bottom: 5px solid #d1d3d4;
}
.project_tbl td span {
  display: none;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
}
@media only screen and (max-width: 896px) {
  .project_tbl td span {
    display: block;
  }
}
@media only screen and (max-width: 896px) {
  .project_tbl th,
  .project_tbl td {
    display: block;
    width: 100%;
    padding: 20px 10px 5px 10px;
    padding: 2rem 1rem 0.5rem 1rem;
    border: none;
  }
  .project_tbl th:last-child,
  .project_tbl td:last-child {
    padding: 20px 10px 20px 10px;
    padding: 2rem 1rem 2rem 1rem;
    border-bottom: 1px solid #d1d3d4;
  }
  .project_tbl th:first-child,
  .project_tbl td:first-child {
    padding: 20px 10px 0px 10px;
    padding: 2rem 1rem 0rem 1rem;
  }
  .project_tbl th {
    display: none;
  }
}
.tbl_project {
  width: 30%;
}
.tbl_applicant {
  width: 20%;
}
.tbl_number {
  width: 10%;
}
.tbl_focus {
  width: 20%;
}
.tbl_type {
  width: 20%;
}
.pagination {
  text-align: right;
}
@media only screen and (max-width: 639px) {
  .pagination {
    text-align: left;
    margin: 40px 0px 20px 0px;
    margin: 4rem 0rem 2rem 0rem;
  }
}
.pagination input[type=text] {
  border: 1px solid #d1d3d4;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  padding: 5px 7px 5px 7px;
  padding: 0.5rem 0.7rem 0.5rem 0.7rem;
  margin: 0px 10px 0px 10px;
  margin: 0rem 1rem 0rem 1rem;
  width: 50px;
  width: 5rem;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 639px) {
  .pagination input[type=text] {
    width: 30%;
    margin: 0 3% 0 3%;
  }
}
@media only screen and (max-width: 639px) {
  .pagination .btn_small {
    width: 30%;
    margin: 0;
  }
}
.project_search {
  border-bottom: 5px solid #766339;
  border-top: 0;
  margin-top: -1px;
  padding: 20px 0px 20px 0px;
  padding: 2rem 0rem 2rem 0rem;
  background: #ccbb96;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#877142), color-stop(30%, #ccbb96), color-stop(70%, #ccbb96), to(#877142));
  background: linear-gradient(to right, #877142 0%, #ccbb96 30%, #ccbb96 70%, #877142 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#998b71', endColorstr='#998b71', GradientType=1);
  /* IE6-9 */
}
.project_search input[type=text] {
  background: white;
  border: 1px solid #877142;
  width: 82%;
  color: #58595b;
  padding: 20px 25px 20px 25px;
  padding: 2rem 2.5rem 2rem 2.5rem;
  margin: 0;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 37px;
  line-height: 3.7rem;
  display: inline-block;
}
@media only screen and (max-width: 639px) {
  .project_search input[type=text] {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
    width: 72%;
  }
}
.project_search input[type="submit"] {
  color: white;
  width: 15%;
  text-align: center;
  background: #b11827;
  border: 1px solid #2a0609;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  padding: 20px 0px 20px 0px;
  padding: 2rem 0rem 2rem 0rem;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 37px;
  line-height: 3.7rem;
  float: right;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.project_search input[type="submit"]:hover {
  background: #6e0f18;
}
@media only screen and (max-width: 639px) {
  .project_search input[type="submit"] {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
    width: 25%;
  }
}
.project_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
}
.project_search ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
}
.project_search :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
}
.project_search :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
}
.project_search a {
  color: white;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.7rem;
  margin: 20px 0px 0px 0px;
  margin: 2rem 0rem 0rem 0rem;
}
.refine_options {
  border: 1px solid #877142;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  margin: 20px 0px 0px 0px;
  margin: 2rem 0rem 0rem 0rem;
  display: none;
}
.refine_options ul {
  list-style-type: none;
  margin: 0;
}
.refine_options ul li:first-child {
  color: white;
  text-transform: uppercase;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  padding: 0px 0px 20px 0px;
  padding: 0rem 0rem 2rem 0rem;
}
.refine_options ul li {
  color: white;
  text-indent: -21px;
  text-indent: -2.1rem;
  margin: 0px 0px 0px 21px;
  margin: 0rem 0rem 0rem 2.1rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.refine_options input[type=submit] {
  width: 100%;
  padding: 10px 0px 10px 0px;
  padding: 1rem 0rem 1rem 0rem;
  margin: 50px 0px 0px 0px;
  margin: 5rem 0rem 0rem 0rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase;
}
.tags {
  margin: 0px 0px 30px 0px;
  margin: 0rem 0rem 3rem 0rem;
  padding: 0;
  text-align: center;
}
.tags li {
  display: inline-block;
  margin: 10px 5px 10px 5px;
  margin: 1rem 0.5rem 1rem 0.5rem;
}
.tags li .tag {
  background: #58595b;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.tags li .tag.showall {
  background: #b11827;
}
.tags li .tag.showall:hover {
  background: #570c13;
}
.tags li .tag:hover {
  background: #262627;
}
.story_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.story_list li {
  display: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 4%;
  border: 1px solid #d1d3d4;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.story_list li:hover {
  border-color: #a9adaf;
  background: #f4f4f4;
}
@media only screen and (max-width: 896px) {
  .story_list li {
    width: 45%;
  }
}
@media only screen and (max-width: 639px) {
  .story_list li {
    width: 96%;
  }
}
.story_list li a {
  display: block;
  text-decoration: none;
}
.story img {
  width: 100%;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.story time {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.story h1 {
  color: #58595b;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.story .readmore {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: block;
  text-align: right;
  color: #b11827;
  text-decoration: none;
  font-weight: bold;
}
.loadmore {
  display: block;
  background: #b11827;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  width: 96%;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px 0px 15px 0px;
  padding: 1.5rem 0rem 1.5rem 0rem;
  border: 1px solid #570c13;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.loadmore:hover {
  border-color: #41090e;
  background: #84121d;
}
.person {
  width: 43%;
  margin: 20px 0px 0px 0px;
  margin: 2rem 0rem 0rem 0rem;
  margin-right: 5%;
  display: inline-block;
  float: left;
  text-decoration: none;
}
.person img {
  display: block;
  width: 100%;
}
.person p.name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #b11827;
  margin: 10px 0px 0px 0px;
  margin: 1rem 0rem 0rem 0rem;
}
.person p {
  margin: 0;
}
.publication {
  display: inline-block;
  width: 49.5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  vertical-align: top;
}
@media only screen and (max-width: 639px) {
  .publication {
    width: 100%;
  }
}
.publication h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 20px 0px 0px 0px;
  margin: 2rem 0rem 0rem 0rem;
}
.publication img {
  display: block;
  width: 100%;
}
.board {
  text-decoration: none;
}
.board p {
  margin-bottom: 0;
}
.board p.name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #b11827;
  margin: 10px 0px 0px 0px;
  margin: 1rem 0rem 0rem 0rem;
}
.staff {
  border-top: 1px solid #d1d3d4;
  padding: 30px 0px 30px 0px;
  padding: 3rem 0rem 3rem 0rem;
}
.staff h1 {
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.faq_title {
  margin: 30px 0px 20px 0px;
  margin: 3rem 0rem 2rem 0rem;
}
.faq_answer {
  padding: 0px 20px 0px 20px;
  padding: 0rem 2rem 0rem 2rem;
  margin: 0px 0px 40px 0px;
  margin: 0rem 0rem 4rem 0rem;
  display: none;
  border-left: 5px solid #d1d3d4;
}
.col_right.dropdownify {
  background: white;
}
@media only screen and (max-width: 639px) {
  .col_right.dropdownify {
    cursor: pointer;
    border-bottom: 1px solid #d1d3d4;
  }
  .col_right.dropdownify p:first-child {
    border-bottom: 0;
  }
  .col_right.dropdownify ul:first-of-type {
    border-top: 3px solid #b11827;
  }
}
@media only screen and (max-width: 639px) {
  .top_page {
    margin-top: -100px;
  }
}
.yes_phone {
  display: none;
}
.dropdownify.active {
  max-height: 60px;
  max-height: 6rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.dropdownify.active.show {
  max-height: none;
}
.dropdownindicator {
  display: none;
}
.dropdownindicator.active {
  display: block;
}
.colourbar--2021 {
  content: '';
  display: block;
  background: url('../../images/2021-colourbar.svg');
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
}
.colourbar--2021.footerbar {
  bottom: auto;
  top: 0;
}
.banner--2021 {
  position: relative;
  width: 100%;
  height: 45.5rem;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner--2021:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
}
.banner--2021 .banner--2021__text {
  width: 100%;
  max-width: 48.0rem;
  color: white;
  font-size: 2.8rem;
  font-family: 'Fira Sans', Helvetica, 'sans-serif';
  font-weight: bold;
  line-height: 3.3rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.news--2021 {
  width: 100%;
  height: 45.0rem;
  margin: 0;
  padding: 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.news--2021 .btn {
  max-width: 29.2rem;
  width: 100%;
  font-size: 1.9rem;
}
.news--2021__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news--2021__text h1 {
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.56);
  font-size: 3.9rem;
  line-height: 4.2rem;
}
.news--2021-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.twitter--2021 {
  background: #F4F4F4;
}
.twitter--2021 #twitter-feed {
  height: 35.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F4F4;
}
@media only screen and (max-width: 639px) {
  .twitter--2021 #twitter-feed {
    padding: 2.0rem 0;
  }
}
.twitter--2021 #twitter-header {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.twitter--2021 .twitter-article {
  width: 66%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  text-align: left;
}
.twitter--2021 .twitter-article p.text {
  font-size: 2.8rem;
  line-height: 3.3rem;
}
@media only screen and (max-width: 639px) {
  .twitter--2021 .twitter-article p.text {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.0rem 0;
}
@media only screen and (max-width: 896px) {
  .flex_col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feature--2021 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 32%;
  border: 1px solid #44434d;
  padding: 3.0rem;
  background: url('../../images/grey_lines.png');
  background-repeat: repeat;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
          box-shadow: inset 0 0 0 10px #fff;
}
@media only screen and (max-width: 896px) {
  .feature--2021 {
    width: 49%;
    margin: 1.0rem 0;
  }
}
@media only screen and (max-width: 639px) {
  .feature--2021 {
    width: 100%;
  }
}
.feature--2021 p {
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #44434d;
  font-weight: bold;
}
.feature--2021 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.feature--2021 .btn {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  margin-top: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 896px) {
  .feature--2021 .btn {
    margin-top: 2.0rem;
  }
}
.feature--2021__news {
  background-color: #44434d;
  -webkit-box-shadow: inset 0 0 0 10px #44434d;
          box-shadow: inset 0 0 0 10px #44434d;
}
.feature--2021__news p {
  color: white;
}
@media only screen and (max-width: 896px) {
  .feature--2021__news {
    width: 100%;
  }
}
.feature--2021 .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.feature--2021 .btn_row .btn {
  width: 49%;
}
.feature--2021 .btn_white {
  background: white;
  color: #44434d;
}
