/*! ---------- =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;
}
.lt-ie8 * {
  behavior: url("js/boxsizing.htc");
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  /* margin: 0 auto; */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  height: auto;
}
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, 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;
  -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;
}
/* RWB 2017-08-15 - Adding styling for password */
input[type="text"], input[type="password"], input[type="email"] {
  background: #fff !important;
  color: #444444 !important;
  border-radius: 4px;
}
input[type="password"] {
  display: block;
  width: 100%;
  padding: 6.25px 12.5px;
  border: 1px solid #d8d8d8;
}
textarea {
  background: #fff !important;
  color: #444444 !important;
  border: #d8d8d8 solid 1px;
  border-radius: 4px;
  width: 100%;
}
select {
  border: #d8d8d8 solid 1px;
  border-radius: 4px;
  width: 50%;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


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

body {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 20px;
  color: #444;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, ol, ul, h1, h2, h3, h4, h5, h6, dl {
  margin-bottom: 25px;
}
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;
}

.warn, .field-validation-error {
  color: #740000;
  font-weight: bold;
}
.note {
  font-size: 18px;
  font-style: italic;
}
.highlight {
  color: #767449;
  font-weight: bold;
}
.required {
  padding-right: 25px;
  background: url(/images/default-source/page-layout-images/required.png) right no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #767449;
}
h1, h2 {
  font-weight: 400;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  color: #767449;
  font-weight: 600;
}
h2 {
  font-size: 30px;
  line-height: 34px;
  color: #767449;
  font-family: "Oswald", sans-serif;
}
h3 {
  font-size: 28px;
  line-height: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}


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

a {
  text-decoration: none;
  color: #496f76;
  transition: color 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
}
a:hover {
  color: #767449;
}

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

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

.upcoming-deadlines {
  border-top: dashed #444 1px;
  border-bottom: dashed #444 1px;
  padding: 20px 0;
  line-height: 28px;
}
@media (min-width: 720px) and (max-width: 959px) {
  .upcoming-deadlines {
    margin-top: 75px;
  }
}
@media (min-width: 960px) {
  .upcoming-deadlines {
    margin-top: 45px;
  }
}

.callout {
  color: #a35137;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  padding-right: 14px;
}
.smaller-gray-callout {
  color: #444;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.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: #496f76;
  transform: scaleY(0.667);
}

.accordion__label.is-active > .arrow::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-bottom-width: 0;
  border-top-color: #496f76;
  transform: scaleX(0.667);
}


.more {
  display: inline-block;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #51575a;
  font-size: 18px;
  float: right;
  margin-top: 20px;
  padding-right: 30px;
  min-height: 25px;
  background: url(/images/default-source/page-layout-images/icon-more.png) right no-repeat;
}

.more.button-is-left {
float: left;  
}


