@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 20px
 * Line height / baseline grid: 24px
 * H6: 22px
 * H5: 26px
 * H4: 20px
 * H3: 24px
 * H2: 30px
 * H1: 36px
 * Small or secondary: 18px, 16px
 *
 * Text colors
 * -----------
 * Copy: #444444
 * Titles: #317297
 *
 * Theme colors
 * ------------
 * Primary: #317297
 *   Tint: #76a1ba
 *   Shade: #204c64
 * Accent: #F99D31
 *   Tint: #fbbe76
 *   Shade: #f99c31
 * Action: #FFC222
 *   Tint: #ffd76c
 *   Shade: #aa8116
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #f1f1f1
 * Mid wash: #d4d4d4
 * Dark wash: #317297
 * Warnings: #930303
 *
 * Measurements
 * ------------
 * Maximum page width: 1080px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1176px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #d4d4d4;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.bill-search fieldset {
  border: none;
  color: #fff;
  margin-left: 21%;
  padding: 0 0 0 0;
}


@media (max-width: 959px) {

.bill-search fieldset  {
  text-align: center;
  margin-left: auto;
}
}


@media (min-width: 1500px) {

.bill-search fieldset  {
  margin-left: 14%;
}
}

.bill-search fieldset label {
  color: #fff;
  
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
   font: 20px/28px  'arial mt', helvetica, sans-serif;
  color: #444;
  font-weight: lighter;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-weight: 300;
  text-rendering: optimizeLegibility;
  color: #317297;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1 {
  font-size: 42px;
  line-height: 48px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 36px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

/* @media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 24px;
  }
} */

h3 {
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h6 {
  font-size: 16px;
  line-height: 18px;
}

.text-size {
  font-size: 20px;
  line-height: 24px;
}

.align-left {
  text-align: left;
}

img.align-left {
  text-align: left;
  margin-left: 0;
}

.align-center {
  text-align: center;
}


.align-right {
  text-align: right;
}
 
 .clear {
 clear: both;
 }
 

.note {
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #f99d31;
}

.warn {
  color: #7e0303;
}

.type-family-sample {
  font-size: 24px;
  line-height: 36px;
}

.mill {
  font-size: 15px;
  font-weight: 300;
}

a .mill {
color: #666;
}

.giga-date {
  color: #2b7394;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 35px;
}

.new-event-date {
  color: #2b7394;
  font-size: 24px;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.smaller-date {
 color: #2b7394;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 35px;
}

.smaller-date.new-event-date {
  padding-bottom: 12px !important;
}

.giga-white {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 30px;
}

.body-bold, .body-bold a, a .body-bold, a .body-bold .item-list__title {
 color: #666;
 font-weight: 700;
}

 a:hover .body-bold, a:hover .body-bold, a:hover .body-bold .item-list__title {
  color: #F99D31;
}




/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #317297;
}

/*.interior-layout__main a {
 font-weight: 700;
} */

a.white-link {
  color: #fff;
  font-weight: 300;
}

.blue-background-section a.white-link {
  display: block;
  padding-top: 42px;
}


.blue-background-section a.white-link:hover {
  color: #ffc21f;
}

a:hover,
a:focus {
  color: #f99d31;
}
a,
button {
  -webkit-transition: color 0.15s ease-out,
                        background-color 0.15s ease-out,
                        border 0.15s ease-out,
                        box-shadow 0.15s ease-out,
                        opacity 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.fal.fa-ballot-check {
 font-weight: 400;
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 16px;
  opacity: 0.8;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}

dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}

.to-screen-edges,
.content > .page-bounds > .hero,
.content > .hero__content > .hero {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero, 
  .interior-banner {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1176px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .content > .page-bounds > .blue-background-section, 
  .blue-background-section,
  .content > .page-bounds > .page-footer__content, 
  .interior-banner {
    margin-left: calc(-50vw + (1080px / 2));
    margin-right: calc(-50vw + (1080px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1080px / 2));
    padding-right: calc(50vw - (1080px / 2));
  }

 .interior-banner {
    margin-top: -48px;
    margin-bottom: 48px;
 }
}



.interior-banner {
    margin-top: -48px;
    margin-bottom: 48px;
 }


@media (max-width: 767px) {
.interior-banner img {
max-width: none;
margin-left: -24px;
padding-left: 0;
max-height: 200px;
}
}


.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #f99c31;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}

@media (max-width: 959px) {
.content-box {
  max-width: 300px;
  margin: 0 auto 25px auto;
}
}

@media (min-width: 960px) {
.content-box {
  max-width: 309px;
  margin: 0 auto;
}
.content-box.events-box {
max-width: 417px;
}

 .content-box.events-box.interior-events-box {
 /* max-width: 160px; */
}

}

.content-box {
  padding: 0;
  border: none; 
  background: #fff;
  font-size: 18px;
  color: #666;
}


.content-box-content {
   padding: 30px 16px;
   text-align: left;
}

a .content-box-content {
 color: #666;
}

a:hover .content-box-content {
 color: #2d7299;
}


.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #317297;
}
.content-box.content-box--highlight {
  border: #f99c31 solid 1px;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #f99d31;
}
.content-box--action {
  border-color: #aa8116;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  color: #ffc222;
}

 .page-bounds >  .blue-background-section, .blue-background-section {
 
  background: rgb(0,149,183);
  background: linear-gradient( to right, rgba(0,149,183,1) 0%, rgba(7,130,164,1) 35%, rgba(30,122,156,1) 100%);
  color: #fff;
  }

@media (max-width: 1200px) {

 .page-bounds >  .blue-background-section, .blue-background-section {
  width: auto !important;
  margin-left: -48px;
  margin-bottom: 45px;
  margin-right: -48px;
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.arrow-mobile {
  margin-top: 5px;
}

}

@media (max-width: 469px) {
.page-bounds >  .blue-background-section.home-blue, .blue-background-section.home-blue {
   margin-top: -16px;
}
}

@media (min-width: 470px) and (max-width: 767px) {
 .page-bounds >  .blue-background-section.home-blue, .blue-background-section.home-blue {
   margin-top: -85px;
}
}

@media (min-width: 768px) and (max-width: 1099px) {
 .page-bounds >  .blue-background-section.home-blue, .blue-background-section.home-blue {
   margin-top: 0;
}
}

@media (min-width: 1100px) {

 .page-bounds >  .blue-background-section, .blue-background-section {
 
  margin-top: -48px;
  margin-bottom: 75px;
  padding: 45px 50px;
 
}


.blue-background-section.interior-blue {
 
  margin-top: 48px;
 
}


 .page-bounds >  .blue-background-section.events-section {
  margin-top: 0;
}

}

  
 .full-width-blue-outline-container h2  {
  text-align: center;
 }
  
  @media (max-width: 959px) {

   
 .full-width-blue-outline-container h2  {
  margin-top: -57px;
 }
 }
 
 @media (max-width: 599px) {
 .full-width-blue-outline-container .container-title {
   max-width: 250px;
   clear: both;
 }

}

@media (min-width: 600px) {

 .full-width-blue-outline-container .container-title, .full-width-orange-outline-container .container-title, .full-width-yellow-outline-container .container-title {
   max-width: 350px;
 }
  
}

 @media (max-width: 959px) {
     
  .full-width-orange-outline-container.new-home-bill-search h2 {
    text-align: center;   
  } 
}

@media (min-width: 960px) {
 .full-width-blue-outline-container h2, .full-width-orange-outline-container h2, .full-width-yellow-outline-container h2  {
  margin-top: -65px;
 }
 
 .full-width-orange-outline-container.new-home-bill-search h2 {
    float: left; 
 	margin-top: 48px !important;
 }
 
  .full-width-orange-outline-container.new-home-bill-search .bill-search {
  	color: #444;
  }
   
 .full-width-blue-outline-container.partners h2  {
  margin-top: -60px;
 }
 
 .bill-search  input[type="text"] {
   padding-left: 50px;
 }
 
 .full-width-orange-outline-container.new-home-bill-search .bill-search fieldset {
  margin-left: 48px;
}

  .new-home-bill-search form {
    margin-left: 200px;
  }

}

.full-width-orange-outline-container.new-home-bill-search .bill-search h2 {
  /* text-align: center; */
  
}

.full-width-orange-outline-container.new-home-bill-search .bill-search select, .full-width-orange-outline-container.new-home-bill-search .bill-search input[type="text"] {
 border-bottom: #317297 solid 1px;
 color: #888 !important;
}

.full-width-orange-outline-container.new-home-bill-search .bill-search fieldset label, .full-width-orange-outline-container.new-home-bill-search .bill-search fieldset input {
 color: #444;
}

 .full-width-orange-outline-container.new-home-bill-search .bill-search  input[type="text"]::placeholder,  .full-width-orange-outline-container.new-home-bill-search .bill-search select option::placeholder {
   color: #888 !important;
}


 .full-width-orange-outline-container.new-home-bill-search .bill-search  input[type="text"]:focus, .full-width-orange-outline-container.new-home-bill-search .bill-search  select:focus {
   color: #317297 !important;
 }
 
 .page-bounds >  .blue-background-section h2, .blue-background-section h2 {
   color: #fff;
   text-align: center;
   font-weight: 300;
   font-size: 36px;
   margin-bottom: 36px;

 }

.blue-background-section.interior-blue h2 {
  text-align: left;
  margin-bottom: 25px;
 }

.blue-background-section.interior-blue a {
  color: #fff;
  font-weight: 400;
}

.blue-background-section.interior-blue a:hover {
  color: #ffc21f;
  font-weight: 400;
}

.blue-background-section.interior-blue a.button:hover {
  color: #fff;
}



.blue-background-section.interior-blue h2.centered {
  text-align: center;
 }


.blue-background-section.interior-blue .button {
  background:  #F99D31;
  color: #fff;
  border-color: #F99D31;
}


.blue-background-section.interior-blue .button.button--highlight:hover,
.blue-background-section.interior-blue .button.button--highlight:focus {
  background:  #F99D31;
  color: #fff;
  border-color: #F99D31;
}

  
 .page-bounds >  .blue-background-section .bill-search h2 {
   text-align: left;
   margin-top: 50px;
   float: left;
   margin-right: 25px;
 }
 
.bill-search  input[type="text"] {
   background: none;
   border: none;
   border-bottom: #fff solid 1px;
   max-width: 40%;
   margin-top: 10px;
   margin-right: 25px;
   color: #fff !important;
   float: left;
 }
 
 .bill-search  input[type="text"]:focus,  .bill-search  select:focus {
   border-bottom: #fff solid 1px;
   color: #fff !important;
 }
 
 .bill-search label {
   display: none;
 }
 
  .bill-search  input[type="text"]::placeholder,  .bill-search select option::placeholder {
   color: #ddd !important;
   font-weight: 400;
   font-size: 15px !important;
   z-index: 20;
   opacity: 1 !important;
 }
 
  .bill-search select {
   clear: none !important;
   max-width: 22%;
   background: none;
   border: none;
   border-bottom: #fff solid 1px;
   float: left;
   color: #ddd;
   font-size: 15px !important;
   -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url(/images/default-source/default-album/select-list-arrow.png) right no-repeat;
    margin-top: 10px;
    padding-left: 25px;
  }
  
  select option {
    color: #ddd;
    opacity: 1 !important;
}

select option:focus {
    color: #fff;
    opacity: 1 !important;
}


 .bill-search .button {
   margin-top: 25px;
   margin-left: 25px;
 }
 
 .arrow-more {
   position: relative;
  margin-top: -252px;
  float: right;
  margin-right: 10px;
  z-index: 10;
  right: 10px;
}

 .arrow-more:hover, .arrow-mobile:hover, .footer-social__icon:hover {
-webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  transition: all 0.1s ease 0.1s;
  -webkit-transition: all 0.1s ease 0.1s;

  }
  
@media (min-width: 959px) and (max-width: 1199px) {

.bill-search input[type="text"] {
    max-width: 32%;
}

}

 @media (min-width: 1200px) and (max-width: 1500px) {

.bill-search input[type="text"] {
   max-width: 32%;

}

} 



@media (max-width: 959px) {

 .page-bounds >  .blue-background-section .bill-search h2 {
   float: none;
   text-align: center;
   margin-top: 25px;
   margin-bottom: 0;
 }
 
.bill-search  input[type="text"] {
   float: none;
   text-align: center;
   clear: both !important;
   max-width: 80%;
   margin-top: 0;
   margin-left: auto;
   margin-right: auto;
 }
 
 .bill-search select {
    float: none;
   text-align: center;
   clear: both !important;
   max-width: 80%;
   margin-top: 0;
   margin-left: auto;
   margin-right: auto;
  }
  
   .bill-search .button {
   text-align: center;
   margin-top: 50px;
   margin-left: auto;
   margin-right: auto;
   display: block;
   max-width: 50%;
   }


}

 @media (max-width: 959px) {

.arrow-more {
    margin-top: -205px;
}



.arrow-more.carousels {
  margin-top: -278px;
}

.arrow-more.carousels.narrow {
   margin-top: -204px;
}


}



@media (min-width: 959px) and  (max-width: 1199px) {

img.event-image {
  max-height: 162px;
}

 .content-box.events-box {
  max-width: 274px;
}

.content-box.events-box.interior-events-box {
  /* max-width: 130px; */
}

.arrow-more {
   margin-top: -191px;
} 

.arrow-more.carousels {
   margin-top: -306px;
}

.arrow-more.carousels.narrow {
   margin-top: -189px;
   }
  

.content-box.issues-box {
    max-width: 270px;
}


}

@media (min-width: 1200px) and  (max-width: 1499px) {

img.event-image {
  max-height: 209px;
}

 .content-box.events-box {
  max-width: 355px;
}

 .content-box.events-box.interior-events-box {
 max-width: 300px;
}


.arrow-more {
  margin-top: -230px;
} 


.arrow-more.carousels.narrow {
   margin-top: -204px;
}

}

 .content-box.events-box.interior-events-box.new-event-box {
 max-width: 95%;
 margin-bottom: 24px;
}

.grid.event-grid {
 margin-right: 0;
}

.grid__unit.event-grid-compact  {
 padding-bottom: 0;
}

@media (max-width: 767px)  {
  .new-event-grid {
    margin-bottom: 48px !important;
  }
  
  .new-event-grid-mobile {
    padding-bottom: 12px !important;
  }
  
  img.event-image {
  margin-bottom: 0 !important;
}

}

@media (min-width: 1500px)  {
.arrow-more {
    margin-top: -230px;
}


.arrow-more.carousels {
    margin-top: -279px;
}

.arrow-more.carousels.narrow {
    margin-top: -274px;
}

}

.news-photo-container {
  width: 247px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 960px)  and  (max-width: 1190px)  {

.news-photo-container {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

}

 .news-photo {

 z-index: 18  !important;
}

.arrow-more.news-arrow {
  margin-top: -52px;
  z-index: 20 !important;
  left: 15%;
  position: relative;
}

.arrow-more.news-arrow.twenty-three-arrow {
  margin-top: 0;
  z-index: 20 !important;
  right: -40px;
  position: absolute;
  bottom: 10px;
}


@media (min-width: 768px)  {

.arrow-more.news-arrow {
    right: 100%;
}


}

 
 .full-width-blue-outline-container { 
   border: #317297 solid 1px;
   margin-top: 15px;
   margin-bottom: 75px;
   padding: 45px 45px 25px 45px;
   z-index: 1;
 }

.full-width-orange-outline-container { 
   border: #F99D31 solid 1px;
   padding: 45px 20px 20px 20px;
   margin-top: 15px;
   margin-bottom: 75px;
   z-index: 1;
 }
 
   
 .full-width-yellow-outline-container { 
   border: #ffc049 solid 1px;
   padding: 45px 20px 20px 20px;
   margin-top: 15px;
   margin-bottom: 75px;
   z-index: 1;

 }
 
 .full-width-blue-outline-container.aside-container { 
   padding: 45px 20px 20px 20px;
 }

  
 .full-width-orange-outline-container.aside-container { 
   border: #F99D31 solid 1px;
   padding: 45px 20px 20px 20px;
   margin-top: 15px;
   margin-bottom: 75px;
   z-index: 1;
 }
 
   
 .full-width-yellow-outline-container.aside-container { 
   border: #ffc049 solid 1px;
   padding: 45px 20px 20px 20px;
   margin-top: 15px;
   margin-bottom: 75px;
   z-index: 1;

 }


 
  .full-width-blue-outline-container.partners { 
   margin-bottom: 75px;
 }
 
 
 .full-width-blue-outline-container .container-title, .full-width-yellow-outline-container.aside-container .container-title, .full-width-orange-outline-container.aside-container .container-title , .full-width-yellow-outline-container .container-title, .full-width-orange-outline-container .container-title {
   background: #fff;
   text-align: center;
   margin: 0 auto;
   z-index: 10;
 }
 
 h2.news-title {
 padding-bottom: 30px; 
 text-align: center;
 }
 
  .third-width-yellow-outline-container, .third-width-blue-outline-container, .third-width-orange-outline-container { 
   margin-top: 15px;
   padding: 18px;
   z-index: 1;
 }
 
 @media (max-width: 959px) {
   .third-width-yellow-outline-container, .third-width-blue-outline-container, .third-width-orange-outline-container { 

   margin-bottom: 45px;
   min-height: 0!important;
 }
 }
 
 .third-width-yellow-outline-container,  .third-width-yellow-outline-container .news-photo  { 
   border: #FFC222 solid 1px;
   }

 .third-width-blue-outline-container,  .third-width-blue-outline-container .news-photo { 
   border: #317297 solid 1px;
   }
   
 .third-width-orange-outline-container,  .third-width-orange-outline-container .news-photo { 
   border: #F99D31 solid 1px;
   }
   
   
   .twenty-three-container {
        position: relative;   
    }
   
   .event-photo {
  
   }
   
   .news-photo {
  margin-top: -50px;
  margin-bottom: 25px;
}

 
  .full-width-blue-outline-container h2.stats-cards  {
  margin-top: 0;
  }
  
   
  .full-width-blue-outline-container h2.stats-cards.orange,  h2.stats-cards.orange  {
  color: #F99D31;
  }
  
    .full-width-blue-outline-container h2.stats-cards.teal, h2.stats-cards.teal  {
  color: #1E9AA9;
  }
 
 .blue-outline-content {
   clear: both;
   margin-top: 25px;
   margin-bottom: 10px;
   font-size: 18px;
   text-align: center;
 }
 
 .blue-outline-content.aside-box  {
   clear: both;
   margin-top: 25px;
   margin-bottom: 0;
   font-size: 18px;
   text-align: left;
 }
 
  .full-width-blue-outline-container.aside-container .container-title,  .full-width-yellow-outline-container.aside-container .container-title,  .full-width-orange-outline-container.aside-container .container-title { 
   max-width: 200px;
   margin-top: -60px;
   }

  
 .full-width-blue-outline-container.aside-container h2, .full-width-yellow-outline-container.aside-container h2, .full-width-orange-outline-container.aside-container h2  { 
   font-size: 30px;
   }
   
 .counter-numbers {
  color: #f3901d !important;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px !important;
  line-height: 24px !important;
  }
  
 h3.animated fadeIn {
  color: #f3901d !important;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px !important;
  display: inline-block;
  }
  

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #d4d4d4;
  text-align: left;
  color: #f99d31;
  font-weight: 700;
  font-size: 18px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child), .margin-large {
  margin-bottom: 48px;
}

.margin-top {
  margin-top: 48px !important;
}



.item-list__subtext {
  font-size: 16px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #d4d4d4;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 18px;
}
.color-spec__title {
  font-size: 22px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group:after,
dl:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after,
.horizontal-scroll__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/*! common spacing classes */

.space-t-6 {
  margin-top: 72px;
}

.space-t-5 {
  margin-top: 48px;
}

.space-t-4 {
  margin-top: 36px;
}

.space-t-3 {
  margin-top: 24px;
}

.space-t-2 {
  margin-top: 12px;
}

.space-t-1 {
  margin-top: 6px;
}

.space-t-0 {
  margin-top: 0;
}

.pad-t-6 {
  padding-top: 72px;
}

.pad-t-5 {
  padding-top: 48px;
}

.pad-t-4 {
  padding-top: 36px;
}

.pad-t-3 {
  padding-top: 24px;
}

.pad-t-2 {
  padding-top: 12px;
}

.pad-t-1 {
  padding-top: 6px;
}

.pad-t-0 {
  padding-top: 0;
}

.space-r-6 {
  margin-right: 72px;
}

.space-r-5 {
  margin-right: 48px;
}

.space-r-4 {
  margin-right: 36px;
}

.space-r-3 {
  margin-right: 24px;
}

.space-r-2 {
  margin-right: 12px;
}

.space-r-1 {
  margin-right: 6px;
}

.space-r-0 {
  margin-right: 0;
}

.pad-r-6 {
  padding-right: 72px;
}

.pad-r-5 {
  padding-right: 48px;
}

.pad-r-4 {
  padding-right: 36px;
}

.pad-r-3 {
  padding-right: 24px;
}

.pad-r-2 {
  padding-right: 12px;
}

.pad-r-1 {
  padding-right: 6px;
}

.pad-r-0 {
  padding-right: 0;
}

.space-b-6 {
  margin-bottom: 72px;
}

.space-b-5 {
  margin-bottom: 48px;
}

.space-b-4 {
  margin-bottom: 36px;
}

.space-b-3 {
  margin-bottom: 24px;
}

.space-b-2 {
  margin-bottom: 12px;
}

.space-b-1 {
  margin-bottom: 6px;
}

.space-b-0 {
  margin-bottom: 0;
}

.pad-b-6 {
  padding-bottom: 72px;
}

.pad-b-5 {
  padding-bottom: 48px;
}

.pad-b-4 {
  padding-bottom: 36px;
}

.pad-b-3 {
  padding-bottom: 24px;
}

.pad-b-2 {
  padding-bottom: 12px;
}

.pad-b-1 {
  padding-bottom: 6px;
}

.pad-b-0 {
  padding-bottom: 0;
}

.space-l-6 {
  margin-left: 72px;
}

.space-l-5 {
  margin-left: 48px;
}

.space-l-4 {
  margin-left: 36px;
}

.space-l-3 {
  margin-left: 24px;
}

.space-l-2 {
  margin-left: 12px;
}

.space-l-1 {
  margin-left: 6px;
}

.space-l-0 {
  margin-left: 0;
}

.pad-l-6 {
  padding-left: 72px;
}

.pad-l-5 {
  padding-left: 48px;
}

.pad-l-4 {
  padding-left: 36px;
}

.pad-l-3 {
  padding-left: 24px;
}

.pad-l-2 {
  padding-left: 12px;
}

.pad-l-1 {
  padding-left: 6px;
}

.pad-l-0 {
  padding-left: 0;
}


@media (min-width: 768px) {
  .space-t-6-m {
    margin-top: 72px;
  }

  .space-t-5-m {
    margin-top: 48px;
  }

  .space-t-4-m {
    margin-top: 36px;
  }

  .space-t-3-m {
    margin-top: 24px;
  }

  .space-t-2-m {
    margin-top: 12px;
  }

  .space-t-1-m {
    margin-top: 6px;
  }

  .space-t-0-m {
    margin-top: 0;
  }

  .pad-t-6-m {
    padding-top: 72px;
  }

  .pad-t-5-m {
    padding-top: 48px;
  }

  .pad-t-4-m {
    padding-top: 36px;
  }

  .pad-t-3-m {
    padding-top: 24px;
  }

  .pad-t-2-m {
    padding-top: 12px;
  }

  .pad-t-1-m {
    padding-top: 6px;
  }

  .pad-t-0-m {
    padding-top: 0;
  }

  .space-r-6-m {
    margin-right: 72px;
  }

  .space-r-5-m {
    margin-right: 48px;
  }

  .space-r-4-m {
    margin-right: 36px;
  }

  .space-r-3-m {
    margin-right: 24px;
  }

  .space-r-2-m {
    margin-right: 12px;
  }

  .space-r-1-m {
    margin-right: 6px;
  }

  .space-r-0-m {
    margin-right: 0;
  }

  .pad-r-6-m {
    padding-right: 72px;
  }

  .pad-r-5-m {
    padding-right: 48px;
  }

  .pad-r-4-m {
    padding-right: 36px;
  }

  .pad-r-3-m {
    padding-right: 24px;
  }

  .pad-r-2-m {
    padding-right: 12px;
  }

  .pad-r-1-m {
    padding-right: 6px;
  }

  .pad-r-0-m {
    padding-right: 0;
  }

  .space-b-6-m {
    margin-bottom: 72px;
  }

  .space-b-5-m {
    margin-bottom: 48px;
  }

  .space-b-4-m {
    margin-bottom: 36px;
  }

  .space-b-3-m {
    margin-bottom: 24px;
  }

  .space-b-2-m {
    margin-bottom: 12px;
  }

  .space-b-1-m {
    margin-bottom: 6px;
  }

  .space-b-0-m {
    margin-bottom: 0;
  }

  .pad-b-6-m {
    padding-bottom: 72px;
  }

  .pad-b-5-m {
    padding-bottom: 48px;
  }

  .pad-b-4-m {
    padding-bottom: 36px;
  }

  .pad-b-3-m {
    padding-bottom: 24px;
  }

  .pad-b-2-m {
    padding-bottom: 12px;
  }

  .pad-b-1-m {
    padding-bottom: 6px;
  }

  .pad-b-0-m {
    padding-bottom: 0;
  }

  .space-l-6-m {
    margin-left: 72px;
  }

  .space-l-5-m {
    margin-left: 48px;
  }

  .space-l-4-m {
    margin-left: 36px;
  }

  .space-l-3-m {
    margin-left: 24px;
  }

  .space-l-2-m {
    margin-left: 12px;
  }

  .space-l-1-m {
    margin-left: 6px;
  }

  .space-l-0-m {
    margin-left: 0;
  }

  .pad-l-6-m {
    padding-left: 72px;
  }

  .pad-l-5-m {
    padding-left: 48px;
  }

  .pad-l-4-m {
    padding-left: 36px;
  }

  .pad-l-3-m {
    padding-left: 24px;
  }

  .pad-l-2-m {
    padding-left: 12px;
  }

  .pad-l-1-m {
    padding-left: 6px;
  }

  .pad-l-0-m {
    padding-left: 0;
  }
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}

.grid__unit--1-7 {
  width: 14%;
  }
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }

  .grid__unit--1-7-l {
  width: 14%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}

@media (max-width: 767px) {

.grid__unit {
  padding: 0 24px 48px 0;

}

}

/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #e4e4e4;
  color: #666;
  color: rgba(68, 68, 68, 0.8);
  font: 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #c7d0d5;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #930303;
  color: #930303;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #317297;
  color: #666;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 5px;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #317297;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #204c64;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #930303;
}
label.is-selected {
  color: #f99c31;
}
label.is-focused {
  color: #317297;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  color: #930303;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}


body {
  width: 100%;
  overflow-x: hidden; 
  background: #fff;
}

.content {
  padding: 24px;
  padding-top: 96px;
}

.page-bounds,
.hero__content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}


.page-header .page-bounds {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}



.hero__content select {
  background: #2b7394 url(/images/default-source/default-album/hero-select-arrow.png) right no-repeat;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 9px 12px;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}

.hero__content select option {
  font-size: 18px !important;
  color: #fff;
}

.hero__content select option:hover {
  background: #fff;
}

.small-white {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #fff;
  background: #fff;
  position: absolute; 
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}


body.is-scrolled .page-header {
  /* position: sticky;   */
 position: fixed;
 
  
}


.page-header .page-bounds,
.page-header .hero__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 767px) {
 .page-header {
    width: 100%;
  }
  .js .page-header {
    height: 90px;
    /*! lock this down so height doesn't depend on logo loading */
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: -3px;
    padding: 24px;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .page-header__toggle .toggle-indicator {
    -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
    transition: background 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, background 0.25s ease;
    transition: transform 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease;
  }
  .page-header__toggle.is-active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    width: calc(0% + 72px);
    background: rgba(34, 36, 44, 0.7);
  }
  .page-header__toggle.is-active .toggle-indicator {
    position: absolute;
    top: 21px;
    right: 24px;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  .page-header__toggle.is-active .page-header__toggle-label {
    top: 21px;
    margin-right: 12px;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle-label {
    position: absolute;
    right: 100%;
    top: 24px;
    margin-right: -12px;
    line-height: 36px;
  }
  .page-header__content {
    clear: both;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 12px;
    background: #f5f5f5;
  }
  .js .page-header__content {
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out, opacity 0.15s ease;
    transition: all 0.25s ease-out, opacity 0.15s ease;
  }
  .js .page-header__content.is-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }

  .header-logo a {
    padding: 0 0 20px 0;
  }
  .header-logo img {
    max-height: 60px;
  }

  .header-meta {
    padding: 12px 24px 24px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 12px 24px 24px;
  }
  .header-utility__item {
    margin-bottom: 4px;
  }
  .header-utility a {
    color: #679700;
    padding: 12px 24px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .header-utility a::before,
  .header-utility a::after {
    display: none;
  }
  .header-utility a:hover,
  .header-utility a:focus {
    /*color: #fff;
    background: #679700; */
  }
  .header-utility__welcome {
    display: block;
    color: #525e65;
  }
  .header-utility__welcome a {
    box-shadow: none;
    padding-left: 0;
    background: transparent;
  }
  .header-utility__welcome a:hover,
  .header-utility__welcome a:focus {
    background: transparent;
    color: #00a7e1;
  }

  .header-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 12px 12px;
  }
  .header-search__input {
    border-color: #1a3d6d !important;
    background-color: #fff !important;
    color: #525e65 !important;
  }
  .header-search__input:focus {
    border-color: #679700 !important;
  }
  .header-search__submit {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
  }

  .header-user {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 24px;
  }

  .header-nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-top: 1px solid rgba(34, 36, 44, 0.2);
    background: #fff;
  }
  .header-nav a {
    padding: 12px 96px 12px 24px;
    border-bottom: 1px solid rgba(34, 36, 44, 0.2);
    font-size: 19px;
    color: #1a3d6d;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(34, 36, 44, 0.1);
    font-size: 17px;
    color: #666;
    box-shadow: inset 24px 0 0 rgba(255, 255, 255, 0.9);
  }
  .header-nav li li li a {
    padding-left: 72px;
    font-size: 15px;
    box-shadow: inset 48px 0 0 rgba(255, 255, 255, 0.9);
  }
  .header-nav li li li li a {
    padding-left: 96px;
    box-shadow: inset 72px 0 0 rgba(255, 255, 255, 0.9);
  }
  .header-nav li li li li li a {
    padding-left: 120px;
    box-shadow: inset 96px 0 0 rgba(255, 255, 255, 0.9);
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 72px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #a5a5a5;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #78af03;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
  .header-nav__callout-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  
  }
  .header-user{
   display: block;
   padding: 12px 6px;
   color: #9f9f9f;
   font-size: 18px;
   font-weight: bold;
   }
   
   .header-user a {
   color: #3f8dad; 
   font-weight: bold;
   }
   
@media (max-width: 767px) {  

.btn.btn-default {
    display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  background: #317297;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                transform 0.15s ease-out,
                box-shadow 0.15s ease-out,
                -webkit-transform 0.15s ease-out;
                clear: both;
}


.header-user__welcome {
display: block;
margin-bottom: 12px;
}


}


@media (min-width: 768px) {
  .page-header {
    padding-left: 38px;
    padding-right: 48px;
  }
  .header-user{
   font-size: 15px;
   font-weight: normal;
   }
   
  .header-user .btn.btn-default {
    color: #3f8dad; 
   font-weight: bold;
   }
   
}

@media (min-width: 768px) and (max-width: 1029px) {
 .header-user{
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
   text-align: right;
  }
}

@media (min-width: 960px) and (max-width: 1029px) {
 .header-user{
   margin-top: 7px;
   margin-left: auto;
   margin-right: auto;
   text-align: right;
  }
  
  .header-utility__list {
    margin-top: -24px !important;
  }
}


@media (min-width: 1030px) {
  .header-user{
   float: left;
  }
  
  .header-utility {
  margin-top: 24px;
}
  
  }
  


@media (max-width: 767px) {
  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! slide-down mobile menu */


@-webkit-keyframes open-mobile-menu {
  0% {
    visibility: visible;
    max-height: 0;
  }

  99% {
    max-height: 400vh;
  }

  100% {
    visibility: visible;
    max-height: none;
  }
}


@keyframes open-mobile-menu {
  0% {
    visibility: visible;
    max-height: 0;
  }

  99% {
    max-height: 400vh;
  }

  100% {
    visibility: visible;
    max-height: none;
  }
}


@-webkit-keyframes close-mobile-menu {
  0% {
    visibility: visible;
    max-height: 100vh;
  }

  99% {
    max-height: 0;
  }

  100% {
    max-height: 0;
    visibility: hidden;
  }
}


@keyframes close-mobile-menu {
  0% {
    visibility: visible;
    max-height: 100vh;
  }

  99% {
    max-height: 0;
  }

  100% {
    max-height: 0;
    visibility: hidden;
  }
}


@media (max-width: 767px) {


.page-header {


}
  .page-header__content {
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    background: #fff;
  }
  .page-header__content.mobile-menu-is-open {
    -webkit-animation: open-mobile-menu 0.2s ease-in both;
    animation: open-mobile-menu 0.2s ease-in both;
    overflow-y: scroll !important;
  }
  .page-header__content.mobile-menu-was-open {
    -webkit-animation: close-mobile-menu 0.2s ease both;
    animation: close-mobile-menu 0.2s ease both;
  }
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 75px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #317297;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #317297;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #fff;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #fff;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  padding: 12px 6px;
  color: #9f9f9f;
  font-size: 15px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #f99d31;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #317297;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus {
  background: #76a1ba;
  color: #fff;
}

@media (max-width: 767px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
}

/*! account for utility nav dropdowns */

.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 767px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: 6px 6px 6px 24px;
  }
}

@media (min-width: 768px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 90%;
    border: 1px solid #f1f1f1;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-12px);
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #f1f1f1;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 6px 12px;
    color: #959595;
    font-size: 15px;
  }
  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 20px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 0 12px 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 20px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #fff;
  font-weight: 700;
  color: #666;
}

@media (max-width: 767px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
  .header-search__input {
    padding-left: 12px !important;
}
}

@media (min-width: 768px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 0;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 24px);
      -webkit-transition: left 0.15s ease-out;
      transition: left 0.15s ease-out;
    }
  }
  
  

  .header-search.is-focused {
    width: 80%;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }


  .header-search__label {
    position: absolute;
    top: 50%;
    color: #666;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #f99d31;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
     -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
    padding-left: 42px !important;
  }
  .header-search__submit {
    display: none;
  }
}


