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

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

.sfdownloadFileWrp {
  margin:10px 0px 25px 0px;
}

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% !important;
  /* margin: 0 auto; */
  border: 0;
  height: auto;
}
p img {
  display: inline-block;
}
.google-container img {
  display: inline;
  max-width: none;
}
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 {
  -moz-box-sizing: content-box;
       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[type="submit"] {
  -webkit-appearance: button !important;
  cursor: pointer !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 200px !important;
  padding: 12.5px 37px 12.5px 37px !important;
  border: #004481 3px solid !important;
  font-size: 19px !important;
  font-weight: bold !important;
  color: #004481 !important;
  background: url(/images/default-source/pagelayoutimages/arrow-blue.png) no-repeat !important;
  background-position: 110% 50% !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}
.form-wrapper button {
  -webkit-appearance: button !important;
  cursor: pointer !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 240px !important;
  padding: 12.5px 37px 12.5px 37px !important;
  border: #004481 3px solid !important;
  font-size: 19px !important;
  font-weight: bold !important;
  color: #004481 !important;
  background: url(/images/default-source/pagelayoutimages/arrow-blue.png) no-repeat !important;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 110% 50% !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
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;
     -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="text"] {
  background: #fff !important;
  color: #444 !important;
  border-radius: 4px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 6.25px 12.5px;
  border: 1px solid #d8d8d8;
}
input[type="file"] {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
textarea {
  background: #fff !important;
  color: #444 !important;
  border: #d8d8d8 solid 1px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 25px !important;
  overflow: auto;
}
select {
  border: #d8d8d8 solid 1px;
  border-radius: 4px;
  width: 50%;
  margin-bottom: 25px !important;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


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

body {
  font-family: myriad-pro, sans-serif !important;
  font-size: 20px !important;
  color: #444 !important;
  -webkit-text-size-adjust: 100% !important;
      -ms-text-size-adjust: 100% !important;
  line-height: 24px !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  min-width: 0 !important;
  background: #fff;
  width: 100%;
  overflow-x: hidden !important;
  position: relative;
  /* padding: 20px; */
}

p, ol, ul, h1, h2, h3, h5, h6, dl {
  margin-bottom: 15px;
}
p, h2, h3 {
  margin-bottom: 25px !important;
}
.box-with-overlay__content p,
.box-with-overlay__content h2,
.box-with-overlay__content h3,
h3.home-feature__title {
  margin-bottom: 0 !important;
}
p, ol, ul, dl {
  orphans: 2;
  widows: 2;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child {
  margin-bottom: 0;
}

.sfContentBlock ol,
.sfContentBlock ul {
  margin-left: 2em;
}

.warn,
.field-validation-error {
  color: #740000;
  font-weight: bold;
}
.note {
  font-size: 18px;
  font-style: italic;
}
.highlight {
  color: #006472;
  font-weight: bold;
}
.required {
  padding-right: 25px;
  background: url(http://prod.pta.rd.net/url/images/default-source/pagelayoutimages/required.png) right no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #004581;
}
h1, h2 {
  font-weight: 400;
}
h1 {
  font-size: 46px !important;
  line-height: 46px !important;
  color: #004481;
  font-weight: bold !important;
}
h1.banner-title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: auto;
  margin-top: 146px;
  left: 10%;
  right: 10%;
  z-index: 1000;
  font-size: 36px !important;
  line-height: 36px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
h1.banner-title.news-banner {
  top: 310px;
  margin-top: 0;
  z-index: 2;
}

@media (min-width: 600px) {
  h1.banner-title.news-banner {
    top: 250px;
  }
}

@media (min-width: 720px) {
  h1.banner-title {
    margin-top: 90px;
    z-index: 20;
  }
  h1.banner-title.news-banner {
    top: 320px;
  }
}

@media (min-width: 960px) {
  h1.banner-title {
    z-index: 80;
    font-size: 48px !important;
  }
}

@media (min-width: 1201px) {
  h1.banner-title.news-banner {
    top: 250px;
  }
}

h2 {
  font-size: 36px !important;
  line-height: 36px !important;
  color: #004481 !important;
  font-weight: bold !important;
}
h2.home-page-title {
  font-size: 42px !important;
  margin-top: 42px !important;
}
.page-header ~ .grid h2.home-page-title {
  margin-top: 0 !important;
}
.grid__unit h2.home-page-title {
  margin-bottom: 0 !important;
}
h3,
h3 a {
  font-size: 28px !important;
  line-height: 28px !important;
  color: #cb6015 !important;
  font-weight: bold !important;
}
.sfContentBlock h3 a {
  border: none !important;
  text-decoration: none !important;
}
h4 {
  font-size: 24px !important;
  color: #64a70b !important;
}
h5 {
  font-size: 20px !important;
  color: #722257 !important;
}
h6 {
  font-size: 18px !important;
  color: #722257 !important;
}


@media (max-width: 960px) {
  .sfContentBlock  p.box-with-overlay__description.landing-abstract {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 720px) {
  .sfContentBlock  p.box-with-overlay__description.landing-abstract {
    padding-top: 5px !important;
  }
}


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

a {
  text-decoration: none !important;
  color: #004481 !important;
  font-weight: bold;
  transition: color .15s ease-out, opacity .15s ease-out, background-color .15s ease-out;
}
a:hover {
  color: #006472 !important;
}

.sfContentBlock {
  margin: 0 !important;
}
.sfContentBlock h3 {
  /* clear: both; */
  font-size: 28px !important;
  margin-top: 0 !important;
  border: none !important;
  text-decoration: none !important;
}
.sfContentBlock h3.box-with-overlay__title {
}

.sfContentBlock p {
  margin: 0 0 25px 0 !important;
}
.sfContentBlock p.box-with-overlay__description,
.sfContentBlock p.home-feature__description {
  margin: 0 !important;
}

.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.no-right {
  float: left;
  margin-bottom: 20px;
  margin-right: 5px;
}
.img-right {
  margin-bottom: 20px;
}
.img-left.event-image {
  margin-bottom: 0;
  float: left;
  display: inline-block;
  margin-right: 15px;
}

.clear {
  clear: both;
}

.upcoming-deadlines {
  border-top: dashed #444 1px;
  border-bottom: dashed #444 1px;
  padding: 20px 0;
  line-height: 28px;
  margin-top: 45px;
}

.callout {
  color: #a35137;
  font-size: 24px;
  padding-right: 14px;
}

.smaller-gray-callout {
  color: #444;
  font-size: 18px;
}

.img-left.content-image,
.img-right.content-image {
  margin-top: 7px;
}


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


.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: .5em solid transparent;
  border-right-width: 0;
  border-left-color: #2c8e95;
  transform: scaleY(.667);
}

.more {
  display: inline-block;
  margin-bottom: 25px;
  color: #51575a;
  font-size: 18px;
  float: right;
}
.more.journal {
  margin-left: 25px;
}
.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
a.more {
  color: #51575a;
}
a:hover.more {
  color: #004581;
}

.button,
button.app-button {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  padding: 12.5px 37px 12.5px 37px;
  border: #004481 3px solid;
  font-size: 19px;
  font-weight: bold;
  color: #004481 !important;
  background: url(/images/default-source/pagelayoutimages/arrow-blue.png) no-repeat;
  background-position: 110% 50%;
}
.button:hover,
button.app-button:hover {
  text-decoration: underline !important;
  color: #006472 !important;
}
.button.first-row-tiles,
button.app-button.first-row-tiles {
  color: #fff !important;
}
button.app-button {
  margin-top: 20px;
  width: 100%;
}
.button.home-feature-button {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
  padding: 12.5px 37px;
  border-width: 3px;
  border-color: rgba(255, 255, 255, .3);
  font-size: 19px;
  background: url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
a.button.home-feature-button {
  color: #fff !important;
}
a:hover.button.home-feature-button {
  text-decoration: underline !important;
}

.tile-CTA {
  text-align: center;
  position: relative;
  top: 70%;
}

.button.first-row-tiles {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
  padding: 12.5px 37px;
  border-width: 3px;
  border-color: #66a520;
  font-size: 19px;
  background: #66a520 url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
  text-transform: uppercase;
}
.button.first-row-tiles.blue-first {
  border-color: #2b6295;
  background: #07467f url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
.button.first-row-tiles.green-first {
  border-color: #8dc451;
  background: #66a520 url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
.button.first-row-tiles.purple-first {
  border-color: #9d4f82;
  background: #712456 url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
.button.first-row-tiles.yellow-first {
  border-color: #c6ad3a;
  background: #c7983a url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
a.button.first-row-tiles {
  color: #fff;
}
a.button.first-row-tiles:hover {
  text-decoration: underline !important;
}
.button.blue-first {
  border-color: #2b6295;
  background: #07467f url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
a.button.blue-first,
a.button.green-first,
a.button.purple-first,
a.button.yellow-first {
  color: #fff !important;
}
.button.green-first {
  border-color: #8dc451;
  background: #66a520 url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
.button.purple-first {
  border-color: #9d4f82;
  background: #712456 url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}
.button.yellow-first {
  border-color: #c6ad3a;
  background: #c7983a url(/images/default-source/pagelayoutimages/arrow-more.png) no-repeat 90% 50%;
}


@media (max-width: 719px) {
  .button.first-row-tiles {
    margin-top: 175px;
  }
}


.button span {
  padding-right: 30px;
}
.button.full-width {
  width: 100%;
  text-align: center;
}
.button + .button {
  margin-left: 12.5px;
}

.ad {
  display: inline-block;
  max-width: 100%;
  clear: both;
  margin-top: 25px;
  margin-bottom: 45px;
  background: linear-gradient(to right, #979697, white);
  width: 100%;
  height: 400px;
}

.icon-x {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: transparent url("/images/default-source/pagelayoutimages/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: .5em;
}

.item-list {
  list-style: none !important;
  margin: 0 0 0;
}
.item-list li {
  margin-bottom: 10px;
}
.item-list:last-child {
  margin-bottom: 25px;
}
.item-list__item + .item-list__item {
  margin-top: 0;
}
.item-list--separated .item-list__item + .item-list__item {
  margin-top: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #f1f1f1;
}
h4.item-list__title a {
  display: block;
  font-size: 20px !important;
  padding-bottom: 7px;
  font-family: myriad-pro, sans-serif !important;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0 !important;
}
h4.item-list__title {
  margin-bottom: 5px !important;
}
a.item-list__title span {
  color: #004581;
}
h4.item-list__title__actual a {
  display: block;
  font-size: 20px !important;
  padding-bottom: 7px;
  font-family: myriad-pro, sans-serif !important;
  border-bottom: none;
  border-top: #eee solid 1px;
  padding-top: 10px;
  margin-bottom: 0 !important;
}
h4.item-list__title__actual.blog a {
  border-top: none;
}
h4.item-list__title__actual {
  margin-bottom: 0 !important;
}
a.item-list__title__actual  span {
  color: #006472;
}
.item-list__icon {
  float: left;
  margin-top: 0 !important;
  margin-right: 12.5px;
  padding-top: 0 !important;
  color: #7c7a52;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: auto;
}
.item-list__date {
  color: #006472 !important;
  background: #fff !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}
.item-list__icon img {
  display: block;
  margin: auto;
  margin-top: -10px !important;
}
.item-list__month {
  display: block;
}

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

.featured-box {
  background: #307e89;
  padding: 25px 25px 5px 25px;
  margin-bottom: 45px;
  color: #fff;
}
.featured-box a {
  color: #fff !important;
}

h4.item-list__title__actual.blog,
h4.item-list__title__actual.blog a {
  font-size: 24px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
h4.item-list__title__actual.blog a:hover {
  color: #fff !important;
}

.featured-box  h2 {
  color: #fff !important;
}
.featured-box  .item-list__abstract {
  color: #fff !important;
}
.featured-box .item-list__date {
  background: none !important;
  color: #fff !important;
}

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

.content-box {
  padding-top: 25px;
  margin-bottom: 25px;
  background: none;
  color: #fff;
}
.content-box.content-box--highlight {
  padding: 25px;
  margin-bottom: 25px;
  background: #006472 !important;
  color: #fff;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box a {
  color: #fff;
  font-size: 18px;
}
.content-box img:hover {
  color: #fff;
}
.content-box h2 {
  color: #004481;
  font-size: 24px;
}

.search-pagination {
  margin-top: 25px;
}

.pagination {
  margin: 12.5px 0 25px;
  font-size: 18px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 3.125px;
  text-align: center;
}
.pagination__overview {
  padding: 0 !important;
  margin-right: 25px;
  font-style: italic;
  opacity: .8;
}
.pagination__page {
  min-width: 31.25px;
  font-weight: 700;
  color: #444;
}

.pagerPage {
  border: 3px solid #4d779c;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 2px;
}
.current.pagerPage {
  border: 3px solid #93c255;
  background: #44ad32;
  color: #fff;
  width: 35px;
  height: 35px;
}
.pagerPage:hover {
  border: 3px solid #93c255;
  background: #44ad32;
  color: #fff;
  width: 35px;
  height: 35px;
}

.pagination__page:hover {
  border: none;
  background: #004481;
  color: #fff;
  width: 30px;
  height: 30px;
}
.pagination__fold {
  opacity: .4;
}
.pagination__increment {
  font-weight: 700;
}

.result {
  margin-bottom: 25px;
}

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

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


@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 {
    padding: 0 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 {
    /* margin-left: 100px; */
  }
  .item-list__date {
    font-size: 20px;
    line-height: 25px;
    /* margin-left: 100px; */
  }
  .item-list__month {
    font-weight: 400;
  }
  .item-list__abstract {
    margin-top: 10px;
    margin-left: 130px;
  }

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

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


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

.grid {
  display: block;
  padding: 0;
  margin-right: 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 25px 25px 25px;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid__unit.home-tiles {
  padding: 0 !important;
  margin: 0 !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,
.sf_4cols_1_25 { 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 (max-width: 719px) {
  .sf_2cols_1_50,
  .sf_2cols_2_50,
  .sf_2cols_1_33,
  .sf_2cols_2_67,
  .sf_5cols_1_20,
  .sf_5cols_2_20,
  .sf_5cols_3_20,
  .sf_5cols_4_20,
  .sf_5cols_5_20 {
    width: 100% !important;
  }
  .sf_colsOut.sf_2cols_2_50 {
    width: 100% !important;
  }
}

@media (max-width: 960px) {
  .sf_2cols_1_50,
  .sf_2cols_2_50,
  .sf_2cols_1_33,
  .sf_2cols_2_67,
  .sf_5cols_1_20,
  .sf_5cols_2_20,
  .sf_5cols_3_20,
  .sf_5cols_4_20,
  .sf_5cols_5_20 {
    width: 100% !important;
  }
  .sf_colsOut.sf_2cols_2_50 {
    width: 100% !important;
  }
}

@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,
  .sf_4cols_1_25 { 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: 0;
  }
  .grid__unit {
    padding: 0 50px 50px 0;
  }
  .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%; }
}

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

@media (min-width: 1280px) {
  .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.content {
  clear: both;
}

.center {
  text-align: center;
}


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

.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 ---------- */

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

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


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

.page-header {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 100% !important;
}

.header-logo {
  margin: 0 !important;
  float: left;
  font-size: 12px !important;
}
.header-logo a,
.header-logo img,
.header-logo img a {
  display: block;
  max-width: 100%;
}

.header-utility {
  background: #fff;
  color: #444;
  margin-top: 0;
}
.header-utility__item {
  display: inline-block;
  vertical-align: middle;
  color: #444 !important;
  opacity: 1;
  font-family: minion-pro, serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
}
.header-utility__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .3em 0 0;
  text-align: center;
}
.header-utility__text {
  padding-top: 12px;
  margin: 0 .3em 0 0;
  text-align: center !important;
}
.header-actions__item .header-utility__text {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin: 0 .3em 0 0 !important;
  text-align: center !important;
}
.header-actions__item .header-utility__text:hover {
  color: #fff !important;
}

.header-actions__item {
  display: block;
  width: 180px;
  color: #fff !important;
  margin-left: 25px;
}
.header-actions__item.orange-action img {
  width: 23px;
  height: 21px;
}
.header-actions__item.red-action {
  background: #93272c;
  font-weight: normal;
  height: 35px;
}
.header-actions__item.red-action:hover {
  background: #004581;
  font-weight: normal;
  height: 35px;
}
.header-actions__item.red-action img {
  width: 27px;
  height: 23px;
}
.header-actions__item.teal-action {
  background: #2b7984 !important;
  font-weight: normal;
  height: 35px;
}
.header-actions__item.teal-action:hover {
  background: #c7983a !important;
  font-weight: normal;
  height: 35px;
}
.header-actions__item.teal-action img {
  width: 27px;
  height: 23px;
}

.header-mobile-actions {
  display: none;
}

.utility-button {
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}

.page-nav ul,
.page-nav__sf-wrapper ul {
  list-style: none;
  margin: 0;
}
.page-nav a,
.page-nav__sf-wrapper a {
  display: block;
}

.sign-in:before {
  content: url(/images/default-source/pagelayoutimages/icon-sign-in.png);
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .header-utility {
    position: absolute;
    right: 25px;
    top: 12px;
  }

  .page-search {
    position: absolute;
    top: 0;
    right: 25px;
  }
  .page-search .page-search__input {
    margin-left: 20px;
    padding: 4px 40px 4px 25px;
  }
  input.page-search__input {
    width: 150px !important;
  }
  .page-search__submit {
    margin-right: 5px;
    padding: 0 0 4px 25px !important;
    right: 2px;
  }

  .sign-in {
    position: absolute !important;
    top: 10px !important;
    right: 210px !important;
  }

  ::-webkit-input-placeholder {
    text-align: left;
  }
  ::-moz-placeholder {
    text-align: left;
  }
  :-ms-input-placeholder {
    text-align: center !important;
  }
  :-ms-input:focus {
    text-align: center !important;
  }
  :-moz-placeholder {
    text-align: left;
  }
}

@media (min-width: 1100px) and (max-width: 1600px) {
  .sign-in {
    position: absolute !important;
    top: 10px !important;
    right: 190px !important;
  }
}

@media (min-width: 1600px) {
  .header-utility {
    right: 130px;
  }

  .sign-in {
    right: 300px !important;
  }
}

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

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

  .header-logo {
    padding: 12px 0 12px 6px !important;
  }
  .header-logo a {
    /* prevent flash of large text before image load */
    font-size: 12px;
  }
  .header-logo img {
    max-width: 250px;
    max-height: 75px;
    text-align: left;
  }

  .header-toggle {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0;
    background: #eee;
    border-radius: 4px;
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    z-index: 100;
    cursor: pointer;
  }
  .header-toggle img {
    display: block;
    max-width: 100%;
  }

  .header-line {
    display: none;
  }

  .header-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    z-index: 1200;
    transform: translateX(-100%);
    transition: visibility 0s linear .2s, all .2s ease-out;
  }
  .header-content.is-active {
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    transform: translateX(0);
    transition: visibility 0s linear, all .2s ease-out;
  }

  .header-utility {
    padding: 0 0;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    clear: both;
    text-align: center;
    background: transparent;
    /* order: 1; */
  }
  .header-utility__welcome {
    display: block;
    padding: 25px 0;
    color: #5b2b62;
  }
  .header-utility__item {
    width: 100%;
    padding: 0 0 12.5px 0;
    margin: 0;
    color: #444;
    clear: both;
    font-weight: normal !important;
  }
  .header-utility__icon {
    display: block;
    margin: 0 auto;
  }
  .header-utility__icon--large {
    display: none;
  }

  .header-actions {
    padding: 18.75px 0;
    background: none;
    /* order: 3; */
    font-family: minion-pro, serif !important;
    font-weight: normal !important;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 45px !important;
  }
  .header-actions__item {
    display: block;
    padding: 0 25px;
    margin: 10px auto 3px auto;
  }

  /* tjg hide standard actions and use cloned actions */
  .header-content .header-actions,
  .header-content br {
    display: none !important;
  }
  .header-mobile-actions {
    display: block;
    clear: left;
    padding: 0 6px;
  }
  .header-mobile-actions::after {
    content: '';
    display: table;
    clear: both;
  }
  .header-mobile-actions .header-actions,
  .header-mobile-actions .donate,
  .header-mobile-actions .header-utility__text {
    padding: 0 !important;
    margin: 0 !important;
  }
  .header-mobile-actions .header-actions {
    width: 50%;
    padding: 0 6px !important;
    margin-bottom: 12px !important;
    height: auto !important;
    float: left;
  }
  .header-mobile-actions .header-utility__text .header-actions__item {
    /* long selector to override specificity */
    width: auto;
    height: auto !important;
    margin: 0 !important;
    padding: 12.5px 0 !important;
  }
  .header-mobile-actions .header-utility__icon {
    display: inline-block;
    vertical-align: middle;
  }
  /* style remaining header to suit */
  .header-utility {
    position: relative;
    margin: 0 25px;
  }
  .sign-in {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em 0 0;
  }
  .google-container {
    /* make room for user welcome/login */
    padding: 2em 0 1em;
    text-align: center;
  }
  select.goog-te-combo {
    width: auto !important;
    margin: 0 !important;
  }
  .page-search__input {
    margin: 0 !important;
  }
  .page-search__submit {
    padding: 0 6px 0 0 !important;
    position: absolute;
    right: 0;
    top: 0;
  }

  .page-nav,
  .page-nav__sf-wrapper {
    clear: both;
    order: 2;
    padding: 10px 0 25px;
    display: block;
  }
  .page-nav li,
  .page-nav__sf-wrapper li {
    position: relative;
  }
  .page-nav a,
  .page-nav__sf-wrapper a {
    padding: 6.25px 50px 6.25px 25px;
    color: #004581 !important;
  }
  .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: #004581 transparent transparent;
    transform: scaleX(.667);
    transition: all .2s ease-out;
  }
  .page-nav__toggle.is-active::after {
    transform: rotate(180deg) scaleX(.667);
  }
  .page-nav  ul  li  a,
  .page-nav__sf-wrapper ul  li  a {
    padding: 12.5px 25px;
    font-weight: 600;
    font-size: 20px;
  }
  .page-nav ul li ul li  a,
  .page-nav__sf-wrapper  ul li ul li  a {
    font-weight: 600;
    color: #2c8e95 !important;
  }
  .page-nav li ul,
  .page-nav__sf-wrapper li ul {
    display: none;
    padding: 12.5px 0;
    background: #fff;
  }
  .page-nav li ul.is-active,
  .page-nav__sf-wrapper li ul.is-active {
    display: block;
  }
  li ul .page-nav__toggle {
    height: 37.5px;
  }
  li ul .page-nav__toggle::after {
    border-width: 12.5px 12.5px 0;
    border-color: #004581 transparent transparent;
  }
  .page-nav li li li a,
  .page-nav__sf-wrapper li li li a {
    padding-left: 37.5px;
  }
  .page-nav ul,
  .page-nav__sf-wrapper ul {
    display: block;
  }
  .page-nav h1,
  .page-nav__sf-wrapper ul h1 {
    display: block;
    margin: 20px;
  }

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


@media (min-width: 600px) and (max-width: 719px) {
  /* bring actions inline when space allows */
  .header-mobile-actions {
    clear: none;
    margin-left: 150px;
    margin-right: 60px;
    padding-top: 13px;
  }
}


@media (min-width: 720px) and (max-width: 1200px) {
  .page-nav,
  .page-nav__sf-wrapper {
    clear: both;
    margin: 15px -25px 15px 10px;
    padding: 15px 0;
  }
  .page-nav >  ul  > li,
  .page-nav__sf-wrapper > ul > li {
    width: 15% !important;
    float: left;
    position: static;
  }/*
    .page-nav__sf-wrapper > ul > li > ul > li {
   width: 33% !important;
  } */

  .page-nav > ul > li:nth-child(3),
  .page-nav__sf-wrapper > ul > li:nth-child(3) {
    width: 20% !important;
  }
  .page-nav  ul  li  a,
  .page-nav__sf-wrapper ul  li   a {
    font-size: 16px;
    padding: 12.5px 2px;
  }
}


@media (min-width: 720px)  and (max-width: 1200px) {
  .header-line {
    position: absolute;
    top: 163px;
    left: 45px;
    right: 37px;
    border-top: #e5e9eb solid 3px;
  }
}

@media (min-width: 1200px) {
  .header-line {
    position: absolute;
    top: 75px;
    left: 305px;
    right: 37px;
    border-top: #e5e9eb solid 3px;
  }

  .page-nav,
  .page-nav__sf-wrapper {
    margin-left: 0;
    margin: 45px -25px 0 10px;
    padding: 15px 12.5px;
    z-index: 1500 !important;
  }
  .page-nav > ul > li,
  .page-nav__sf-wrapper > ul > li {
    width: 11.6%;
    float: left;
    position: static;
  }
  .page-nav > ul > li:first-child,
  .page-nav__sf-wrapper>  ul >  li:first-child {
    width: 14% !important;
    float: left;
    position: static;
  }
  .page-nav > ul > li:nth-child(3),
  .page-nav__sf-wrapper ul li:nth-child(3) {
    width: 16% !important;
  }
  .page-nav > ul > li > ul > li > ul > li:nth-child(3),
  .page-nav__sf-wrapper > ul > li > ul > li > ul > li:nth-child(3) {
    width: auto !important;
  }
  .page-nav ul  li   a,
  .page-nav__sf-wrapper ul  li  a {
    padding: 12.5px 2px;
    font-size: 20px;
  }
  .page-nav__sf-wrapper > ul > li > ul > li {
    width: 33% !important;
  }
}


@media (min-width: 1300px) {
  .header-line {
    left: 315px;
    right: 70px;
  }
}

@media (min-width: 1400px) {
  .header-line {
    left: 380px;
    right: 50px;
  }
}

@media (min-width: 1500px) {
  .header-line {
    left: 385px;
  }
}

@media (min-width: 1650px) {
  .header-line {
    left: 400px;
    right: 125px;
  }
}


@media (min-width: 720px) {
  .hide-on-desktop {
    display: none;
  }

  .header-text {
    margin-top: 10px;
  }

  .header-logo img {
    max-width: 250px;
    height: auto;
    text-align: left;
  }

  .interior-nav.legend {
    padding-top: 25px;
  }

  .page-header {
    max-width: 100%;
    margin: 0 auto;
  }

  .header-toggle {
    display: none;
  }

  .header-utility__welcome,
  .header-utility__item {
    vertical-align: baseline;
  }
  .header-utility__item {
    margin-left: 25px;
  }
  .header-utility__item:hover {
    opacity: 1;
  }
  .header-utility__icon--small {
    display: none;
  }

  .header-actions {
    /*margin-top: 12px !important; */
    margin-left: 25% !important;
    font-family: minion-pro, serif !important;
    font-weight: 300;
    font-style: italic;
  }
  .header-actions a {
    font-weight: 300;
  }

  .page-nav,
  .page-nav__sf-wrapper {
    position: relative;
    z-index: 100 !important;
  }
  .page-nav::before,
  .page-nav::after,
  .page-nav__sf-wrapper::before,
  .page-nav__sf-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 90 !important;
  }
  .page-nav::before,
  .page-nav__sf-wrapper::before {
    right: 100%;
  }
  .page-nav::after,
  .page-nav__sf-wrapper::after {
    left: 100%;
  }
  .page-nav a,
  .page-nav__sf-wrapper a {
    color: #004481 !important;
  }
  .page-nav a:hover,
  .page-nav__sf-wrapper a:hover {
    color: #fff !important;
    background: #004481 !important;
  }
  .page-nav__toggle {
    display: none;
  }
  .page-nav ul,
  .page-nav__sf-wrapper ul {
    position: relative;
    /* margin: 0 -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
     justify-content: space-around;
    text-align: center;*/
  }
  .page-nav > ul > li > a,
  .page-nav__sf-wrapper > ul > li > a {
    height: 100%;
    line-height: 18.75px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 10px;
  }
  .page-nav  ul  li:hover a,
  .page-nav__sf-wrapper ul  li:hover a {
    color: #fff !important;
    background: #004481 !important;
  }
  .page-nav ul  li:hover ul  li a,
  .page-nav__sf-wrapper ul  li:hover ul  li a {
    color: #004581 !important;
    background: none !important;
  }
  .page-nav ul  li:hover ul  li  ul  li a,
  .page-nav__sf-wrapper ul  li:hover ul  li  ul  li a {
    color: #2c8e95 !important;
    background: none !important;
  }
  .page-nav > ul > li > a > span,
  .page-nav__sf-wrapper > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
    width: 96%;
    white-space: normal;
  }
  .page-nav  > ul > li > a::before,
  .page-nav__sf-wrapper > ul > li > a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 37.5px;
  }
  .page-nav  > ul > li >  a::after,
  .page-nav__sf-wrapper  > ul > li > a::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border: 12.5px solid transparent;
    border-bottom-width: 0;
    border-top-color: #023d83;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -12.5px;
    z-index: 1860;
  }
  .page-nav ul  li  ul  li a::after,
  .page-nav__sf-wrapper ul li ul  li  a::after {
    border: none;
  }
  .page-nav > ul > li > ul,
  .page-nav__sf-wrapper > ul > li > ul {
    display: block;
    position: absolute;
    left: -12.5px;
    right: -12.5px;
    top: 73px;
    padding: 12.5px 25px 12px 25px;
    border: 1px solid #d8d8d8;
    background: #fff;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: z-index 0s linear .4s, visibility 0s linear .4s, all .4s ease-out;
  }
  .page-nav > ul > li > ul > li > a,
  .page-nav__sf-wrapper > ul > li > ul > li > a {
    font-weight: 700;
    color: #004581 !important;
    /* margin-bottom: 6.25px; */
    text-align: left !important;
  }
  .page-nav > ul > li > ul > li > a:hover,
  .page-nav__sf-wrapper > ul > li > ul > li >  a:hover {
    color: #006472 !important;
    background: none !important;
  }
  .page-nav >  ul  >  li .is-current  a,
  .page-nav__sf-wrapper  >   ul  >   li .is-current  a {
    background: #004581 !important;
    color: #fff;
  }
  .page-nav  >   ul  >    li:hover a::after,
  .page-nav__sf-wrapper  >   ul  >   li:hover a::after {
    display: block;
  }
  .page-nav > ul > li:hover > ul,
  .page-nav__sf-wrapper > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1500 !important;
    transition: z-index 0s linear, visibility 0s linear, all .2s ease-out;
  }
  .page-nav li li li,
  .page-nav__sf-wrapper li li li {
    font-size: 18px;
    float: none !important;
  }
  .page-nav   ul   li  ul  li  ul  li a,
  .page-nav__sf-wrapper   ul   li  ul  li  ul  li a {
    color: #2c8e95 !important;
    text-align: left !important;
  }
  .page-navul   li  ul  li  ul  li  a:hover,
  .page-nav__sf-wrapper  ul   li  ul  li  ul  li a:hover {
    color: #004581 !important;
  }
  .page-nav  ul li ul li ul,
  .page-nav__sf-wrapper  ul li ul li ul {
    border: none !important;
    padding: 0 0 10px !important;
  }/*   .page-nav ul li ul li  ul,
.page-nav__sf-wrapper ul li ul li  ul {
    display: block;
    position: absolute;
    left: 25px !important;
    right: 25px !important;
    top: 45px;
  float: none !important;
  }*/

  .page-nav > ul > li >  ul > li:nth-child(3),
  .page-nav__sf-wrapper > ul > li >  ul >  li:nth-child(3) {
    width: 100% !important;
    clear: both !important;
  }
  .page-nav > ul > li >  ul > li:nth-child(4),
  .page-nav__sf-wrapper > ul > li >  ul >  li:nth-child(4) {
  }
  .page-nav__sf-wrapper >  ul >  li >  ul >  li  >   ul >  li  > a {
    /* white-space: nowrap; */
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-nav__sf-wrapper >  ul >  li >  ul >  li  >   ul {
    padding: 10px 12.5px 10px 12.5px;
    font-size: 18px;
  }
  .page-nav__sf-wrapper >  ul >  li >  ul >  li  >   ul >  li:first-child  > a {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .page-nav__sf-wrapper >  ul >  li >  ul >  li  >   ul  > li > a {
    font-size: 18px;
    padding: 0 12.5px 0 12.5px;
  }
  .page-nav > ul > li >  ul > li,
  .page-nav__sf-wrapper > ul > li >  ul >  li {
    width: 100% !important;
    clear: both !important;
  }/*
.page-nav  ul  li ul  li,
.page-nav__sf-wrapper  ul  li   ul  li,
.page-nav  ul  li ul  li ul  li,
.page-nav__sf-wrapper  ul  li   ul  li ul  li {
    width: auto !important;
  clear: both !important;
    float: none !important;
    position: relative;
  border: orange solid 1px;
  }*/

  .page-nav >  ul >  li >  a,
  .page-nav__sf-wrapper  ul   li  a {
    font-size: 20px;
    padding: 12.5px;
  }

  .header-actions {
    margin-left: 20% !important;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .header-utility,
  .header-actions,
  .page-nav,
  .page-nav__sf-wrapper {
    font-size: 16px;
  }
  .header-utility {
    margin-top: 10px;
    right: 5px;
    padding-top: 0;
    padding-right: 5px;
    padding-left: 5px;
    position: absolute;
    left: 40%;
    top: 115px;
    text-align: left;
  }
  img.header-utility__icon {
    height: auto;
  }

  .upcoming-deadlines {
    margin-top: 75px;
  }
}


@media (min-width: 720px) and (max-width: 1200px) {
  .header-logo {
    padding: 12px 54px 15px 25px !important;
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .header-logo {
    padding: 12px 25px 15px 25px !important;
    margin: 0 10px;
  }

  .page-nav,
  page-nav__sf-wrapper {
    margin-top: 15px;
  }
}


img.header-utility__icon {
  height: auto;
}

.header-actions__item a,
.header-actions__item  a:hover {
  color: #fff !important;
}

.page-nav  ul   li  a,
.page-navpage-nav__sf-wrapper  ul   li  a {
  padding: 18.75px 12.5px;
}
.page-nav  ul   li   a,
.page-nav__sf-wrapper  ul   li   a {
  font-size: 18px;
}

.header-logo img {
  max-width: 210px;
  height: auto;
  text-align: left;
}

@media (min-width: 1200px) {
  .header-logo a,
  .header-logo,
  .header-logo img {
    z-index: 1000;
    position: relative;
  }
}

@media (min-width: 1400px) {
  .header-logo img {
    max-width: none;
  }
  .header-logo {
    padding: 12px 24px 15px 85px !important;
  }

  .header-utility {
    margin-top: 0;
  }
}


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

.page-footer {
  clear: both;
  background: #004481;
  text-align: center;
}
.page-footer .grid__unit {
  padding: 0 5px 20px 0 !important;
}
.page-footer .page-width {
  padding: 0 25px;
}
.page-footer p {
  margin-top: 50px;
  margin-bottom: 12.5px;
  letter-spacing: 1px;
}
.page-footer a {
  color: #fff !important;
  font-weight: bold;
}

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

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

.footer-social {
  margin-top: 20px;
}

.footer-utility {
  clear: both;
  font-size: 18px;
  padding-top: 20px;
}
.footer-utility a {
  margin-right: 50px;
}

.footer-social__icon {
  float: left;
  display: block;
  width: 50px;
  opacity: 1;
  padding-bottom: 20px;
}
.footer-social__icon:hover {
  opacity: 1;
}

img.logo_footer {
  padding-top: 15px;
}

.footer_title {
  color: #8a8865;
  font-size: 22px;
}


@media (max-width: 720px) {
  .footer-social {
    margin-top: 0;
    width: 100%;
  }
  .footer-social a {
    float: left;
    display: block;
    width: 15%;
    text-align: center;
  }
  .footer-social__icon {
    margin-top: 15px;
    margin-left: 12.5px;
  }
  .footer-social__icon + .footer-social__icon {
    margin-left: 12.5px;
  }

  .footer-utility a {
    display: block;
    clear: both;
  }

  a.sign-in {
    position: absolute !important;
    top: 0 !important;
    right: auto !important;
    margin-bottom: 25px;
  }
}


@media (min-width: 720px) and (max-width: 1250px) {
  .footer-utility a {
    margin-right: 15px;
    font-size: 16px;
  }
}


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

  .footer-social__icon {
    margin-top: 25px;
    margin-left: 5px;
  }
}

@media (min-width: 1200px) {
  .footer-social__icon + .footer-social__icon {
    margin-left: 12.5px;
  }
  .footer-social__icon {
    margin-left: 12.5px;
  }

  img.logo_footer {
    padding-left: 35px;
  }
}

@media (min-width: 1400px) {
  img.logo_footer {
    padding-left: 90px;
  }
}


@media (max-width: 720px) {
  .page-footer p {
    margin-top: 0;
    margin-bottom: 0;
  }
}


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


@media (max-width: 960px) {
  .page-footer p {
    margin-top: 10px;
    margin-bottom: 12.5px;
    letter-spacing: 1px;
  }
}


@media (max-width: 1250px) {
  .button.first-row-tiles {
    font-size: 16px;
    padding: 12.5px 12px;
  }
}


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

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 25px;
  max-width: 100%;
}

.interior-nav {
  background: none;
  padding: 0 20px 20px 0;
}
.interior-nav.filter-nav {
  border-top: solid #444 1px;
  border-bottom: solid #444 1px;
  padding: 20px 5px 0 5px;
  padding-bottom: 0;
}

@media (max-width: 960px) {
  .interior-nav.filter-nav {
    border-top: solid #444 1px;
    border-bottom: solid #444 1px;
    padding: 10px 5px 0 5px;
  }
}


.interior-nav__title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 25px !important;
}
.interior-nav__nav ul {
  list-style: none;
  margin: 0;
}
.interior-nav__nav a {
  display: block;
}
.interior-nav__nav  ul   li  a {
  padding: 5px 0;
}
.interior-nav__nav  ul  li {
  border-top: 1px solid #f1f1f1;
}
.interior-nav__nav  ul  li  li {
  border-top: none;
}
.interior-nav__nav  ul  li  li li {
  border-top: none;
}
.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 li.is-current a {
  font-weight: 700;
  color: #006472 !important;
}
.interior-nav__nav li.is-current li a,
.interior-nav__nav li.is-current li li a,
.interior-nav__nav li.is-current li.is-current li a {
  color: #004481 !important;
}
.interior-nav__nav li.is-current li:hover a,
.interior-nav__nav li.is-current li li:hover a,
.interior-nav__nav li.is-current li.is-current li:hover a {
  color: #006472 !important;
}
.interior-nav__nav li.is-current li:hover li a {
  color: #004481 !important;
}
.interior-nav__nav li.is-current li:hover li a:hover {
  color: #006472 !important;
}
.interior-nav__nav li.is-current li.is-current a,
.interior-nav__nav li.is-current li.is-current li.is-current a {
  color: #006472 !important;
}
.interior-nav__nav li a {
  font-weight: 700;
  color: #004481;
}
.interior-nav__nav .is-current  ul {
  display: block;
}

@media (max-width: 720px) {
  .interior-nav__title {
    margin: 5px 0 12.5px;
    cursor: pointer;
    font-size: 24px;
  }
  .interior-nav {
    display: none;
  }
  .interior-nav.legend {
    border-top: none;
    border-bottom: none;
  }
  .interior-nav__title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0 0 .5em;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #004481;
    transform: scaleX(.667);
  }
  .interior-nav__title.is-active::after {
    transform: scaleX(.667) scaleY(-1);
  }
  .interior-nav__nav {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-out;
  }
  .interior-nav__nav.is-active {
    max-height: 2500px;
    opacity: 1;
    transition: all .25s ease-in;
  }
}

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

.interior-layout__aside {
  background: none;
  padding: 0 20px 20px 0;
}
.interior-layout__title {
  font-size: 30px;
  font-weight: 400;
}
h1.interior-layout__title {
  font-size: 34px;
  line-height: 36px;
}

@media (min-width: 720px) {
  .interior-layout__title {
    margin-left: 0;
    padding-left: 0;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 20%;
    float: left;
    clear: left;
    margin-left: 40px;
  }
  .interior-layout__nav {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .interior-layout__nav ul li {
    display: none;
  }
  .interior-layout__nav ul.rdCommands li {
    display: block !important;
  }
  .interior-layout__nav ul li.is-current,
  .interior-layout__nav ul li.is-current ul li,
  .interior-layout__nav ul li.is-current  ul li  ul li {
    display: block !important;
    border: none;
  }

  .interior-nav__title {
    margin-bottom: -35px !important;
  }/* don't display third level nav */

  .interior-layout__nav li ul {
    display: none !important;
  }/* unless it's third level nav under the current secondary navigation */

  .interior-layout__nav li.is-current > ul {
    display: block !important;
  }

  .interior-nav__nav ul ul {
    margin-top: 10px;
    margin-left: 0 !important;
    border: none;
  }
  .interior-nav__nav ul ul ul {
    margin-top: 10px;
    margin-left: 25px !important;
    border: none;
  }

  .interior-layout__nav ul li.is-current,
  .interior-layout__nav ul li.is-current a {
    color: transparent !important;
  }
  .interior-layout__nav ul li.is-current ul li a,
  .interior-layout__nav ul li.is-current  ul li  ul li a {
    color: #004481 !important;
    margin-top: 5px;
  }
  .interior-layout__nav ul li.is-current ul li.is-current a,
  .interior-layout__nav ul li.is-current  ul li  ul li.is-current a {
    color: #006472 !important;
  }
  .interior-layout__main {
    float: right;
    padding-right: 40px;
    margin-bottom: 0;
  }
}

.division_specific_banner {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  background: #2c8e95;
}
.division_specific_banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 243px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 7px;
  /* margin-left: -35px !important; */
  margin-left: -11px !important;
  font-size: 22px !important;
}

.fb-like.app-left.sm-likes {
  /* margin-left: -25px !important; */
}

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

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

.page-search {
  position: relative;
}
input.page-search__input {
  padding-left: 15px;
  height: 35px !important;
}
.page-search__submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 0 6px 6px;
  line-height: 20px;
  border: none;
  background: transparent;
}
.page-search__submit .icon {
  position: relative;
  top: -2px;
  opacity: .5;
}
.page-search__submit:hover .icon {
  opacity: .8;
}
.page-search .page-search__input,
.page-search .page-search__input:focus {
  font-family: minion-pro, serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  font-size: 17px;
}

/* .page-search input:focus {
  background: url(http://prod.pta.rd.net/url/images/default-source/pagelayoutimages/arrow-blue.png) right no-repeat !important;
  } */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
  opacity: 1;
  font-family: minion-pro, serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  font-size: 17px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
  opacity: 1;
  font-family: minion-pro, serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  font-size: 17px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
  opacity: 1;
  font-family: minion-pro, serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  font-size: 17px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #444;
  opacity: 1;
  font-family: minion-pro, serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  font-size: 17px;
}


@media (max-width: 720px) {
  .breadcrumb {
    margin-top: 20px;
  }
}


@media (min-width: 720px) and (max-width: 959px) {
  .header-actions__item {
    margin-left: 10px;
  }

  ::-webkit-input-placeholder {
    text-align: left;
  }
  ::-moz-placeholder {
    text-align: left;
  }
  :-ms-input-placeholder {
    text-align: left;
  }
  :-moz-placeholder {
    text-align: left;
  }

  a.sign-in {
    position: absolute !important;
    top: 0 !important;
    width: 100px;
  }

  .page-search {
    text-align: center;
    margin: 0 auto;
    top: 0;
  }
  input.page-search__input {
    position: absolute;
    width: 210px !important;
    right: 5% !important;
  }
  .page-search .page-search__input {
    margin-left: 40px;
    padding: 4px 0 4px 25px;
    text-align: left;
    margin: 0 auto;
  }
  .page-search__submit {
    margin-right: 5px;
    padding: 0 5px 35px 11px !important;
  }
  button.page-search__submit {
    padding-right: 35px !important;
  }
  .page-search .header-utility__icon {
    padding-right: 25px;
  }
}


@media (min-width: 960px) and (max-width: 1200px) {
  ::-webkit-input-placeholder {
    text-align: left;
  }
  ::-moz-placeholder {
    text-align: left;
  }
  :-ms-input-placeholder {
    text-align: left;
  }
  :-moz-placeholder {
    text-align: left;
  }
}


@media (min-width: 960px) and (max-width: 1100px) {
  .header-utility {
    position: absolute;
    right: 300px;
    top: 75px;
    text-align: left;
  }

  .page-search {
    width: 200px !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  input.page-search__input {
    width: 200px !important;
  }
  .page-search .page-search__input {
    margin-left: 40px;
    padding: 4px 0 4px 25px;
    text-align: left;
    background: #eee;
  }
  .page-search__submit {
    margin-right: 5px;
    padding: 0 0 4px 75px;
    right: 2px;
  }

  .sign-in {
    right: 30px !important;
    position: absolute !important;
    top: 10px !important;
  }
  a.sign-in {
    position: absolute !important;
    right: 200px !important;
    width: 100px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .header-utility {
    position: absolute;
    right: 500px;
    top: 75px;
    text-align: left;
  }

  .page-search {
    position: absolute;
    top: 0;
    right: 0;
  }
  input.page-search__input {
    width: 200px !important;
  }
  .page-search .page-search__input {
    margin-left: 40px;
    padding: 4px 0 4px 25px;
  }
  .page-search__submit {
    padding: 0 11px 4px 45px;
    right: 2px;
  }

  a.sign-in {
    position: absolute !important;
    top: 0 !important;
    right: 200px !important;
    width: 100px;
  }
}


.featured-sponsors {
  clear: both;
  margin-top: 25px;
  margin-bottom: 45px;
  background: linear-gradient(to right, #eee, white);
  width: 100%;
  height: auto;
  padding: 50px 20px 20px 20px;
  text-align: center !important;
}
.featured-sponsors img {
  margin: 0 auto 20px auto;
  text-align: center !important;
}

.sponsors img {
  margin: 0 auto 20px auto;
  text-align: center !important;
}

.ad.second-home {
  margin-top: 0;
}
.ad.interior-ad {
  background: none;
  width: 100%;
  max-width: 300px !important;
  height: auto;
}
.ad-title {
  float: none;
  margin: 25px 0;
  color: #fff;
  font-style: italic;
  font-size: 30px;
  font-family: minion-pro, serif !important;
  text-align: center;
}

@media (max-width: 720px) {
  .ad-image.hide-on-desktop {
    clear: left;
    text-align: center;
  }
}

@media (min-width: 720px) {
  .ad {
    width: 100%;
    height: 225px;
  }
  .ad-title {
    margin-top: 50px;
  }
  .ad-image iframe {
    position: relative !important;
    left: 10% !important;
  }
}

@media (min-width: 1200px) {
  .ad {
    height: 129px;
  }
  .ad-title {
    float: left;
    margin-left: 10%;
  }
  .ad-image iframe {
    top: -75px !important;
    left: 80% !important;
  }
}


.accordion__label {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #d8d8d8;
  color: #127998;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
}

.button.margin {
  background: #004581;
  color: #fff;
  border-radius: 4px;
}

.grid__unit.home-grid {
  padding-right: 0;
}

.ad img {
  margin: 18px auto;
  text-align: center;
}

.red-overlay {
  background: rgba(39, 62, 84, .42);
  display: block;
  width: 100%;
  height: 100%;
}

.overlay-img {
  width: 373px;
  height: 374px;
  display: block;
  background: url(http://concepts.rd.net/PTA/2017/build/images/photo-news1.jpg) no-repeat;
}

.bg-blend {
  background-color: #ddad05;
  background-blend-mode: multiply;
  display: block;
  width: 373px;
  height: 374px;
}

.normal-image {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/building.jpg);
}

.just-color {
  background: red;
}

.demo div {
  float: left;
  width: 200px;
  height: 200px;
  background-size: cover;
}
.demo {
  width: 600px;
  overflow: hidden;
}

.screencap {
  width: 600px;
}

.tabs--styled {
  margin-bottom: 40px;
}
.tabs--styled:last-child {
  margin-bottom: 0;
}
.tabs--styled .tabs__tab {
  display: inline-block;
  margin-bottom: -1px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  font-weight: 700;
  color: #91918d;
  background: #fff;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--styled .tabs__tab:hover {
  color: #259e64;
  background: #fff;
}
.tabs--styled .tabs__tab.is-active {
  color: #127998;
  border-bottom-color: #fff;
}
.tabs--styled .tabs__pane {
  padding: 20px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.js .tabs--styled .tabs__pane {
  display: none;
}
.js .tabs--styled .tabs__pane.is-active {
  display: block;
}

.accordion {
  margin-bottom: 40px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__label .disclose,
.accordion__label .page-nav__toggle {
  position: relative;
  top: -4px;
  margin-left: .5em;
  transition: all .15s ease-out;
}
.accordion__label.is-active {
  border-color: rgba(37, 158, 100, .3);
  color: #259e64;
}
.accordion__label.is-active .disclose,
.accordion__label.is-active .page-nav__toggle {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 0;
}
.accordion__label.is-active .disclose::before,
.accordion__label.is-active .page-nav__toggle::before {
  border-color: #259e64;
}
.accordion__label--image {
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
          justify-content: left;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}
.accordion__label--image .disclose,
.accordion__label--image .page-nav__toggle {
  top: 0;
}
.accordion__label ~ .accordion__label {
  margin-top: 10px;
}
.accordion__content {
  margin: 20px 0;
}
.accordion__content:last-child {
  margin-bottom: 0;
}


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

.home-feature {
  margin-bottom: 40px;
}
.home-feature__item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: all .25s ease-out;
}
.home-feature__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #004581 no-repeat 100% 100%;
  background-color: rgba(0, 69, 129, .8);
  min-height: 400px;
}
.home-feature__item:nth-child(2) .home-feature__content {
  background-color: rgba(5, 128, 137, .8);
}
.home-feature__item:nth-child(3) .home-feature__content {
  background-color: rgba(56, 150, 37, .8);
}
.home-feature__item:nth-child(4) .home-feature__content {
  background-color: rgba(28, 140, 126, .92);
}
.home-feature__item:nth-child(5) .home-feature__content {
  background-color: rgba(37, 158, 100, .92);
}
.home-feature__title,
.home-feature__description,
.home-feature a {
  color: #fff !important;
}
.home-feature__title {
  font-weight: 900 !important;
  font-size: 60px !important;
  line-height: 60px !important;
}
.home-feature a {
  font-weight: 700;
}
.home-feature a:hover {
  text-decoration: underline;
}
.js .home-feature__trigger {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.home-feature__item.is-active .home-feature__trigger {
  bottom: 100%;
}
.home-feature__item .button.home-feature-button {
  display: none;
}
.home-feature__item.is-active .button.home-feature-button {
  display: inline-block;
}

.title-underline {
  background: #e5e9eb;
  background-color: rgba(229, 233, 235, .3);
  width: 78px;
  height: 3px;
}

.home-feature__item .expand {
  width: 23px;
  padding-top: 22px;
  !important: 23px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.home-feature__item.is-active .expand {
  display: none;
}

@media (max-width: 480px) {
  .home-feature__item.is-active {
    min-height: 250px;
    border: white solid 1px;
  }
  .home-feature__item.is-active .home-feature__content {
    min-height: 250px;
  }
}

@media (max-width: 719px) {
  .home-feature {
    clear: both;
  }
  .home-feature__content {
    min-height: 0;
  }
  .home-feature__item {
    height: 75px;
    border: white solid 1px;
  }
  .home-feature__item + .home-feature__item {
    margin-top: 20px;
  }
  .home-feature__title {
    margin: 0;
    font-size: 20px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-feature__title a {
    font-size: 20px !important;
  }
  .home-feature__description {
    display: none;
  }
  .home-feature__item.is-active .home-feature__description {
    transition: max-height .25s ease-out;
    font-family: minion-pro, serif !important;
    font-size: 18px !important;
    line-height: 24px !important;
    padding-top: 0 !important;
    padding-bottom: 25px !important;
    display: block;
  }
  .home-feature__item .expand {
    display: none;
  }
  .home-feature__item.is-active .expand {
    display: none;
  }
  .home-feature__item.is-active .button.home-feature-button {
    font-size: 14px;
    padding: 10px 15px 10px 10px;
  }
}

@media (min-width: 480px) and  (max-width: 719px) {
  .home-feature__item.is-active {
    min-height: 225px;
    border: white solid 1px;
  }
  .home-feature__item.is-active .home-feature__content {
    min-height: 225px;
  }
}

@media (min-width: 720px) {
  .home-feature {
    display: table;
    width: 100%;
  }
  .home-feature__wrapper {
    display: table-row;
  }
  .home-feature__item {
    display: table-cell;
    width: 12%;
    height: 400px;
    vertical-align: bottom;
  }
  .home-feature__item + .home-feature__item {
    /* border-left: 20px solid #fff; */
  }
  .home-feature__item .home-feature__title,
  .home-feature__item .home-feature__title a {
    opacity: 1;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
  }
  .home-feature__item.is-active .home-feature__title,
  .home-feature__item.is-active .home-feature__title a {
    font-size: 45px !important;
    line-height: 45px !important;
    font-weight: 900 !important;
  }
  .home-feature__item .home-feature__description {
    opacity: 0;
    display: none;
  }
  .home-feature__item.is-active .home-feature__description {
    opacity: 1;
    display: block;
  }
  .home-feature__item .title-underline {
    text-align: center;
    width: 90%;
  }
  .home-feature__item.is-active .title-underline {
    text-align: left;
    width: 78px;
  }
  .no-js .home-feature:not(:hover) .home-feature__item:first-child,
  .no-js .home-feature:hover .home-feature__item:hover {
    width: 51%;
  }
  .no-js .home-feature:not(:hover) .home-feature__item:first-child .home-feature__content,
  .no-js .home-feature:hover .home-feature__item:hover .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all .15s ease-out .2s;
  }
  .js .home-feature__trigger {
    height: 400px;
  }
  .home-feature__item.is-active .home-feature__trigger {
    height: 0 !important;
  }
  .home-feature__item.is-active {
    width: 51%;
  }
  .home-feature__item.is-active .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all .15s ease-out .2s;
    height: 100%;
    padding: 45px 20px 40px 20px;
    text-align: left;
  }
  .home-feature__item.is-active .home-feature__content .home-feature__title,
  .home-feature__item.is-active .home-feature__content .home-feature__description {
    opacity: 1;
  }
  .home-feature__description {
    font-family: minion-pro, serif !important;
    font-size: 26px;
    line-height: 26px !important;
    padding-top: 22px;
    padding-bottom: 25px !important;
  }
  .home-feature__content {
    text-align: center;
    padding-top: 120px;
    padding-right: 40px;
    padding-left: 20px;
  }
}

@media (min-width: 1500px) {
  .home-feature__item.is-active .home-feature__title,
  .home-feature__item.is-active .home-feature__title a {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .home-feature__content {
    min-height: 653px;
    padding-top: 300px;
    padding-right: 20px;
  }
  .home-feature__item.is-active .home-feature__content {
    padding: 222px 55px 10px 112px;
  }
  .home-feature__item {
    height: 653px;
  }
  .js .home-feature__trigger {
    height: 653px;
  }
}


.box-with-overlay__item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: all .25s ease-out;
}
.box-with-overlay__item a:hover {
  text-decoration: underline;
}
.box-with-overlay__item.interior-overlay {
  margin-bottom: 45px;
}
.box-with-overlay__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  min-height: 400px;
}
.box-with-overlay__item.teal-overlay .box-with-overlay__content {
  background: #006472 no-repeat 100% 100%;
  background-color: rgba(0, 100, 114, .79);
}
.box-with-overlay__item.no-overlay .box-with-overlay__content {
  background: none;
}
.box-with-overlay__item.blue-overlay .box-with-overlay__content {
  background-color: rgba(37, 62, 80, .81);
}
.box-with-overlay__item.lightblue-overlay .box-with-overlay__content {
  background-color: rgba(0, 62, 107, .79);
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
}
.box-with-overlay__item.yellow-overlay .box-with-overlay__content {
  background-color: rgba(154, 130, 3, .79);
  -webkit-filter: saturate(2.5);
          filter: saturate(2.5);
}
.box-with-overlay__item.purple-overlay .box-with-overlay__content {
  background-color: rgba(116, 4, 95, .69);
  -webkit-filter: brightness(1.35);
          filter: brightness(1.35);
}
.box-with-overlay__item.copper-overlay .box-with-overlay__content {
  background-color: rgba(136, 47, 11, .79);
  -webkit-filter: saturate(1.2);
          filter: saturate(1.2);
}
.box-with-overlay__item.green-overlay .box-with-overlay__content {
  background-color: rgba(88, 185, 71, .79);
}

.home-date {
  margin-top: 10px;
  color: #fff;
  font-style: italic;
}

.icon.icon--arrow {
  background: url(http://prod.pta.rd.net/url/images/default-source/pagelayoutimages/arrow-more.png);
  display: block;
  width: 24px;
  height: 12px;
  margin-top: 18px;
}

.box-with-overlay__content h2 {
  color: #fff !important;
  font-size: 48px;
  text-align: center;
  margin-top: 45px;
}
.box-with-overlay__content.interior-overlay-title h3,
.box-with-overlay__content.interior-overlay-title h3 a {
  color: #fff !important;
  font-size: 28px !important;
  line-height: 28px !important;
  text-align: center;
  margin-top: 100px;
}
h3.box-with-overlay__title {
  color: #fff !important;
  font-size: 28px !important;
  line-height: 28px !important;
  text-align: left;
  margin-top: 100px;
}

@media (max-width: 719px) {
  .box-with-overlay__item {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 384px;
    margin: 0 auto;
  }
  .box-with-overlay__content {
    min-height: 300px;
    max-height: 384px;
    font-size: 18px;
  }
  .box-with-overlay__item + .box-with-overlay__item {
    margin-top: 20px;
  }
  .box-with-overlay__title {
    margin: 0;
    font-size: 24px !important;
    padding-bottom: 15px;
    padding-top: 5px;
    color: #fff !important;
  }
  .box-with-overlay__title a {
    color: #fff !important;
    font-weight: 500;
  }
  .box-with-overlay__description {
    display: block;
    color: #fff !important;
    font-family: minion-pro, serif !important;
    font-size: 19px !important;
    width: 90%;
    padding-top: 8px;
  }
  .box-with-overlay__item.is-active {
    height: 300px;
  }
}

@media (min-width: 720px) {
  .box-with-overlay__item {
    width: auto;
    height: 100%;
    min-height: 300px;
    max-height: 477px;
    margin: 0 auto;
  }
  .box-with-overlay__item.top-overlay {
    max-height: 186px;
    min-height: 186px;
  }
  .box-with-overlay__content {
    min-height: 0;
    height: 300px;
    font-size: 18px;
  }
  .box-with-overlay__item.top-overlay .box-with-overlay__content {
    min-height: 0;
    height: 186px;
  }
  .box-with-overlay__item + .box-with-overlay__item {
    margin-top: 20px;
  }
  .box-with-overlay__title {
    margin: 0;
    font-size: 26px !important;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 0;
    color: #fff;
    width: 90%;
  }
  .box-with-overlay__title a {
    color: #fff !important;
    font-weight: 600;
  }
  .box-with-overlay__description {
    display: block;
    color: #fff;
    font-family: minion-pro, serif !important;
    font-size: 19px !important;
    width: 90%;
    padding-top: 10px;
  }
  .box-with-overlay__description.landing-abstract,
  p.box-with-overlay__description.landing-abstract {
    width: 99%;
    font-size: 18px !important;
  }
  .box-with-overlay__item.is-active {
    height: 300px;
  }
}

@media (min-width: 960px) {
  .box-with-overlay__description.landing-abstract {
    font-size: 19px !important;
  }
}


.large-interior-image {
  margin-bottom: 45px;
}


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

  .flex-item:nth-child(1) {
    order: 2;
    text-align: center;
    /* width: 300px; */
    margin: 0 auto;
  }
  .flex-item:nth-child(2) {
    order: 1;
  }

  .interior-layout__main {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 721px) and (max-width: 960px) {
  .interior-layout__main {
    /* padding-left: 30px !important; */
    padding-right: 30px !important;
    width: 49% !important;
  }
  .interior-layout__nav {
    min-width: 320px !important;
  }
}

@media (min-width: 961px) and (max-width: 1199px) {
  .interior-layout__main {
    /* padding-left: 30px !important; */
    padding-right: 30px !important;
    width: 60%;
  }
  .interior-layout__nav {
    min-width: 320px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .interior-layout__main {
    /* padding-left: 30px !important; */
    padding-right: 30px !important;
    width: 69%;
  }
  .interior-layout__nav {
    min-width: 320px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .interior-layout__nav {
    min-width: 320px !important;
  }
}

@media (min-width: 1400px) {
  .interior-layout__main {
    width: 70% !important;
  }
}


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

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 3px solid #4d779c;
  background: #004581 !important;
  color: #fff !important;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background: url(/images/default-source/pagelayoutimages/arrow-white-down.png) no-repeat !important;
}

.ui-icon {
  background: url(/images/default-source/pagelayoutimages/arrow-white-right.png) no-repeat !important;
}

.landing-box {
  margin-top: 0;
  padding: 0 25px 25px 0;
  text-align: center;
}
.landing-box.left-align {
  text-align: left;
}
.landing-box img {
  margin: 0 auto;
}

@media (max-width: 720px) {
  .grid.landing-grid {
    width: 100% !important;
  }
  .grid.landing-grid .grid__unit {
    clear: both !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 300px !important;
  }

  .search-again-icon {
    position: relative;
    top: -35px;
    left: 35%;
  }
}

@media (min-width: 720px) {
  .img-left.landing-icons-50 {
    width: 40%;
  }
  .img-left.landing-icons-33 {
    width: 27%;
  }

  .search-again-icon {
    position: relative;
    top: -35px;
    left: 85%;
  }
}


@media (min-width: 720px) and (max-width: 959px) {
  .google-container {
    position: absolute;
    top: 55px;
    left: 42%;
  }

  #google_translate_element {
    height: 0;
    width: 500px;
  }

  .grid.landing-grid .grid__unit {
    clear: both !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 320px !important;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .google-container {
    position: absolute;
    top: 10px;
    left: 80%;
  }

  .grid.landing-grid .grid__unit {
    clear: both !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 500px !important;
  }

  #google_translate_element {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .google-container {
    position: absolute;
    top: -20px;
    left: 57%;
  }

  #google_translate_element {
    width: 250px;
  }
}


.result-titles {
  font-size: 22px;
  font-weight: bold;
}

.result-desc {
  font-family: minion-pro, serif !important;
}

ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-radius: 0 !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-radius: 0 !important;
}

.button,
button.app-button.search-button-filter {
  border: 3px solid #4d779c;
}


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

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

.search-term {
  margin-bottom: 20px;
}

.oneFacet {
  border: 2px solid #004581;
  padding: 2px;
  margin-right: 5px;
}


@media (max-width: 719px) {

  ul.donate {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 45px 0 !important;
  }
  ul.donate li {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
  }
  ul.donate li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ul.donate li.actual ul {
    display: none;
  }

  .header-actions__item.orange-action {
    background: #cb6015;
    font-weight: normal;
    height: 60px !important;
  }
  .header-actions__item.red-action {
    height: 60px !important;
  }
  .header-actions__item.orange-action:hover {
    background: #004581;
    font-weight: normal;
    color: #fff !important;
  }
  .header-actions__item.red-action:hover {
    background: #004581;
    font-weight: normal;
    color: #fff !important;
  }

  ul.donate:hover a,
  ul.donate:hover ul a {
    color: #fff !important;
  }
}

@media (min-width: 720px) {
  .header-actions.my-pta {
    margin-top: -24px !important;
    margin-left: 5px !important;
    display: block !important;
    float: left !important;
  }

  ul.donate {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
  }
  ul.donate li {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    position: relative;
  }
  ul li a.header-actions__item {
    font-size: 20px !important;
  }
  ul.donate li.actual a.header-actions__item {
    margin: 0 0 0 15px !important;
    padding: 0 0 0 0 !important;
    background: #cb6015;
    width: 180px;
    height: 35px;
  }
  ul.donate li.actual:hover a.header-actions__item {
    margin: 0 0 0 25px;
    padding: 0;
    background: #004581;
    width: 180px !important;
    height: 35px;
  }/* .header-actions__item.orange-action {
    background: #cb6015;
  font-weight: normal;
  }

.header-actions__item.orange-action:hover {
    background: #004581;
  font-weight: normal;
  }*/

  ul.donate li.actual ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  ul.donate li.actual:hover ul {
    display: block;
    margin: 0 0 15px 15px;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 1000;
    width: 180px;
  }
  ul.donate:hover ul li {
    text-align: center;
    padding-left: 15px !important;
    padding-top: 10px !important;
    border-top: #fff solid 1px;
    width: 180px !important;
    height: 45px !important;
    font-size: 18px;
    background: #004581;
  }
  ul.donate:hover ul li:hover {
    background: #004581 !important;
  }
  ul.donate:hover ul li a {
    margin: 0;
  }
  ul.donate:hover ul li.subhover:hover,
  ul.donate:hover ul li.subhover:hover a,
  ul.donate:hover ul li.subhover:focus a,
  ul.donate:hover ul li.subhover:active a {
  }
  ul.donate:hover ul li:first-child {
    margin: 12px 0 0 0 !important;
  }
  ul.donate:hover ul li:first-child a {
    margin: 12px 0 0 0 !important;
  }
  ul.donate:hover a,
  ul.donate:hover ul a {
    color: #fff !important;
  }
}

ul.donate-options {
  margin-left: 0 !important;
  z-index: 2500 !important;
}

@media (min-width: 960px) {
  ul.donate li.actual:hover ul {
    margin: 0 0 15px 0;
  }
}


a.home-more {
  color: #fff !important;
  display: inline !important;
  padding-top: 5px;
}

.home-box-arrow {
  display: inline !important;
}

#accordion h3 {
  margin-top: 5px;
  text-align: left;
}

.RadSiteMap_Default .rsmOneLevel .rsmLink,
.RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink,
.RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink,
.RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink {
  color: #004481 !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: none !important;
  color: #006472 !important;
  background: none !important;
}


@media (min-width: 720px) {
  p.box-with-overlay__description.landing-abstract,
  p.box-with-overlay__description {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .interior-overlay h3.box-with-overlay__title,
  h3.box-with-overlay__title {
    margin: 0;
    font-size: 26px !important;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 0;
    color: #fff;
    width: 90%;
  }
  .interior-overlay a.home-more,
  a.home-more {
    font-size: 20px;
  }
}


@media (min-width: 960px) {
  p.box-with-overlay__description.landing-abstract,
  p.box-with-overlay__description {
    line-height: 26px !important;
  }
}


@media (min-width: 1200px) {
  .interior-overlay h3.box-with-overlay__title,
  h3.box-with-overlay__title {
    font-size: 28px !important;
  }
}

@media (min-width: 1490px) {
  p.box-with-overlay__description.landing-abstract,
  p.box-with-overlay__description {
    font-size: 22px !important;
  }

  .interior-overlay h3.box-with-overlay__title,
  h3.box-with-overlay__title {
    font-size: 30px !important;
  }
}


.sfeventDetails .sfeventContent {
  line-height: 24px;
}

.pagination,
.sf_pagerNumeric {
  margin: 12.5px 0 25px;
  font-size: 18px;
}
.pagination a,
.pagination span,
.sf_pagerNumeric a,
.sf_pagerNumeric span {
  display: inline-block;
  padding: 3.125px;
  text-align: center;
}
.pagination__page,
.sf_pagerNumeric a {
  min-width: 31.25px;
  font-weight: 700;
  color: #444;
  border: none !important;
}
.pagination__page:hover,
.sf_pagerNumeric a:hover {
  min-width: 31.25px;
  background: #006472 !important;
  color: #fff !important;
  border: none !important;
}
.pagination__current,
.sf_PagerCurrent {
  min-width: 31.25px;
  background: #006472 !important;
  color: #fff !important;
  border: none !important;
}

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


.logo-content {
  text-align: center !important;
}

.rdEditCommand {
  z-index: 10000 !important;
  overflow: visible !important;
  color: purple !important;
}


/*! ---------- =chapter map ---------- */

@media (min-width: 960px) {
  .map-dropdown,
  .chapter-list {
    display: none;
  }
}


@media (max-width: 959px) {
  .hide-on-mobile,
  .chapter-map {
    display: none !important;
  }
}


.chapter-list-state {
  display: none;
  margin-top: 20px;
}

.group-hovered {
  fill: #cb6015 !important;
}
.group-active {
  fill: #daaa00 !important;
}

text,
tspan {
  cursor: default;
}
text > tspan {
  font-size: 80%;
}

.byline {
  margin-top: 15px;
  color: #106d7a;
  display: inline-block !important;
}

.more-bottom {
  margin-bottom: 25px;
}

.ad-image iframe {
  position: static !important;
}

a.button.home-feature-button,
a:hover.button.home-feature-button {
  color: #fff !important;
}

.header-actions__item.orange-action img,
.header-actions__item.teal-action img {
  width: 23px;
  height: 21px;
}


@media (min-width: 1200px) {
  .sign-in:before {
    content: url(/images/default-source/pagelayoutimages/icon-sign-in.png);
    display: inline-block;
    vertical-align: middle;
  }
}


@media (max-width: 719px) {
  .header-utility__text {
    padding-top: 25px !important;
    margin: 0 .3em 0 0;
    text-align: center !important;
  }
}


@media (min-width: 720px) {
  ul.donate.teal-actual li.actual:hover a.header-actions__item {
    background: #c7983a;
  }
  ul.donate.teal-actual:hover ul li {
    background: #2b7984 !important;
  }
  ul.donate.teal-actual:hover ul li:hover {
    background: #c7983a !important;
  }
}


@media (min-width: 720px) and (max-width: 959px) {
  .header-utility__item {
    padding-left: 45px !important;
    margin-top: 30px !important;
    display: block !important;
    text-align: center !important;
  }
}


@media (max-width: 719px) {
  .header-actions__item.teal-action {
    background: #2b7984;
    font-weight: normal;
    height: 60px !important;
  }
}


@media (max-width: 74em) {
  #div-gpt-ad-1504638406199-10,
  #div-gpt-ad-1507672888050-1,
  #div-gpt-ad-1504638406199-9,
  #div-gpt-ad-1507672888050-0 {
    margin: 0 auto;
    text-align: center;
    display: block !important;
  }
}

@media (min-width: 75em) {
  #div-gpt-ad-1504638406199-10,
  #div-gpt-ad-1507672888050-1,
  #div-gpt-ad-1504638406199-9 {
    float: left;
    margin-left: 400px;
    margin-top: -80px;
  }
}

@media (min-width: 1400px) {
  #div-gpt-ad-1504638406199-10,
  #div-gpt-ad-1507672888050-1,
  #div-gpt-ad-1504638406199-9 {
    margin-left: 200px;
    margin-top: 20px;
  }
}


@media (max-width: 959px) {
  .sf_4cols_1_25,
  .sf_4cols_2_25,
  .sf_4cols_3_25,
  .sf_4cols_4_25 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .sf_3cols_1_33,
  .sf_3cols_2_34,
  .sf_3cols_3_33 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 25px !important;
  }
}

@media (min-width: 960px) {
  .sf_4cols_1_25,
  .sf_4cols_2_25,
  .sf_4cols_3_25,
  .sf_4cols_4_25 {
    width: 50% !important;
  }
  .sf_4cols_1_25,
  .sf_4cols_3_25 {
    clear: both !important;
  }

  .sf_3cols_1_33,
  .sf_3cols_2_34,
  .sf_3cols_3_33 {
    width: 33% !important;
    float: left !important;
  }
}

@media (min-width: 1500px) {
  .sf_4cols_1_25,
  .sf_4cols_2_25,
  .sf_4cols_3_25,
  .sf_4cols_4_25 {
    width: 25% !important;
  }
  .sf_4cols_1_25,
  .sf_4cols_3_25 {
    clear: none !important;
  }

  .sf_3cols_1_33,
  .sf_3cols_2_34,
  .sf_3cols_3_33 {
    width: 33% !important;
    float: left !important;
  }
}

.sfNavHorizontal li:first-child {
  margin-left: 0;
}
.sfNavHorizontal li {
  border-right: 1px solid #fff;
  background-color: #eee;
}
.sfNavHorizontal li {
  float: left;
}
.sfNavHorizontal li {
  background-color: #712456 !important;
  margin-bottom: 1px !important;
}
.sfNavHorizontal a {
  display: block;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  color: #333;
}

.sfeventsRecurrenceTooltipLnk {
  padding-top: 15px;
  padding-bottom: 15px;
}


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

.sfPageEditor .RadDockZone {
  clear: both !important;
  overflow: hidden !important;
}