.more.journal {
  margin-left: 25px;
}
.clear.more.journal, .clear-right.more.journal {
  margin-top: 5px;
}
.more.journal-social {
  background: none;
}
.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
a.more {
  color: #51575a;
}
a:hover.more {
  color: #767449;
}
.more-top {
  margin-top: 45px;
}
@media (min-width: 960px) {
  a.more.home-more {
    margin-top: -30px !important;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 12.5px 25px;
  background: #f1f1f1;
}
.button.full-width {
  width: 100%;
  text-align: center;
}
.button + .button {
  margin-left: 12.5px;
}
@media (max-width: 469px) {
  .button {
    display: block;
  }
  .button + .button {
    margin: 12.5px 0 0;
  }
}

.ad {
  display: inline-block;
  max-width: 100%;
}

.icon-x {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: transparent url("../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 + .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-size: 20px;
  font-family: Oswald, sans-serif;
}
a.item-list__title span  {
  color: #767449;
}
.item-list__icon {
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 12.5px;
  /* border-radius: 100%; */
  color: #7c7a52;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-list__date {
  display: block;
  text-align: left;
  color: #924130;
  background: #fff !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}
.item-list__icon img {
  display: block;
  max-width: 58px;
  max-height: 58px;
  margin: auto;
}
.item-list__date {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}
.item-list__month {
  display: block;
}
.list-item-sponsors  {
  color: #913f2e;
  font-weight: 600;
}
.item-list-date {
  color: #444;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 720px) {
  .item-list + .more {
    position: relative;
    top: -25px;
  }
  .item-list--indented + .more {
    margin-left: 100px;
  }
  .item-list {
    margin-bottom: 50px;
  }
  .item-list__icon {
    width: 58px;
    height: 58px;
    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;
  }
}

.schedule__time {
  font-size: 16px;
  font-weight: 700;
}
.schedule__item {
  margin-bottom: 12.5px;
}
.schedule__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .schedule {
    position: relative;
  }
  .schedule__time {
    width: 175px;
    position: absolute;
    left: 0;
    text-align: right;
  }
  .schedule__item {
    margin-left: 200px;
  }
}

.content-box {
  padding: 25px;
  margin-bottom: 25px;
  background: #767449;
  color: #fff;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box a {
  color: #fff;
  font-size: 18px;
  font-family: Oswald, sans-serif;
}
.content-box img:hover {
  color: #fff;
}
.content-box h2 {
  color: #fff;
  font-size: 24px;
  font-family: Oswald, sans-serif;
}
.content-box .button {
color: #767449;
}
@media (min-width: 720px) {
  .content-box {
    margin-bottom: 50px;
  }
}

.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__overview {
  padding: 0 !important;
  margin-right: 25px;
  font-style: italic;
  opacity: 0.8;
}
.pagination__page,
.sf_pagerNumeric a {
  min-width: 31.25px;
  font-weight: 700;
  color: #444;
}
.pagination__page:hover,
.sf_pagerNumeric a:hover {
  min-width: 31.25px;
  background: #767449;
  border-radius: 50%;
  color: #fff;
}
.pagination__current,
.sf_PagerCurrent {
  min-width: 31.25px;
  background: #767449;
  border-radius: 50%;
  color: #fff !important;
}
.pagination__fold {
  opacity: 0.4;
}
@media (max-width: 469px) {
  .pagination__overview {
    display: block !important;
  }
}
@media (min-width: 470px) {
  .pagination a, .pagination span,
  .sf_pagerNumeric a, .sf_pagerNumeric span {
    padding: 3.125px 6.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(0.667);
}
.js .accordion__title.is-active::after {
  transform: scaleX(0.667) scaleY(-1);
}
.js .accordion__content {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.js .accordion__content.is-active {
  height: auto;
  /* max-height: 3000px;  */
  padding-bottom: 25px;
  opacity: 1;
  transition: all 0.4s ease-in;
}

.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, .page-nav__sf-wrapper > ul:after, .interior-layout:after {
  content: "";
  display: table;
  clear: both;
}

.member-hub {
  background: #767449;
  width: 120%;
  color: #fff;
  float: left;
  text-align: center;
  margin-left: -50px;
}
.member-hub__item {
  float: left;
  width: 16%;
  text-align: center;
  padding-top: 5px;
}
.member-hub__item img {
  text-align: center !important;
  margin: 0 auto;
}
.member-hub a {
  color: #fff;
  font-size: 18px;
  font-family: Oswald, sans-serif;
}
.member-hub img:hover {
  color: #fff;
}
@media (max-width: 36em) {
  .member-hub {
    float: left;
    width: 130%;
  }
  .member-hub__item img {
    width: 45px;
    height: 45px;
  }
  .member-hub__item {
    clear: none;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 36em) and (max-width: 68em) {
  .member-hub {
    clear: left !important;
  }
  .member-hub__item.grid__unit--1-2 {
    width: 25%;
  }
  .member-hub__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 68em)  {
  .member-hub__item.grid__unit--1-2 {
    width: 16%;
  }
}

/*
@media (max-width: 63em) {
  .member-hub__item {
clear: left;
float: none;
width: 100%;
text-align: center;
padding-top: 5px;
padding-bottom: 25px;
}

.member-hub {
background: #767449;
width: 100%;
color: #fff;
float: none;
text-align: center;
padding-bottom: 40px;
}


.member-hub .img-left.event-image {
float: none;
}

}

*/


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

@media (min-width: 36em) and (max-width: 68em) {
  .clear-tablet {
    clear: both;
  }
}

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


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

.grid {
  display: block;
  padding: 0;
  margin-right: -25px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid.content {
  clear: both;
}

.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;
}
.grid__unit--1-2 { width: 50%; }
.grid__unit--1-3 { width: 33.33% !important; }
.grid__unit--2-3 { width: 66.66% !important; }
.grid__unit--1-4 { width: 25%; }
.grid__unit--3-4 { width: 75%; }
.grid__unit--1-5 { width: 20%; }
.grid__unit--2-5 { width: 40%; }
.grid__unit--3-5 { width: 60%; }
.grid__unit--4-5 { width: 80%; }
.grid__unit--1-6 { width: 16.66%; }
.grid__unit--5-6 { width: 83.3%; }



.grid--compact {
  margin-right: -12px;
}

.grid--compact.no-margin {
  margin-bottom: -12px;
}


.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
  text-align: left;
}


@media (max-width: 470px) {
  .grid__unit {
    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 { 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 50px 50px 0;
  }
  .grid__unit--1-2-m { width: 50% !important;; }
  .grid__unit--1-3-m { width: 33.33% !important; }
  .grid__unit--2-3-m { width: 66.66% !important; }
  .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%; }
}


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

input[type="text"], input[type="email"] {
  display: block;
  width: 100%;
  padding: 6.25px 12.5px;
  border: 1px solid #d8d8d8;
}


/*! ---------- =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 ---------- */

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

.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: none !important;
}

.header-logo {
  margin: 0;
  /* max-width: 279px; */
  float: left;
}
.header-text {
  float: left;
  margin-top: 45px;
  margin-left: 30%;
}
.header-logo a, .header-logo img {
  display: block;
  max-width: 100%;
}

.header-utility {
  background: #fff;
  color: #444444;
  margin-top: 40px;
}
.header-utility__item {
  display: inline-block;
  vertical-align: middle;
  color: #444444;
  opacity: 1;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 500;
  text-align: center;
}
.header-utility__icon {
  display: inline-block;
  vertical-align: middle;
  width: 59px;
  height: 59px;
  margin: 0 0.3em 0 0;
  text-align: center;
}
.header-utility__text {
  padding-top: 12px;
  margin: 0 0.3em 0 0;
  text-align: center !important;
}

.header-actions__item {
  display: inline-block;
  vertical-align: middle;
  color: #5b2b62;
}

.page-nav ul {
  list-style: none !important;
  margin: 0;
}
.page-nav a {
  display: block;
}


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

  .header-utility__text {
    padding-top: 12px;
    margin: 0 0.3em 0 0;
    text-align: left !important;
  }

  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;
    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;
    transition: opacity 0.2s ease, visibility 0s linear, z-index 0s linear;
  }

  .header-logo {
    padding: 12.5px 0;
    margin: 0 10px;
    /*  width: 100px; */
  }
  .header-logo img {
    max-width: 250px;
    height: auto;
    text-align: left;
  }

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

  .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: 50;
    transform: translateX(-100%);
    transition: visibility 0s linear 0.2s, all 0.2s ease-out;
  }
  .header-content.is-active {
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    transform: translateX(0);
    transition: visibility 0s linear, all 0.2s ease-out;
  }

  .header-utility {
    padding: 0 0;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    clear: both;
    text-align: left;
    background: transparent;
    order: 1;
  }
  .header-utility__welcome {
    display: block;
    padding: 25px 0;
    color: #5b2b62;
  }
  .header-utility__item {
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    color: #444;
    clear: both;
  }
  .header-utility__icon {
    display: block;
    margin: 10px 10px 0 25px;
    width: 25px;
    height: 25px;
    float: left;
  }
  .header-utility__icon--large {
    display: none;
  }

  .header-actions {
    padding: 18.75px 0;
    background: #d8d8d8;
    order: 3;
    display: none;
  }
  .header-actions__item {
    display: block;
    padding: 6.25px 25px;
  }

  .page-nav {
    clear: both;
    order: 2;
    padding: 0 0 25px;
  }
  .page-nav li {
    position: relative;
  }
  .page-nav a {
    padding: 6.25px 50px 6.25px 25px;
  }
  .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: #7c7a52 transparent transparent;
    transform: scaleX(0.667);
    transition: all 0.2s ease-out;
  }
  .page-nav__toggle.is-active::after {
    transform: rotate(180deg) scaleX(0.667);
  }
  .page-nav > ul > li > a,
  .page-nav__sf-wrapper > ul > li > a {
    padding: 12.5px 25px;
    font-weight: 400;
    font-size: 20px;
    font-family: Oswald, sans-serif;
  }
  .page-nav > ul > li > ul > li > a,
  .page-nav__sf-wrapper > ul > li > ul > li > a {
    font-weight: 700;
    color: #913f2e;
  }
  .page-nav li ul {
    display: none;
    padding: 12.5px 0;
    background: #fff;
  }
  .page-nav 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: #7c7a52 transparent transparent;
  }
 .page-nav li li li a {
    padding-left: 37.5px;
  }
  .page-nav {
    display: block;
  }
  .page-nav ul {
    display: block;
  }
  .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) {
  .header-text {
    margin-top: 10px;
  }

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

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

  .page-header {
    /* padding: 25px 25px 0; */
    max-width: 1500px;
    margin: 0 auto;
  }
  .header-toggle {
    display: none;
  }

  .header-utility {
    /* position: absolute !important;
    right: 25px !important;
    top: 0 !important; */
    float: right;
    padding: 12.5px 25px 30px;
    border-radius: 0 0 12.5px 12.5px;
  }
  .header-utility__welcome, .header-utility__item {
    vertical-align: baseline;
  }
  .header-utility__item {
    margin-left: 15px;
  }
  .header-utility__item:hover {
    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;
  }

  .page-nav {
    clear: both;
    margin: 25px -25px 0 10px;
    padding: 0 12.5px;
    position: relative;
    z-index: 100;
    background: rgba(255,255,255, 0.8) !important;
  }
  .page-nav::before, .page-nav::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.8) !important;
    z-index: 90;
  }
  .page-nav::before {
    right: 100%;
  }
  .page-nav::after {
    left: 100%;
  }
  .page-nav a {
    color: #767449;
  }
  .page-nav a:hover {
    color: #9c0b27;
  }
  .page-nav__toggle {
    display: none;
  }
  .page-nav > ul,
  .page-nav__sf-wrapper > ul {
    position: relative;
  }
  .page-nav__sf-wrapper > ul > li,
  .page-nav > ul > li {
    width: 16.6%;
    float: left;
    position: static;
  }
  .page-nav > ul > li:nth-child(1),
  .page-nav__sf-wrapper > ul > li:nth-child(1),
  .page-nav > ul > li:nth-child(5),
  .page-nav__sf-wrapper > ul > li:nth-child(5),
  .page-nav > ul > li:nth-child(6),
  .page-nav__sf-wrapper > ul > li:nth-child(6),
  .page-nav > ul > li:nth-child(7),
  .page-nav__sf-wrapper > ul > li:nth-child(7) {
    width: 10.6%;
    float: left;
    position: static;
  }
  .page-nav > ul > li:nth-child(2),
  .page-nav__sf-wrapper > ul > li:nth-child(2) {
    width: 23%;
    float: left;
    position: static;
  }
  .page-nav > ul > li > a,
  .page-nav__sf-wrapper > ul > li > a {
    height: 100%;
    padding: 12.5px;
    line-height: 18.75px;
    text-align: center;
    /* 7c7a52;*/
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    font-family: Oswald, sans-serif;
  }
  .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: #767449;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -12.5px;
    z-index: 60;
  }
  .page-nav > ul > li > ul,
  .page-nav__sf-wrapper > ul > li > ul {
    display: block;
    position: absolute;
    left: -12.5px;
    right: -12.5px;
    top: 100%;
    padding: 25px 50px;
    border: 1px solid #d8d8d8;
    background: #fff;
    -moz-column-count: 3;
    column-count: 3;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: z-index 0s linear 0.4s, visibility 0s linear 0.4s, all 0.4s ease-out;
  }
  .page-nav > ul > li > ul > li > a,
  .page-nav__sf-wrapper > ul > li > ul > li > a {
    font-weight: 700;
    color: #924130;
    margin-bottom: 6.25px;
  }
  .page-nav > ul > li > ul > li > a:hover,
  .page-nav__sf-wrapper > ul > li > ul > li > a:hover {
    color: #7c7a52;
  }
  .page-nav > ul > li.is-current > a,
  .page-nav__sf-wrapper > ul > li.is-current > a {
    background: #767449;
    color: #fff;
  }
  .page-nav > ul > li:hover > a,
  .page-nav__sf-wrapper > ul > li:hover > a {
    color: #fff;
    background: #767449;
  }
  .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: 50;
    transition: z-index 0s linear, visibility 0s linear, all 0.2s ease-out;
  }
  .page-nav li li li li,
  .page-nav li li li ul {
    display: none;
  }
  .page-nav li li li {
    font-size: 18px;
  }
  .page-nav li li li a {
    color: #496f76;
  }
 .page-nav li li li a:hover {
    color: #7c7a52;
  }
 .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 {
    margin-top: 10px;
    right: 5px;
    padding-top: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
 }