@media (min-width: 1100px) {
  
  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 36px);
      -webkit-transition: left 0.15s ease-out;
      transition: left 0.15s ease-out;
    }
  }
  
  }

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 700; 
  color: #2b7394;
  font-size: 18px;
}
.header-nav li li a {
  font-size: 18px;
  color: #666;
}
.header-nav li li li a {
  color: #5e5e5e;
}
.header-nav li li li li a {
  color: #6d6d6d;
  font-size: 16px !important;
  margin-left: 24px;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767px) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(241, 241, 241, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #317297;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #666;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #317297;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #f99d31;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 768px) {


.header-nav {
 /* z-index: 10; */

}


  .header-nav > ul,
  .header-nav div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 24px 12px;
    position: relative;
    
  }
  
 /*   .header-nav > ul > li:last-child > a {
  margin-right: 45px;
   }
   */

  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:hover,
  .header-nav div > ul > li > a:focus {
    color: #f99d31;
  }
  .header-nav .is-current > a {
    color: #f99d31;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {

 .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    font-size: 16px;
  }
  
  body.is-scrolled .header-nav > ul > li > a,
  body.is-scrolled .header-nav div > ul > li > a {
    font-size: 16px;
  }
  
}


@media (min-width: 768px) and  (max-width: 959px){

  body.is-scrolled .page-header {
    height: 172px;
}

}

