/* Scss Document */
/* Scss Document */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: 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%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Scss Document */
/*Serrated Edges*/
form {
  margin-top: 0px; }
  form.form-container {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    /*input[type="checkbox"] { display:none; }
		input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-1px 4px 0 0; vertical-align:middle; background:url(/images/check_radio_sheet.png) left top no-repeat; cursor:pointer; }
		input[type="checkbox"]:checked + label span { background:url(/images/check_radio_sheet.png) -19px top no-repeat; }*/ }
    form.form-container label {
      font-weight: 400; }
    form.form-container input[type="text"],
    form.form-container input[type="number"],
    form.form-container input[type="email"],
    form.form-container input[type="date"],
    form.form-container input[type="phone"] {
      border: 1px solid #909c9c;
      padding: 8px 15px;
      border-radius: 0;
      box-shadow: none;
      background: none;
      border-radius: 20px; }
    form.form-container textarea {
      border: 1px solid #909c9c;
      padding: 8px 15px;
      border-radius: 0;
      box-shadow: none;
      background: none;
      border-radius: 20px; }
    form.form-container select {
      border: 1px solid #909c9c;
      border-radius: 20px;
      width: 100%;
      padding: 6px 15px;
      -webkit-appearance: none;
      background-position: right 50%;
      background-size: 20px;
      background-repeat: no-repeat;
      background-image: url("/images/form-drop.png"); }
      @media (max-width: 767px) {
        form.form-container select {
          margin-top: 10px; } }
    form.form-container input[type="text"]:focus,
    form.form-container input[type="number"]:focus,
    form.form-container input[type="email"]:focus,
    form.form-container input[type="date"]:focus,
    form.form-container input[type="phone"]:focus,
    form.form-container textarea:focus,
    form.form-container select:focus {
      border-color: #570861;
      outline: 0;
      box-shadow: none; }
    form.form-container .checkbox span,
    form.form-container .radio span {
      margin-left: 20px; }
    form.form-container .checkbox,
    form.form-container .radio {
      float: left;
      clear: both; }
    form.form-container .checkbox label {
      float: left;
      width: auto;
      margin-left: 5px; }
    form.form-container .radio label {
      float: left;
      width: auto;
      margin-left: 5px; }
    form.form-container .checkbox input,
    form.form-container .radio input {
      float: left;
      width: auto;
      margin: 4px 5px 0 0;
      left: 0; }
    form.form-container button,
    form.form-container input[type="button"],
    form.form-container input[type="reset"],
    form.form-container input[type="submit"],
    form.form-container .btn {
      background-color: #909c9c;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .03em;
      font-size: 16px;
      padding: 8px 12px;
      transition: all 0.3s ease;
      border: none;
      float: left; }
      form.form-container button:hover,
      form.form-container input[type="button"]:hover,
      form.form-container input[type="reset"]:hover,
      form.form-container input[type="submit"]:hover,
      form.form-container .btn:hover {
        background-color: #570861; }
    form.form-container .field-container {
      width: 100%;
      margin: 10px 0;
      float: left;
      clear: both; }
    form.form-container .layout-label-right label {
      text-align: right; }
    form.form-container .helper {
      width: 1 00%;
      font-size: smaller;
      padding-top: 5px;
      color: #570861;
      clear: left; }
    form.form-container .name {
      margin-bottom: 10px; }
    form.form-container #btn-submit {
      cursor: pointer;
      background-color: #909c9c;
      border-radius: 6px;
      box-shadow: none;
      border: none;
      padding: 10px 20px;
      display: block;
      margin: 0 auto;
      color: #fff; }
    form.form-container .col1-2 > label,
    form.form-container .col2-2 > label {
      display: block;
      float: none;
      margin-bottom: 5px;
      color: #570861; }
  form fieldset {
    border: none;
    padding: 0; }
  form legend {
    font-size: larger; }
  form .divider hr {
    border: none;
    background-color: #e0dbd4;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px; }
  form .ui-datepicker .ui-widget-header {
    background: #ffffff;
    border: 1px solid #e0dbd4;
    color: #570861; }
  form .ui-state-default,
  form .ui-widget-content .ui-state-default,
  form .ui-widget-header .ui-state-default {
    background: #ffffff;
    border: 1px solid #e0dbd4;
    color: #570861;
    font-weight: 700; }
  form .layout-two-col .field-container > label {
    display: block;
    float: none;
    margin-bottom: 5 px;
    color: #570861; }
  form .form-control {
    border: 1px solid #570861;
    border-radius: 0;
    box-shadow: none; }

@media (min-width: 1025px) {
  .form-container .layout-label-right .field-container > label,
  .form-container .layout-label-left .field-container > label {
    float: left;
    width: 25%;
    margin-right: 5px; }
  .form-container .layout-label-right .field,
  .form-container .layout-label-left .field {
    float: left;
    width: 74%;
    margin-left: 5px; }
  .form-container .layout-label-top label {
    float: left;
    width: 100%;
    margin-bottom: 5px; }
  .form-container .layout-label-top .field {
    float: left;
    width: 100%;
    margin-top: 5px; }
  .form-container input[type=text].small {
    width: 50%; }
  .form-container input[type=text].medium {
    width: 75%; }
  .form-container input[type=text].large {
    width: 95%; }
  .form-container textarea.small {
    width: 50%;
    height: 35px; }
  .form-container textarea.medium {
    width: 75%;
    height: 50px; }
  .form-container textarea.large {
    width: 95%;
    height: 75px; }
  .form-container select {
    width: 50%; }
  .form-container .name {
    float: left;
    width: 50%;
    margin: 0; }
  .form-container .name input[type=text] {
    width: 90%; }
  .form-container .col1-2,
  .form-container .col2-2 {
    float: left;
    width: 50%; }
  .form-container .col1-2 input[type="text"],
  .form-container .col1-2 textarea,
  .form-container .col1-2 select,
  .form-container .col2-2 input[type="text"],
  .form-container .col2-2 textarea,
  .form-container .col2-2 select {
    width: 90%; }
  .form-container .col1-2 select,
  .form-container .col2-2 select {
    width: 93%; } }

@media (max-width: 1025px) {
  input[type="text"], textarea, select {
    width: 100%;
    clear: both; }
  .col2-2 {
    clear: both; } }

html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
  margin: 0; }

body {
  background: #ffffff !important;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #4f5858; }
  body a:hover {
    text-decoration: none; }
  body a:focus {
    text-decoration: none; }
  body p {
    font-size: 16px;
    color: #4f5858; }
  body hr {
    border-color: #e0dbd4; }

.no-pad {
  padding: 0; }

.page-wrap {
  display: table;
  height: 100%;
  width: 100%; }
  @media (max-height: 1236px) {
    .page-wrap {
      padding-top: 129px; } }
  @media (max-width: 768px) {
    .page-wrap {
      display: block;
      height: auto; } }

#header {
  height: 130px;
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.5); }
  @media (max-width: 991px) {
    #header {
      height: auto; } }
  #header.wrapper {
    background-color: #6c0a79;
    position: fixed;
    z-index: 2000;
    width: 100%; }
    @media (min-height: 1237px) {
      #header.wrapper {
        position: fixed; } }
    #header.wrapper .row {
      margin: 0; }
    #header.wrapper.generic {
      height: 116px !important;
      top: 0; }
      @media (max-width: 991px) {
        #header.wrapper.generic {
          height: 106px !important; } }
      @media (max-width: 548px) {
        #header.wrapper.generic {
          height: 85px !important; } }
      #header.wrapper.generic .logo-wrapper a {
        height: 116px;
        padding: 26px; }
        @media (max-width: 991px) {
          #header.wrapper.generic .logo-wrapper a {
            height: 106px; } }
        @media (max-width: 548px) {
          #header.wrapper.generic .logo-wrapper a {
            height: 85px !important;
            padding: 15px; } }
      #header.wrapper.generic .prev-wrapper {
        height: 116px !important;
        margin-top: 0 !important;
        width: auto !important; }
        @media (max-width: 991px) {
          #header.wrapper.generic .prev-wrapper {
            height: 106px !important; } }
        @media (max-width: 548px) {
          #header.wrapper.generic .prev-wrapper {
            height: 85px !important; } }
  #header .header-logo {
    width: 300px; }
    @media (max-width: 991px) {
      #header .header-logo {
        width: 33.3333%;
        float: left;
        background-color: #6c0a79;
        height: 106px; } }
    @media (max-width: 550px) {
      #header .header-logo {
        height: 85px; } }
  #header .header-flex {
    width: calc(100% - 300px); }
    @media (max-width: 991px) {
      #header .header-flex {
        width: 100%; } }
  #header .prev-wrapper {
    padding: 20px 30px 20px 45px;
    position: relative; }
    @media (max-width: 991px) {
      #header .prev-wrapper {
        padding-left: calc(33.3333% + 30px);
        height: 106px; } }
    @media (max-width: 736px) {
      #header .prev-wrapper {
        text-align: center; } }
    @media (max-width: 550px) {
      #header .prev-wrapper {
        height: 85px;
        padding-bottom: 18px;
        padding-bottom: 18px; } }
    @media (max-width: 445px) {
      #header .prev-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: calc(33.3333% + 15px); } }
    #header .prev-wrapper img {
      max-height: 66px; }
      @media (max-width: 737px) {
        #header .prev-wrapper img {
          margin-top: 10px; } }
  #header .act-wrapper {
    background-color: #e0dbd4;
    padding-right: 0; }
    @media (max-width: 991px) {
      #header .act-wrapper {
        height: 60px;
        border-top: 4px solid #f4efe7;
        border-bottom: 4px solid #f4efe7;
        padding: 0; } }
  #header .logo-wrapper {
    text-align: center; }
    @media (max-width: 991px) {
      #header .logo-wrapper {
        height: 106px; } }
    @media (max-width: 550px) {
      #header .logo-wrapper {
        height: 85px; } }
    #header .logo-wrapper a {
      display: block;
      padding: 20px;
      height: 130px; }
      @media (max-width: 991px) {
        #header .logo-wrapper a {
          height: 106px; } }
      @media (max-width: 550px) {
        #header .logo-wrapper a {
          height: 85px; } }
      #header .logo-wrapper a img {
        height: 100%;
        width: auto;
        max-width: 100%;
        transition: all 0.3s ease; }
      #header .logo-wrapper a:hover img {
        transform: scale(0.9); }
  @media (min-width: 992px) {
    #header .col-md-height {
      float: left; } }
  #header .main-header {
    background-color: #f4efe7; }
    #header .main-header a {
      width: 380px;
      display: inline-block;
      margin-top: 10px; }
      @media (max-width: 1199px) {
        #header .main-header a {
          width: 280px;
          margin-top: 20px; } }
      @media (max-width: 991px) {
        #header .main-header a {
          margin-top: 10px; } }
      @media (max-width: 736px) {
        #header .main-header a {
          margin-top: 0; } }
      @media (max-width: 550px) {
        #header .main-header a {
          width: 100%;
          margin-top: 0;
          position: relative;
          top: 50%;
          transform: translateY(-50%); } }
      @media (max-width: 550px) {
        #header .main-header a img {
          height: auto;
          width: 100%; } }
    #header .main-header form {
      display: inline-block;
      margin-top: 0;
      position: absolute;
      top: 10px;
      right: 10px; }
      @media (max-width: 736px) {
        #header .main-header form {
          display: none; } }
      #header .main-header form input[type="text"] {
        background-color: transparent;
        border-right: none;
        border-left: none;
        border-top: none;
        border-bottom: 1px solid #909c9c;
        color: #909c9c;
        text-transform: uppercase;
        width: 135px; }
        #header .main-header form input[type="text"]:focus {
          outline: none;
          box-shadow: none; }
      #header .main-header form button {
        background: none;
        border: none; }
    #header .main-header .date-wrapper {
      width: 25%;
      display: inline-block;
      float: left;
      text-align: center;
      padding: 15px 15px 15px 0; }
      @media (max-width: 991px) {
        #header .main-header .date-wrapper {
          width: 33.3333%;
          padding: 4px 15px;
          height: auto; } }
      @media (max-width: 496px) {
        #header .main-header .date-wrapper {
          padding: 12px 9px; } }
      #header .main-header .date-wrapper .month {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 7px; }
        @media (max-width: 991px) {
          #header .main-header .date-wrapper .month {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 0; } }
        @media (max-width: 496px) {
          #header .main-header .date-wrapper .month {
            line-height: 1;
            margin-right: 3px; } }
        @media (max-width: 348px) {
          #header .main-header .date-wrapper .month {
            top: 10px; } }
      #header .main-header .date-wrapper .day {
        font-size: 45px;
        line-height: .9; }
        @media (max-width: 991px) {
          #header .main-header .date-wrapper .day {
            display: inline-block; } }
        @media (max-width: 496px) {
          #header .main-header .date-wrapper .day {
            font-size: 35px; } }
        @media (max-width: 348px) {
          #header .main-header .date-wrapper .day {
            font-size: 30px;
            top: 20px; } }