@media (min-width: 720px) and (max-width: 1499px) {
 img.header-utility__icon  {
    width: 30px;
    height: auto;
  }
}


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

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

  .header-utility, .header-actions {
    right: 50px;
  }
  .header-utility {
    background: #fff;
    color: #444444;
    margin-top: 15px;
  }

.header-utility__item {

    margin-left: 10px;

}
 
  .header-actions__item {
    margin-left: 25px;
  }

  .page-nav > ul > li > a,
  .page-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;
  }

 img.header-utility__icon  {
    width: 45px;
    height: auto;
  }
}


@media (min-width: 1200px) {
 .header-logo img {
    max-width: none;
    height: auto;
    text-align: left;
  }



  .header-utility {
    margin-top: 40px;
  }
  img.header-utility__icon  {
    width: 58px;
    height: 58px;
  }

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

@media (min-width: 1200px) {

.header-utility__item {
    margin-left: 25px;

  }

}

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

.header-utility {
    float: left;

}

}

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

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

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



@media (min-width: 1400px) {
  .page-nav > ul > li > a,
  .page-nav__sf-wrapper > ul > li > a {
    font-size: 24px;
  }
}



.header-utility__search-input {
  width: 1px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  opacity: 0.01;
  max-width: 180px;
  max-width: calc(100% - 50px);
  position: absolute;
  right: 25px;
  top: 85px;
  z-index: 10;
  background: #fff !important;
  color: #444444 !important;
  border: #913f2e solid 1px !important;
  border-radius: 4px;
  transition: all 0.2s ease-out;
}
.header-utility__search-input:focus {
  width: 100% !important;
  padding-left: 12.5px !important;
  padding-right: 12.5px !important;
  opacity: 1;
}
.header-utility__search-label {
  margin-left: 12.5px;
  margin-top: 0 !important;
  padding: 6.25px 12.5px;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
}