/*! megamenu-style dropdowns */

@media (min-width: 768px) {
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
    background: #fff;
    border: solid #d4d4d4;
    border-width: 5px 5px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    padding: 36px 48px;
    border-top: 2px solid #d4d4d4;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #f1f1f1, -1079px 0 0 #fff, 1079px 0 0 #fff, -1079px 1px 0 #f1f1f1, 1079px 1px 0 #f1f1f1;
   }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    font-size: 18px;
    color: #317297;
    padding-bottom: 6px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #d4d4d4;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav div > ul > li > ul > li > ul a {
    color: #666;
  }

 .header-nav li li li li a {
    color: #666;
    font-size: 16px;
    margin-left: 36px;
  }

  .header-nav > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:focus,
  .header-nav div > ul > li > ul a:hover,
  .header-nav div > ul > li > ul a:focus {
    color: #f99d31;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
    color: #f99d31;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }


  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    overflow-y: scroll !important;
	/* max-height: 500vh;  */

  }


}

@media (min-width: 768px) and  (max-width: 1280px)  {

.header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    height: calc(700px - 179px);
    overflow-y: auto;
  }


}




/*! navigation cascade animation */

@media (min-width: 768px) {
  .header-nav > ul > li > ul > li {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.535s, 0.535s;
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.57s, 0.57s;
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.605s, 0.605s;
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.64s, 0.64s;
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.675s, 0.675s;
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.71s, 0.71s;
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.745s, 0.745s;
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 0.78s, 0.78s;
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 0.815s, 0.815s;
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 0.85s, 0.85s;
    transition-delay: 0.85s, 0.85s;
  }
}