.navbar-toggle {
  position: relative;
  float: none;
  padding: 15px 25px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #810c90;
  background-image: none;
  border: none;
  border-radius: 0;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
      display: block !important; } }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 0px;
    background-color: #ffffff; }
  .navbar-toggle .bars {
    float: left;
    margin-right: 10px; }
  .navbar-toggle .text {
    float: left;
    color: #f4efe7;
    font-size: 20px;
    margin-top: -5px;
    font-weight: 300; }

.navigation-wrapper {
  height: 100%;
  top: 0;
  width: 300px;
  background-color: #570861;
  z-index: 40;
  display: table-cell;
  vertical-align: top;
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.5);
  position: relative; }
  @media (max-width: 991px) {
    .navigation-wrapper {
      display: block;
      width: 100%;
      height: auto;
      background: none;
      margin-top: 36px;
      position: fixed;
      box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.5);
      top: 130px; } }
  @media (min-height: 1237px) {
    .navigation-wrapper {
      position: fixed;
      top: 130px; } }
  @media (max-width: 550px) {
    .navigation-wrapper {
      margin-top: 15px; } }

#sidebar.wrapper {
  width: 300px;
  float: left;
  position: absolute;
  z-index: 20;
  padding: 0 !important; }
  @media (min-width: 992px) {
    #sidebar.wrapper {
      height: calc(100% - 130px) !important; } }
  @media (max-width: 991px) {
    #sidebar.wrapper {
      width: 100%;
      background-color: #570861;
      box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.5); } }

#sidebar.navbar-collapse.collapse {
  padding: 0 !important;
  height: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    #sidebar.navbar-collapse.collapse {
      display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #sidebar.navbar-collapse.collapse.in {
    display: block !important; } }

#sidebar .navigation {
  background-color: #570861; }
  #sidebar .navigation ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 1px; }
    #sidebar .navigation ul li a {
      display: block;
      min-height: 65px;
      padding: 20px 25px;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 1px;
      border-bottom: 1px solid #810c90;
      position: relative;
      transition: all 0.3s ease;
      box-shadow: inset 0 0 0 0 #810c90; }
      @media (max-width: 991px) {
        #sidebar .navigation ul li a {
          min-height: 0px;
          padding: 10px 25px; } }
      #sidebar .navigation ul li a img {
        margin-right: 8px; }
        @media (max-width: 991px) {
          #sidebar .navigation ul li a img {
            height: auto;
            width: 30px; } }
      #sidebar .navigation ul li a span {
        padding-top: 2px;
        position: relative;
        top: 2px; }
      #sidebar .navigation ul li a:hover {
        box-shadow: inset 0 100px 0 0 #810c90; }
  #sidebar .navigation form.navbar-form {
    margin: 0;
    padding: 25px;
    position: relative; }
    @media (max-width: 991px) {
      #sidebar .navigation form.navbar-form {
        padding: 15px 25px; } }
    #sidebar .navigation form.navbar-form .form-group {
      display: block; }
      #sidebar .navigation form.navbar-form .form-group .form-control {
        width: 100%;
        height: 35px;
        background: none;
        border: 1px solid #ffffff;
        border-radius: 20px;
        padding-right: 40px;
        position: relative;
        z-index: 200;
        color: #ffffff; }
        @media (max-width: 991px) {
          #sidebar .navigation form.navbar-form .form-group .form-control {
            padding-top: 4px;
            padding-bottom: 4px;
            height: 28px; } }
        #sidebar .navigation form.navbar-form .form-group .form-control:focus {
          outline: none;
          box-shadow: none; }
  #sidebar .navigation button {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 300;
    background: none;
    border: none; }
    #sidebar .navigation button:hover {
      color: #ac10bf; }
    @media (max-width: 991px) {
      #sidebar .navigation button {
        top: 12px; } }

#sidebar .events {
  background-color: #6c0a79;
  padding: 25px;
  color: #ffffff;
  position: relative; }
  @media (max-width: 991px) {
    #sidebar .events {
      padding: 10px 25px; } }
  #sidebar .events .section-title {
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #570861; }
    @media (max-width: 991px) {
      #sidebar .events .section-title {
        display: none; } }
    @media (max-width: 720px) {
      #sidebar .events .section-title {
        display: block;
        padding-bottom: 0;
        border-bottom: 0;
        padding-right: 80px; } }
    #sidebar .events .section-title img {
      display: inline-block;
      margin-right: 15px;
      float: left; }
      @media (max-width: 720px) {
        #sidebar .events .section-title img {
          height: 46px;
          width: 46px; } }
      @media (max-width: 400px) {
        #sidebar .events .section-title img {
          height: 40px;
          width: 40px; } }
    #sidebar .events .section-title span {
      text-transform: uppercase;
      font-size: 24px;
      letter-spacing: 1px;
      display: inline-block;
      line-height: 1; }
      @media (max-width: 400px) {
        #sidebar .events .section-title span {
          font-size: 22px; } }
  #sidebar .events .date-wrapper {
    display: block;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #570861; }
    @media (max-width: 991px) {
      #sidebar .events .date-wrapper {
        margin-top: 0;
        width: 260px;
        float: left;
        padding-bottom: 0;
        border-bottom: 0;
        padding-right: 25px;
        position: relative; } }
    @media (max-width: 720px) {
      #sidebar .events .date-wrapper {
        display: none; } }
    #sidebar .events .date-wrapper .month {
      display: inline-block;
      float: left;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 1;
      margin-top: 20px; }
    #sidebar .events .date-wrapper .day {
      display: block;
      text-align: right;
      font-size: 87px;
      font-weight: 700;
      line-height: .8; }
      @media (max-width: 991px) {
        #sidebar .events .date-wrapper .day {
          font-size: 78px; } }
  #sidebar .events .event-title a {
    display: block;
    margin-top: 25px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #ffffff;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      #sidebar .events .event-title a {
        margin-top: 3px; } }
    @media (max-width: 720px) {
      #sidebar .events .event-title a {
        display: none; } }
    #sidebar .events .event-title a:hover {
      color: #420649; }
  #sidebar .events .time {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 300; }
    @media (max-width: 720px) {
      #sidebar .events .time {
        display: none; } }
  #sidebar .events a.more {
    color: #ffffff;
    display: block;
    text-align: right;
    font-size: 40px;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      #sidebar .events a.more {
        width: 40px;
        margin-left: 25px;
        display: inline-block;
        float: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    @media (max-width: 720px) {
      #sidebar .events a.more {
        top: 4px;
        right: 30px;
        transform: translateY(0); } }
    #sidebar .events a.more:hover {
      margin-right: -5px; }
  @media (max-width: 991px) {
    #sidebar .events .event-details {
      width: calc(100% - 325px);
      float: left;
      padding-left: 25px;
      border-left: 1px solid #570861;
      border-right: 1px solid #570861;
      padding-right: 25px; } }
  #sidebar .events:after {
    content: '';
    display: block;
    clear: both; }

@media (max-width: 991px) {
  #sidebar #ate.cta-button {
    width: 50%;
    float: left; } }

@media (max-width: 520px) {
  #sidebar #ate.cta-button {
    width: 100%; } }

#sidebar #ate.cta-button a {
  display: block;
  padding: 25px;
  background-color: #f4efe7;
  transition: all 0.3s ease;
  color: #570861; }
  @media (max-width: 991px) {
    #sidebar #ate.cta-button a {
      text-align: center;
      padding: 15px 25px; } }
  @media (max-width: 520px) {
    #sidebar #ate.cta-button a {
      text-align: left; } }
  #sidebar #ate.cta-button a:hover {
    padding-left: 35px; }
  #sidebar #ate.cta-button a img {
    display: inline-block;
    float: left;
    margin-right: 15px; }
    @media (max-width: 991px) {
      #sidebar #ate.cta-button a img {
        height: 40px;
        width: auto;
        margin-top: -25px;
        float: none; } }
  #sidebar #ate.cta-button a div {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px; }
    @media (max-width: 991px) {
      #sidebar #ate.cta-button a div {
        display: inline-block; } }
    #sidebar #ate.cta-button a div span {
      font-weight: 700; }

#sidebar #ate.cta-button:after {
  content: '';
  display: block;
  clear: both; }

@media (max-width: 991px) {
  #sidebar #sfs.cta-button {
    width: 50%;
    float: left; } }

@media (max-width: 520px) {
  #sidebar #sfs.cta-button {
    width: 100%; } }

#sidebar #sfs.cta-button a {
  display: block;
  padding: 25px;
  background-color: #e0dbd4;
  transition: all 0.3s ease;
  color: #570861; }
  @media (max-width: 991px) {
    #sidebar #sfs.cta-button a {
      text-align: center;
      padding: 15px 25px; } }
  @media (max-width: 520px) {
    #sidebar #sfs.cta-button a {
      text-align: left; } }
  #sidebar #sfs.cta-button a:hover {
    padding-left: 35px; }
  #sidebar #sfs.cta-button a img {
    display: inline-block;
    float: left;
    margin-right: 15px; }
    @media (max-width: 991px) {
      #sidebar #sfs.cta-button a img {
        height: 40px;
        width: auto;
        margin-top: -25px;
        float: none; } }
  #sidebar #sfs.cta-button a div {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px; }
    @media (max-width: 991px) {
      #sidebar #sfs.cta-button a div {
        display: inline-block; } }
    #sidebar #sfs.cta-button a div span {
      font-weight: 700; }

#sidebar #sfs.cta-button:after {
  content: '';
  display: block;
  clear: both; }

#sidebar .back-wrapper {
  display: block;
  padding: 25px;
  background-color: #570861; }
  @media (max-width: 991px) {
    #sidebar .back-wrapper {
      clear: both;
      padding: 15px 25px; } }
  #sidebar .back-wrapper a.back {
    display: block;
    padding: 5px;
    background-color: #6c0a79;
    border-radius: 20px;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .5px;
    transition: all 0.3s ease; }
    #sidebar .back-wrapper a.back:hover {
      background-color: #810c90;
      color: #ffffff; }
    @media (max-width: 350px) {
      #sidebar .back-wrapper a.back span {
        display: none; } }

::-moz-selection {
  background-color: #6c0a79;
  color: #ffffff; }

::selection {
  background-color: #6c0a79;
  color: #ffffff; }

#footer {
  height: 321px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1199px) {
    #footer {
      height: auto; } }
  #footer .row {
    margin: 0; }
  #footer .top-footer .ftr-links {
    background-color: #677373;
    padding: 30px;
    text-align: center; }
  #footer .top-footer h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: block; }
  #footer .top-footer ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
    #footer .top-footer ul li {
      padding: 0;
      margin: 0; }
      #footer .top-footer ul li a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        margin-bottom: 15px;
        transition: all 0.3s ease; }
        #footer .top-footer ul li a:hover {
          color: #ffffff;
          border: none; }
      #footer .top-footer ul li:before {
        display: none; }
  #footer .top-footer .ftr-logo {
    background-color: #4f5858;
    padding: 30px;
    text-align: center; }
    #footer .top-footer .ftr-logo img {
      max-height: 220px;
      width: 100%; }
    #footer .top-footer .ftr-logo a:hover {
      text-decoration: none;
      border: none; }
  #footer .top-footer .ftr-contact {
    background-color: #677373;
    padding: 30px;
    text-align: center; }
    #footer .top-footer .ftr-contact img {
      max-height: 63px;
      display: block;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
    #footer .top-footer .ftr-contact .address {
      color: #ffffff;
      display: block;
      margin-bottom: 30px; }
    #footer .top-footer .ftr-contact .social {
      color: #ffffff; }
    #footer .top-footer .ftr-contact a.icon {
      background-color: #4f5858;
      color: #ffffff;
      font-size: 20px;
      padding: 10px;
      width: 50px;
      display: inline-block;
      margin: 2px;
      transition: all 0.3s ease; }
      #footer .top-footer .ftr-contact a.icon:hover {
        background-color: #570861;
        text-decoration: none;
        border: none; }
  @media (max-width: 1191px) {
    #footer .top-footer .row-lg-height {
      display: block; } }
  @media (max-width: 1191px) {
    #footer .top-footer .row-lg-height .col-lg-height {
      display: block; } }