@media (max-width: 720px) {
  .header-utility__search-input {
    width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 1;
    max-width: 180px;
    position: static;
    margin: 20px 20px;
    text-align: center;
    z-index: 10;
    color: #444444 !important;
    border: #913f2e solid 1px !important;
    border-radius: 4px;
    transition: all 0.2s ease-out;
  }
  .header-utility__search-input:focus {
    width: 100% !important;
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
    opacity: 1;
  }
  .header-utility__search-label {
    margin-left: 12.5px;
    margin-top: -45px;
    padding: 6.25px 12.5px;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
    text-indent: -10000px;
    height: 0;
  }
  .header-utility__search-label img {
    margin-top: -70px;
    margin-left: 0;
    float: left;
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 720px) and (max-width: 960px)  {
 .header-utility__search-input {
    position: absolute;
    right: 20px;
    top: 50px;
  }
  .header-utility__search-input:focus {
    width: 50% !important;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
 .header-utility__search-input {
    position: absolute;
    right: 25px;
    top: 78px;
  }

  .header-utility__search-input:focus {
    width: 55% !important;
  }
}

@media (min-width: 1200px) {
 .header-utility__search-input {
    position: absolute;
    right: 25px;
    top: 90px;
  }
  .header-utility__search-input:focus {
    width: 40% !important;
  }
}

@media (min-width: 1501px) {
 .header-utility__search-input {
    top: 125px;
  }
}


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

.page-footer {
  clear: both !important;
  background: #fff !important;
  border-top: dashed #444 1px !important;
  text-align: center !important;
  width: 95% !important;
  margin: 45px auto 0 auto !important;
}

.page-footer .grid__unit {
  padding: 0 5px 20px 0 !important;
}

.page-footer .page-width {
  padding: 0 25px !important;
}
.page-footer p {
  margin-top: 50px !important;
  margin-bottom: 12.5px !important;
  letter-spacing: 1px !important;
}
.page-footer a {
  font-weight: bold !important;
}

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

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

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

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

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

.footer_title {
  color: #8a8865;
  font-family: Oswald, sans-serif;
  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;
  }
}


@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-top: 25px;
    margin-left: 12.5px;
  }
}


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


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


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


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

