/*! ---------- =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: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  /* margin: 0 auto; */
  border: 0;
}
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;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
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;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
  border: #d8d8d8 solid 1px;
  width: 100%;
  min-height: 250px;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  border: #d8d8d8 solid 1px;
  width: 245px;
  height: 35px;
  margin-bottom: 15px;
  color: #9b9b9b;
  background: #fff;
}


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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #000;
  -ms-text-size-adjust: 100%;
  line-height: 24px;
  -webkit-text-size-adjust: none;
  background: #fff;
  width: 100%;
  /* overflow-x: hidden; */
  position: relative;
}

p, ol, ul, h1, h2, h3, h4, h5, h6, dl {
  margin-bottom: 16px;
}
p, ol, ul, dl {
  orphans: 2;
  widows: 2;
}
p:last-child,
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #444;
}
h1, h2 {
  font-weight: 400;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #20285c;
}
h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #20285c;
  margin-top: 25px;
}
h2 a {
  color: #001e60;
}
h2 a:hover {
  text-decoration: underline;
}
h2.price-total {
  font-size: 20px;
}
h2.price-total.green {
  color: #6d7845;
}
h2.price-total .gray {
  color: #444;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 25px;
  color: #006272;
}

@media (min-width: 720px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
}


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

a {
  text-decoration: none;
  color: #149ed9;
  font-weight: 600;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
}
a:hover {
  color: #ba0c2f;
}

.block {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.img-left {
  margin-bottom: 20px;
  margin-right: 10px;
}
.img-left.icon-left {
  margin-bottom: 0;
  margin-right: 25px;
}

.img-right {
  margin-bottom: 20px;
}

.img-left.event-image {
  margin-bottom: 0;
  float: left;
  display: inline-block;
  margin-right: 15px;
}

.clear {
  clear: both;
}

.center,
img.center {
  text-align: center !important;
  margin: 0 auto !important;
}


@media (min-width: 720px) {
  .img-left {
    /* max-width: 35%; */
    float: left;
    margin-right: 25px;
  }
  .img-left.app-button {
    max-width: none;
    float: left;
    margin-right: 5px;
  }

  .img-right {
    float: right;
    margin-left: 25px;
  }
  .img-right.app-button {
    max-width: 35%;
    float: right;
    margin-left: 5px;
  }
}


.icon-left {
  float: left;
  margin-right: 25px;
  margin-top: 25px;
  display: block;
}

.app-left {
  float: left;
}
.app-left.sm-likes {
  margin-top: 0;
  padding: 0 10px 25px 0;
}

.key-entry {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

.key-entry-image {
  display: block;
  float: left;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -15px;
}

.margin-small {
  margin-bottom: 12.5px;
}

.margin,
.margin-large {
  margin-bottom: 25px;
}

.arrow::after,
.page-nav__toggle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-right-width: 0;
  border-left-color: #168f9d;
  -webkit-transform: scaleY(0.667);
  -ms-transform: scaleY(0.667);
  transform: scaleY(0.667);
}

.more {
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 700;
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 12.5px 25px;
  background: #ba1f31;
  color: #fff;
  border-radius: 7px;
  min-height: 55px;
  text-align: center;
  font-weight: 300;
  font-size: 21px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (max-width: 719px) {
  .button {
    max-width: 280px;
    margin: 0 auto;
  }

  .clear-mobile {
    clear: both;
  }
}


.button.red-button {
  background: #ba1f31;
}

.button.pink-button {
  background: #dd9098;
}

.button a {
  font-weight: 300;
}
.button:hover {
  background: #20285c;
  color: #fff;
}
.button.red-button:hover {
  background: #20285c;
}
.button.reverse-button {
  background: #005879;
  color: #fff;
}
.button.reverse-button:hover {
  background: #b92335;
}
.button.full-width {
  width: 100%;
  text-align: center;
}
.button + .button {
  margin-left: 12.5px;
}

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

.icon-x {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: transparent url("/images/default-source/page-layout-images/icon-x.png") no-repeat 50% 50%;
  background-size: 13px 13px;
}

.tag {
  display: inline-block;
  vertical-align: middle;
  padding: 6.25px 25px;
  margin: 0 12.5px 6.25px 0;
  border-radius: 2px;
  font-size: 16px;
  color: #444;
  background: #d8d8d8;
}
.tag .icon-x {
  margin-left: 0.5em;
}

.item-list {
  list-style: none;
  margin: 0 0 25px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list__item {
  margin-top: 25px;
  margin-bottom: 25px;
}
.item-list__item + .item-list__item {
  margin-top: 25px;
}
.item-list--separated .item-list__item + .item-list__item {
  margin-top: 12.5px;
  padding-top: 12.5px;
  border-top: 1px solid #d8d8d8;
}
.item-list__title {
  display: block;
  font-weight: 400;
  font-size: 22px !important;
  margin-top: 25px;
  line-height: 24px;
}
a.item-list__title span {
  color: #084483;
}
.item-list__icon,
.item-list__date {
  display: block;
  color: #149eda;
  margin-top: 0;
  margin-bottom: 0;
}
.item-list__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 25px 0 0;
  float: left;
}

.thumb {
  margin-top: 0;
  margin-bottom: 25px;
}


@media (max-width: 1400px) {
  .item-list__title {
    /* clear: both; */
  }
}


@media (min-width: 1401px) {
}

/*.item-list__date {
  text-align: center;
  font-size: 16px;
  line-height: 18.75px;
}*/

.item-list__month {
  display: block;
}

.list-item-sponsors {
  color: #913f2e;
  font-weight: 600;
}

.schedule__time {
  font-size: 16px;
  font-weight: 700;
}
.schedule__item {
  margin-bottom: 12.5px;
}
.schedule__item:last-child {
  margin-bottom: 0;
}

.content-box {
  padding: 25px;
  margin-bottom: 25px;
  background: #f1f1f1;
}
.content-box:last-child {
  margin-bottom: 0;
}

.pagination {
  margin: 12.5px 0 25px;
  font-size: 16px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 3.125px;
  text-align: center;
}
.pagination__overview,
.pagination p {
  padding: 0 !important;
  margin-right: 25px;
  font-style: italic;
  opacity: 0.8;
}
.pagination p {
  display: inline-block;
}
.pagination__page {
  font-weight: 700;
  color: #444;
  border-radius: 4px;
  min-width: 31.25px;
}
.pagination__current,
.pagination__page.current {
  min-width: 31.25px;
  background: #20285c;
  color: #fff;
  border-radius: 4px;
}
.pagination__page:hover {
  background: #ba1f31;
  color: #fff;
}
.pagination__fold {
  opacity: 0.4;
}

.accordion__title {
  padding: 12.5px 25px 12.5px 12.5px;
  font-weight: 400;
  background: #f1f1f1;
  position: relative;
}
.js .accordion__title::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #168f9d;
  position: absolute;
  right: 12.5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: scaleX(0.667);
  -ms-transform: scaleX(0.667);
  transform: scaleX(0.667);
  content: '';
  display: block;
  /* width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #23529f;
    position: absolute;
    right: 12.5px;
    top: 50%;
    margin-top: -5px;
    transform: scaleX(0.667); */
}
.js .accordion__title.is-active::after {
  -webkit-transform: scaleX(0.667) scaleY(-1);
  -ms-transform: scaleX(0.667) scaleY(-1);
  transform: scaleX(0.667) scaleY(-1);
}
.js .accordion__content {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.js .accordion__content.is-active {
  max-height: 3000px;
  padding-bottom: 25px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.js .ui-accordion-content {
  padding-bottom: 25px;
}

.js .toggle-target {
  display: none;
}
.js .toggle-target.is-active {
  display: block;
}
.js .tabs__pane {
  display: none;
}
.js .tabs__pane.is-active {
  display: block;
}

.group:after,
.item-list__item:after,
.page-header:after,
.page-nav > ul:after,
.interior-layout:after {
  content: "";
  display: table;
  clear: both;
}


@media (max-width: 469px) {
  .button {
    display: block;
  }
  .button + .button {
    margin: 12.5px 0 0;
  }

  .pagination__overview {
    display: block !important;
  }
}

@media (min-width: 470px) {
  .pagination a,
  .pagination span {
    padding: 3.125px 6.25px;
  }
}


@media (max-width: 719px) {
  .min-m {
    display: none !important;
  }

  .img-left {
    margin: 25px auto;
    text-align: center;
  }
  .img-left.accordion-icons {
    margin: 0 auto 10px auto;
    text-align: center;
  }

  .hide-on-desktop {
    display: block;
  }

  .hide-on-mobile {
    display: none !important;
  }
}


.accordion-icons {
  -webkit-filter: brightness(50%) hue-rotate(13deg);
  filter: brightness(50%) hue-rotate(13deg);
}


@media (min-width: 720px) {
  .max-m {
    display: none !important;
  }

  .margin-large {
    margin-bottom: 50px;
  }

  .item-list + .more {
    position: relative;
    top: -25px;
  }
  .item-list--indented + .more {
    /* margin-left: 100px; */
  }
  .item-list {
    margin-bottom: 50px;
  }/* .item-list__icon, .item-list__date {
    width: 75px;
    height: 75px;
    padding: 12.5px 0;
  }*/

  .item-list__icon ~ .item-list__title,
  .item-list__icon ~ .item-list__description,
  .item-list__date ~ .item-list__title,
  .item-list__date ~ .item-list__description {
  }
  .item-list__date {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .item-list__month {
    font-weight: 400;
  }

  .schedule {
    position: relative;
  }
  .schedule__time {
    width: 175px;
    position: absolute;
    left: 0;
    text-align: right;
  }
  .schedule__item {
    margin-left: 200px;
  }

  .content-box {
    margin-bottom: 50px;
  }

  .hide-on-desktop {
    display: none;
  }
}


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

.grid {
  display: block;
  padding: 0;
  margin-right: -25px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: left;
}
.grid.account-grid {
  max-width: 100%;
}
.grid.account-grid  .grid__unit {
  padding-right: 0;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 25px 25px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}


@media (max-width: 720px) {
}

/*
.grid__unit.ad-space img {
width: 300px;
margin: 0 auto;
text-align: center !important;
}*/

.grid__unit--1-1 {
  width: 100% !important;
}
.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%;
}

@media (min-width: 470px) {
  .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%;
  }
}

@media (min-width: 720px) {
  .grid {
    margin-right: -50px;
  }
  .grid__unit {
    padding: 0 0 50px 0;
  }
  .grid.account-grid .grid__unit {
    padding: 0 0 25px 0;
  }
  .grid.account-grid .grid__unit.licenses {
    padding: 0 0 3px 0;
  }
  .grid__unit.landing-unit {
    padding: 0 0 50px 0;
  }
  .grid__unit--1-2-m {
    width: 45% !important;
    margin-right: 10px;
  }
  .grid__unit--1-3-m {
    width: 30%;
  }
  .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%;
  }
}


.related-container {
  text-align: center;
  margin: 0 auto;
  width: 225px;
}

ul.search-list a {
  color: #20285c;
}
ul.search-list a:hover {
  color: #ba1f31;
}


@media (min-width: 960px) {
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 32.2%;
  }
  .grid__unit--1-3-l.home-resources {
    border-right: #20275b solid 2px;
    width: 33%;
  }
  .grid__unit--1-3-l.home-resources:nth-child(4) {
    border-right: none;
  }

  .related-container {
    text-align: center;
    margin: 0 auto;
    width: 100px;
  }
  .related-container img {
    width: auto;
    height: 75px;
  }

  .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%;
  }
}