blockquote {
  padding: 30px 90px;
  margin: 50px 120px;
  font-size: 22px;
  border: 1px solid #570861;
  position: relative;
  clear: both;
  font-weight: 300;
  display: block;
  color: #570861; }
  @media (max-width: 980px) {
    blockquote {
      margin: 50px; } }
  @media (max-width: 767px) {
    blockquote {
      padding: 30px 60px;
      font-size: 18px; } }
  @media (max-width: 655px) {
    blockquote {
      margin: 50px 0; } }
  @media (max-width: 496px) {
    blockquote {
      padding: 30px; } }
  blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    line-height: normal;
    background-color: #570861;
    border-radius: 200px;
    display: block;
    padding: 30px; }
    @media (max-width: 767px) {
      blockquote:before {
        font-size: 30px;
        padding: 20px;
        left: -35px; } }
    @media (max-width: 496px) {
      blockquote:before {
        top: -35px;
        transform: translateY(0); } }
  blockquote:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    line-height: normal;
    background-color: #570861;
    border-radius: 200px;
    display: block;
    padding: 30px; }
    @media (max-width: 767px) {
      blockquote:after {
        font-size: 30px;
        padding: 20px;
        right: -35px; } }
    @media (max-width: 496px) {
      blockquote:after {
        bottom: -35px;
        transform: translateY(0);
        top: auto; } }
  blockquote cite {
    font-style: normal;
    display: block;
    margin-top: 6px;
    font-weight: 700; }

#header.sub .breadcrumb-bar {
  height: 45px; }
  @media (max-width: 767px) {
    #header.sub .breadcrumb-bar {
      display: none; } }
  #header.sub .breadcrumb-bar .breadcrumbs {
    color: #cccccc;
    padding-top: 20px;
    margin-right: -15px; }
    @media (max-width: 767px) {
      #header.sub .breadcrumb-bar .breadcrumbs {
        margin-right: 0; } }
    #header.sub .breadcrumb-bar .breadcrumbs a {
      color: #cccccc;
      cursor: pointer; }
      #header.sub .breadcrumb-bar .breadcrumbs a:hover {
        color: #999999; }
        #header.sub .breadcrumb-bar .breadcrumbs a:hover.active {
          color: #666666; }
      #header.sub .breadcrumb-bar .breadcrumbs a.active {
        color: #999999; }
  #header.sub .breadcrumb-bar .right {
    float: right; }

.btn {
  border-radius: 0;
  box-shadow: none;
  background-color: #570861;
  color: #ffffff;
  transition: all 0.3s ease; }
  .btn:hover {
    background-color: #810c90; }

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-xs-top {
    vertical-align: top; }
  .col-xs-middle {
    vertical-align: middle; }
  .col-xs-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-sm-top {
    vertical-align: top; }
  .col-sm-middle {
    vertical-align: middle; }
  .col-sm-bottom {
    vertical-align: bottom; } }

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-md-top {
    vertical-align: top; }
  .col-md-middle {
    vertical-align: middle; }
  .col-md-bottom {
    vertical-align: bottom; } }

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-lg-top {
    vertical-align: top; }
  .col-lg-middle {
    vertical-align: middle; }
  .col-lg-bottom {
    vertical-align: bottom; } }

#siteCredits {
  position: relative; }
  #siteCredits a {
    display: block;
    width: 118px;
    height: 21px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    background: url(/images/btnSiteCredits.png) no-repeat; }
    @media (max-width: 991px) {
      #siteCredits a {
        right: 50%;
        margin-right: -9px; } }
    #siteCredits a:hover {
      background: url(/images/btnSiteCreditsO.png) no-repeat; }
  @media screen and (max-width: 415px) {
    #siteCredits {
      display: none; } }

.fp-top {
  background-position: top; }

.fp-bottom {
  background-position: bottom; }

.fp-center {
  background-position: center; }

.fp-left {
  background-position: left; }

.fp-right {
  background-position: right; }

.lost-wrapper {
  height: 100%;
  width: 100%;
  margin: 0; }
  .lost-wrapper .background {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    background-image: url("/images/bg-404.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 1000px; }
    @media (max-width: 1000px) {
      .lost-wrapper .background {
        width: calc(100% - 40px);
        background: none; } }
    .lost-wrapper .background .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -52%);
      background-color: #ffffff;
      display: block;
      width: 250px;
      height: 250px;
      border-radius: 200px;
      color: #570861;
      font-size: 22px;
      padding: 98px 30px;
      text-align: center;
      box-sizing: border-box; }
      @media (max-width: 1000px) {
        .lost-wrapper .background .text {
          width: calc(100% - 40px);
          background: none; } }
  .lost-wrapper a.error-btn {
    text-decoration: none;
    color: #570861;
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 137%);
    width: 200px; }
    @media (max-width: 1000px) {
      .lost-wrapper a.error-btn {
        transform: translate(-50%, 0%); } }
    .lost-wrapper a.error-btn span {
      display: block;
      margin-top: 10px;
      border: 1px solid #570861;
      padding: 4px 8px 8px;
      border-radius: 40px; }
  .lost-wrapper .maint-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%); }
    .lost-wrapper .maint-wrapper .maint-img {
      margin-bottom: 40px;
      width: 500px;
      text-align: center; }
      @media (max-width: 500px) {
        .lost-wrapper .maint-wrapper .maint-img {
          width: 100%; } }
      .lost-wrapper .maint-wrapper .maint-img img {
        width: 100%;
        height: auto; }
    .lost-wrapper .maint-wrapper .text {
      font-size: 22px;
      text-align: center;
      max-width: 500px; }
      .lost-wrapper .maint-wrapper .text span {
        display: block;
        margin-bottom: 20px; }
      .lost-wrapper .maint-wrapper .text a {
        color: #570861; }

#pagination {
  margin: 40px 0 10px;
  text-align: center; }
  #pagination ul {
    display: inline-block;
    font-size: 16px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-weight: 300; }
    #pagination ul li {
      float: left;
      padding-left: 0 !important;
      text-indent: 0 !important;
      border-top: 1px solid #4f5858;
      border-bottom: 1px solid #4f5858; }
      @media (max-width: 680px) {
        #pagination ul li {
          display: none !important; } }
      #pagination ul li:first-child {
        border-left: 1px solid #4f5858;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden; }
      #pagination ul li:last-child {
        border-right: 1px solid #4f5858;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden; }
      #pagination ul li a {
        color: #4f5858;
        display: block;
        padding: 10px 18px; }
        #pagination ul li a:hover {
          background: #758484;
          color: #ffffff;
          border-bottom: none; }
      #pagination ul li.active {
        background-color: #909c9c; }
        #pagination ul li.active a {
          color: #ffffff; }
      #pagination ul li:before {
        display: none; }
      @media (max-width: 680px) {
        #pagination ul li.prev {
          display: inline-block !important; } }
      @media (max-width: 680px) {
        #pagination ul li.next {
          display: inline-block !important; } }

#slider.wrapper {
  height: auto;
  overflow: hidden; }

#carousel .carousel-indicators {
  left: auto;
  right: 30px;
  width: 30%;
  padding-left: 0;
  margin-left: 0;
  text-align: right; }
  @media (max-width: 1024px) {
    #carousel .carousel-indicators {
      bottom: 6px; } }
  @media (max-width: 320px) {
    #carousel .carousel-indicators {
      width: 33%; } }
  #carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 20px; }
    #carousel .carousel-indicators li.active {
      margin: 1px;
      background-color: #4f5858; }

#carousel .carousel-inner .item {
  width: 100%; }

#carousel .carousel-inner .image-wrapper {
  width: 66.66666667%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 28%; }
  @media (max-width: 1199px) {
    #carousel .carousel-inner .image-wrapper {
      width: 50%; } }
  @media (max-width: 736px) {
    #carousel .carousel-inner .image-wrapper {
      width: 100%;
      padding-bottom: 55% !important; } }
  #carousel .carousel-inner .image-wrapper img {
    width: 100%; }

#carousel .carousel-inner .carousel-caption {
  width: 33.33333333%;
  position: absolute;
  background-color: #909c9c;
  height: 100%;
  padding: 30px;
  top: 0;
  right: 0;
  left: auto;
  text-align: left; }
  @media (max-width: 1199px) {
    #carousel .carousel-inner .carousel-caption {
      width: 50%;
      padding-bottom: 50px; } }
  @media (max-width: 736px) {
    #carousel .carousel-inner .carousel-caption {
      width: 100%;
      bottom: 0;
      top: auto;
      height: auto;
      background-color: rgba(144, 156, 156, 0.8); } }
  @media (max-width: 414px) {
    #carousel .carousel-inner .carousel-caption {
      max-height: 100%; } }
  #carousel .carousel-inner .carousel-caption:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #909c9c;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0;
    left: -50px; }
    @media (max-width: 736px) {
      #carousel .carousel-inner .carousel-caption:before {
        border-bottom: 50px solid rgba(144, 156, 156, 0.8);
        top: -50px;
        bottom: auto;
        right: 0;
        left: auto; } }
    @media (max-width: 550px) {
      #carousel .carousel-inner .carousel-caption:before {
        display: none; } }
  #carousel .carousel-inner .carousel-caption:after {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(144, 156, 156, 0.95) 50%, #909c9c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(144, 156, 156, 0.95) 50%, #909c9c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(144, 156, 156, 0.95) 50%, #909c9c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#909c9c',GradientType=0 );
    /* IE6-9 */ }
    @media (max-width: 1024px) {
      #carousel .carousel-inner .carousel-caption:after {
        display: none; } }
  #carousel .carousel-inner .carousel-caption.no-img {
    width: 100% !important; }

#carousel .carousel-inner h3 {
  font-size: 30px;
  color: #ffffff;
  text-shadow: none;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: 300;
  margin-top: 0; }
  @media (min-width: 1800px) {
    #carousel .carousel-inner h3 {
      font-size: 38px; } }
  @media (max-width: 1440px) {
    #carousel .carousel-inner h3 {
      font-size: 24px; } }
  @media (max-width: 1024px) {
    #carousel .carousel-inner h3 {
      font-size: 20px;
      margin-bottom: 10px; } }
  #carousel .carousel-inner h3 span {
    font-weight: 700; }

#carousel .carousel-inner p {
  font-size: 18px;
  color: #ffffff;
  text-shadow: none;
  font-weight: 300; }
  @media (min-width: 1800px) {
    #carousel .carousel-inner p {
      font-size: 22px; } }
  @media (max-width: 1440px) {
    #carousel .carousel-inner p {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    #carousel .carousel-inner p {
      display: none; } }

.photo-snippet {
  max-width: 50%; }
  @media (max-width: 720px) {
    .photo-snippet {
      width: 100%;
      max-width: 100%; } }
  .photo-snippet figure {
    overflow: hidden; }
    @media (max-width: 720px) {
      .photo-snippet figure {
        margin-left: 0;
        margin-right: 0; } }
    .photo-snippet figure img {
      width: 100%; }
    .photo-snippet figure figcaption {
      color: #4f5858;
      font-size: 14px; }
    .photo-snippet figure cite {
      color: #ab9d8a;
      font-size: 12px; }
    .photo-snippet figure .caption-wrapper {
      background-color: #e0dbd4;
      padding: 15px;
      position: relative;
      margin-top: -1px; }
      .photo-snippet figure .caption-wrapper:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 30px solid #e0dbd4;
        border-left: 30px solid transparent;
        position: absolute;
        right: 0;
        top: -30px; }
  @media (max-width: 720px) {
    .photo-snippet.pull-right {
      float: none; } }
  .photo-snippet.pull-right figure {
    margin-right: 0; }
  @media (max-width: 720px) {
    .photo-snippet.pull-left {
      float: none; } }
  .photo-snippet.pull-left figure {
    margin-left: 0; }

#interior .content:after,
#news .content:after {
  content: '';
  display: block;
  clear: both; }

#interior #ask.cta-button a,
#news #ask.cta-button a {
  display: inline-block;
  padding: 25px 25px 22px;
  border: 1px solid #e0dbd4;
  transition: all 0.3s ease;
  color: #570861;
  width: auto; }
  #interior #ask.cta-button a:hover,
  #news #ask.cta-button a:hover {
    color: #570861;
    background-color: #f4efe7; }
  #interior #ask.cta-button a img,
  #news #ask.cta-button a img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    height: 44px; }
  #interior #ask.cta-button a div,
  #news #ask.cta-button a div {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px; }
    #interior #ask.cta-button a div span,
    #news #ask.cta-button a div span {
      font-weight: 700; }

#interior #ask.cta-button:after,
#news #ask.cta-button:after {
  content: '';
  display: block;
  clear: both; }