@media (min-width: 960px) {

 .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    bottom: -13px;
    z-index: 2;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    top: 100%;
  }


}

@media (min-width: 1200px) {
.header-nav > ul > li > a, .header-nav div > ul > li > a {
    padding: 24px 20px 12px 20px;
}

}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}

@media (min-width: 768px) {

  .page-header > .page-bounds,
  .page-header > .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-header__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; 
  }

  .header-logo {
    max-width: 240px;
    margin-right: 24px;
    padding-top: 0;
  }
  .header-logo > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 8px 0 0 0;
  }
  .header-logo img {
    max-height: 100%;
  }/*! disclosure search */

  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;

  }

  .header-nav {
    padding-right: 72px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .page-header {
    padding-bottom: 0;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 24px;
  }

  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    padding-right: 24px;
  }/*! sticky header */
  
  /* body.is-scrolled .header-logo > a {
    width: 100%; 
    height: auto;
  } */

  .content {
    padding-top: 220px;
  }

  .page-header {
    /*-webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; */
 
  }
   
   body.is-scrolled  .page-header {
  /* height: 172px;  */

   }

 
  .header-search {
    top: 90%;
    margin-top: 36px;
  }
  
  body.is-scrolled .header-nav {
    margin-top: 0;
    /*top: 65%; */
    padding-right: 24px;
  }/*! disclosure search */
  
   body.is-scrolled .header-search {
    top: 90%;
  }/*! disclosure search */

  
}

