@import url('https://use.typekit.net/rkl6loc.css');
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.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;
}
/* http://avexdesigns.com/responsive-youtube-embed/*/
.video-container {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container.overlay iframe {
  pointer-events: none;
}
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: .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;
}
span.social {
  margin: 0 10px 0 0;
}
#block-arnett-content img.align-right {
  margin: 0 0 30px 30px;
}
#block-arnett-content img.align-left {
  margin: 0 30px 30px 0;
}
@media (min-width: 992px) {
  .menubar ul li a.mobile-only,
  a.mobile-only {
    display: none !important;
  }
}
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: 1600px) {
  html:after {
    background-color: aqua;
    color: #000;
    content: 'xxlg';
  }
}
pre {
  background: #bbb;
  color: #333;
  border: 1px solid #333;
  font-size: .5em;
  display: inline-block;
  border-radius: 3px;
  padding: .25em;
  margin: .25em;
}
html.dev:after {
  display: block;
}
/* Colours */
.transition {
  transition: all 0.75s ease;
}
* {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: calibri, sans-serif;
  font-display: swap;
  color: #474747;
}
a {
  color: #474747;
  transition: color .15s ease;
}
a:hover {
  color: #2e3e80;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: canada-type-gibson, sans-serif;
  font-display: swap;
  font-weight: 600;
  color: #2e3e80;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #2e3e80;
}
h1,
#block-views-block-listing-success h2,
#block-views-block-listing-block-2 h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  h1,
  #block-views-block-listing-success h2,
  #block-views-block-listing-block-2 h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1,
  #block-views-block-listing-success h2,
  #block-views-block-listing-block-2 h2 {
    font-size: 48px;
    letter-spacing: 0.025em;
  }
}
body.path-frontpage .hero h1 {
  font-size: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  body.path-frontpage .hero h1 {
    font-size: 36px;
  }
}
@media (min-width: 480px) {
  body.path-frontpage .hero h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  body.path-frontpage .hero h1 {
    font-size: 85px;
  }
}
h2 {
  font-size: 36px;
}
#block-views-block-listing-success h2,
#block-views-block-listing-block-2 h2 {
  max-width: 1170px;
  margin: 0 auto 50px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  #block-views-block-listing-success h2,
  #block-views-block-listing-block-2 h2 {
    padding: 0;
  }
}
h3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
}
h4 {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 7px;
}
th {
  text-align: left;
}
strong {
  font-weight: 600;
}
#block-arnett-mainnavigation,
footer[role=contentinfo] {
  font-family: canada-type-gibson, sans-serif;
  font-display: swap;
}
#block-arnett-mainnavigation h3,
footer[role=contentinfo] h3,
#block-arnett-mainnavigation h2,
footer[role=contentinfo] h2 {
  font-size: 22px;
  font-weight: 600 !important;
}
#block-arnett-mainnavigation a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
  color: #FFF;
}
#block-arnett-mainnavigation a:hover,
#block-arnett-mainnavigation a:focus {
  text-decoration: underline;
}
#block-arnett-footerlogos p {
  font-size: 14px;
}
.menubar a {
  font-family: canada-type-gibson, sans-serif;
  font-display: swap;
  font-weight: 400;
  color: #000;
}
.bold {
  font-weight: bold;
}
i.fas {
  color: #2e3e80;
}
p.green,
span.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
  color: #00B388;
}
p.darkblue,
span.darkblue,
h2.darkblue,
h3.darkblue,
h4.darkblue,
h5.darkblue,
h6.darkblue {
  color: #2e3e80;
}
p.orange,
span.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange {
  color: #F16239;
}
p.yellow,
span.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow {
  color: #FFDCA2;
}
p.silver,
span.silver,
h2.silver,
h3.silver,
h4.silver,
h5.silver,
h6.silver {
  color: #C4C4C4;
}
.lightblue {
  color: #1d9ad5;
}
.orange {
  color: #F16239;
}
.yellow {
  color: #FFDCA2;
}
.silver {
  color: #C4C4C4;
}
.green {
  color: #00B388;
}
.darkblue {
  color: #2e3e80;
}
a.button,
input[type=submit],
input[type=button],
#block-arnett-content article a.button,
#block-views-block-careers-block-1 .button > a {
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  background: #2e3e80;
  color: #fff;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.75s ease;
  border: 1px solid #2e3e80;
  text-transform: uppercase;
  padding: 22px 50px;
  line-height: 1;
  height: 60px ;
  font-weight: normal;
}
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
#block-arnett-content article a.button:hover,
#block-views-block-careers-block-1 .button > a:hover,
a.button:focus,
input[type=submit]:focus,
input[type=button]:focus,
#block-arnett-content article a.button:focus,
#block-views-block-careers-block-1 .button > a:focus {
  color: #fff;
  background-color: #293977;
}
a.button:hover::after,
input[type=submit]:hover::after,
input[type=button]:hover::after,
#block-arnett-content article a.button:hover::after,
#block-views-block-careers-block-1 .button > a:hover::after,
a.button:focus::after,
input[type=submit]:focus::after,
input[type=button]:focus::after,
#block-arnett-content article a.button:focus::after,
#block-views-block-careers-block-1 .button > a:focus::after {
  content: "→";
  position: absolute;
  padding-top: 0;
}
a.button.white,
input[type=submit].white,
input[type=button].white,
#block-arnett-content article a.button.white,
#block-views-block-careers-block-1 .button > a.white {
  color: #2e3e80;
  background-color: #FFF;
  border-color: #FFF;
}
a.button.white:hover,
input[type=submit].white:hover,
input[type=button].white:hover,
#block-arnett-content article a.button.white:hover,
#block-views-block-careers-block-1 .button > a.white:hover,
a.button.white:focus,
input[type=submit].white:focus,
input[type=button].white:focus,
#block-arnett-content article a.button.white:focus,
#block-views-block-careers-block-1 .button > a.white:focus {
  background-color: #2e3e80;
  border-color: #2e3e80;
  color: #fff;
}
#block-newsletter a.button:hover::after {
  padding-top: 4px;
}
aside a.button {
  display: block;
  margin-top: 12px;
}
#block-arnett-content article a.button {
  display: inline-block;
  margin: 10px;
}
#edit-submit-listing {
  height: auto;
}
input {
  height: 60px;
  padding: 0 20px;
  border: 1px solid #aaa;
  margin-bottom: 0.5em;
  font-size: 20px;
  display: block;
  font-family: calibri, sans-serif;
}
.description {
  margin-bottom: 2em;
}
label {
  font-weight: 600;
}
textarea {
  font-size: 20px;
  margin-bottom: 2em;
  border-color: #aaa;
  padding: 20px;
  font-family: calibri, sans-serif;
}
#views-exposed-form-new-search-page-1 label,
#views-exposed-form-new-search-page-1 div {
  display: inline-block;
}
#block-arnett-newmenubarsearch {
  float: left;
}
#edit-search,
input[type=search] {
  width: 350px;
  max-width: 100%;
  margin-bottom: 2em;
  background-color: #e6e6e6;
  height: 60px;
  padding: 0 20px;
  border: none;
  border-radius: 15px;
  margin-bottom: 0.5em;
  font-size: 20px;
  display: block;
}
.search-block-form #search-block-form input[type="submit"],
.searchwidget input[type="submit"] {
  border: none;
  display: inline-block;
  width: 30px;
  padding: 0;
  margin: 0;
  background: url(/themes/custom/arnett/images/mag.png) no-repeat center center;
  right: 0;
  text-decoration: none;
  text-indent: -99999px;
  font-size: 20px;
  text-decoration: inherit;
  color: #085D23;
  background-color: transparent;
  top: 0;
  position: absolute;
  right: 10px;
}
.webform-submission-form .form-item {
  width: 100%;
  clear: both;
  padding: 0 20px;
}
.webform-submission-form .form-item .form-item {
  padding: 0;
}
.webform-submission-form .form-item input {
  width: 100%;
}
.webform-submission-form input,
.webform-submission-form textarea {
  margin-bottom: 30px;
  width: 100%;
  border: none;
}
input[type=submit] {
  margin: 0 auto;
  max-width: 300px;
  display: block;
}
.form-item-birth-date {
  position: relative;
}
.form-item-birth-date img.ui-datepicker-trigger {
  position: absolute;
  left: 20px ;
  top: -20px;
}
.webform-submission-form {
  max-width: 100%;
  width: 760px;
  max-width: 96%;
  margin: 0 auto 100px;
  padding: 40px 0;
  background-color: #E6E6E6;
}
.webform-submission-form form:after,
.webform-submission-form.webform-submission-form:after {
  content: "";
  clear: both;
  display: block;
}
.webform-submission-form input {
  border: none;
}
@media (min-width: 992px) {
  .webform-submission-form {
    width: 740px;
    max-width: 145%;
    border-radius: 20px;
  }
}
body.path-search form.search-form #edit-submit,
#edit-submit-listing,
#edit-submit-upcoming-education-participation {
  display: inline;
  position: relative;
  top: -3px;
}
.views-exposed-form .form-item label {
  display: block;
  margin-bottom: 20px;
}
body {
  margin: 0;
  background: #FFF;
}
main {
  background: #FFF;
  padding-bottom: 100px;
}
body.path-frontpage main {
  padding-bottom: 0;
}
body.path-frontpage #arrow {
  display: none;
  position: absolute;
  z-index: 9;
  top: 60vh;
  height: 33px;
  width: 63px;
  left: calc(50% - 31px);
}
@media (min-width: 768px) and (max-width: 991px) {
  body.path-frontpage #arrow {
    top: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.path-frontpage #arrow {
    top: 420px;
  }
}
@media (min-width: 768px) {
  body.path-frontpage #arrow {
    display: block;
  }
}
#block-arnett-content,
#block-arnett-page-title,
#block-views-block-articles-block-1,
#block-views-block-careers-block-1 {
  padding: 0 1em;
}
@media (min-width: 1200px) {
  #block-arnett-content,
  #block-arnett-page-title,
  #block-views-block-articles-block-1,
  #block-views-block-careers-block-1 {
    padding: 0;
  }
}
body #block-arnett-page-title {
  margin-top: 70px;
}
#block-arnett-content {
  overflow: visible;
}
#block-arnett-content article a,
#block-views-block-staff-directory-block-1 a {
  color: #2e3e80;
  text-decoration: underline;
  font-weight: bold;
}
#block-arnett-content article a:hover,
#block-views-block-staff-directory-block-1 a:hover,
#block-arnett-content article a:focus,
#block-views-block-staff-directory-block-1 a:focus,
#block-arnett-content article a:active,
#block-views-block-staff-directory-block-1 a:active {
  color: #1d9ad5;
}
#block-views-block-staff-directory-block-1 .form-item,
#block-views-block-staff-directory-block-1 .form-actions,
#block-views-block-staff-directory-block-1 * input {
  display: inline !important;
}
#block-views-block-staff-directory-block-1 .form-item-field-staff-title-value,
#block-views-block-staff-directory-block-1 .form-item-field-service-area-value {
  display: none !important;
}
#block-views-block-staff-directory-block-1 #edit-title {
  margin-right: 20px;
  border-radius: 15px;
}
#block-views-block-staff-directory-block-1 form {
  margin-bottom: 20px;
}
#block-views-block-staff-directory-block-1 table {
  border-collapse: collapse;
  font-size: 18px;
}
#block-views-block-staff-directory-block-1 thead {
  display: none;
}
@media (min-width: 768px) {
  #block-views-block-staff-directory-block-1 thead {
    display: table-header-group;
  }
}
#block-views-block-staff-directory-block-1 tr {
  border-bottom: 1px solid #1d9ad5;
  padding: 20px 0;
}
#block-views-block-staff-directory-block-1 td {
  padding: 10px 0;
  display: block;
}
@media (min-width: 768px) {
  #block-views-block-staff-directory-block-1 td {
    display: table-cell;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  #block-views-block-staff-directory-block-1 td.views-field-field-staff-email {
    padding-right: 0;
  }
}
/* hide home node content on the homepage */
article[about="/home"] {
  display: none;
}
.hero {
  background: #2e3e80;
  background-size: cover;
  position: relative;
  height: 50px;
  padding-top: 125px;
  margin-bottom: 150px;
  text-align: center;
  background-position: center right;
}
.hero > div {
  margin: 0 auto;
  max-width: 740px;
}
@media (min-width: 992px) {
  .hero {
    height: 133px;
  }
}
.hero h1 {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.has-image {
  height: 330px;
}
.hero.has-cta {
  height: 480px;
}
.hero.has-image,
.hero.has-image.has-cta {
  background-color: transparent;
  margin-bottom: 0;
  overflow: visible;
  padding-top: 140px;
}
@media (min-width: 992px) {
  .hero.has-image,
  .hero.has-image.has-cta {
    margin-bottom: 180px;
  }
}
.hero.has-image > div,
.hero.has-image.has-cta > div {
  background: transparent;
}
@media (min-width: 480px) {
  .hero.has-image,
  .hero.has-image.has-cta {
    height: 380px;
    margin-bottom: 30px;
    padding-top: 145px;
  }
  .hero.has-image > div,
  .hero.has-image.has-cta > div {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .hero.has-image,
  .hero.has-image.has-cta {
    padding-top: 250px;
    height: 480px;
  }
  .hero.has-image.contentsection,
  .hero.has-image.has-cta.contentsection {
    margin-bottom: -90px;
    height: 300px;
  }
  .hero.has-image > div,
  .hero.has-image.has-cta > div {
    max-width: 1170px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hero.has-image,
  .hero.has-image.has-cta {
    padding-top: 250px;
    height: 580px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero.has-image > div,
  .hero.has-image.has-cta > div {
    max-width: 770px;
  }
}
.hero.has-image.has-cta,
.hero.has-image.has-cta.has-cta {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}
.hero.has-image.has-cta::before,
.hero.has-image.has-cta.has-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 38, 51, 0.82);
  z-index: 1;
}
.hero.has-image.has-cta a.button,
.hero.has-image.has-cta.has-cta a.button {
  display: inline-block;
  color: #2e3e80;
  background: white;
}
.hero.has-image.has-cta p,
.hero.has-image.has-cta.has-cta p {
  font-size: 63px;
  font-weight: bold;
  margin: 0 25px;
}
@media (min-width: 1200px) {
  .hero.has-image.has-cta h1,
  .hero.has-image.has-cta.has-cta h1,
  .hero.has-image.has-cta h2,
  .hero.has-image.has-cta.has-cta h2,
  .hero.has-image.has-cta h3,
  .hero.has-image.has-cta.has-cta h3,
  .hero.has-image.has-cta h4,
  .hero.has-image.has-cta.has-cta h4,
  .hero.has-image.has-cta h5,
  .hero.has-image.has-cta.has-cta h5,
  .hero.has-image.has-cta h6,
  .hero.has-image.has-cta.has-cta h6 {
    font-size: 85px;
    letter-spacing: 2px;
  }
}
.hero.has-image.has-cta h1,
.hero.has-image.has-cta.has-cta h1,
.hero.has-image.has-cta h2,
.hero.has-image.has-cta.has-cta h2,
.hero.has-image.has-cta h3,
.hero.has-image.has-cta.has-cta h3,
.hero.has-image.has-cta h4,
.hero.has-image.has-cta.has-cta h4,
.hero.has-image.has-cta h5,
.hero.has-image.has-cta.has-cta h5,
.hero.has-image.has-cta h6,
.hero.has-image.has-cta.has-cta h6,
.hero.has-image.has-cta p,
.hero.has-image.has-cta.has-cta p {
  text-align: left;
  color: white;
  position: relative;
  z-index: 2;
  margin: 0 25px;
}
@media (min-width: 1200px) {
  .hero.has-image.has-cta h1,
  .hero.has-image.has-cta.has-cta h1,
  .hero.has-image.has-cta h2,
  .hero.has-image.has-cta.has-cta h2,
  .hero.has-image.has-cta h3,
  .hero.has-image.has-cta.has-cta h3,
  .hero.has-image.has-cta h4,
  .hero.has-image.has-cta.has-cta h4,
  .hero.has-image.has-cta h5,
  .hero.has-image.has-cta.has-cta h5,
  .hero.has-image.has-cta h6,
  .hero.has-image.has-cta.has-cta h6,
  .hero.has-image.has-cta p,
  .hero.has-image.has-cta.has-cta p {
    width: 1170px;
    margin: 0 auto;
  }
}
#block-leadsblock {
  max-width: 1170px;
  display: block;
  margin: 100px auto 100px;
  font-weight: 600;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #block-leadsblock {
    margin: 200px auto 100px;
  }
}
#block-leadsblock .stat {
  font-family: canada-type-gibson;
  font-display: swap;
  font-size: 24px;
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: center;
  margin: 60px auto;
}
@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #block-leadsblock .stat {
    width: 320px;
  }
}
@media (min-width: 992px) {
  #block-leadsblock .stat {
    width: 33%;
    display: inline-block;
    padding: 0;
  }
}
#block-leadsblock .stat .line:first-child {
  font-size: 60px;
  color: #2e3e80;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#block-leadsblock .stat .line:first-child:after {
  height: 2px;
  width: 140px;
  background: #1d9ad5;
  content: '';
  font-size: 0;
  position: absolute;
  bottom: 0;
  border-radius: 2px;
  left: calc(50% - 70px);
}
@media (min-width: 768px) {
  #block-leadsblock .stat .line:first-child {
    font-size: 86px;
  }
}
#block-views-block-stories-homepage {
  padding: 0 1em;
}
@media (min-width: 1200px) {
  #block-views-block-stories-homepage {
    padding: 0;
  }
}
#block-views-block-stories-block-1 .quote {
  display: inline;
}
#block-views-block-stories-block-1 .quote img {
  width: 41px;
  height: 50px;
}
#block-views-block-stories-block-1 h2 {
  color: #2e3e80;
  font-size: 14px;
  margin: 0 0 0 50px;
  display: inline;
  position: relative;
  top: -15px;
}
#block-views-block-stories-block-1 .link {
  margin-top: 70px;
}
#block-views-block-stories-block-1 .summary {
  font-size: 24px;
  margin-top: 40px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  #block-views-block-stories-block-1 .summary {
    font-size: 30px;
  }
}
#block-arnett-content,
#block-arnett-page-title {
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
}
#block-arnett-local-tasks {
  display: none;
  background: aliceblue;
  padding: 10px;
  width: 200px;
  border-radius: 20px;
  position: absolute;
  top: 360px;
  left: 25px;
  z-index: 999999;
}
@media (min-width: 992px) {
  #block-arnett-local-tasks {
    display: block;
  }
}
#block-arnett-local-tasks ul {
  list-style: none;
}
#block-arnett-local-tasks a {
  text-decoration: none;
}
div[id^='block-webform'] {
  clear: both;
  width: 100%;
  position: relative;
}
div[id^='block-webform'] h2 {
  margin-top: 0;
  font-size: 32px;
  text-align: center;
}
input[disabled],
textarea[disabled] {
  background: #eee;
}
textarea {
  max-width: 100%;
}
div[data-drupal-messages] {
  max-width: 770px;
  margin: 0 auto;
  padding: 10px;
}
.pager__items {
  list-style: none;
  text-align: center;
}
.pager__items li {
  display: inline-block;
}
.pager__items li a {
  padding: 10px;
}
#block-views-block-articles-block-1 {
  position: relative;
}
body.staff #block-arnett-content article div.staff-content {
  font-size: 24px;
}
body.staff #block-arnett-content article div.staff-content div.phone div {
  display: inline;
  margin: 10px 5px 10px 0;
}
#block-arnett-content article div.no-first div p:first-child,
#block-arnett-content article div.no-first div .body p:first-child {
  font-family: calibri, sans-serif;
  font-display: swap;
  font-size: 24px;
  line-height: 1.3;
}
article .align-center iframe {
  height: 225px;
}
@media (min-width: 480px) and (max-width: 767px) {
  article .align-center iframe {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article .align-center iframe {
    height: 375px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  article .align-center iframe {
    height: 415px;
  }
}
@media (min-width: 1200px) {
  article .align-center img,
  article .align-center iframe {
    width: 100%;
  }
  article .align-center iframe {
    height: 500px;
  }
  article .align-center {
    width: 1170px;
    max-width: 145%;
  }
}
@media (min-width: 1480px) {
  article .align-center {
    max-width: 1170px;
  }
}
@media (min-width: 1200px) {
  article .align-center {
    max-width: 1170px;
  }
}
body.page div.email_address {
  display: none;
}
#block-arnett-views-block-heroes-homepage .hero.has-image.contentsection .width div {
  max-width: 1170px;
}
#block-arnett-views-block-heroes-homepage .hero.has-image.contentsection .width div * {
  z-index: 9;
  position: relative;
}
#block-arnett-views-block-heroes-homepage .hero.has-image.contentsection .width > div {
  padding: 20px;
  text-align: center;
  background: transparent;
  position: relative;
}
#block-arnett-views-block-heroes-homepage .hero.has-image.contentsection .width > div p {
  font-size: 24px;
}
@media (min-width: 480px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image.contentsection .width > div {
    text-align: left;
    background: transparent;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image.contentsection .width > div {
    padding: 0;
    width: 600px;
  }
}
blockquote {
  margin: 50px 0;
  width: 100%;
  padding: 20px;
}
@media (min-width: 1480px) {
  blockquote {
    width: 1170px;
    margin: 50px 0 50px -231px;
  }
}
.visually-hide {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
div[data-drupal-messages] {
  padding: 20px;
  font-size: 20px;
  background: honeydew;
  font-weight: bold;
}
div.logo {
  display: block;
}
@media (min-width: 1200px) {
  #block-arnett-views-block-articles-homepage-2 > div,
  #block-views-block-articles-block-1 > div {
    max-width: 1170px;
  }
}
blockquote {
  text-align: center;
}
@media (min-width: 1200px) {
  blockquote {
    width: 1070px;
    margin: 50px 0 50px -166px;
  }
}
@media (min-width: 1480px) {
  blockquote {
    width: 1170px;
    margin: 50px 0 50px -231px;
  }
}
blockquote .item {
  height: 270px;
  width: 270px;
  margin: 0 auto 50px;
  display: block;
  background-color: #F2F2F2;
  border-radius: 20px;
  font-size: 24px;
  padding: 90px 10px 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  blockquote .item {
    display: inline-block;
    margin: 18px;
  }
}
@media (min-width: 1200px) {
  blockquote .item {
    height: 235px;
    width: 235px;
    padding: 70px 10px 10px;
  }
  blockquote .item:first-child {
    margin-left: 0;
  }
  blockquote .item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1480px) {
  blockquote .item {
    height: 270px;
    width: 270px;
  }
}
blockquote .item h3 {
  margin-bottom: 5px;
}
div[data-drupal-messages] {
  padding: 20px;
  font-size: 20px;
  background: honeydew;
  font-weight: bold;
}
iframe.media-oembed-content {
  width: 100%;
}
body.node-55 #block-arnett-content {
  padding-bottom: 50px;
}
body.landing_page #block-arnett-content,
body.career #block-arnett-content {
  padding-bottom: 0;
}
.path-frontpage .hero.has-image a.button {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .path-frontpage .hero.has-image a.button {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .path-frontpage .hero.has-image a.button {
    display: inline;
    max-width: none;
    margin: auto;
    font-size: 24px;
  }
}
#block-views-block-stories-homepage {
  background: #1d9ad5;
}
.slice-wrapper {
  height: auto;
  clear: both;
  width: 100%;
  position: relative;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slice-wrapper {
    height: 680px;
  }
}
@media (min-width: 992px) {
  .slice-wrapper {
    height: 600px;
  }
}
.slice-wrapper h4 {
  font-size: 24px;
  font-weight: 400;
}
.slice-wrapper a.button,
.slice-wrapper a.all {
  display: inline-block;
}
.slice-wrapper * {
  color: #FFF;
}
.slice-wrapper .links {
  padding-top: 50px;
}
.slice-wrapper .links .button {
  margin-right: 20px;
}
.slice-wrapper .background {
  display: none;
  height: 600px;
  background-size: cover;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
}
@media (min-width: 768px) {
  .slice-wrapper .background {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slice-wrapper .background {
    height: 680px;
  }
}
.slice-wrapper .slice-body {
  padding: 0 20px;
  max-width: 1170px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .slice-wrapper .slice-body {
    padding: 0;
  }
}
.slice-wrapper .slice-body > div {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .slice-wrapper .slice-body > div {
    width: 50%;
    position: relative;
    left: 0;
    padding: 0 50px 0 0;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 600px;
    justify-content: center;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slice-wrapper .slice-body > div {
    height: 680px;
  }
}
.slice-wrapper .slice-body h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
#block-views-block-listing-success,
#block-views-block-listing-block-2 {
  background: #E6E6E6;
  padding: 100px 0;
  position: relative;
}
#block-views-block-listing-success header,
#block-views-block-listing-block-2 header {
  background: transparent;
  height: auto;
  position: inherit;
}
#block-views-block-listing-success header .all,
#block-views-block-listing-block-2 header .all {
  position: absolute;
  right: 0;
  top: -100px;
  font-size: 18px;
}
.listing {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.listing img {
  border-radius: 20px;
}
.listing h3 a {
  color: #474747;
  font-weight: 400;
}
.listing .summary {
  font-size: 18px;
  padding-bottom: 20px;
}
.listing a {
  clear: both;
  padding-top: 20px;
}
.listing .more {
  color: #2e3e80;
}
.listing .views-exposed-form {
  margin-bottom: 30px;
}
.listing.upcoming .views-exposed-form .form-item {
  display: inline-block;
}
.listing.upcoming .views-exposed-form input[type=submit] {
  margin: 30px 0;
}
#block-views-block-listing-success {
  background: #FFF;
}
#block-views-block-listing-success h2,
#block-views-block-listing-success .all {
  color: #F16239;
}
#block-homepagectas,
#block-views-block-temp-featured-content-block-1 {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  position: relative;
  z-index: 4;
}
@media (min-width: 1200px) {
  #block-homepagectas,
  #block-views-block-temp-featured-content-block-1 {
    padding: 0;
  }
}
#block-homepagectas .item,
#block-views-block-temp-featured-content-block-1 .item,
#block-homepagectas .views-row,
#block-views-block-temp-featured-content-block-1 .views-row {
  width: 370px;
  height: 200px;
  display: block;
  font-size: 18px;
  background-color: #FFF;
  border-radius: 20px;
  max-width: 100%;
  vertical-align: top;
  margin: 20px auto;
}
@media (min-width: 992px) {
  #block-homepagectas .item,
  #block-views-block-temp-featured-content-block-1 .item,
  #block-homepagectas .views-row,
  #block-views-block-temp-featured-content-block-1 .views-row {
    display: inline-block;
    margin: 0 26px 25px 0;
  }
}
#block-homepagectas .item a,
#block-views-block-temp-featured-content-block-1 .item a,
#block-homepagectas .views-row a,
#block-views-block-temp-featured-content-block-1 .views-row a {
  border-width: 10px;
  border-style: solid;
  border-radius: 20px;
  border-right-width: 30px;
  border-color: #F16239;
  display: block;
  padding: 20px 20px 0 20px;
  text-decoration: none;
  height: 200px;
  transition: all 0.75s ease;
}
#block-homepagectas .item a .title,
#block-views-block-temp-featured-content-block-1 .item a .title,
#block-homepagectas .views-row a .title,
#block-views-block-temp-featured-content-block-1 .views-row a .title {
  color: #2e3e80;
  font-size: 24px;
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.75s ease;
}
#block-homepagectas .item a:hover,
#block-views-block-temp-featured-content-block-1 .item a:hover,
#block-homepagectas .views-row a:hover,
#block-views-block-temp-featured-content-block-1 .views-row a:hover {
  border-color: #2e3e80 !important;
  background-color: #2e3e80 !important;
  color: #FFF;
}
#block-homepagectas .item a:hover .title,
#block-views-block-temp-featured-content-block-1 .item a:hover .title,
#block-homepagectas .views-row a:hover .title,
#block-views-block-temp-featured-content-block-1 .views-row a:hover .title {
  color: #FFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-homepagectas .item:nth-child(even),
  #block-views-block-temp-featured-content-block-1 .item:nth-child(even),
  #block-homepagectas .views-row:nth-child(even),
  #block-views-block-temp-featured-content-block-1 .views-row:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #block-homepagectas .item:nth-child(3n+3),
  #block-views-block-temp-featured-content-block-1 .item:nth-child(3n+3),
  #block-homepagectas .views-row:nth-child(3n+3),
  #block-views-block-temp-featured-content-block-1 .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
}
#block-homepagectas .item:nth-child(9n+3) a,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+3) a,
#block-homepagectas .views-row:nth-child(9n+3) a,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+3) a,
#block-homepagectas .item:nth-child(9n+4) a,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+4) a,
#block-homepagectas .views-row:nth-child(9n+4) a,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+4) a,
#block-homepagectas .item:nth-child(9n+8) a,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+8) a,
#block-homepagectas .views-row:nth-child(9n+8) a,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+8) a {
  border-color: #00B388;
}
#block-homepagectas .item:nth-child(9n+3) a:hover,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+3) a:hover,
#block-homepagectas .views-row:nth-child(9n+3) a:hover,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+3) a:hover,
#block-homepagectas .item:nth-child(9n+4) a:hover,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+4) a:hover,
#block-homepagectas .views-row:nth-child(9n+4) a:hover,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+4) a:hover,
#block-homepagectas .item:nth-child(9n+8) a:hover,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+8) a:hover,
#block-homepagectas .views-row:nth-child(9n+8) a:hover,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+8) a:hover {
  border-color: #2e3e80;
}
#block-homepagectas .item:nth-child(9n+2) a,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+2) a,
#block-homepagectas .views-row:nth-child(9n+2) a,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+2) a,
#block-homepagectas .item:nth-child(9n+6) a,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+6) a,
#block-homepagectas .views-row:nth-child(9n+6) a,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+6) a,
#block-homepagectas .item:nth-child(9n+7) a,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+7) a,
#block-homepagectas .views-row:nth-child(9n+7) a,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+7) a {
  border-color: #1d9ad5;
}
#block-homepagectas .item:nth-child(9n+2) a:hover,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+2) a:hover,
#block-homepagectas .views-row:nth-child(9n+2) a:hover,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+2) a:hover,
#block-homepagectas .item:nth-child(9n+6) a:hover,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+6) a:hover,
#block-homepagectas .views-row:nth-child(9n+6) a:hover,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+6) a:hover,
#block-homepagectas .item:nth-child(9n+7) a:hover,
#block-views-block-temp-featured-content-block-1 .item:nth-child(9n+7) a:hover,
#block-homepagectas .views-row:nth-child(9n+7) a:hover,
#block-views-block-temp-featured-content-block-1 .views-row:nth-child(9n+7) a:hover {
  border-color: #2e3e80;
}
.has-sidebar {
  clear: both;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media (min-width: 1200px) {
  .has-sidebar {
    max-width: 1170px;
    padding: 50px 0 120px;
  }
}
@media (min-width: 768px) {
  .has-sidebar > div {
    display: inline-block;
    width: 66%;
  }
  .has-sidebar #block-arnett-content,
  .has-sidebar #block-arnett-page-title {
    clear: both;
    margin: 0;
    padding: 0;
  }
  .has-sidebar #block-arnett-content h1,
  .has-sidebar #block-arnett-page-title h1 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .has-sidebar > div {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .has-sidebar > div {
    padding-right: 30px;
  }
}
.has-sidebar aside.layout-sidebar {
  hyphenate-character: '';
  text-align: center;
}
@media (min-width: 768px) {
  .has-sidebar aside.layout-sidebar {
    float: right;
    width: 32%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .has-sidebar aside.layout-sidebar {
    width: 400px;
  }
}
.has-sidebar aside.layout-sidebar h3,
.has-sidebar aside.layout-sidebar ul li a,
.has-sidebar aside.layout-sidebar .views-row a {
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
  display: block;
}
.has-sidebar aside.layout-sidebar ul {
  margin: 0;
  padding: 0;
}
.has-sidebar aside.layout-sidebar ul li {
  list-style: none;
}
.page aside.layout-sidebar ul li a,
.page aside.layout-sidebar .views-row a {
  color: #2e3e80;
  text-decoration: none;
  font-size: 24px;
  padding: 20px 10px;
}
.page aside.layout-sidebar ul li a:hover,
.page aside.layout-sidebar .views-row a:hover,
.page aside.layout-sidebar ul li a:focus,
.page aside.layout-sidebar .views-row a:focus,
.page aside.layout-sidebar ul li a:active,
.page aside.layout-sidebar .views-row a:active {
  color: #FFF;
  background-color: #2e3e80;
  text-decoration: none;
}
body.page .has-sidebar aside.layout-sidebar .views-element-container h3 {
  display: none;
}
.views-field.views-field-field-video-embed,
#block-homepagevideo {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 1200px) {
  .views-field.views-field-field-video-embed,
  #block-homepagevideo {
    padding: 20px 0;
  }
}
#block-homepagevideo {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.views-view-grid.vertical.cols-3 {
  padding-bottom: 30px;
}
.views-view-grid.vertical.cols-3 .views-row {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .views-view-grid.vertical.cols-3 .views-row {
    padding: 0 50px 20px 0;
  }
}
.views-view-grid.vertical.cols-3 .views-col {
  width: 100% !important;
}
@media (min-width: 768px) {
  .views-view-grid.vertical.cols-3 .views-col {
    width: 33.3333333% !important;
  }
}
.alphabetical,
#block-views-block-staff-directory-block-1,
#block-quicknodeblock-5 {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 40px 50px;
}
@media (min-width: 1200px) {
  .alphabetical,
  #block-views-block-staff-directory-block-1,
  #block-quicknodeblock-5 {
    padding: 0;
  }
}
.alphabetical .views-row,
#block-views-block-staff-directory-block-1 .views-row,
#block-quicknodeblock-5 .views-row {
  flex-basis: 30%;
  flex-grow: 1;
  min-width: 350px;
}
.alphabetical h3,
#block-views-block-staff-directory-block-1 h3,
#block-quicknodeblock-5 h3 {
  width: 100%;
  margin-bottom: 0;
  margin-top: 60px;
}
#block-quicknodeblock-5 {
  padding-bottom: 80px;
}
#block-views-block-careers-block-1 {
  font-size: 21px;
}
#block-views-block-careers-block-1 .views-row {
  padding-bottom: 60px;
}
#block-views-block-careers-block-1 .views-field-body {
  padding-bottom: 10px;
}
#block-views-block-careers-block-1 .views-field-view-node {
  clear: both;
  display: block;
  padding: 20px 0 ;
}
div.region-below {
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
@media (min-width: 1200px) {
  div.region-below {
    padding: 0 0 100px;
  }
}
body.page main,
body.staff main {
  min-height: 1500px;
}
.blue.slice {
  background-color: #2e3e80;
  color: #fff;
}
.blue.slice > div {
  width: 100%;
}
.blue.slice cite,
.blue.slice blockquote {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  font-style: italic;
}
.blue.slice blockquote {
  padding-top: 50px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .blue.slice blockquote {
    padding-top: 80px;
    font-size: 48px;
  }
}
@media (min-width: 1480px) {
  .blue.slice blockquote {
    font-size: 72px;
  }
}
.blue.slice cite {
  padding-bottom: 150px;
  font-size: 36px;
  letter-spacing: 1px;
}
.blue.slice cite:before {
  content: "- ";
}
.slice.grey-swoosh {
  clear: both;
  background: #f6f6f6;
  margin-top: 120px;
  padding-top: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .slice.grey-swoosh {
    background-image: url('/themes/custom/arnett/images/white-curve.svg');
    background-position: calc(50% + 690px) 0;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
}
.slice.grey-swoosh article article {
  background-color: white;
  border-radius: 15px;
  width: calc(100% + 40px);;
  padding: 20px;
  margin: 25px -20px;
}
@media (min-width: 768px) {
  .slice.grey-swoosh article article {
    width: calc(100% + 10px);;
  }
}
@media (min-width: 992px) {
  .slice.grey-swoosh article article {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .slice.grey-swoosh article article {
    padding: 30px 40px;
    margin: 25px -40px;
  }
}
.slice.grey-swoosh .has-sidebar {
  padding-top: 0;
}
.slice.grey-swoosh .has-sidebar > div {
  padding-top: 90px;
}
.slice.grey-swoosh .has-sidebar > aside {
  padding-top: 120px;
}
.slice.grey-swoosh:last-child {
  margin-bottom: -100px;
}
.service-top,
.service-middle,
.service-bottom {
  padding: 50px 25px 0;
}
@media (min-width: 1200px) {
  .service-top,
  .service-middle,
  .service-bottom {
    padding: 50px 0 0;
  }
}
.service-top article,
.service-middle article,
.service-bottom article {
  font-size: 24px;
}
.service-top a:not(.button):hover,
.service-middle a:not(.button):hover,
.service-bottom a:not(.button):hover {
  color: #1d9ad5;
}
.service-top a.button,
.service-middle a.button,
.service-bottom a.button {
  padding: 17px 40px;
  position: relative;
  display: inline-block;
  height: auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.service-top a.button:hover::after,
.service-middle a.button:hover::after,
.service-bottom a.button:hover::after {
  top: 1.1em;
}
@media (min-width: 480px) {
  .service-top a.button,
  .service-middle a.button,
  .service-bottom a.button {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    padding: 17px;
  }
}
.service-top aside.layout-sidebar,
.service-middle aside.layout-sidebar,
.service-bottom aside.layout-sidebar {
  font-size: 24px;
  text-align: left;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .service-top aside.layout-sidebar,
  .service-middle aside.layout-sidebar,
  .service-bottom aside.layout-sidebar {
    padding-top: 0;
  }
}
.service-top aside.layout-sidebar img,
.service-middle aside.layout-sidebar img,
.service-bottom aside.layout-sidebar img {
  border-radius: 30px;
}
.service-top aside.layout-sidebar h1,
.service-middle aside.layout-sidebar h1,
.service-bottom aside.layout-sidebar h1,
.service-top aside.layout-sidebar h2,
.service-middle aside.layout-sidebar h2,
.service-bottom aside.layout-sidebar h2,
.service-top aside.layout-sidebar h3,
.service-middle aside.layout-sidebar h3,
.service-bottom aside.layout-sidebar h3,
.service-top aside.layout-sidebar h4,
.service-middle aside.layout-sidebar h4,
.service-bottom aside.layout-sidebar h4,
.service-top aside.layout-sidebar h5,
.service-middle aside.layout-sidebar h5,
.service-bottom aside.layout-sidebar h5,
.service-top aside.layout-sidebar h6,
.service-middle aside.layout-sidebar h6,
.service-bottom aside.layout-sidebar h6 {
  color: #F16239;
  font-size: 24px;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 50px;
  margin-top: 0;
}
.service-top aside.layout-sidebar h1 a:not(.button):hover,
.service-middle aside.layout-sidebar h1 a:not(.button):hover,
.service-bottom aside.layout-sidebar h1 a:not(.button):hover,
.service-top aside.layout-sidebar h2 a:not(.button):hover,
.service-middle aside.layout-sidebar h2 a:not(.button):hover,
.service-bottom aside.layout-sidebar h2 a:not(.button):hover,
.service-top aside.layout-sidebar h3 a:not(.button):hover,
.service-middle aside.layout-sidebar h3 a:not(.button):hover,
.service-bottom aside.layout-sidebar h3 a:not(.button):hover,
.service-top aside.layout-sidebar h4 a:not(.button):hover,
.service-middle aside.layout-sidebar h4 a:not(.button):hover,
.service-bottom aside.layout-sidebar h4 a:not(.button):hover,
.service-top aside.layout-sidebar h5 a:not(.button):hover,
.service-middle aside.layout-sidebar h5 a:not(.button):hover,
.service-bottom aside.layout-sidebar h5 a:not(.button):hover,
.service-top aside.layout-sidebar h6 a:not(.button):hover,
.service-middle aside.layout-sidebar h6 a:not(.button):hover,
.service-bottom aside.layout-sidebar h6 a:not(.button):hover {
  color: #2e3e80;
}
.service-top aside.layout-sidebar .video-button,
.service-middle aside.layout-sidebar .video-button,
.service-bottom aside.layout-sidebar .video-button,
.service-top aside.layout-sidebar a.button,
.service-middle aside.layout-sidebar a.button,
.service-bottom aside.layout-sidebar a.button {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  text-align: center;
  padding: 17px 40px;
}
@media (min-width: 480px) {
  .service-top aside.layout-sidebar .video-button,
  .service-middle aside.layout-sidebar .video-button,
  .service-bottom aside.layout-sidebar .video-button,
  .service-top aside.layout-sidebar a.button,
  .service-middle aside.layout-sidebar a.button,
  .service-bottom aside.layout-sidebar a.button {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    padding: 17px;
  }
}
@media (min-width: 1200px) {
  .service-top aside.layout-sidebar .video-button,
  .service-middle aside.layout-sidebar .video-button,
  .service-bottom aside.layout-sidebar .video-button,
  .service-top aside.layout-sidebar a.button,
  .service-middle aside.layout-sidebar a.button,
  .service-bottom aside.layout-sidebar a.button {
    width: 400px;
    padding: 17px 40px;
  }
}
.service-top aside.layout-sidebar a:not(.button):not(.ckeditor-accordion-toggler),
.service-middle aside.layout-sidebar a:not(.button):not(.ckeditor-accordion-toggler),
.service-bottom aside.layout-sidebar a:not(.button):not(.ckeditor-accordion-toggler) {
  font-size: 24px;
  display: inline;
}
.service-top aside h3,
.service-middle h3,
.service-bottom aside h3,
.service-top aside h4,
.service-middle h4,
.service-bottom aside h4,
.service-top aside h5,
.service-middle h5,
.service-bottom aside h5,
.service-top aside h6,
.service-middle h6,
.service-bottom aside h6 {
  color: #F16239;
}
.service-top aside h3 a,
.service-middle h3 a,
.service-bottom aside h3 a,
.service-top aside h4 a,
.service-middle h4 a,
.service-bottom aside h4 a,
.service-top aside h5 a,
.service-middle h5 a,
.service-bottom aside h5 a,
.service-top aside h6 a,
.service-middle h6 a,
.service-bottom aside h6 a {
  color: #F16239;
}
.service-bottom.has-sidebar {
  padding-top: 0;
}
.service-bottom.has-sidebar > div {
  padding-top: 90px;
}
.service-bottom.has-sidebar > aside {
  padding-top: 120px;
}
.service-top article h1 {
  margin-top: 0;
}
.layout-content p,
.region-breadcrumb p,
.layout-content ul,
.region-breadcrumb ul,
.layout-content li,
.region-breadcrumb li {
  font-size: 24px;
  line-height: 1.3;
}
.service-top article p,
article div[property="schema:text"] p,
#block-arnett-content article div p,
.service-top article ul,
article div[property="schema:text"] ul,
#block-arnett-content article div ul,
.service-top article li,
article div[property="schema:text"] li,
#block-arnett-content article div li {
  font-size: 24px;
  line-height: 1.3;
}
.service-top article > p:first-child,
article div[property="schema:text"] > p:first-child,
#block-arnett-content article div > p:first-child,
.service-top article .body > p:first-child,
article div[property="schema:text"] .body > p:first-child,
#block-arnett-content article div .body > p:first-child {
  font-family: calibri, sans-serif;
  font-display: swap;
  font-size: 36px;
  line-height: 1.2;
}
#block-arnett-content article .ckeditor-accordion-container,
.ckeditor-accordion-container {
  margin-left: -10px;
  color: #2e3e80;
}
#block-arnett-content article .ckeditor-accordion-container dl,
.ckeditor-accordion-container dl {
  border: none;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt:first-child,
.ckeditor-accordion-container > dl dt:first-child {
  border: none;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt:first-child > a:not(.button),
.ckeditor-accordion-container > dl dt:first-child > a:not(.button) {
  padding-top: 30px;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt,
.ckeditor-accordion-container > dl dt {
  border-top: 1px solid #c0c0c0;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt.active a,
.ckeditor-accordion-container > dl dt.active a {
  color: #474747;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt > a,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:not(.button),
.ckeditor-accordion-container > dl dt > a:not(.button) {
  padding: 40px 45px 40px 10px;
  background-color: transparent;
  border: none;
  color: #2e3e80;
  text-decoration: none;
  font-size: 24px;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:hover,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:not(.button):hover,
.ckeditor-accordion-container > dl dt > a:not(.button):hover,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:focus,
.ckeditor-accordion-container > dl dt > a:focus,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:not(.button):focus,
.ckeditor-accordion-container > dl dt > a:not(.button):focus,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:active,
.ckeditor-accordion-container > dl dt > a:active,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:not(.button):active,
.ckeditor-accordion-container > dl dt > a:not(.button):active {
  background-color: transparent;
  color: #474747;
  text-decoration: underline;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle,
.ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle {
  left: auto;
  right: 11px;
}
#block-arnett-content article .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle:before,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after,
#block-arnett-content article .ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle:after,
.ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle:after {
  background-color: #2e3e80;
}
#block-arnett-content article .ckeditor-accordion-container > dl dd,
.ckeditor-accordion-container > dl dd {
  padding: 0 10px 20px;
  color: #474747;
}
#block-arnett-content article .ckeditor-accordion-container > dl dd p:first-child,
.ckeditor-accordion-container > dl dd p:first-child {
  margin-top: 0;
  font-size: 24px;
}
.icon-cta {
  padding-top: 50px;
  padding-bottom: 80px;
}
.icon-cta h2 {
  text-align: center;
  padding-bottom: 50px;
}
.field_ctas {
  display: flex;
  justify-content: space-evenly;
  gap: 80px 10px;
  text-align: center;
  flex-flow: row wrap;
}
.field_ctas > div {
  display: block;
  border-radius: 15px;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .field_ctas > div {
    width: calc(50% - 80px);
  }
}
@media (min-width: 1200px) {
  .field_ctas > div {
    width: 270px;
    padding-top: 50px;
  }
}
.field_ctas a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.field_ctas a * {
  transition: all 0.75s ease;
}
.field_ctas a p {
  text-decoration: underline solid transparent;
}
.field_ctas a:hover h3 {
  color: #474747;
}
.field_ctas a:hover p {
  text-decoration: underline solid #474747;
}
.field_ctas a img {
  width: 80px;
  height: 80px;
  object-fit: scale-down;
  margin-bottom: 30px;
}
#block-arnett-absgetstarted {
  background-image: url('/themes/custom/arnett/images/grey-logo-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
@media (min-width: 768px) {
  #block-arnett-absgetstarted {
    background-position: center 33px;
  }
}
@media (min-width: 1200px) {
  #block-arnett-absgetstarted {
    padding: 180px 0;
  }
}
.gallery-cta {
  padding-bottom: 50px;
}
.gallery-cta h2 {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 45px;
}
@media (min-width: 768px) {
  .gallery-cta h2 {
    padding: 120px 0 90px;
  }
}
.gallery-cta .button {
  margin: 50px auto 0;
  display: block;
  width: fit-content;
}
@media (min-width: 1480px) {
}
.gallery-cta img {
  max-width: calc(100vw - 20px);
  margin: 0 10px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .gallery-cta img {
    max-width: calc(768px / 3 * 2);
  }
}
@media (min-width: 992px) {
  .gallery-cta img {
    max-width: calc(990px / 3 * 2);
    margin: 0 45px;
  }
}
@media (min-width: 1200px) {
  .gallery-cta img {
    max-width: calc(1280px / 3 * 2);
  }
}
@media (min-width: 1480px) {
}
.gallery-cta figcaption {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}
.gallery-cta .slick-slider .slick-prev {
  bottom: 10px;
}
.gallery-cta .slick-slider .slick-next {
  bottom: 10px;
}
aside.layout-sidebar .field_media_oembed_video {
  position: relative;
  padding-bottom: calc(57.5% + 120px);
}
aside.layout-sidebar .field_media_oembed_video iframe.media-oembed-content {
  position: absolute;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.video-button {
  transition: all 0.75s ease;
  position: relative;
  padding: 0 !important;
}
.video-button ::after {
  content: " ";
  background-image: url('/themes/custom/arnett/images/video-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.video-button:hover ::after,
.video-button:focus ::after,
.video-button:active ::after {
  margin-left: -23px;
}
.slick-slider {
  transition: all 0.75s ease;
}
.slick-slider .slick-dots {
  bottom: 30px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #fff;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  background-image: url('/themes/custom/arnett/images/slick-arrow-prev.png');
  background-size: 44px;
  background-repeat: no-repeat;
  text-indent: -99999px;
  z-index: 1;
  width: 44px;
  height: 44px;
  left: calc(50% - 54px);
  top: auto;
  bottom: 40px;
  opacity: 80%;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus,
.slick-slider .slick-prev:active,
.slick-slider .slick-next:active {
  opacity: 100%;
}
@media (min-width: 1480px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    background-size: 88px;
    width: 88px;
    height: 87px;
    top: 50%;
  }
}
.slick-slider .slick-next {
  background-image: url('/themes/custom/arnett/images/slick-arrow-next.png');
  left: auto;
  right: calc(50% - 54px);
  top: auto;
}
@media (min-width: 1480px) {
  .slick-slider .slick-next {
    top: 50%;
    bottom: auto;
  }
}
@media (min-width: 1480px) {
  .slick-slider .slick-prev {
    left: calc(25% - 292px - 44px);
  }
  .slick-slider .slick-next {
    right: calc(25% - 292px - 44px);
  }
}
#views-exposed-form-calend-page-1 {
  display: flex;
  margin-bottom: 2em;
}
#views-exposed-form-calend-page-1 .form-item label {
  margin-bottom: 10px;
}
#views-exposed-form-calend-page-1 #edit-oap-only--wrapper legend {
  visibility: hidden;
  margin-bottom: 10px;
}
#views-exposed-form-calend-page-1 .form-item-oap-only-1 {
  display: flex;
  align-items: normal;
  gap: .5em;
}
#views-exposed-form-calend-page-1 #edit-oap-only-1 {
  display: inline-block;
  height: auto;
  margin: 0;
}
#views-exposed-form-calend-page-1 label[for=edit-oap-only-1] {
  display: inline-block !important;
  margin: 0;
}
div.calendar table a {
  padding-top: 0;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
  font-weight: normal;
}
.fc-h-event .fc-event-title-container {
  font-weight: bold;
  text-wrap: initial;
}
.fc-h-event .fc-event-main-frame {
  flex-flow: column-reverse;
}
.fc-daygrid-block-event .fc-event-time::after {
  content: "m";
}
.listing {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .listing {
    padding: 0;
  }
}
.listing > div {
  max-width: 1170px;
  margin: 0 auto;
}
.listing div.views-row {
  padding-bottom: 50px !important;
}
.listing h3 {
  color: #474747;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.listing h3 a {
  text-decoration: none;
}
.listing h3 a:hover {
  text-decoration: underline;
}
.listing h4 {
  color: #474747;
}
.listing .views-row {
  position: relative;
}
@media (min-width: 992px) {
  .listing .views-row {
    width: 31%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
  }
  .listing .views-row:nth-child(3n + 4) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  body.node-6860 .listing .views-row:nth-child(3n + 4),
  body.node-6066 .listing .views-row:nth-child(3n + 4),
  body.node-6065 .listing .views-row:nth-child(3n + 4),
  body.node-6079 .listing .views-row:nth-child(3n + 4) {
    margin-right: 3%;
  }
  body.node-6860 .listing .views-row:nth-child(3n + 3),
  body.node-6066 .listing .views-row:nth-child(3n + 3),
  body.node-6065 .listing .views-row:nth-child(3n + 3),
  body.node-6079 .listing .views-row:nth-child(3n + 3) {
    margin-right: 0;
  }
}
#block-views-block-alert-bar-alert .views-row {
  background: #2e3e80;
  color: #FFF;
  width: 100%;
}
#block-views-block-alert-bar-alert .views-row .views-field-body {
  padding: 20px ;
  max-width: 1170px;
  margin: 0 auto;
}
#block-views-block-alert-bar-alert .views-row .views-field-body * {
  color: #FFF;
}
@media (min-width: 1200px) {
  #block-views-block-alert-bar-alert .views-row .views-field-body {
    padding: 20px 0;
  }
}
#main-nav.top-menu {
  display: block !important;
  margin: 0 !important;
}
@media (min-width: 992px) {
  #main-nav.top-menu {
    width: 100%;
  }
}
header {
  position: absolute;
  width: 100%;
  z-index: 998;
  padding: 0;
  text-align: center;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  header {
    height: 120px;
  }
}
@media (min-width: 992px) {
  header {
    padding: 0;
    height: 250px;
  }
}
header #block-arnett-branding {
  padding: 35px 0;
  max-width: 180px;
  margin: 0 auto;
}
@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  header #block-arnett-branding {
    padding: 18px;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  header #block-arnett-branding {
    float: left;
    padding: 80px 20px 0;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header #block-arnett-branding {
    max-width: 240px;
    padding: 45px 15px 0;
  }
}
@media (min-width: 1200px) {
  header #block-arnett-branding {
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  header #block-arnett-branding {
    padding-left: 40px;
  }
}
#block-arnett-branding a[title="Home"] {
  display: none;
}
#block-gtranslate,#block-arnett-gtranslate {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  #block-gtranslate,#block-arnett-gtranslate  {
    position: relative;
    top: auto;
    right: auto ;
  }
}
#block-gtranslate .gtranslate_wrapper, ,#block-arnett-gtranslate .gtranslate_wrapper {
  text-align: right;
  width: 200px;
  float: right;
  padding-bottom: 25px;
}
#block-gtranslate .gtranslate_wrapper .nice-select,#block-arnett-gtranslate  .gtranslate_wrapper .nice-select {
  float: none !important;
  margin-right: 0;
}
.menubar {
  position: relative;
  background: #fff;
  padding: 0;
  margin: 0;
}
.menubar ul li a {
  color: #000;
}
.menubar ul li:nth-child(4) {
  padding-right: 50px;
}
.menubar ul ul li:nth-child(4) {
  padding-right: 0;
}
.menubar ul {
  padding: 0;
  margin: 0;
}
.menubar ul ul {
  text-align: left;
  padding-left: 50px;
  padding-bottom: 20px;
}
.menubar ul ul a:before {
  content: "- ";
}
@media (min-width: 992px) {
  .menubar ul ul {
    display: none;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .menubar ul ul a:before {
    content: none;
  }
}
.menubar li {
  position: static;
  list-style: none;
}
@media (min-width: 992px) {
  .menubar li {
    float: left;
  }
  .menubar li:hover > ul,
  .menubar li.focus > ul {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: block;
    position: absolute;
    background: #ffffff;
    padding-top: 1px;
    padding-bottom: 1px;
    z-index: 99;
    top: 75px;
    left: 0;
    width: 100%;
    float: left;
  }
  .menubar li:hover > ul li,
  .menubar li.focus > ul li {
    float: none;
  }
  .menubar li:hover > ul a,
  .menubar li.focus > ul a {
    height: auto;
    min-width: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
  }
  .menubar li:hover > ul a:hover,
  .menubar li.focus > ul a:hover {
    color: #FFF;
    background-color: #2e3e80;
  }
  .menubar li:hover > ul a:hover:after,
  .menubar li.focus > ul a:hover:after {
    content: none;
  }
}
.menubar a {
  text-decoration: none;
  height: 40px;
  display: inline-block;
  padding-top: 10px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .menubar {
    background: transparent;
    padding: 0;
    height: 120px;
    float: right;
    width: 100%;
  }
  .menubar ul {
    float: right;
  }
  .menubar li {
    float: left;
  }
  .menubar li a {
    height: 120px;
    padding: 40px 8px;
    display: block;
  }
  .menubar li a:hover {
    color: #474747;
  }
  .menubar li li a.is-active:after {
    content: none;
  }
  .menubar li:first-child > a:hover:after,
  .menubar li:first-child > a.is-active:after {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .menubar li a {
    padding: 8px 20px;
  }
}
@media (min-width: 992px) {
  #block-arnett-main-menu > ul > li:first-child > a {
    padding-left: 38px;
  }
}
span.burger {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: -70px;
  z-index: 100;
}
span.burger:before {
  content: '\2630';
  cursor: pointer;
  font-size: 1.8em;
  color: #2e3e80;
}
@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-arnett-main-menu {
  max-height: 0;
  width: 100vw;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#block-arnett-main-menu.open {
  display: block;
  overflow-y: hidden;
  max-height: 1200px;
  padding: 0 0 100px 0;
}
#block-arnett-main-menu.open > ul {
  border-bottom: 3px solid #222;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  #block-arnett-main-menu {
    display: block;
    max-height: none ;
    overflow-y: visible;
  }
}
div.logo {
  display: block;
}
div.logo-md {
  display: none;
}
.top-right {
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .top-right {
    width: auto;
  }
}
.top-menu {
  margin: 20px 60px 0 0 ;
}
.top-menu #block-contactlinkheader,
.top-menu .search-block-form,
.top-menu #block-donatelinkheader {
  display: none ;
  float: left;
}
@media (min-width: 992px) {
  .top-menu #block-contactlinkheader,
  .top-menu .search-block-form,
  .top-menu #block-donatelinkheader {
    display: inline-block;
  }
}
.top-menu #block-contactlinkheader a,
.top-menu .search-block-form a,
.top-menu #block-donatelinkheader a {
  font-family: canada-type-gibson;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