#interior #signup.cta-button a,
#news #signup.cta-button a {
  display: inline-block;
  padding: 25px;
  border: 1px solid #e0dbd4;
  transition: all 0.3s ease;
  color: #570861;
  width: auto; }
  #interior #signup.cta-button a:hover,
  #news #signup.cta-button a:hover {
    color: #570861;
    background-color: #f4efe7; }
  #interior #signup.cta-button a img,
  #news #signup.cta-button a img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    height: 38px; }
  #interior #signup.cta-button a div,
  #news #signup.cta-button a div {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px; }
    #interior #signup.cta-button a div span,
    #news #signup.cta-button a div span {
      font-weight: 700; }

#interior #signup.cta-button:after,
#news #signup.cta-button:after {
  content: '';
  display: block;
  clear: both; }

#interior #cal.cta-button a,
#interior #case.cta-button a,
#interior #file.cta-button a,
#interior #info.cta-button a,
#interior #pin.cta-button a,
#interior #heart.cta-button a,
#interior #ppl.cta-button a,
#interior #conv.cta-button a,
#interior #steth.cta-button a,
#news #cal.cta-button a,
#news #case.cta-button a,
#news #file.cta-button a,
#news #info.cta-button a,
#news #pin.cta-button a,
#news #heart.cta-button a,
#news #ppl.cta-button a,
#news #conv.cta-button a,
#news #steth.cta-button a {
  display: inline-block;
  padding: 25px;
  border: 1px solid #e0dbd4;
  transition: all 0.3s ease;
  color: #570861;
  width: auto; }
  #interior #cal.cta-button a:hover,
  #interior #case.cta-button a:hover,
  #interior #file.cta-button a:hover,
  #interior #info.cta-button a:hover,
  #interior #pin.cta-button a:hover,
  #interior #heart.cta-button a:hover,
  #interior #ppl.cta-button a:hover,
  #interior #conv.cta-button a:hover,
  #interior #steth.cta-button a:hover,
  #news #cal.cta-button a:hover,
  #news #case.cta-button a:hover,
  #news #file.cta-button a:hover,
  #news #info.cta-button a:hover,
  #news #pin.cta-button a:hover,
  #news #heart.cta-button a:hover,
  #news #ppl.cta-button a:hover,
  #news #conv.cta-button a:hover,
  #news #steth.cta-button a:hover {
    color: #570861;
    background-color: #f4efe7; }
  #interior #cal.cta-button a img,
  #interior #case.cta-button a img,
  #interior #file.cta-button a img,
  #interior #info.cta-button a img,
  #interior #pin.cta-button a img,
  #interior #heart.cta-button a img,
  #interior #ppl.cta-button a img,
  #interior #conv.cta-button a img,
  #interior #steth.cta-button a img,
  #news #cal.cta-button a img,
  #news #case.cta-button a img,
  #news #file.cta-button a img,
  #news #info.cta-button a img,
  #news #pin.cta-button a img,
  #news #heart.cta-button a img,
  #news #ppl.cta-button a img,
  #news #conv.cta-button a img,
  #news #steth.cta-button a img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    height: 38px; }
  #interior #cal.cta-button a div,
  #interior #case.cta-button a div,
  #interior #file.cta-button a div,
  #interior #info.cta-button a div,
  #interior #pin.cta-button a div,
  #interior #heart.cta-button a div,
  #interior #ppl.cta-button a div,
  #interior #conv.cta-button a div,
  #interior #steth.cta-button a div,
  #news #cal.cta-button a div,
  #news #case.cta-button a div,
  #news #file.cta-button a div,
  #news #info.cta-button a div,
  #news #pin.cta-button a div,
  #news #heart.cta-button a div,
  #news #ppl.cta-button a div,
  #news #conv.cta-button a div,
  #news #steth.cta-button a div {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px; }
    #interior #cal.cta-button a div span,
    #interior #case.cta-button a div span,
    #interior #file.cta-button a div span,
    #interior #info.cta-button a div span,
    #interior #pin.cta-button a div span,
    #interior #heart.cta-button a div span,
    #interior #ppl.cta-button a div span,
    #interior #conv.cta-button a div span,
    #interior #steth.cta-button a div span,
    #news #cal.cta-button a div span,
    #news #case.cta-button a div span,
    #news #file.cta-button a div span,
    #news #info.cta-button a div span,
    #news #pin.cta-button a div span,
    #news #heart.cta-button a div span,
    #news #ppl.cta-button a div span,
    #news #conv.cta-button a div span,
    #news #steth.cta-button a div span {
      font-weight: 700; }

#interior #cal.cta-button:after,
#interior #case.cta-button:after,
#interior #file.cta-button:after,
#interior #info.cta-button:after,
#interior #pin.cta-button:after,
#interior #heart.cta-button:after,
#interior #ppl.cta-button:after,
#interior #conv.cta-button:after,
#interior #steth.cta-button:after,
#news #cal.cta-button:after,
#news #case.cta-button:after,
#news #file.cta-button:after,
#news #info.cta-button:after,
#news #pin.cta-button:after,
#news #heart.cta-button:after,
#news #ppl.cta-button:after,
#news #conv.cta-button:after,
#news #steth.cta-button:after {
  content: '';
  display: block;
  clear: both; }

#interior .video-wrapper,
#news .video-wrapper {
  position: relative;
  padding-bottom: 54.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  @media (max-width: 1024px) {
    #interior .video-wrapper,
    #news .video-wrapper {
      padding-bottom: 53.25%; } }
  @media (max-width: 414px) {
    #interior .video-wrapper,
    #news .video-wrapper {
      padding-bottom: 52.25%; } }
  @media (max-width: 375px) {
    #interior .video-wrapper,
    #news .video-wrapper {
      padding-bottom: 51.25%; } }
  #interior .video-wrapper iframe,
  #news .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #interior .video-wrapper.left,
  #news .video-wrapper.left {
    width: 525px;
    height: 330px;
    padding-bottom: 25px;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    display: inline-block; }
    @media (max-width: 1215px) {
      #interior .video-wrapper.left,
      #news .video-wrapper.left {
        width: 350px;
        height: 242px; } }
    @media (max-width: 695px) {
      #interior .video-wrapper.left,
      #news .video-wrapper.left {
        width: 100%;
        padding-bottom: 52.25%;
        padding-right: 0;
        float: none;
        height: auto; } }
    #interior .video-wrapper.left iframe,
    #news .video-wrapper.left iframe {
      position: relative; }
      @media (max-width: 695px) {
        #interior .video-wrapper.left iframe,
        #news .video-wrapper.left iframe {
          position: absolute; } }
  #interior .video-wrapper.right,
  #news .video-wrapper.right {
    width: 525px;
    height: 330px;
    padding-bottom: 25px;
    float: right;
    padding-left: 25px;
    box-sizing: border-box;
    display: inline-block; }
    @media (max-width: 1215px) {
      #interior .video-wrapper.right,
      #news .video-wrapper.right {
        width: 350px;
        height: 242px; } }
    @media (max-width: 695px) {
      #interior .video-wrapper.right,
      #news .video-wrapper.right {
        width: 100%;
        padding-bottom: 52.25%;
        padding-left: 0;
        float: none;
        height: auto; } }
    #interior .video-wrapper.right iframe,
    #news .video-wrapper.right iframe {
      position: relative; }
      @media (max-width: 695px) {
        #interior .video-wrapper.right iframe,
        #news .video-wrapper.right iframe {
          position: absolute; } }

#interior #resources.wrapper,
#news #resources.wrapper {
  background: none;
  padding: 0px; }

#interior #resources ul,
#news #resources ul {
  list-style-type: none;
  padding-left: 0;
  height: 100%;
  width: 100%; }
  #interior #resources ul:after,
  #news #resources ul:after {
    content: '';
    display: block;
    clear: both; }
  #interior #resources ul li,
  #news #resources ul li {
    display: block;
    float: left;
    height: 100%;
    vertical-align: top;
    padding-left: 0;
    width: 20%;
    margin-bottom: 50px; }
    @media (max-width: 1864px) {
      #interior #resources ul li,
      #news #resources ul li {
        width: 25%; } }
    @media (max-width: 1492px) {
      #interior #resources ul li,
      #news #resources ul li {
        width: 33.3333%; } }
    @media (max-width: 1214px) {
      #interior #resources ul li,
      #news #resources ul li {
        width: 50%; } }
    @media (max-width: 600px) {
      #interior #resources ul li,
      #news #resources ul li {
        width: 100%; } }
    #interior #resources ul li:before,
    #news #resources ul li:before {
      display: none; }
    #interior #resources ul li a.resource,
    #news #resources ul li a.resource {
      display: block;
      text-transform: uppercase;
      text-align: center;
      color: #4f5858;
      font-size: 20px;
      font-weight: 700;
      border: 1px solid #909c9c;
      margin: 0 15px;
      padding: 20px 20px 50px;
      position: relative;
      transition: all 0.3s ease;
      box-shadow: inset 0 0 0 0 #909c9c;
      height: 100%; }
      #interior #resources ul li a.resource:after,
      #news #resources ul li a.resource:after {
        content: '\f063';
        font-family: 'FontAwesome';
        height: 46px;
        width: 66px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 46px;
        background-color: #ffffff;
        z-index: 6;
        color: #570861;
        transition: all 0.3s ease; }
      #interior #resources ul li a.resource:hover,
      #news #resources ul li a.resource:hover {
        box-shadow: inset 0 0 0 4px #909c9c; }
        #interior #resources ul li a.resource:hover:after,
        #news #resources ul li a.resource:hover:after {
          bottom: -20px; }
      #interior #resources ul li a.resource span,
      #news #resources ul li a.resource span {
        color: #909c9c;
        font-size: 14px;
        font-weight: 400;
        display: block;
        margin-top: 15px; }

#interior .faq-wrapper,
#news .faq-wrapper {
  margin-bottom: 50px; }
  #interior .faq-wrapper .question,
  #news .faq-wrapper .question {
    width: 80%;
    margin: 0 auto 0 0;
    background-color: #570861;
    padding: 30px 30px 30px 133px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    min-height: 127px;
    z-index: 30; }
    @media (max-width: 652px) {
      #interior .faq-wrapper .question,
      #news .faq-wrapper .question {
        padding-left: 110px;
        font-size: 18px;
        width: 95%; } }
    @media (max-width: 466px) {
      #interior .faq-wrapper .question,
      #news .faq-wrapper .question {
        padding: 30px; } }
    #interior .faq-wrapper .question span,
    #news .faq-wrapper .question span {
      font-size: 50px;
      background-color: rgba(255, 255, 255, 0.2);
      color: #570861;
      padding: 0 10px 10px;
      line-height: 56px;
      margin-left: -102px;
      margin-right: 30px;
      position: absolute; }
      @media (max-width: 652px) {
        #interior .faq-wrapper .question span,
        #news .faq-wrapper .question span {
          font-size: 24px;
          line-height: 28px;
          margin-left: -75px;
          padding-top: 8px; } }
      @media (max-width: 466px) {
        #interior .faq-wrapper .question span,
        #news .faq-wrapper .question span {
          display: none; } }
    #interior .faq-wrapper .question:after,
    #news .faq-wrapper .question:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid #570861;
      border-right: 30px solid transparent;
      position: absolute;
      left: 0;
      bottom: -30px; }
  #interior .faq-wrapper .answer,
  #news .faq-wrapper .answer {
    width: 80%;
    margin: 0 0 0 auto;
    background-color: #e0dbd4;
    padding: 30px 30px 30px 133px;
    position: relative;
    color: #570861;
    font-size: 20px;
    min-height: 127px; }
    @media (max-width: 652px) {
      #interior .faq-wrapper .answer,
      #news .faq-wrapper .answer {
        padding-left: 110px;
        font-size: 18px;
        width: 95%; } }
    @media (max-width: 466px) {
      #interior .faq-wrapper .answer,
      #news .faq-wrapper .answer {
        padding: 30px; } }
    #interior .faq-wrapper .answer span,
    #news .faq-wrapper .answer span {
      font-size: 50px;
      background-color: #f5f4f2;
      color: #e0dbd4;
      padding: 0 10px 10px;
      line-height: 56px;
      margin-left: -102px;
      margin-right: 30px;
      position: absolute; }
      @media (max-width: 652px) {
        #interior .faq-wrapper .answer span,
        #news .faq-wrapper .answer span {
          font-size: 24px;
          line-height: 28px;
          margin-left: -75px;
          padding-top: 8px; } }
      @media (max-width: 466px) {
        #interior .faq-wrapper .answer span,
        #news .faq-wrapper .answer span {
          display: none; } }
    #interior .faq-wrapper .answer:after,
    #news .faq-wrapper .answer:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid #e0dbd4;
      border-left: 30px solid transparent;
      position: absolute;
      right: 0;
      bottom: -30px; }
  #interior .faq-wrapper .accordion-trigger,
  #news .faq-wrapper .accordion-trigger {
    cursor: pointer; }
  #interior .faq-wrapper .accordion-content,
  #news .faq-wrapper .accordion-content {
    display: none; }