.home-feature__pane {
  display: block;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.home-feature__title {
  padding: 25px 25px;
  margin: 0;
  position: absolute;
  top: 12.5px;
  right: 75px;
  text-align: left;
  font-weight: normal !important;
  color: #444;
  font-size: 20px !important;
  line-height: 24px;
  font-family: "acumin-pro-condensed", sans-serif;
  background: rgba(255,255,255,0.8);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: none;
}
.home-feature__title .heading {
  color: #88312d;
  font-size: 24px !important;
  font-family: Oswald, sans-serif;
  font-weight: normal !important;
  margin-bottom: 10px;
}

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

.home-explore h1, .home-explore h3 {
  color: #7c7a52;
  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;
}


@media (max-width: 719px) {
  .home-feature__nav {
    position: static;
    margin: 20px auto;
    text-align: center;
    display: none;
  }
  .home-feature__title {
    position: static;
    display: block;
  }
  h2.home-feature__title {
    clear: both;
  }
  .home-feature__pane {
    display: block;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: static;
  }
  .home-feature__tab.is-active {
    border: #7c7a52 solid 4px;
    border-radius: 50%;
  }
}


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


@media (min-width: 480px) and (max-width: 720px) {
  .home-feature__pane {
    display: block;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: static;
    min-height: 175px;
  }
  .home-feature__title {
    min-height: 175px;
  }
}


@media (min-width: 720px) {
  .home-feature {
    position: relative;
  }
  .home-feature__pane {
    margin-top: -60px;
    height: 500px;
  }
  .home-feature__title {
    width: 50%;
    right: 10%;
    top: 30%;
    width: 400px;
  }
  .home-feature__nav {
    width: 100%;
    position: absolute;
    left: 5%;
    bottom: -125px;
  }
  .home-feature__tab {
    width: 22%;
    height: 195px;
    overflow: visible;
    margin: 0 ;
    color: #767449;
    transform: translateX(12.5px);
    transition: all 0.2s ease-out;
    background: url(/images/default-source/page-layout-images/feature_nav_bkgd-sm.png) no-repeat top 30px center;
    overflow-y: visible;
    font-size: 14px;
    font-family: Oswald, sans-serif;
  }
  .home-feature__tab img {
    width: 50%;
    max-width: 128px;
    height: auto;
    margin: -20px auto 0 auto;
    text-align: center;
  }
  .home-feature__tab + .home-feature__tab {
    margin-top: 12.5px;
  }
  .home-feature__tab.is-active {
    color: #767449;
    background: url(/images/default-source/page-layout-images/feature_nav_active_bkgd-sm.png) no-repeat top 30px center;
    overflow-y: visible;
    font-size: 14px;
    font-family: Oswald, sans-serif;
  }
  .home-feature__title {
    background: rgba(255,255,255,0.8);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: none;
  }
}


@media (min-width: 960px) {
  .home-feature__pane {
    margin-top: -75px;
  }
  .home-feature__title {
    width: 400px;
    right: 90px;
    top: 30%;
  }
  .home-feature__nav {
    width: 100%;
    position: absolute;
    left: 5%;
    bottom: -78px;
  }
  .home-feature__tab {
    width: 22%;
    overflow-y: visible;
    color: #767449;
    transform: translateX(12.5px);
    transition: all 0.2s ease-out;
    background: url(/images/default-source/page-layout-images/feature_nav_bkgd.png) no-repeat top 0 center;
    overflow-y: visible;
    font-size: 14px;
    font-family: Oswald, sans-serif;
  }
  .home-feature__tab img {
    width: 100%;
    max-width: 128px;
    height: auto;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .home-feature__tab.is-active {
    color: #767449;
    background: url(/images/default-source/page-layout-images/feature_nav_active_bkgd.png) no-repeat top 0 center;
    overflow-y: visible;
    font-size: 14px;
    font-family: Oswald, sans-serif;
  }
}


@media (min-width: 1200px) {
 .home-feature__nav {
    width: 100%;
    position: absolute;
    left: 5%;
    bottom: -78px;
  }
  .home-feature__title {
    width: 400px;
    right: 90px;
    top: 30%;
  }
  .home-feature__tab {
    width: 22%;
    height: 195px;
    overflow: visible;
    /* padding: 12.5px 100px; */
    margin: 0 ;
    /* background: orange; */
    color: #767449;
    transform: translateX(12.5px);
    transition: all 0.2s ease-out;
    background: url(/images/default-source/page-layout-images/feature_nav_bkgd.png) no-repeat top 0 center;
    overflow-y: visible;
    font-size: 18px;
    font-family: Oswald, sans-serif;
  }
  .home-feature__tab img {
    width: 100%;
    max-width: 128px;
    height: auto;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .home-feature__tab.is-active {
    color: #767449;
    background: url(/images/default-source/page-layout-images/feature_nav_active_bkgd.png) no-repeat top 0 center;
    overflow-y: visible;
    font-size: 18px;
    font-family: Oswald, sans-serif;
  }
}


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

.breadcrumb {
  margin-bottom: 20px;
}

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

.interior-nav {
  background: none;
  padding: 0 20px 20px 0;
}
.interior-nav--divisions .interior-nav__nav > ul > li:not(.is-current) {
  display: none;
}
.interior-nav.filter-nav {
  border-top: dashed #444 1px;
  border-bottom: dashed #444 1px;
  padding: 20px 5px 0 5px;
}
.interior-nav__title {
  font-weight: 400;
  font-size: 24px;
  font-family: Oswald, sans-serif;
}
.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: 1px solid #f1f1f1;
}
.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: 700;
}
.interior-nav__nav .is-current > ul {
  display: block;
}
.interior-nav.filter-nav {
  padding-bottom: 0;
}

@media (max-width: 959px) {
  .interior-nav__title {
    margin: 5px 0 12.5px;
    cursor: pointer;
    font-size: 24px;
    font-family: Oswald, sans-serif;
  }
  .interior-nav {
    background: none;
    padding: 10px 20px 6px 0;
    border-top: dashed #444 1px;
    border-bottom: dashed #444 1px;
  }
  .interior-nav.filter-nav {
    padding: 10px 5px 0 5px;
  }
  .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 0.5em;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #958948;
    transform: scaleX(0.667);
  }
  .interior-nav__title.jobs {
    margin-top: 25px;
  }
  .interior-nav__title.jobs::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0 0 0.5em;
    width: 0;
    height: 0;
    border: none;
  }
  .interior-nav__title.is-active::after {
    transform: scaleX(0.667) scaleY(-1);
  }
  .interior-nav__nav {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .interior-nav__nav.is-active {
    max-height: 2500px;
    opacity: 1;
    transition: all 0.25s ease-in;
  }
}