.top-menu #block-contactlinkheader a:hover,
.top-menu .search-block-form a:hover,
.top-menu #block-donatelinkheader a:hover {
  color: #293977;
}
.top-menu #block-contactlinkheader {
  margin-right: 40px;
  float: left;
  clear: both;
}
.top-menu #block-donatelinkheader {
  margin-left: 40px;
  top: 8px;
  position: relative;
}
.top-menu .search-block-form form {
  position: relative;
}
.top-menu a.donate {
  background: #2e3e80;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px !important;
  color: #fff !important;
  border: 1px solid #2e3e80;
  border-radius: 15px;
  text-transform: uppercase;
  position: relative;
  top: -4px;
}
.top-menu a.donate:hover,
.top-menu a.donate:focus {
  background-color: #293977;
  border-color: #293977;
}
@media (min-width: 992px) {
  .top-menu a.donate {
    height: 20px;
    margin-top: 16px;
    padding: 18px 47px;
    line-height: 0px;
    position: relative;
  }
}
#block-arnett-views-block-heroes-homepage {
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-arnett-views-block-heroes-homepage {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #block-arnett-views-block-heroes-homepage {
    height: 800px;
  }
}
.hero.contentsection .img {
  height: auto;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#block-arnett-mainnavigation {
  background: #2e3e80;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
#block-arnett-mainnavigation > ul > li {
  margin-top: 2em;
}
@media (min-width: 992px) {
  #block-arnett-mainnavigation > ul > li {
    margin-top: 0;
  }
}
#block-arnett-mainnavigation li {
  list-style: none;
}
#block-arnett-mainnavigation li a {
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding-bottom: 7px;
}
@media (min-width: 992px) {
  #block-arnett-mainnavigation li {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-right: 2%;
    float: left;
  }
}
#block-arnett-mainnavigation ul {
  margin: 0 auto;
  max-width: 1170px;
  padding: 85px 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  #block-arnett-mainnavigation ul {
    padding: 85px 0;
  }
}
@media (min-width: 992px) {
  #block-arnett-mainnavigation ul {
    text-align: left;
  }
}
#block-arnett-mainnavigation ul ul {
  padding: 0;
}
#block-arnett-mainnavigation ul ul li {
  width: 100%;
}
#block-arnett-mainnavigation ul ul li a {
  font-weight: 400;
  font-size: 18px;
  padding: 8px 3px 8px 0;
}
#block-arnett-mainnavigation,
footer[role=contentinfo] {
  color: #fff;
  font-family: canada-type-gibson;
  float: left;
  width: 100%;
}
#block-arnett-mainnavigation h3,
footer[role=contentinfo] h3,
#block-arnett-mainnavigation h2,
footer[role=contentinfo] h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700 !important;
}
footer[role=contentinfo] {
  background: #293977;
  padding: 65px 1em 2em;
  text-align: center;
  float: none;
}
footer[role=contentinfo] .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 65px;
}
footer[role=contentinfo] .container > div {
  flex-grow: 1;
}
footer[role=contentinfo] .container img.align-left {
  display: block;
  margin: 0 auto -2em;
  float: none;
}
@media (min-width: 992px) {
  footer[role=contentinfo] .container {
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  footer[role=contentinfo] .container img.align-left {
    float: left;
    margin: 0 10px 0 0;
  }
}
footer[role=contentinfo] * {
  color: #FFF !important;
}
footer[role=contentinfo] h2 {
  margin-top: 0;
}
footer[role=contentinfo] p {
  color: #474747;
  line-height: 1.5;
  margin-top: 0;
}
footer[role=contentinfo] p a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer[role=contentinfo] {
    text-align: left;
  }
}
div footer[role=contentinfo] > div {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
footer[role=contentinfo] ul {
  margin: 0;
  padding: 0;
}
footer[role=contentinfo] ul li {
  list-style: none;
  display: inline;
  margin: 5px;
}
footer[role=contentinfo] ul li a {
  color: #FFF;
  text-decoration: underline;
}
footer[role=contentinfo] ul li a:hover {
  text-decoration: none;
}
#final-footer {
  align-self: center;
}
@media (min-width: 992px) {
  #final-footer {
    align-self: flex-end;
  }
}
#final-footer #block-footer {
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  #final-footer #block-footer {
    text-align: right;
  }
}
#rtraction {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
#rtraction img {
  position: relative;
  top: 2px;
}
@media (min-width: 992px) {
  #rtraction {
    text-align: right;
    float: right;
    margin-bottom: 5px;
  }
}
#footer-slice1 {
  width: 100%;
  padding: 0 20px;
  background: #F6F6F6;
  clear: both;
}
#footer-slice1 .container {
  max-width: 1170px;
  padding: 80px 0;
  margin: 0 auto;
}
#footer-slice1 h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  #footer-slice1 #block-newsletter,
  #footer-slice1 #block-arnett-footersocial {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}