#interior .event-wrapper,
#news .event-wrapper {
  background-color: #f4efe7;
  border: 1px solid #4f5858;
  padding: 25px;
  color: #4f5858;
  position: relative;
  margin-bottom: 30px; }
  #interior .event-wrapper .date-wrapper,
  #news .event-wrapper .date-wrapper {
    display: inline-block;
    margin-top: 0px;
    padding-right: 25px;
    text-align: center;
    float: left;
    border-right: 1px solid #4f5858;
    margin-right: 25px; }
    @media (max-width: 590px) {
      #interior .event-wrapper .date-wrapper,
      #news .event-wrapper .date-wrapper {
        display: block;
        float: none;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #4f5858; } }
    #interior .event-wrapper .date-wrapper .month,
    #news .event-wrapper .date-wrapper .month {
      display: inline-block;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 1;
      margin-top: 0px;
      margin-bottom: 10px;
      color: #909c9c;
      min-width: 154px; }
      @media (max-width: 590px) {
        #interior .event-wrapper .date-wrapper .month,
        #news .event-wrapper .date-wrapper .month {
          margin-top: 20px;
          float: left;
          text-align: left; } }
      @media (max-width: 480px) {
        #interior .event-wrapper .date-wrapper .month,
        #news .event-wrapper .date-wrapper .month {
          margin-top: -1px; } }
    #interior .event-wrapper .date-wrapper .day,
    #news .event-wrapper .date-wrapper .day {
      display: block;
      font-size: 87px;
      font-weight: 700;
      line-height: .8; }
      @media (max-width: 590px) {
        #interior .event-wrapper .date-wrapper .day,
        #news .event-wrapper .date-wrapper .day {
          text-align: right; } }
      @media (max-width: 480px) {
        #interior .event-wrapper .date-wrapper .day,
        #news .event-wrapper .date-wrapper .day {
          font-size: 42px; } }
  #interior .event-wrapper .event-title a,
  #news .event-wrapper .event-title a {
    display: block;
    margin-top: 25px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #4f5858;
    transition: all 0.3s ease; }
    #interior .event-wrapper .event-title a:hover,
    #news .event-wrapper .event-title a:hover {
      color: #420649;
      border: none; }
  #interior .event-wrapper .time,
  #news .event-wrapper .time {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #909c9c; }
  #interior .event-wrapper .desc,
  #news .event-wrapper .desc {
    display: block;
    margin-top: 10px; }
  #interior .event-wrapper a.more,
  #news .event-wrapper a.more {
    color: #909c9c;
    position: absolute;
    text-align: right;
    font-size: 40px;
    transition: all 0.3s ease;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 590px) {
      #interior .event-wrapper a.more,
      #news .event-wrapper a.more {
        top: auto;
        transform: translateY(0);
        display: block;
        position: relative;
        right: 0; } }
    #interior .event-wrapper a.more:hover,
    #news .event-wrapper a.more:hover {
      margin-right: -5px;
      text-decoration: none;
      border: none;
      padding: 0; }
  #interior .event-wrapper .event-details,
  #news .event-wrapper .event-details {
    padding-right: 80px;
    margin-left: 205px;
    margin-top: -26px; }
    @media (max-width: 590px) {
      #interior .event-wrapper .event-details,
      #news .event-wrapper .event-details {
        margin-left: 0;
        margin-top: 0;
        padding-right: 0; } }
  #interior .event-wrapper:after,
  #news .event-wrapper:after {
    content: '';
    display: block;
    clear: both; }

#interior .photo-snippet.full,
#news .photo-snippet.full {
  width: 100%;
  max-width: none; }
  #interior .photo-snippet.full figure,
  #news .photo-snippet.full figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

.divider {
  width: 100%;
  height: 1px;
  border-top: 2px dotted #4f5858;
  margin: 30px 0; }

.text-block {
  padding: 30px 40px;
  margin: 50px;
  font-size: 22px;
  border: 1px solid #570861;
  position: relative;
  clear: both;
  font-weight: 300;
  display: block;
  color: #570861; }
  @media (max-width: 767px) {
    .text-block {
      font-size: 18px; } }
  @media (max-width: 655px) {
    .text-block {
      margin: 50px 0; } }
  @media (max-width: 496px) {
    .text-block {
      padding: 30px; } }

.table {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .table {
      margin-top: 0px; } }
  .table > tbody > tr > td {
    padding: 8px;
    border-top: 1px solid #e0dbd4;
    font-size: 16px;
    border-left: 1px solid #e0dbd4; }
    .table > tbody > tr > td:last-of-type {
      border-right: 1px solid #e0dbd4; }
  .table > tbody > tr > th {
    padding: 8px;
    border-top: 1px solid #e0dbd4;
    font-size: 16px;
    border-left: 1px solid #e0dbd4; }
    .table > tbody > tr > th:last-of-type {
      border-right: 1px solid #e0dbd4; }
  .table > tbody > tr:last-of-type {
    border-bottom: 1px solid #e0dbd4; }
  .table > thead {
    background-color: #ebe7e3; }
    .table > thead:first-child > tr:first-child > td {
      border-top: 1px solid #e0dbd4; }
    .table > thead > tr > td {
      padding: 8px;
      border-top: 1px solid #e0dbd4;
      font-size: 16px;
      border-left: 1px solid #e0dbd4; }
      .table > thead > tr > td:last-of-type {
        border-right: 1px solid #e0dbd4; }
    .table > thead > tr > th {
      padding: 8px;
      border-top: 1px solid #e0dbd4;
      font-size: 16px;
      border-left: 1px solid #e0dbd4;
      background-color: #909c9c;
      color: #ffffff;
      font-weight: 400; }
      .table > thead > tr > th:last-of-type {
        border-right: 1px solid #e0dbd4; }
    .table > thead > tr:last-of-type {
      border-bottom: 1px solid #e0dbd4; }
  .table > tfoot > tr > td {
    padding: 8px;
    border-top: 1px solid #e0dbd4;
    font-size: 16px;
    border-left: 1px solid #e0dbd4; }
    .table > tfoot > tr > td:last-of-type {
      border-right: 1px solid #e0dbd4; }
  .table > tfoot > tr > th {
    padding: 8px;
    border-top: 1px solid #e0dbd4;
    font-size: 16px;
    border-left: 1px solid #e0dbd4; }
    .table > tfoot > tr > th:last-of-type {
      border-right: 1px solid #e0dbd4; }
  .table > tfoot > tr:last-of-type {
    border-bottom: 1px solid #e0dbd4; }

.feed-wrapper {
  width: 75%;
  display: inline-block;
  border-left: 4px solid #f4efe7; }
  @media (max-width: 991px) {
    .feed-wrapper {
      width: 66.667%;
      height: 54px; } }
  .feed-wrapper .icon {
    display: inline-block;
    float: left; }
    .feed-wrapper .icon.icon-windy {
      width: 54px;
      height: auto;
      margin-top: -14px; }
      @media (max-width: 991px) {
        .feed-wrapper .icon.icon-windy {
          margin-top: -5px; } }
    .feed-wrapper .icon.icon-sunny {
      width: 54px;
      height: auto;
      margin-top: -10px;
      margin-left: -6px;
      margin-right: 8px; }
      @media (max-width: 991px) {
        .feed-wrapper .icon.icon-sunny {
          margin-top: -5px; } }
    .feed-wrapper .icon .sunny-body path {
      fill: #909c9c; }
    .feed-wrapper .icon .sunny-long-ray {
      transform-origin: 50% 50%;
      animation: spin 9s linear infinite; }
      .feed-wrapper .icon .sunny-long-ray path {
        fill: #909c9c; }
    .feed-wrapper .icon .sunny-short-ray {
      transform-origin: 50% 50%;
      animation: spin 9s linear infinite; }
      .feed-wrapper .icon .sunny-short-ray path {
        fill: #909c9c; }
    .feed-wrapper .icon .cloud-offset path {
      fill: #e0dbd4; }
    .feed-wrapper .icon .main-cloud path {
      fill: #909c9c; }
    .feed-wrapper .icon .small-cloud path {
      fill: #909c9c;
      animation: flyby 6s linear infinite; }
    .feed-wrapper .icon .wind-string path {
      stroke: #f4efe7;
      stroke-linecap: round;
      stroke-width: 7px;
      animation: wind-blow 3s linear infinite; }
  .feed-wrapper .aq-feed {
    border-bottom: 2px solid #f4efe7;
    display: block;
    padding: 15px 25px 15px 15px;
    height: 65px;
    box-sizing: border-box; }
    @media (max-width: 991px) {
      .feed-wrapper .aq-feed {
        width: 50%;
        display: inline-block;
        float: left;
        border-bottom: 0;
        border-right: 2px solid #f4efe7;
        height: 54px;
        padding: 4px 15px;
        text-align: center; } }
    @media (max-width: 445px) {
      .feed-wrapper .aq-feed {
        padding: 4px; } }
  .feed-wrapper .uv-feed {
    border-top: 2px solid #f4efe7;
    display: block;
    padding: 15px 25px 15px 15px;
    height: 65px;
    box-sizing: border-box; }
    @media (max-width: 991px) {
      .feed-wrapper .uv-feed {
        width: 50%;
        display: inline-block;
        border-top: 0;
        border-left: 2px solid #f4efe7;
        height: 54px;
        padding: 4px 15px;
        text-align: center; } }
    @media (max-width: 445px) {
      .feed-wrapper .uv-feed {
        padding: 4px; } }
  .feed-wrapper .icon-wrapper {
    height: 48px;
    display: inline-block;
    float: left; }
    @media (max-width: 991px) {
      .feed-wrapper .icon-wrapper {
        display: inline-block; } }
    @media (max-width: 660px) {
      .feed-wrapper .icon-wrapper {
        display: none; } }
  .feed-wrapper .text {
    display: inline-block;
    color: #909c9c;
    text-transform: uppercase;
    padding-top: 7px;
    padding-left: 3px; }
    @media (max-width: 991px) {
      .feed-wrapper .text {
        color: #4f5858;
        font-weight: 700;
        padding-top: 0px;
        margin-right: 10px;
        padding-left: 0;
        position: relative;
        top: -4px; } }
    @media (max-width: 660px) {
      .feed-wrapper .text {
        top: -5px; } }
    @media (max-width: 496px) {
      .feed-wrapper .text {
        top: 7px;
        margin-right: 3px; } }
    @media (max-width: 348px) {
      .feed-wrapper .text {
        top: 14px; } }
    @media (max-width: 1716px) {
      .feed-wrapper .text span {
        display: none; } }
  .feed-wrapper .number {
    display: inline-block;
    font-size: 45px;
    float: right;
    margin-top: -18px; }
    @media (max-width: 991px) {
      .feed-wrapper .number {
        float: none;
        position: relative;
        top: 7px; } }
    @media (max-width: 660px) {
      .feed-wrapper .number {
        top: 6px; } }
    @media (max-width: 496px) {
      .feed-wrapper .number {
        font-size: 35px;
        top: 14px; } }
    @media (max-width: 348px) {
      .feed-wrapper .number {
        font-size: 30px;
        top: 20px; } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes flyby {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0; }
  30% {
    -webkit-transform: translate(39px, 0px);
    transform: translate(39px, 0px);
    opacity: 1; }
  70% {
    -webkit-transform: translate(91px, 0px);
    transform: translate(91px, 0px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(130px, 0px);
    transform: translate(130px, 0px);
    opacity: 0; } }

@keyframes wind-blow {
  0% {
    stroke-dasharray: 5 300;
    stroke-dashoffset: -200;
    opacity: 1; }
  50% {
    stroke-dasharray: 300 300;
    stroke-dashoffset: -100;
    opacity: 1; }
  90% {
    stroke-dasharray: 50 300;
    stroke-dashoffset: -20;
    opacity: 0.7; }
  100% {
    stroke-dasharray: 20 300;
    stroke-dashoffset: 0;
    opacity: 0.2; } }

#home {
  margin-left: 300px;
  padding-top: 0px;
  display: table-cell;
  vertical-align: top; }
  @media (min-height: 1237px) {
    #home {
      display: block;
      margin-top: 130px; } }
  @media (max-width: 991px) {
    #home {
      display: block;
      margin-left: 0;
      margin-top: 88px; } }
  @media (max-width: 550px) {
    #home {
      margin-top: 66px; } }

#cta.wrapper {
  background-color: #ffffff;
  padding: 30px; }

#cta .cta {
  border-top: 1px solid #e0dbd4;
  border-bottom: 1px solid #e0dbd4;
  margin: 0; }
  #cta .cta a {
    display: block;
    text-align: center;
    padding: 30px 30px 10px;
    transition: all 0.3s ease; }
    @media (max-width: 320px) {
      #cta .cta a {
        padding: 30px 0 10px; } }
    #cta .cta a:hover {
      transform: scale(1.1); }
    #cta .cta a img {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: -18px; }
      @media (max-width: 1024px) {
        #cta .cta a img {
          height: 40px;
          width: auto;
          top: -12px; } }
    #cta .cta a div {
      display: inline-block;
      color: #570861;
      text-transform: uppercase;
      font-size: 28px;
      line-height: 1;
      text-align: left; }
      @media (max-width: 1024px) {
        #cta .cta a div {
          font-size: 20px; } }
      #cta .cta a div span {
        font-weight: 700; }
  #cta .cta .col-sm-6:first-of-type {
    border-right: 1px solid #e0dbd4; }
    @media (max-width: 736px) {
      #cta .cta .col-sm-6:first-of-type {
        border-bottom: 1px solid #e0dbd4;
        border-right: 0; } }

#video.wrapper {
  background-color: #ffffff; }

#video .video-wrapper {
  position: relative;
  padding-bottom: 54.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  @media (max-width: 1024px) {
    #video .video-wrapper {
      padding-bottom: 53.25%; } }
  @media (max-width: 414px) {
    #video .video-wrapper {
      padding-bottom: 52.25%; } }
  @media (max-width: 375px) {
    #video .video-wrapper {
      padding-bottom: 51.25%; } }
  #video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#video .player .controls .play-bar {
  width: calc(100% - 60px);
  flex: inherit; }

#video .caption-wrapper {
  background-color: #e0dbd4;
  padding: 50px 30px;
  position: relative;
  text-align: center; }
  @media (max-width: 736px) {
    #video .caption-wrapper {
      padding: 30px; } }
  #video .caption-wrapper h3 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2px; }
    @media (max-width: 1024px) {
      #video .caption-wrapper h3 {
        font-size: 28px; } }
  #video .caption-wrapper p {
    font-size: 26px;
    line-height: 1.7; }
    @media (max-width: 1024px) {
      #video .caption-wrapper p {
        font-size: 20px; } }
    #video .caption-wrapper p strong {
      display: block; }
      @media (max-width: 414px) {
        #video .caption-wrapper p strong {
          display: inline;
          margin-right: 5px; } }
  #video .caption-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid #e0dbd4;
    border-left: 30px solid transparent;
    position: absolute;
    right: 0;
    top: -30px; }