@media (min-width: 1200px) {
  .grid__unit--1-3-w.related {
    width: 30%;
    border-right: #20275b solid 2px;
  }
  .grid__unit--1-3-w.related:last-child {
    border-right: none;
  }
  .grid__unit--1-2-m {
    margin-right: 25px;
  }
  .grid__unit--1-3-l {
  }
  .grid__unit--1-3-l.home-resources {
  }
}

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

.grid.home-page-grid {
}

@media (min-width: 1500px) {
  .grid.home-page-grid {
    max-width: 1460px;
    margin: 0 auto;
    text-align: center;
  }
}


@media (min-width: 1600px) {
  .related-container {
    width: 175px;
  }
  .related-container img {
    height: 112px;
  }
}


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

input[type="text"],
input[type="password"] {
  display: block;
  width: 100%;
  padding: 6.25px 12.5px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
input.ethics[type="text"] {
  width: 280px;
}


/*! ---------- =search ---------- */

.debug-url {
  background-color: #efe;
  border: 2px solid #0f0;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.search-current-tags {
  margin-bottom: 25px;
}

.refine-search__form {
  position: relative;
}
.refine-search__title {
  margin-bottom: 12.5px;
}
.refine-search__list {
  margin-bottom: 25px;
}

@media (min-width: 960px) {
  .refine-search__list {
    margin-bottom: 50px;
  }
}


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

html {
  overflow-x: hidden;
}

.content {
  padding: 25px;
}
.content,
.page-width {
  display: block;
  /* max-width: 1500px; */
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 960px) {
  .content {
    padding: 50px;
  }
}


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

.page-header {
  width: 100%;
  max-width: none !important;
}

@media (max-width: 719px) {
  .page-header {
    padding: 10px;
  }
}


.header-text {
  margin: 75px auto;
  text-align: center;
  color: #444;
  font-size: 36px;
  line-height: 36px;
  width: 100%;
}

.header-logo a,
.header-logo img {
  display: block;
}

.header-utility {
  color: #444;
  display: none;
  padding: 12.5px 0;
  clear: both;
  text-align: center;
  background: transparent;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header-utility__item {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.85;
  width: 45%;
  padding: 12.5px 0;
  margin: 0;
  color: #444;
}
.header-utility__icon {
  vertical-align: middle;
  max-width: 30px;
  max-height: 24px;
  display: block;
  margin: 0 auto;
}

.header-actions__item {
  vertical-align: middle;
  color: #5b2b62;
  display: block;
  padding: 6.25px 25px;
}

.page-nav ul {
  list-style: none;
  margin: 0;
  display: none;
}
.page-nav a {
  display: block;
  padding: 6.25px 50px 6.25px 25px;
}


@media (max-width: 719px) {
  .header-text {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px;
    clear: both;
  }

  body::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
  }
  body.is-active::before {
    z-index: 20;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease, visibility 0s linear, z-index 0s linear;
    transition: opacity 0.2s ease, visibility 0s linear, z-index 0s linear;
  }

  .header-logo {
    padding: 12.5px 0;
    margin: 0 25px;
    /*  width: 100px; */
  }
  .header-logo img {
    max-width: 75px;
    height: auto;
  }
}


@media (min-width: 720px) {
  .header-buttons {
    position: absolute;
    right: -150px;
    top: 65px;
  }

  .header-user {
    position: absolute;
    right: 50px;
    top: 65px;
  }
}


a.login-button {
  background: url(/images/default-source/page-layout-images/btn-login.png) no-repeat;
  float: left;
  display: block;
  padding-top: 0;
  width: 173px;
  height: 56px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-right: 15px;
  z-index: 60 !important;
  position: absolute;
}

@media (max-width: 959px) {
  .media-body {
    position: absolute;
    top: 90px !important;
    right: 90px !important;
  }
  .media-body a.button {
    margin-bottom: 20px;
  }
  .media-body .button + .button {
    margin-left: 0;
  }

  a.login-button {
    top: 25px !important;
    right: 90px !important;
  }
}

@media (min-width: 960px) {
  .header-user {
    right: 160px;
  }

  .header-buttons {
    right: -50px;
  }

  .media-body {
    position: absolute;
    top: 17px !important;
    right: 275px !important;
  }
  .media-body a.button {
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .media-body .button + .button {
    margin-left: 20px;
  }

  a.login-button {
    top: 17px !important;
    right: 200px !important;
    font-size: 24px;
    margin-right: 75px;
  }
}


.header-buttons img {
  float: left;
  margin-left: 9px;
}

a:hover.login-button {
  background: url(/images/default-source/page-layout-images/btn-login-blue.png) no-repeat;
}
a.search-header {
  background: url(/images/default-source/page-layout-images/icon-search.png) left no-repeat;
  float: left;
  display: block;
  padding-top: 0;
  width: 63px;
  height: 56px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-right: 5px;
}
a:hover.search-header {
  background: url(/images/default-source/page-layout-images/icon-search-blue.png) left no-repeat;
}
a.toggle-menu {
  float: left;
  display: block;
  padding-top: 0;
  width: 145px;
  height: 56px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-right: 5px;
}
a:hover.toggle-menu {
}

.header-toggle {
  background: url(/images/default-source/page-layout-images/icon-menu.png) no-repeat;
  display: block;
  margin: 0;
  width: 145px;
  height: 56px;
  border-radius: 4px;
  position: relative;
  right: 275px;
  top: 0;
  z-index: 4;
}
.header-toggle:hover {
  background: url(/images/default-source/page-layout-images/icon-menu-blue.png) no-repeat;
}
.header-toggle.is-active img.open {
  display: none;
}
.header-toggle.is-active {
  background: url(/images/default-source/page-layout-images/icon-close.png) no-repeat right;
  width: 211px;
  height: 50px;
  position: absolute;
  top: 12.5px;
  right: 12.5px;
  z-index: 51;
}
.page-header.shrink .header-toggle.is-active {
  display: none;
}

@media (min-width: 720px) and (max-width: 959px) {
  .header-toggle.is-active {
    top: -50px;
    right: 250px;
  }

  a.login-button {
    top: 90px !important;
    right: 0 !important;
    margin-right: 75px;
  }
}


@media (min-width: 960px) {
  .header-toggle.is-active {
    background: url(/images/default-source/page-layout-images/icon-close.png) no-repeat right;
    width: 211px;
    height: 50px;
    position: absolute !important;
    top: -45px !important;
    right: 50px !important;
  }
}




@media (max-width: 719px) {
  .header-buttons {
    position: absolute;
    right: 75px;
    top: 12.5px;
  }

  .header-toggle .header-user {
    display: none !important;
  }
  .header-toggle.is-active .header-user {
    display: block;
  }

  .header-buttons img {
    float: none;
    margin-left: auto;
  }

  a.login-button {
    float: none;
    display: block;
    margin-top: 65px;
    margin-right: 0;
    padding-top: 0;
    width: 173px;
    height: 56px;
    color: #fff;
    text-align: center;
    font-size: 24px;
  }

  .header-buttons img.search-button {
    margin-top: 0;
  }

  .header-toggle {
    display: block;
    width: 145px;
    height: 56px;
    margin: 0 0;
    border-radius: 4px;
    position: absolute;
    right: -57px;
    top: 0;
    z-index: 51;
  }
  .header-toggle.is-active {
    top: 5px;
  }
}


.header-toggle img {
  display: block;
  max-width: 100%;
}

.header-content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background: rgba(34, 56, 108, 0.97);
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: visibility 0s linear 0.2s, all 0.2s ease-out;
  transition: visibility 0s linear 0.2s, all 0.2s ease-out;
}
.header-content.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: visibility 0s linear, all 0.2s ease-out;
  transition: visibility 0s linear, all 0.2s ease-out;
  overflow-x: hidden;
}