@media (min-width:768px) {

  .header-utility {
    position: absolute;
    right: 0;
  }

  
  }

@media (min-width: 960px) {
  .header-utility,
  .header-search {
    position: absolute;
    top: 0;
  }
  .header-utility {
    /*right: 20em;
    right: calc(20em + 24px); */
  }
  .header-search {
    width: auto;
    right: 0;
  }

  .header-nav {
    margin-top: 66px;
  }/*! sticky header */

  .content {
    padding-top: 185px;
  }

  .header-logo > a {
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }

  .header-utility,
  .header-search {
    -webkit-transition: top 0.2s ease, left 0.15s ease;
    transition: top 0.2s ease, left 0.15s ease;
  }

  .header-nav {
    -webkit-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
  }

  /*body.is-scrolled .header-logo > a {
    width: 100%;
    height: auto; 
  }
  body.is-scrolled .header-utility {
    top: 10px;
  }*/
  
   body.is-scrolled  .page-header {
   /* height: 143px;    */
   padding-bottom: 0;
   }


  body.is-scrolled .header-search {
   top: auto;

   }

  body.is-scrolled .header-nav {
    margin-top: 66px;
  }/*! disclosure search */

 body.is-scrolled .header-nav a {
   /* font-size: 16px; */
  }/*! disclosure search */


  .header-search {
    top: auto;
    bottom: 37px;
  }
  .header-search.is-focused {
    left: 274px;
    z-index: 12;
  }
  body.is-scrolled .header-search {
      bottom: 37px;  
   /* left: calc(100% - 4px); */
  }
  body.is-scrolled .header-search.is-focused {
    left: 0;
  }
}

@media (min-width: 1100px) {
body.is-scrolled .header-search {
    left: calc(100% - 36px);
}

 body.is-scrolled .header-nav a, .header-nav a {
     font-size: 18px; 
  }


}



@media (min-width: 1200px) {

.header-search {
    top: auto;
    bottom: 27px;
  }
  body.is-scrolled .header-search {
      bottom: 27px;  
   /* left: calc(100% - 4px); */
  }

body.is-scrolled .page-header {
    /*height: 137px; */
    padding-bottom: 6px;
}
}

/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .hero__content {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 0;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */

.page-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff;
  color: #fff;
 }

.page-footer__content {
  background: url(/images/default-source/default-album/BG.png) no-repeat;
  background-position: left;
  min-height: 200px;
}

@media (max-width: 959px) {
.page-footer__content {
    background: rgb(0,149,183);
    background: linear-gradient( to right, rgba(0,149,183,1) 0%, rgba(7,130,164,1) 35%, rgba(30,122,156,1) 100%);
    margin-top: 25px;
    margin-bottom: 0;
  }

.page-footer {
padding: 0;
margin-bottom: 0
}

}

@media (max-width: 768px) {
page-footer__content {
    min-height: 420px;
  }

}

.page-footer a {
  color: #fff;
  font-weight: 300;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #ffc21f;
  /*  text-decoration: underline; */
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #fff;
}

@media (min-width: 768px) {
  .page-footer {
    padding-top: 0;
  }
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 15px 3px 3px;
  font-size: 26px;
}

.footer-social__icon:hover {
  color: #fff !important;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.footer-trending__title {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6px 12px 6px 0;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px 6px 0;
  }
}


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}

@media (min-width: 1176px) {
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 15px;
  opacity: 0.5;
  color: #fff;
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 959px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 96px;
  }

  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 24px;
    font-size: 16px;
    text-align: left;
  }
    .page-footer__content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 45px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 300;
  }

}

@media (min-width: 960px) {
  .footer-logo {
    width: 25%;
    float: left;
    padding-top: 47px;
    padding-right: 16.008px;
    padding-left: 16px;
  }

  .page-footer__content {
    padding-top: 35px;
    padding-left: 120px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 300;
  }

  .footer-social {
    margin-top: 0;
    margin-left: -3px;
  }

  .footer-utility {
    margin-top: 0;
    margin-left: -12px;
  }

  .footer-copyright {
    margin-top: 12px;
    /* margin-left: 33.3%;
    padding-left: 7.992px; 
    */
  }
}

@media (min-width: 960px) {
  .footer-contact,
  .footer-social {
    /* width: 62.51874%;
    width: calc(62.51874% - 6px); */
    float: left;
    clear: left;
    margin-right: 0; 
  }
  .footer-contact {
    line-height: 24px;
  }

  .footer-utility {
    overflow: hidden;
    margin: 0;
    margin-left: 25px;
  }
  .footer-utility__item {
    display: block;
    font-weight: 300;
  }
  
    .footer-utility__item  a {
    font-weight: 300;
  }

  .footer-copyright {
    margin-top: 24px;
  }
   .footer-social  {
  margin-right: 16px;
  margin-left: -36px;
 }
}

@media (min-width: 960px) and (max-width: 1100px) {
.footer-copyright {
    margin-top: 24px;
    position: relative;
    bottom: -70px;
    right: 200px;
}

}

.page-footer .grid--compact > .grid__unit {
    padding: 0 0 24px 0;
}




/* ---------- =interior common ---------- */

.page-title {
  color: #317297;
}
.page-title + .breadcrumbs {
  margin-top: -12px;
}


/* ---------- =interior components ---------- */

.breadcrumbs {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #666;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #f99d31;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #317297;
}

.in-this-section a:hover {
  color: #f99d31;
}

.in-this-section ul {
  list-style: none;
  margin: 0;
  padding-left: 24px;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 18px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #f99d31;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  
   .in-this-section__toggle .toggle-indicator__piece::before {
  background: #2d7299;
  }
  
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12px;
  }
}

@media (min-width: 960px) {
  .in-this-section__toggle {
    cursor: default;
    font-size: 30px;
    color: #317297;
    line-height: 48px;
   margin-bottom: 0;
   position: relative;
   top: -15px;
   margin-top: -90px;
   left: 15%;
   background: #fff;
   padding: 0 20px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: 0;
    padding: 10px;
    border: #f99d31 solid 1px;
  }
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: visible;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-right: 48px;
    float: left;
  }
}


/*! ---------- =buttons ---------- */

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  background: #317297;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                transform 0.15s ease-out,
                box-shadow 0.15s ease-out,
                -webkit-transform 0.15s ease-out;
}
.button:hover,
.button:focus {
  color: #fff;
  border: none;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.button.light-button {
  background: #0792B9;
}

.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 18px;
}
.button--highlight {
  background:  #F99D31;
  color: #fff;
  border-color: #F99D31;
}
.button--highlight:hover,
.button--highlight:focus {
  background:  #F99D31;
  color: #fff;
  border-color: #F99D31;
}
.button--action {
  background: #1e9aa9;
  color: #fff;
  border-color: #fff;
}
.button--action:hover,
.button--action:focus {
  background: #1e9aa9;
  color: #fff;
  border-color: #fff;
}
.button--warn {
   background: #7e0303;
  color: #fff;
  border-color: #fff;
}
.button--warn:hover,
.button--warn:focus {
  background: #7e0303;
  color: #fff;
  border-color: #fff;
}
.button--cancel {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #d4d4d4;
}
.button--cancel:hover,
.button--cancel:focus {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #d4d4d4;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  border-top: 1px solid #ccc;
  margin-top: 24px;
  padding-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}

.item-list__icon {
  display: block;
  float: left;
  margin-right: 12px;
  font-size: 24px;
  /* width: 37px; */
}

.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-size: 20px; 
  line-height: 24px;
  margin: 0;
  color: #317297;
  font-weight: 600;
  display: block;
}

.item-list__title.home-list {
   padding-bottom: 15px;
}

.item-list__title:hover,
.item-list__title:focus {
  color: #f99d31;
}
.item-list__date {
  margin: 6px 0 15px 0 ;
  font-style: italic;
  font-size: 18px;
  font-weight: 200;
  color: #666;
}
.item-list__description {
  margin: 6px 0 0;
  font-size: 18px;
}


@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}

@media (min-width: 767px) {

.item-list__description {
  /* padding-left: 142px; */
}
.item-list__description.no-indent {
  padding-left: 0;
}
}



.item-list__description.carousel-summary {
  padding: 24px;
  text-align: left;
}


/*! grid-style lists */