#news-section .row {
  margin: 0; }

#news-section .news-feed {
  background-color: #f4efe7;
  padding: 30px; }
  #news-section .news-feed h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
    color: #570861;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      #news-section .news-feed h2 {
        font-size: 28px; } }
    #news-section .news-feed h2 span {
      font-weight: 700; }
  #news-section .news-feed ul {
    list-style-type: none;
    padding-left: 0; }
    #news-section .news-feed ul li {
      margin-bottom: 30px; }
      #news-section .news-feed ul li:last-child {
        margin-bottom: 0; }
      #news-section .news-feed ul li a {
        display: block;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #4f5858;
        transition: all 0.3s ease;
        line-height: 1.1; }
        @media (max-width: 1024px) {
          #news-section .news-feed ul li a {
            font-size: 16px; } }
        #news-section .news-feed ul li a:hover {
          color: #570861; }
      #news-section .news-feed ul li .date {
        color: #b5a999; }
  #news-section .news-feed a.more {
    color: #570861;
    font-size: 40px;
    display: block;
    text-align: right;
    transition: all 0.3s ease; }
    #news-section .news-feed a.more:hover {
      margin-right: -5px; }

#news-section .featured-article {
  padding: 0;
  background-size: cover;
  background-position: center; }
  #news-section .featured-article .featured-content {
    padding: 30px;
    background-color: rgba(87, 8, 97, 0.8);
    width: 100%;
    position: relative; }
    #news-section .featured-article .featured-content:before {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 50px solid rgba(87, 8, 97, 0.8);
      border-left: 50px solid transparent;
      position: absolute;
      right: 0;
      top: -50px; }
      @media (max-width: 736px) {
        #news-section .featured-article .featured-content:before {
          display: none; } }
    #news-section .featured-article .featured-content h2 {
      font-size: 36px;
      text-transform: uppercase;
      margin-top: 0;
      color: #ffffff;
      margin-bottom: 30px;
      line-height: 1;
      letter-spacing: 1px; }
      @media (max-width: 1024px) {
        #news-section .featured-article .featured-content h2 {
          font-size: 28px;
          margin-bottom: 15px; } }
      #news-section .featured-article .featured-content h2 span {
        font-weight: 700; }
    #news-section .featured-article .featured-content p {
      color: #ffffff; }
      @media (max-width: 1024px) {
        #news-section .featured-article .featured-content p {
          margin-bottom: 0; } }
    #news-section .featured-article .featured-content a.more {
      color: #ffffff;
      font-size: 40px;
      display: block;
      text-align: right;
      transition: all 0.3s ease; }
      #news-section .featured-article .featured-content a.more:hover {
        margin-right: -5px; }

#signup.wrapper {
  background-color: #ffffff;
  padding: 50px 30px; }
  @media (max-width: 736px) {
    #signup.wrapper {
      padding: 30px; } }

#signup h3 {
  font-size: 20px;
  color: #909c9c;
  text-transform: uppercase;
  float: right;
  margin-top: 2px; }
  @media (max-width: 1345px) {
    #signup h3 {
      font-size: 17px;
      margin-top: 13px; } }
  @media (max-width: 1198px) {
    #signup h3 {
      font-size: 20px;
      float: none;
      text-align: center; } }
  @media (max-width: 371px) {
    #signup h3 {
      font-size: 16px; } }
  #signup h3 span {
    display: block;
    font-weight: 700; }

#signup form {
  margin-top: 0; }
  @media (max-width: 1280px) {
    #signup form {
      margin-top: 8px; } }

#signup .form-control {
  border: 1px solid #909c9c;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 51px;
  width: calc(75% - 144px);
  font-size: 20px;
  padding-left: 20px;
  font-weight: 300;
  display: inline-block; }
  @media (max-width: 1600px) {
    #signup .form-control {
      width: calc(100% - 144px); } }
  @media (max-width: 375px) {
    #signup .form-control {
      width: 100%;
      border-top-right-radius: 25px;
      border-bottom-left-radius: 0;
      padding-right: 20px;
      text-align: center; } }
  #signup .form-control:focus {
    outline: none;
    box-shadow: none; }

#signup button {
  display: inline-block;
  background-color: #909c9c;
  border: none;
  height: 51px;
  font-size: 20px;
  margin-left: -5px;
  font-weight: 300;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: all 0.3s ease; }
  @media (max-width: 375px) {
    #signup button {
      width: 100%;
      margin-left: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 25px; } }
  #signup button:hover {
    background-color: #570861; }

#resources.wrapper {
  background-color: #f4efe7;
  padding: 30px; }

#resources .section-title {
  display: block;
  text-align: center;
  margin-bottom: 30px; }
  #resources .section-title img {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -18px; }
  #resources .section-title div {
    display: inline-block;
    color: #4f5858;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    text-align: left; }
    #resources .section-title div span {
      font-weight: 700; }

#resources ul {
  list-style-type: none;
  padding-left: 0;
  height: 100%;
  width: 100%;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */ }
  #resources ul:after {
    content: '';
    display: block;
    clear: both; }
  #resources ul li {
    display: block;
    float: left;
    height: 100%;
    vertical-align: top;
    padding-left: 0;
    margin-bottom: 50px; }
    @media (max-width: 1864px) {
      #resources ul li {
        width: 33.3333%; } }
    @media (max-width: 1214px) {
      #resources ul li {
        width: 50%; } }
    @media (max-width: 600px) {
      #resources ul li {
        width: 100%; } }
    @media (max-width: 1864px) {
      #resources ul li:nth-child(4) {
        width: 50%; } }
    @media (max-width: 600px) {
      #resources ul li:nth-child(4) {
        width: 100%; } }
    @media (max-width: 1864px) {
      #resources ul li:nth-child(5) {
        width: 50%; } }
    @media (max-width: 600px) {
      #resources ul li:nth-child(5) {
        width: 100%; } }
    #resources ul li:before {
      display: none; }
    #resources ul li a.resource {
      display: block;
      text-transform: uppercase;
      text-align: center;
      color: #4f5858;
      font-size: 20px;
      font-weight: 700;
      border: 1px solid #909c9c;
      margin: 0 15px;
      padding: 20px 20px 50px;
      position: relative;
      transition: all 0.3s ease;
      box-shadow: inset 0 0 0 0 #909c9c;
      height: 100%; }
      #resources ul li a.resource:after {
        content: '\f063';
        font-family: 'FontAwesome';
        height: 46px;
        width: 66px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 46px;
        background-color: #f4efe7;
        z-index: 6;
        color: #570861;
        transition: all 0.3s ease; }
      #resources ul li a.resource:hover {
        box-shadow: inset 0 0 0 4px #909c9c; }
        #resources ul li a.resource:hover:after {
          bottom: -20px; }
  #resources ul li:first-child:nth-last-child(1) {
    width: 100%; }
  #resources ul li:first-child:nth-last-child(2),
  #resources ul li:first-child:nth-last-child(2) ~ li {
    width: 50%; }
    @media (max-width: 900px) {
      #resources ul li:first-child:nth-last-child(2),
      #resources ul li:first-child:nth-last-child(2) ~ li {
        width: 100%; } }
  #resources ul li:first-child:nth-last-child(3),
  #resources ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%; }
    @media (max-width: 1200px) {
      #resources ul li:first-child:nth-last-child(3),
      #resources ul li:first-child:nth-last-child(3) ~ li {
        width: 100%; } }
  #resources ul li:first-child:nth-last-child(4),
  #resources ul li:first-child:nth-last-child(4) ~ li {
    width: 25%; }
    @media (max-width: 1388px) {
      #resources ul li:first-child:nth-last-child(4),
      #resources ul li:first-child:nth-last-child(4) ~ li {
        width: 50%;
        float: left; } }
    @media (max-width: 767px) {
      #resources ul li:first-child:nth-last-child(4),
      #resources ul li:first-child:nth-last-child(4) ~ li {
        width: 100%; } }
  #resources ul li:first-child:nth-last-child(5),
  #resources ul li:first-child:nth-last-child(5) ~ li {
    width: 20%; }
    @media (max-width: 1790px) {
      #resources ul li:first-child:nth-last-child(5),
      #resources ul li:first-child:nth-last-child(5) ~ li {
        width: 33.3333%;
        float: left; } }
    @media (max-width: 1188px) {
      #resources ul li:first-child:nth-last-child(5),
      #resources ul li:first-child:nth-last-child(5) ~ li {
        width: 50%; } }
    @media (max-width: 767px) {
      #resources ul li:first-child:nth-last-child(5),
      #resources ul li:first-child:nth-last-child(5) ~ li {
        width: 100%; } }

