.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
.alert {
  border-width: 2px;
}
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
  margin-top: 15px;
}
.alert h2:first-child,
.alert h3:first-child,
.alert h4:first-child,
.alert h5:first-child,
.alert h6:first-child {
  margin-top: 0;
}
.alert-status,
.alert-info {
  color: #24648e;
  border-color: #98ccd7;
  background-color: #d9edf7;
}
.alert-status *,
.alert-info * {
  color: #24648e;
}
.alert-status a,
.alert-info a {
  color: #085386;
}
.alert-success {
  color: #476a24;
  border-color: #d0e3b5;
  background-color: #f8fff0;
}
.alert-success * {
  color: #476a24;
}
.alert-success a {
  color: #234600;
}
.alert-warning {
  color: #7d4d2a;
  border-color: #ed5;
  background-color: #fffce5;
}
.alert-warning * {
  color: #7d4d2a;
}
.alert-warning a {
  color: #840;
}
.alert-error,
.alert-danger {
  color: #a60606;
  border-color: #f09999;
  background-color: #fef5f1;
}
.alert-error *,
.alert-danger * {
  color: #a60606;
}
.alert-error a,
.alert-danger a {
  color: #8c2e0b;
}
.arrow-bar {
  height: 15px;
}
.arrow-bar:after {
  content: '';
  position: absolute;
  padding-top: 15px;
  left: 50%;
  margin-top: 14px;
  margin-left: -15px;
  max-width: 10px;
  height: 15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 1;
}
.arrow-bar.arrow-bar-gold {
  background-color: #b7a57a;
}
.arrow-bar.arrow-bar-gold:after {
  border-top: 15px solid #b7a57a;
}
.arrow-bar.arrow-bar-gray {
  background-color: #c9c9c9;
}
.arrow-bar.arrow-bar-gray:after {
  border-top: 15px solid #c9c9c9;
}
.arrow-bar.arrow-bar-purple {
  background-color: #4b2e83;
}
.arrow-bar.arrow-bar-purple:after {
  border-top: 15px solid #4b2e83;
}
.browser {
  content: ' ';
  width: 50px;
  height: 50px;
  background: transparent url("assets/images/browsers.png") no-repeat scroll;
  overflow: hidden;
  display: inline-block;
}
.browser .ie {
  background-position: -100px 0;
}
.browser .firefox {
  background-position: -50px 0;
}
.browser .chrome {
  background-position: 0 0;
}
.ic-btn.back {
  padding-left: 7px;
}
.ic-btn.back:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: white;
  font-weight: bold;
  margin-right: 2px;
  content: "\e939";
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.ic-btn.next {
  padding-right: 7px;
}
.ic-btn.next:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: white;
  font-weight: bold;
  content: "\e939";
  font-family: 'uw-icon';
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form button.uw-btn {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}
.nav-button {
  margin-top: -5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (min-width: 992px) {
  .uw-body .nav-button {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .uw-body .nav-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.uwf-button a,
.uwf-button-rounded a {
  padding: 10px 15px;
  font-family: "Encode Sans Compressed", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #4b2e83;
}
.uwf-button a:hover,
.uwf-button-rounded a:hover,
.uwf-button a:focus,
.uwf-button-rounded a:focus {
  color: #85754d !important;
  background-color: #ccc;
}
.uwf-button a:hover:before,
.uwf-button-rounded a:hover:before,
.uwf-button a:focus:before,
.uwf-button-rounded a:focus:before {
  color: #85754d;
}
.uwf-button a:hover *,
.uwf-button-rounded a:hover *,
.uwf-button a:focus *,
.uwf-button-rounded a:focus * {
  color: #85754d !important;
}
.uwf-button a:before,
.uwf-button-rounded a:before {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.uwf-button-rounded a {
  border-radius: 80px;
}
.uwf-button-rounded a > div > div.sub-title {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
div.uwf-button-flexgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.uwf-button-rect-wrapper {
  margin-bottom: 25px;
}
div.uwf-button-rect-wrapper:before {
  position: absolute;
  top: 4;
  height: 21px;
  width: 100%;
  content: "";
  background: url(https://facilities.uw.edu/sites/all/themes/uw_boundless/css/assets/images/stripes-dark-tile.svg);
  opacity: 0.3;
  color: #fff;
}
div.uwf-button-rect-wrapper a.uwf-button-rect {
  text-decoration: none;
  min-height: 125px;
  height: 100%;
  display: block;
  color: #fff;
  padding: 40px 30px 20px;
  font-family: "Encode Sans Compressed";
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #4b2e83;
}
div.uwf-button-rect-wrapper a.uwf-button-rect:before {
  margin-bottom: 5px;
  color: #fff;
}
div.uwf-button-rect-wrapper a.uwf-button-rect:hover,
div.uwf-button-rect-wrapper a.uwf-button-rect:focus {
  text-decoration: none;
  background-color: #34205c;
  border-bottom: none;
  color: #e8e3d3;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
div.uwf-button-rect-wrapper a.uwf-button-rect:hover:before,
div.uwf-button-rect-wrapper a.uwf-button-rect:focus:before {
  color: #e8e3d3;
}
@media only screen and (max-width: 480px) {
  div.uwf-button-rect-wrapper a.uwf-button-rect {
    padding: 35px 8px 10px;
  }
}
a.uwf-button-slant {
  border: 1px solid #fff !important;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  padding: 7px 15px;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px 30px;
  border-bottom: none !important;
}
a.uwf-button-slant div {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
a.uwf-button-slant:hover {
  background-color: #34205c;
  color: #fff;
}
.node-form .btn-default {
  color: white;
  background-color: #4b2e83;
  border-color: #6f589c;
}
.node-form .btn-default:hover,
.node-form .btn-default:focus,
.node-form .btn-default:active,
.node-form .btn-default.active,
.open .dropdown-toggle.node-form .btn-default {
  color: white;
  background-color: #6f589c;
  border-color: #6f589c;
}
.node-form .btn-default:active,
.node-form .btn-default.active,
.open .dropdown-toggle.node-form .btn-default {
  background: #40276f;
  border-color: #40276f;
}
.node-form .btn-default.disabled,
.node-form .btn-default[disabled],
fieldset[disabled] .node-form .btn-default,
.node-form .btn-default.disabled:hover,
.node-form .btn-default[disabled]:hover,
fieldset[disabled] .node-form .btn-default:hover,
.node-form .btn-default.disabled:focus,
.node-form .btn-default[disabled]:focus,
fieldset[disabled] .node-form .btn-default:focus,
.node-form .btn-default.disabled:active,
.node-form .btn-default[disabled]:active,
fieldset[disabled] .node-form .btn-default:active,
.node-form .btn-default.disabled.active,
.node-form .btn-default[disabled].active,
fieldset[disabled] .node-form .btn-default.active {
  background-color: #4b2e83;
  border-color: #4b2e83;
}
.node-form .btn-info {
  color: white;
  background-color: #4b2e83;
  border-color: #6f589c;
}
.node-form .btn-info:hover,
.node-form .btn-info:focus,
.node-form .btn-info:active,
.node-form .btn-info.active,
.open .dropdown-toggle.node-form .btn-info {
  color: white;
  background-color: #6f589c;
  border-color: #6f589c;
}
.node-form .btn-info:active,
.node-form .btn-info.active,
.open .dropdown-toggle.node-form .btn-info {
  background: #40276f;
  border-color: #40276f;
}
.node-form .btn-info.disabled,
.node-form .btn-info[disabled],
fieldset[disabled] .node-form .btn-info,
.node-form .btn-info.disabled:hover,
.node-form .btn-info[disabled]:hover,
fieldset[disabled] .node-form .btn-info:hover,
.node-form .btn-info.disabled:focus,
.node-form .btn-info[disabled]:focus,
fieldset[disabled] .node-form .btn-info:focus,
.node-form .btn-info.disabled:active,
.node-form .btn-info[disabled]:active,
fieldset[disabled] .node-form .btn-info:active,
.node-form .btn-info.disabled.active,
.node-form .btn-info[disabled].active,
fieldset[disabled] .node-form .btn-info.active {
  background-color: #4b2e83;
  border-color: #4b2e83;
}
.node-form .btn-success {
  color: white;
  background-color: #4b2e83;
  border-color: #6f589c;
}
.node-form .btn-success:hover,
.node-form .btn-success:focus,
.node-form .btn-success:active,
.node-form .btn-success.active,
.open .dropdown-toggle.node-form .btn-success {
  color: white;
  background-color: #6f589c;
  border-color: #6f589c;
}
.node-form .btn-success:active,
.node-form .btn-success.active,
.open .dropdown-toggle.node-form .btn-success {
  background: #40276f;
  border-color: #40276f;
}
.node-form .btn-success.disabled,
.node-form .btn-success[disabled],
fieldset[disabled] .node-form .btn-success,
.node-form .btn-success.disabled:hover,
.node-form .btn-success[disabled]:hover,
fieldset[disabled] .node-form .btn-success:hover,
.node-form .btn-success.disabled:focus,
.node-form .btn-success[disabled]:focus,
fieldset[disabled] .node-form .btn-success:focus,
.node-form .btn-success.disabled:active,
.node-form .btn-success[disabled]:active,
fieldset[disabled] .node-form .btn-success:active,
.node-form .btn-success.disabled.active,
.node-form .btn-success[disabled].active,
fieldset[disabled] .node-form .btn-success.active {
  background-color: #4b2e83;
  border-color: #4b2e83;
}
/* Hide the text from form buttons with icons */
.btn.btn-icon-only {
  background-color: transparent;
  font-size: 0;
  border: 0;
  padding: 0;
}
.btn.btn-icon-only .icon {
  font-size: initial;
  margin-left: 0.1em;
  margin-right: 0.1em;
  padding: 6px;
  border-radius: 6px;
}
.btn.btn-icon-only .icon:hover {
  color: #fff;
}
.btn.btn-icon-only.btn-default .icon {
  color: #bdc3c7;
}
.btn.btn-icon-only.btn-default .icon:hover {
  background-color: #bdc3c7;
}
.btn.btn-icon-only.btn-success .icon {
  color: #29b765;
}
.btn.btn-icon-only.btn-success .icon:hover {
  background-color: #29b765;
}
.btn-secondary {
  color: white;
  background-color: #8977a6;
  border-color: #a192b8;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: white;
  background-color: #a192b8;
  border-color: #a192b8;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background: #74658d;
  border-color: #74658d;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #8977a6;
  border-color: #8977a6;
}
.cke_contents {
  height: auto !important;
}
.white,
.white * {
  color: #fff !important;
}
.gray-light,
.gray-light * {
  color: #d9d9d9 !important;
}
.gray-dark,
.gray-dark * {
  color: #3D3D3D !important;
}
.black,
.black * {
  color: #000 !important;
}
.gold-light,
.gold-light * {
  color: #e8e3d3 !important;
}
.gold-dark,
.gold-dark * {
  color: #b7a57a !important;
}
.purple,
.purple * {
  color: #4b2e83 !important;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #c9c9c9;
}
.bg-gray-light {
  background-color: #d9d9d9;
}
.bg-gray-ultra-light {
  background-color: #eee;
}
.bg-gray-dark {
  background-color: #3D3D3D;
}
.bg-black {
  background-color: #000;
}
.bg-gold-light {
  background-color: #e8e3d3;
}
.bg-gold-dark {
  background-color: #b7a57a;
}
.bg-purple {
  background-color: #4b2e83;
}
.front .uw-body.container {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .front.large-hero .uw-body > .row.indent-0 {
    margin-top: 0;
  }
  .front.large-hero .uw-body > .row.indent-30 {
    margin-top: -30px;
  }
  .front.large-hero .uw-body > .row.indent-60 {
    margin-top: -60px;
  }
  .front.large-hero .uw-body > .row.indent-90 {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 992px) {
  .front.small-hero .uw-hero-image {
    height: 170px;
  }
  .front.small-hero .uw-hero-image .container {
    display: none;
  }
  .front.small-hero .uw-body > .row {
    margin-top: 0;
  }
  .front.small-hero .uw-body .uw-site-title {
    display: inherit;
  }
}
.align-left {
  float: left;
  margin: 20px 50px 50px 0;
}
.uppercase {
  text-transform: uppercase;
}
.uw-body h1 a,
.uw-body h2 a,
.uw-body h3 a,
.uw-body h4 a,
.uw-body h5 a,
.uw-body h6 a {
  border-bottom: 1px solid #bdbdbd !important;
}
.uw-content .alert {
  margin-bottom: 15px;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0 none;
}
.em {
  font-style: italic;
}
.section--decorated h2,
.section--decorated h3 {
  border-bottom: 1px solid !important;
  padding-bottom: 5px;
}
.content-section {
  margin: 0 0 25px;
}
.content-section h2:first-child,
.content-section h3:first-child,
.content-section h4:first-child,
.content-section h5:first-child,
.content-section h6:first-child {
  margin-top: 0;
}
.content-section.inset-default {
  padding: 20px 40px;
  background-color: #eee;
}
.content-section.inset-default hr {
  border-top: 1px solid #fff;
  margin: 30px -10px 0 -10px;
}
.content-section.inset-default.gold {
  background-color: #85754d;
}
.content-section.inset-default.gold *,
.content-section.inset-default.gold h2,
.content-section.inset-default.gold h3,
.content-section.inset-default.gold h4,
.content-section.inset-default.gold h5,
.content-section.inset-default.gold h6 {
  color: #fff;
}
.content-section.inset-cta {
  margin-top: 30px;
  padding: 1px 40px 40px 80px;
  -webkit-box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  background-color: #fff;
  border-left: 10px solid #85754D;
}
.content-section.inset-cta h4 {
  margin: 15px 0 0 0;
}
.content-section.inset-cta h4::before {
  margin-left: -80px;
  color: #3d3d3d;
}
/* Combine with default webform-calendar.tpl.php to override customizations from
 uwf_boundless. Remove when uwf_boundless/webform-calendar.tpl.php is removed. */
.webform-container-inline.webform-datepicker div.form-item.form-type-select select {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: inline-block;
}
.webform-container-inline.webform-datepicker div.form-item.form-type-select {
  display: inline;
}
.discover {
  width: 75%;
  margin-left: 12.5%;
}
.discover .pane-title {
  text-align: center;
  height: 40px;
  margin-bottom: 35px;
}
.discover .pane-title h2 {
  font-family: "Encode Sans Compressed";
  text-transform: uppercase;
  color: #5A5A5A;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  position: relative;
  margin-bottom: -27px;
  margin-top: 17px;
  padding: 0 20px;
}
.discover .pane-title h2:before,
.discover .pane-title h2:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 303px;
  background-color: #5A5A5A;
  display: block;
  bottom: 17px;
}
.discover .pane-title h2:before {
  left: -303px;
}
.discover .pane-title h2:after {
  right: -303px;
}
.discover > span {
  display: block;
}
.discover h3 {
  font-size: 18px;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 20px;
}
.discover h3 a {
  color: white;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .discover h3 {
    width: 120%;
    font-size: 14px;
  }
}
.discover ul.box {
  padding-left: 0;
}
.discover > span {
  position: relative;
  z-index: 0;
}
.discover .card-image {
  display: block;
  height: 275px;
  background-size: cover;
  background-position: center center;
}
.discover p {
  font-size: 16px;
  line-height: 1.35;
}
.discover a.uw-btn {
  margin-bottom: 0;
}
.discover a.uw-btn.btn-sm {
  padding: 5px 11px;
  font-size: 13px;
}
.discover a.uw-btn.btn-sm:after {
  right: -40px;
  background-size: 580px;
  background-position: -21px -317px;
}
.discover a.uw-btn.btn-sm:before {
  width: 35px;
  right: -35px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .discover a.uw-btn.btn-sm {
    max-width: 90%;
    white-space: normal;
  }
}
.discover .box-outer .box {
  margin-bottom: -20px;
}
.discover .box-outer .box .tile {
  padding: 0 20px 20px;
}
.discover .box-outer .box.three .tile div {
  margin: 0 -20px;
}
@media only screen and (max-width: 991px) {
  .discover {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .discover {
    width: 91%;
    margin-left: 4.5%;
  }
}
.field-collection-view {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border-bottom: none;
}
.field-collection-view .field-label {
  width: auto !important;
}
.field-collection-container {
  border-bottom: none;
}
.fieldset {
  margin-bottom: 20px;
}
.flexgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flexgrid .grid-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1em;
}
.footer {
  border-top: none !important;
  margin-top: 0;
}
.front .footer {
  width: 100%;
  padding: 0;
}
.uwf-footer {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: none;
}
.uwf-footer a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.uwf-footer a:hover {
  border-bottom: 1px solid #fff;
}
.uwf-footer h3 {
  color: #e8e3d3;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.uwf-footer .link-group {
  text-align: left;
}
.uwf-footer ul.link-list {
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .uwf-footer {
    display: block;
  }
  .uwf-footer .link-group {
    width: 100%;
    text-align: center;
  }
  .uwf-footer .uwf-ic-inline-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.field-label-hidden > .form-item > label {
  display: none;
}
.form-inline .form-markup-inline {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .form-inline .form-markup-inline {
    display: block;
  }
}
.form-inline .form-markup-label {
  vertical-align: top;
}
.form-inline .form-group--submit {
  vertical-align: bottom;
}
.form-inline .form-control {
  height: 35px;
  margin-bottom: 5px;
}
.form-inline .control-label {
  display: block;
}
.form-block-labels label.control-label {
  display: block;
}
.form-inline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form-inline-flex {
    display: block;
  }
}
.form-inline-flex > .form-group,
.form-inline-flex > .field-group--inline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
  margin-bottom: 0;
}
.form-inline-flex > .form-group.flex-less,
.form-inline-flex > .field-group--inline.flex-less {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.form-inline-flex.flex-col-2 .form-group,
.form-inline-flex.flex-col-2 .field-group--inline {
  min-width: 40%;
}
.form-inline-flex.flex-col-3 .form-group,
.form-inline-flex.flex-col-3 .field-group--inline {
  min-width: 28%;
}
.form-inline-flex.form-inline-flex--default,
.field-group--inline.field-group--default {
  padding: 15px;
  background-color: #f5f5f5;
}
.form-inline .form-group:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .form-inline .form-group:not(:last-child) {
    margin-right: 0;
  }
}
.form-group--padded {
  padding: 15px 15px;
  background-color: #f3f3f3;
}
.form-group--padded *:first-child {
  margin-top: 0;
}
.form-group--padded h2 {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 600;
  color: #4b2e83;
}
.form-group--padded .help-block {
  color: #5A5A5A;
}
.form-group--padded .scrollable-text {
  overflow: auto;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-add-more-item-group {
  margin-top: 10px;
  padding: 15px 15px;
  background-color: #f3f3f3;
}
.form-add-more-item-group *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-add-more-item-group {
    padding-bottom: 15px;
  }
}
.form-group h2,
.form-group h3 {
  margin-bottom: 8px;
}
.form-group h4,
.form-group h5,
.form-group h6 {
  margin-top: 19.5px;
  margin-bottom: 6px;
}
.form-group-sm .form-type-item {
  margin-bottom: 5px;
}
.form-control.bef-select-as-checkboxes {
  height: auto;
}
.checkbox label,
.radio label {
  font-weight: normal;
  min-height: 20px;
  padding-top: 2px;
}
.form-radios .radio .control-label .form-required,
.form-checkboxes .checkbox .control-label .form-required {
  display: none;
}
.container-inline-date label.control-label {
  display: block;
}
.form-select.hour,
.form-select.minute {
  display: inline-block;
  width: 100px;
}
.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select {
  color: #303030;
}
/* Multistep form progress bar */
ul.form-steps {
  counter-reset: step;
  overflow: hidden;
  position: sticky;
  /* Don't know why, but this is required. Doesn't actually
  make it sticky. */
  padding-left: 0;
}
li.form-step {
  list-style-type: none;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  color: #fff;
}
li.form-step:before {
  width: 34px;
  height: 34px;
  content: counter(step);
  counter-increment: step;
  line-height: 34px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #a596c1;
}
li.form-step:after {
  width: 100%;
  height: 10px;
  content: '';
  position: absolute;
  background-color: #d8d9da;
  top: 12px;
  left: -50%;
  z-index: -1;
}
li.form-step:first-child:after {
  content: none;
}
li.form-step .step-title {
  color: #000;
  text-transform: uppercase;
}
li.form-step-past:after,
li.form-step-current:after {
  background-color: #a596c1;
}
li.form-step-current:before {
  background-color: #4b2e83;
}
li.form-step-future:before {
  background-color: #d8d9da;
}
li.form-step-past .step-title {
  color: #a596c1;
}
li.form-step-current .step-title {
  color: #4b2e83;
}
li.form-step-future .step-title {
  color: #4b2e83;
}
@media (max-width: 480px) {
  .form-step-past .step-title,
  .form-step-future .step-title {
    display: none;
  }
}
.node-form .date-form-element-content-multiline {
  padding: 0;
  border: 0;
}
.node-form .date-form-element-content-multiline .help-block {
  margin: 0;
}
.node-form .table {
  border: none;
}
.node-form .table > thead > tr > th {
  padding: 0 5px;
  border-bottom: none;
  font-family: inherit;
  font-size: 17px;
}
.node-form .table > thead > tr > th .uwf-ic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.node-form .table > tbody > tr:nth-child(odd) > td {
  background-color: #ece9e2;
}
.node-form .table > tbody > tr > td {
  border-top: none;
  padding: 10px 15px;
  vertical-align: middle;
}
.node-form .form-item .description {
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
  color: #7d7d7d;
}
.node-form .remove-x .field-multiple-table td {
  position: relative;
}
.node-form .remove-x .field-multiple-table td .remove-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #d9534f;
  background-color: transparent;
  width: 30px;
  overflow: hidden;
  border: transparent;
}
.node-form .remove-x .field-multiple-table td .remove-button .glyphicon-trash::before {
  content: "\e083";
}
.node-form .remove-x .field-multiple-table td .remove-button:hover {
  color: #e27c79;
}
.node-form .form-wrapper .table-responsive {
  overflow-x: visible;
}
.help-block p {
  font-size: inherit;
  color: inherit;
}
.help-block p,
.help-block ul {
  margin-bottom: 5px;
}
.form-filters .filter-group {
  padding: 5px 10px;
  margin-bottom: 5px;
}
.form-filters .filter-group.filter-group--required {
  background-color: #ede9f4;
}
.form-filters .filter-group .form-control {
  font-size: 15px;
  height: 35px;
}
.front .uw-hero-image {
  height: 450px;
  padding-top: 100px;
}
.front .uw-hero-image h1 {
  font-size: 65px;
  max-width: 600px;
}
@media only screen and (max-width: 1199px) {
  .front .uw-hero-image {
    height: 170px;
  }
  .front .uw-hero-image .container {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .front .uw-body .uw-site-title {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .front .uw-body .uw-site-title + p {
    display: inherit;
  }
}
.ic-inline-text,
.fs-ic-inline-text,
.uwf-ic-inline-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fs-ic-inline-text:before,
.uwf-ic-inline-text:before {
  padding-right: 10px;
}
.fs-ic-inline-text.right:before,
.uwf-ic-inline-text.right:before {
  padding-left: 10px;
}
a[class*="uwf-ic-"] {
  border-bottom: none;
  text-decoration: none;
}
.uwf-ic-embedded {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}
.uwf-ic-embedded:before {
  padding-right: 2px;
}
[class^="ic-"].xs:before,
[class*=" ic-"].xs:before {
  font-size: 20px;
}
[class^="ic-"].ms:before,
[class*=" ic-"].ms:before {
  font-size: 25px;
}
iframe {
  margin-top: 0 !important;
}
.file-image a img {
  border-bottom: 5px solid #d9d9d9;
  o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.file-image a:hover img {
  border-bottom: 5px solid #4b2e83;
  text-decoration: none;
}
.media-image_block {
  float: none;
  display: block;
  overflow: hidden;
}
.media-image_block.media-wysiwyg-align-center .file-image .content {
  margin: auto;
}
.media-image_block.media-wysiwyg-align-right .file {
  float: right;
  margin-left: 0;
}
.media-image_block.media-wysiwyg-align-left .file {
  float: left;
  margin-right: 0;
}
.file-image .file-image-full {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .media-wysiwyg-align-left,
  .media-image_block.media-wysiwyg-align-left .file {
    margin-right: 0;
    float: none;
  }
  .media-wysiwyg-align-right,
  .media-image_block.media-wysiwyg-align-right .file {
    margin-left: 0;
    float: none;
  }
  .file-image .content {
    margin: auto;
  }
}
.uw-links ul li a,
a#scrollup {
  border-bottom: none;
  text-decoration: none;
}
.link-no-underline a,
a.link-no-underline {
  text-decoration: none;
}
.uwf-list .list-item-title a {
  font-size: 23px;
  color: #0088DD;
}
li .media {
  display: inherit;
  margin-bottom: inherit;
}
.media {
  margin-top: 10px;
}
.media-image_full,
.media-image_left,
.media-image_left_custom_link,
.media-image_right,
.media-responsive_left,
.media-responsive_right {
  margin-bottom: 20px;
  padding-top: 10px;
}
.media-image_full .field-name-field-caption,
.media-image_left .field-name-field-caption,
.media-image_left_custom_link .field-name-field-caption,
.media-image_right .field-name-field-caption,
.field-name-field-hero-image .field-name-field-caption,
.media-responsive_left .field-name-field-caption,
.media-responsive_right .field-name-field-caption {
  font-size: 14px;
  font-weight: bold;
}
.media-image_full img,
.media-image_left img,
.media-image_left_custom_link img,
.media-image_right img,
.media-responsive_left img,
.media-responsive_right img {
  max-width: 100% !important;
}
.media-image_left,
.media-image_left_custom_link,
.media-responsive_left {
  float: left;
  margin-right: 25px;
}
.media-image_right,
.media-responsive_right {
  float: right;
  margin-left: 25px;
}
.media-image_inline {
  display: inline-block !important;
  vertical-align: top;
}
.media-image_center {
  margin: auto;
}
.media-image_only img,
.media-image_center img {
  width: auto !important;
  margin: auto;
}
@media only screen and (max-device-width: 767px) {
  .media-responsive_left,
  .media-responsive_right {
    padding-right: 0;
    padding-left: 0;
  }
}
.field-name-field-caption p {
  font-size: 14px;
  font-style: italic;
  line-height: 22px !important;
  margin: 0 !important;
  padding: 5px;
}
.media-thumbnaildownload {
  max-width: 200px;
}
.thumbnail-download {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.thumbnail-image {
  margin-bottom: 0.75em;
  border: 1px solid hsl(0, 0%, 85%);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.thumbnail-title {
  margin: 0 0 0.5em;
  text-align: center;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  font-size: 0.9em;
  font-weight: 600 !important;
}
.thumbnail-description {
  margin: 0 0.75em;
  font-size: 0.8em;
}
.thumbnail-download a:active .thumbnail-image,
.thumbnail-download a:focus .thumbnail-image,
.thumbnail-download a:hover .thumbnail-image {
  border-color: #4b2e83;
}
.thumbnail-download a:active .thumbnail-title,
.thumbnail-download a:focus .thumbnail-title,
.thumbnail-download a:hover .thumbnail-title {
  color: #85754D;
}
#dawgdrops .region-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dawgdrops-inner {
  padding: 10px 0 5px 0;
}
.dawgdrops-menu {
  top: 66px;
}
.date-nav-wrapper h3 {
  margin-top: 16px;
}
.pagination.pull-right {
  margin: 10px 0;
}
.panel {
  /* resets */
  border: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.panel.content-section {
  margin-bottom: 15px;
}
.panel .panel-body {
  padding: 30px 30px 0;
}
.panel .panel-body .field-collection-view {
  padding-top: 0;
}
.panel.collapsible .panel-heading .collapse-icon:before {
  height: 44px;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel.shadowed {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
.panel .panel-heading .panel-title {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 600;
  color: #444;
}
@media only screen and (max-width: 767px) {
  .panel .panel-heading .panel-title {
    line-height: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .panel .panel-heading .panel-title {
    line-height: 1.4em;
  }
}
.panel .panel-heading a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel .panel-heading a:hover,
.panel .panel-heading a:focus {
  border-bottom: none;
  text-decoration: none;
}
.panel.panel-default .panel-heading {
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #d8d2c3;
}
.panel.panel-default .panel-heading .panel-title {
  font-size: 26px;
}
.panel.panel-default.collapsible .panel-heading a.panel-title {
  color: #85754d;
}
.panel.panel-default.collapsible .panel-heading a.panel-title.collapsed {
  background-color: #ece9e2;
  color: #444;
}
.panel.panel-default.collapsible .panel-heading a.panel-title.collapsed > .collapse-icon:before {
  background-color: #b7a57a;
  color: #5A5A5A;
}
.panel.panel-default.collapsible .panel-heading a.panel-title .collapse-icon {
  padding-right: 20px;
  line-height: 0;
}
.panel.panel-default.collapsible .panel-heading a.panel-title .collapse-icon:before {
  border-radius: 50%;
  background-color: #ece9e2;
}
.panel.outline-panel {
  border: solid 1px #ddd;
  border-top: none;
  -webkit-box-shadow: 0px -3px 0 #4b2e83;
          box-shadow: 0px -3px 0 #4b2e83;
  padding: 12px;
  margin: 0 0 20px;
}
.panel.outline-panel .panel-heading {
  width: auto;
  background: white;
  padding: 0 6px;
  margin: 0;
  margin-left: -3px;
  color: #5A5A5A;
}
.panel.outline-panel .panel-heading .panel-title {
  font-weight: 400;
}
.panel.outline-panel legend.panel-heading {
  float: none;
}
.panel.outline-panel .panel-body {
  padding: 5px 15px 0;
}
.panel.block-panel .mega-heading a.collapse-control {
  margin-left: 20px;
}
.panel.block-panel .mega-heading a.collapse-control:focus {
  outline: none;
}
.panel.block-panel .mega-heading a.collapse-control .collapse-icon {
  padding-right: 0;
}
.panel.block-panel .mega-heading a.collapse-control .collapse-icon:hover:before,
.panel.block-panel .mega-heading a.collapse-control .collapse-icon:focus:before {
  font-size: 40px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.panel.block-panel .panel-body {
  border-top: 1px solid white;
  background-color: #eee;
}
.panel.block-panel .panel-body .chunk {
  padding: 10px 25px;
  border-bottom: 1px solid white;
}
.panel.block-panel .panel-body .chunk .field-label {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}
.panel.block-panel .panel-body .chunk .field-content {
  padding-left: 35px;
}
.panel.block-panel .panel-body > *:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none;
}
.panel.block-panel .panel-body > *:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.panel.link-panel.no-bg {
  border-bottom: solid 1px #eee;
}
.panel.link-panel.no-bg .panel-heading {
  border-top: 0;
}
.panel.link-panel.no-bg .panel-body {
  padding: 0 15px 20px;
}
.panel.link-panel a.panel-link {
  display: block;
  border-bottom: none;
}
.panel.link-panel a.panel-link:hover {
  background-color: #d9d9d9;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.panel.simple-panel.collapsible .panel-heading a.panel-title {
  border-top: 1px solid #4b2e83;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #4b2e83;
  background-color: #fff;
  padding: 10px;
}
.panel.simple-panel.collapsible .panel-heading a.panel-title.collapsed {
  border-top: 1px solid #4b2e83;
  border-bottom: 1px solid #4b2e83;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #4b2e83;
  background-color: #fff;
  padding: 10px;
}
.panel.simple-panel.collapsible .panel-heading a.panel-title.collapsed > .collapse-icon:before {
  color: #4b2e83;
  background-color: transparent;
}
.panel.simple-panel.collapsible .panel-heading a.panel-title > .collapse-icon:before {
  border-radius: 0;
  background-color: transparent;
  height: auto;
  width: auto;
  color: #4b2e83 !important;
}
.panel.simple-panel .panel-body.panel-collapse.in {
  border-bottom: 1px solid #4b2e83;
  padding-bottom: 10px;
}
.panel.simple-panel .panel-body .close-bar {
  margin: 20px -30px auto;
}
.panel.simple-panel .panel-body .close-bar a {
  font-size: 11px;
  border: none;
  color: #3d3d3d;
  text-decoration: none;
}
.panel.simple-panel .panel-body .close-bar span:before {
  padding-right: 10px;
  text-decoration: none;
}
.panel.form-filters .panel-heading {
  border-top: 1px solid #4b2e83;
  background-color: #fff;
  padding: 5px 10px;
}
.panel.form-filters .panel-heading .panel-title,
.panel.form-filters .panel-heading a.panel-title {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #4b2e83 !important;
}
.panel.form-filters.collapsible .panel-heading a.panel-title > .collapse-icon {
  vertical-align: inherit;
}
.panel.form-filters.collapsible .panel-heading a.panel-title > .collapse-icon:before {
  border-radius: 0;
  font-size: 18px;
  background-color: transparent;
  height: auto;
  width: auto;
  color: #4b2e83 !important;
}
.panel.form-filters.collapsible .panel-heading a.panel-title.collapsed {
  border-top: 1px solid #4b2e83;
  border-bottom: 1px solid #4b2e83;
  background-color: #fff;
}
.panel.form-filters.collapsible .panel-heading a.panel-title.collapsed > .collapse-icon:before {
  background-color: transparent;
}
.panel.form-filters .panel-body {
  border-bottom: 1px solid #4b2e83;
  padding: 0 20px 0;
  font-size: 0.8em;
}
.panel.form-filters .panel-body.panel-collapse.in {
  padding-bottom: 10px;
}
.panel.form-filters .panel-body .close-bar {
  margin: 20px -30px auto;
}
.panel.form-filters .panel-body .close-bar a {
  font-size: 11px;
  border: none;
  color: #3d3d3d;
  text-decoration: none;
}
.panel.form-filters .panel-body .close-bar span:before {
  padding-right: 10px;
  text-decoration: none;
}
.panel .panel-heading-wrapper a {
  text-decoration: none;
}
.panel .panel-heading-wrapper .mega-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-top: 8px solid;
  border-radius: 0;
}
.panel .panel-heading-wrapper .mega-heading.border-white {
  border-color: #fff !important;
}
.panel .panel-heading-wrapper .mega-heading.border-gray {
  border-color: #c9c9c9 !important;
}
.panel .panel-heading-wrapper .mega-heading.border-gray-light {
  border-color: #d9d9d9 !important;
}
.panel .panel-heading-wrapper .mega-heading.border-gray-dark {
  border-color: #3D3D3D !important;
}
.panel .panel-heading-wrapper .mega-heading.border-black {
  border-color: #000 !important;
}
.panel .panel-heading-wrapper .mega-heading.border-gold-light {
  border-color: #e8e3d3 !important;
}
.panel .panel-heading-wrapper .mega-heading.border-gold-dark {
  border-color: #b7a57a !important;
}
.panel .panel-heading-wrapper .mega-heading.border-purple {
  border-color: #4b2e83 !important;
}
.panel .panel-heading-wrapper .mega-heading .panel-heading-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.panel .panel-heading-wrapper .mega-heading .panel-heading-inner .panel-title {
  display: inline-block;
  font-size: 20px;
}
.panel .panel-heading-wrapper .mega-heading .panel-heading-inner .subtitle,
.panel .panel-heading-wrapper .mega-heading .panel-heading-inner .subtitle * {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.panel .panel-heading-wrapper .badge-wrapper {
  overflow: hidden;
}
.panel .panel-heading-wrapper .badge-wrapper .badge {
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  margin-left: -10px;
  max-width: 90%;
  white-space: initial;
  line-height: 17px;
}
.panel .panel-heading-wrapper .badge-wrapper .badge .badge-inner {
  font-weight: normal;
  text-align: left;
  padding: 6px 20px 6px 30px;
  border-radius: 0;
  font-family: "Encode Sans Compressed", sans-serif;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.panel .panel-heading-wrapper .badge-wrapper .badge .badge-inner[class^="ic-"]:before,
.panel .panel-heading-wrapper .badge-wrapper .badge .badge-inner[class*=" ic-"]:before {
  padding-right: 5px;
}
.panel .panel-heading-wrapper .badge-wrapper .badge .badge-inner a {
  border-bottom: 1px solid #fff;
  margin: 2px 5px 0;
}
.panel .panel-heading-wrapper .badge-wrapper .badge .badge-inner a:hover {
  background: #666;
  padding: 2px 5px 0;
  margin: unset;
}
.view-content .panel:last-child {
  margin-bottom: 29px;
}
.view-content .link-panel.no-bg:last-child {
  margin-bottom: 5px;
}
.pills-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: unset;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 15px;
}
.pills a {
  color: #3D3D3D;
  padding: 0px 15px;
  text-decoration: none;
  background: #fff;
  line-height: 30px;
  margin: 5px;
  border-radius: 100px;
  border-width: 0px;
  display: inline-block;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.pills a:hover {
  text-decoration: none;
}
.pills a:first-child {
  margin-left: 0px;
}
.pills a:last-child {
  margin-right: 0px;
}
.pills.ic-inline-text:before {
  margin-right: 5px;
}
.pills.gold a {
  color: #85754d;
  background: #e8e3d3;
}
.pills.gold a:hover {
  background: #cbc4ae;
}
.pills.purple a {
  color: #4b2e83;
  background: #d5c9e8;
}
.pills.purple a:hover {
  background: #c1b8d0;
}
.pills.gray a {
  color: #5A5A5A;
  background: #eee;
}
.pills.gray a:hover {
  background: #d9d9d9;
}
.pills--small {
  padding: 0px 5px;
  font-size: 12px;
  font-weight: normal;
}
.pills--small a {
  padding: 0px 15px;
  line-height: 20px;
}
.action-links {
  margin: 20px 0 10px;
  display: inline-block;
  list-style-type: none;
}
.action-links li {
  float: left;
  /* LTR */
  margin: 0 1em 0 0;
  /* LTR */
}
.action-links li a {
  padding: 0px 20px;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  line-height: 30px;
  border: 2px solid;
  margin: 5px auto;
  border-radius: 100px;
  display: block;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  text-decoration: none;
}
.action-links li a:hover {
  text-decoration: none;
  color: #fff;
}
.action-links li.lightgold a {
  color: #b7a57a;
  border-color: #b7a57a;
}
.action-links li.lightgold a:hover {
  background: #b7a57a;
  color: #fff;
}
.action-links li.purple a {
  color: #4b2e83;
  border-color: #4b2e83;
}
.action-links li.purple a:hover {
  background: #4b2e83;
  color: #fff !important;
}
nav.popular-links {
  position: relative;
  margin-left: -15px;
  padding-top: 15px;
  background-color: #fff;
}
nav.popular-links.box {
  -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
  box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
}
nav.popular-links ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav.popular-links ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
nav.popular-links ul li a {
  font-family: "Encode Sans Compressed", sans-serif;
  color: #4b2e83 !important;
  font-weight: 800;
  text-align: center;
  display: block;
  margin: 5px auto;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 1.3;
  font-size: 17px;
  border-bottom: none;
  text-decoration: none;
}
nav.popular-links ul li a span.sub-title {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
nav.popular-links ul li a:hover,
nav.popular-links ul li a:focus {
  color: #85754d;
}
nav.popular-links ul li a:hover:before,
nav.popular-links ul li a:focus:before {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
  color: #4b2e83;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
nav.popular-links ul li a:before {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding-bottom: 3px;
}
nav.popular-links.bars ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #EBEBEB;
}
nav.popular-links.bars ul li:last-child a {
  border: none;
}
nav.popular-links.circles ul li a {
  -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
  box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding-top: 20px;
}
nav.popular-links.circles-large ul li a {
  width: 175px;
  height: 175px;
  padding-top: 25px;
}
.promos {
  width: 100%;
}
.promo a {
  border-bottom: solid 1px;
  text-decoration: none;
}
/* Sidebar promotions */
.sidebar-promo {
  padding: 30px;
  margin-top: 20px;
}
.sidebar-promo.bg-image {
  background-size: cover;
}
.sidebar-promo a.uw-btn {
  color: #5A5A5A !important;
  border-bottom: none;
}
.sidebar-promo div.sidebar-promo-body {
  margin-bottom: 15px;
}
.sidebar-promo div.sidebar-promo-body * {
  font-size: 15px;
}
.sidebar-promo h2 {
  margin: -30px -30px 20px;
  padding: 10px 30px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
}
.sidebar-promo h2.bg-none {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
/* Full width angled promos */
.angled-promo {
  height: 295px;
  width: 100%;
  position: relative;
}
.angled-promo .promo-inner {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  height: 100%;
  width: 59%;
  position: absolute;
}
.angled-promo .promo-inner .promo-text,
.angled-promo .promo-inner .promo-image {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
.angled-promo .promo-inner .promo-text {
  height: 100%;
  max-width: 475px;
  text-align: center;
  margin: 0 auto;
  width: 65%;
  /* Text & button styles */
}
.angled-promo .promo-inner .promo-text h2 {
  margin-top: 0;
  color: #fff;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
}
.angled-promo .promo-inner .promo-text hr {
  border-top: 1px solid #b7a57a;
}
.angled-promo .promo-inner .promo-text p {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
}
.angled-promo .promo-inner .promo-text a {
  color: #fff;
}
.angled-promo .promo-inner .promo-image {
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .angled-promo .promo-inner {
    width: 61%;
  }
  .angled-promo .promo-inner .promo-text {
    width: 47%;
  }
  .angled-promo .promo-inner .promo-text .promo-btn {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .angled-promo .promo-inner hr {
    margin: 8px 0;
  }
  .angled-promo .promo-inner.promo-inner-left {
    left: -50px;
  }
  .angled-promo .promo-inner.promo-inner-right {
    right: -30px;
  }
}
.angled-promo .promo-inner-left {
  position: absolute;
  left: -90px;
}
.angled-promo .promo-inner-right {
  position: absolute;
  right: -90px;
}
.angled-promo .promo-text-wrapper {
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .angled-promo {
    height: auto;
  }
  .angled-promo .promo-inner {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
  }
  .angled-promo .promo-inner.promo-inner-left {
    left: 0;
  }
  .angled-promo .promo-inner.promo-inner-right {
    right: 0;
  }
  .angled-promo .promo-inner .promo-text {
    padding: 40px 0;
    width: 70%;
  }
  .angled-promo .promo-inner .promo-image {
    height: 400px;
  }
}
/* Full width promos */
.full-width-promo a {
  border-bottom: 1px solid #0074BB;
}
.full-width-promo a:hover,
.full-width-promo a:focus {
  color: #85754d;
  border-bottom: 1px solid #BDBDBD;
}
.full-width-promo .promo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 40px;
}
.full-width-promo .promo-inner .promo-text {
  width: 40%;
  padding-right: 30px;
}
.full-width-promo .promo-inner .promo-text h3 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 34px;
  color: #4b2e83;
}
.full-width-promo .promo-inner .promo-text p {
  font-weight: 400;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 20px;
  line-height: 40px;
}
.full-width-promo .promo-inner .promo-image {
  width: 50%;
}
.full-width-promo .promo-inner .promo-image.img-circle img {
  border-radius: 50%;
}
.full-width-promo .promo-inner .promo-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .full-width-promo .promo-inner .promo-text {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .full-width-promo .promo-inner .promo-image {
    width: 100%;
    padding: 0 30px;
  }
}
.promo-section-header {
  width: 320px;
  margin: 0 auto;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-color: #4b2e83;
  text-align: center;
}
.promo-section-header h2 {
  display: inline-block;
  color: #fff;
  margin-top: 0;
  padding: 25px 30px 0 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
@media only screen and (max-width: 767px) {
  .front .panels-flexible-region {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .promos-full-width-container .promo-section-header {
    width: 200px;
  }
  .promos-full-width-container .promo-section-header h2 {
    padding: 25px 12px 0 12px;
  }
}
/** Search form block */
.region-search form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region-search form > div > .form-type-textfield,
.region-search form > div > div {
  width: 100%;
}
.region-search form > div .form-group {
  margin-bottom: 0;
}
/** Search results */
ol.search-results {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 30px;
  margin: 0;
}
ol.search-results li.search-result {
  margin: 0 0 40px 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol.search-results li.search-result:before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-family: 'Encode Sans Compressed';
  font-weight: 800;
  font-size: 19px;
  position: absolute;
  left: calc(-1 * 32px - 10px);
  width: 32px;
  height: 32px;
  top: 0;
  line-height: 32px;
  background: #34205c;
  border-radius: 50%;
  text-align: center;
}
ol.search-results li.search-result h3.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  color: #0074bb;
}
ol.search-results li.search-result a:hover {
  border-bottom: none;
}
ol.search-results li.search-result a:hover h3.title {
  text-decoration: underline;
  color: #0074bb;
}
ol.search-results li.search-result .search-url {
  color: #006621;
  font-weight: 600;
}
ol.search-results li.search-result .search-snippet-info * {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 8px 0;
}
ol.search-results li.search-result .search-snippet-info * .result-date {
  color: #999;
}
ol.search-results li.search-result .search-snippet-info * .result-site {
  background-color: #ccc;
  padding: 5px 12px;
  border-radius: 15px;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
}
/* (uw_boundless) widgets/custom-search.less*/
/* Styling for the custom_search module */
form[id^=custom-search-blocks-form-] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
form[id^=custom-search-blocks-form-] > div > .form-type-textfield {
  margin-bottom: 0;
  width: 100%;
}
form[id^=custom-search-blocks-form-] > div > button.form-submit {
  margin: 0;
}
ul.uw-social-icons,
ul.uw-social-share {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
ul.uw-social-icons li,
ul.uw-social-share li {
  height: 39px;
  margin-left: 5px;
  display: inline-block;
  list-style: outside none none;
}
ul.uw-social-icons li a,
ul.uw-social-share li a {
  background: transparent url("assets/svg/social.svg") no-repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  height: 40px;
}
.uw-footer ul.uw-social-icons li a.instagram {
  background-position: 0 -90px;
}
.uw-footer ul.uw-social-icons li a.facebook {
  background-position: -45px -90px;
}
.uw-footer ul.uw-social-icons li a.flickr {
  background-position: -405px -90px;
}
.uw-footer ul.uw-social-icons li a.twitter {
  background-position: -585px -90px;
}
.uw-footer ul.uw-social-icons li a.mail {
  background-position: -315px -90px;
}
.uw-footer ul.uw-social-icons li a.mail:hover,
.uw-footer ul.uw-social-icons li a.mail:focus {
  background-position: -315px 0;
}
ul.uw-social-icons li a {
  width: 40px;
}
ul.uw-social-icons li a.instagram {
  background-position: 0 0;
}
ul.uw-social-icons li a.instagram:hover,
ul.uw-social-icons li a.instagram:focus {
  background-position: 0 -45px;
}
ul.uw-social-icons li a.facebook {
  background-position: -45px 0;
}
ul.uw-social-icons li a.facebook:hover,
ul.uw-social-icons li a.facebook:focus {
  background-position: -45px -45px;
}
ul.uw-social-icons li a.flickr {
  background-position: -405px 0;
}
ul.uw-social-icons li a.flickr:hover,
ul.uw-social-icons li a.flickr:focus {
  background-position: -405px -45px;
}
ul.uw-social-icons li a.twitter {
  background-position: -585px 0;
}
ul.uw-social-icons li a.twitter:hover,
ul.uw-social-icons li a.twitter:focus {
  background-position: -585px -45px;
}
ul.uw-social-icons li a.mail {
  background-position: -315px 0;
}
ul.uw-social-icons li a.mail:hover,
ul.uw-social-icons li a.mail:focus {
  background-position: -315px -90px;
}
ul.uw-social-share li a {
  width: 135px;
  margin: 10px 5px;
}
ul.uw-social-share li a:hover,
ul.uw-social-share li a:focus {
  border-bottom: none;
}
ul.uw-social-share li a.facebook {
  background-position: -450px -135px;
}
ul.uw-social-share li a.facebook:hover,
ul.uw-social-share li a.facebook:focus {
  background-position: -450px -180px;
}
@media only screen and (max-width: 767px) {
  ul.uw-social-share li a.facebook {
    background-position: 0 -315px;
  }
  ul.uw-social-share li a.facebook:hover,
  ul.uw-social-share li a.facebook:focus {
    background-position: 0 -345px;
  }
}
ul.uw-social-share li a.twitter {
  background-position: -585px -135px;
}
ul.uw-social-share li a.twitter:hover,
ul.uw-social-share li a.twitter:focus {
  background-position: -585px -180px;
}
@media only screen and (max-width: 767px) {
  ul.uw-social-share li a.twitter {
    background-position: -90px -315px;
  }
  ul.uw-social-share li a.twitter:hover,
  ul.uw-social-share li a.twitter:focus {
    background-position: -90px -345px;
  }
}
@media only screen and (max-width: 767px) {
  ul.uw-social-share li a {
    width: 90px;
    height: 25px;
    margin: 10px 5px;
  }
}
.table-js-clickable > tbody > tr:hover,
.table-js-clickable > tbody > tr:focus {
  cursor: pointer;
  color: #3498db;
}
.table-responsive .table-responsive-wrap td,
.table-responsive .table-responsive-wrap th {
  white-space: inherit !important;
}
.table {
  font-size: 15px;
}
.table h2,
.table .h2,
.table h3,
.table .h3,
.table h4,
.table .h4,
.table h5,
.table .h5,
.table h6,
.table .h6 {
  margin-top: 0;
  margin-bottom: 3px;
}
.table.table-borderless {
  border: none;
}
.table.table-borderless > thead > tr > th {
  padding: 15px;
  border-bottom: none;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 19px;
}
.table.table-borderless > thead > tr > th .fs-ic,
.table.table-borderless > thead > tr > th .uwf-ic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.table.table-borderless > tbody > tr:nth-child(odd) > td {
  background-color: #ece9e2;
}
.table.table-borderless > tbody > tr > td {
  border-top: none;
  padding: 20px 15px;
  vertical-align: middle;
}
.table.table-borderless.table-condensed > tbody > tr > td {
  padding: 5px 10px;
}
.table .row-header {
  font-size: 16px;
  font-weight: 600;
}
.table .subtext,
.table .subtext p {
  font-size: 13px;
  line-height: 19.5px;
  color: #7d7d7d;
  font-style: italic;
  display: block;
}
.table .table-note {
  display: block;
}
.table .table-note * {
  font-style: italic;
  font-size: 13px;
}
.table tr.row-clickable > td {
  padding: 0;
}
.table tr.row-clickable > td > a {
  display: block;
  padding: 5px 15px;
}
.table tr.row-clickable > td > a:hover,
.table tr.row-clickable > td > a:focus {
  border-bottom: none;
  background-color: #c9c9c9;
}
.table tr.row-clickable > td > a .cell-title {
  margin-bottom: 3px;
}
.table td.fix-width-5,
.table th.fix-width-5 {
  width: 5%;
}
.table td.fix-width-10,
.table th.fix-width-10 {
  width: 10%;
}
.table td.fix-width-15,
.table th.fix-width-15 {
  width: 15%;
}
.table td.fix-width-20,
.table th.fix-width-20 {
  width: 20%;
}
.table td.fix-width-25,
.table th.fix-width-25 {
  width: 25%;
}
.table td.fix-width-30,
.table th.fix-width-30 {
  width: 30%;
}
.table td.fix-width-35,
.table th.fix-width-35 {
  width: 35%;
}
.table td.fix-width-40,
.table th.fix-width-40 {
  width: 40%;
}
.table td.fix-width-45,
.table th.fix-width-45 {
  width: 45%;
}
.table td.fix-width-50,
.table th.fix-width-50 {
  width: 50%;
}
.table td.fix-width-55,
.table th.fix-width-55 {
  width: 55%;
}
.table td.fix-width-60,
.table th.fix-width-60 {
  width: 60%;
}
.table td.fix-width-65,
.table th.fix-width-65 {
  width: 65%;
}
.table td.fix-width-70,
.table th.fix-width-70 {
  width: 70%;
}
.table td.fix-width-75,
.table th.fix-width-75 {
  width: 75%;
}
.table td.fix-width-80,
.table th.fix-width-80 {
  width: 80%;
}
.table td.fix-width-85,
.table th.fix-width-85 {
  width: 85%;
}
.table td.fix-width-90,
.table th.fix-width-90 {
  width: 90%;
}
.table h2 {
  font-size: 21px;
}
.table h3 {
  font-size: 18px;
}
.table h4 {
  font-size: 19px;
}
table.sticky-header > thead > tr > th {
  font-family: "Encode Sans Compressed", sans-serif;
}
/* This first thing is for Service Category list (first iteration). Delete when better
version of the catalog is published. */
.term-list .term-title {
  font-size: 1.5em;
}
.term-list .term-desc {
  margin-left: 20px;
}
.terms {
  margin: 5px 0 0;
  color: #7d7d7d;
  font-size: 14px;
}
.terms.terms-inline {
  display: inline;
}
.terms.terms-inline .term-list {
  display: inline;
}
.terms.terms-inline .term-list > ul {
  display: inline;
}
.terms.terms-inline .term-list > ul li {
  display: inline-block;
}
.terms.terms-inline .term-list .field-item {
  display: inline-block;
}
.terms.terms-inline .field-label,
.terms.terms-inline .terms-heading {
  display: inline;
}
.terms.terms-small {
  font-size: 12px;
}
.terms.tags > ul li,
.terms.tags .field-item {
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 5px;
  color: #3d3d3d;
}
.terms.tags.terms-small > ul li,
.terms.tags.terms-small .field-item {
  padding: 2px 7px;
  border-radius: 2px;
  margin: 3px;
}
.terms.tags a.tag {
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: inline-block;
  color: #3d3d3d;
  margin: 0 3px 3px 0;
}
.terms.tags a.tag:hover {
  background-color: #ccc;
}
.terms .term-list > ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.terms .field-label,
.terms .terms-heading {
  font-size: 17px;
  color: #3D3D3D;
}
/* Boundless styles for the tb_megamenu menus. */
#dawgdrops .tb-megamenu {
  background-color: white;
}
#dawgdrops .tb-megamenu .nav > li > a {
  border-right: none;
  color: #4b2e83;
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  padding: 5px 10px 21px 19px;
  background-color: transparent;
}
#dawgdrops .tb-megamenu .nav > li > a:focus,
#dawgdrops .tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #85754d;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
#dawgdrops .tb-megamenu .nav > li > a.dropdown-toggle {
  padding-right: 30px;
}
#dawgdrops .tb-megamenu .dropdown-menu {
  border: 0;
  border-top: 4px solid #4b2e83;
  padding: 10px 0;
  margin: -1px 0 0;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
#dawgdrops .tb-megamenu .dropdown-menu li {
  border-bottom: none;
  width: 90%;
  margin: 0 5%;
  margin-bottom: 10px;
}
#dawgdrops .tb-megamenu .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
#dawgdrops .tb-megamenu .dropdown-menu li li {
  float: left;
  clear: left;
  border-bottom: thin solid #eee;
  margin: 0 10%;
}
#dawgdrops .tb-megamenu .dropdown-menu li > a {
  font-weight: normal;
  line-height: 22px;
  color: #707070;
  border-top: none;
  font-size: 16px;
  padding: 0 10px;
}
#dawgdrops .tb-megamenu .dropdown-menu li > a:hover,
#dawgdrops .tb-megamenu .dropdown-menu li > a:focus {
  color: #4b2e83;
}
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group > a {
  color: #5a5a5a !important;
  background: inherit;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  line-height: 34px;
}
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group.mega-purple > a,
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group.mega-purple > a.uwf-ic:before {
  color: #4b2e83 !important;
}
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group.mega-gold > a,
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group.mega-gold > a.uwf-ic:before {
  color: #85754d !important;
}
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group.mega-grey > a,
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group.mega-grey > a.uwf-ic:before {
  color: #707070 !important;
}
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group > a:hover,
#dawgdrops .tb-megamenu .dropdown-menu li.mega-group.active > a,
#dawgdrops .tb-megamenu .dropdown-menu li.active > a,
#dawgdrops .tb-megamenu .dropdown-menu li.active > a:hover {
  background-color: #E7E7E7;
  background-image: none;
}
#dawgdrops .tb-megamenu .dropdown-menu .span12.mega-col-nav .mega-inner {
  padding-bottom: 0;
}
.views-freestyle h2,
.views-freestyle h3,
.views-freestyle h4 {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 600;
  color: #5A5A5A;
  margin-bottom: 0;
}
.grouped-view h3 {
  color: #4b2e83;
  margin-top: 60px;
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  line-height: 0.1em;
  border-bottom: 1px solid #A3A2A3;
  text-transform: uppercase;
}
.grouped-view h3 span {
  padding: 0 1em;
  background: #fff;
}
.views-responsive-grid-horizontal {
  width: 100%;
}
.uw-content .well h2 {
  margin-top: 0;
}
.well {
  margin-left: 40px;
}
.well .widget {
  padding-left: 0px !important;
}
.cards-widget .no-image-card {
  padding: 40px;
  margin-top: 20px;
  background: url('assets/images/stripes-dark-tile.svg') 0 -58px repeat-x #e8e3d3;
}
.cards-widget .no-image-card .widgettitle {
  margin-bottom: 30px;
}
.cards-widget .no-image-card .widgettitle:after {
  background-color: #e8e3d3;
}
.cards-widget .no-image-card h3 {
  font-size: 19px;
  font-weight: 900;
  margin-top: 35px;
  margin-bottom: 5px;
}
.cards-widget .shadow-card {
  padding: 0 20px 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  min-width: 250px;
}
.cards-widget .shadow-card .card-image {
  display: block;
  height: 275px;
  background-size: cover;
  background-position: center center;
  margin: 0 -21px;
}
.cards-widget .shadow-card .card-image.small {
  height: 240px;
}
.cards-widget .shadow-card h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cards-widget .shadow-card h2 {
    font-size: 16px;
  }
}
.cards-widget .shadow-card h3 {
  font-size: 18px;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cards-widget .shadow-card h3 {
    font-size: 14px;
  }
}
.cards-widget .shadow-card.full-height {
  height: 100%;
}
.cards-widget .shadow-card.centered {
  text-align: center;
}
.cards-widget .shadow-card.centered .tag {
  margin-left: auto;
  margin-right: auto;
}
.cards-widget .shadow-card p {
  font-size: 16px;
  line-height: 1.35;
}
.cards-widget .shadow-card a.uw-btn {
  margin-top: 10px;
  margin-bottom: 0;
}
.cards-widget .shadow-card a.uw-btn.btn-sm {
  padding: 5px 11px;
  font-size: 13px;
}
.cards-widget .shadow-card a.uw-btn.btn-sm:after {
  right: -40px;
  background-size: 580px;
  background-position: -21px -317px;
}
.cards-widget .shadow-card a.uw-btn.btn-sm:before {
  width: 35px;
  right: -35px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cards-widget .shadow-card a.uw-btn.btn-sm {
    max-width: 90%;
    white-space: normal;
  }
}
.cards-widget .shadow-card img {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  display: block;
}
.cards-widget .shadow-card hr {
  margin-top: 20px;
  margin-bottom: 15px;
}
.cards-widget .shadow-card.empty {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cards-widget .shadow-card .tag {
  display: inline-block;
  white-space: inherit;
  text-align: center;
  margin-bottom: 5px;
}
/* News item lists */
.news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.news-list .news-item:not(:last-child) {
  margin-bottom: 30px;
}
.news-list .news-item:last-child {
  margin-bottom: 10px;
}
.news-list .news-thumbnail {
  min-width: 70px;
}
.news-list .news-thumbnail img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.news-list .news-text {
  margin: auto 0 auto 20px;
}
.news-list .news-date {
  font-size: 15px;
}
.news-list h3.news-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.news-list .news-teaser {
  font-size: 18px;
  font-family: "Encode Sans Compressed", sans-serif;
  line-height: 1.25;
  margin-top: 5px;
}
/* News nodes */
.node-type-news .field-name-field-news-date,
.field-name-field-fc-news-date {
  text-align: right;
  font-style: italic;
  font-size: 15px;
}
.node-type-news .field-name-field-news-date .field-item::before,
.field-name-field-fc-news-date .field-item::before {
  content: 'Last updated: ';
}
#scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 70px;
  right: 50px;
  display: none;
  cursor: pointer;
  z-index: 999;
  border-bottom: none;
  text-shadow: -1px -1px 0 #f5f5f5, 1px -1px 0 #f5f5f5, -1px 1px 0 #f5f5f5, 1px 1px 0 #f5f5f5;
}
.widget .sidebar-card-inner {
  padding: 40px;
  margin-top: 20px;
  position: relative;
}
.widget .sidebar-card-inner:after {
  content: "";
  background: url('assets/images/stripes-dark-tile.svg') 0 -58px repeat-x;
  opacity: 0.2;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.widget .sidebar-card-inner.bg-purple {
  background-color: #4b2e83;
}
.widget .sidebar-card-inner.bg-purple .widgettitle:after {
  background-color: #4b2e83;
}
.widget .sidebar-card-inner.dark-gold {
  background-color: #85754d;
}
.widget .sidebar-card-inner.dark-gold .widgettitle:after {
  background-color: #85754d;
}
.widget .sidebar-card-inner.dark-gray {
  background-color: #5A5A5A;
}
.widget .sidebar-card-inner.dark-gray .widgettitle:after {
  background-color: #5A5A5A;
}
.widget .sidebar-card-inner * {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.widget .sidebar-card-inner a {
  border-bottom: 1px solid #BDBDBD;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e3d3), to(#e8e3d3));
  background: linear-gradient(to bottom, #e8e3d3 0%, #e8e3d3 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0px 0px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .sidebar-card-inner a:hover,
.widget .sidebar-card-inner a:focus {
  background-size: 4px 100%;
  color: #85754d;
  text-decoration: none;
}
.widget .sidebar-card-inner h3,
.widget .sidebar-card-inner h4 {
  font-weight: 700;
}
.widget .sidebar-card-inner h3 {
  font-size: 19px;
  margin-top: 35px;
  margin-bottom: 5px;
}
.widget .sidebar-card-inner .widgettitle {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.widget .sidebar-card-inner .widgettitle:before {
  background-color: #fff;
}
.widget .sidebar-card-inner .widgettitle [class^="fs-ic-"]:before,
.widget .sidebar-card-inner .widgettitle [class^="uwf-ic-"]:before {
  padding-left: 10px;
}
.widgettitle {
  clear: left;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.widgettitle:before {
  width: 100px;
  background-color: #b7a57a;
}
.widgettitle:after {
  width: 40px;
  -webkit-transform: skewX(-25deg) skewY(0);
  transform: skewX(-25deg) skewY(0);
  -webkit-transform: skew(-25deg, 0);
  transform: skew(-25deg, 0);
  left: 80px;
  background-color: white;
  bottom: 3px;
  height: 8px;
}
.widgettitle:after,
.widgettitle:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  height: 4px;
}
.contact-widget-inner .widgettitle::after {
  background-color: #e8e3d3;
}
.uw-content .contact-widget-inner {
  max-width: 400px;
}
.uw-content .contact-widget-inner h3 {
  margin-top: 25px;
}
.uw-content .contact-widget-inner a.person-email {
  border-bottom-color: #3D3D3D;
}
/**
 * Tiles
 * -----
 * Tiles are content blocks usually displayed in a grid. They are often
 * interactive (i.e. clickable).
 */
.tiles-wrapper > .view-content,
.tiles-wrapper .tiles {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tiles-wrapper .tile-wrapper {
  padding: 10px;
}
.tiles-wrapper .tile-wrapper.col-md-6 {
  padding: 10px;
}
.tiles-wrapper .tile-wrapper.col-md-6 .tile-widget .tile-text {
  padding: 25px;
}
.tiles-wrapper .tile-wrapper .tile-widget {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px #E0E0E0;
          box-shadow: 0 0 10px #E0E0E0;
  line-height: 1.5;
}
.tiles-wrapper .tile-wrapper .tile-widget.gray-tile {
  background-color: #EEE;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-image {
  overflow: hidden;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-title {
  font-size: 21px;
  margin: 0 0 10px;
  font-family: "Encode Sans Compressed", sans-serif;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-title a {
  color: #4b2e83;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-title a:hover {
  color: #85754d;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-text {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-text.cta-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-text.cta-fixed .tile-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-text.cta-fixed .cta {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-text .cta {
  margin-top: 20px;
}
.tiles-wrapper .tile-wrapper .tile-widget .tile-text .fine-print {
  font-size: 14px;
  line-height: 1.85;
}
.tiles-wrapper .tile-wrapper .ops-links {
  font-size: 12px;
}
.tiles-wrapper.default-tiles .tile-wrapper .tile-widget {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tiles-wrapper.default-tiles .tile-wrapper .tile-widget .tile-image {
  width: 100%;
  height: 147px;
}
.tiles-wrapper.default-tiles .tile-wrapper .tile-widget .tile-image.small {
  height: 120px;
}
.tiles-wrapper.default-tiles .tile-wrapper .tile-widget .tile-image.large {
  height: 180px;
}
.tiles-wrapper.horiz-tiles .tile-widget {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tiles-wrapper.horiz-tiles .tile-widget .tile-image {
  width: 150px;
  height: auto;
}
.tiles-wrapper.animated-tiles > .view-content,
.tiles-wrapper.animated-tiles .tiles {
  margin-top: 20px;
}
.tiles-wrapper.animated-tiles.purple .tile-widget.animated-tile,
.tiles-wrapper.animated-tiles .purple .tile-widget.animated-tile {
  border-top-color: #4b2e83;
}
.tiles-wrapper.animated-tiles.bronze .tile-widget.animated-tile,
.tiles-wrapper.animated-tiles .bronze .tile-widget.animated-tile {
  border-top-color: #85754d;
}
.tiles-wrapper.animated-tiles .tile-wrapper {
  padding: 0;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile {
  display: block;
  /* Overrides default tile-widget display */
  height: auto;
  /* Overrides the default tile-widget height to make all tiles in a row the same height. */
  padding: 15px 20px 20px 20px;
  -webkit-box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  background-color: #fff;
  border-top: 10px solid #ccc;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #f6f6f6;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile:hover h2.main-link::before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile:hover h2.main-link a:before,
.tiles-wrapper.animated-tiles .tile-widget.animated-tile h2.main-link a:hover::before,
.tiles-wrapper.animated-tiles .tile-widget.animated-tile h2.main-link a:focus::before {
  visibility: visible;
  width: 100%;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile.purple {
  border-top-color: #4b2e83;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile.bronze {
  border-top-color: #85754d;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile h2.tile-title {
  margin: 5px 0;
  font-size: 26px;
  line-height: 28px;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile h2.tile-title:before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile h2.main-link a {
  border-bottom: none !important;
  position: relative;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile h2.main-link a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #4b2e83;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile .tile-text {
  padding: 0;
}
.tiles-wrapper.animated-tiles .tile-widget.animated-tile .tile-text p {
  font-family: "Encode Sans Compressed";
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
@media (max-width: 767px) {
  .tiles-wrapper .view-content,
  .tiles-wrapper .tiles {
    display: block;
  }
  .tiles-wrapper .tile-wrapper .tile-widget {
    margin: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tiles-wrapper .tile-wrapper .tile-widget .tile-image {
    overflow: hidden;
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .tiles-wrapper .tile-wrapper .tile-widget .tile-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 491px) {
  .tiles-wrapper .tile-wrapper .tile-widget {
    display: block;
  }
  .tiles-wrapper .tile-wrapper .tile-widget .tile-image {
    height: 200px;
  }
}

/*# sourceMappingURL=uwf-style.css.map */