.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #f1f1f1;
  color: #666;
  background: #f1f1f1;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #f99d31;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f1f1f1;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f1f1f1;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #f99d31;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #317297;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1175px) {
  .tabs--standard,
  .tabs--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #f1f1f1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #d4d4d4 #d4d4d4 #f1f1f1;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #d4d4d4;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1176px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #f1f1f1;
    border-right-color: #d4d4d4;
    box-shadow: inset 6px 0 0 #d4d4d4;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d4d4d4 #fff #d4d4d4 #d4d4d4;
    box-shadow: inset 6px 0 0 #f99d31;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #d4d4d4;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  /* margin-bottom: 48px; */
}

.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #f1f1f1;
  font-weight: 300; 
  color: #317297;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  color: #f99d31;
}
.accordion__label.is-active {
  color: #317297;
  border-color: #317297 #317297 #f1f1f1 #317297;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #317297;
  border-top: none;
  padding: 24px 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 18px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #666;
  background: #f1f1f1;
  font-size: 18px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #f99d31;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #317297;
}

@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 18px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #e7e7e7;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #aec5d2;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #fbfbfb;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =hero ---------- */

.hero {
  position: relative;
  margin-bottom: 48px;
  height: 450px; 
}

@media (max-width: 1200px) {
.hero.new-hero {
  margin-bottom: 0;
}

.blue-background-section + .new-news {
  margin-top: 0 !important;
}

}


.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child,
.content > .hero__content > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
 }

.highlight-area {
  position: relative;
  margin-bottom: 48px;
  height: 450px; 
}

.highlight-area::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}



.hero__actions {
  margin-top: 24px;
}

@media (max-width: 479px) {

.hero.new-hero {
  height: 200px;
} 
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }


}

@media (min-width: 480px) and (max-width: 767px){
.hero.new-hero {
  height: 300px;
} 
}

@media (min-width: 480px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .content > .page-bounds > .hero:first-child,
  .content > .hero__content > .hero:first-child {
    margin-top: -48px;
  }
}

/* cover hero image style */

.hero::before {
  z-index: 2;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 450px;
}

/* .hero__image.twenty-four-image.hide-desktop {
  background-position: 0 0;
  }
  
 .hero__image.new-home-hero {
     background-position: 0 0;
  } 
  
}
*/

.hero__content {
  padding: 48px 24px 48px 64px;
  position: relative;
  z-index: 3;
  background-image: url(/images/default-source/default-album/hero-bkgd.png);
  background-repeat: no-repeat;
  height: 500px;
  margin-top: -121px;
  float: right;
  text-align: right;
  background-position: right;
  overflow: visible;
}

.hero__title,
.hero__description, .hero__description p {
  color: #fff;
}


.highlight-area__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-height: 450px;
}

.highlight-area__image img {
width: 90%;
}


.highlight-area__content {
  padding: 0 48px 52px 75px;
  position: relative !important;
  z-index: 3;
  background-repeat: no-repeat;
  width: 100%;
  min-width: 100%;
  margin-top: 42px;
  margin-left: 0;
  float: left;
  text-align: left;
  background-position: left;
  overflow: hidden;
}


.highlight-area__content.Yellow {
  background-image: url(/images/default-source/siteimages/SliderBG-yellow.png);

}

.highlight-area__content.Blue {
  background-image: url(/images/default-source/siteimages/sliderbg-blue.png);

}

.highlight-area__content.Orange {
  background-image: url(/images/default-source/default-album/SliderBG.png);

}

.highlight-area__content.Green {
  background-image: url(/images/default-source/siteimages/sliderbg-green.png);

}



.highlight-area__content.Teal {
  background-image: url(/images/default-source/siteimages/sliderbg-teal.png);

}

.highlight-area__content.Blue .button {
  background: #fd9a48;

}

.highlight-area__content.Green .button {
  background: #fb9b48;

}

.highlight-area__content.Teal .button {
  background: #fb9b48;

}



@media (max-width: 767px) {


  .hero__title {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
  }

  .hero__content {
  padding: 24px 24px 24px 24px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  background-image: none;
  background-repeat: no-repeat;
  background-color: #fc9b48;
  height: 265px;
  top: 110px;
  float: none;
  text-align: left;
}

.hero__image {
  background-size: contain;
  background-position: 0 0;
 }

.hide-mobile {
  display: none;
}

.hero__image { 
  top: 50px;
  height: 265px;
}
  
}



@media (max-width: 479px) {

 .hero__content {
  margin-top: 70px;
}
}

@media (min-width: 480px) and (max-width: 767px) {

 .hero__content {
  margin-top: 170px;
}
}



@media (max-width: 959px) {

.highlight-area__content.Teal {
  background-image: none;
  background-color: #009ca5;

}

}


@media (min-width: 768px) {

.hide-desktop {
  display: none;
}

}


@media (max-width: 480px) {
 .hero__content {
  height: 320px;
}

}