#footer-slice1 #block-newsletter h2 {
  margin-bottom: 40px;
}
#footer-slice1 #block-arnett-footersocial span img {
  margin-right: 10px;
}
@media print {
  #block-views-block-alert-bar-alert,
  div.hero a.button,
  div.menubar,
  div#footer-slice1,
  #block-arnett-mainnavigation,
  div.search-block-form,
  .gtranslate_wrapper,
  #block-footer,
  #final-footer,
  aside.layout-sidebar,
  .hero.has-image,
  .top-right,
  #block-printbutton {
    display: none;
  }
  #block-views-block-footer-content-left * {
    color: #474747 !important;
  }
  footer[role=contentinfo],
  header {
    background-color: transparent;
  }
  header {
    position: relative;
    height: 150px;
  }
  body #block-arnett-page-title {
    margin-top: 20px;
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  p,
  #block-arnett-content article div li {
    font-size: 16px !important;
  }
  article div[property="schema:text"] p:first-child,
  #block-arnett-content article div p:first-child,
  article div[property="schema:text"] .body p:first-child,
  #block-arnett-content article div .body p:first-child {
    font-size: 18px;
  }
  a.jotform-feedback-link {
    display: none;
  }
  article a::after {
    content: " (" attr(href) ") ";
  }
  main {
    min-height: 0;
    padding-bottom: 20px;
  }
} 