#news,
#interior {
  margin-left: 300px;
  padding-top: 0px;
  display: table-cell;
  vertical-align: top; }
  @media (min-height: 1237px) {
    #news,
    #interior {
      display: block;
      margin-top: 130px; } }
  @media (max-width: 991px) {
    #news,
    #interior {
      display: block;
      margin-left: 0;
      margin-top: 89px; } }
  @media (max-width: 550px) {
    #news,
    #interior {
      margin-top: 67px; } }
  #news .page-content,
  #interior .page-content {
    padding: 0;
    position: relative; }
  #news figure.featured,
  #interior figure.featured {
    margin: 0;
    width: 100%;
    background-color: #e0dbd4; }
    #news figure.featured .img-mask,
    #interior figure.featured .img-mask {
      height: 415px;
      position: relative;
      background-color: #e0dbd4;
      background-size: cover;
      background-position: center; }
      @media (min-width: 1720px) {
        #news figure.featured .img-mask,
        #interior figure.featured .img-mask {
          height: 670px; } }
      @media (max-width: 550px) {
        #news figure.featured .img-mask,
        #interior figure.featured .img-mask {
          height: 300px; } }
  #news .alt-header .title-wrapper,
  #interior .alt-header .title-wrapper {
    background-color: #4f5858; }
    #news .alt-header .title-wrapper:after,
    #interior .alt-header .title-wrapper:after {
      border-top: 30px solid #4f5858; }
    #news .alt-header .title-wrapper h1,
    #interior .alt-header .title-wrapper h1 {
      margin-right: 158px; }
  #news .title-wrapper,
  #interior .title-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #4f5858;
    padding: 30px 50px;
    position: relative;
    left: 0; }
    @media (max-width: 475px) {
      #news .title-wrapper,
      #interior .title-wrapper {
        padding: 30px; } }
    #news .title-wrapper:after,
    #interior .title-wrapper:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid #4f5858;
      border-right: 30px solid transparent;
      position: absolute;
      left: 0;
      bottom: -30px;
      transition: all 0.3s ease; }
    #news .title-wrapper h1,
    #interior .title-wrapper h1 {
      margin-top: 0;
      color: #ffffff;
      font-size: 50px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 0;
      line-height: normal; }
      @media (max-width: 660px) {
        #news .title-wrapper h1,
        #interior .title-wrapper h1 {
          font-size: 36px; } }
      @media (max-width: 475px) {
        #news .title-wrapper h1,
        #interior .title-wrapper h1 {
          font-size: 26px; } }
    #news .title-wrapper .byline,
    #interior .title-wrapper .byline {
      color: #B2B2B2;
      font-weight: 300;
      margin-top: 14px; }
      #news .title-wrapper .byline .date,
      #interior .title-wrapper .byline .date {
        display: inline-block;
        padding-right: 15px;
        margin-right: 10px;
        border-right: 1px solid #B2B2B2;
        line-height: normal; }
        @media (max-width: 475px) {
          #news .title-wrapper .byline .date,
          #interior .title-wrapper .byline .date {
            border: none; } }
      #news .title-wrapper .byline .author,
      #interior .title-wrapper .byline .author {
        display: inline-block;
        padding-right: 15px;
        margin-right: 10px;
        border-right: 1px solid #B2B2B2;
        line-height: normal; }
        @media (max-width: 740px) {
          #news .title-wrapper .byline .author,
          #interior .title-wrapper .byline .author {
            display: none; } }
      #news .title-wrapper .byline .category,
      #interior .title-wrapper .byline .category {
        display: inline-block;
        color: #B2B2B2;
        transition: all 0.3s ease;
        line-height: normal; }
        @media (max-width: 475px) {
          #news .title-wrapper .byline .category,
          #interior .title-wrapper .byline .category {
            display: none; } }
        #news .title-wrapper .byline .category:hover,
        #interior .title-wrapper .byline .category:hover {
          color: #ffffff;
          text-decoration: none;
          border: none;
          padding: 0; }
  #news .row,
  #interior .row {
    margin: 0; }
  #news .row + .row .col-sm-12,
  #interior .row + .row .col-sm-12 {
    position: relative; }
  #news .content,
  #interior .content {
    padding: 30px 50px 50px; }
    @media (max-width: 475px) {
      #news .content,
      #interior .content {
        padding: 30px 30px 50px; } }
  #news h1,
  #interior h1 {
    color: #570861;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
    margin-top: 30px; }
    @media (max-width: 475px) {
      #news h1,
      #interior h1 {
        font-size: 24px; } }
  #news h2,
  #interior h2 {
    color: #810c90;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    margin-top: 30px; }
    @media (max-width: 475px) {
      #news h2,
      #interior h2 {
        font-size: 22px; } }
  #news h3,
  #interior h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 30px; }
    @media (max-width: 475px) {
      #news h3,
      #interior h3 {
        font-size: 20px; } }
  #news h4,
  #interior h4 {
    font-size: 22px;
    margin-top: 30px; }
    @media (max-width: 475px) {
      #news h4,
      #interior h4 {
        font-size: 20px; } }
  #news h5,
  #interior h5 {
    font-size: 18px;
    margin-top: 30px; }
  #news h6,
  #interior h6 {
    font-size: 16px;
    margin-top: 30px;
    color: #570861; }
  #news ul,
  #interior ul {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    list-style-type: none;
    padding-left: 0;
    clear: both; }
    #news ul li,
    #interior ul li {
      display: block;
      padding-left: 20px;
      position: relative;
      margin-bottom: 5px; }
      #news ul li:before,
      #interior ul li:before {
        content: '';
        background-image: url("/images/icon-list-arrow.png");
        background-size: contain;
        width: 13px;
        height: 13px;
        position: absolute;
        left: 0;
        top: 4px; }
      #news ul li ul,
      #interior ul li ul {
        margin-top: 5px;
        margin-bottom: 5px; }
        #news ul li ul li,
        #interior ul li ul li {
          padding-left: 15px; }
          #news ul li ul li:before,
          #interior ul li ul li:before {
            background-image: url("/images/icon-list-dot.png");
            width: 8px;
            height: 8px;
            top: 7px; }
          #news ul li ul li ul li:before,
          #interior ul li ul li ul li:before {
            background-image: url("/images/icon-list-circle.png");
            width: 8px;
            height: 8px;
            top: 7px; }
  #news a,
  #interior a {
    color: #810c90;
    transition: all 0.3s ease; }
    #news a:hover,
    #interior a:hover {
      border-bottom: 1px solid #810c90; }
  #news ol,
  #interior ol {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    clear: both;
    padding-left: 20px; }
    #news ol li,
    #interior ol li {
      margin-bottom: 5px; }
      #news ol li ol,
      #interior ol li ol {
        margin-top: 5px;
        margin-bottom: 5px;
        list-style: upper-alpha;
        font-weight: 300;
        font-size: 15px; }
        #news ol li ol ol,
        #interior ol li ol ol {
          margin-top: 5px;
          margin-bottom: 5px;
          list-style: lower-alpha; }
  #news .news-index,
  #interior .news-index {
    padding: 50px 35px 50px; }
    @media (max-width: 500px) {
      #news .news-index,
      #interior .news-index {
        padding: 30px 20px 30px; } }
    @media (max-width: 1560px) and (min-width: 1110px) {
      #news .news-index .col-lg-4,
      #interior .news-index .col-lg-4 {
        width: 50%; } }
    #news .news-index .title,
    #interior .news-index .title {
      color: #4f5858;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 46px;
      margin-bottom: 30px;
      border-bottom: 1px solid #e0dbd4;
      width: 100%; }
      #news .news-index .title h1,
      #interior .news-index .title h1 {
        display: inline-block;
        float: left;
        margin-bottom: 10px;
        margin-top: 0;
        color: #4f5858; }
        @media (max-width: 570px) {
          #news .news-index .title h1,
          #interior .news-index .title h1 {
            display: block;
            float: none;
            text-align: center; } }
      #news .news-index .title:after,
      #interior .news-index .title:after {
        content: '';
        display: block;
        clear: both; }
  #news .cat-dropdown,
  #interior .cat-dropdown {
    float: right; }
    @media (max-width: 572px) {
      #news .cat-dropdown,
      #interior .cat-dropdown {
        float: none;
        margin: 10px auto 0;
        position: relative;
        z-index: 20; } }
    #news .cat-dropdown button,
    #interior .cat-dropdown button {
      background: none;
      border: 1px solid #e0dbd4;
      color: #ffffff;
      font-size: 16px;
      margin-top: -48px; }
      #news .cat-dropdown button:focus,
      #interior .cat-dropdown button:focus {
        border: 1px solid #abb4b4; }
      @media (max-width: 660px) {
        #news .cat-dropdown button,
        #interior .cat-dropdown button {
          margin-top: -38px; } }
      @media (max-width: 572px) {
        #news .cat-dropdown button,
        #interior .cat-dropdown button {
          margin-top: 0; } }
    #news .cat-dropdown .fa,
    #interior .cat-dropdown .fa {
      margin-left: 10px; }
    #news .cat-dropdown .dropdown-menu,
    #interior .cat-dropdown .dropdown-menu {
      margin: -13px 0 0;
      padding: 0;
      border-radius: 0; }
      @media (max-width: 572px) {
        #news .cat-dropdown .dropdown-menu,
        #interior .cat-dropdown .dropdown-menu {
          margin: 0; } }
      #news .cat-dropdown .dropdown-menu li,
      #interior .cat-dropdown .dropdown-menu li {
        padding-left: 0;
        margin: 0; }
        #news .cat-dropdown .dropdown-menu li a,
        #interior .cat-dropdown .dropdown-menu li a {
          padding: 10px;
          border-bottom: 1px solid #e0dbd4;
          color: #4f5858;
          font-size: 16px;
          text-transform: none; }
        #news .cat-dropdown .dropdown-menu li:before,
        #interior .cat-dropdown .dropdown-menu li:before {
          display: none; }
  #news .article,
  #interior .article {
    background-color: #570861;
    position: relative;
    margin-bottom: 30px;
    display: block;
    height: 300px;
    overflow: hidden; }
    @media (max-width: 735px) {
      #news .article,
      #interior .article {
        height: auto; } }
    #news .article .featured-img,
    #interior .article .featured-img {
      height: 100%;
      background-size: cover;
      background-position: center;
      width: 550px;
      min-height: 300px;
      float: left;
      display: inline-block;
      float: left; }
      @media (max-width: 1495px) {
        #news .article .featured-img,
        #interior .article .featured-img {
          width: 400px; } }
      @media (max-width: 1200px) {
        #news .article .featured-img,
        #interior .article .featured-img {
          width: 300px; } }
      @media (max-width: 735px) {
        #news .article .featured-img,
        #interior .article .featured-img {
          width: 100%;
          height: 400px;
          min-height: auto; } }
      @media (max-width: 500px) {
        #news .article .featured-img,
        #interior .article .featured-img {
          height: 250px; } }
    #news .article a,
    #interior .article a {
      transition: all 0.3s ease; }
      #news .article a .title-wrapper,
      #interior .article a .title-wrapper {
        display: inline-block;
        background-color: #f4efe7;
        margin: 0 auto;
        margin-left: 0;
        padding: 30px 30px 50px;
        transition: all 0.3s ease;
        height: 100%;
        width: calc(100% - 550px);
        float: left; }
        @media (max-width: 1495px) {
          #news .article a .title-wrapper,
          #interior .article a .title-wrapper {
            width: calc(100% - 400px); } }
        @media (max-width: 1200px) {
          #news .article a .title-wrapper,
          #interior .article a .title-wrapper {
            width: calc(100% - 300px); } }
        @media (max-width: 735px) {
          #news .article a .title-wrapper,
          #interior .article a .title-wrapper {
            width: 100%; } }
        #news .article a .title-wrapper.no-img,
        #interior .article a .title-wrapper.no-img {
          width: 100% !important; }
        #news .article a .title-wrapper h1,
        #interior .article a .title-wrapper h1 {
          font-size: 22px;
          transition: all 0.3s ease;
          max-height: 252px;
          overflow: hidden;
          letter-spacing: 0px;
          -webkit-font-smoothing: antialiased;
          color: #4f5858; }
          @media (max-width: 1303px) {
            #news .article a .title-wrapper h1,
            #interior .article a .title-wrapper h1 {
              font-size: 20px; } }
          @media (max-width: 1146px) {
            #news .article a .title-wrapper h1,
            #interior .article a .title-wrapper h1 {
              max-height: 72px; } }
          @media (max-width: 1035px) {
            #news .article a .title-wrapper h1,
            #interior .article a .title-wrapper h1 {
              font-size: 18px;
              max-height: 65px; } }
          @media (max-width: 735px) {
            #news .article a .title-wrapper h1,
            #interior .article a .title-wrapper h1 {
              font-size: 24px; } }
          @media (max-width: 464px) {
            #news .article a .title-wrapper h1,
            #interior .article a .title-wrapper h1 {
              font-size: 18px;
              max-height: none; } }
        #news .article a .title-wrapper .category,
        #interior .article a .title-wrapper .category {
          color: #909c9c; }
        #news .article a .title-wrapper .byline,
        #interior .article a .title-wrapper .byline {
          color: #909c9c; }
        #news .article a .title-wrapper .date,
        #interior .article a .title-wrapper .date {
          border-color: #909c9c; }
        #news .article a .title-wrapper p,
        #interior .article a .title-wrapper p {
          margin-top: 12px;
          color: #4f5858;
          font-weight: 300;
          font-size: 14px; }
          @media (max-width: 1655px) {
            #news .article a .title-wrapper p,
            #interior .article a .title-wrapper p {
              max-height: 103px;
              overflow: hidden; } }
          @media (max-width: 1303px) {
            #news .article a .title-wrapper p,
            #interior .article a .title-wrapper p {
              font-size: 14px; } }
          @media (max-width: 735px) {
            #news .article a .title-wrapper p,
            #interior .article a .title-wrapper p {
              max-height: none; } }
        #news .article a .title-wrapper:after,
        #interior .article a .title-wrapper:after {
          border-bottom: 50px solid #f4efe7;
          border-left: 50px solid transparent;
          left: -50px;
          bottom: 0;
          border-top: none;
          border-right: none;
          transition: all 0.3s ease; }
      #news .article a .read-more,
      #interior .article a .read-more {
        background-color: #420649;
        display: inline-block;
        padding: 127px 30px;
        height: 100%;
        width: 450px;
        transition: all 0.3s ease;
        margin-right: -550px;
        color: #ffffff;
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        position: relative; }
        @media (max-width: 1495px) {
          #news .article a .read-more,
          #interior .article a .read-more {
            margin-right: -350px;
            width: 250px;
            font-size: 20px; } }
        @media (max-width: 1200px) {
          #news .article a .read-more,
          #interior .article a .read-more {
            margin-right: -300px;
            width: 200px; } }
        @media (max-width: 735px) {
          #news .article a .read-more,
          #interior .article a .read-more {
            display: none; } }
        #news .article a .read-more .fa,
        #interior .article a .read-more .fa {
          margin-left: 20px; }
          @media (max-width: 1495px) {
            #news .article a .read-more .fa,
            #interior .article a .read-more .fa {
              margin-left: 12px; } }
        #news .article a .read-more:after,
        #interior .article a .read-more:after {
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          border-bottom: 50px solid #420649;
          border-left: 50px solid transparent;
          left: -50px;
          bottom: 0;
          border-top: none;
          border-right: none;
          transition: all 0.3s ease; }
      #news .article a:hover,
      #interior .article a:hover {
        border: none; }
        #news .article a:hover .title-wrapper,
        #interior .article a:hover .title-wrapper {
          margin-left: -450px;
          background-color: rgba(87, 8, 97, 0.8);
          color: #ffffff; }
          @media (max-width: 1495px) {
            #news .article a:hover .title-wrapper,
            #interior .article a:hover .title-wrapper {
              margin-left: -250px; } }
          @media (max-width: 1200px) {
            #news .article a:hover .title-wrapper,
            #interior .article a:hover .title-wrapper {
              margin-left: -200px; } }
          @media (max-width: 735px) {
            #news .article a:hover .title-wrapper,
            #interior .article a:hover .title-wrapper {
              margin-left: 0; } }
          #news .article a:hover .title-wrapper:after,
          #interior .article a:hover .title-wrapper:after {
            border-bottom: 50px solid rgba(87, 8, 97, 0.8); }
          #news .article a:hover .title-wrapper .category, #news .article a:hover .title-wrapper .byline, #news .article a:hover .title-wrapper .date, #news .article a:hover .title-wrapper p, #news .article a:hover .title-wrapper h1,
          #interior .article a:hover .title-wrapper .category,
          #interior .article a:hover .title-wrapper .byline,
          #interior .article a:hover .title-wrapper .date,
          #interior .article a:hover .title-wrapper p,
          #interior .article a:hover .title-wrapper h1 {
            color: #ffffff; }
          #news .article a:hover .title-wrapper.no-img,
          #interior .article a:hover .title-wrapper.no-img {
            padding-left: 480px; }
            @media (max-width: 1495px) {
              #news .article a:hover .title-wrapper.no-img,
              #interior .article a:hover .title-wrapper.no-img {
                padding-left: 280px; } }
            @media (max-width: 1200px) {
              #news .article a:hover .title-wrapper.no-img,
              #interior .article a:hover .title-wrapper.no-img {
                padding-left: 230px; } }
            @media (max-width: 735px) {
              #news .article a:hover .title-wrapper.no-img,
              #interior .article a:hover .title-wrapper.no-img {
                padding-left: 30px; } }
        #news .article a:hover .read-more,
        #interior .article a:hover .read-more {
          margin-right: 0px; }
  #news .archive,
  #interior .archive {
    padding: 50px 35px 50px; }
    #news .archive .year,
    #interior .archive .year {
      font-size: 28px;
      font-weight: 700;
      border-bottom: 2px solid #570861;
      display: inline-block;
      padding: 6px 20px;
      margin-left: -20px;
      margin-bottom: 20px;
      color: #570861;
      position: relative; }
      #news .archive .year:after,
      #interior .archive .year:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 10px solid #570861;
        border-left: 10px solid transparent;
        position: absolute;
        right: 0;
        bottom: 0; }
    #news .archive ul.list,
    #interior .archive ul.list {
      margin-bottom: 40px; }
      #news .archive ul.list li,
      #interior .archive ul.list li {
        padding-left: 0;
        border-bottom: 1px solid #e0dbd4;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        #news .archive ul.list li:last-child,
        #interior .archive ul.list li:last-child {
          border: none; }
        #news .archive ul.list li:before,
        #interior .archive ul.list li:before {
          display: none; }
        #news .archive ul.list li a.title,
        #interior .archive ul.list li a.title {
          font-size: 20px;
          display: block;
          margin-bottom: 10px;
          font-weight: 700;
          color: #4f5858; }
          #news .archive ul.list li a.title:hover,
          #interior .archive ul.list li a.title:hover {
            border: none;
            color: #570861; }
        #news .archive ul.list li .date,
        #interior .archive ul.list li .date {
          font-size: 14px;
          color: #909c9c;
          font-weight: 300;
          display: block;
          margin-bottom: 8px; }
        #news .archive ul.list li a.cat,
        #interior .archive ul.list li a.cat {
          font-size: 12px;
          display: inline-block;
          background-color: #909c9c;
          color: #ffffff;
          border-radius: 40px;
          padding: 6px 10px;
          margin-right: 8px;
          font-weight: 300;
          transition: all 0.3s ease; }
          #news .archive ul.list li a.cat:hover,
          #interior .archive ul.list li a.cat:hover {
            background-color: #570861;
            border: none; }
  #news.generic,
  #interior.generic {
    margin: 150px 30px 30px;
    display: block !important; }
  #news .thanks-wrapper,
  #interior .thanks-wrapper {
    text-align: center;
    border: 1px solid #909c9c;
    margin: 50px 0;
    padding: 50px; }
    #news .thanks-wrapper h2,
    #interior .thanks-wrapper h2 {
      margin-top: 0;
      font-weight: 700;
      font-size: 34px; }