.grid.red-bar-container {
  padding: 0;
  margin: 0;
  text-align: center;
}
.grid.red-bar-container .utility-nav-active {
  padding: 25px 0 0 0;
  margin: 0 auto;
  text-align: center;
  min-height: 72px;
}
.grid.red-bar-container  .utility-nav-active a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  width: 18%;
  font-family: 'Open Sans', sans-serif !important;
}

@media (max-width: 1100px) {
  .utility-nav-active a {
    display: block;
    text-align: center;
    width: 100% !important;
    clear: both;
  }
  .grid.red-bar-container .utility-nav-active {
    min-height: 200px;
  }
}


.header-content a {
  color: #fff;
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}

.utility-nav-active {
  background: #bb2031;
}

.header-utility__welcome {
  display: block;
  padding: 25px 0;
  color: #5b2b62;
}
.header-utility__icon--large {
  display: none;
}

.header-actions {
  padding: 18.75px 0;
  background: #d8d8d8;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: none;
}

.page-nav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 25px;
  display: block;
}
.page-nav li {
  position: relative;
}
.page-nav__toggle {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.page-nav__toggle::after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12.5px;
  margin-top: -6.25px;
  border-width: 12.5px 12.5px 0;
  border-color: #168f9d transparent transparent;
  -webkit-transform: scaleX(0.667);
  -ms-transform: scaleX(0.667);
  transform: scaleX(0.667);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-nav__toggle.is-active::after {
  -webkit-transform: rotate(180deg) scaleX(0.667);
  -ms-transform: rotate(180deg) scaleX(0.667);
  transform: rotate(180deg) scaleX(0.667);
}
.page-nav > ul > li > a {
  padding: 12.5px 25px;
  font-weight: 400;
}
.page-nav li ul {
  display: none;
  padding: 12.5px 0;
  background: #d8d8d8;
}
.page-nav li ul.is-active {
  display: block;
}
li ul .page-nav__toggle {
  height: 37.5px;
}
li ul .page-nav__toggle::after {
  border-top-color: #fff;
}
.page-nav li li li a {
  padding-left: 37.5px;
}
.page-nav h1 {
  display: block;
  margin: 20px;
}


@media (min-width: 470px) and (max-width: 719px) {
  .header-utility__item {
    width: 23.5%;
  }
}

@media (min-width: 720px) {
  .page-header {
    padding: 25px 0 0;
    max-width: 1500px;
    margin: 0 auto;
  }

  .header-toggle {
    /* display: none; */
  }

  .header-utility {
    position: absolute;
    right: 25px;
    top: 0;
    padding: 12.5px 25px;
    border-radius: 0 0 12.5px 12.5px;
  }
  .header-utility__welcome,
  .header-utility__item {
    vertical-align: baseline;
  }
  .header-utility__item {
    margin-left: 25px;
  }
  .header-utility__item:hover {
    color: #fff;
    opacity: 1;
  }
  .header-utility__icon--small {
    display: none;
  }

  .header-actions {
    position: absolute;
    right: 25px;
    top: 87.5px;
    display: none;
  }
  .header-actions__item {
    display: inline-block;
    margin-left: 12.5px;
  }

  a.login-button.hide-on-desktop {
    display: none;
  }

  .page-nav {
    clear: both;
    margin: 25px -25px 0;
    padding: 0 12.5px;
    background: #4d4d4d;
    position: relative;
    display: none;
  }
  .page-nav::before,
  .page-nav::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #4d4d4d;
  }
  .page-nav::before {
    right: 100%;
  }
  .page-nav::after {
    left: 100%;
  }
  .page-nav a {
    color: #5b2b62;
  }
  .page-nav a:hover {
    color: #9c0b27;
  }
  .page-nav__toggle {
    display: none;
  }
  .page-nav > ul {
    position: relative;
  }
  .page-nav > ul > li {
    width: 16.6%;
    float: left;
    position: static;
  }
  .page-nav > ul > li > a {
    height: 100%;
    padding: 12.5px;
    line-height: 18.75px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .page-nav > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
    width: 96%;
    white-space: normal;
  }
  .page-nav > ul > li > a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 37.5px;
  }
  .page-nav > ul > li > a::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border: 12.5px solid transparent;
    border-bottom-width: 0;
    border-top-color: #168f9d;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -12.5px;
    z-index: 60;
  }
  .page-nav > ul > li > ul {
    display: block;
    position: absolute;
    left: -12.5px;
    right: -12.5px;
    top: 100%;
    padding: 25px;
    border: 1px solid #d8d8d8;
    background: #fff;
    -webkit-column-count: 3;
    column-count: 3;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: z-index 0s linear 0.4s, visibility 0s linear 0.4s, all 0.4s ease-out;
    transition: z-index 0s linear 0.4s, visibility 0s linear 0.4s, all 0.4s ease-out;
  }
  .page-nav > ul > li > ul > li > a {
    font-weight: 700;
    color: #168f9d;
    margin-bottom: 6.25px;
  }
  .page-nav > ul > li > ul > li > a:hover {
    color: #9c0b27;
  }
  .page-nav > ul > li.is-current > a {
    background: rgba(255, 255, 255, 0.2);
  }
  .page-nav > ul > li:hover > a {
    color: #fff;
    background: #168f9d;
  }
  .page-nav > ul > li:hover > a::after {
    display: block;
  }
  .page-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 50;
    -webkit-transition: z-index 0s linear, visibility 0s linear, all 0.2s ease-out;
    transition: z-index 0s linear, visibility 0s linear, all 0.2s ease-out;
  }
  .page-nav li li li {
    font-size: 16px;
  }
  .page-nav li li ul {
    padding: 0 0 25px;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .header-utility,
  .header-actions,
  .page-nav {
    font-size: 16px;
  }
  .header-utility__icon {
    display: none;
  }
}

@media (min-width: 960px) {
  .page-header {
    /* padding-left: 50px;
    padding-right: 50px; */
  }

  .header-utility,
  .header-actions {
    right: 50px;
  }
  .header-actions__item {
    margin-left: 25px;
  }

  .page-nav > ul > li > a {
    padding: 18.75px 12.5px;
  }

  .landing-content {
    max-width: 400px;
  }
}

.landing-content {
  margin-top: 25px;
}


.header-nav ul ul ul,
.header-nav__toggle {
  display: none;
}
.header-nav {
  padding: 10em 1em 1em;
}
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav__list > .header-nav__item {
  margin-bottom: 2em;
}
.header-nav__item a {
  font-size: 22px;
  font-weight: 700;
}
.header-nav__item .header-nav__item {
  margin-top: 0.25em;
}
.header-nav__item .header-nav__item a {
  font-size: 17px;
  font-weight: 400;
}

@media (min-width: 720px) {
  .header-nav__list::after {
    content: '';
    display: table;
    clear: both;
  }
  .header-nav__list {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .header-nav__list > .header-nav__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 1em;
    letter-spacing: normal;
    text-rendering: auto;
  }
}

@media (min-width: 960px) {
  .header-nav {
    padding-top: 7em;
  }
  .header-nav__list > .header-nav__item {
    width: 33%;
  }
}

@media (min-width: 1400px) {
  .header-nav {
    padding: 6em 2em 0 2em;
  }
  .header-nav__list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: -2em !important;
  }
  .header-nav__list > .header-nav__item {
    width: auto;
    padding-right: 2em;
  }
}