.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;
  transform: scaleX(0.667);
}
.interior-nav__title.filter.is-active::after {
  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;
  transition: all 0.25s ease-in;
}


.interior-layout__aside {
  background: none;
  padding: 0 20px 20px 0;
}

.interior-layout__title, h1 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

h1.interior-layout__title, h1 {
  font-size: 34px;
  line-height: 36px;
}


@media (max-width: 960px) {
 .interior-layout__nav, .interior-layout__aside {
    width: 100% !important;
  }
}


@media (min-width: 960px) {
  .interior-layout--reverse .interior-layout__nav, .interior-layout--reverse .interior-layout__aside {
    float: right;
    clear: right;
  }
  .interior-layout__title {
    margin-left: 0;
    padding-left: 0;
  }
  .interior-layout__nav {
    width: 20% !important;
    float: left !important;
    clear: left !important;
  }

  .interior-layout__aside {
    width: 20% !important;
    overflow: hidden !important;
    clear: left !important;
  }

  .interior-layout__nav {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .interior-layout__nav ul li {
    font-size: 18px;
  }

  .interior-layout__main {
    width: 80% !important;
    float: right !important;
    padding-left: 50px !important;
    margin-bottom: 0;
  }


  .interior-layout__main-2 {
    width: 80% !important;
    float: right !important;
    padding-left: 50px !important;
    margin-bottom: 0;
    /* display: none;*/
    overflow: hidden !important;
  }
}


/* ---------- =miscellaneous ---------- */

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

.accordion__label {
  background: #fff url(/images/default-source/page-layout-images/plus-sign.png?sfvrsn=c1e69ad2_2) right no-repeat;
  background-position: 98%;
  color: #496f76 !important;
  font-family: Oswald, sans-serif;
  border: #d8d8d8 solid 1px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;

}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  background: #fff url(/images/default-source/page-layout-images/plus-sign.png?sfvrsn=c1e69ad2_2) right no-repeat;
  background-position: 98%;
}
.accordion__label.is-active {
  background:  #fff url(/images/default-source/page-layout-images/minus-sign.png) right no-repeat;
  background-position: 98%;

}


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

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