@media (max-width: 479px) {

  .highlight-area {
   width: 80%;
   margin-top: -100px;
   margin-left: 0;
   margin-right: auto;
  }

.highlight-area__content {
    padding: 24px 20px 0 20px;
    position: static; 
    background-image: none;
    background-color: #fc9b48;
    margin-top: 268px;
    min-width: 0;
    }

/* .highlight-area__image {
    top: 10px;
} */
    
    .highlight-area__image img {
   height: 300px;
}


  .highlight-area__description, .highlight-area__description p {
    font-size: 16px;
    color: #fff;
    padding-top: 0;
  }
  


.horizontal-scroll.large-scroll .horizontal-scroll__wrapper {
    width: 80% !important;
    margin: 0 10% !important;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.giga-white {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

}


@media (min-width: 480px) and (max-width: 959px) {


  .highlight-area {
   width: 80%;
   margin-top: -100px;
   margin-left: 0;
   margin-right: auto;
   max-width: 767px;
  }

.highlight-area__content {
    padding: 48px 20px 24px 48px;
    position: static; 
    background-image: none;
    /* background-color: #fc9b48; */
    margin-top: 278px;
    min-width: 0;
    }

.highlight-area__content.Blue {
    background-color: #267396;
    }


.highlight-area__content.Yellow {
    background-color: #ffc049;
    }


.highlight-area__content.Orange {
    background-color: #fd9a48;
    }
    
    .highlight-area__image img {
   height: 450px;
   
}

  .highlight-area__description, .highlight-area__description p {
    font-size: 16px;
    color: #fff;
    padding-top: 0;
  }
  


.horizontal-scroll.large-scroll .horizontal-scroll__wrapper {
    width: 90% !important;
    margin: 0 5% !important;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 767px !important;
}

.giga-white {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

}



@media (max-width: 479px) {

  .highlight-area__description, .highlight-area__description p, .highlight-area__description  .giga-white {
   max-width: 200px;
   
  }

.highlight-area__image {
  max-height: 450px;
}


} 

@media (max-width: 767px) {
.giga-white {
  margin-top: 24px;
}


}

@media  (min-width: 480px) and (max-width: 767px) {

 .highlight-area__description, .highlight-area__description p, .highlight-area__description  .giga-white {
    max-width: 300px; 
    }


}

@media  (min-width: 480px) and (max-width: 959px) {

.highlight-area__image {
  max-height: 350px;
}

}


@media (min-width: 767px) and  (max-width: 959px) {

 .highlight-area__description, .highlight-area__description p {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  
  .hero__description {
   max-width: 275px;  
    margin-top: 75px;
    margin-left: 130px;
    color: #fff;
    text-align: left;
    font-size: 18px;
  }
  
   .highlight-area__description {
    margin-top: 45px;
    color: #fff;
    text-align: left;
    font-size: 18px;
  }


}

@media (min-width: 960px) and  (max-width: 1199px)  {

.highlight-area {
    height: 300px;
}

.highlight-area__image {
  height: 300px; 
}



.highlight-area__content {
 width: 75%;
 min-width: 75%;
 padding: 0 48px 52px 75px;
 height: 300px;
 background-position: right;
 margin-top: auto;
 margin-left: auto;
 }
 
 .highlight-area__description {
  margin-top: 48px;
  padding-left: 25px;
  max-width: 90%;
 }
 
  .highlight-area__description .giga-white {
  margin-top: -15px;
  margin-bottom: 12px !important;
}


}

@media (min-width: 1200px) {

.highlight-area {
    height: 350px;
}

.highlight-area__image {
  height: 350px;
}


.highlight-area__content {
 height: 350px;
 margin-top: auto;
 margin-left: auto;
 width: 100%;
 min-width: 100%
 }

  .highlight-area__description {
 max-width: 50%;
 } 
  

}

/*

@media (min-width: 1500px) {

.highlight-area {
    height: 450px;
}

.highlight-area__image {
  height: 450px;
}


.highlight-area__content {
 height: 450px;
 }
 
.highlight-area__description {
  margin-top: 75px;   
  max-width:35%;
 } 
  


} */



.horizontal-scroll {
  position: relative;
  margin-top: 75px;
}

.horizontal-scroll.large-scroll {
  margin-top: 35px;
}

.horizontal-scroll:not(:last-child) {
  margin-bottom: 48px;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  /*float: left; */
  margin: 0 0 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  text-align: center;
  white-space: normal;
  /*-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
  word-spacing: normal;
}


.large-scroll .horizontal-scroll__item {
  width: 102%;
  overflow: hidden !important;
}

.horizontal-scroll.large-scroll  .horizontal-scroll__wrapper {
  width: 92%;
  margin: 0 4%;
  overflow-y: hidden;
  overflow-x: hidden;
  scroll-behavior: smooth;
}


.large-scroll .horizontal-scroll__item img {
  width: 100%;
}

.horizontal-scroll__item:last-child {
  padding-right: 0;
}
.horizontal-scroll__control {
  /* width: 96px; */
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  font-size: 24px;
  color: #317297;
}
.horizontal-scroll__control--left {
  left: -45px;
}
.horizontal-scroll__control--right {
  right: -45px;
}


.horizontal-scroll__control--left.alt-carousel {
  left: -65px;
}
.horizontal-scroll__control--right.alt-carousel {
  right: -65px;
}

.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
  color: #ffc222;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #d4d4d4 !important;
  cursor: default;
}

.horizontal-scroll--is-at-start .horizontal-scroll__control--left, .horizontal-scroll--is-at-end .horizontal-scroll__control--right  {
 -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
    opacity: 50%;
}



 @media (min-width: 960px) {

.horizontal-scroll__item img {
 max-width: 100%;
}

}



@media (max-width: 959px) {

.horizontal-scroll__contents {
  float: left; 
}


  .horizontal-scroll__control {
    width: 48px;
    display: block;
    z-index: 9999;
  }
 .large-scroll .horizontal-scroll__control--left {
    left: -18px;
  }
 .large-scroll .horizontal-scroll__control--right {
    right: -18px;
  }
  .large-scroll .horizontal-scroll__control--left {
    left: -24px;
  }
 .large-scroll .horizontal-scroll__control--right {
    right: -24px;
  }


  
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  white-space: normal;
  /*-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
  word-spacing: normal;
}

.horizontal-scroll__item.carousel-item {
  width: 100%;
}


}

 


.horizontal-scroll__control--left.alt-carousel.left-event-interior {
  left: -25px !important;
}
.horizontal-scroll__control--right.alt-carousel.right-event-interior {
  right: -25px !important;
}

    



@media (max-width: 767px) {

  .horizontal-scroll__item img {
  max-width: 180px !important;
  text-align: center;
  margin-left: 25px;
  margin-right: auto;
 }

  
  .horizontal-scroll.large-scroll .horizontal-scroll__item {
 max-width: 80%;
  }
  
.horizontal-scroll__item.carousel-item img {
  max-width: 100% !important;
  margin-left: 0;
}

  .large-scroll .horizontal-scroll__item, .horizontal-scroll__item.carousel-item {
  width: 100%;
  overflow: hidden !important;
}

 .large-scroll .horizontal-scroll__item:last-child {
  overflow: hidden !important;
}

.horizontal-scroll__item {
    max-width: 70vw; 
  }

.horizontal-scroll__item.carousel-item {
   max-width: 90vw;
}

.horizontal-scroll__item.carousel-item.narrow-carousel {
 max-width: 87vw; 
}


  
}




@media (max-width: 479px)  {


.horizontal-scroll__item.carousel-item {
   max-width: 87vw;
}

  .horizontal-scroll.large-scroll .horizontal-scroll__item {
 max-width: 50%;
  }



  .horizontal-scroll__control--left.alt-carousel {
    left: -42px;
  }
  .horizontal-scroll__control--right.alt-carousel {
    right: -42px;
  }

  .horizontal-scroll.large-scroll button {
   z-index: 9999 !important;
  }

}


@media (min-width: 480px) and  (max-width: 767px)  {

.horizontal-scroll__control--left.alt-carousel {
    left: -10px;
  }
.horizontal-scroll__control--right.alt-carousel {
    right: -10px;
  }


}

@media (min-width: 768px) and  (max-width: 959px)  {


.horizontal-scroll__control--left.alt-carousel {
    left: -24px;
  }
.horizontal-scroll__control--right.alt-carousel {
    right: -24px;
  }

}


@media (min-width: 480px) and  (max-width: 767px)  {

  .horizontal-scroll__item {
    max-width: 80vw; 
    width: 100%;
  }
      
  .horizontal-scroll__item img {
  max-width: 180px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
 }

  
  }


@media (min-width: 768px) {

.horizontal-scroll__item.carousel-item.narrow-carousel {
  width: 350px;
  overflow: hidden !important;
}



.blue-background-section.interior-section {
  margin-right: 25px;
  margin-top: 48px;
  margin-left: 0;
}


}


@media (min-width: 960px) {

.horizontal-scroll__item.carousel-item.narrow-carousel {
  width: 100%;
  overflow: hidden !important;
}

}

@media (min-width: 1200px) {

  .horizontal-scroll.large-scroll .horizontal-scroll__control--left {
    top: -50px;
  }
   .horizontal-scroll.large-scroll .horizontal-scroll__control--right {
    top: -50px;
  }



}

@media (min-width: 960px) {

.horizontal-scroll__item.carousel-item.event-interior-item {
  width: 100% !important;
}

}




/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright, 
.sfPageEditor .blue-background-section
 {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}

#ContentPlaceholder_C052_Col00, .sfPageEditor #ContentPlaceholder_C052_Col00 {
  display: none;
}

 .sfPageEditor .to-screen-edges,
  .sfPageEditor .content > .page-bounds > .hero,
  .sfPageEditor .content > .hero__content > .hero,
  .sfPageEditor .content > .page-bounds > .blue-background-section, 
  .sfPageEditor .blue-background-section,
  .sfPageEditor .content > .page-bounds > .page-footer__content, 
  .sfPageEditor .interior-banner {
    margin-left: 0;
    margin-right: 0;
  }
  .to-screen-edges__content {
    padding-left: 0;
    padding-right: 0;
  }



/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}


/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds,
  .hero__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #f1f1f1;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #d4d4d4;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #317297;
    color: #666;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #5e5e5e;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }


}


.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 100px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 25px 0;
  position: relative;
}
.quicklinks__item {
  position: relative;
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-size: 20px;
  font-weight: 700;
}
.quicklinks__description {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks__item {
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

/*! background images quicklinks style */

.quicklinks {
  margin-right: -4px;
}

@media (min-width: 960px) {
  .quicklinks:hover .quicklinks__title,
  .quicklinks:focus .quicklinks__title,
  .quicklinks:hover .quicklinks__more,
  .quicklinks:focus .quicklinks__more,
  .quicklinks:hover .quicklinks__subtitle,
  .quicklinks:focus .quicklinks__subtitle {
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .quicklinks {
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.quicklinks__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  padding-right: 0;
  transition: all 0.3s ease 0.5s;
  -webkit-transition: all 0.3s ease 0.5s;
}
.quicklinks__item:nth-child(2) .quicklinks__link::before {
  background: rgba(0, 75, 151, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 30%, #000000 100%);
}
.quicklinks__item:nth-child(3) .quicklinks__link::before {
  background: rgba(229, 25, 55, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 30%, #000000 100%);
}
.quicklinks__item:nth-child(4) .quicklinks__link::before {
  background: rgba(255, 210, 4, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 30%, #000000 100%);
}

@media (min-width: 960px) {
  .quicklinks__item {
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    min-height: 245px;
  }
  .quicklinks__item:hover,
  .quicklinks__item:focus {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .quicklinks__item {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
    min-height: 245px;
  }
}

@media (max-width: 767px) {
  .quicklinks__item {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .quicklinks__link {
    margin-bottom: 3px;
  }
}

.quicklinks__item:hover .quicklinks__title,
.quicklinks__item:focus .quicklinks__title,
.quicklinks__item:hover .quicklinks__more,
.quicklinks__item:focus .quicklinks__more,
.quicklinks__item:hover .quicklinks__subtitle,
.quicklinks__item:focus .quicklinks__subtitle {
  opacity: 1;
}
.quicklinks__item:hover .quicklinks__description,
.quicklinks__item:focus .quicklinks__description {
  max-height: 240px;
  transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
  -webkit-transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
}
.quicklinks__link {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  /* padding: 175px 10px 50px 25px; */
  padding: 45px 10px 45px 25px;
}

@media (min-width: 960px) {
  .quicklinks__link {
    min-height: 245px;
    margin-right: 1px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .quicklinks__link {
    min-height: 328px;
    margin-right: 1px;
    margin-bottom: 1px;
  }

}

.quicklinks__link::before {
  background: rgba(0, 147, 209, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 5%, #000 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-out;
  z-index: 2;
}
.quicklinks__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-out;
  z-index: 1;
}
.quicklinks__title,
.quicklinks__subtitle,
.quicklinks__description,
.quicklinks__more {
  position: relative;
  text-align: left;
  z-index: 3;
}
.quicklinks__title,
.quicklinks__subtitle,
.quicklinks__more {
  transition: opacity 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s;
}
.quicklinks__description {
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
  -webkit-transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
  z-index: 3;
}

@media (max-width: 959px) {
  .quicklinks__description {
    min-height: 0 !important;
  }
}

@media (min-width: 960px) {
  .quicklinks__description {
    margin: 0;
    max-height: 0;
  }
}

.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #fff;
}

@media (min-width: 1376px) {
  .quicklinks {
    margin-left: -48px;
    margin-right: -48px;
  }
}

/*! button quicklinks style */

.quicklink-buttons {
  background: #004b97;
  color: #fff;
  padding: 37.5px 0;
  position: relative;
  z-index: 1;
}
.quicklink-buttons ul {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.quicklink-buttons ul li {
  display: inline-block;
  margin-right: 12.5px;
  margin-top: 12.5px;
}
.quicklink-buttons ul li:last-child {
  margin-right: 0;
}

@media (max-width: 674px) {
  .quicklink-buttons ul li,
  .quicklink-buttons ul li .button--white {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .quicklink-buttons ul li {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {

.quicklinks {
  margin-left: 0;
  margin-right: 0;
}
}


a.policy .fa, a.policy .fas, a.policy .fad, a.policy .fab {
 color: #0587a9;
 font-size: 42px;
 text-align: center;
 margin: 12px auto;
 display: block;
}



a.policy .fa:hover, a.policy .fas:hover, a.policy .fad:hover, a.policy .fab:hover {
 color: #f99c31;
}


/* Staff Directory */


.blue-background-section {
  z-index: 1;
  position: relative;
}

.staff-item:hover  {
  background: rgba(0,0,0,0.6);
  z-index: 10;
  max-width: 280px;
  overflow: hidden;
}


.staff-item img {
  position: relative;
  z-index: -1;
}

.staff-item:hover img {
  transition: all 400ms ease-in;
  -webkit-transform: scale(1.3);
   -moz-transform: scale(1,3);
   -o-transform: scale(1.3);
   -ms-transform: scale(1.3);
   transform: scale(1.3);
  /* max-width: 280px; */
  overflow: hidden;
}



.staff-name {
  position: absolute;
  margin-top: -285px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;  
}



.staff-item:hover .staff-name {
  transition: none;
  -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   -ms-transform: none;
   transform: none;
}


.staff-title {
  position: absolute;
  margin-top: -245px;
  padding-left: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 260px;
  opacity: 0;
}

.staff-title.new-people {
  position: absolute;
  margin-top: -245px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 260px;
  opacity: 1;
}


.view-bio {
  position: absolute;
  margin-top: -75px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0;
}

.staff-item:hover .staff-title {
  opacity: 1;
  transition:opacity 2000ms;
  transition: all 1000ms ease-in; 
    }

.staff-item:hover .staff-title.new-people {
  opacity: 0;
  /* transition:opacity 2000ms;
  transition: all 1000ms ease-in; */
    }

.staff-item:hover .view-bio {
  opacity: 1;
  transition:opacity 2000ms;
  transition: all 1000ms ease-in;
    }


.bio-arrow {
  position: absolute;
  margin-top: -75px;
  padding-left: 20px;
}

img.bio-arrow-on {
  z-index: 11;
  display: inline-block;
  padding-top: 12px;
  -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   -ms-transform: none;
   transform: none;
}



.staff-item:hover .view-bio, .staff-item:hover  .staff-title {
  display: block;
}

.staff-item:hover .bio-arrow {
 display: none;
}


@media (max-width: 600px) {


.staff-name {
  margin-top: -225px;
}

.staff-title {
  margin-top: -190px;
  max-width: 150px;
}


}


@media (min-width: 960px) and (max-width: 1010px) {

.staff-name {
  margin-top: -265px;
}

.staff-title {
  margin-top: -225px;
}


}


@media (max-width: 479px) {

.grid.align-center {
  margin-left: 15% !important;
  margin-right: 10% !important;
}

.grid.align-center.speakers {
  margin-left: 25% !important;
  margin-right: 2% !important;
}

}

@media (min-width: 480px) and (max-width: 767px) {

.grid.align-center {
    margin-left: 35% !important;
    margin-right: 10% !important;
}

}


@media (min-width: 1200px) {

.grid.align-center {
  margin-left: 7% !important;
  margin-right: 2% !important;
}

.grid.align-center.speakers {
  margin-left: 13% !important;
  margin-right: 2% !important;
}


}

/* Speakers */


.speaker-item {

  max-width: 200px;
  max-height: 200px;
  text-align: center !important;
}

.speaker-item:hover  {
  background: rgba(0,0,0,0.6);
  z-index: 10;
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
}


.speaker-item img {
  position: relative;
  z-index: -1;
  max-width: 200px;
  max-height: 200px;
  text-align: center !important;
}

.speaker-item:hover img {
  max-width: 200px;
  max-height: 200px;
  transition: all 400ms ease-in;
  -webkit-transform: scale(1.1);
   -moz-transform: scale(1,1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
  overflow: hidden;
}



.speaker-name {
  position: absolute;
  margin-top: -175px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;  
}



.speaker-item:hover .speaker-name {
  transition: none;
  -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   -ms-transform: none;
   transform: none;
}


.speaker-title {
  position: absolute;
  margin-top: -245px;
  padding-left: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 260px;
  opacity: 0;
}



.view-bio {
  position: absolute;
  margin-top: -75px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0;
}

.speaker-item:hover .speaker-title {
  opacity: 1;
  transition:opacity 2000ms;
  transition: all 1000ms ease-in;
    }

.speaker-item:hover .view-bio {
  opacity: 1;
  transition:opacity 2000ms;
  transition: all 1000ms ease-in;
    }


.bio-arrow {
  position: absolute;
  margin-top: -75px;
  padding-left: 20px;
}

img.bio-arrow-on {
  z-index: 11;
  display: inline-block;
  padding-top: 12px;
  -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   -ms-transform: none;
   transform: none;
}



.speaker-item:hover .view-bio, .speaker-item:hover  .speaker-title {
  display: block;
}

.speaker-item:hover .bio-arrow {
 display: none;
}



.view-all-less-top  {
  margin-top: -48px;
}

.view-all-less-top a {
  font-weight: 400;
}

/* Search Pages  */
.search-facets__facet {
    display: inline-block;
    padding: 12px 24px;
    margin: 12px 12px 48px 0;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

/* Search Icons */
[class*=" search-icon-"]:before {
    content: "\f0ac";
} 

.search-icon-news:before, .search-icon-newsitem:before {
    content: "\f1ea";
}

.search-icon-event:before {
    content: "\f073";
}

.search-icon-CurrentIssue:before {
    content: "\f64f";
}

.search-icon-Partner:before {
    content: "\f4c4";
}

.search-icon-People:before, .search-icon-Speaker:before, .search-icon-StaffMember:before {
    content: "\f500";
}

.search-icon-Resource:before {
    content: "\f15c";
}

.search-icon-file:before, .search-icon-document:before {
    content: "\f56d";
}

.indent {
  margin-left: 24px;
}

/* Blue Background */
.blue-background {
  background: linear-gradient( to right, rgba(0,149,183,1) 0%, rgba(7,130,164,1) 35%, rgba(30,122,156,1) 100%);
}


.partners-view-all {
  margin-top: -30px;
  margin-bottom: 75px;
}

.scrollMarginTop-180px {
  scroll-margin-top: 180px;
}

.interior-banner-image-container {
  position: relative;
  margin-bottom: 0;
  height: 150px;
}

.interior-banner-image-container::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.interior-banner-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1400px) {
.interior-banner-image-container {
  min-height: 200px;
}
}

@media (min-width: 1600px) {
.interior-banner-image-container {
  min-height: 250px;
}
}


@media (min-width: 1800px) {
.interior-banner-image-container {
  min-height: 350px;
}
}

@media (max-width: 599px) {
  .interior-banner-image-container {
    margin-bottom: -24px;
    min-height: 350px;
  }
}

@media (min-width: 600px) and  (max-width: 767px) {
  .interior-banner-image-container {
    margin-bottom: 24px;
    min-height: 444px;
  }
}

.related-content {
  background: #f5f5f5; 
  padding: 24px;
}

@media (max-width: 767px) {

.interior-banner.event-detail-banner {
   margin-left: -24px;
    margin-right: -24px; 
}


.interior-banner.event-detail-banner img {
    margin-top: 48px;
    margin-left: 0;
    max-width: 100%;
    height: auto;
}



}

.hero__actions {
  margin-top: 24px;
  position: absolute;
  left: 5%;
  z-index: 2;
  top: 70%;
}

@media (max-width: 599px) {
  .hero__actions {
    left: 55%;
    top: 20%;
}
}

@media  (min-width: 600px) and (max-width:767px) {
  .hero__actions {
    top: 40%;
}
}

@media (max-width: 767px) {
  .hero__actions.twenty-four-home {
    left: 55%;
    top: 35%;
}
}

.blue-background-section.blue-no-top {
  margin-top: 0;
}

.blue-background-section.orange-change {
  background: none;
  border: #F99D31 solid 1px;
  padding: 24px;
  color: #666;
}

.third-width-orange-outline-container.white-container {
 background: #fff;
 border: none;
 margin-top: -24px;
}
.third-width-orange-outline-container.white-container .item-list__description {
 color: #444;
}

.blue-background-section a.white-link.no-top {
  padding-top: 0;
}

.white-line {
  border-bottom: #fff solid 1px;
  margin-bottom: 64px;
}

.bill-search h2 {
  text-align: left;
  margin-top: 50px;
  float: left;
  margin-right: 25px;
 } 
 
 .tagline {
   background: rgb(241,159,80);
   background: linear-gradient(90deg, rgba(241,159,80,1) 0%, rgba(243,174,82,1) 35%, rgba(245,193,86,1) 100%); 	
   color: #fff !important;
   z-index: 12;
   position: absolute;
   padding: 24px 20px 16px 20px;
   font-weight: bold;
   top: -36px;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 75%;
 }
 
 .tagline h3 {	
 	color: #fff;
 	font-weight: 500;
 	font-size: 26px;
 	line-height: 30px;
 }
 
 @media (max-width:767px) {
    .tagline h3 {	
 	font-size: 20px;
 	line-height: 24px;
 }
 
 .third-width-orange-outline-container.white-container {
     max-width: 95%;
  }

  }

 .content > .page-bounds > .hero.new-hero:first-child, .content > .hero__content > .hero.new-hero:first-child  {
       margin-top: 0; 
  }
   
@media (max-width:767px) {
 .tagline {
   position: absolute;
   top: -37px;
   width: 100%;
 }
 
  .content > .page-bounds > .hero.new-hero:first-child, .content > .hero__content > .hero.new-hero:first-child  {
       margin-top: 64px; 
  }

}
@media (min-width:600px) and (max-width:767px) {
 .hero__image.twenty-four-image {
    top: 27px;
  }
  }