#related div.col-top {
  background-color: #f9f6f1; }
  #related div.col-top .wrapper .title {
    background-color: #e0dbd4; }
  #related div.col-top:nth-of-type(2) {
    background-color: #f4efe7; }
    #related div.col-top:nth-of-type(2) .wrapper .title {
      background-color: #d1cabf; }

#related #articles {
  /*background-color: lighten($lt-tan, 3%);*/ }
  @media (max-width: 1199px) {
    #related #articles .wrapper {
      padding-bottom: 1px; } }
  #related #articles .wrapper .title {
    /*background-color: $tan;*/
    display: block;
    color: #4f5858;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 30px;
    position: relative; }
    #related #articles .wrapper .title:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid #e0dbd4;
      border-left: 30px solid transparent;
      position: absolute;
      right: 0;
      bottom: -30px; }
  #related #articles .wrapper ul {
    display: block;
    margin: 40px 30px; }
    #related #articles .wrapper ul li {
      padding-left: 0;
      margin-bottom: 10px;
      border-bottom: 1px solid #e0dbd4; }
      #related #articles .wrapper ul li:before {
        display: none; }
      #related #articles .wrapper ul li:last-child {
        border: none; }
  #related #articles .wrapper a {
    display: block;
    font-size: 20px;
    overflow: hidden;
    width: 100%;
    padding-right: 30px;
    transition: all 0.3s ease;
    color: #4f5858;
    padding-bottom: 10px;
    line-height: normal; }
    #related #articles .wrapper a:hover {
      padding-left: 30px;
      padding-right: 0;
      border: none;
      color: #570861; }
      #related #articles .wrapper a:hover:before {
        left: 0;
        opacity: 1; }
      #related #articles .wrapper a:hover .date {
        color: #570861; }
    #related #articles .wrapper a:before {
      content: '';
      background-image: url("/images/icon-rel-article.png");
      background-size: contain;
      width: 20px;
      height: 20px;
      position: absolute;
      left: -25px;
      top: 4px;
      opacity: 0;
      transition: all 0.3s ease; }
  #related #articles .wrapper .date {
    display: block;
    font-size: 14px;
    color: #ab9d8a;
    font-weight: 300; }

#related #files {
  /*background-color: $lt-tan;*/ }
  @media (max-width: 1199px) {
    #related #files .wrapper {
      padding-bottom: 1px; } }
  #related #files .wrapper .title {
    /*background-color: darken($tan, 7%);*/
    display: block;
    color: #4f5858;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 30px;
    position: relative; }
    #related #files .wrapper .title:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid #d1cabf;
      border-left: 30px solid transparent;
      position: absolute;
      right: 0;
      bottom: -30px; }
  #related #files .wrapper ul {
    display: block;
    margin: 40px 30px; }
    #related #files .wrapper ul li {
      padding-left: 0;
      margin-bottom: 10px;
      border-bottom: 1px solid #e0dbd4; }
      #related #files .wrapper ul li:before {
        display: none; }
      #related #files .wrapper ul li:last-child {
        border: none; }
  #related #files .wrapper a {
    display: block;
    font-size: 20px;
    overflow: hidden;
    width: 100%;
    padding-right: 30px;
    transition: all 0.3s ease;
    color: #4f5858;
    padding-bottom: 10px;
    line-height: normal; }
    #related #files .wrapper a:hover {
      padding-left: 30px;
      padding-right: 0;
      border: none;
      color: #570861; }
      #related #files .wrapper a:hover:before {
        left: 0;
        opacity: 1; }
    #related #files .wrapper a:before {
      content: '';
      background-image: url("/images/icon-rel-file.png");
      background-size: contain;
      width: 20px;
      height: 20px;
      position: absolute;
      left: -25px;
      top: 4px;
      opacity: 0;
      transition: all 0.3s ease; }

#related #links {
  /*background-color: lighten($lt-tan, 3%);*/ }
  @media (max-width: 1199px) {
    #related #links .wrapper {
      padding-bottom: 1px; } }
  #related #links .wrapper .title {
    /*background-color: $tan;*/
    display: block;
    color: #4f5858;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 30px;
    position: relative; }
    #related #links .wrapper .title:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid #e0dbd4;
      border-left: 30px solid transparent;
      position: absolute;
      right: 0;
      bottom: -30px; }
  #related #links .wrapper ul {
    display: block;
    margin: 40px 30px; }
    #related #links .wrapper ul li {
      padding-left: 0;
      margin-bottom: 10px;
      border-bottom: 1px solid #e0dbd4; }
      #related #links .wrapper ul li:before {
        display: none; }
      #related #links .wrapper ul li:last-child {
        border: none; }
  #related #links .wrapper a {
    display: block;
    font-size: 20px;
    overflow: hidden;
    width: 100%;
    padding-right: 30px;
    transition: all 0.3s ease;
    color: #4f5858;
    padding-bottom: 10px;
    line-height: normal; }
    #related #links .wrapper a:hover {
      padding-left: 30px;
      padding-right: 0;
      border: none;
      color: #570861; }
      #related #links .wrapper a:hover:before {
        left: 0;
        opacity: 1; }
    #related #links .wrapper a:before {
      content: '';
      background-image: url("/images/icon-rel-link.png");
      background-size: contain;
      width: 18px;
      height: 20px;
      position: absolute;
      left: -23px;
      top: 4px;
      opacity: 0;
      transition: all 0.3s ease; }

#interior .search-wrapper {
  padding: 80px 30px;
  border: 1px solid #4f5858;
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 300;
  margin-bottom: 60px; }
  #interior .search-wrapper span {
    font-weight: 700;
    color: #810c90;
    font-size: 42px; }

#interior .search-results {
  margin-top: 40px; }
  #interior .search-results ul {
    list-style-type: none;
    padding-left: 0; }
    #interior .search-results ul li {
      padding-left: 0;
      border-bottom: 1px solid #e0dbd4;
      margin: 0; }
      #interior .search-results ul li:before {
        display: none; }
      #interior .search-results ul li:last-child {
        border-bottom: none; }
      #interior .search-results ul li a {
        color: #4f5858;
        transition: all 0.3s ease;
        padding: 20px 40px 20px 0;
        display: block; }
        #interior .search-results ul li a:hover {
          text-decoration: none;
          border: none;
          padding: 20px 0 20px 40px; }
          #interior .search-results ul li a:hover h3 {
            color: #810c90; }
          #interior .search-results ul li a:hover:before {
            content: '';
            background-image: url("/images/icon-list-arrow.png");
            background-size: contain;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 23px;
            opacity: 1; }
        #interior .search-results ul li a:before {
          content: '';
          background-image: url("/images/icon-list-arrow.png");
          background-size: contain;
          width: 20px;
          height: 20px;
          position: absolute;
          left: -20px;
          top: 23px;
          opacity: 0;
          transition: all 0.3s ease; }
        #interior .search-results ul li a h3 {
          margin-top: 0; }

/*# sourceMappingURL=mbp-styles.css.map */