/*! ---------- Sitefinity grid layout style over-rides ---------- */

.sf_2cols_1_50 {
  padding: 50px 50px 50px 0;
}
.sf_2cols_2_50 {
  padding: 50px 0 50px 0;
}

.home-feature ul,  .home-feature ul li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

ul.sfNavList.sfNavVerticalSiteMap {
  font-size: 20px;
  margin-bottom: 75px;
}

ul.sfNavList.sfNavVerticalSiteMap ul {
  margin-left: 20px;
}

ul.rsmFlow.rsmLevel.rsmOneLevel, li.rsmItem.sfBreadcrumbNavigation {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

li.rsmItem.sfBreadcrumbNavigation a {
  color: #496f76;
}

li.rsmItem.sfBreadcrumbNavigation a, li.rsmItem.sfNoBreadcrumbNavigation a {
  margin-left: 0 !important;
  padding-left: 0 !important;
}


li.rsmItem.sfBreadcrumbNavigation a:hover, li.rsmItem.sfNoBreadcrumbNavigation a:hover {
  color: #767449 !important;
  background: none !important;
  border: none !important;
  -webkit-appearance: none !important;
  margin-left: 0 !important;
  padding-left: 1px !important;
}

.img-right.share-icons {
  margin-top: -25px;
}


.img-right.rss-icon {
  height: 50px !important;
}



/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid Green;
  padding:.5em;
  margin-bottom:.5em;
}

