@charset "UTF-8";
/* PLTS Stylesheet for OUCampus - Created May 2016 */
/* RALEWAY */
@font-face {
  font-family: 'Raleway';
  src: url("https://www.callutheran.edu/_resources/fonts/raleway-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'Raleway';
  src: url("https://www.callutheran.edu/_resources/fonts/raleway-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("https://www.callutheran.edu/_resources/fonts/raleway-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: bold; }

/* Tungsten */
@font-face {
  font-family: "Tungsten";
  src: url("https://www.callutheran.edu/_resources/fonts/tungsten-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* icon font */
@font-face {
  font-family: 'icons';
  src: url("https://www.callutheran.edu/_resources/fonts/clu-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

a[class*="icon-"] {
  text-decoration: none; }

.icon-circle-left:before {
  content: "\e90a"; }

.icon-circle-right:before {
  content: "\e90b"; }

.icon-minus:before {
  content: "\e901"; }

.icon-plus:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-blog:before {
  content: "\e603"; }

.icon-clock:before {
  content: "\e602"; }

.icon-line-arrow-down:before {
  content: "\e800"; }

.icon-line-arrow-left:before {
  content: "\e801"; }

.icon-line-arrow-right:before {
  content: "\e802"; }

.icon-line-arrow-up:before {
  content: "\e803"; }

.icon-linkedin:before {
  content: "\e80d"; }

.icon-help:before {
  content: "\e80f"; }

.icon-check:before {
  content: "\e810"; }

.icon-document:before {
  content: "\e816"; }

.icon-play:before {
  content: "\e819"; }

.icon-phone:before {
  content: "\e81a"; }

.icon-loading:before {
  content: "\e81c"; }

.icon-mail:before {
  content: "\e824"; }

.icon-menu:before {
  content: "\e804"; }

.icon-down-dir:before {
  content: "\e805"; }

.icon-up-dir:before {
  content: "\e806"; }

.icon-left-dir:before {
  content: "\e807"; }

.icon-right-dir:before {
  content: "\e808"; }

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

.icon-calendar:before {
  content: "\e80b"; }

.icon-compass:before {
  content: "\e80c"; }

.icon-facebook:before {
  content: "\e80e"; }

.icon-twitter:before {
  content: "\e811"; }

.icon-course-requirements:before {
  content: "\e812"; }

.icon-course-descriptions:before {
  content: "\e813"; }

.icon-apply:before {
  content: "\e814"; }

.icon-left-open-big:before {
  content: "\e815"; }

.icon-right-open-big:before {
  content: "\e817"; }

.icon-mobile:before {
  content: "\e818"; }

.icon-map:before {
  content: "\e81b"; }

.icon-gumby:before {
  content: "\e81e"; }

.icon-down-open-big:before {
  content: "\e81f"; }

.icon-up-open-big:before {
  content: "\e820"; }

.icon-triangle-down:before {
  content: "\e821"; }

.icon-triangle-up:before {
  content: "\e822"; }

.icon-close-it:before {
  content: "\e823"; }

.icon-youtube:before {
  content: "\e826"; }

.icon-tablet:before {
  content: "\e827"; }

.icon-gear:before {
  content: "\e600"; }

.icon-location:before {
  content: "\e601"; }

.icon-home:before {
  content: "\e900"; }

.icon-bubbles:before {
  content: "\e96d"; }

.icon-bubble:before {
  content: "\e96e"; }

.icon-user:before {
  content: "\e971"; }

.icon-users:before {
  content: "\e972"; }

.icon-web:before {
  content: "\e9c9"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-alert:before {
  content: "\ea07"; }

.icon-info:before {
  content: "\ea0c"; }

/* GLOBAL STYLE SETTINGS */
html {
  font-size: 16px;
  height: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  color: #333;
  position: relative;
  background-color: white; }
  body.landing section.page-intro {
    padding-top: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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;
  margin: 0; }

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;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0; }

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;
       box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }

/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}*/
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  @media (min-width: 768px) {
    .row.offset-top {
      margin-top: 24px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-bottom: 0; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  max-width: auto;
  width: 100%; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none; }
  .carousel-control:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
    background-color: #ffc222;
    color: #3b2360;
    left: 12px;
    margin: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px; }

.carousel-control.right {
  left: auto;
  right: 0; }
  .carousel-control.right:before {
    left: auto;
    right: 12px; }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  text-decoration: none; }
  .carousel-control:hover:before,
  .carousel-control:focus:before {
    color: #3b2360;
    background-color: #ffd589; }

.carousel-control.left:hover {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }

.carousel-control.right:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  padding-left: 0;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators li:before {
    display: none; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 1.4em;
  padding: 12px;
  font-size: 1rem;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #3b2360;
  text-align: left; }

.carousel-caption .btn, .carousel-caption main button, main .carousel-caption button, .carousel-caption input[type=submit] {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PLTS GLOBAL HEADER STYLES */
#site-main {
  background: #fcf4e0; }

#global-header {
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 768px) {
    #global-header {
      display: block; } }

.global-header-bar {
  background-color: #ffc222;
  order: 4;
  padding: 1rem 0 0 0;
  display: none;
  overflow: hidden; }
  .menu-open .global-header-bar {
    display: block; }
  .global-header-bar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .global-header-bar ul > li {
      padding: 0 0 0.5rem 0; }
      .global-header-bar ul > li > a {
        color: #3b2360;
        font-size: 0.875rem;
        line-height: normal;
        text-decoration: none; }
        .global-header-bar ul > li > a:hover {
          text-decoration: underline; }
  @media (min-width: 768px) {
    .global-header-bar {
      padding: 0.5rem 0 0 0;
      display: block; }
      .global-header-bar ul > li {
        display: inline-block;
        margin: 0 1.5vw 0 0; }
        .global-header-bar ul > li:last-child {
          margin-right: 0; }
      .global-header-bar .quick-links-menu {
        text-align: right; } }

.global-search {
  background-color: #ffc222;
  order: 2;
  display: none; }
  .menu-open .global-search {
    display: block; }
  @media (min-width: 768px) {
    .global-search {
      width: 100%;
      display: block;
      padding: 0;
      background-color: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 10; } }

#clu_search {
  position: relative; }

#q {
  border: 0 none;
  border-radius: 100px;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-size: 1.3125rem;
  width: 100%;
  outline: none;
  line-height: normal;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  #q:focus {
    box-shadow: 0 0 0 2px #7c7b7c; }
  @media (min-width: 768px) {
    #q {
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    #q {
      font-size: 1.3125rem; } }

.global-search-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0 none;
  color: #3b2360;
  padding: 0;
  margin: 0;
  font-size: 1.3125rem;
  line-height: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem; }
  .global-search-button:before {
    margin: 0;
    vertical-align: baseline;
    line-height: normal; }
  @media (min-width: 768px) {
    .global-search-button {
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .global-search-button {
      font-size: 1.3125rem; } }

.top-lockup {
  padding: 1rem 0;
  background-color: #ffc222;
  order: 1; }
  @media (min-width: 768px) {
    .top-lockup {
      padding: 1rem 0;
      text-align: left; } }
  .top-lockup .col-sm-12 {
    padding-bottom: 0;
    line-height: 0; }
  .top-lockup A {
    display: inline-block;
    text-indent: -9999em;
    background-image: url("/_resources/img/logos/plts-horizontal.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 65%;
    max-width: 150px;
    padding-bottom: 0;
    text-decoration: none;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 110;
    max-width: 200px;
    width: 100%;
    height: auto; }
    .top-lockup A:after {
      display: block;
      content: '';
      padding-top: 18.76923%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
      .top-lockup A {
        background-image: url("/_resources/img/logos/plts-horizontal-2x.png"); } }
    @media (min-width: 768px) {
      .top-lockup A {
        max-width: 400px; } }
  .top-lockup .global-menu-toggle {
    font-size: 2rem;
    color: #3b2360;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 1rem;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.25); }
    .top-lockup .global-menu-toggle:before {
      margin: 0; }
    @media (min-width: 768px) {
      .top-lockup .global-menu-toggle {
        display: none; } }
    .menu-open .top-lockup .global-menu-toggle::before {
      content: '\e823'; }

.global-nav {
  background-color: #ffd589;
  order: 3;
  display: none; }
  .menu-open .global-nav {
    display: block; }
  .global-nav .col-sm-12 {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .global-nav {
      display: block;
      background-color: white; } }
  .global-nav .container {
    position: relative; }

.global-nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .global-nav-menu {
      flex-direction: row; } }

.global-nav-item {
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative; }
  .global-nav-item > a {
    display: block;
    padding: 0.75rem 0;
    text-align: left;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    text-decoration: none;
    text-transform: none;
    color: #3b2360;
    font-weight: bold;
    line-height: 1em; }
    .global-nav-item > a i {
      display: none; }
    @media (min-width: 768px) {
      .global-nav-item > a {
        text-align: center;
        font-size: 1rem;
        padding: 0.5rem; }
        .global-nav-item > a i {
          display: inline-block;
          color: #ffc222; }
          .global-nav-item > a i::before {
            margin: 0;
            width: auto;
            line-height: 0; } }
    @media (min-width: 1024px) {
      .global-nav-item > a {
        padding: 0.75rem 1rem;
        font-size: 1.125rem; } }
  @media (min-width: 768px) {
    .global-nav-item:hover > a {
      background: #3b2360;
      color: #ffc222; } }

.global-subnav {
  display: none; }
  @media (min-width: 768px) {
    .global-subnav {
      position: absolute;
      background: #3b2360;
      margin: 0;
      padding: 1rem 1rem 1rem 1rem;
      min-width: 100%;
      z-index: 1000;
      display: none;
      list-style: none; }
      .global-subnav > li {
        padding: 0;
        margin: 0 0 0.5rem 0;
        line-height: 1.25em;
        white-space: nowrap; }
      .global-subnav a {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 0.875rem;
        word-wrap: normal; }
        .global-subnav a:hover {
          color: #ffc222; }
      .global-nav-item:hover .global-subnav {
        display: block; } }
  @media (min-width: 1024px) {
    .global-subnav a {
      font-size: 1rem; }
    .global-subnav > li {
      line-height: 1.5em; } }

.sign-out-btn {
  display: inline-block;
  background: #ffd589;
  padding: 0 5px;
  margin-top: 3px;
  margin-right: 1rem;
  text-decoration: none;
  color: #6a4c92 !important;
  font-weight: bold !important;
  font-size: 0.875rem !important;
  vertical-align: top; }
  .sign-out-btn:hover {
    background: #ffc222; }
  .sign-out-btn:active {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6); }
  .audience-menu .sign-out-btn {
    padding: 5px 10px;
    margin: 0;
    font-size: 1.125rem; }

#global-footer {
  padding: 2rem 0;
  background: white;
  color: #333; }
  #global-footer a {
    color: #4796c1; }
  #global-footer .school-mark {
    margin: 0 auto; }

main section {
  margin: 0;
  padding: 3rem 0; }
  @media (min-width: 1200px) {
    main section {
      padding: 3rem 0; } }

@media (min-width: 768px) {
  .flexrow {
    display: flex;
    justify-content: space-around;
    clear: both; }
    .flexrow > * {
      flex: 1; }
    .flexrow.middle {
      align-items: center; } }

.flexrow-wrap {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .flexrow-wrap > * {
    flex: 0 1 auto; }

p, td {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0 0 1em 0;
  margin: 0; }
  p a, td a {
    color: #4796c1; }
    p a:hover, td a:hover {
      text-decoration: none; }
  p.intro, td.intro {
    color: #3b2360;
    padding-bottom: 2em;
    font-size: 1.125rem; }
    @media (min-width: 992px) {
      p.intro, td.intro {
        font-size: 1.25rem; } }
  p.page-intro, td.page-intro {
    color: #3b2360;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.325rem;
    padding-bottom: 0.5em; }
    @media (min-width: 768px) {
      p.page-intro, td.page-intro {
        font-size: 1.25rem; } }
    @media (min-width: 992px) {
      p.page-intro, td.page-intro {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      p.page-intro, td.page-intro {
        font-size: 1.75rem; } }

a {
  color: #3b2360;
  text-decoration: underline; }
  a:hover {
    color: #4796c1;
    text-decoration: none;
    outline: 0; }

.fancy, .fancy-large {
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold; }
  .fancy::after, .fancy-large::after {
    font-family: "icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    line-height: 1em;
    width: 1em;
    text-align: center;
    font-variant: normal;
    content: "";
    margin-left: 0.25ch;
    font-size: 0.875rem; }
  .fancy:hover, .fancy-large:hover {
    text-decoration: underline; }

.fancy-large {
  font-size: 1.3125rem; }
  .fancy-large::after {
    font-size: 1rem;
    margin-left: 0.5ch; }

h1 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1em;
  margin: 0 0 .25em 0;
  padding: 0;
  color: #3b2360; }
  .page-content h1 {
    margin: 0 0 2rem 0;
    text-transform: none; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  color: #3b2360;
  line-height: 1.1em;
  padding: 0;
  margin: 0 0 1rem 0; }
  .page-content h2 {
    margin: 0 0 0.5rem 0; }
  .page-content * + h2 {
    margin: 2.5rem 0 0.5rem 0; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.875rem; } }

h3 {
  font-family: "Tungsten", Impact, sans-serif;
  letter-spacing: 1px;
  font-size: 2.25rem;
  color: #6a4c92;
  text-transform: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1.1em;
  font-weight: normal; }
  .page-content * + h3 {
    margin-top: 2rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2.5rem; } }

h4 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 0;
  margin: 0 0 0.5rem 0;
  line-height: 1.1em;
  color: #3b2360; }
  h4.bold {
    font-weight: 700; }
  .page-content * + h4 {
    margin-top: 1.5rem; }
  .section-footer * + h4 {
    margin-top: 1rem; }
  @media (min-width: 992px) {
    h4 {
      font-size: 1.75rem; } }

h5 {
  font-family: "Tungsten", Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #6a4c92;
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1.1em; }
  .page-content * + h5 {
    margin-top: 1rem; }

h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.25em; }
  .page-content * + h6 {
    margin-top: 1rem; }

.fine-print {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2em;
  padding: 0.5rem 0;
  color: #4d4d4d; }

blockquote {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.25rem;
  color: #6a4c92;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em; }
  blockquote p {
    font-size: 1.25rem;
    padding: 0;
    line-height: 1.3em; }
    blockquote p:before {
      content: '\201C';
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 1.75rem;
      vertical-align: bottom;
      display: inline; }
    blockquote p:after {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 1.75rem;
      vertical-align: bottom;
      display: inline-block;
      content: '\201D'; }
  @media (min-width: 768px) {
    blockquote.pull-right {
      width: 50%;
      margin: 0 0 1rem 1rem;
      padding: .5rem 0 .5rem 24px;
      border-left: 4px solid #e0e0e0; }
    blockquote.pull-left {
      width: 50%;
      margin: 0 1rem 1rem 0;
      padding: .5rem 24px .5rem 0;
      border-right: 4px solid #e0e0e0; }
    blockquote.large-quote p {
      font-size: 1.5rem; }
      blockquote.large-quote p:before {
        font-weight: bold; }
      blockquote.large-quote p:after {
        font-weight: bold; } }

cite, .cite {
  display: block;
  color: #3b2360;
  font-size: 1rem;
  font-style: normal;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0.625rem; }

sup, sub {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem; }

figure {
  display: inline-block; }

mark {
  font-family: "Tungsten", Impact, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.75rem;
  color: #3b2360;
  text-transform: uppercase;
  margin: 0 .25em;
  background: transparent; }

hr {
  margin: 2rem 0;
  padding: 0;
  border: 0 none;
  background-color: #e0e0e0;
  height: 4px;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  hr.gold {
    background-color: #ffc222; }
  hr.tan {
    background-color: #dbd6c3; }
  hr.tall {
    margin: 4rem 0 3rem 0; }
  hr.purple {
    background-color: #3b2360; }
  hr.purple-alt {
    background-color: #6a4c92; }
  .bg-offwhite hr {
    background-color: #d0bc81; }

.centered {
  text-align: center; }

.centered-desktop {
  text-align: left; }
  @media (min-width: 768px) {
    .centered-desktop {
      text-align: center; } }

.section-title {
  border-bottom: 4px solid #ffc222;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.0rem;
  padding: 0 0 .25em 0;
  margin: 0;
  color: #3b2360;
  margin: 0 0 2.5rem 0;
  line-height: 1.1em; }
  @media (min-width: 992px) {
    .section-title {
      font-size: 2.5rem; } }
  .mobile .section-title {
    margin-top: 0; }
  .bg-blue .section-title {
    color: #1e5989;
    border-color: #1e5989; }
  .bg-gold .section-title {
    color: #3b2360;
    border-color: white; }
  .bg-gold-alt .section-title {
    color: #3b2360;
    border-color: white; }
  .bg-gray .section-title {
    color: #3b2360;
    border-color: white; }
  .bg-green .section-title {
    color: #00854f;
    border-color: #31b27d; }
  .section-title.no-line {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: .25em; }
  .page-intro + .section-title {
    margin-top: 4rem; }
  @media (min-width: 992px) {
    .special-title .section-title {
      font-size: 2rem; } }

hr {
  background-color: #d0bc81; }

.btn, main button, input[type=submit], INPUT[type=submit] {
  display: inline-block;
  font-family: "Tungsten", Impact, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
  text-align: center;
  background: #6a4c92;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  transition: 50ms ease-in-out all; }
  .btn:hover, main button:hover, input:hover[type=submit], INPUT[type=submit]:hover {
    background: #3b2360;
    color: white;
    text-decoration: none; }
  .btn:active, main button:active, input:active[type=submit], .btn:focus, main button:focus, input:focus[type=submit], INPUT[type=submit]:active, INPUT[type=submit]:focus {
    outline: none;
    text-decoration: none;
    color: white;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .btn.block, main button.block, input.block[type=submit], INPUT[type=submit].block {
    display: block; }
  .btn.green, main button.green, input.green[type=submit], INPUT[type=submit].green {
    background: #31b27d; }
    .btn.green:hover, main button.green:hover, input.green:hover[type=submit], INPUT[type=submit].green:hover {
      background: #00854f; }
  .btn.blue, main button.blue, input.blue[type=submit], INPUT[type=submit].blue {
    background: #4796c1; }
    .btn.blue:hover, main button.blue:hover, input.blue:hover[type=submit], INPUT[type=submit].blue:hover {
      background: #1e5989; }
  .btn.red, main button.red, input.red[type=submit], INPUT[type=submit].red {
    background: #f0885d; }
    .btn.red:hover, main button.red:hover, input.red:hover[type=submit], INPUT[type=submit].red:hover {
      background: #e74645; }
  .btn.brown, main button.brown, input.brown[type=submit], INPUT[type=submit].brown {
    background: #b36a38; }
    .btn.brown:hover, main button.brown:hover, input.brown:hover[type=submit], INPUT[type=submit].brown:hover {
      background: #974f25; }
  .btn.gray, main button.gray, input.gray[type=submit], INPUT[type=submit].gray {
    color: #3c3c3c;
    background: #bfc5c9;
    text-shadow: none; }
    .btn.gray:hover, main button.gray:hover, input.gray:hover[type=submit], INPUT[type=submit].gray:hover {
      background: #7c7b7c;
      color: white; }
  .btn.gold, main button.gold, input.gold[type=submit], INPUT[type=submit].gold {
    color: #6a4c92;
    background: #ffd589;
    text-shadow: none; }
    .btn.gold:hover, main button.gold:hover, input.gold:hover[type=submit], INPUT[type=submit].gold:hover {
      background: #ffc222;
      color: #3b2360; }
  .btn.offwhite, main button.offwhite, input.offwhite[type=submit], INPUT[type=submit].offwhite {
    color: #4796c1;
    background: #fcf4e0;
    text-shadow: none; }
    .btn.offwhite:hover, main button.offwhite:hover, input.offwhite:hover[type=submit], INPUT[type=submit].offwhite:hover {
      background: #4796c1;
      color: white; }
  .btn.btn-small, main button.btn-small, input.btn-small[type=submit], INPUT[type=submit].btn-small {
    font-size: 1.125rem;
    padding: 0.25rem 0.5rem; }
  .btn.btn-large, main button.btn-large, input.btn-large[type=submit], INPUT[type=submit].btn-large {
    font-size: 1.875rem;
    padding: 1rem 1.5rem; }
  .btn.btn-arrow-right:after, main button.btn-arrow-right:after, input.btn-arrow-right[type=submit]:after, INPUT[type=submit].btn-arrow-right:after {
    font-family: "icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    line-height: 1em;
    width: 1em;
    text-align: center;
    font-variant: normal;
    width: auto;
    vertical-align: top;
    margin-left: 0.5rem;
    content: ""; }
  .btn.btn-arrow-left:before, main button.btn-arrow-left:before, input.btn-arrow-left[type=submit]:before, INPUT[type=submit].btn-arrow-left:before {
    font-family: "icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    line-height: 1em;
    width: 1em;
    text-align: center;
    font-variant: normal;
    width: auto;
    vertical-align: top;
    margin-right: 0.5rem;
    content: ""; }
  .btn.btn-special, main button.btn-special, input.btn-special[type=submit], INPUT[type=submit].btn-special {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); }
    .btn.btn-special:hover, main button.btn-special:hover, input.btn-special:hover[type=submit], INPUT[type=submit].btn-special:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }
    .btn.btn-special:active, main button.btn-special:active, input.btn-special:active[type=submit], INPUT[type=submit].btn-special:active {
      -webkit-transform: scale(0.975);
              transform: scale(0.975);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
  .btn.btn-sans-font, main button.btn-sans-font, input.btn-sans-font[type=submit], INPUT[type=submit].btn-sans-font {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.3125rem;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: none; }
  .btn.btn-borderless, main button.btn-borderless, input.btn-borderless[type=submit], INPUT[type=submit].btn-borderless {
    border: 0;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    color: #4796c1; }
    .btn.btn-borderless:hover, main button.btn-borderless:hover, input.btn-borderless:hover[type=submit], INPUT[type=submit].btn-borderless:hover {
      background: transparent;
      text-decoration: underline;
      color: #4796c1; }
    .btn.btn-borderless:active, main button.btn-borderless:active, input.btn-borderless:active[type=submit], .btn.btn-borderless:focus, main button.btn-borderless:focus, input.btn-borderless:focus[type=submit], INPUT[type=submit].btn-borderless:active, INPUT[type=submit].btn-borderless:focus {
      color: #1e5989; }
  .btn[class*="icon-"], main button[class*="icon-"], input[class*="icon-"][type=submit], INPUT[type=submit][class*="icon-"] {
    text-align: left;
    margin-bottom: 1px;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem;
    font-size: 1.5rem; }
    .btn[class*="icon-"]:before, main button[class*="icon-"]:before, input[type=submit][class*="icon-"]:before, INPUT[type=submit][class*="icon-"]:before {
      margin: 0 0.5rem 0 0;
      font-size: 1.5rem; }
    @media (min-width: 992px) {
      .btn[class*="icon-"], main button[class*="icon-"], input[class*="icon-"][type=submit], INPUT[type=submit][class*="icon-"] {
        font-size: 1.312rem; }
        .btn[class*="icon-"]:before, main button[class*="icon-"]:before, input[type=submit][class*="icon-"]:before, INPUT[type=submit][class*="icon-"]:before {
          font-size: 2rem; } }
  .btn a, main button a, input[type=submit] a, INPUT[type=submit] a {
    color: white;
    text-decoration: none; }

.btn.btn-dropdown, main button.btn-dropdown, input.btn-dropdown[type=submit] {
  position: relative;
  padding: 0; }
  .btn.btn-dropdown.btn-dropdown-open, main button.btn-dropdown.btn-dropdown-open, input.btn-dropdown.btn-dropdown-open[type=submit] {
    color: #ffc222;
    background: #3b2360; }

.btn-dropdown-title {
  cursor: pointer;
  padding: 0.25rem 1rem 0.25rem 0.5rem; }

.btn-dropdown-list {
  visibility: hidden;
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: 100;
  background: #3b2360;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  margin: 0;
  transition: 200ms linear all;
  opacity: 0; }
  .btn-dropdown-list > li {
    padding: 8px 0;
    margin: 0;
    line-height: 1em;
    font-size: 0.875rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: normal; }
    .btn-dropdown-list > li a:hover {
      text-decoration: underline; }
    @media (min-width: 768px) {
      .btn-dropdown-list > li {
        padding: 5px 0; } }
  .btn-dropdown-open .btn-dropdown-list {
    visibility: visible;
    top: 2.5rem;
    opacity: 1; }
  .btn-dropdown-list::before {
    font-family: "icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    line-height: 1em;
    width: 1em;
    text-align: center;
    font-variant: normal;
    content: "";
    color: #3b2360;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    font-size: 24px;
    width: 100%;
    text-align: center; }

.btn-group {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  border-radius: 5px; }
  .btn-group .btn, .btn-group main button, main .btn-group button, .btn-group input[type=submit] {
    width: 100%;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 0 0 transparent;
    border-top: 0 none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .btn-group [class*="icon-"], .btn-group .btn-arrow-right, .btn-group .btn-arrow-left {
    text-align: left; }
  .btn-group .btn:first-child, .btn-group main button:first-child, main .btn-group button:first-child, .btn-group input:first-child[type=submit] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.3); }
  .btn-group .btn:last-child, .btn-group main button:last-child, main .btn-group button:last-child, .btn-group input:last-child[type=submit] {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.btn-group-horizontal .btn, .btn-group-horizontal main button, main .btn-group-horizontal button, .btn-group-horizontal input[type=submit] {
  margin-bottom: 1rem; }

ul, ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0.5rem 0 1rem 0;
  padding: 0;
  font-size: 1rem; }
  ul > li, ol > li {
    padding: 0.325rem 0;
    line-height: 1.5em; }
    ul > li a, ol > li a {
      color: #4796c1; }
    ul > li ul, ul > li ol, ol > li ul, ol > li ol {
      margin-left: 1rem;
      margin-bottom: 0; }
  ul.tight, ol.tight {
    margin: 0;
    list-style-image: none;
    padding-left: 0; }
    ul.tight > li, ol.tight > li {
      padding: 0 0 5px 0;
      line-height: 1.2em; }
  ul.small-list li, ol.small-list li {
    padding-top: 0;
    padding-bottom: 0; }

ul {
  list-style-position: outside;
  padding-left: 1rem;
  list-style-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iI0ZEQzIyMyIgY3g9IjQiIGN5PSI0IiByPSI0Ii8+DQo8L3N2Zz4NCg=="); }

ol {
  counter-reset: ol-counter; }
  ol > li {
    position: relative;
    padding-left: 1.75em; }
    ol > li::before {
      content: counter(ol-counter) ".";
      counter-increment: ol-counter;
      position: absolute;
      top: auto;
      left: 0;
      color: #3b2360;
      height: 100%;
      font-weight: bold; }
    ol > li ol li::before {
      content: counter(ol-counter, lower-latin) "."; }
    ol > li ol li ol li::before {
      content: counter(ol-counter, lower-roman) "."; }
  ol[type="a"] > li::before {
    content: counter(ol-counter, lower-latin) "."; }

.steps {
  counter-reset: item;
  list-style: none; }
  .steps > li {
    counter-increment: item;
    padding: 0 0 0 60px;
    margin: 0 0 2rem 0;
    position: relative; }
    .steps > li:before {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      content: counter(item);
      font-size: 2rem;
      font-weight: normal;
      color: white;
      width: 40px;
      height: 40px;
      font-family: "Tungsten", Impact, sans-serif;
      background: #b36a38;
      border-radius: 50%;
      text-align: center;
      line-height: 40px; }

.col-list, .split-list, .split-list-2 {
  margin: 0 0 1rem 0;
  padding: 0;
  width: 100%;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 768px) {
    .col-list, .split-list, .split-list-2 {
      -webkit-columns: auto 2;
         -moz-columns: auto 2;
              columns: auto 2;
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem; } }
  @media (min-width: 1024px) {
    .col-list, .split-list, .split-list-2 {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  .col-list > li, .split-list > li, .split-list-2 > li {
    margin: 0 0 0 1rem;
    padding: 0 0 0.5rem 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }

.col-list-2 {
  margin: 0 0 1rem 0;
  padding: 0;
  width: 100%;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 768px) {
    .col-list-2 {
      -webkit-columns: auto 2;
         -moz-columns: auto 2;
              columns: auto 2;
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem; } }
  .col-list-2 > li {
    margin: 0 0 0 1rem;
    padding: 0 0 0.5rem 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }

.split-list {
  list-style: none;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 768px) {
    .split-list {
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      -webkit-column-rule: 4px solid #e0e0e0;
         -moz-column-rule: 4px solid #e0e0e0;
              column-rule: 4px solid #e0e0e0; } }
  .split-list > li {
    font-size: 1.25rem;
    margin: 0 0 1rem 0; }

.split-list-2 {
  list-style: none;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 768px) {
    .split-list-2 {
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      -webkit-column-rule: 4px solid #e0e0e0;
         -moz-column-rule: 4px solid #e0e0e0;
              column-rule: 4px solid #e0e0e0; } }
  @media (min-width: 1024px) {
    .split-list-2 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  .split-list-2 > li {
    font-size: 1.25rem;
    margin: 0 0 1rem 0; }

form {
  position: relative; }
  form .row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

fieldset {
  border-color: #aadff1;
  margin-bottom: 1rem;
  position: relative; }

legend {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  font-weight: bold; }

label {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  font-weight: bold; }

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  border: 1px solid #bbb;
  background-color: white;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  padding: 0.25rem;
  color: #333;
  display: block;
  outline: none;
  border-radius: 3px;
  width: 100%; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  textarea:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-color: #4796c1; }
  @media (min-width: 768px) {
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=tel],
    textarea {
      width: auto; } }

select {
  outline: 0; }
  select.full-size {
    width: 100%;
    display: block; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block; }

DL.tabs {
  position: relative;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -24px 2rem -24px;
  /*
	&.one DT { flex: 0 0 100%; }
	&.two DT { flex: 0 0 50%; }
	&.three DT { flex: 0 0 33.333%; }
	&.four DT { flex: 0 0 25%; }	
	&.five DT { flex: 0 0 20%; }	
	&.six DT { flex: 0 0 16.6667%; }
*/ }
  @media (min-width: 768px) {
    DL.tabs {
      margin: 0 0 2rem 0;
      display: flex; }
      DL.tabs.bottom DT {
        order: 100; }
        DL.tabs.bottom DT.open::before {
          content: '\e822';
          bottom: auto;
          top: -1.25rem; } }
  DL.tabs DT {
    flex: 1 0 auto;
    order: 1;
    position: relative;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #3b2360;
    padding: 0;
    border-bottom: 2px solid #fff;
    z-index: 10; }
    @media (min-width: 768px) {
      DL.tabs DT {
        border-bottom: 0 none; } }
    DL.tabs DT::before {
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      position: absolute;
      font-size: 36px;
      bottom: -1.25rem;
      color: transparent;
      left: 0;
      right: 0;
      margin: auto;
      content: '\e821'; }
    @media (min-width: 768px) {
      DL.tabs DT::after {
        content: '';
        position: absolute;
        left: 0;
        height: 80%;
        width: 1px;
        background-color: #6a4c92;
        top: 10%; } }
    DL.tabs DT:hover {
      background-color: #523b70; }
    DL.tabs DT.open {
      background-color: #6a4c92;
      border-bottom: 0 none; }
      DL.tabs DT.open::before {
        color: #6a4c92; }
      DL.tabs DT.open A::after {
        content: '\e820'; }
      DL.tabs DT.open + DD {
        height: auto;
        opacity: 1;
        padding-top: 2rem; }
        DL.tabs DT.open + DD.tight {
          padding-top: 0; }
        DL.tabs DT.open + DD + DT::after {
          display: none; }
    DL.tabs DT A {
      color: white;
      text-decoration: none;
      display: block;
      padding: 1.125rem 1rem;
      position: relative;
      letter-spacing: 1px;
      font-family: "Tungsten", Impact, sans-serif;
      font-size: 1.75rem; }
      DL.tabs DT A::after {
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        content: '\e81f';
        float: right; }
      DL.tabs DT A:focus {
        outline: none; }
      @media (min-width: 768px) {
        DL.tabs DT A {
          text-align: center;
          font-family: "Raleway", Helvetica, Arial, sans-serif;
          letter-spacing: normal;
          font-weight: normal;
          font-size: 1.125rem;
          padding: 1.125rem 0;
          text-transform: none; }
          DL.tabs DT A::after {
            display: none; } }
  DL.tabs DD {
    background-color: #fcf4e0;
    flex: 0 0 100%;
    order: 2;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    position: relative; }
    @media (min-width: 768px) {
      DL.tabs DD > .col-sm-12 {
        padding: 0 2rem 1rem 2rem; } }

DL.tabs {
  margin: 0 0 2rem 0;
  overflow: visible; }

DL.tabs dd {
  background: white; }

@media (min-width: 768px) {
  .page-sidenav {
    padding-bottom: 1rem; } }

@media (min-width: 768px) {
  NAV.sidenav {
    margin-bottom: 1rem;
    border-top: 4px solid #e0e0e0;
    margin-top: -4px;
    background-color: #f5f5f5; } }

NAV.sidenav > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    NAV.sidenav > ul {
      display: none;
      font-size: 1.125rem; } }
  NAV.sidenav > ul li {
    padding: 0.5rem 1rem;
    line-height: 1.2em; }
    NAV.sidenav > ul li a {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: normal;
      text-decoration: none;
      color: #3b2360; }
      NAV.sidenav > ul li a.current-page {
        font-weight: bold; }
      NAV.sidenav > ul li a:hover {
        color: #4796c1; }
        NAV.sidenav > ul li a:hover span {
          color: #3b2360; }
      NAV.sidenav > ul li a span {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        -moz-box-sizing: content-box;
             box-sizing: content-box;
        width: 16px;
        height: 16px;
        padding: 2px;
        line-height: 1em; }
        NAV.sidenav > ul li a span::before {
          margin: 0; }
        NAV.sidenav > ul li a span:hover {
          background-color: #4796c1;
          color: white; }
    NAV.sidenav > ul li ul {
      display: none;
      margin: 0.5rem 0 0.5rem 0;
      list-style: square;
      list-style-position: outside;
      padding-left: 2rem; }
      NAV.sidenav > ul li ul li {
        padding: 0 0 0.4rem 0;
        line-height: 1.1em;
        color: #737373; }
        NAV.sidenav > ul li ul li:last-child {
          padding-bottom: 0; }
        NAV.sidenav > ul li ul li a {
          color: #4796c1;
          font-size: 1rem; }
          NAV.sidenav > ul li ul li a.current-sub-page {
            color: #1a1a1a;
            font-style: normal;
            font-weight: bold; }
          NAV.sidenav > ul li ul li a:hover {
            text-decoration: underline; }
    NAV.sidenav > ul li.open {
      background: rgba(0, 0, 0, 0.05);
      margin-bottom: 4px; }
      NAV.sidenav > ul li.open ul {
        display: block; }
      NAV.sidenav > ul li.open span::before {
        content: ""; }
    NAV.sidenav > ul li:first-child {
      padding-top: 1rem; }
    NAV.sidenav > ul li:last-child {
      padding-bottom: 1rem; }

.sidenav-alt {
  background: #dfebf1;
  padding: 1rem;
  margin: 0 0 1rem 0; }
  .sidenav-alt header {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e5989;
    line-height: 1em;
    font-size: 1rem;
    margin-bottom: 1rem; }
  .sidenav-alt p {
    font-size: 1rem; }
  .sidenav-alt p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0; }
  .sidenav-alt hr {
    background: white;
    color: white; }
  .sidenav-alt ul {
    margin: 0;
    font-size: 1rem; }
    .sidenav-alt ul li:last-child {
      padding-bottom: 0; }
  .sidenav-alt form {
    margin-bottom: 1rem; }

dl.contact-list {
  margin: 0;
  padding: 0; }
  dl.contact-list dt {
    font-family: "Tungsten", Impact, sans-serif;
    color: #1e5989;
    letter-spacing: 0.05rem;
    font-size: 1.5rem;
    line-height: 1em; }
    dl.contact-list dt i {
      font-size: 18px;
      margin-right: 5px;
      width: 20px; }
  dl.contact-list dd {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    margin-left: 30px;
    margin-bottom: 1rem;
    line-height: 1.1em; }
    dl.contact-list dd:last-child {
      margin-bottom: 0; }

#section-menu-jumper {
  line-height: 100%;
  font-size: .95rem;
  font-family: Raleway;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none; }
  @media (min-width: 768px) {
    #section-menu-jumper {
      color: transparent;
      cursor: default; }
      #section-menu-jumper:hover {
        color: transparent; } }

@media (max-width: 767px) {
  .breadcrumb-row .flexrow > *.col-sm-3 {
    display: block; }
  .breadcrumb {
    display: none; } }

#section-menu-accordion {
  padding: 1rem 1rem 1rem 3rem;
  background: #e8e8e8;
  color: #3b2360;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
  display: block;
  position: relative;
  margin: -1rem -24px 0 -24px;
  -webkit-tap-highlight-color: rgba(71, 150, 193, 0.5);
  -webkit-touch-callout: none; }
  #section-menu-accordion:before {
    font-family: "icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    line-height: 1em;
    width: 1em;
    text-align: center;
    font-variant: normal;
    content: "";
    font-size: 1.3125rem;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #3b2360;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  #section-menu-accordion:active {
    background: #aadff1;
    color: #1e5989; }
    #section-menu-accordion:active:before {
      color: #1e5989; }

#mobile-nav-accordion {
  display: none;
  background: #f5f5f5;
  padding: 0;
  margin: 0 -24px; }
  #mobile-nav-accordion ul {
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    font-size: 1rem; }
    #mobile-nav-accordion ul li {
      padding: 0.5rem 1rem; }
      #mobile-nav-accordion ul li.open {
        background: rgba(0, 0, 0, 0.05);
        margin-bottom: 4px; }
      #mobile-nav-accordion ul li a {
        text-decoration: none;
        color: #3b2360; }
        #mobile-nav-accordion ul li a span {
          display: inline-block;
          background-color: rgba(0, 0, 0, 0.1);
          border-radius: 3px;
          -moz-box-sizing: content-box;
               box-sizing: content-box;
          width: 16px;
          height: 16px;
          padding: 2px;
          line-height: 1em; }
          #mobile-nav-accordion ul li a span::before {
            margin: 0; }
    #mobile-nav-accordion ul ul {
      display: none;
      margin: 0.325rem 0 0.325rem 2rem; }
      #mobile-nav-accordion ul ul li {
        list-style: square;
        padding: 0; }
        #mobile-nav-accordion ul ul li a {
          color: #4796c1; }
          #mobile-nav-accordion ul ul li a:hover {
            text-decoration: underline; }
    #mobile-nav-accordion ul .open ul {
      display: block; }
    #mobile-nav-accordion ul .open span::before {
      content: ""; }
  #mobile-nav-accordion .current-page, #mobile-nav-accordion .current-sub-page {
    font-weight: bold;
    color: #3b2360; }
  .nav-on #mobile-nav-accordion {
    display: block; }

#back-to-top {
  display: block;
  padding: 1rem;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #3b2360;
  font-weight: bold;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #back-to-top:before {
    font-family: "icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    line-height: 1em;
    width: 1em;
    text-align: center;
    font-variant: normal;
    content: "";
    line-height: 1rem;
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 1.3125rem; }

.breadcrumb {
  padding: 0;
  margin: 1rem 0 0 0;
  display: block;
  border-bottom: 4px solid #ffc222; }
  @media (min-width: 768px) {
    .breadcrumb {
      margin: 2rem 0; } }
  .breadcrumb UL {
    padding: 0;
    list-style-type: none;
    margin: 0; }
    .breadcrumb UL LI {
      display: inline-block; }
      .breadcrumb UL LI A, .breadcrumb UL LI SPAN {
        display: inline-block;
        font-size: .95rem;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase; }
      .breadcrumb UL LI A {
        color: #333;
        text-decoration: none; }
        .breadcrumb UL LI A::after {
          display: inline-block;
          content: '\e817';
          padding: 0 .75em 0 1em;
          font-family: "icons";
          font-style: normal;
          font-weight: normal;
          font-size: 75%;
          top: -1px;
          position: relative; }
        .breadcrumb UL LI A:hover {
          text-decoration: underline; }
      .breadcrumb UL LI:last-child A::after {
        display: none; }
      .breadcrumb UL LI SPAN {
        color: #3b2360; }
      @media (max-width: 767px) {
        .breadcrumb UL LI {
          display: none; }
          .breadcrumb UL LI:nth-last-child(2) {
            display: inline-block; }
          .breadcrumb UL LI A::before {
            display: inline-block;
            content: '\e815';
            padding: 0 .5em 0 0;
            font-family: "icons";
            font-style: normal;
            font-weight: normal;
            font-size: 75%;
            top: -1px;
            position: relative; }
          .breadcrumb UL LI A::after {
            display: none; } }
  .breadcrumb + SECTION {
    padding-top: 0; }

.hero-feature {
  position: relative; }
  .hero-feature IMG {
    display: block;
    width: 100%;
    height: auto; }
  .hero-feature .canvas {
    padding: 1rem; }
    @media (min-width: 768px) {
      .hero-feature .canvas {
        padding: 0 120px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        max-width: 650px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%); }
        .hero-feature .canvas > DIV {
          padding: 0 3rem; }
          .hero-feature .canvas > DIV H4 {
            color: #fec221;
            font-weight: 400; }
          .hero-feature .canvas > DIV P {
            color: #fff;
            font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .hero-feature.hero-content-right .canvas {
      padding: 0 0 0 120px;
      left: auto;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%); } }

/* SECTION FOOTER STYLES */
.section-footer p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 100%;
  line-height: 1.5em; }

.section-footer address {
  font-style: normal; }

.section-footer h5 {
  margin-bottom: 0; }

.section-footer p + h5, .section-footer address + h5 {
  margin-top: 1rem; }

.social-media {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .social-media li {
    display: inline; }
  .social-media a {
    text-decoration: none;
    font-size: 1.5rem; }

@media (min-width: 600px) {
  .next-steps {
    display: flex;
    flex-wrap: wrap;
    width: 100%; } }

.next-steps > A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  display: block;
  text-decoration: none;
  flex: 1;
  position: relative;
  border-bottom: 1px solid #6a4c92; }
  .next-steps > A:hover {
    background-color: #fcf4e0;
    text-decoration: none;
    color: #3b2360; }
  .bg-blue .next-steps > A {
    color: #1e5989;
    border-bottom: 1px solid #1e5989; }
  .bg-blue .next-steps > A:hover {
    background-color: #4796c1; }
    .bg-blue .next-steps > A:hover H3, .bg-blue .next-steps > A:hover > DIV {
      color: #fff; }
    .bg-blue .next-steps > A:hover SPAN[class^="icon-"]::before, .bg-blue .next-steps > A:hover SPAN[class*=" icon-"]::before {
      color: #ffd589; }
  @media (min-width: 600px) {
    .next-steps > A {
      margin-top: 0;
      width: 50%;
      flex: 1 0 50%; }
      .bg-blue .next-steps > A {
        border: 0 none; } }
  @media (min-width: 600px) and (max-width: 1023px) {
    .bg-blue .next-steps > A:nth-child(1) {
      border-bottom: 1px solid #1e5989;
      border-right: 1px solid #1e5989; }
    .bg-blue .next-steps > A:nth-child(2) {
      border-bottom: 1px solid #1e5989; }
    .bg-blue .next-steps > A:nth-child(3) {
      border-right: 1px solid #1e5989; } }
  @media (min-width: 1024px) {
    .next-steps > A {
      padding-bottom: 0rem;
      border-bottom: 0 none !important;
      padding-left: 0;
      text-align: center;
      width: auto;
      flex: 1; } }
  @media (min-width: 1024px) {
    .next-steps > A + A {
      border-left: 3px solid #6a4c92; }
      .bg-blue .next-steps > A + A {
        border-left: 3px solid #1e5989; } }
  .next-steps > A H3 {
    padding-left: 6rem; }
    @media (min-width: 1024px) {
      .next-steps > A H3 {
        padding-left: 0; } }
  .next-steps > A SPAN[class^="icon-"], .next-steps > A SPAN[class*=" icon-"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    display: inline-block;
    margin: 0; }
    .next-steps > A SPAN[class^="icon-"]::before, .next-steps > A SPAN[class*=" icon-"]::before {
      display: block;
      text-align: center;
      width: auto;
      font-size: 4rem;
      margin: 1rem 0;
      color: #6a4c92; }
    .bg-blue .next-steps > A SPAN[class^="icon-"]::before, .bg-blue .next-steps > A SPAN[class*=" icon-"]::before {
      color: #1e5989; }
    @media (min-width: 1024px) {
      .next-steps > A SPAN[class^="icon-"], .next-steps > A SPAN[class*=" icon-"] {
        position: static;
        top: auto;
        left: auto; } }
  @media (max-width: 1023px) {
    .next-steps > A span.icon-phone:before {
      font-size: 3rem; } }
  .next-steps > A > DIV {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-left: 6rem;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .next-steps > A > DIV {
        padding-left: 0; } }

.fancylink {
  position: relative;
  text-align: left;
  font-size: 1.5rem;
  font-family: Tungsten;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: #6a4c92;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin-bottom: 5px; }
  .fancylink:hover {
    color: #fff;
    background-color: rgba(106, 76, 146, 0.9); }
  .fancylink > SPAN::before {
    margin-right: 1rem; }
  @media (min-width: 768px) {
    .fancylink {
      background-color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0px;
      text-align: center;
      font-size: 1.25rem;
      padding: 0; }
      .fancylink > SPAN {
        display: block;
        padding: 1rem;
        position: relative; }
        .fancylink > SPAN::before {
          display: block;
          width: auto;
          font-size: 4rem;
          margin-right: .2em;
          margin-bottom: .5rem; } }

@media (min-width: 768px) {
  .fancyrow {
    display: flex; } }

.fancyrow > * {
  flex: 1; }

@media (min-width: 768px) {
  .fancyrow > * + * {
    margin-left: 24px; } }

.fancydiv {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 2rem;
  margin-bottom: 1.5rem; }
  .fancydiv P {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.section-compact {
  padding: 0; }

.instagram-header {
  text-align: center;
  padding: 1rem;
  line-height: 1em;
  font-size: 1.3125rem;
  font-family: "Raleway", Helvetica, Arial, sans-serif; }
  .instagram-header > a {
    text-decoration: none;
    color: #4796c1; }
    .instagram-header > a:hover {
      text-decoration: underline; }
  .instagram-header i {
    vertical-align: middle; }

.instagram-feed-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  .instagram-feed-row > a {
    flex: 0 0 25%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .instagram-feed-row > a > img {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1; }
    .instagram-feed-row > a .instagram-play {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      border: 4px solid white;
      border-radius: 50%;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .instagram-feed-row > a .instagram-play i {
        position: absolute;
        z-index: 11;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 16px;
        font-style: normal;
        width: 15px;
        height: 18px;
        text-align: center; }
        .instagram-feed-row > a .instagram-play i:before {
          margin: 0;
          width: auto;
          height: auto; }
    .instagram-feed-row > a:hover .instagram-play {
      color: #ffc222;
      border-color: #ffc222; }
    .instagram-feed-row > a:after {
      content: '';
      display: block;
      padding-top: 100%; }
    @media (min-width: 768px) {
      .instagram-feed-row > a {
        flex: 1 1 auto; }
        .instagram-feed-row > a .instagram-play {
          width: 60px;
          height: 60px; }
          .instagram-feed-row > a .instagram-play i {
            font-size: 24px;
            width: 21px;
            height: 24px; } }
  @media (min-width: 768px) {
    .instagram-feed-row {
      justify-content: space-around;
      flex-wrap: nowrap; } }

.fancybox-title-float-wrap {
  margin-bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 1.3em;
  font-size: 1rem;
  padding: 12px;
  color: #333;
  right: 0;
  text-align: left; }
  .fancybox-title-float-wrap .child {
    border-radius: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #333;
    text-shadow: none;
    white-space: normal; }

.fancybox-nav {
  color: #fff; }
  .fancybox-nav:hover {
    color: #ffc222; }
  .fancybox-nav SPAN {
    background-image: none;
    visibility: visible;
    font-size: 3rem; }
    .fancybox-nav SPAN::before {
      content: '\e817';
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em; }

.fancybox-prev SPAN::before {
  content: '\e815'; }

.fancybox-close {
  background-image: none;
  font-size: 1.5rem;
  top: .5rem;
  right: .5rem;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: auto; }
  .fancybox-close::before {
    content: '\e823';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em; }

@media (min-width: 768px) {
  .lightbox-gallery > A {
    margin-bottom: 24px; } }

.accordion {
  margin-bottom: 1em; }
  .accordion > header {
    font-size: 1.125rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #1e5989;
    background: #dfebf1;
    border-radius: 5px;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    line-height: 1em; }
    .accordion > header * {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      margin: inherit;
      line-height: inherit;
      padding: 0;
      border: 0; }
    .accordion > header i, .accordion > header .accordion-arrow {
      display: none; }
    .accordion > header:hover {
      text-decoration: none;
      color: white;
      background: #4796c1; }
    .accordion > header:after {
      font-family: "icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      vertical-align: baseline;
      line-height: 1em;
      width: 1em;
      text-align: center;
      font-variant: normal;
      content: "";
      color: white;
      background: #1e5989;
      border-radius: 0 5px 5px 0;
      margin: 0 0 0 .5rem;
      line-height: 34px;
      vertical-align: middle;
      width: 2rem;
      height: auto;
      font-size: 1.5rem;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      transition: 100ms linear all; }
  .accordion .accordion-content {
    padding: 0.5rem 1rem 1rem 1rem;
    display: none;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background: #fcf4e0; }
    .accordion .accordion-content .btn, .accordion .accordion-content main button, main .accordion .accordion-content button, .accordion .accordion-content input[type=submit] {
      color: white; }
  .bg-offwhite .accordion > header, .tabs .accordion > header {
    background: #4796c1;
    color: white; }
    .bg-offwhite .accordion > header:hover, .tabs .accordion > header:hover {
      background: #1e5989; }
      .bg-offwhite .accordion > header:hover:after, .tabs .accordion > header:hover:after {
        background: #ffd589;
        color: #1e5989; }
  .bg-offwhite .accordion .accordion-content, .tabs .accordion .accordion-content {
    background: white; }
  .accordion.accordion-open > header {
    background: #1e5989;
    color: white;
    display: block;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 transparent; }
    .accordion.accordion-open > header:after {
      background: #4796c1;
      color: white;
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg);
      border-radius: 0 0 5px 0; }
  .accordion.accordion-open .accordion-content {
    display: block; }

.accordion-plain {
  margin: 0 0 1rem 0; }
  .accordion-plain > header {
    padding: 0; }
  .accordion-plain .accordion-content {
    background: white;
    padding: 1rem;
    margin: 5px 0 0 0;
    border-top: 2px solid #bfc5c9; }
  .accordion-plain.accordion-open > header {
    background: none; }

.accordion .accordion-content {
  background: white; }

.bg-purple {
  background-color: #3b2360;
  color: white; }
  .bg-purple h2, .bg-purple h4, .bg-purple h6 {
    color: white; }
  .bg-purple h1, .bg-purple h3, .bg-purple h5 {
    color: #ffc222; }
  .bg-purple::before {
    color: white; }

.bg-purple-alt {
  background-color: #6a4c92;
  color: white; }
  .bg-purple-alt h2, .bg-purple-alt h4, .bg-purple-alt h6 {
    color: white; }
  .bg-purple-alt h1, .bg-purple-alt h3, .bg-purple-alt h5 {
    color: #ffd589; }
  .bg-purple-alt::before {
    color: white; }

.bg-offwhite {
  background-color: #fcf4e0; }
  .bg-offwhite::before {
    color: #6a4c92; }

.bg-blue {
  background-color: #aadff1;
  color: #1e5989; }
  .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5 {
    color: #1e5989; }
  .bg-blue::before {
    color: #1e5989; }

.bg-red {
  background-color: #f4d5be;
  color: #e74645; }
  .bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red h5 {
    color: #e74645; }
  .bg-red::before {
    color: #e74645; }

.bg-gold {
  background-color: #ffc222; }
  .bg-gold::before {
    color: #3b2360; }

.bg-gold-alt {
  background-color: #ffd589; }
  .bg-gold-alt::before {
    color: #6a4c92; }

.bg-gray {
  background-color: #bfc5c9;
  color: #333; }
  .bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray h5, .bg-gray h6 {
    color: #3b2360; }
  .bg-gray::before {
    color: #333; }

.bg-silver {
  background-color: #dfebf1; }
  .bg-silver::before {
    color: #1e5989; }

.bg-green {
  background-color: #c5e4ce; }
  .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5 {
    color: #00854f; }
  .bg-green::before {
    color: #00854f; }

.bg-white {
  background-color: white; }

.bg-tan {
  background-color: #f2e8be; }
  .bg-tan::before {
    color: #997f39; }

.bg-box {
  padding: 1rem; }

.bg-box[class*="icon-"] {
  padding-left: 2.5rem; }
  .bg-box[class*="icon-"]::before {
    margin: 0 0.5rem 0 -1.5rem;
    font-size: 1rem;
    position: absolute; }
  @media (min-width: 768px) {
    .bg-box[class*="icon-"] {
      padding-left: 4rem;
      min-height: 4rem; }
      .bg-box[class*="icon-"]::before {
        margin: 0 1rem 0 -3rem;
        font-size: 2rem; } }

.bg-image {
  background-size: cover;
  background-image: url("../img/welcome-background-small-opt.jpg");
  background-position: center bottom; }
  @media (min-width: 768px) {
    .bg-image {
      background-image: url("../img/welcome-background.jpg"); } }

.bg-overlay {
  position: relative; }
  .bg-overlay > .container {
    position: relative;
    z-index: 100; }
  .bg-overlay::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }

.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #bfc5c9;
  background-position: center top;
  height: 150px;
  padding: 0;
  position: relative;
  top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .page-hero {
      height: 200px; } }
  @media (min-width: 992) {
    .page-hero {
      height: 250px; } }
  @media (min-width: 1140px) {
    .page-hero.tall {
      height: 300px; } }
  @media (max-height: 900px) {
    .page-hero {
      height: 150px; }
      .page-hero.tall {
        height: 200px; } }
  .page-hero .page-hero-heading-wrapper {
    z-index: 1;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    @media (min-width: 768px) {
      .page-hero .page-hero-heading-wrapper {
        padding: 0 10%; } }
  .page-hero h1 {
    margin: 0;
    text-align: center;
    color: white;
    text-transform: none;
    font-family: "Tungsten", Impact, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: calc(2rem + 4vw);
    text-shadow: 0 0 5px black; }
    .page-hero h1 a {
      text-decoration: none;
      color: inherit; }
      .page-hero h1 a:hover {
        color: inherit; }
  .page-hero h2 {
    margin: 1rem 0 0 0;
    text-align: center;
    color: white;
    font-size: 1rem;
    text-transform: none;
    font-weight: bold; }
    @media (min-width: 768px) {
      .page-hero h2 {
        font-size: 1.25rem; } }
    @media (min-width: 992px) {
      .page-hero h2 {
        font-size: 1.5rem; } }
    @media (max-height: 900px) {
      .page-hero h2 {
        font-size: 1.25rem; } }
    .page-hero h2 a {
      text-decoration: none;
      color: inherit; }
      .page-hero h2 a:hover {
        color: inherit; }

.overlay, .overlay-low, .overlay-medium, .overlay-high {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0; }

.overlay-low {
  background-color: rgba(0, 0, 0, 0.2); }

.overlay-medium {
  background-color: rgba(0, 0, 0, 0.5); }

.overlay-high {
  background-color: rgba(0, 0, 0, 0.75); }

.wrap-16x9, .wrap-3x2, .wrap-4x3, .wrap-3x1 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; }
  .wrap-16x9 > IMG, .wrap-3x2 > IMG, .wrap-4x3 > IMG, .wrap-3x1 > IMG, .wrap-16x9 > A IMG, .wrap-3x2 > A IMG, .wrap-4x3 > A IMG, .wrap-3x1 > A IMG {
    display: block;
    width: 100%;
    height: auto; }
  .wrap-16x9 > IFRAME, .wrap-3x2 > IFRAME, .wrap-4x3 > IFRAME, .wrap-3x1 > IFRAME {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none; }

.wrap-3x2 {
  padding-bottom: 66.667%; }

.wrap-4x3 {
  padding-bottom: 75%; }

.wrap-3x1 {
  padding-bottom: 33.333%; }

.three-column-feature .wrap-16x9, .three-column-feature .wrap-3x2, .three-column-feature .wrap-4x3, .three-column-feature .wrap-3x1, .two-column-feature .wrap-16x9, .two-column-feature .wrap-3x2, .two-column-feature .wrap-4x3, .two-column-feature .wrap-3x1 {
  margin-bottom: 1rem; }

.three-column-feature .flexrow, .two-column-feature .flexrow {
  margin-bottom: 0; }
  .three-column-feature .flexrow .col-sm-4, .three-column-feature .flexrow .col-sm-6, .two-column-feature .flexrow .col-sm-4, .two-column-feature .flexrow .col-sm-6 {
    padding-bottom: 3rem; }
    .three-column-feature .flexrow .col-sm-4 P, .three-column-feature .flexrow .col-sm-6 P, .two-column-feature .flexrow .col-sm-4 P, .two-column-feature .flexrow .col-sm-6 P {
      line-height: 1.4em;
      font-size: 1rem; }
      @media (min-width: 992px) {
        .three-column-feature .flexrow .col-sm-4 P, .three-column-feature .flexrow .col-sm-6 P, .two-column-feature .flexrow .col-sm-4 P, .two-column-feature .flexrow .col-sm-6 P {
          font-size: 1.125rem; } }
    .three-column-feature .flexrow .col-sm-4 .btn, .three-column-feature .flexrow .col-sm-4 main button, main .three-column-feature .flexrow .col-sm-4 button, .three-column-feature .flexrow .col-sm-4 input[type=submit], .three-column-feature .flexrow .col-sm-6 .btn, .three-column-feature .flexrow .col-sm-6 main button, main .three-column-feature .flexrow .col-sm-6 button, .three-column-feature .flexrow .col-sm-6 input[type=submit], .two-column-feature .flexrow .col-sm-4 .btn, .two-column-feature .flexrow .col-sm-4 main button, main .two-column-feature .flexrow .col-sm-4 button, .two-column-feature .flexrow .col-sm-4 input[type=submit], .two-column-feature .flexrow .col-sm-6 .btn, .two-column-feature .flexrow .col-sm-6 main button, main .two-column-feature .flexrow .col-sm-6 button, .two-column-feature .flexrow .col-sm-6 input[type=submit] {
      display: block; }
      @media (min-width: 768px) {
        .three-column-feature .flexrow .col-sm-4 .btn, .three-column-feature .flexrow .col-sm-4 main button, main .three-column-feature .flexrow .col-sm-4 button, .three-column-feature .flexrow .col-sm-4 input[type=submit], .three-column-feature .flexrow .col-sm-6 .btn, .three-column-feature .flexrow .col-sm-6 main button, main .three-column-feature .flexrow .col-sm-6 button, .three-column-feature .flexrow .col-sm-6 input[type=submit], .two-column-feature .flexrow .col-sm-4 .btn, .two-column-feature .flexrow .col-sm-4 main button, main .two-column-feature .flexrow .col-sm-4 button, .two-column-feature .flexrow .col-sm-4 input[type=submit], .two-column-feature .flexrow .col-sm-6 .btn, .two-column-feature .flexrow .col-sm-6 main button, main .two-column-feature .flexrow .col-sm-6 button, .two-column-feature .flexrow .col-sm-6 input[type=submit] {
          left: 12px;
          right: 12px;
          position: absolute;
          bottom: 0; } }
      @media (min-width: 992px) {
        .three-column-feature .flexrow .col-sm-4 .btn BR, .three-column-feature .flexrow .col-sm-4 main button BR, main .three-column-feature .flexrow .col-sm-4 button BR, .three-column-feature .flexrow .col-sm-4 input[type=submit] BR, .three-column-feature .flexrow .col-sm-6 .btn BR, .three-column-feature .flexrow .col-sm-6 main button BR, main .three-column-feature .flexrow .col-sm-6 button BR, .three-column-feature .flexrow .col-sm-6 input[type=submit] BR, .two-column-feature .flexrow .col-sm-4 .btn BR, .two-column-feature .flexrow .col-sm-4 main button BR, main .two-column-feature .flexrow .col-sm-4 button BR, .two-column-feature .flexrow .col-sm-4 input[type=submit] BR, .two-column-feature .flexrow .col-sm-6 .btn BR, .two-column-feature .flexrow .col-sm-6 main button BR, main .two-column-feature .flexrow .col-sm-6 button BR, .two-column-feature .flexrow .col-sm-6 input[type=submit] BR {
          display: none; } }

@media (min-width: 768px) {
  .three-column-feature .flexrow, .two-column-feature .flexrow {
    margin-bottom: 2rem; } }

.block-selector {
  margin: 10px auto 2rem auto;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start; }
  .block-selector li {
    flex: 0 0 40px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .block-selector li span {
      display: block;
      padding: 10px;
      font-size: 1.75rem;
      text-decoration: none;
      text-align: center; }
    .block-selector li a {
      display: block;
      padding: 10px;
      font-size: 1.75rem;
      text-decoration: none;
      text-align: center; }
      .block-selector li a:hover {
        color: white;
        text-decoration: none;
        background: #1e5989; }
      .block-selector li a.current-page {
        background: #aadff1;
        color: #1e5989; }

.info {
  background-color: #ffd589;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .info {
      padding: 0.5rem; } }

.scroll-box {
  max-height: 400px;
  border: 4px solid #e0e0e0;
  padding: 1rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.school-mark {
  width: 100%;
  height: auto;
  margin: 2rem auto 1rem auto;
  max-width: 300px;
  display: block; }

.circle-wrap {
  overflow: hidden;
  position: relative;
  display: inline-block;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%; }
  .circle-wrap IMG {
    display: block;
    height: 100%;
    width: 100%; }

.square-crop, .square-crop-medium, .square-crop-small {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden; }
  .square-crop img, .square-crop-medium img, .square-crop-small img {
    display: block;
    width: 100%; }

.square-crop-medium {
  width: 120px;
  height: 120px; }

.square-crop-small {
  width: 75px;
  height: 75px; }

.crop-circle {
  max-width: 120px;
  max-height: 120px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 50%;
  margin: auto; }
  .crop-circle:after {
    display: block;
    content: '';
    padding-top: 100%; }

.square-image, .square-image-contained {
  max-width: none;
  max-height: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block;
  position: relative;
  width: 100%;
  margin: auto; }
  .square-image:after, .square-image-contained:after {
    display: block;
    content: '';
    padding-top: 100%; }

.square-image-contained {
  background-size: contain;
  background-position: center center; }

.img-caption {
  position: relative;
  display: inline-block; }
  .img-caption IMG {
    display: block;
    max-width: 100%; }
  .img-caption.pull-left {
    margin: 0 1rem 1rem 0; }
  .img-caption.pull-right {
    margin: 0 0 1rem 1rem; }
  .img-caption .credit {
    display: block;
    margin-top: 0.5em;
    color: #333;
    font-size: 0.875rem; }
  .img-caption > DIV {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    line-height: 1.3em;
    font-size: 1rem;
    padding: 12px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333; }

.img-caption-alt {
  position: relative;
  display: inline-block; }
  .img-caption-alt IMG {
    display: block;
    max-width: 100%;
    height: auto; }
  .img-caption-alt.pull-left {
    margin: 1rem 0;
    float: none; }
  .img-caption-alt.pull-right {
    margin: 1rem 0;
    float: none; }
  .img-caption-alt .credit {
    display: block;
    margin-top: 0.5em;
    color: #333;
    font-size: 0.875rem; }
  .img-caption-alt > DIV {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #3b2360;
    padding: 0.5rem; }
  @media (min-width: 768px) {
    .img-caption-alt.pull-left {
      margin: 0 1rem 1rem 0;
      float: left; }
    .img-caption-alt.pull-right {
      margin: 0 0 1rem 1rem;
      float: right; } }

img.pull-left, img.offset-left {
  margin: 0 1rem 1rem 0; }

img.pull-right, img.offset-right {
  margin: 0 0 1rem 1rem; }

.img-full-width {
  width: 100%;
  height: auto; }
  .img-full-width img {
    width: 100%;
    height: auto; }

@media (max-width: 414px) {
  img.pull-left, img.offset-left, img.pull-right, img.offset-right {
    float: none;
    width: 100%;
    height: auto;
    margin: 1rem 0; } }

.pull-left-xs-half, .pull-left-xs-third, .pull-left-xs-quarter, .pull-left-xs-full {
  float: left;
  margin: 0 1rem 1rem 0; }

.pull-right-xs-half, .pull-right-xs-third, .pull-right-xs-quarter, .pull-right-xs-full {
  float: right;
  margin: 0 0 1rem 1rem; }

@media (max-width: 767px) {
  .img-xs-full {
    width: 100%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-left-xs-half {
    width: 50%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-left-xs-third {
    width: 33.333%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-left-xs-quarter {
    width: 25%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-left-xs-full {
    width: 100%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-right-xs-half {
    width: 50%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-right-xs-third {
    width: 33.333%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-right-xs-quarter {
    width: 25%;
    height: auto; } }

@media (max-width: 767px) {
  .pull-right-xs-full {
    width: 100%;
    height: auto; } }

.ll-bg {
  background-image: none !important; }

.news-list, .event-list {
  justify-content: flex-start; }
  .news-list .item, .event-list .item {
    text-decoration: none;
    padding: 1rem;
    margin: 0;
    overflow: auto;
    display: block; }
    .news-list .item .wrap-16x9, .news-list .item .wrap-3x2, .news-list .item .wrap-4x3, .news-list .item .wrap-3x1, .event-list .item .wrap-16x9, .event-list .item .wrap-3x2, .event-list .item .wrap-4x3, .event-list .item .wrap-3x1 {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: none;
      background-image: none;
      background-color: #fcf4e0; }
    .news-list .item header, .event-list .item header {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: bold;
      line-height: 1em;
      font-size: 1.25rem;
      margin: 0 0 0.5rem 0;
      color: #4796c1; }
    .news-list .item .excerpt, .event-list .item .excerpt {
      font-size: 1.125rem;
      display: none;
      line-height: 1.2em;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: #333;
      margin-top: 0.5rem;
      padding: 0; }
      @media (min-width: 992px) {
        .news-list .item .excerpt, .event-list .item .excerpt {
          display: block;
          font-size: 1rem;
          line-height: 1.4em; } }
    .news-list .item time, .event-list .item time {
      display: block;
      font-size: 1rem;
      font-weight: bold;
      color: #333; }
    .news-list .item:hover, .event-list .item:hover {
      background-color: #fcf4e0; }
      .news-list .item:hover time, .event-list .item:hover time {
        color: #333; }
    @media (min-width: 768px) {
      .news-list .item, .event-list .item {
        position: relative;
        padding: 1rem;
        margin: 0; }
        .news-list .item .wrap-16x9, .news-list .item .wrap-3x2, .news-list .item .wrap-4x3, .news-list .item .wrap-3x1, .event-list .item .wrap-16x9, .event-list .item .wrap-3x2, .event-list .item .wrap-4x3, .event-list .item .wrap-3x1 {
          background-image: inherit;
          display: block; }
        .news-list .item header, .event-list .item header {
          line-height: 1em;
          padding: 0;
          background-color: transparent; }
        .news-list .item .event-item-meta, .event-list .item .event-item-meta {
          position: static;
          background-color: transparent;
          padding: 0;
          margin: 0; }
        .news-list .item .event-item-meta.has-item-image, .event-list .item .event-item-meta.has-item-image {
          margin: 1rem 0 0 0; }
        .news-list .item time, .event-list .item time {
          padding: 0;
          background-color: transparent; } }
    @media (min-width: 768px) {
      .news-list .item.col-sm-3, .event-list .item.col-sm-3 {
        max-width: 25%; }
      .news-list .item.col-sm-4, .event-list .item.col-sm-4 {
        max-width: 33.333%; } }
    .bg-offwhite .news-list .item .wrap-16x9, .bg-offwhite .news-list .item .wrap-3x2, .bg-offwhite .news-list .item .wrap-4x3, .bg-offwhite .news-list .item .wrap-3x1, .bg-offwhite .event-list .item .wrap-16x9, .bg-offwhite .event-list .item .wrap-3x2, .bg-offwhite .event-list .item .wrap-4x3, .bg-offwhite .event-list .item .wrap-3x1 {
      background-color: white; }
    .bg-offwhite .news-list .item:hover, .bg-offwhite .event-list .item:hover {
      background-color: white; }
      .bg-offwhite .news-list .item:hover .wrap-16x9, .bg-offwhite .news-list .item:hover .wrap-3x2, .bg-offwhite .news-list .item:hover .wrap-4x3, .bg-offwhite .news-list .item:hover .wrap-3x1, .bg-offwhite .event-list .item:hover .wrap-16x9, .bg-offwhite .event-list .item:hover .wrap-3x2, .bg-offwhite .event-list .item:hover .wrap-4x3, .bg-offwhite .event-list .item:hover .wrap-3x1 {
        background-color: white; }

.article-heading {
  margin-bottom: 2rem; }
  .article-heading h1 {
    text-transform: none;
    margin: 0 0 1rem 0; }
  .article-heading h2 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.2em; }

.article-meta {
  margin-bottom: 2rem; }
  .article-meta time, .article-meta .time {
    font-weight: bold;
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem; }
  .article-meta .location {
    font-size: 1.1rem; }
  .article-meta .byline {
    display: block; }
  .article-meta p {
    font-size: 1.2rem;
    line-height: 1.2em; }

.article-content {
  border-bottom: 4px solid #ffc222;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  overflow: hidden; }
  .article-content:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }

.article-image {
  width: 100%;
  margin-bottom: 1rem; }
  .article-image img {
    width: 100%; }
  @media (min-width: 426px) {
    .article-image {
      max-width: 50%;
      width: auto;
      float: right;
      margin: 0 0 1rem 1rem; }
      .article-image img {
        width: 100%; } }

.short-item {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 4px solid #e0e0e0;
  overflow: hidden;
  width: 100%; }
  .short-item:first-of-type {
    border-top: 4px solid #e0e0e0;
    margin-top: 2rem;
    padding-top: 2rem; }
  .bg-offwhite .short-item {
    border-bottom: 4px solid #f8e4b2; }
    .bg-offwhite .short-item:first-of-type {
      border-top: 4px solid #f8e4b2; }
  .short-item header {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.2em; }
    .short-item header a {
      text-decoration: none;
      color: #4796c1; }
      .short-item header a:hover {
        text-decoration: underline; }
    .short-item header span {
      font-weight: normal;
      font-size: 0.875em; }
  .short-item time {
    font-size: 1.125rem;
    margin: 1rem 0;
    display: block;
    font-weight: bold; }
  .short-item .time {
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    margin: 0; }
  .short-item .location {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem; }
  .short-item .short-item-aside {
    float: right;
    width: 25%;
    margin: 0 0 1rem 1rem;
    display: inline; }
    .short-item .short-item-aside p {
      padding: 0; }
    .short-item .short-item-aside img {
      width: 100%;
      height: auto; }
  .short-item .short-item-content {
    display: inline;
    width: auto; }
    .short-item .short-item-content h1 {
      font-size: 1.75rem;
      text-transform: none; }
    .short-item .short-item-content .accordion > header {
      font-size: inherit;
      margin-bottom: 0; }
    .short-item .short-item-content a[href^="mailto"] {
      word-wrap: break-word; }
  .short-item.short-item-small .short-item-aside {
    width: 25%; }
  .short-item.short-item-large {
    margin-bottom: 0; }
    .short-item.short-item-large header {
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 1.1em; }
  @media (max-width: 767px) {
    .short-item.short-item-large-mobile .short-item-aside {
      float: none;
      width: 100%;
      display: block;
      margin: 0 0 1rem 0; } }
  .short-item.short-item-no-border {
    border-bottom: 0;
    margin: 0 0 2rem 0;
    padding: 0; }
    .short-item.short-item-no-border:first-of-type {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
  .short-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .short-item {
      display: table; }
      .short-item header {
        font-size: 1.5em; }
      .short-item .short-item-content {
        display: table-cell;
        padding-left: 1rem;
        vertical-align: top;
        width: auto; }
        .short-item .short-item-content h1 {
          font-size: 2.5rem; }
      .short-item .short-item-aside {
        display: table-cell;
        float: none;
        width: 120px;
        margin: 0;
        vertical-align: top;
        text-align: right; }
      .short-item.short-item-large header {
        font-size: 2.5rem; }
      .short-item.short-item-large .short-item-aside {
        width: 200px; }
      .short-item.short-item-small header {
        font-size: 1.125rem;
        margin-bottom: 0.5rem; }
      .short-item.short-item-small time {
        margin-top: 0; }
      .short-item.short-item-large-image .short-item-aside {
        width: 20%; }
      .short-item.short-item-right-inline {
        display: block; }
        .short-item.short-item-right-inline .short-item-aside {
          float: right;
          display: inline;
          margin: 0 0 12px 12px; }
        .short-item.short-item-right-inline .short-item-content {
          margin: 0;
          padding: 0;
          display: inline; }
      .short-item.short-item-vertical-center .short-item-aside {
        vertical-align: middle; }
      .short-item.short-item-vertical-center .short-item-content {
        vertical-align: middle; } }

.short-item-alt {
  border-bottom: 0 none;
  padding: 0.5rem 0;
  margin: 0;
  display: table;
  text-decoration: none; }
  .short-item-alt:first-of-type {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0.5rem; }
  .short-item-alt header {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2em;
    margin-bottom: 0; }
  .short-item-alt .excerpt {
    color: #333;
    font-size: 0.875rem;
    line-height: 1.4em; }
  .short-item-alt .short-item-aside {
    width: 80px;
    margin: 0 0 0 1rem; }
  @media (min-width: 768px) {
    .short-item-alt .short-item-content {
      vertical-align: top;
      padding-left: 1rem; } }
  @media (min-width: 992px) {
    .short-item-alt header {
      font-size: 1.25rem; }
    .short-item-alt .excerpt {
      font-size: 1rem; }
    .short-item-alt .short-item-aside {
      width: 120px;
      margin: 0; }
    .short-item-alt .short-item-content {
      vertical-align: middle; } }

.short-item {
  border-bottom-color: #d0bc81; }
  .short-item:first-of-type {
    border-top-color: #d0bc81; }

.short-item-alt .square-image, .short-item-alt .square-image-contained {
  background-color: rgba(0, 0, 0, 0.1); }

#live-search {
  position: relative; }
  @media (min-width: 768px) {
    #live-search {
      max-width: 50%; } }

#live-search-clear {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.3125rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  color: #737373;
  box-shadow: 0 0 0;
  width: 21px;
  height: 21px; }
  #live-search-clear::before {
    margin: 0;
    font-size: inherit; }
  #live-search-clear:active {
    color: #e74645; }

#live-search-input {
  font-size: 1.3125rem;
  line-height: 1.5em;
  padding-right: 40px;
  width: 100%; }
  #live-search-input::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  @media (min-width: 992px) {
    #live-search-input {
      font-size: 1.5rem; } }

#page-content table {
  height: auto !important; }
  #page-content table thead {
    text-align: left; }
  #page-content table td p:last-of-type {
    padding: 0; }
  @media screen and (max-width: 767px) {
    #page-content table {
      display: block; }
      #page-content table caption {
        display: block; }
      #page-content table thead, #page-content table th {
        display: none; }
      #page-content table tbody {
        display: block; }
      #page-content table tr {
        display: block; }
      #page-content table td {
        display: block; }
      #page-content table tfoot {
        display: block; } }

.chart {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2rem; }
  .chart caption {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #3b2360;
    padding: 1rem 0 0.5rem 0;
    text-align: left;
    border-bottom: 4px solid #6a4c92; }
  .chart thead {
    border-left: 1px solid #3b2360;
    border-right: 1px solid #3b2360; }
  .chart th {
    background: #3b2360;
    text-align: left;
    color: white;
    letter-spacing: 1px;
    font-family: "Tungsten", Impact, sans-serif;
    font-weight: normal;
    font-size: 1.3125rem;
    line-height: 1em;
    text-transform: none;
    white-space: normal;
    padding: 0.5rem; }
  .chart tbody {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf; }
  .chart tr {
    border-top: 1px solid #cfcfcf;
    background: rgba(0, 0, 0, 0.05); }
    .chart tr:first-of-type {
      border: 0; }
  .chart tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1); }
  .tabs .chart tr {
    background: white; }
    .tabs .chart tr:nth-child(even) {
      background: #f1f6f9; }
  .accordion .chart tr {
    background: white; }
    .accordion .chart tr:nth-child(even) {
      background: #f1f6f9; }
  .chart td {
    padding: 0.5rem;
    border-right: 1px solid #cfcfcf;
    vertical-align: top; }
    .chart td:last-of-type {
      border-right: 0; }
  .chart .col-heading-label {
    display: none; }
  .chart tfoot tr {
    background: #6a4c92;
    color: white;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .chart {
      display: block; }
      .chart .col-heading-label {
        display: inline;
        font-weight: bold;
        color: #3b2360; }
      .chart tfoot .col-heading-label {
        color: #ffd589; }
      .chart thead, .chart th {
        display: none; }
      .chart caption {
        display: block; }
      .chart tbody {
        border-top: 1px solid #cfcfcf; }
      .chart tr, .chart tbody, .chart tfoot {
        display: block;
        width: auto; }
      .chart tr {
        padding: 0.5rem 0; }
      .chart td {
        padding: 0.5rem;
        display: block;
        width: 100%;
        white-space: normal;
        border-right: 0 none;
        margin-bottom: 0; }
      .chart tfoot {
        font-weight: normal; }
      .chart td p {
        display: inline;
        padding: 0;
        margin: 0; } }
  .chart.chart-list {
    display: block; }
    .chart.chart-list .col-heading-label {
      display: inline;
      font-weight: bold;
      color: #3b2360; }
    .chart.chart-list tfoot .col-heading-label {
      color: #ffd589; }
    .chart.chart-list thead, .chart.chart-list th {
      display: none; }
    .chart.chart-list caption {
      display: block; }
    .chart.chart-list tbody {
      border-top: 1px solid #cfcfcf; }
    .chart.chart-list tr, .chart.chart-list tbody, .chart.chart-list tfoot {
      display: block;
      width: auto; }
    .chart.chart-list tr {
      padding: 0.5rem 0; }
    .chart.chart-list td {
      padding: 0.5rem;
      display: block;
      width: 100%;
      white-space: normal;
      border-right: 0 none;
      margin-bottom: 0; }
    .chart.chart-list tfoot {
      font-weight: normal; }
    .chart.chart-list td p {
      display: inline;
      padding: 0;
      margin: 0; }
  .chart.chart-complex {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .chart.chart-complex td {
      font-size: 16px; }
    .chart.chart-complex tbody > tr > td:nth-child(1), .chart.chart-complex tfoot > tr > td:nth-child(1) {
      background: white; }
      .chart.chart-complex tbody > tr > td:nth-child(1) .col-heading-label, .chart.chart-complex tfoot > tr > td:nth-child(1) .col-heading-label {
        display: none; }
      @media screen and (max-width: 768px) {
        .chart.chart-complex tbody > tr > td:nth-child(1), .chart.chart-complex tfoot > tr > td:nth-child(1) {
          background: transparent;
          font-family: "Tungsten", Impact, sans-serif;
          font-size: 1.75rem;
          letter-spacing: 0.05rem;
          line-height: 1.1em;
          color: #6a4c92; } }
    .chart.chart-complex tfoot > tr > td:nth-child(1) {
      background: none;
      color: white; }
      @media screen and (max-width: 768px) {
        .chart.chart-complex tfoot > tr > td:nth-child(1) {
          color: white; } }
  .chart.chart-schedule {
    width: 100%; }
    .chart.chart-schedule header {
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      .chart.chart-schedule tbody > tr > td:nth-child(1) {
        width: 25%; }
      .chart.chart-schedule tbody > tr > td:nth-child(2) {
        width: 75%; } }

.compact-table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 2rem; }
  .compact-table caption {
    text-align: left;
    padding: 0 0.5rem;
    font-weight: bold; }
  .compact-table td, .compact-table th {
    padding: 0.5rem;
    vertical-align: top; }
  .compact-table th {
    font-weight: bold; }

.block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }
  .block-table p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25em; }
  .block-table ul {
    margin: 0;
    font-size: 0.875rem; }
    .block-table ul li {
      padding: 0; }
  .block-table td {
    padding: 0.75rem 1rem;
    border-bottom: 4px solid white;
    vertical-align: top;
    font-size: 0.875rem; }
  .block-table.bg-silver a {
    color: #1e5989; }
  @media (min-width: 768px) {
    .block-table td {
      border: 4px solid white; } }

@media (max-width: 767px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border: 2px solid #4796c1; }
  #page-content .table-wrapper table {
    display: table; }
  #page-content .table-wrapper table tbody {
    display: table; }
  #page-content .table-wrapper table th {
    display: table-cell; }
  #page-content .table-wrapper table tr {
    display: table-row; }
  #page-content .table-wrapper table td {
    display: table-cell; } }

.chart tr {
  border-top: 0;
  background: white; }
  .chart tr:nth-child(even) {
    background: #f1f6f9; }

NAV.sidenav > UL {
  display: block;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.page-sidenav {
  display: none; }
  @media (min-width: 768px) {
    .page-sidenav {
      display: block;
      float: left;
      padding-bottom: 1rem; } }

@media (min-width: 768px) {
  .page-content, .landing-content {
    float: right; }
  main section:nth-child(1) {
    padding-top: 0; } }

.calendar-block {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #7c7b7c;
  background: #dfebf1;
  margin: 12.94%; }
  .calendar-block:after {
    display: block;
    content: '';
    padding-top: 100%; }
  @media (min-width: 768px) and (max-width: 992px) {
    .calendar-block {
      margin: 0; } }

.calendar-block-month {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0;
  background: #7c7b7c;
  display: block;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 992px) {
    .calendar-block-month {
      font-size: 0.6875rem; } }

.calendar-block-day {
  display: block;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  color: #7c7b7c;
  line-height: 1em; }
  @media (min-width: 768px) and (max-width: 992px) {
    .calendar-block-day {
      font-size: 1.125rem; } }

.flat-list {
  margin: 0;
  padding: 0; }
  .flat-list > li {
    display: inline-block;
    list-style: none;
    margin: 0 1rem;
    padding: 0; }

#directedit {
  color: #3b2360 !important;
  text-decoration: none !important; }

#mobile-sidebar {
  padding: 0 1rem 2rem 1rem;
  margin: 0 1rem 1rem 1rem; }
  #mobile-sidebar .sidenav {
    margin: 0 -1rem 1rem -1rem; }
    #mobile-sidebar .sidenav > span {
      display: block;
      background: #ffc222;
      font-weight: bold;
      padding: 0.5rem 1rem; }
  @media (min-width: 768px) {
    #mobile-sidebar {
      display: none; } }

a#directedit {
  color: white;
  text-decoration: none; }

a#directedit:hover {
  text-decoration: none; }

.asset {
  padding: 0;
  margin: 0;
  line-height: 1em; }

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

@media (max-width: 768px) {
  .hide-on-tb-tall {
    display: none !important; } }

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

ins[id^="px0"] {
  line-height: 0;
  height: 0;
  display: none !important; }

/*# sourceMappingURL=plts.css.map */



.tabs{margin:0 0 3rem 0}.tabs:focus{outline:2px solid #ffc222}.tab-list{display:flex;width:100%;padding:0;margin:0;flex-direction:column}.tab-list>li{flex:1 0 auto;list-style:none;padding:0;margin:0;border-bottom:1px solid #6a4c92}.tab-list>li:last-child{border:0}@media (min-width: 768px){.tab-list{flex-direction:row}.tab-list>li{flex:1 0 auto;list-style:none;padding:0;margin:0;border:0;border-right:1px solid #6a4c92}}.tab-title-button{background-color:#3b2360;box-shadow:none;border-radius:0;border:0;display:block;width:100%;font-family:"Raleway",Helvetica,Arial,sans-serif;letter-spacing:normal;text-transform:none;font-size:1.125rem;padding:1.125rem 0}.tab-title-button:hover{background-color:#523b70}.tab-title-button[aria-selected="true"]{background-color:#6a4c92;box-shadow:inset 0 0 0 4px #1460aa}@media (min-width: 768px){.tab-title-button[aria-selected="true"]{box-shadow:0 0 0}}.tab-content{background-color:#fff;overflow:hidden;margin:0;padding:2rem}.tab-content:focus{box-shadow:inset 0 0 0 2px #ffc222}.tab-content.tight{padding:0}
