.fluid-width-video-wrapper {
  margin: 100px 0;
}
div:has(.fluid-width-video-wrapper) + figcaption {
  margin-top: -100px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
::selection {
  color: #FFF;
  background: #00b0e0;
}
.clear {
  clear: both;
  display: block !important;
}
.center {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
.hide,
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.inline {
  display: inline;
}
em {
  font-style: italic;
}
.vmiddle img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  zoom: 0.85;
}
body.cke_editable {
  padding: 20px;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
@media (min-width: 768px) {
  .vertical-center {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  display: none;
}
div[data-drupal-messages] {
  max-width: 770px;
  margin: 0 auto;
  padding: 10px;
}
nav.pager {
  flex: 0 0 100%;
}
.pager__items {
  list-style: none;
  text-align: center;
}
.pager__items li {
  display: inline-block;
}
.pager__items li a {
  padding: 10px;
}
.visually-hide {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
article.is-unpublished {
  background: #FFE3ED;
}
div[data-drupal-messages] {
  padding: 20px;
  font-size: 20px;
  background: honeydew;
  font-weight: bold;
}
#block-arnett-primary-local-tasks {
  display: none;
  z-index: 2;
  background: lightblue;
  font-size: 18px;
  position: absolute;
  right: 0;
  width: auto;
  margin-bottom: 20px;
  border: 1px solid #222;
  padding: 10px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  #block-arnett-primary-local-tasks {
    display: block;
  }
}
#block-arnett-primary-local-tasks ul {
  margin: 0;
  float: left;
}
#block-arnett-primary-local-tasks ul li {
  padding: 11px 30px 8px 2px;
  float: left;
  margin-left: 25px;
}
#block-arnett-primary-local-tasks a {
  text-decoration: none;
}
#block-arnett-primary-local-tasks a:hover {
  color: #004990;
}
html.dev body.node-296 div.article-bottom div.body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  gap: 40px ;
}
html.dev body.node-296 div.article-bottom div.body p {
  margin: 0;
  justify-self: center;
}
html.dev body.node-296 div.article-bottom div.body img {
  border-radius: 0;
  max-height: 100px;
  width: auto;
}
figure.align-center {
  text-align: center;
}
figure.align-center img {
  margin: 0 auto;
  border-radius: 0;
}
figure.align-center br {
  display: none;
}
figcaption {
  font-style: italic;
  text-align: center;
}
.field-tags a {
  text-decoration: underline;
}
.social a {
  margin-right: 15px;
}
article.is-unpublished {
  background-color: #ffeeec;
}
.pager__items li a {
  font-weight: bold;
  font-family: Raleway, sans-serif;
  color: #004990;
  font-size: 30px;
}
.file--application-pdf {
  background-image: url(/themes/custom/arnett/images/application-pdf.png);
}
.file,
a.external {
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
a.external {
  background-image: url(/themes/custom/arnett/images/arrow-up-right-from-square-solid.svg);
  background-size: 16px;
  color: #000000;
}
html:after {
  content: "";
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: brown;
  border: 1px solid #333333;
  z-index: 9999999999999999;
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  html:after {
    background-color: lightgoldenrodyellow;
    content: 'xs';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html:after {
    background-color: darkorange;
    content: 'sm';
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html:after {
    background-color: orchid;
    content: 'md';
  }
}
@media (min-width: 1200px) {
  html:after {
    background-color: lime;
    content: 'lg';
  }
}
@media (min-width: 1480px) {
  html:after {
    background-color: red;
    color: #FFF;
    content: 'xlg';
  }
}
@media (min-width: 1700px) {
  html:after {
    background-color: aqua;
    color: #000;
    content: 'xxlg';
  }
}
pre {
  background: #bbb;
  color: #333;
  border: 1px solid #333;
  font-size: 0.5em;
  display: inline-block;
  border-radius: 3px;
  padding: 0.25em;
  margin: 0.25em;
}
html.dev:after {
  display: block;
}
/* Colours */
.max-width {
  max-width: 1170px;
  margin: 0 auto;
}
.padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-container:not(#block-views-block-homepage-hero-hero),
.views-element-container:not(#block-views-block-homepage-hero-hero) {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  float: left;
  clear: both;
}
@media (min-width: 1200px) {
  .max-container:not(#block-views-block-homepage-hero-hero),
  .views-element-container:not(#block-views-block-homepage-hero-hero) {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-container:not(#block-views-block-homepage-hero-hero) > div,
.views-element-container:not(#block-views-block-homepage-hero-hero) > div,
.max-container:not(#block-views-block-homepage-hero-hero) h2,
.views-element-container:not(#block-views-block-homepage-hero-hero) h2 {
  max-width: 1170px;
  margin: 0 auto;
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .grid .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .grid .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .grid .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .grid-2 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .grid-2 .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .grid-2 .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .grid-2 .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(220px, auto);
  }
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-2-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .grid-2-3 .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .grid-2-3 .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .grid-2-3 .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  .grid-2-3 {
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    grid-auto-rows: minmax(220px, auto);
  }
}
.confetti-height {
  height: 110px;
  width: 110px;
}
@media (min-width: 992px) {
  .confetti-height {
    height: 200px;
    width: 200px;
  }
}
#toolbar-administration {
  z-index: 11111;
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 62.5%;
}
body,
.ck-editor {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
.font30 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .font30 {
    font-size: 30px;
  }
}
ul.no-marker {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul.columns,
ul.columns3,
ul.max-columns {
  column-fill: balance;
  gap: 20px;
}
@media (min-width: 480px) {
  ul.columns,
  ul.columns3,
  ul.max-columns {
    column-count: 2;
  }
}
ul.columns li,
ul.columns3 li,
ul.max-columns li {
  break-inside: avoid;
}
@media (min-width: 992px) {
  ul.columns3 {
    column-count: 3;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  ul.columns3 {
    width: 1170px;
    margin-left: -200px;
  }
}
ul.columns3ltr {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
@media (min-width: 992px) {
  ul.columns3ltr li {
    width: calc(100% / 3 - 20px);
  }
}
@media (min-width: 1200px) {
  ul.columns3ltr {
    width: 1170px;
    margin-left: -200px;
  }
}
.node-126 ul.columns3ltr {
  padding-left: 0 !important;
}
@media (min-width: 1200px) {
  .node-126 ul.columns3ltr {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  ul.max-columns {
    column-fill: balance;
    column-count: 3;
    width: calc(100vw - 120px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
@media (min-width: 1480px) {
  ul.max-columns {
    column-count: 4;
  }
}
@media (min-width: 1700px) {
  ul.max-columns {
    column-count: 5;
  }
}
.featured-text {
  font-weight: 400;
}
.align-center {
  text-align: center;
}
a {
  color: #000000;
  transition: all 0.5s ease;
  text-decoration: none;
}
h3 a {
  color: #004990;
}
a:hover {
  color: #00b0e0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #004990;
  line-height: 1.1;
  z-index: 1;
  position: relative;
  text-wrap-style: balance;
}
@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #004990;
}
h1 {
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
    line-height: 1.1;
  }
}
h2 {
  font-size: 36px;
}
h2.block-title {
  padding-bottom: 20px;
}
h3 {
  font-size: 24px;
}
h4,
h5,
h6 {
  font-size: 18px;
}
h6 {
  color: #00b0e0;
}
.bold {
  font-weight: 800;
}
i.fas,
i.fa {
  color: #004990;
}
.ck-horizontal-line,
hr {
  background-color: #d24340;
  border: none;
  height: 1em;
  opacity: 0.2;
  width: 100%;
}
h2.blue::after {
  content: " ";
  position: absolute;
  width: 100vw;
  /* background: blue; */
  height: 15px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(/themes/custom/arnett/images/transparent-wave-bg.png);
  padding-bottom: 33.22vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -20%;
  z-index: -1;
  pointer-events: none;
}
a.button,
input[type=submit],
input[type=button],
#block-arnett-content article a.button {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #ffc84b;
  color: #004990;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
  border: 1px solid #ffc84b;
  padding: 20px 30px;
  line-height: 1.3;
  max-width: 100%;
  height: auto;
  word-break: break-word;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
a.button:after,
input[type=submit]:after,
input[type=button]:after,
#block-arnett-content article a.button:after {
  content: '\f061';
  font: var(--fa-font-solid);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ffc84b;
  position: relative;
  background: #004990;
  border-radius: 50%;
  padding: 7px;
  right: -10px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  a.button,
  input[type=submit],
  input[type=button],
  #block-arnett-content article a.button {
    display: inline;
    margin-bottom: 0px;
  }
}
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
#block-arnett-content article a.button:hover,
a.button:focus,
input[type=submit]:focus,
input[type=button]:focus,
#block-arnett-content article a.button:focus {
  color: #ffc84b;
  background-color: #004990;
  border-color: #004990;
}
a.button:hover:after,
input[type=submit]:hover:after,
input[type=button]:hover:after,
#block-arnett-content article a.button:hover:after,
a.button:focus:after,
input[type=submit]:focus:after,
input[type=button]:focus:after,
#block-arnett-content article a.button:focus:after {
  color: #004990;
  background: #ffc84b;
}
a.button.light,
input[type=submit].light,
input[type=button].light,
#block-arnett-content article a.button.light {
  background: #FFF;
  border: 1px solid #004990;
  color: #004990;
}
a.button.light:hover,
input[type=submit].light:hover,
input[type=button].light:hover,
#block-arnett-content article a.button.light:hover,
a.button.light:focus,
input[type=submit].light:focus,
input[type=button].light:focus,
#block-arnett-content article a.button.light:focus {
  color: #000000;
  background-color: #00b0e0;
  border-color: #00b0e0;
  text-decoration: none;
}
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container p:first-child,
article .ckeditor-accordion-container p:first-child {
  color: inherit;
  font-size: 18px;
}
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl,
article .ckeditor-accordion-container > dl {
  background-color: #FFF;
  color: #000000;
  border: none;
}
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a,
article .ckeditor-accordion-container > dl dt > a,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a:not(.button),
article .ckeditor-accordion-container > dl dt > a:not(.button),
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a,
article .ckeditor-accordion-container > dl dt > a,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt.active > a,
article .ckeditor-accordion-container > dl dt.active > a {
  background-color: #00b0e0;
  color: #FFF;
  text-decoration: none;
  border: none;
  font-weight: 400;
  font-size: 24px !important;
}
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a:hover,
article .ckeditor-accordion-container > dl dt > a:hover,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a:not(.button):hover,
article .ckeditor-accordion-container > dl dt > a:not(.button):hover,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a:hover,
article .ckeditor-accordion-container > dl dt > a:hover,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt.active > a:hover,
article .ckeditor-accordion-container > dl dt.active > a:hover,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a:focus,
article .ckeditor-accordion-container > dl dt > a:focus,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a:not(.button):focus,
article .ckeditor-accordion-container > dl dt > a:not(.button):focus,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a:focus,
article .ckeditor-accordion-container > dl dt > a:focus,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt.active > a:focus,
article .ckeditor-accordion-container > dl dt.active > a:focus {
  background-color: #004990;
  color: #FFF;
}
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
article .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
#block-arnett-views-block-body-2-block-1 .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after,
article .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: #FFF;
}
#block-webform,
#block-webform-2 {
  max-width: 770px;
  margin: 0 auto 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  #block-webform,
  #block-webform-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
label.form-required:after {
  content: "*";
  position: relative;
  left: 10px;
  color: red;
}
input,
textarea {
  padding: 20px 10px;
  font-size: 18px;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  max-width: 100%;
}
.form-item {
  margin: 40px 0 40px;
  clear: both;
}
.form-item .description {
  font-size: 16px;
  font-style: italic;
}
.form-item .nice-select {
  min-width: 280px;
}
label {
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}
.list .views-exposed-form {
  margin-bottom: 30px !important;
}
.list .views-exposed-form input[type=submit] {
  padding: 0 30px;
  height: 42px;
  margin: 20px 0;
  display: inline-block;
}
@media (min-width: 480px) {
  .list .views-exposed-form input[type=submit] {
    margin: 0 0 0 30px;
    top: -30px;
  }
}
body {
  margin: 0;
  background: #FFF;
}
main {
  position: relative;
  background: #FFF;
}
body.path-frontpage main {
  max-width: none;
}
article {
  overflow-wrap: break-word;
}
#block-arnett-views-block-body-2-block-1,
article.full {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  max-width: 1170px;
  margin: 0 auto;
  max-width: 770px;
}
@media (min-width: 1200px) {
  #block-arnett-views-block-body-2-block-1,
  article.full {
    padding-left: 0;
    padding-right: 0;
  }
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom,
article.full .views-field-field-body-bottom,
#block-arnett-views-block-body-2-block-1 div.body,
article.full div.body {
  max-width: 770px;
  margin: 0 auto;
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom figure[role="group"],
article.full .views-field-field-body-bottom figure[role="group"],
#block-arnett-views-block-body-2-block-1 div.body figure[role="group"],
article.full div.body figure[role="group"] {
  margin: 0;
  position: relative;
  z-index: 2;
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom img,
article.full .views-field-field-body-bottom img,
#block-arnett-views-block-body-2-block-1 div.body img,
article.full div.body img {
  border-radius: 0;
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .view_mode_circle img,
article.full .views-field-field-body-bottom .view_mode_circle img,
#block-arnett-views-block-body-2-block-1 div.body .view_mode_circle img,
article.full div.body .view_mode_circle img {
  border-radius: 50%;
  margin: 0 auto;
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-left,
article.full .views-field-field-body-bottom .align-left,
#block-arnett-views-block-body-2-block-1 div.body .align-left,
article.full div.body .align-left,
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-right,
article.full .views-field-field-body-bottom .align-right,
#block-arnett-views-block-body-2-block-1 div.body .align-right,
article.full div.body .align-right {
  float: none;
}
@media (min-width: 768px) {
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-left,
  article.full .views-field-field-body-bottom .align-left,
  #block-arnett-views-block-body-2-block-1 div.body .align-left,
  article.full div.body .align-left {
    float: left;
  }
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-right,
  article.full .views-field-field-body-bottom .align-right,
  #block-arnett-views-block-body-2-block-1 div.body .align-right,
  article.full div.body .align-right {
    float: right;
  }
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .image.view_mode_small img,
  article.full .views-field-field-body-bottom .image.view_mode_small img,
  #block-arnett-views-block-body-2-block-1 div.body .image.view_mode_small img,
  article.full div.body .image.view_mode_small img {
    width: calc(385px - .5em);
  }
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom figcaption,
  article.full .views-field-field-body-bottom figcaption,
  #block-arnett-views-block-body-2-block-1 div.body figcaption,
  article.full div.body figcaption {
    width: 45%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .image.view_mode_small,
  article.full .views-field-field-body-bottom .image.view_mode_small,
  #block-arnett-views-block-body-2-block-1 div.body .image.view_mode_small,
  article.full div.body .image.view_mode_small {
    max-width: 50%;
  }
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-left .image.view_mode_small,
  article.full .views-field-field-body-bottom .align-left .image.view_mode_small,
  #block-arnett-views-block-body-2-block-1 div.body .align-left .image.view_mode_small,
  article.full div.body .align-left .image.view_mode_small,
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-right .image.view_mode_small,
  article.full .views-field-field-body-bottom .align-right .image.view_mode_small,
  #block-arnett-views-block-body-2-block-1 div.body .align-right .image.view_mode_small,
  article.full div.body .align-right .image.view_mode_small {
    max-width: calc(50% - .1em);
    display: inline;
  }
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-left:has(.view_mode_small),
  article.full .views-field-field-body-bottom .align-left:has(.view_mode_small),
  #block-arnett-views-block-body-2-block-1 div.body .align-left:has(.view_mode_small),
  article.full div.body .align-left:has(.view_mode_small),
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-right:has(.view_mode_small),
  article.full .views-field-field-body-bottom .align-right:has(.view_mode_small),
  #block-arnett-views-block-body-2-block-1 div.body .align-right:has(.view_mode_small),
  article.full div.body .align-right:has(.view_mode_small) {
    max-width: calc(50% - .1em);
  }
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-left:nth-of-type(odd) .image img,
  article.full .views-field-field-body-bottom .align-left:nth-of-type(odd) .image img,
  #block-arnett-views-block-body-2-block-1 div.body .align-left:nth-of-type(odd) .image img,
  article.full div.body .align-left:nth-of-type(odd) .image img {
    margin-right: 1em;
  }
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .align-right:nth-of-type(odd) .image img,
  article.full .views-field-field-body-bottom .align-right:nth-of-type(odd) .image img,
  #block-arnett-views-block-body-2-block-1 div.body .align-right:nth-of-type(odd) .image img,
  article.full div.body .align-right:nth-of-type(odd) .image img {
    margin-left: 1em;
  }
}
@media (min-width: 1200px) {
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .image.view_mode_wide,
  article.full .views-field-field-body-bottom .image.view_mode_wide,
  #block-arnett-views-block-body-2-block-1 div.body .image.view_mode_wide,
  article.full div.body .image.view_mode_wide,
  #block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom .field-media-oembed-video,
  article.full .views-field-field-body-bottom .field-media-oembed-video,
  #block-arnett-views-block-body-2-block-1 div.body .field-media-oembed-video,
  article.full div.body .field-media-oembed-video {
    width: 1170px;
    margin-left: -200px;
  }
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom ul,
article.full .views-field-field-body-bottom ul,
#block-arnett-views-block-body-2-block-1 div.body ul,
article.full div.body ul,
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom ol,
article.full .views-field-field-body-bottom ol,
#block-arnett-views-block-body-2-block-1 div.body ol,
article.full div.body ol {
  padding-left: 15px;
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom li,
article.full .views-field-field-body-bottom li,
#block-arnett-views-block-body-2-block-1 div.body li,
article.full div.body li {
  padding: 10px 0;
}
#block-arnett-views-block-body-2-block-1 .views-field-field-body-bottom ::marker,
article.full .views-field-field-body-bottom ::marker,
#block-arnett-views-block-body-2-block-1 div.body ::marker,
article.full div.body ::marker {
  color: #00b0e0;
}
#block-arnett-views-block-body-2-block-1 {
  float: none !important;
}
.alert div.body a,
article.full div.body a,
#block-arnett-views-block-body-2-block-1 li a {
  text-decoration: underline;
}
div.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
blockquote,
blockquote p {
  font-size: 26px;
  color: #004990;
  font-style: italic;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 20px 0 ;
}
article img {
  display: block;
}
article img {
  display: block;
}
article .field-media-image img {
  display: inline-block;
}
.list .rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
}
.list .rows h3 {
  margin-top: 23px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list .rows {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .list .rows {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .list .rows .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list .rows .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list .rows .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
.list .rows article.teaser .field-image {
  padding-bottom: 20px;
}
.list .rows article.teaser .field-image img {
  margin: 0 auto;
}
.list.board .rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list.board .rows {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .list.board .rows {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .list.board .rows .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list.board .rows .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list.board .rows .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  .list.board .rows {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(220px, auto);
  }
}
.field-image img {
  border-radius: 0;
}
article.listing h3 {
  margin: 8px 0;
}
article.listing .body p {
  font-size: 20px;
}
article.listing .body > p {
  margin-top: 0;
}
article.listing .field-tag a {
  text-decoration: none;
  font-size: 18px;
  color: #004990;
}
article.listing .field-tag a:hover {
  color: #00b0e0;
}
body.user .content.region,
body.search .content.region {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1170px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  body.user .content.region,
  body.search .content.region {
    padding-left: 0;
    padding-right: 0;
  }
}
.list .rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
}
.list .rows h3 {
  margin-top: 23px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list .rows {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .list .rows {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .list .rows .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list .rows .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list .rows .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
body.subpage .region.content .views-element-container {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
h2.related {
  margin: 80px auto 60px;
  width: 770px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  h2.related {
    padding-left: 0;
    padding-right: 0;
  }
}
.field-related-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .field-related-content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .field-related-content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .field-related-content .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .field-related-content .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .field-related-content .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 1200px) {
  .field-related-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.list .views-row,
.field-related-content .item {
  background: #004990;
  height: 100%;
  width: 100%;
  transition: outline 0.5s ease;
  position: relative;
  z-index: 1;
}
.list .views-row .content,
.field-related-content .item .content {
  padding: 0 30px 30px 30px ;
}
.list .views-row .content h3 a,
.field-related-content .item .content h3 a,
.list .views-row .content h3,
.field-related-content .item .content h3,
.list .views-row .content .field-teaser,
.field-related-content .item .content .field-teaser,
.list .views-row .content .body,
.field-related-content .item .content .body,
.list .views-row .content .field-position,
.field-related-content .item .content .field-position {
  color: #FFF;
}
.list .views-row a,
.field-related-content .item a {
  position: relative;
}
.list .views-row:hover,
.field-related-content .item:hover {
  outline: 5px solid #ffc84b;
}
.list .views-row:nth-child(3n+2) h3 span.arrow:after,
.field-related-content .item:nth-child(3n+2) h3 span.arrow:after {
  color: #ffc84b;
}
.list .views-row:nth-child(3n+3) h3 span.arrow:after,
.field-related-content .item:nth-child(3n+3) h3 span.arrow:after {
  color: #d24340;
}
h3 span.arrow:after {
  content: '\f061';
  font: var(--fa-font-solid);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #00b0e0;
  position: absolute;
  bottom: 1px;
  right: -30px;
}
#block-arnett-page-title,
.term header,
.list .views-exposed-form {
  max-width: 770px;
  margin: 0 auto;
}
#block-arnett-page-title {
  padding-top: 60px;
  z-index: 1;
  position: relative;
}
.term header {
  margin-bottom: 80px;
}
#block-views-block-list-block-1 {
  padding-top: 0 !important;
}
body.taxonomy_term .content.region #block-arnett-content .views-element-container {
  padding-top: 0;
}
#block-arnett-views-block-donors-footer-block-1 .views-row {
  max-width: 1170px;
  margin: 0 auto;
}
#block-arnett-views-block-donors-footer-block-1 .views-row p {
  columns: 3;
}
.sponsor-cat {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
  align-items: center;
  align-content: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsor-cat {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .sponsor-cat {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .sponsor-cat .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .sponsor-cat .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .sponsor-cat .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
.sponsor-cat:last-child {
  margin-bottom: 0;
}
.supporters h2 {
  text-align: center;
}
article.node-1 .views-element-container {
  padding-top: 0 !important;
}
.layout-container {
  clear: both;
}
.layout-container > header {
  background: #00b0e0;
  width: 100%;
  z-index: 8;
  padding: 0;
  text-align: center;
  height: auto;
}
@media (min-width: 768px) {
  .layout-container > header {
    height: 210px;
  }
}
.layout-container > header #block-arnett-site-branding {
  max-width: 220px;
  width: 220px;
  float: left;
  margin: 36px 0 0 20px;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .layout-container > header #block-arnett-site-branding {
    margin-left: 60px;
  }
}
.layout-container > header #block-arnett-site-branding div.logo {
  display: block;
  max-width: 100%;
}
.layout-container > header #block-arnett-site-branding div.logo img {
  width: 100%;
}
.layout-container > header .primary-menu {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-container > header .primary-menu {
    width: auto;
  }
}
#block-arnett-site-branding a.homepage {
  display: none;
}
body.path-frontpage #block-arnett-site-branding a.homepage {
  display: block;
}
body.path-frontpage #block-arnett-site-branding a.subpage {
  display: none;
}
@media (min-width: 992px) {
  .layout-container > header #block-arnett-site-branding,
  .layout-container > header .menubar,
  .layout-container > header #block-arnett-main-menu > ul {
    display: inline-block !important;
  }
  .layout-container > header #block-arnett-site-branding {
    position: absolute;
    left: 0;
  }
}
span.burger {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 43px;
  z-index: 100;
}
span.burger:before {
  content: '\2630';
  cursor: pointer;
  font-size: 2.8em;
  color: #FFF;
}
span.burger.open:before {
  content: "\00d7";
  font-size: 2em;
}
@media (min-width: 992px) {
  span.burger {
    display: none;
  }
}
ul.links li.is-active {
  display: none;
}
@media (min-width: 992px) {
  ul.links li.is-active {
    display: list-item;
  }
}
#block-views-block-alert-bar-block-1 {
  background: #392f5a;
  color: #FFF !important;
}
#block-views-block-alert-bar-block-1 .body {
  max-width: 770px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#block-views-block-alert-bar-block-1 .body p {
  margin: 13px 0;
}
#block-views-block-alert-bar-block-1 .body a {
  color: #FFF;
  text-decoration: underline;
}
#block-views-block-alert-bar-block-1 .body .alert a.button {
  background-color: #fff;
  color: #00b0e0;
  font-size: 80%;
  padding: 12px 30px;
  text-decoration: none;
}
.secondary-menu {
  top: 20px;
  position: absolute;
  right: 20px;
  display: inline-block;
  float: right;
}
@media (min-width: 992px) {
  .secondary-menu {
    margin-right: 20px;
    top: 29px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .secondary-menu {
    float: none;
    margin-right: 40px;
  }
}
.secondary-menu #block-arnett-languageswitcher {
  display: inline-block;
  width: auto;
  margin-left: 0;
  color: #003870;
}
.secondary-menu #block-arnett-languageswitcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.secondary-menu #block-arnett-languageswitcher ul li {
  display: inline;
  border: none;
  padding: 0;
}
.secondary-menu #block-arnett-languageswitcher ul a {
  padding-left: 0;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #004990;
}
.secondary-menu #block-arnett-languageswitcher ul a.is-active {
  color: #000000;
}
.secondary-menu #block-arnett-languageswitcher ul a:hover {
  text-decoration: underline;
}
.secondary-menu #block-arnett-languageswitcher ul li:first-child {
  border-right: 2px solid #FFF;
  padding-right: 10px;
  margin-right: 10px;
}
.menubar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
@media (min-width: 992px) {
  .menubar {
    float: right;
    clear: both;
  }
}
@media (min-width: 992px) {
  #block-arnett-main-menu > ul > li:last-child > a {
    background: #ffc84b;
    padding: 20px 30px;
    color: #000000;
    transition: 0.5s ease;
    position: relative;
    top: -12px;
  }
  #block-arnett-main-menu > ul > li:last-child > a:hover {
    color: #FFF;
    background: #004990;
  }
}
#block-arnett-main-menu {
  max-height: 0;
  overflow-y: hidden;
  padding-right: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
  position: relative;
}
@media (min-width: 992px) {
  #block-arnett-main-menu > ul > li > a {
    max-width: 135px;
  }
}
#block-arnett-main-menu.open {
  max-height: 12000px;
}
@media (min-width: 992px) {
  #block-arnett-main-menu {
    top: 76px;
    padding-right: 30px;
    background-color: transparent;
    border: none;
    display: block;
    max-height: none ;
    overflow-y: visible;
  }
}
#block-arnett-main-menu ul ul {
  text-align: left;
}
@media (min-width: 992px) {
  #block-arnett-main-menu ul ul {
    display: none;
    min-width: 300px;
    background-color: white;
    text-align: center;
    padding: 0;
  }
}
#block-arnett-main-menu li {
  position: relative;
  list-style: none;
  text-align: left;
}
@media (min-width: 992px) {
  #block-arnett-main-menu li {
    float: left;
  }
  #block-arnett-main-menu li:hover > ul,
  #block-arnett-main-menu li.focus > ul,
  #block-arnett-main-menu li:focus > ul {
    display: block;
    position: absolute;
    left: -50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #block-arnett-main-menu li:hover > ul li,
  #block-arnett-main-menu li.focus > ul li,
  #block-arnett-main-menu li:focus > ul li {
    float: none;
    text-align: center;
  }
  #block-arnett-main-menu li:hover > ul:after,
  #block-arnett-main-menu li.focus > ul:after,
  #block-arnett-main-menu li:focus > ul:after {
    content: "";
    z-index: -1;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 10px;
    right: -10px;
    border: 6px solid #ffc84b;
  }
}
#block-arnett-main-menu > ul {
  padding: 50px  0 100px ;
  border-top: 5px solid #00b0e0;
  border-bottom: 5px solid #00b0e0;
}
@media (min-width: 992px) {
  #block-arnett-main-menu > ul {
    padding: 0;
    border: none;
    float: right;
  }
  #block-arnett-main-menu > ul > li:last-child a {
    margin-right: 0;
  }
}
#block-arnett-main-menu ul {
  margin: 0;
}
#block-arnett-main-menu a,
#block-arnett-main-menu span:not(.carat) {
  cursor: pointer;
  font-family: Raleway, sans-serif;
  color: #00b0e0;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  padding-top: 10px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #block-arnett-main-menu a,
  #block-arnett-main-menu span:not(.carat) {
    color: #000000;
    padding: 8px 0 12px;
    margin: 0 16px ;
    display: block;
  }
  #block-arnett-main-menu a.mobile,
  #block-arnett-main-menu span:not(.carat).mobile {
    display: none;
  }
}
#block-arnett-main-menu ul ul a {
  color: #141414;
  height: auto;
  font-size: 16px;
  padding: 10px 0;
  text-align: left;
  display: block;
  margin: 0 10px;
}
#block-arnett-main-menu ul ul a:before {
  content: "- ";
}
@media (min-width: 992px) {
  #block-arnett-main-menu ul ul a:before {
    content: none;
  }
}
@media (min-width: 992px) {
  #block-arnett-main-menu ul ul a {
    width: auto;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
  }
  #block-arnett-main-menu ul ul a:hover {
    text-decoration: underline;
    border-bottom: none;
  }
  #block-arnett-main-menu ul ul a:hover:after {
    content: '\f061';
    font: var(--fa-font-solid);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #00b0e0;
    position: absolute;
    top: 13px;
    right: -1px;
  }
}
.menubar a,
.menubar span:not(.carat):not(.burger) {
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .menubar a,
  .menubar span:not(.carat):not(.burger) {
    padding-left: 0;
    width: auto;
  }
}
.menubar ul li ul {
  display: none;
  padding-left: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .menubar ul li ul {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.menubar ul li.has-children.open ul {
  display: block;
}
.menubar ul li {
  border-bottom: 1px solid;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .menubar ul li {
    border: none;
    padding: 0;
  }
}
.menubar ul li.has-children {
  position: relative;
}
.menubar ul li.has-children ul {
  background: #efefef;
}
.menubar ul li.has-children ul li {
  border-bottom: 1px solid;
  padding: 5px 30px;
}
.menubar ul li.has-children ul li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .menubar ul li.has-children ul {
    background: #ffffff;
  }
  .menubar ul li.has-children ul li {
    padding: 0;
    border: none;
  }
}
@media (min-width: 992px) {
  .menubar ul li.has-children > a,
  .menubar ul li.has-children span:not(.carat) {
    width: auto;
  }
}
.menubar ul li.has-children:after {
  content: '\f078';
  font: var(--fa-font-solid);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #004990;
  position: absolute;
  top: 10px;
  right: 30px;
  transition: 0.5s ease;
  z-index: -1;
}
@media (min-width: 992px) {
  .menubar ul li.has-children:after {
    display: none;
  }
}
.menubar ul li.has-children.open {
  padding-bottom: 0;
}
.menubar ul li.has-children.open:after {
  transform: scaleY(-1);
}
@media (min-width: 992px) {
  ul li.has-children a span.carat,
  ul li.has-children span span.carat {
    position: relative;
    max-width: 250px;
    padding-right: 8px;
  }
  ul li.has-children a span.carat:after,
  ul li.has-children span span.carat:after {
    content: '\f063';
    font: var(--fa-font-solid);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    position: absolute;
    top: 1px;
    right: -14px;
  }
}
body:has(.no-confetti) .confetti,
body.path-frontpage .confetti,
.confetti.accent {
  display: none;
}
.confetti.slate {
  z-index: 0;
  position: absolute;
  top: -80px;
  left: 90px;
  width: 200px;
  height: 80px;
  background: #ccdbe9;
}
.confetti.grey {
  width: 200px;
  height: 200px;
  top: -900px;
  background: #d7d5de;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  right: 60px;
}
.confetti.blue {
  width: 200px;
  height: 200px;
  top: 65%;
  background: #cceff9;
  border-radius: 50% 0 0 50%;
  position: absolute;
  z-index: 0;
  right: 60px;
  left: -305px;
}
div.center-image:after {
  display: none;
  content: "";
  height: 200px;
  width: 130px;
  background: #fff4db;
  position: absolute;
  top: 110px;
  right: -130px;
}
@media (min-width: 1200px) {
  div.center-image:after {
    display: block;
  }
}
footer[role="contentinfo"] {
  position: relative;
  background: #00b0e0;
  width: 100%;
  color: #000000;
  margin-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer[role="contentinfo"] p,
footer[role="contentinfo"] h1,
footer[role="contentinfo"] h2,
footer[role="contentinfo"] h3,
footer[role="contentinfo"] h4,
footer[role="contentinfo"] ul,
footer[role="contentinfo"] ol,
footer[role="contentinfo"] a {
  color: #000000;
}
@media (min-width: 1200px) {
  footer[role="contentinfo"] {
    padding-left: 0;
    padding-right: 0;
  }
}
footer[role="contentinfo"] .region.footer-blocks {
  max-width: none;
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 992px) {
  footer[role="contentinfo"] .region.footer-blocks {
    margin: 0 40px;
  }
}
footer[role="contentinfo"] .region.footer-blocks h2 {
  margin-bottom: 0;
}
footer[role="contentinfo"] .region.footer-blocks > div {
  width: 100%;
}
@media (min-width: 992px) {
  footer[role="contentinfo"] .region.footer-blocks > div {
    width: calc(50% - 20px);
    max-width: 565px;
  }
}
footer[role="contentinfo"] .region.footer-blocks a.button {
  background: #FFF;
  border: #FFF;
  color: #004990;
}
footer[role="contentinfo"] .region.footer-blocks a.button:hover {
  background: #392f5a;
  border: #392f5a;
  text-decoration: none;
  color: #FFF;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footeryellowblock {
  background: #ffc84b;
  max-width: 770px;
  padding: 40px 30px;
  border-radius: 0 0 0 100px;
}
@media (min-width: 1200px) {
  footer[role="contentinfo"] .region.footer-blocks #block-arnett-footeryellowblock {
    border-radius: 0 0 0 25vh;
    padding: 60px;
  }
}
@media (min-width: 1480px) {
  footer[role="contentinfo"] .region.footer-blocks #block-arnett-footeryellowblock {
    padding: 60px 140px;
  }
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footeryellowblock * {
  text-align: center;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock {
  background: #004990;
  max-width: 770px;
  padding: 40px 30px;
  border-radius: 100px 0 0 100px;
}
@media (min-width: 1200px) {
  footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock {
    padding: 60px 60px 70px;
    border-radius: 50vh 0 0 50vh;
  }
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body > :first-child {
  margin-top: 0 !important;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body p,
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body li,
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body h1,
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body h2,
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body h3,
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body h4,
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body i,
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .body a:not(.button) {
  color: #FFF !important;
  text-align: center;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .social {
  padding-top: 40px;
  text-align: center;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .social a {
  display: inline-block;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerblueblock .social a.button {
  vertical-align: bottom;
  width: 100%;
  margin: 0 auto 80px;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerwhiteblock {
  width: 100%;
  min-width: 100%;
  background: none;
}
footer[role="contentinfo"] .region.footer-blocks #block-arnett-footerwhiteblock > .body {
  max-width: 770px;
  margin: 0 auto;
  background: #FFF;
  padding: 30px;
  border-radius: 80px;
}
#subfooter {
  padding: 30px 20px 0;
  clear: both;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
  text-align: center;
  grid-auto-rows: minmax(60px, auto);
  grid-gap: 20px;
  justify-content: left;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #subfooter {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  #subfooter {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  #subfooter .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  #subfooter .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  #subfooter .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  #subfooter {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(220px, auto);
  }
}
@media (min-width: 768px) {
  #subfooter {
    text-align: left;
    grid-auto-rows: minmax(60px, auto);
    grid-template-columns: 60% 32%;
    grid-gap: 40px;
    justify-content: left;
  }
  #subfooter #rtraction {
    justify-self: right;
  }
  #subfooter #copy {
    justify-self: left;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #subfooter #copy div {
    display: inline;
  }
}
@media (min-width: 480px) {
  .node-2 .body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(120px, auto);
    justify-content: center;
    justify-items: center;
    align-items: start;
    align-content: stretch;
    grid-gap: 0 !important;
    grid-auto-rows: auto !important;
    justify-items: left;
  }
  .node-2 .body h2,
  .node-2 .body h3,
  .node-2 .body h4 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: left ;
    display: grid;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .node-2 .body {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .node-2 .body {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .node-2 .body .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .node-2 .body .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .node-2 .body .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .node-2 .body {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(220px, auto);
  }
}
#block-arnett-views-block-footer-blocks-land {
  padding: 80px 0;
}
#block-arnett-views-block-duplicate-of-homepage-blocks-top,
#block-arnett-views-block-duplicate-of-homepage-blocks-bottom {
  padding-top: 185px;
}
#block-arnett-views-block-homepage-main-block-1 {
  padding: 0 !important;
}
#block-arnett-views-block-homepage-main-block-1 > div {
  width: 100% !important;
  margin: 100px auto 60px !important;
  max-width: 100% !important;
}
#block-arnett-views-block-homepage-main-block-1 > div .node-37 {
  position: relative;
  margin-bottom: 120px;
}
#block-arnett-views-block-homepage-main-block-1 > div .node-37 div.body {
  margin: 0 auto 60px;
  max-width: 770px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  #block-arnett-views-block-homepage-main-block-1 > div .node-37 div.body {
    padding-left: 0;
    padding-right: 0;
  }
}
#block-arnett-views-block-homepage-main-block-1 > div .node-37 div.field-image {
  width: 100%;
  position: relative;
}
#block-arnett-views-block-homepage-main-block-1 > div .node-37 div.field-image img {
  height: auto;
  max-height: 900px;
  object-fit: cover;
}
#block-arnett-views-block-homepage-main-block-1 > div .node-37 .confetti {
  display: block;
  height: 110px;
  width: 110px;
}
@media (min-width: 992px) {
  #block-arnett-views-block-homepage-main-block-1 > div .node-37 .confetti {
    height: 200px;
    width: 200px;
  }
}
#block-arnett-views-block-homepage-main-block-1 > div .node-37 .confetti.purple {
  background: #392f5a;
  border-radius: 50%;
  position: absolute;
  left: 50px;
  bottom: -100px;
}
#block-arnett-views-block-homepage-main-block-1 > div .node-37 .confetti.accent {
  background: #d24340;
  border-radius: 50% 0 0 50%;
  position: absolute;
  right: 50px;
  top: -100px;
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle {
  padding-top: 100px;
  position: relative;
  margin-top: 200px;
  background-image: linear-gradient(to bottom, #ffc84b, #FFF);
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle:before {
  height: 110px;
  width: 110px;
  top: -55px;
  left: 50px;
  background: #00b0e0;
  content: '';
  position: absolute;
  border-radius: 0 0 0 50%;
}
@media (min-width: 992px) {
  #block-arnett-views-block-duplicate-of-homepage-blocks-middle:before {
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  #block-arnett-views-block-duplicate-of-homepage-blocks-middle:before {
    top: -100px;
  }
}
@media (min-width: 1480px) {
  #block-arnett-views-block-duplicate-of-homepage-blocks-middle > div {
    width: 100%;
    max-width: 100% !important;
  }
  #block-arnett-views-block-duplicate-of-homepage-blocks-middle > div .list.homepage-middle {
    max-width: 1840px;
  }
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle header {
  margin: 0 auto;
  max-width: 770px;
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .rows {
  margin-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .rows {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media (min-width: 1480px) {
  #block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .rows {
    padding: 0 20px;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
  }
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .rows .views-row {
  height: auto;
  max-width: 362px;
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .views-row .field-image {
  position: relative;
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .views-row .field-image:before {
  width: 40px;
  height: 40px;
  background: #ffc84b;
  content: '1';
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  color: #004990;
  line-height: 36px;
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .views-row:nth-child(2) .field-image:before {
  content: '2';
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .views-row:nth-child(3) .field-image:before {
  content: '3';
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .views-row:nth-child(4) .field-image:before {
  content: '4';
}
#block-arnett-views-block-duplicate-of-homepage-blocks-middle .list.homepage-middle .views-row:nth-child(5) .field-image:before {
  content: '5';
}
.home-stats {
  align-items: start;
  grid-gap: 0 !important;
}
.home-stats footer {
  display: none;
}
.home-stats .slick-prev,
.home-stats .slick-next {
  display: none !important;
}
@media (min-width: 992px) {
  .home-stats {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(120px, auto);
    justify-content: center;
    justify-items: center;
    align-items: start;
    align-content: stretch;
  }
  .home-stats header {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    display: grid;
    align-self: end;
  }
  .home-stats header h2 {
    font-size: 24px;
  }
  .home-stats .rows {
    display: grid;
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: 2;
    grid-gap: 30px;
  }
  .home-stats .rows .item {
    padding-right: 20px;
  }
  .home-stats footer {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    display: grid;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .home-stats {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .home-stats {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .home-stats .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .home-stats .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .home-stats .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .home-stats {
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    grid-auto-rows: minmax(220px, auto);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .home-stats header h2 {
    font-size: 30px;
  }
}
.homepage-statistic h3 {
  color: #004990;
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .homepage-statistic h3 {
    font-size: 30px;
  }
}
.homepage-statistic .field-number {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  color: #0a7eb0;
  font-size: 100px;
  line-height: 1;
}
#block-views-block-list-block-2 {
  background: #f5f7f8;
  margin-top: 80px;
  padding: 100px 0;
  width: 100%;
  clear: both;
}
#block-views-block-list-block-2 .list {
  padding-top: 40px;
}
#block-views-block-list-block-2 .views-row {
  background-color: transparent;
  padding: 0 0 20px 0;
  outline: none !important;
}
#block-views-block-list-block-2 .views-row article {
  text-align: center;
}
@media (min-width: 992px) {
  #block-views-block-list-block-2 .views-row article {
    text-align: left ;
  }
}
#block-views-block-list-block-2 .views-row .field-teaser {
  color: #000000;
}
#block-views-block-list-block-2 .views-row .content {
  padding: 0;
}
#block-views-block-list-block-2 .views-row .content span.arrow {
  display: none;
}
#block-views-block-list-block-2 .views-row .content h3 a {
  text-decoration: underline;
  color: #004990;
}
#block-views-block-list-block-2 .views-row .content h3 a:hover {
  text-decoration: none;
}
#block-views-block-list-block-2 .views-row .body {
  color: #000000;
}
@media (min-width: 992px) {
  #block-views-block-list-block-2 .list .rows {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
.list.homepage-top .rows,
.list.homepage-bottom .rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
  grid-gap: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list.homepage-top .rows,
  .list.homepage-bottom .rows {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  .list.homepage-top .rows,
  .list.homepage-bottom .rows {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .list.homepage-top .rows .item:last-child:nth-child(3n - 1),
  .list.homepage-bottom .rows .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list.homepage-top .rows .item:nth-last-child(2):nth-child(3n + 1),
  .list.homepage-bottom .rows .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  .list.homepage-top .rows .item:last-child:nth-child(3n - 2),
  .list.homepage-bottom .rows .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  .list.homepage-top .rows,
  .list.homepage-bottom .rows {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(220px, auto);
  }
}
@media (min-width: 992px) {
  .list.homepage-top .rows,
  .list.homepage-bottom .rows {
    grid-gap: 40px;
  }
}
.list.homepage-top .rows .field-image,
.list.homepage-bottom .rows .field-image {
  position: absolute;
  top: -85px;
}
.list.homepage-top .rows .content,
.list.homepage-bottom .rows .content {
  padding: 0;
}
.list.homepage-top .rows .content a,
.list.homepage-bottom .rows .content a {
  padding: 100px 30px 30px 30px;
  display: block;
}
.list.homepage-top .rows .content h3,
.list.homepage-bottom .rows .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  text-wrap-style: balance;
}
@media (min-width: 992px) {
  .list.homepage-top .rows .content h3,
  .list.homepage-bottom .rows .content h3 {
    font-size: 30px;
  }
}
.list.homepage-top .views-row span.arrow:after,
.list.homepage-bottom .views-row span.arrow:after {
  right: unset;
  position: static;
  margin-left: 5px;
}
.list.homepage-top .views-row:nth-child(2) h3 span.arrow:after,
.list.homepage-bottom .views-row:nth-child(2) h3 span.arrow:after {
  color: #f27054;
}
.list.homepage-top .views-row:nth-child(3) h3 span.arrow:after,
.list.homepage-bottom .views-row:nth-child(3) h3 span.arrow:after {
  color: #ffc84b;
}
.list.homepage-top .views-row:nth-child(4) h3 span.arrow:after,
.list.homepage-bottom .views-row:nth-child(4) h3 span.arrow:after {
  color: #d24340;
}
@media (min-width: 992px) {
  .list.homepage-top .rows {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero-container {
  position: relative;
  height: auto;
}
.hero {
  background-color: #004990;
  position: relative;
  height: auto;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 250px;
}
@media (min-width: 1200px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero {
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    min-height: 410px;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 600px;
  }
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero:after {
  content: '';
  width: 200px;
  height: 200px;
  bottom: -100px;
  background: #f6d9d9;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 50px;
}
.path-frontpage #block-views-block-homepage-hero-hero {
  height: auto;
  background-color: #004990;
}
@media (min-width: 1200px) {
  .path-frontpage #block-views-block-homepage-hero-hero {
    min-height: 850px;
  }
}
@media (min-width: 768px) {
  .path-frontpage #block-views-block-homepage-hero-hero {
    background-color: #00b0e0;
  }
}
.path-frontpage div.width {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .path-frontpage div.width {
    min-height: 850px;
  }
}
.path-frontpage .homepage-hero {
  background-image: url(/themes/custom/arnett/images/banner-wave-bg.png);
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}
div.width {
  background-color: #004990;
  height: auto;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: stretch;
  justify-content: left;
  justify-items: left;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  div.width {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
  }
}
@media (min-width: 992px) {
  div.width {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(120px, auto);
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  div.width .item:last-child:nth-child(3n - 1) {
    grid-column-end: 4;
    margin-left: -33%;
    margin-right: 33%;
  }
  div.width .item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 3;
    margin-left: -33%;
    margin-right: 33%;
  }
  div.width .item:last-child:nth-child(3n - 2) {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  div.width {
    grid-template-columns: repeat(2, 1fr) !important;
    position: relative;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.width {
    padding: 60px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.width {
    padding: 100px 20px;
  }
}
@media (min-width: 1200px) {
  div.width {
    max-width: calc(100vw - 60px - ((100vw - 1170px) / 2));;
    left: calc( ((100vw - 1170px) /2 ) );
    padding: 0;
  }
}
div.width .body {
  text-align: center;
}
div.width .body a.button {
  display: block;
}
@media (min-width: 768px) {
  div.width .body a.button {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  div.width .body {
    text-align: left;
  }
}
div.width h1,
div.width h2,
div.width h3,
div.width h4,
div.width h5,
div.width h6,
div.width p {
  color: #FFF;
}
div.width h1 {
  margin-top: 0;
  line-height: 1.2;
}
@media print {
  div.hero a.button,
  div.menubar,
  #block-arnett-footernewsletter,
  #block-arnett-mainnavigation,
  div.search-block-form,
  #block-footer,
  #footer-menu,
  #footertext,
  .hero .button,
  .link a,
  div.front.services,
  .field-media-oembed-video,
  .footer-blocks {
    display: none;
  }
  .hero h1 {
    color: black;
  }
}
/*# sourceMappingURL=styles.css.map */
/*# sourceMappingURL=styles.css.map */