/* Job Postings */

#RSS* ul {
  list-style: none !important;
}

/* FROM ANNUAL MEETING WIRE STYLES */

span.track {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  background: #913f2e;
  padding: 5px;
  border-radius: 7px;
}

span.track.key {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  background: #913f2e;
  padding: 5px;
  border-radius: 7px;
  display: block;
  clear: left;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 75px;
  text-align: center;
}

.track-name {
  display: table;
  height: 30px;
  letter-spacing: normal;
}

.track-name p {
  display:  table-cell;
  vertical-align: middle;
  height: 30px;
  letter-spacing: normal;
}

.grad-under-grad {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #767449;
  padding: 5px;
  border-radius: 7px;
  width: 50px;
  text-align: center;
  letter-spacing: normal;
}

.grad-under-grad.key-type {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #767449;
  padding: 5px;
  border-radius: 7px;
  display: block;
  clear: left;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  letter-spacing: normal;
}


@media (max-width:1300px) {

span.track.key {
  margin-bottom: 20px;
}

}

.item-list__date.no-indent {
margin-left: 0;
}

ul.sfCategoriesList  {
list-style: none;
margin-left: 0 !important;
padding-left: 0 !important;
}

ol.sfLoginFieldsWrp {
  margin: 0;
  list-style: none;
}

.flexible-iframe iframe {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.no-margin {
  margin: 0;
}

input#Textbox-2 {
display: block;
width: 100%;
padding: 6.25px 12.5px;
border: 1px solid #d8d8d8;
}

input#Textbox-3 {
display: block;
width: 100%;
padding: 6.25px 12.5px;
border: 1px solid #d8d8d8;
}

input#Textbox-4 {
display: block;
width: 100%;
padding: 6.25px 12.5px;
border: 1px solid #d8d8d8;
}

input#Textbox-5 {
display: block;
width: 100%;
padding: 6.25px 12.5px;
border: 1px solid #d8d8d8;
}

input#Textbox-6 {
display: block;
width: 100%;
padding: 6.25px 12.5px;
border: 1px solid #d8d8d8;
}

.sf-fieldWrp, input#Textbox-1, input#Textbox-2, input#Textbox-3, input#Textbox-4, input#Textbox-5, input#Textbox-6, input#Textbox-7,
textarea#Textarea-1, textarea#Textarea-2, textarea#Textarea-3, textarea#Textarea-4, textarea#Textarea-5, textarea#Textarea-6, textarea#Textarea-7, select#Dropdown-1, select#Dropdown-2, select#Dropdown-3, select#Dropdown-4, select#Dropdown-5, select#Dropdown-6 {
margin-bottom: 20px;
}

.forgot {
margin-top: 20px;   
margin-bottom: 20px;  
}

.login-fields input {
width: 30%; 
}

.in-page-login {
background: url(/images/default-source/page-layout-images/icon-login-sm.png?sfvrsn=5af797d2_2) left no-repeat;
height: 65px;
border: 1px solid #923f2a;
display: inline-block;
border-radius: 10px;
padding: 5px 10px 10px 10px;
margin-bottom: 25px;
margin-left: 0;
}

.in-page-login a {
font-size: 30px;  
padding-top: 10px;
padding-right: 15px;
padding-left: 70px;
color: #923f2a;
display: block;
}

@media (max-width:720px) {

.login-fields input {
width: 100%;  
}

.last-modified {
padding-bottom: 40px; 
}

}

.align-float-right {
    text-align: right;
    float: right;
    margin-bottom: 25px;
}

.dashed-border {
border-bottom: dashed #444 1px; 
margin-bottom: 25px;
}

h2.annual {
margin-bottom: 0; 
line-height: 32px;
font-family: "Oswald", sans-serif;
}

p.session-title {
font-size: 22px;  
line-height: 24px;
margin-bottom: 4px;
}

h3.annual {
  font-size: 24px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #444;
}

span.track.key.display-inline {
  float: none;
  clear: none;  
  margin-top: 10px;
}

.display-inline {
 display: inline-block !important;
}


.chairs a {
 color: #444 !important;
 font-weight: bold;
 cursor: not-allowed;
 pointer-events: none;
 z-index: -1;
}

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