@media (min-width: 1400px) and (min-height: 800px) {
  .header-content.is-active {
    position: fixed;
  }
  .header-nav__list {
    position: absolute;
    left: 3em;
    right: 3em;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-nav + .red-bar-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}


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

.page-footer {
  clear: both;
  font-size: 17px;
  background-image: linear-gradient(to right top, #22386c, #28477d, #2e578f, #3567a0, #3b78b1);
  color: #fff;
  text-align: center;
}
.page-footer .page-width {
  padding: 0 25px;
}
.page-footer p {
  margin-bottom: 12.5px;
}
.page-footer a {
  color: #45a5b1;
}

.footer-name {
  margin: 0 -25px 25px;
  padding: 12.5px 25px;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}

.footer-nav__heading {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.footer-nav__item {
  display: block;
}

.footer-social__icon {
  display: inline-block;
  width: 50px;
  opacity: 0.9;
}
.footer-social__icon:hover {
  opacity: 1;
}
.footer-social__icon + .footer-social__icon {
  margin-left: 12.5px;
}

.lora {
  font-family: "Lora";
  font-size: 16px;
  color: #c6c9d4;
}

.numbers,
.numbers a {
  font-size: 17px;
  color: #fff;
}

.copyright {
  color: #c6c9d4;
  line-height: 30px;
}


@media (min-width: 720px) {
  .footer-name {
    padding: 25px;
  }
}


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

  .social {
    margin-left: 90px;
  }
}

@media (min-width: 1200px) {
  .page-footer {
    height: 290px;
  }

  .social {
    margin-left: 125px;
  }
}


/*! ---------- =home ---------- */

.home-feature__pane {
  display: block;
  height: 240px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.home-feature__title {
  padding: 12.5px 25px;
  margin: 0;
  position: absolute;
  top: 12.5px;
  left: 200px;
  text-align: right;
  font-weight: 700;
  color: #444;
  text-shadow: 0 0 1px #fff, 0 0 5px rgba(255, 255, 255, 0.4);
}

.header-hero-title {
  margin: -25px auto 25px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #20275c;
}

.home-icon {
  height: 75px;
  margin-bottom: 25px;
}

.home-explore h1,
.home-explore h3 {
  color: #168f9d;
  font-weight: 400;
}

.home-what-we-do h1,
.home-what-we-do h4 {
  color: #5b2b62;
  font-weight: 400;
}

.home-who-we-are h1,
.home-who-we-are h4 {
  color: #86afb3;
  font-weight: 400;
}

.related-content {
  clear: both;
  margin-top: 50px;
  border-top: #129eda solid 1px;  
  padding-top: 25px;
}
.related-content__icon {
  display: inline-block;
  vertical-align: middle;
  height: 1.3em;
  margin-right: 0.3em;
}

.related-title {
  color: #fff;
  background: #001e60;
  margin-bottom: 20px;
  font-size: 24px;
  padding: 20px;
}


@media (min-width: 480px) {
  .header-hero-title {
    font-size: 36px;
  }
}


@media (max-width: 719px) {
  .home-feature__nav {
    display: none;
  }
}


@media (min-width: 720px) {
  .header-hero-title {
    width: 60%;
    margin: 0;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
  }
  .home-hero-title {
    top: 190px;
  }
  .home-page-buttons {
    padding-top: 36px;
    padding-bottom: 12px;
  }
}


@media (max-width:1299px) {
  .interior-layout--reverse .interior-layout__nav,
  .interior-layout--reverse .interior-layout__aside,
  .interior-layout__nav {
    float: none;
    width: 100% !important;
  }
}


@media (min-width: 960px) {
  .content-to-left {
    width: auto;
    float: none;
    overflow: hidden;
  }
}


@media (min-width: 1100px) {
  .header-hero-title {
    width: 70%;
  }
  .home-hero-title {
    top: 145px;
    font-size: 48px;
  }
  .header-hero-title:not(.home-hero-title) {
    font-size: 54px;
    top: 207px;
  }
}


@media (min-width: 1300px) {
  .interior-layout--reverse,
  .interior-layout__nav,
  .interior-layout--reverse .interior-layout__aside,
  .interior-layout--reverse {
    float: right;
    width: 300px;
  }

  .more-top-blog-thumb {
    margin-top: 20px;
  }

  .home-hero-title {
    font-size: 54px;
  }
}


@media (min-width: 1600px) {
  .home-feature__title {
    width: 40%;
    right: 25%;
    font-size: 50px;
    line-height: 50px;
  }
  .home-feature__nav {
    width: 25%;
  }

  .home-hero-title {
    width: 65%;
    font-size: 80px;
  }
}


@media (min-width: 2100px) {
  .interior-layout--reverse .interior-layout__nav,
  .interior-layout--reverse .interior-layout__aside {
    float: left;
    width: 15%;
  }
}


/*! ---------- =interior ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 25px;
}
.interior-layout__nav,
.interior-layout__main,
.interior-layout__aside {
  width: auto !important;
}

.interior-nav {
  background: #fff;
  padding: 0 20px 20px 20px;
}
.interior-nav__title,
h5 {
  font-weight: 400;
}
.interior-nav__nav ul {
  list-style: none;
  margin: 0;
}
.interior-nav__nav a {
  display: block;
  font-weight: 400;
}
.interior-nav__nav a:hover {
  color: #ba1f31;
}
.interior-nav__nav > ul > li > a {
  padding: 5px 0;
}
.interior-nav__nav > ul > li + li {
  border-top: 1px solid #ddd;
}
.interior-nav__nav li ul {
  display: none;
  margin-left: 25px;
  margin-bottom: 12.5px;
}
.interior-nav__nav li ul a {
  padding: 6.25px 0;
}
.interior-nav__nav .is-current > a {
  font-weight: 600;
}
.interior-nav__nav .is-current > ul {
  display: block;
}

ul .grid__unit.grid__unit--1-3-l {
  width: 100% !important;
}
ul .grid__unit {
  display: block;
  padding-bottom: 0;
}


@media (min-width: 720px)  and (max-width: 959px) {
  .interior-nav__title {
    margin: 5px 0 12.5px;
    cursor: pointer;
    font-size: 22px;
  }
  .interior-nav {
    padding: 20px 20px 6px 20px;
    text-align: left;
    display: none;
  }

  .header-logo {
    margin-left: 95px;
  }

  .interior-nav.filter-nav,
  .interior-nav.interior-nav--search {
    display: block;
  }
}

.interior-nav.filter-nav,
.interior-nav.interior-nav--search {
  text-align: left !important;
}
.interior-nav.filter-nav {
  padding-bottom: 0;
}

.interior-nav__title.filter::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -0.2em 0 0 0.5em;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #958948;
  -webkit-transform: scaleX(0.667);
  -ms-transform: scaleX(0.667);
  transform: scaleX(0.667);
}
.interior-nav__title.filter.is-active::after {
  -webkit-transform: scaleX(0.667) scaleY(-1);
  -ms-transform: scaleX(0.667) scaleY(-1);
  transform: scaleX(0.667) scaleY(-1);
}
.interior-nav__nav.refine-search {
  /* max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out; */
}
.interior-nav__nav.refine-search.is-active {
  max-height: 2500px;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.interior-layout__aside {
  padding: 20px;
}

@media (max-width: 340px) {
  .interior-layout {
    margin-top: 25px;
  }
  .interior-layout.full-width {
    margin-top: 55px;
  }
}

@media (min-width: 341px) and  (max-width: 419px) {
  .interior-layout {
    margin-top: 75px;
  }
}


@media (max-width: 959px) {
  .header-content.is-active {
    position: absolute;
  }
}


@media (min-width: 420px) and (max-width: 469px) {
  .interior-layout {
    margin-top: 100px;
  }
}

@media (min-width: 470px) and  (max-width: 719px) {
  .interior-layout {
    margin-top: 55px;
  }
}


.interior-layout.full-width {
  margin-top: 55px;
  margin-right: 45px;
  margin-left: 45px;
  margin-bottom: 45px;
}


@media (min-width: 720px) {
  .header-logo {
    margin: 42px 25px 0 50px;
    float: left;
  }
  .header-logo img {
    max-height: 120px;
  }
}


@media (min-width: 720px) and  (max-width: 1100px) {
  .interior-layout {
    margin-top: 0;
  }
}

@media (min-width: 1101px) {
  .interior-layout {
    margin-top: 0;
  }
  .header-logo img {
    max-height: 160px;
  }
}

@media (min-width: 960px) {
  .interior-layout__title {
    margin-left: 0;
    padding-left: 0;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 275px !important;
    float: left;
    clear: left;
    margin-left: 2% !important;
  }
  .interior-layout__nav {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .interior-layout__nav.alt {
    margin-top: 90px;
    margin-bottom: 50px;
  }
  .interior-layout__nav ul li {
    font-size: 18px;
  }
  .interior-layout__main {
    margin-bottom: 0;
    padding-left: 75px;
    padding-right: 25px;
  }

  .header-logo {
    margin: 45px 105px 0 105px;
  }
}


.division_specific_banner {
  text-align: center;
  background: #888;
  color: #fff;
  margin-top: 0;
  padding: 90px 25px 0 25px;
  height: 225px;
  font-size: 24px;
  line-height: 30px;
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb a {
  cursor: grab;
  display: block;
  padding-right: 5px !important;
  font-weight: 400;
}
.breadcrumb a:hover {
  cursor: grab;
  color: #ba0c2f !important;
}

.item-list-date {
  color: #444;
  font-weight: bold;
  font-size: 18px;
}

.search-results-refine {
  padding: 0 5px 10px 10px;
  color: #fff;
  background: #444;
  margin: 0;
}
.search-results-refine h3 {
  color: #fff;
  padding-top: 20px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.search-results-refine a {
  color: #fff;
}
.search-results-refine a:hover {
  color: #21a8d1;
}
.search-results-refine h4.subtitle-2 {
  color: #fff;
}

.search-pagination {
  margin-left: -2rem;
  margin-right: -2rem;
  text-align: center;
  margin-bottom: 25px;
}
.search-pagination p {
  margin-bottom: 5px;
}
.search-pagination:first-child {
  margin: 1rem 0 3rem;
}
.search-pagination > a {
  background: none repeat scroll 0 0 #5d5d5d;
  color: #d1d4d3;
  display: inline-block;
  padding: 1rem 0.5rem;
}
.search-pagination > a.current {
  background: none repeat scroll 0 0 #128cec;
  font-weight: 700;
}
.search-pagination > a:hover {
  background: none repeat scroll 0 0 #a7a7a7;
  font-weight: 700;
}

.search-filter-area label {
  display: block;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  padding-bottom: 5px;
}
.search-filter-area {
  background-color: #505050;
  margin: 0 5px;
  padding: 10px;
  display: block;
}

.search-again {
  background-color: #fff;
  color: #444;
  margin: 10px 0 5px 0;
  padding: 15px 10px 30px 10px;
  display: block;
}

.search-filter-area h3 {
  border: none;
  color: #fff;
  margin-top: 0;
}

.search-area {
  display: block;
  text-align: right;
  margin: 0;
}

.go-button-small button {
  background: #333;
  width: 30px;
  height: 30px;
  margin: 15px 0;
  border: none;
  padding: 10px 35px 10px 20px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.go-button-small a {
  color: #fff;
}
.go-button-small:hover {
  background: #092c4c url(/images/default-source/page-layout-images/button-arrow.png) no-repeat scroll center right 10px;
  cursor: pointer;
}

.form-text-input-long-med {
  width: 400px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #161e26;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
  height: 3rem;
  line-height: 3rem;
  padding: 0 0.5em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.search-term {
  display: block;
  background-color: #fff;
  padding: 10px;
  font-weight: 700;
  margin: 10px 0 20px 0;
  color: #444;
  border: 1px solid #666;
}

.oneFacet {
  font-style: italic;
}

.result {
  margin: 12px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  display: inline-block;
}

.result-titles {
  font-size: 1.2em;
  margin: 0;
}

.result-date {
  font-size: 1em;
  margin: 0;
  color: #092c4c;
}

.result-desc {
  font-size: 1em;
  margin: 0;
  color: #444;
}

.result-icon {
  display: block;
  width: 80px;
  padding-right: 10px;
  overflow: hidden;
  float: left;
}

.result-content {
  display: block;
  overflow: hidden;
}

.adv-search-link {
  margin-top: -15px;
  font-weight: 700;
}

h4.subtitle-2 {
  border-bottom: none;
  font-size: 18px;
  font-weight: normal;
  display: block;
  color: #092c4c;
}

.facet-count {
  font-style: italic;
}

.down-arrow {
  color: #98a41a;
}

button.app-button,
.app-button {
  margin-top: 20px;
  background: #444;
  color: #fff;
  padding: 10px;
  text-align: center;
}
button.reverse-button {
  background: #005879;
  color: #fff;
}
.app-button:hover {
  background: #666;
  color: #fff;
}

img.ad {
  width: 100%;
  max-width: 300px;
  height: auto;
}


@media (max-width: 960px) {
  .flex-container {
    -ms-box-orient: horizontal;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }
  .flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }/* .flex-item:nth-of-type(3) { order: 1; }
.flex-item:nth-of-type(4) { order: 5; }
.flex-item:nth-of-type(5) { order: 2; } */

  .flex-item {
  }
}


.logo-content {
  width: 150px;
  margin-top: 20px;
  display: block;
  text-align: center;
}

.more-top {
  margin-top: 20px;
}

img.benefit-logo {
  margin-bottom: 15px;
}

.highlight-box {
  background: #eee;
  padding: 25px;
  display: inline-block;
}

.button.ethics-search {
  width: 280px;
}
.button.ethics-search:hover {
  background: #23529f;
}

.landing-boxes {
}

.news-boxes {
  max-width: 225px !important;
}

.ad-space img {
  width: 300px !important;
  height: 250px !important;
}

input.wire-input {
  width: 245px;
  margin-bottom: 15px;
}
input.wire-input.pass {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.input-container {
  width: 310px;
}

input.wire-input.indent {
  margin-left: 45px;
}
input.wire-input.required {
  margin-bottom: 5px;
}

.required-text {
  margin-bottom: 15px;
  margin-left: 15px;
  color: #ba2031;
}

.addthis_inline_share_toolbox {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 245px;
  margin-left: -7px !important;
}
.addthis_inline_share_toolbox.blog-container-share {
  float: left;
  clear: none !important;
  width: auto;
}

.share-content {
  float: right;
}
.share-content.blog-share {
  float: left;
  clear: none !important;
}

.accordion__label.short_label {
  min-height: 50px;
  padding-right: 45px;
}
.accordion__label, .accordion-header {
  color: #20285c !important;
  border: #ddd solid 1px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 24px;
  background: #fff url(/images/default-source/page-layout-images/arrow-down.png) no-repeat right !important;
}

h3.accordion-header  {
  text-transform: none;
}


.accordion__label.is-active, .accordion-header.is-active {
  background: url(/images/default-source/page-layout-images/arrow-up.png) no-repeat right !important;
}

@media (max-width: 720px) {
  .accordion__label, .accordion-header {
    font-size: 20px;
    text-align: center;
  }
}


.note {
  font-size: 18px;
}

.highlight {
  font-size: 20px;
  font-style: italic;
  color: #a92734;
}

.pull-quote {
  margin: 20px 0;
  padding: 20px;
  color: #20285c;
  font-size: 30px;
  line-height: 36px;
  font-family: museo, serif;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 1600px) {
  .pull-quote {
    float: right;
    margin: 0 20px 20px 20px;
    padding: 20px;
    width: 35%;
  }
}


a.comment-button {
  width: 250px;
  height: 51px;
  background: #001e60 url(/images/default-source/page-layout-images/icon-leave-a-comment.png) left no-repeat;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px 10px 55px;
}

@media (max-width: 1499px) {
  a.comment-button {
    white-space: nowrap;
  }
}

/*
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #cc5350;
    color:#fff;
    z-index: 1000;
    height: 200px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:160px;

} */


@media (min-width: 960px) {
  /*.interior-layout {
margin-top: 425px;
} */
}

/* .page-header.shrink  img.shrink-logo {
width: auto;
height: 125px;
} */

.page-header.shrink .header-hero-title {
  right: 0;
}

.at-share-btn-elements a {
  margin-right: 15px !important;
}

/* header hero image */



.header-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.header-hero.home-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 400px !important;
  overflow: hidden;
}

@media (min-width: 720px) {
  .page-header.shrink {
    height: 250px;
    /* line-height: 80px; */
  }
  .page-header.shrink .header-hero {
    height: 250px;
  }
  .page-header.shrink .home-page-buttons {
    display: none;
  }
  .page-header.shrink .header-buttons {
    top: 25px;
  }
  .page-header.shrink .header-logo {
    margin-top: 0;
  }

  .page-header.shrink .header-hero-title {
    position: absolute;
    top: 75px;
    right: 50px;
    font-size: 60px;
    line-height: 70px;
  }
  .page-header.shrink .header-hero-title.home-hero-title {
    position: absolute;
    top: 100px;
    right: 50px;
    font-size: 60px;
    line-height: 70px;
    text-align: right;
  }
}

@media (min-width: 720px) and (max-width: 1099px) {
  .page-header.shrink .header-hero-title {
    right: 50px !important;
  }
}

@media (min-width: 960px) {
  .page-header.shrink .header-hero-title.home-hero-title {
    right: 170px;
  }
}

@media (min-width: 960px) {
  .page-header.shrink .header-logo {
    width: auto;
  }
  .page-header.shrink  .header-hero-title {
    margin-top: 75px;
    margin-right: 160px;
    text-align: right;
  }
  .page-header.shrink .header-hero-title.home-hero-title {
    top: 17px;
    right: 5px;
  }
  .header-hero {
    height: 250px;
  }
  .header-hero.home-hero {
    height: 400px !important;
  }
}

@media (max-width: 719px) {

   .header-hero.hide-on-desktop {  
    background:url('https://www.incpas.org/images/default-source/desktop_heros/new_hero_interior.png');background-color:#e2e2e2;background-repeat:no-repeat;background-size:cover;
  } 
  
  .header-hero.home-hero.hide-on-desktop {
    background:url('https://www.incpas.org/images/default-source/mobile_heros/new_hero_home_mobile.png');background-color:#e2e2e2;background-repeat:no-repeat;background-size:cover;
   }      
}

@media (min-width: 720px) {
  
  .header-hero {
  	background:url('https://www.incpas.org/images/default-source/desktop_heros/new_hero_interior.png');background-color:#e2e2e2;background-repeat:no-repeat;background-size:cover;
  }
  
  .header-hero.home-hero {
    height: 400px !important;
    background:url('https://www.incpas.org/images/default-source/desktop_heros/new_hero_home.png');background-color:#e2e2e2;background-repeat:no-repeat;background-size:cover;
  }

}

.accordion.not-full {
  max-width: 95%;
}

.blue-top-box {
  border-top: #1f275c 7px solid;
  border-bottom: #1f275c 7px solid;
  background: #f1f3f3;
  max-width: 389px;
  color: #231f20;
  font-size: 24px;
  font-weight: 400;
}
.blue-top-box.debbie {
  width: 200px;
}

.red-top-box {
  position: relative;
  border: 1px solid #d7d9da;
  border-radius: 10px;
  background: #fff;
  max-width: 389px;
  color: #231f20;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 40px;
}
.red-top-box-text {
  padding: 0 40px 104px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}
.red-top-box-text a {
  color: #231f20;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
.red-top-box-text a h2 {
  text-decoration: none;
}
.red-top-box-text h2 {
  font-size: 30px;
  font-weight: 400;
  background: #e6e5eb;
  border-radius: 10px 10px 0 0;
  padding-top: 18px;
  text-align: center;
  margin: 0 -40px;
}

.box-subhead {
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 300;
}

.tile-subhead {
  display: block;
  padding-bottom: 12px;
  margin: 0 -40px 40px;
  font-size: 18px;
  font-weight: 400;
  color: #3d457a;
  background: #e6e5eb;
  text-align: center;
}
.tile-subhead em {
  font-style: normal;
}

.box-subhead.member-coordinator {
  margin-top: -25px;
  margin-bottom: 25px;
}

.red-top-box.narrow-box {
  max-width: 250px;
  margin-left: 75px;
}

.red-top-box-photo {
  display: none;
}
.red-top-box-photo img {
  display: block;
  border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
}

.blue-title-bar {
  background: #149ed9;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  height: 50px;
  text-align: center;
  position: absolute;
  padding-top: 12px;
  display: block;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 10px 10px 26px -7px rgba(46, 46, 46, 1);
}

@media (max-width: 350px) {
  .blue-title-bar {
    width: 250px;
    margin: -25px auto 0 15px;
  }

  .red-top-box-photo img {
    height: auto;
  }
  .debbie-box .red-top-box-photo img {
    width: 200px;
    height: auto;
  }

  .bottom-feature-text.join-text {
    margin-top: 45px;
    text-align: left;
  }
}


@media (min-width: 351px) and (max-width: 767px) {
  .blue-title-bar {
    width: 80%;
    max-width: 330px;
    margin: -25px auto 0 10px;
  }

  .red-top-box-photo img {
    max-width: 100%;
    height: auto;
  }
}


@media (min-width: 351px) and (max-width: 419px) {
  .blue-title-bar.contact-box {
    margin: -25px 12% 0 12%;
  }

  .bottom-feature-text.join-text {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 45px;
    text-align: left;
    width: 330px;
  }
}

@media (min-width: 420px) and (max-width: 449px) {
  .blue-title-bar.contact-box {
    margin: -25px 15% 0 15%;
  }

  .bottom-feature-text.join-text {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 45px;
    text-align: left;
    width: 330px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .blue-title-bar.contact-box {
    margin: -25px 20% 0 20%;
  }

  .bottom-feature-text.join-text {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 45px;
    text-align: left;
    width: 330px;
  }
}


@media (min-width: 351px) {
  .red-top-box {
    /* margin: 0 auto;   */
  }
}


@media (min-width: 469px) and  (max-width: 1399px) {
  .blue-title-bar {
    width: 330px;
    margin: -25px auto 0 30px;
  }
}

@media (min-width: 469px) and  (max-width: 959px) {
  .blue-title-bar.contact-box {
    margin: -25px auto 0 0;
  }
}


.red-top-box.debbie-box {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}


@media (max-width: 767px) {
  .red-top-box {
    padding-bottom: 5px;
  }
  .red-top-box.blog-top {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .red-top-box {
    /* padding-bottom: 50px; */
  }
  .red-top-box.blog-top {
    /* padding-bottom: 50px; */
  }
}

@media (min-width: 960px) and  (max-width: 1199px) {
  .red-top-box.debbie-box {
    width: 200px;
  }

  .blue-title-bar {
    width: 255px;
    margin: -25px auto 0 7px;
  }
  .blue-box-top .blue-title-bar {
    width: 255px;
    margin: -25px auto 0 217px;
  }

  .grid.home-page-grid.home-page-section {
    max-width: 97%;
  }
}


@media (min-width: 960px) and  (max-width: 1299px) {
  select,
  input.wire-input {
    width: 150px;
  }
}


@media (min-width: 1200px) and  (max-width: 1300px) {
  .red-top-box.debbie-box {
    width: 200px;
  }

  .blue-title-bar {
    width: 275px;
    margin: -25px auto 0 25px;
  }
}


@media (min-width: 1301px) {
  .red-top-box.debbie-box {
    width: 200px;
  }
}


@media (min-width: 1400px) {
}


h5.blue-title-bar {
  width: 250px;
  margin: 0 0 25px 0;
  position: static;
}
h5.in-this-section {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #001e60;
  margin-bottom: 10px;
}
h5.left-rail-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #001e60;
  margin-bottom: 10px;
}

.red-top-box-link {
  display: block;
  margin-top: 75px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #00aeef;
  border-radius: 0 0 10px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
}
.red-top-box-link a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}
.red-top-box-link:hover {
  color: #eee;
}

.red-top-box.blog-top {
  padding-bottom: 50px;
}

.blue-title-bar.blog-bar {
}

a.blog-title-link {
  color: #129eda;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.blog-header {
  padding: 40px 40px 40px 40px;
  color: #fff;
}
.blog-header h1,
.blog-header h2,
.blog-header p {
  color: #20285c;
}
.blog-header .interior-layout__title {
  font-size: 42px;
  font-weight: 700;
}
.blog-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
}

@media (max-width: 420px) {
  .blog-header .interior-layout__title {
    font-size: 36px;
    font-weight: 700;
  }
  .blog-header h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
  }
}


.blog-date {
  /* color: #ba2031; */
  font-style: italic;
  margin-bottom: 25px;
}

.byline {
  font-weight: 600;
  margin-bottom: 15px;
}

.bottom-feature-title {
  color: #20285c;
  font-size: 26px;
  font-weight: 300;
  padding-top: 42px;
  padding-bottom: 42px;
}

.feature-area {
  background: #e3e5e5;
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  max-width: 100%;
}

.first-feature {
  text-align: center;
  margin: 0 auto;
  padding-left: 42px;
  padding-right: 42px;
}

.feature-area.single {
  background: #e3e5e5;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 45px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.first-feature.one-feature {
  border-right: none;
  text-align: center;
  margin: 0 auto;
  padding-left: 42px;
  padding-right: 42px;
  border-bottom: none;
}

.second-feature {
  border-left: #6c7292 solid 2px;
  text-align: center;
  margin: 0 auto !important;
  padding-left: 42px;
  padding-right: 42px;
}

.first-feature.in-accordion {
  border: none;
}

.bottom-feature-text {
  padding-left: 42px;
  padding-right: 42px;
}

@media (min-width: 768px) {
  .bottom-feature-text.join-text {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 45px;
    margin-left: 0;
    max-width: none;
    text-align: left;
    width: 275px;
  }
}


.person-photo.large-photo {
  text-align: left;
  margin-left: 0;
}


@media (max-width: 720px) {
  .feature-area {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .first-feature {
    border-bottom: #6c7292 solid 2px;
    text-align: center;
    margin: 0 auto 42px auto;
    padding-left: 42px;
    padding-right: 42px;
  }

  .blue-title-bar {
    max-width: 250px;
    margin-left: 10px;
  }

  .mobile-center {
    text-align: center;
    margin: auto;
  }

  .second-feature {
    border-left: none;
    margin: 25px auto;
    padding-top: 75px !important;
  }
}


@media (max-width: 369px) {
  .blue-top-box .blue-title-bar {
    max-width: 250px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 370px) and  (max-width: 419px) {
  .blue-top-box .blue-title-bar {
    max-width: 350px;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media (min-width: 420px) {
  .blue-top-box .blue-title-bar {
    max-width: none;
    width: 350px;
    margin-left: 5px;
  }
}

@media (min-width: 450px) {
  .blue-top-box .blue-title-bar {
    margin-left: 9px;
    width: 370px;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .person-photo.large-photo {
    text-align: left;
    margin-left: 65px;
  }

  .bottom-feature-text.join-text {
    margin-left: 60px;
    float: left;
  }

  .tablet-center {
    text-align: center;
    margin: auto;
  }
  .tablet-center .img-left {
    float: none;
    margin: 25px auto;
  }

  .img-right.text-right {
    float: none;
    margin: 5px auto;
  }

  .social {
    float: none;
    margin: 25px 36%;
    width: 100%;
  }

  .blue-top-box {
    max-width: 325px;
  }
  .blue-top-box .blue-title-bar {
    margin-left: 10px;
    width: 300px;
  }
}


@media (min-width: 960px) {
  .person-photo.large-photo {
    max-width: none !important;
  }

  .more-left {
    padding-left: 75px;
  }
}


@media (min-width: 960px) and  (max-width: 1199px) {
  .img-right.text-right {
    float: none;
    margin: 5px auto;
    text-align: center;
  }

  .social {
    float: none;
    margin: 25px 38%;
  }

  .tablet-center {
    text-align: center;
    margin: auto;
  }
  .tablet-center .img-left {
    float: none;
    margin: 25px auto;
  }
}


@media (min-width: 960px) and  (max-width: 1100px) {
  .blue-top-box {
    max-width: 300px;
  }
  .blue-top-box .blue-title-bar {
    margin-left: 27px;
    width: 200px;
    font-size: 18px;
  }

  input.wire-input.pass {
    font-size: 14px;
  }
}


@media (min-width: 1101px) and  (max-width: 1199px) {
  .blue-top-box {
    max-width: 300px;
  }
  .blue-top-box .blue-title-bar {
    margin-left: 5px;
    width: 250px;
  }
}

@media (min-width: 1200px) and  (max-width: 1300px) {
  .blue-top-box {
    max-width: 300px;
  }
  .blue-top-box .blue-title-bar {
    margin-left: 4px;
    width: 275px;
  }
}

@media (min-width: 1301px) and  (max-width: 1450px) {
  .blue-top-box {
    max-width: 300px;
  }
  .blue-top-box .blue-title-bar {
    margin-left: 4px;
    width: 290px;
  }
}


@media (min-width: 1400px) and (max-width: 1499px) {
  .person-photo.large-photo {
    margin: 0 40%;
    text-align: center;
  }

  .bottom-feature-text.join-text {
    margin-left: 0;
    float: left;
  }

  .blue-title-bar {
    width: 285px;
    margin: -25px auto 0 42px;
  }
  .blue-title-bar.contact-box {
    width: 285px;
    margin: -25px auto 0 -10px;
  }
}


@media (min-width: 1200px) {
  .second-feature {
    padding-left: 75px;
  }
}


@media (min-width: 1500px) {
  .bottom-feature-text.join-text {
    margin-left: 60px;
    max-width: 300px;
  }

  .person-photo.large-photo {
    margin-left: 65px !important;
  }

  .blue-title-bar {
    width: 285px;
    margin: -25px auto 0 52px;
  }
}

@media (min-width: 1700px) {
  .blue-title-bar {
    margin: -25px auto 0 58px;
  }
}

@media (min-width: 1900px) {
  .blue-title-bar {
    margin: -25px auto 0 55px;
  }
  .blue-top-box .blue-title-bar {
    margin: -25px auto 0 9px;
  }
}


.person-photo {
  padding: 5px;
  border: #20275b solid 3px;
}

.grid__unit.first-feature.one-feature {
  padding: 0 0 0 0 !important;
}


@media (min-width: 720px) {
  #bio {
    display: block;
    height: 400px;
    margin-top: -400px; /*same height as header*/
    visibility: hidden;
  }
}


@media (min-width: 1200px) {
  .text-right {
    text-align: right;
  }
}

.page-footer .text-right a {
  color: #fff;
  text-decoration: underline;
  line-height: 30px;
}

/* home page styles */

.section-title {
  color: #20285c;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.section-title img {
  text-align: center;
  margin: 25px auto 0 auto;
}

.home-page-section {
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}
.gray-back .home-page-section {
  padding-top: 0;
}

.infographic-title {
  font-size: 56px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
  color: #20285c;
}

.infographic-text {
  margin-top: 37px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 300;
  max-width: 575px;
}

.action a {
  display: block;
  margin-top: 25px;
  padding-bottom: 15px;
  color: #129eda;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 23px;
}
.action a:hover {
  color: #ba0c2f;
}

.gray-back {
  background: #f6f5f4;
  width: 100%;
  padding-top: 40px;
}
.gray-back.account-box {
  background: #e3e5e5;
  width: auto;
  padding: 40px 20px 20px 20px;
  margin-right: 25px;
}

@media (max-width: 719px) {
  .gray-back.account-box {
    background: #e3e5e5;
    width: 100%;
    padding: 40px 20px 20px 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .quick-links {
    display: none;
  }
}

.quick-links {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.quick-links .button {
  width: 90%;
  margin-bottom: 17px;
}

.content .home-page-content {
  padding: 0;
}

.resource-title {
  color: #20285c;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 42px;
  margin-bottom: 9px;
}
.resource-title a {
  color: #20285c;
  font-weight: 300;
}

.resource-text,
.resource-text a {
  color: #231f20;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}


@media (max-width: 719px) {
  .home-page-section {
    padding: 40px;
  }

  .big-actions .grid__unit {
    padding-right: 0;
    padding-top: 42px;
  }

  .home-page-buttons {
    margin-top: 35px;
  }
  .home-page-buttons img {
    margin: 20px auto 0 auto;
  }
}

@media (min-width: 720px) {
  .home-page-buttons {
    clear: left;
    float: none;
  }
  .home-page-buttons img {
    float: left;
    margin-right: 20px;
  }
}


@media (min-width: 720px) and  (max-width: 799px) {
  .infographic-grid {
    margin: 0 15% 0 15%;
  }

  .infographic {
    width: 90%;
    max-width: 475px;
  }
}

@media (min-width: 800px) and  (max-width: 959px) {
  .infographic-grid {
    margin: 0 20% 0 20%;
  }

  .infographic {
    width: 90%;
    max-width: 475px;
  }
}

@media (min-width: 960px)  and  (max-width: 1499px) {
  .infographic {
    width: 90%;
    max-width: 475px;
    margin: 0 auto;
  }

  .infographic-text {
    margin-left: 42px;
    max-width: 475px;
  }

  .infographic-title,
  .action a {
    margin-left: 42px;
  }

  .reverse .infographic-text {
    margin-right: 42px;
    max-width: 475px;
  }
  .reverse .infographic-title,
  .reverse .action a {
    margin-right: 42px;
  }
}


.home-page-buttons {
  margin: 0 auto;
  text-align: center;
}

.big-actions {
  background-image: linear-gradient(to right, #20295d, #266b9d, #1c99d2, #46a6dd, #d1e3f4);
}

@media (max-width: 719px) {
  .big-actions {
    height: 650px;
  }
}

@media (min-width: 1100px) {
.home-page-buttons {
 position: absolute;
 top: 160px;
 left: 35%;
 right: auto;
}

  .header-hero.home-hero {
    height: 290px;
  }

.page-header {
    padding: 8px 0 0;
  
  }

}

@media (min-width: 720px) and (max-width: 959px) {
  .big-actions {
    margin-top: 22px;
  }
}

@media (min-width: 720px) {
  .big-actions .grid__unit--1-3-m {
    border-left: #fff solid 2px;
  }
  .big-actions .grid__unit--1-3-m:nth-child(3) {
    border-right: #fff solid 2px;
  }
}

@media (min-width: 960px) {
  .big-actions {
    margin-top: 22px;
    height: 154px;
  }
}


.big-action-grid {
  padding-top: 20px;
}

.more-bottom {
  padding-bottom: 45px;
}


@media (max-width: 959px) {
  .blue-top-box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}


.item-list.search-list li {
  padding: 15px;
}
.item-list.search-list li:nth-child(even) {
  background: #eee;
}


@media (max-width: 719px) {
  img.icon-left {
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  .text-left {
    clear: left;
  }
}

@media (min-width: 720px) {
  .text-left {
    margin-left: 75px;
  }
}

/* contact box */

.contact-box-container {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}

.contact-box-bar {
  background: #149ed9;
  width: 280px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  height: 50px;
  text-align: center;
  position: absolute;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: block;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 10px 10px 26px -7px rgba(46, 46, 46, 1);
}

.contact-box-photo {
  margin-left: 5px;
  text-align: center;
  padding: 5px;
  border: #20275b solid 3px;
}

.contact-join-text {
  text-align: left;
  margin-top: 45px;
  padding-left: 5px;
}

/*  collasping tables  */

#table {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
  box-sizing: border-box;
}

.caption {
  display: block;
  width: 100%;
  background: #20285c;
  height: 55px;
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  box-sizing: border-box;
}

.header-row {
  background: #e3e5e5;
  color: #444;
  font-weight: 800;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  padding: 6px;
  border-bottom: 1px solid #149ed9;
  text-align: center;
}

.primary {
  text-align: left;
}

/*
  input[type="radio"],
  input[type="checkbox"]{
    display: none;
  }
  */


@media only screen and (max-width: 760px) {
  body {
    padding: 0;
  }

  #table {
    display: block;
    margin: 5px 0 0 0;
  }

  .caption {
    position: fixed;
    top: 0;
    text-align: center;
    height: 44px;
    line-height: 44px;
    z-index: 5;
    border-bottom: 2px solid #149ed9;
  }

  .row {
    position: relative;
    display: block;
    border-bottom: 1px solid #149ed9;
  }

  .cell input {
    display: block;
    width: 100%;
  }

  .header-row {
    display: none;
  }

  .cell {
    display: block;
    border: none;
    position: relative;
    height: auto;
    line-height: 45px;
    text-align: left;
  }
}


@media only screen and (max-width: 470px) {
  .home-page-buttons .button.red-button,
  .home-page-buttons .button.pink-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.home-page-buttons .button.red-button,
.home-page-buttons .button.pink-button {
  width: 198px;
  height: 52px;
  color: #ededed;
  text-align: center;
  min-height: 0;
}

.media-body a.button {
  margin-top: 2px;
  width: 173px;
  height: 50px;
  color: #debebf;
  text-align: center;
  min-height: 0;
  font-weight: 400;
}
.media-body a:hover.button {
  color: #ddd;
}

.header-buttons .button.red-button,
.header-page-buttons .button.pink-button {
  font-size: 21px;
  color: #ededed;
}


/* ---------- =sitefinity =fixes ---------- */

/* make elements usable in design mode */

.sfPageEditor .header-logo,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .page-header .tagline,
.sfPageEditor .header-content,
.sfPageEditor .utility-container,
.sfPageEditor .utility-row,
.sfPageEditor .page-nav__sf-wrapper,
.sfPageEditor .sticky,
.sfPageEditor .page-footer .flex-item {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !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 .header-content {
  background: yellow !important;
}

.sfColumnLabel {
  width: 100% !important;
}

tr.rdTop {
  clear: both;
  margin-top: 45px;
}

.RadSiteMap .rsmLink {
  padding-left: 0 !important;
  color: #149ed9 !important;
  font-size: 18px !important;
}
.RadSiteMap_Default .rsmOneLevel .rsmLink:hover,
.RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover,
.RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover,
.RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
  border-color: none !important;
  color: #ba1f31 !important;
  background-color: none !important;
  background-image: none !important;
  display: block;
  cursor: grab;
}

.warn,
.field-validation-error {
  color: #ba1f31;
}

.sfPageEditor .header-hero-title {
  margin-top: 150px;
}
.sfPageEditor .header-buttons {
  margin-top: -75px;
}

.sfNavList.sfNavVerticalSiteMap  li ul {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
}

.sfNavVerticalSiteMap > li > ul > li {
  float: none !important;
}

.sf_cols.grid {
  margin-right: -25px !important;
}


@media (max-width: 959px) {
  .sf_colsOut.sf_4cols_1_25,
  .sf_colsOut.sf_4cols_2_25,
  .sf_colsOut.sf_4cols_3_25,
  .sf_colsOut.sf_4cols_4_25,
  .sf_3cols_1_33,
  .sf_3cols_2_33,
  .sf_3cols_3_33,
  .sf_3cols_4_33,
  .sf_2cols_2_75,
  .sf_2cols_1_75,
  .sf_2cols_2_67,
  .sf_2cols_1_67,
  .sf_2cols_1_50,
  .sf_2cols_2_50,
  .sf_5cols_1_20,
  .sf_5cols_2_20,
  .sf_5cols_3_20,
  .sf_5cols_4_20,
  .sf_5cols_5_20 {
    width: 100% !important;
  }
}


.header-search {
  position: absolute;
  top: 70px !important;
  right: 155px;
}

@media (max-width: 719px) {
  .header-search {
    top: 24px;
    z-index: 10;
  }
}

.header-search__label {
  display: block;
  position: absolute;
  top: 7px;
  right: -10px;
  margin-top: -11px !important;
  margin-bottom: auto !important;
  opacity: 0.3;
}
.header-search__label:hover,
.header-search__label:focus {
}
.header-search__label img {
  width: 63px;
  height: 56px;
  display: block;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 58px !important;
  margin: -7px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 12px 0;
  position: absolute;
  right: 24px;
  top: -22px;
  text-align: center;
  /* background: #fff;    */
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 700;
  color: #1ca429;
}

@media (max-width: 719px) {
  .header-search__label {
    z-index: -2;
    opacity: 1;
    top: 25px;
    right: -140px !important;
  }
  .header-search__input {
    width: 250px !important;
    margin-right: -135px !important;
    margin-top: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
    z-index: -1 !important;
  }
  .header-search__submit {
    top: 1px;
    right: -132px !important;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
  }
  .header-search__input:focus {
    width: 250px !important;
    margin-right: -135px !important;
    padding-left: 18px !important;
    padding-right: 0 !important;
    opacity: 1 !important;
    z-index: 100 !important;
    margin-top: 15px !important;
    border-radius: 10px;
  }
  .header-search__input:focus + .header-search__submit {
    opacity: 1;
    z-index: 3;
  }
  .header-search__input:not(:focus) + .header-search__submit {
  }
}

@media (min-width: 720px) {
  .header-search {
    top: 24px;
    z-index: 10;
  }
  .header-search__label {
    z-index: -2;
    opacity: 1;
  }
  .header-search__input {
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0;
    width: 75px !important;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
    z-index: -1 !important;
  }
  .header-search__submit {
    top: -18px;
    right: -10px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
  }
  .header-search__input:focus {
    width: 500px !important;
    margin-left: -500px !important;
    padding-left: 18px !important;
    padding-right: 0 !important;
    opacity: 1;
    z-index: 2 !important;
    margin-top: -2px !important;
    border-radius: 10px;
  }
  .header-search__input:focus + .header-search__submit {
    opacity: 1;
    z-index: 3;
  }
  .header-search__input:not(:focus) + .header-search__submit {
  }
}

@media (min-width: 720px)  and  (max-width: 959px) {
  .header-search {
    right: 50px !important;
  }
}


@media (min-width: 720px) {
  .grid__unit.grid__unit--1-2-m.center.first-feature {
    width: 50% !important;
  }
}


@media (min-width: 720px)  and  (max-width:1199px) {
  .first-feature img {
    width: 90px !important;
    height: 90px !important;
    max-width: none !important;
  }

  .second-feature img {
    width: 100px !important;
    height: 100px !important;
    max-width: none !important;
  }
}

@media (min-width: 1200px) {
  .first-feature img {
    width: 104px !important;
    height: 101px !important;
    max-width: none !important;
  }

  .second-feature img {
    width: 110px !important;
    height: 110px !important;
    max-width: none !important;
  }
}


.sfcommentsWrp {
  max-width: 90%;
}

.sfcommentsFormWrp {
  margin-bottom: 75px;
}
.sfcommentsFormWrp fieldset {
  border: none !important;
  padding: 15px 0 !important;
}
.sfcommentsFormWrp textarea {
  padding: 10px;
}
.sfcommentsFormWrp ol,
ol.sfcommentsList.sfserverList,
ol.sfcommentsList.sfkendoList.k-widget.k-listview {
  list-style: none !important;
  margin-left: 0 !important;
  color: #000 !important;
}

li.sfcommentDetails {
  padding: 20px;
}
li.sfcommentDetails:nth-child(even) {
  padding: 20px;
  background: #eee;
}

input.sfcommentsSubmitBtn {
  width: 175px !important;
  height: 51px;
  background: #001e60 url(/images/default-source/page-layout-images/icon-leave-a-comment.png) left no-repeat;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px 10px 35px;
}

a.sfcommentsCounterWrp.sfcommentsShort {
  display: none;
}

.sfcommentAuthorAvatar {
  display: none;
}

.sfcommentsOrderFilterWrp,
.sfLeaveCommentLnk {
  display: none !important;
}

.k-gantt-toolbar .k-state-default,
.k-grid .k-grouping-header,
.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header .k-group-indicator,
.k-header,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-wrap .k-textbox {
  border: none !important;
}
..k-autocomplete,
.k-block,
.k-button-group .k-tool,
.k-calendar th,
.k-content,
.k-dateinput.k-state-disabled > .k-textbox:hover,
.k-dropdown-wrap,
.k-dropzone-active,
.k-editable-area,
.k-filter-row > th,
.k-footer-template td,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-content-locked,
.k-grid-footer,
.k-grid-footer-locked,
.k-grid-footer-wrap,
.k-grid-header,
.k-grid-header-locked,
.k-grid-header-wrap,
.k-group,
.k-group-footer td,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-header,
.k-input,
.k-maskedtextbox.k-state-disabled > .k-textbox:hover,
.k-pager-refresh,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar > .k-item > .k-link,
.k-popup.k-align .k-list .k-item:last-child,
.k-separator,
.k-slider-track,
.k-splitbar,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-textbox,
.k-textbox > input,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-treemap-tile,
.k-upload-files,
.k-widget {
  border: none !important;
}

.k-block,
.k-draghandle,
.k-inline-block,
.k-widget {
  border: none !important;
}
.k-block,
.k-content,
.k-dropdown .k-input,
.k-popup,
.k-toolbar,
.k-widget {
  color: #000;
}

.sfcommentText {
  margin-top: 10px;
}

.sfcommentDate,
.sfcommentAuthor {
  color: #061e5c;
}

.sfWatermarkField.sfInlineBlock {
  display: block !important;
}

.sf_pagerNumeric a {
  display: block;
  background: #20285c;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  width: 35px;
  border-radius: 5px;
  text-align: center;
  float: left;
}
.sf_pagerNumeric a.sf_PagerCurrent,
.sf_pagerNumeric a:hover {
  background: #ba1f31;
}

.filter-selected {
  display: inline-block;
  border: #20285c solid 1px;
  border-radius: 5px;
  padding: 10px 20px 0 20px;
  margin-top: 25px;
  margin-right: 10px;
}
.filter-selected a {
  display: block;
}

@media (max-width: 719px) {
  .filter-selected img.img-right {
    float: right;
  }
  .filter-selected {
    padding: 10px 20px 10px 20px;
  }

  .sf_2cols_1_25 {
    width: 100% !important;
  }

  button.full-width-button {
    clear: both;
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
  }

  .button + .button.full-width-button {
    margin-left: 0;
  }
}

@media (min-width: 720px) {
  .button.full-width-button.second-button {
    margin-left: 25px !important;
  }
}


@media (min-width: 960px) {
  .filter-selected {
    height: 45px;
  }
}


.publications-icon {
  background: url(/images/default-source/page-layout-images/icon-publications.png) no-repeat;
  width: 142px;
  height: 116px;
}
.publications-icon:hover {
  background: url(/images/default-source/page-layout-images/icon-publications-red.png) no-repeat;
}

.blog-icon {
  background: url(/images/default-source/page-layout-images/icon-blog.png) no-repeat;
  width: 104px;
  height: 116px;
}
.blog-icon:hover {
  background: url(/images/default-source/page-layout-images/icon-blog-red.png) no-repeat;
}

.open-forum-icon {
  background: url(/images/default-source/page-layout-images/icon-open-forum.png) no-repeat;
  width: 155px;
  height: 116px;
}
.open-forum-icon:hover {
  background: url(/images/default-source/page-layout-images/icon-open-forum-red.png) no-repeat;
}

.icon-event {
  background: url(/images/default-source/page-layout-images/icon-event-type.png?sfvrsn=7a3ee061_2) no-repeat;
  width: 42px;
  height: 47px;
}

.icon-page {
  background: url(/images/default-source/page-layout-images/icon-publications-sm.png?sfvrsn=e0893d7_2) no-repeat;
  width: 45px;
  height: 36px;
}

.icon-file {
  background: url(/images/default-source/page-layout-images/icon-file-type.png?sfvrsn=d6ce456f_2) no-repeat;
  width: 42px;
  height: 34px;
}

.icon-BlogOrArticle {
  background: url(/images/default-source/page-layout-images/icon-blog-sm.png) no-repeat;
  width: 42px;
  height: 47px;
}

.grid.home-page-grid.home-page-section .media-body a.button {
  display: none;
}

.sf-fieldWrp {
  margin-bottom: 1em;
}

input[type="email"] {
  display: block;
  width: 100%;
  padding: 6.25px 12.5px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
input[name="captcha-a"] {
  max-width: 100px;
}

/* assumes 16:9 embeds */

.responsive-video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-video > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button--tiny {
  font-size: 1rem;
  min-height: 0;
}

.button--tiny {
  padding: .5rem .8rem;
  margin-bottom: 24px;
}

.accordion-expand-holder {
  text-align: right;
  margin-right: 12px;
}

