@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input, textarea, button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
img, svg {
  display: block;
}

[href] {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

*:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
$heading_font: 'Harriet Display', 'Georgia', serif;
$heading_font: 'Utopia Std', 'Georgia', serif;
$heading_font: 'Lora', 'Georgia', serif;
$heading_font: 'Playfair Display', 'Georgia', serif;
*/
::-moz-selection {
  background: rgba(254, 197, 46, 0.5);
}
::selection {
  background: rgba(254, 197, 46, 0.5);
}

@media (max-width: 790px) {
  .desktop_only {
    display: none !important;
  }
}

@media (min-width: 791px) {
  .mobile_only {
    display: none !important;
  }
}

@media (min-width: 791px) {
  body .body_inner {
    padding-top: 249px;
  }
}
@media (min-width: 791px) and (min-width: 1301px) {
  body .body_inner {
    padding-top: 214px;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  body .body_inner {
    padding-top: 209px;
  }
}
@media (min-width: 791px) and (min-width: 1121px) {
  body .body_inner {
    padding-left: 164px;
  }
}
@media (max-width: 790px) {
  body .body_inner {
    padding-top: 90px;
  }
}
@media (max-width: 600px) {
  body .body_inner {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media (min-width: 791px) {
  body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: #552f82;
  }
}

.screen_reader_only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip_to_content:focus {
  position: fixed;
  z-index: 100;
  clip: auto;
  height: auto;
  width: auto;
  top: 10px;
  left: 10px;
  display: inline-block;
  color: #552f82 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
  /*
  		&:after {
  			content: '?';
  		}
  */
}
@media (max-width: 600px) {
  .skip_to_content:focus {
    letter-spacing: 0.05em;
  }
}
.skip_to_content:focus:hover, .skip_to_content:focus:focus {
  color: #552f82 !important;
  background: #fff;
}
.skip_to_content:focus:focus {
  box-shadow: 0 0 0 2px #552f82;
}

@media (max-width: 790px) {
  .header_background {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 60px;
    background: #fff;
  }
}
@media (max-width: 600px) {
  .header_background {
    z-index: 101;
    top: auto;
    bottom: 0;
    height: 60px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 0px -4px 20px rgba(0, 0, 0, 0.1);
  }
}

.top_nav {
  display: block;
  position: fixed;
  z-index: 12;
  top: 24px;
  width: auto;
  color: rgb(115.6, 116.6, 119);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 60px;
  letter-spacing: 0.1em;
  /*
  	.links_left {
  		display: inline-block;
  		position: relative;
  		margin: 0 -15px;

  		@include mobile() {
  			display: none;
  		}
  	}
  	.links_right {
  		float: right;
  		display: block;
  		margin: 0 0;

  		@include mobile(false) {
  			// margin-right: -20px;
  		}
  		@include mobile() {
  			float: none;
  			position: fixed;
  			z-index: 101;
  			top: 0;
  			right: 0;
  			text-align: right;
  			padding-right: 90px;

  			a:not(.map):not(.calendar):not(.search) {
  				display: none;
  			}
  		}
  		@include phone() {
  			top: auto;
  			bottom: 0;
  			left: 0;
  			letter-spacing: 0.05em;
  			// padding-right: 0;
  		}
  		@media ( max-width: 450px ) {
  			padding-right: 20%;
  		}
  	}
  */
}
.top_nav a, .top_nav .label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
  padding: 0 15px;
  overflow: hidden;
  box-sizing: border-box;
  transition: color 0.3s, width 0.3s;
  cursor: pointer;
}
@media (max-width: 790px) {
  .top_nav a, .top_nav .label {
    display: block;
    color: #fff;
    font-size: 14px;
  }
}
.top_nav a.map, .top_nav a.calendar, .top_nav a.search, .top_nav .label.map, .top_nav .label.calendar, .top_nav .label.search {
  padding: 0;
  font-size: 0;
  text-indent: -1000em;
  overflow: hidden;
  color: rgba(115.6, 116.6, 119, 0);
  width: 60px;
}
@media (max-width: 600px) {
  .top_nav a.map, .top_nav a.calendar, .top_nav a.search, .top_nav .label.map, .top_nav .label.calendar, .top_nav .label.search {
    padding: 0;
    font-size: 0;
    text-indent: -1000em;
    overflow: hidden;
    color: rgba(115.6, 116.6, 119, 0);
    width: 90px;
  }
}
@media (max-width: 450px) {
  .top_nav a.map, .top_nav a.calendar, .top_nav a.search, .top_nav .label.map, .top_nav .label.calendar, .top_nav .label.search {
    width: 25%;
  }
}
@media (max-width: 790px) {
  .top_nav a.map:focus, .top_nav a.calendar:focus, .top_nav a.search:focus, .top_nav .label.map:focus, .top_nav .label.calendar:focus, .top_nav .label.search:focus {
    background-image: linear-gradient(#e7e7e9 0%, rgba(231, 231, 233, 0) 50%);
  }
}
@media (max-width: 600px) {
  .top_nav a.map:focus, .top_nav a.calendar:focus, .top_nav a.search:focus, .top_nav .label.map:focus, .top_nav .label.calendar:focus, .top_nav .label.search:focus {
    background-image: linear-gradient(rgba(231, 231, 233, 0) 50%, #e7e7e9 100%);
  }
}
.top_nav a.map:before, .top_nav a.calendar:before, .top_nav a.search:before, .top_nav .label.map:before, .top_nav .label.calendar:before, .top_nav .label.search:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -1px 3px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  transition: background 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 30px;
  margin: -10px 0 0 -10px;
}
@media (max-width: 790px) {
  .top_nav a.map:before, .top_nav a.calendar:before, .top_nav a.search:before, .top_nav .label.map:before, .top_nav .label.calendar:before, .top_nav .label.search:before {
    margin: -11px 0 0 -9px;
  }
}
@media (min-width: 791px) {
  .top_nav a.map:before, .top_nav .label.map:before {
    background-image: url("../../images/layout/map.png");
  }
}
@media (max-width: 790px) {
  .top_nav a.map:before, .top_nav .label.map:before {
    background-image: url("../../images/layout/mobile/map_gray_darker.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.map[data-active], .top_nav .label.map[data-active] {
    color: #552f82;
    font-weight: bold;
  }
}
.top_nav a.map[data-active]:before, .top_nav .label.map[data-active]:before {
  background-image: url("../../images/layout/map_purple.png");
}
@media (max-width: 790px) {
  .top_nav a.map[data-active]:before, .top_nav .label.map[data-active]:before {
    background-image: url("../../images/layout/mobile/map_purple.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.map:hover:before, .top_nav .label.map:hover:before {
    background-image: url("../../images/layout/map_purple.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.calendar:before, .top_nav .label.calendar:before {
    background-image: url("../../images/layout/calendar.png");
  }
}
@media (max-width: 790px) {
  .top_nav a.calendar:before, .top_nav .label.calendar:before {
    background-image: url("../../images/layout/mobile/calendar_gray_darker.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.calendar[data-active], .top_nav .label.calendar[data-active] {
    color: #552f82;
    font-weight: bold;
  }
}
.top_nav a.calendar[data-active]:before, .top_nav .label.calendar[data-active]:before {
  background-image: url("../../images/layout/calendar_purple.png");
}
@media (max-width: 790px) {
  .top_nav a.calendar[data-active]:before, .top_nav .label.calendar[data-active]:before {
    background-image: url("../../images/layout/mobile/calendar_purple.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.calendar:hover:before, .top_nav .label.calendar:hover:before {
    background-image: url("../../images/layout/calendar_purple.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.search:before, .top_nav .label.search:before {
    background-image: url("../../images/layout/search.png");
  }
}
@media (max-width: 790px) {
  .top_nav a.search:before, .top_nav .label.search:before {
    background-image: url("../../images/layout/mobile/search_gray_darker.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.search[data-active], .top_nav .label.search[data-active] {
    color: #552f82;
    font-weight: bold;
  }
}
.top_nav a.search[data-active]:before, .top_nav .label.search[data-active]:before {
  background-image: url("../../images/layout/search_purple.png");
}
@media (max-width: 790px) {
  .top_nav a.search[data-active]:before, .top_nav .label.search[data-active]:before {
    background-image: url("../../images/layout/mobile/search_purple.png");
  }
}
@media (min-width: 791px) {
  .top_nav a.search:hover:before, .top_nav .label.search:hover:before {
    background-image: url("../../images/layout/search_purple.png");
  }
}
.top_nav a.button, .top_nav .label.button {
  display: inline-block;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #552f82;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
  font-size: 11px;
  line-height: 22px;
  padding: 2px 10px 0 10px;
  margin: 18px 0 17px 0;
}
@media (max-width: 600px) {
  .top_nav a.button, .top_nav .label.button {
    letter-spacing: 0.05em;
  }
}
.top_nav a.button:hover, .top_nav a.button:focus, .top_nav .label.button:hover, .top_nav .label.button:focus {
  color: #fff !important;
  background: #949599;
}
.top_nav a.button:focus, .top_nav .label.button:focus {
  box-shadow: 0 0 0 2px #552f82;
}
@media (max-width: 790px) {
  .top_nav a[data-active], .top_nav .label[data-active] {
    background-image: linear-gradient(#552f82 0%, #552f82 5%, #e7e7e9 5%, rgba(231, 231, 233, 0) 50%);
  }
}
@media (max-width: 600px) {
  .top_nav a[data-active], .top_nav .label[data-active] {
    background-image: linear-gradient(rgba(231, 231, 233, 0) 50%, #e7e7e9 95%, #552f82 95%, #552f82 100%);
  }
}
@media (min-width: 791px) {
  .top_nav a:after, .top_nav .label:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background: rgba(148, 149, 153, 0.5);
  }
  .top_nav a:hover, .top_nav a:focus, .top_nav .label:hover, .top_nav .label:focus {
    color: #552f82;
  }
}
.top_nav .has_menu {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 101;
}
@media (max-width: 790px) {
  .top_nav .has_menu {
    display: block;
  }
}
.top_nav .has_menu .label {
  position: relative;
  display: block;
}
.top_nav .has_menu .label:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  bottom: 0;
  left: calc(50% - 10px);
  border: solid 10px transparent;
  border-bottom-color: #e7e7e9;
  transform-origin: 50% 100%;
  transform: scale(0);
  transition: transform 0.3s;
  pointer-events: none;
}
@media (max-width: 790px) {
  .top_nav .has_menu .label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 6px;
    height: 13px;
    margin-top: -6px;
    background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
    opacity: 1;
    transform: rotate(90deg);
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media (max-width: 600px) {
  .top_nav .has_menu .label:after {
    right: 30px;
  }
}
.top_nav .has_menu .menu {
  display: block;
  position: absolute;
  top: 100%;
  left: -15px;
  width: auto;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  transition: height 0.3s, box-shadow 0.3s;
}
@media (max-width: 790px) {
  .top_nav .has_menu .menu {
    position: relative;
    top: auto;
    left: 0;
  }
}
.top_nav .has_menu .menu .menu_inner {
  display: block;
}
@media (min-width: 791px) {
  .top_nav .has_menu .menu .menu_inner {
    background: #e7e7e9;
    padding: 15px 0;
  }
}
@media (max-width: 790px) {
  .top_nav .has_menu .menu .menu_inner {
    padding: 0 20px;
  }
}
.top_nav .has_menu .menu a {
  position: relative;
  display: block;
  color: #552f82;
  padding: 0 30px;
  line-height: 35px;
  transition: background 0.3s, transform 0.3s, color 0.3s;
  cursor: pointer;
}
@media (max-width: 790px) {
  .top_nav .has_menu .menu a {
    line-height: 40px;
    padding-left: 15px;
    color: #fff;
  }
}
.top_nav .has_menu .menu a:before {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: 1px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_purple.png") no-repeat 0 0/6px 13px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.top_nav .has_menu .menu a:after {
  content: none;
}
.top_nav .has_menu .menu a:hover {
  transform: translateX(5px);
}
.top_nav .has_menu .menu a:hover:before {
  opacity: 1;
  transform: translateX(10px);
}
@media (min-width: 791px) {
  .top_nav .has_menu:first-child .label:after {
    content: none;
  }
}
@media (min-width: 791px) {
  .top_nav .has_menu:hover .label, .top_nav .has_menu:focus-within .label {
    color: #434444;
  }
  .top_nav .has_menu:hover .label:before, .top_nav .has_menu:focus-within .label:before {
    transform: scale(1);
  }
  .top_nav .has_menu:hover .menu, .top_nav .has_menu:focus-within .menu {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 10px 40px rgba(0, 0, 0, 0.05);
  }
  .top_nav .has_menu:hover .menu.item_count_1, .top_nav .has_menu:focus-within .menu.item_count_1 {
    height: 65px;
  }
  .top_nav .has_menu:hover .menu.item_count_2, .top_nav .has_menu:focus-within .menu.item_count_2 {
    height: 100px;
  }
  .top_nav .has_menu:hover .menu.item_count_3, .top_nav .has_menu:focus-within .menu.item_count_3 {
    height: 135px;
  }
  .top_nav .has_menu:hover .menu.item_count_4, .top_nav .has_menu:focus-within .menu.item_count_4 {
    height: 170px;
  }
  .top_nav .has_menu:hover .menu.item_count_5, .top_nav .has_menu:focus-within .menu.item_count_5 {
    height: 205px;
  }
  .top_nav .has_menu:hover .menu.item_count_6, .top_nav .has_menu:focus-within .menu.item_count_6 {
    height: 240px;
  }
  .top_nav .has_menu:hover .menu.item_count_7, .top_nav .has_menu:focus-within .menu.item_count_7 {
    height: 275px;
  }
  .top_nav .has_menu:hover .menu.item_count_8, .top_nav .has_menu:focus-within .menu.item_count_8 {
    height: 310px;
  }
  .top_nav .has_menu:hover .menu.item_count_9, .top_nav .has_menu:focus-within .menu.item_count_9 {
    height: 345px;
  }
  .top_nav .has_menu:hover .menu.item_count_10, .top_nav .has_menu:focus-within .menu.item_count_10 {
    height: 380px;
  }
}
@media (max-width: 790px) {
  .top_nav .has_menu.open .label:after {
    transform: rotate(-90deg);
  }
  .top_nav .has_menu.open .menu.item_count_1 {
    height: 60px;
  }
  .top_nav .has_menu.open .menu.item_count_2 {
    height: 100px;
  }
  .top_nav .has_menu.open .menu.item_count_3 {
    height: 140px;
  }
  .top_nav .has_menu.open .menu.item_count_4 {
    height: 180px;
  }
  .top_nav .has_menu.open .menu.item_count_5 {
    height: 220px;
  }
  .top_nav .has_menu.open .menu.item_count_6 {
    height: 260px;
  }
  .top_nav .has_menu.open .menu.item_count_7 {
    height: 300px;
  }
  .top_nav .has_menu.open .menu.item_count_8 {
    height: 340px;
  }
  .top_nav .has_menu.open .menu.item_count_9 {
    height: 380px;
  }
  .top_nav .has_menu.open .menu.item_count_10 {
    height: 420px;
  }
}
@media (max-width: 790px) {
  .top_nav.top_right_nav .has_menu {
    display: none;
  }
}

.top_left_nav {
  left: 0;
  text-align: left;
  margin-left: -15px;
  transition: left 0.5s;
  padding-left: 75px;
}
@media (max-width: 1120px) {
  .top_left_nav {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  .top_left_nav {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .top_left_nav {
    padding-left: 30px;
  }
}
@media (min-width: 1121px) {
  .top_left_nav {
    left: 164px;
  }
}
@media (max-width: 790px) {
  .top_left_nav {
    position: relative;
    z-index: auto;
    top: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.top_right_nav {
  right: 0;
  text-align: right;
}
@media (min-width: 791px) {
  .top_right_nav {
    padding-right: 75px;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  .top_right_nav {
    padding-right: 50px;
  }
}
@media (min-width: 791px) and (max-width: 790px) {
  .top_right_nav {
    padding-right: 40px;
  }
}
@media (min-width: 791px) and (max-width: 600px) {
  .top_right_nav {
    padding-right: 30px;
  }
}
@media (max-width: 790px) {
  .top_right_nav {
    z-index: 101;
    top: 15px;
    text-align: right;
    padding-right: 80px;
  }
}
@media (max-width: 600px) {
  .top_right_nav {
    top: auto;
    bottom: 0;
    left: 0;
    padding-right: 90px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 450px) {
  .top_right_nav {
    padding-right: 20%;
  }
}
@media (max-width: 790px) {
  .top_right_nav a {
    display: inline-block;
  }
}
.top_right_nav a.map {
  display: none;
}
@media (min-width: 791px) {
  .top_right_nav a:first-child:after {
    content: none;
  }
}
@media (max-width: 920px) {
  .top_right_nav a:not(.map):not(.calendar):not(.search):not(.button) {
    display: none;
  }
  .top_right_nav a.map {
    display: inline-block;
  }
  .top_right_nav a:first-child + a:after {
    content: none;
  }
}

header {
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 160px;
  background: #fff;
  border-top: solid 24px #552f82;
  padding-top: 0;
  padding-left: 75px;
  padding-right: 75px;
  transition: left 0.5s;
}
@media (max-width: 1120px) {
  header {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  header {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  header {
    padding-left: 30px;
  }
}
@media (max-width: 1120px) {
  header {
    padding-right: 50px;
  }
}
@media (max-width: 790px) {
  header {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  header {
    padding-right: 30px;
  }
}
@media (min-width: 1121px) {
  header {
    left: 164px;
  }
}
@media (min-width: 791px) {
  header {
    padding-bottom: 30px;
    border-bottom: #949599 1px solid;
  }
}
@media (min-width: 791px) and (max-width: 1300px) {
  header {
    padding-bottom: 65px;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  header {
    padding-bottom: 25px;
  }
}
@media (max-width: 790px) {
  header {
    z-index: 99;
    height: auto;
    border-top: 0;
    padding-left: 39px;
    padding-right: 70px;
    border-bottom: #949599 1px solid;
  }
  header:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 600px) {
  header {
    position: relative;
    z-index: auto;
    box-shadow: none;
    padding-left: 29px;
    padding-right: 29px;
  }
}
header .wordmark {
  display: block;
  position: relative;
  z-index: 100;
  width: 400px;
  height: 100px;
  overflow: hidden;
  font-size: 0;
  text-indent: -1000em;
  margin-top: 45px;
  background: url("../../images/layout/wordmark.png") no-repeat 0 50%/100% auto;
  cursor: pointer;
}
@media (max-width: 1120px) {
  header .wordmark {
    width: 250px;
    height: 60px;
    background-image: url("../../images/layout/wordmark.png");
    background-size: contain;
  }
}
@media (max-width: 790px) {
  header .wordmark {
    height: 50px;
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  header .wordmark {
    z-index: auto;
    width: auto;
    height: 60px;
    margin-right: 120px;
  }
}
header .mobile_apply_button {
  display: inline-block;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #552f82;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
  font-size: 11px;
  line-height: 22px;
  padding: 2px 10px 0 10px;
  margin: 18px 0 17px 0;
  display: none;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  margin: 0;
}
@media (max-width: 600px) {
  header .mobile_apply_button {
    letter-spacing: 0.05em;
  }
}
header .mobile_apply_button:hover, header .mobile_apply_button:focus {
  color: #fff !important;
  background: #949599;
}
header .mobile_apply_button:focus {
  box-shadow: 0 0 0 2px #552f82;
}
@media (max-width: 600px) {
  header .mobile_apply_button {
    display: block;
  }
}

.main_nav {
  position: fixed;
  left: 0;
  z-index: 11;
  padding: 0;
  transition: transform 0.3s, left 0.5s;
}
@media (min-width: 1121px) {
  .main_nav {
    left: 164px;
  }
}
@media (min-width: 791px) {
  .main_nav {
    padding-left: 75px;
    padding-right: 75px;
    right: 0;
    top: 105px;
    height: 0;
    text-align: right;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  .main_nav {
    padding-left: 50px;
  }
}
@media (min-width: 791px) and (max-width: 790px) {
  .main_nav {
    padding-left: 40px;
  }
}
@media (min-width: 791px) and (max-width: 600px) {
  .main_nav {
    padding-left: 30px;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  .main_nav {
    padding-right: 50px;
  }
}
@media (min-width: 791px) and (max-width: 790px) {
  .main_nav {
    padding-right: 40px;
  }
}
@media (min-width: 791px) and (max-width: 600px) {
  .main_nav {
    padding-right: 30px;
  }
}
@media (min-width: 791px) and (max-width: 1300px) {
  .main_nav {
    top: 189px;
    text-align: left;
    background-color: #fff;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  .main_nav {
    top: 149px;
  }
}
@media (max-width: 790px) {
  .main_nav {
    position: fixed;
    z-index: 100;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 100px;
    padding-bottom: 75px;
    transform: translateX(100%);
    background: #552f82;
  }
}
@media (max-width: 790px) and (max-width: 1120px) {
  .main_nav {
    padding-bottom: 50px;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .main_nav {
    padding-bottom: 40px;
  }
}
@media (max-width: 790px) and (max-width: 600px) {
  .main_nav {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main_nav {
    top: 0;
    padding-bottom: 90px;
  }
  .main_nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 75px;
    width: 62px;
    height: 60px;
    background: url("../../images/layout/logo_footer.png") no-repeat 0 50%/210px auto;
  }
}
@media (max-width: 600px) and (max-width: 1120px) {
  .main_nav:before {
    left: 50px;
  }
}
@media (max-width: 600px) and (max-width: 790px) {
  .main_nav:before {
    left: 40px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .main_nav:before {
    left: 30px;
  }
}
.main_nav .logo_item {
  display: block;
  width: 74px;
  height: 60px;
  overflow: hidden;
  font-size: 0;
  text-indent: -1000em;
  margin-left: 39px;
  margin-bottom: 15px;
  background: url("../../images/layout/logomark_white.png") no-repeat 0 0/74px 60px;
}
@media (min-width: 791px) {
  .main_nav .logo_item {
    display: none;
  }
}
@media (max-width: 600px) {
  .main_nav .logo_item {
    margin-left: 29px;
  }
}
.main_nav .items > .item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  color: #552f82;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 60px;
  transition: background 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
@media (max-width: 790px) {
  .main_nav .items > .item {
    display: block;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 3;
    border-top: solid 1px rgba(0, 0, 0, 0);
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    transition: border 0.3s;
  }
}
@media (max-width: 600px) {
  .main_nav .items > .item {
    letter-spacing: 0.025em;
  }
}
.main_nav .items > .item > a, .main_nav .items > .item > label {
  display: block;
  position: relative;
  padding: 0 20px;
  transition: color 0.3s, background 0.3s;
}
@media (max-width: 1580px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding: 0 15px;
  }
}
@media (max-width: 790px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 790px) and (max-width: 1120px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding-left: 50px;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding-left: 40px;
  }
}
@media (max-width: 790px) and (max-width: 600px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding-left: 30px;
  }
}
@media (max-width: 790px) and (max-width: 1120px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding-right: 50px;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding-right: 40px;
  }
}
@media (max-width: 790px) and (max-width: 600px) {
  .main_nav .items > .item > a, .main_nav .items > .item > label {
    padding-right: 30px;
  }
}
@media (min-width: 791px) {
  .main_nav .items > .item > a:after, .main_nav .items > .item > label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -49px;
    left: calc(50% - 10px);
    border: solid 10px transparent;
    border-bottom-color: #e7e7e9;
    transform-origin: 50% 100%;
    transform: scale(0);
    transition: transform 0.3s;
    pointer-events: none;
  }
}
@media (min-width: 791px) and (max-width: 1300px) {
  .main_nav .items > .item > a:after, .main_nav .items > .item > label:after {
    bottom: 0;
  }
}
@media (min-width: 791px) {
  .main_nav .items > .item > a[data-active], .main_nav .items > .item > label[data-active] {
    font-weight: bold;
  }
}
@media (max-width: 790px) {
  .main_nav .items > .item > a[data-active], .main_nav .items > .item > label[data-active] {
    font-style: italic;
  }
}
@media (min-width: 791px) {
  .main_nav .items > .item > label {
    display: none;
  }
}
@media (max-width: 790px) {
  .main_nav .items > .item > label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 6px;
    height: 13px;
    margin-top: -6px;
    background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
    opacity: 1;
    transform: rotate(90deg);
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media (max-width: 600px) {
  .main_nav .items > .item > label:after {
    right: 30px;
  }
}
@media (min-width: 791px) {
  .main_nav .items > .item:hover .menu, .main_nav .items > .item.focus .menu {
    display: block;
    opacity: 1;
    z-index: 2;
  }
}
@media (min-width: 791px) {
  .main_nav .items > .item:hover > a, .main_nav .items > .item.focus > a {
    color: #434444;
  }
}
.main_nav .items > .item:hover > a:after, .main_nav .items > .item.focus > a:after {
  transform: scale(1);
}
@media (min-width: 791px) {
  .main_nav .items > .item.first_child {
    margin-left: -20px;
  }
}
@media (min-width: 791px) and (max-width: 1580px) {
  .main_nav .items > .item.first_child {
    margin-left: -15px;
  }
}
@media (min-width: 791px) {
  .main_nav .items > .item.last_child {
    margin-right: -20px;
  }
}
@media (min-width: 791px) and (max-width: 1580px) {
  .main_nav .items > .item.last_child {
    margin-right: -15px;
  }
}
.main_nav .items > .item > .menu {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  right: 0;
  width: auto;
  height: 0;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  background: url("../../images/layout/trans.gif");
  transition: height 0.3s, opacity 0.3s, padding 0.3s;
}
@media (min-width: 791px) {
  .main_nav .items > .item > .menu {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu {
    position: relative;
    top: 0;
    height: 0;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 790px) and (max-width: 1120px) {
  .main_nav .items > .item > .menu {
    padding-left: 50px;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .main_nav .items > .item > .menu {
    padding-left: 40px;
  }
}
@media (max-width: 790px) and (max-width: 600px) {
  .main_nav .items > .item > .menu {
    padding-left: 30px;
  }
}
@media (max-width: 790px) and (max-width: 1120px) {
  .main_nav .items > .item > .menu {
    padding-right: 50px;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .main_nav .items > .item > .menu {
    padding-right: 40px;
  }
}
@media (max-width: 790px) and (max-width: 600px) {
  .main_nav .items > .item > .menu {
    padding-right: 30px;
  }
}
.main_nav .items > .item > .menu .menu_inner {
  display: block;
}
@media (min-width: 791px) {
  .main_nav .items > .item > .menu .menu_inner {
    padding: 50px 0;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  .main_nav .items > .item > .menu .menu_inner {
    padding-left: 50px;
  }
}
@media (min-width: 791px) and (max-width: 790px) {
  .main_nav .items > .item > .menu .menu_inner {
    padding-left: 40px;
  }
}
@media (min-width: 791px) and (max-width: 600px) {
  .main_nav .items > .item > .menu .menu_inner {
    padding-left: 30px;
  }
}
@media (min-width: 791px) and (max-width: 1120px) {
  .main_nav .items > .item > .menu .menu_inner {
    padding-right: 50px;
  }
}
@media (min-width: 791px) and (max-width: 790px) {
  .main_nav .items > .item > .menu .menu_inner {
    padding-right: 40px;
  }
}
@media (min-width: 791px) and (max-width: 600px) {
  .main_nav .items > .item > .menu .menu_inner {
    padding-right: 30px;
  }
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .menu_inner {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
  }
}
.main_nav .items > .item > .menu .menu_inner > * {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.main_nav .items > .item > .menu .title {
  width: 30%;
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 27px;
  letter-spacing: 0.05em;
  font-style: italic;
  line-height: 1.2;
  padding-right: 30px;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .title {
    display: none;
  }
}
.main_nav .items > .item > .menu .links {
  width: 45%;
  padding-right: 30px;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .main_nav .items > .item > .menu .links {
    width: 100%;
    padding-right: 0;
  }
}
.main_nav .items > .item > .menu .links a {
  display: block;
  position: relative;
  color: #552f82;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 7px 10px;
  transition: background 0.3s, transform 0.3s, color 0.3s;
  cursor: pointer;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links a {
    line-height: 2;
    padding-left: 30px;
    color: #fff;
  }
}
.main_nav .items > .item > .menu .links a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_purple.png") no-repeat 0 0/6px 13px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links a:before {
    background-image: url("../../images/layout/arrow_white.png");
    left: -4px;
    top: 15px;
  }
}
.main_nav .items > .item > .menu .links a.map:before {
  top: 8px;
  left: -27px;
  width: 16px;
  height: 18px;
  background: url("../../images/layout/map_purple.png") no-repeat 0 0/16px 18px;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links a.map:before {
    background-image: url("../../images/layout/map_white.png");
    left: -11px;
    top: 13px;
  }
}
.main_nav .items > .item > .menu .links a.search:before {
  top: 9px;
  left: -24px;
  width: 1.5rem !important;
  height: 30px !important;
  background: url("../../images/layout/search_purple.png") no-repeat 0 0/1.5rem 30px;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links a.search:before {
    background-image: url("../../images/layout/search_white.png");
    left: -8px;
    top: 14px;
  }
}
.main_nav .items > .item > .menu .links a.calendar:before {
  top: 9px;
  left: -27px;
  width: 16px;
  height: 16px;
  background: url("../../images/layout/calendar_purple.png") no-repeat 0 0/16px 16px;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links a.calendar:before {
    background-image: url("../../images/layout/calendar_white.png");
    left: -11px;
    top: 14px;
  }
}
.main_nav .items > .item > .menu .links a:hover, .main_nav .items > .item > .menu .links a:focus {
  transform: translateX(5px);
  box-shadow: none;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links a:hover, .main_nav .items > .item > .menu .links a:focus {
    color: #fff;
  }
}
.main_nav .items > .item > .menu .links a:hover:before, .main_nav .items > .item > .menu .links a:focus:before {
  opacity: 1;
  transform: translateX(10px);
}
.main_nav .items > .item > .menu .links a[data-active] {
  cursor: default;
}
.main_nav .items > .item > .menu .links a[data-active]:hover, .main_nav .items > .item > .menu .links a[data-active]:focus {
  transform: none;
}
.main_nav .items > .item > .menu .links a[data-active]:hover:before, .main_nav .items > .item > .menu .links a[data-active]:focus:before {
  opacity: 0;
  transform: none;
}
@media (min-width: 791px) {
  .main_nav .items > .item > .menu .links a[data-active] {
    font-weight: bold;
  }
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links a[data-active] {
    position: relative;
    font-weight: bold;
  }
  .main_nav .items > .item > .menu .links a[data-active]:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 3px;
    height: 100%;
    background: #fff;
  }
}
.main_nav .items > .item > .menu .links .line {
  display: block;
  width: 120px;
  height: 1px;
  margin: 14px 0 14px 10px;
  background: rgba(85, 47, 130, 0.2);
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .links .line {
    background: rgba(255, 255, 255, 0.2);
    margin-left: 30px;
  }
}
.main_nav .items > .item > .menu .info {
  width: 25%;
}
@media (max-width: 790px) {
  .main_nav .items > .item > .menu .info {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .main_nav .items > .item > .menu .info {
    display: none;
  }
}
.main_nav .items > .item > .menu .info .apply_button {
  display: inline-block;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #552f82;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
  margin-top: 35px;
}
@media (max-width: 600px) {
  .main_nav .items > .item > .menu .info .apply_button {
    letter-spacing: 0.05em;
  }
}
.main_nav .items > .item > .menu .info .apply_button:hover, .main_nav .items > .item > .menu .info .apply_button:focus {
  color: #552f82 !important;
  background: #fff;
}
.main_nav .items > .item > .menu .info .apply_button:focus {
  box-shadow: 0 0 0 2px #552f82;
}
.main_nav .items > .item > .menu .info .contact_info a {
  display: block;
  color: #552f82;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 5px 0;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
}
.main_nav .items > .item > .menu .info .contact_info a.heading {
  font-weight: bold;
  padding: 12px 10px;
}
.main_nav .items > .item > .menu .info .contact_info a.heading:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -17px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_purple.png") no-repeat 0 0/6px 13px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.main_nav .items > .item > .menu .info .contact_info a.heading:hover, .main_nav .items > .item > .menu .info .contact_info a.heading:focus {
  transform: translateX(5px);
}
.main_nav .items > .item > .menu .info .contact_info a.heading:hover:before, .main_nav .items > .item > .menu .info .contact_info a.heading:focus:before {
  opacity: 1;
  transform: translateX(10px);
}
.main_nav .items > .item > .menu .info .contact_info .heading {
  display: block;
  position: relative;
  color: #552f82;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 12px 10px;
  margin: 18px -10px 0 -10px;
}
.main_nav .items > .item > .menu .info .contact_info:first-child .heading {
  margin-top: -3px;
}
.main_nav .nav_menu_toggle {
  display: none;
  visibility: hidden;
}
@media (max-width: 790px) {
  .main_nav .nav_menu_toggle:checked + * + label:after {
    transform: rotate(270deg);
    opacity: 0.4;
  }
  .main_nav .nav_menu_toggle:checked + * + * + .menu {
    height: auto;
  }
}
.main_nav .items {
  display: inline-block;
}
@media (min-width: 791px) {
  .main_nav .items {
    white-space: nowrap;
  }
  .main_nav .items:hover .menu, .main_nav .items.focus .menu {
    height: 410px;
  }
  .main_nav .items:hover + .background, .main_nav .items.focus + .background {
    transform: scaleY(1);
  }
  .main_nav .items:hover + * + .background, .main_nav .items.focus + * + .background {
    transform: scaleY(1);
  }
  .main_nav .items:hover + * + * + .background, .main_nav .items.focus + * + * + .background {
    transform: scaleY(1);
  }
  .main_nav .items:hover + * + * + * + .background, .main_nav .items.focus + * + * + * + .background {
    transform: scaleY(1);
  }
  .main_nav .items:hover + * + * + * + * + .background, .main_nav .items.focus + * + * + * + * + .background {
    transform: scaleY(1);
  }
}
@media (max-width: 790px) {
  .main_nav .items {
    display: block;
  }
}
@media (min-width: 791px) {
  .main_nav .background {
    content: "";
    position: absolute;
    z-index: 0;
    top: 60px;
    left: 0;
    width: 100%;
    height: 400px;
    /*
    			background: url('../../images/layout/nav_background.png') repeat-x 0 0/100% 100%;
    			background: $gray_light; // rgba($gray_light,0.8) linear-gradient($gray_light 0%, rgba($gray_light,0) 100%);
    */
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform 0.3s;
    pointer-events: none;
  }
}
@media (min-width: 791px) and (min-width: 1301px) {
  .main_nav .background {
    top: 109px;
  }
}
@media (min-width: 791px) {
  .main_nav .background:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.05);
    pointer-events: none;
  }
  .main_nav .background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/layout/nav_background.png") repeat-x 0 0/100% 100%;
    background: #e7e7e9;
    pointer-events: none;
  }
}
.main_nav .apply_button_mobile {
  display: inline-block;
  color: #552f82 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
  font-size: 11px;
  line-height: 22px;
  padding: 2px 10px 0 10px;
  margin: 18px 0 17px 0;
  position: absolute;
  top: 30px;
  right: 30px;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .main_nav .apply_button_mobile {
    letter-spacing: 0.05em;
  }
}
.main_nav .apply_button_mobile:hover, .main_nav .apply_button_mobile:focus {
  color: #552f82 !important;
  background: #fff;
}
.main_nav .apply_button_mobile:focus {
  box-shadow: 0 0 0 2px #552f82;
}
@media (min-width: 791px) {
  .main_nav .apply_button_mobile {
    display: none;
  }
}
.main_nav .more_links {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  margin-top: 25px;
  padding: 5px 40px 35px 40px;
}
@media (max-width: 600px) {
  .main_nav .more_links {
    letter-spacing: 0;
  }
}
@media (min-width: 791px) {
  .main_nav .more_links {
    display: none;
  }
}
@media (max-width: 600px) {
  .main_nav .more_links {
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 0.05em;
  }
}
.main_nav .more_links .column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.main_nav .more_links .column:first-child {
  padding-right: 25px;
  box-sizing: border-box;
}
.main_nav .more_links a {
  display: block;
  padding: 10px 0;
}
.main_nav .social {
  margin-left: 40px;
}
.main_nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  text-indent: -1000em;
  background: #fff;
  border-radius: 100%;
  margin: 0 0 20px 20px;
  box-shadow: 0 0 0 0 #fff;
  transition: background 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.main_nav .social a.twitter {
  background: #fff url("../../images/layout/twitter.png") no-repeat 50% 50%/30px 30px;
}
.main_nav .social a.facebook {
  background: #fff url("../../images/layout/facebook.png") no-repeat 50% 50%/30px 30px;
}
.main_nav .social a.instagram {
  background: #fff url("../../images/layout/instagram.png") no-repeat 50% 50%/30px 30px;
}
.main_nav .social a:first-child {
  margin-left: 0;
}
@media (min-width: 791px) {
  .main_nav .social a:hover, .main_nav .social a:focus {
    background-color: #fec52e;
    box-shadow: 0 0 0 4px #fec52e;
  }
}
@media (max-width: 790px) {
  .main_nav .social a {
    background-color: #fff;
    /*
    			margin-left: 25px;
    			width: 38px;
    			height: 38px;
    */
  }
  .main_nav .social a:first-child {
    margin-left: 0;
  }
}
@media (min-width: 791px) {
  .main_nav .social {
    display: none;
  }
}
@media (max-width: 600px) {
  .main_nav .social {
    margin-left: 30px;
  }
}

.nav_hamburger {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  transition: background 0.3s;
  transform: scale(1.5);
  padding-top: 4rem !important;
}
@media (min-width: 791px) {
  .nav_hamburger {
    display: none;
  }
}
@media (max-width: 790px) {
  .nav_hamburger {
    width: 20%;
    top: 15px;
    max-width: 90px;
    height: 0;
  }
}
@media (max-width: 600px) {
  .nav_hamburger {
    top: auto;
    bottom: 0;
  }
}
.nav_hamburger .a, .nav_hamburger .b, .nav_hamburger .c {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-left: -12px;
  margin-top: -1px;
  background: #434444;
  transition: background 0.3s, width 0.3s, transform 0.3s, margin 0.3s;
}
.nav_hamburger .b {
  transform: translateY(-6px);
}
.nav_hamburger .c {
  transform: translateY(6px);
}
.nav_hamburger .label {
  display: none;
}
.nav_hamburger::after {
  content: none !important;
}

.hamburger_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 1rem;
}
.hamburger_menu a {
  display: block;
  padding: 0.5rem 0;
  line-height: 2;
  font-size: 1.05rem;
  padding: 0.75rem 1rem;
}
.hamburger_menu a::after {
  content: none !important;
}

.nav_hamburger:hover + .hamburger_menu, .hamburger_menu:hover {
  display: block;
}

#nav_toggle {
  display: none;
}
@media (max-width: 790px) and (max-width: 600px) {
  #nav_toggle:checked + aside + * + * + * + * + .nav_hamburger {
    background: #552f82;
  }
}
@media (max-width: 790px) and (max-width: 600px) {
  #nav_toggle:checked + aside + * + * + * + * + .nav_hamburger .a, #nav_toggle:checked + aside + * + * + * + * + .nav_hamburger .b, #nav_toggle:checked + aside + * + * + * + * + .nav_hamburger .c {
    background: #fff;
  }
}
@media (max-width: 790px) {
  #nav_toggle:checked + aside + * + * + * + * + .nav_hamburger .a {
    width: 0;
    margin-left: 0;
  }
  #nav_toggle:checked + aside + * + * + * + * + .nav_hamburger .b {
    transform: rotate(45deg) translateY(0);
  }
  #nav_toggle:checked + aside + * + * + * + * + .nav_hamburger .c {
    transform: rotate(-45deg) translateY(0);
  }
  #nav_toggle:checked + aside + * + * + .main_nav {
    transform: translateX(0) !important;
  }
}

aside {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 164px;
  height: 100%;
  background: #949599;
  white-space: nowrap;
  overflow: hidden;
  /*
  	&:after {
  		content: '';
  		display: block;
  		position: absolute;
  		z-index: 2;
  		top: 24px;
  		left: 0;
  		width: 100%;
  		height: 250px;
  		background-image: linear-gradient($gray_dark 75%, rgba($gray_dark,0) 100%);
  	}
  */
}
@media (max-width: 1120px) {
  aside {
    display: none;
  }
}
aside .logomark {
  position: absolute;
  z-index: 3;
  top: 90px;
  left: 32px;
  width: 100px;
  height: 82px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  background: url("../../images/layout/logomark_2.png") no-repeat 50% 50%/100% auto;
}
@media (max-width: 1120px) {
  aside .logomark {
    display: none;
  }
}
aside h1 {
  display: none;
}
aside .page_title {
  position: absolute;
  z-index: 1;
  top: 220px;
  left: 50%;
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  transform-origin: 0 50%;
  transform: rotate(90deg);
}
@media (max-width: 1120px) {
  aside .page_title {
    font-size: 30px !important;
  }
}
@media (max-width: 1120px) {
  aside .page_title {
    display: none;
  }
}
aside:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fec52e;
}

#aside_toggle {
  display: none;
  visibility: hidden;
}

footer {
  position: relative;
  padding-top: 75px;
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
  background: #434444 url("../../images/layout/seal_on_gray_darker_bg.svg") no-repeat 100% 100px/50vw auto;
}
@media (max-width: 1120px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 790px) {
  footer {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-top: 30px;
  }
}
@media (max-width: 1120px) {
  footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 790px) {
  footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 1120px) {
  footer {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  footer {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-left: 30px;
  }
}
@media (max-width: 1120px) {
  footer {
    padding-right: 50px;
  }
}
@media (max-width: 790px) {
  footer {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-right: 30px;
  }
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
footer .display_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .display_row .logo {
  width: 200px;
  height: 70px;
  background: url("../../images/layout/logo_footer.png") no-repeat center/contain;
  margin: 10px;
}
footer .display_row .badges {
  margin: 10px;
}
footer .display_row .badges .badge {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 12px;
}
footer .display_row .badges img {
  height: auto;
  max-height: 60px;
  margin: 0 10px;
}
footer .display_row .social {
  margin: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer .display_row .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  text-indent: -1000em;
  background: #fff;
  border-radius: 100%;
  margin: 0 0 20px 20px;
  box-shadow: 0 0 0 0 #fff;
  transition: background 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
footer .display_row .social a.twitter {
  background: #fff url("../../images/layout/twitter.png") no-repeat 50% 50%/30px 30px;
}
footer .display_row .social a.facebook {
  background: #fff url("../../images/layout/facebook.png") no-repeat 50% 50%/30px 30px;
}
footer .display_row .social a.instagram {
  background: #fff url("../../images/layout/instagram.png") no-repeat 50% 50%/30px 30px;
}
footer .display_row .social a:first-child {
  margin-left: 0;
}
@media (min-width: 791px) {
  footer .display_row .social a:hover, footer .display_row .social a:focus {
    background-color: #fec52e;
    box-shadow: 0 0 0 4px #fec52e;
  }
}
@media (max-width: 790px) {
  footer .display_row .social a {
    background-color: #fff;
    /*
    			margin-left: 25px;
    			width: 38px;
    			height: 38px;
    */
  }
  footer .display_row .social a:first-child {
    margin-left: 0;
  }
}
footer .display_row .social a {
  display: inline-block;
  margin: 0 5px;
}
footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  text-align: left;
}
@media (max-width: 768px) {
  footer .footer_nav {
    gap: 8rem;
  }
}
footer .footer_nav .column {
  flex: 1 1 200px;
  max-width: 250px;
}
footer .footer_nav .column h4 {
  color: #fec52e;
  border-bottom: #fec52e 1px solid;
  margin-bottom: 0.5rem;
  font-size: 24px;
}
footer .footer_nav .column a {
  display: block;
  color: #fff;
  line-height: 2;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}
footer .footer_nav .column a:hover, footer .footer_nav .column a:focus {
  color: #fec52e;
}
footer .copyright {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
  padding-top: 1rem;
}
@media (max-width: 600px) {
  footer .copyright {
    letter-spacing: 0;
  }
}
footer .copyright a {
  transition: color 0.3s;
}
footer .copyright a:hover, footer .copyright a:focus {
  color: #fff;
}

@media (min-width: 791px) {
  :focus {
    box-shadow: 0 0 0 2px #fec52e;
  }
}

@media (min-width: 791px) {
  :focus:not(:focus-visible) {
    box-shadow: none;
  }
}

.calendar_block {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
@media (max-width: 1120px) {
  .calendar_block {
    padding-top: 40px;
  }
}
@media (max-width: 790px) {
  .calendar_block {
    padding-top: 30px;
  }
}
@media (max-width: 1120px) {
  .calendar_block {
    padding-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .calendar_block {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .calendar_block {
    text-align: right;
  }
}
.calendar_block h2 {
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: rgb(124.4, 125.05, 125.75) !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
  margin: 0 !important;
}
@media (max-width: 1120px) {
  .calendar_block h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 1120px) {
  .calendar_block h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .calendar_block h2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1120px) {
  .calendar_block h2 {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  .calendar_block h2 {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .calendar_block h2 {
    padding-left: 30px;
  }
}
@media (max-width: 1120px) {
  .calendar_block h2 {
    padding-right: 50px;
  }
}
@media (max-width: 790px) {
  .calendar_block h2 {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .calendar_block h2 {
    padding-right: 30px;
  }
}
.calendar_block .full_button {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: inline-block;
  position: absolute;
  top: 58px;
  right: 75px;
  color: rgb(99.8, 100.6, 101);
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .calendar_block .full_button {
    letter-spacing: 0;
  }
}
@media (max-width: 1120px) {
  .calendar_block .full_button {
    right: 50px;
  }
}
@media (max-width: 790px) {
  .calendar_block .full_button {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .calendar_block .full_button {
    right: 30px;
  }
}
@media (max-width: 1120px) {
  .calendar_block .full_button {
    top: 48px;
  }
}
@media (max-width: 790px) {
  .calendar_block .full_button {
    top: 38px;
  }
}
@media (max-width: 600px) {
  .calendar_block .full_button {
    position: relative;
    top: 0;
    right: 0;
    padding-right: 30px;
    margin-top: 25px;
  }
}
.calendar_block .full_button:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -35px;
  width: 16px;
  height: 16px;
  background: url("../../images/layout/calendar_purple.png") no-repeat 0 0/16px 16px;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.calendar_block .full_button:hover {
  color: #552f82;
}
.calendar_block .full_button:hover:before {
  opacity: 1;
  transform: translateX(10px);
}
.calendar_block .events {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-left: 50px;
  padding-right: 50px;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.calendar_block .events::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1120px) {
  .calendar_block .events {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 790px) {
  .calendar_block .events {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .calendar_block .events {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.calendar_block .events .event_outer {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  white-space: normal;
  /*
  			&:first-child {
  				margin-left: 45px;

  				@include no_aside() {
  					margin-left: 35px;
  				}
  				@include mobile() {
  					margin-left: 35px;
  				}
  				@include phone() {
  					margin-left: 25px;
  				}
  			}
  */
}
@media (max-width: 790px) {
  .calendar_block .events .event_outer {
    margin-right: -25px;
  }
}
.calendar_block .events .event {
  width: 100%;
}
.calendar_block .events .event .event_inner {
  display: block;
  position: relative;
  width: 260px;
  padding: 5px 25px 23px 25px;
  border-radius: 3px;
  box-sizing: border-box;
  transition: background 0.3s;
  /*
  				@include no_aside() {
  					padding-bottom: 8px;
  				}
  */
}
@media (max-width: 790px) {
  .calendar_block .events .event .event_inner {
    width: 200px;
  }
}
.calendar_block .events .image {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #949599;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.calendar_block .events .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fec52e;
  transition: background 0.3s;
}
.calendar_block .events .event_date {
  display: block;
  position: absolute;
  left: 0;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: 0.05em;
  background: #552f82;
  padding: 0 15px;
  margin: 0 !important;
  bottom: 0;
}
@media (max-width: 790px) {
  .calendar_block .events .event_date {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .calendar_block .events .event_date {
    font-size: 24px;
  }
}
.calendar_block .events .info .title {
  display: block;
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding: 30px 0 10px 0;
  transition: color 0.3s;
}
.calendar_block .events .info .day {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #552f82;
  display: inline-block;
  transition: color 0.3s, transform 0.3s;
}
@media (max-width: 600px) {
  .calendar_block .events .info .day {
    letter-spacing: 0;
  }
}
.calendar_block .events .info .time {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #552f82;
  display: inline-block;
  transition: color 0.3s, transform 0.3s;
}
@media (max-width: 600px) {
  .calendar_block .events .info .time {
    letter-spacing: 0;
  }
}
.calendar_block .events .info:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 17px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_purple.png") no-repeat 0 0/6px 13px;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 791px) {
  .calendar_block .events .event .event_inner:hover, .calendar_block .events .event .event_inner:focus {
    background: #fff;
    cursor: pointer;
  }
  .calendar_block .events .event .event_inner:hover .image:before, .calendar_block .events .event .event_inner:focus .image:before {
    background: #fff;
  }
}
.calendar_block .events .event .event_inner:hover .info .day, .calendar_block .events .event .event_inner:hover .info .time {
  transform: translateX(15px);
}
.calendar_block .events .event .event_inner:hover .info:after {
  opacity: 1;
  transform: translateX(10px);
}

.testimonials {
  position: relative;
  margin-top: 25px;
}
@media (max-width: 790px) {
  .testimonials {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 600px) {
  .testimonials {
    padding-top: 40px;
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.testimonials .testimonials_inner {
  background: #e7e7e9;
  max-width: 850px;
  margin: 0 auto;
  white-space: nowrap;
  transition: height 0.3s;
}
@media (min-width: 791px) {
  .testimonials .testimonials_inner {
    border-radius: 3px;
  }
}
@media (min-width: 601px) {
  .testimonials .testimonials_inner {
    overflow: hidden;
  }
}
.testimonials .testimonial {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 0;
  text-align: left;
  white-space: normal;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 200px;
  padding-right: 75px;
  box-sizing: border-box;
  transition: transform 0.3s;
  /*
  		&:before {
  			content: '“';
  			position: absolute;
  		    z-index: 0;
  		    top: 23px;
  		    left: 14px;
  			color: #fff;
  			font-family: $heading_font;
  		    font-size: 120px;
  		}
  */
}
@media (max-width: 1120px) {
  .testimonials .testimonial {
    padding-top: 40px;
  }
}
@media (max-width: 790px) {
  .testimonials .testimonial {
    padding-top: 30px;
  }
}
@media (max-width: 1120px) {
  .testimonials .testimonial {
    padding-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .testimonials .testimonial {
    padding-bottom: 30px;
  }
}
@media (max-width: 1120px) {
  .testimonials .testimonial {
    padding-right: 50px;
  }
}
@media (max-width: 790px) {
  .testimonials .testimonial {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .testimonials .testimonial {
    padding-right: 30px;
  }
}
@media (max-width: 790px) {
  .testimonials .testimonial {
    padding-left: 160px;
  }
}
@media (max-width: 600px) {
  .testimonials .testimonial {
    padding-top: 60px;
    padding-left: 50px;
    /*
    			padding-left: 50px;
    			padding-right: 50px;
    */
  }
}
@media (max-width: 600px) and (max-width: 1120px) {
  .testimonials .testimonial {
    padding-left: 40px;
  }
}
@media (max-width: 600px) and (max-width: 790px) {
  .testimonials .testimonial {
    padding-left: 30px;
  }
}
.testimonials .testimonial .image {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #949599;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 790px) {
  .testimonials .testimonial .image {
    top: 40px;
    left: 40px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .testimonials .testimonial .image {
    top: -40px;
    left: 50%;
    margin-left: -40px;
  }
}
.testimonials .testimonial p {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 15px 0 !important;
}
@media (max-width: 600px) {
  .testimonials .testimonial p {
    letter-spacing: 0;
  }
}
.testimonials .testimonial .source {
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px !important;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #434444;
  text-align: right;
  margin-top: 25px;
}
@media (max-width: 600px) {
  .testimonials .testimonial .source {
    letter-spacing: 0.025em;
  }
}
.testimonials .testimonial .source span {
  display: inline-block;
}
.testimonials .testimonial.active {
  height: auto;
}
.testimonials .slide_prev, .testimonials .slide_next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -55px;
  background: url("../../images/layout/arrow_big_purple.png") no-repeat 53% 50%/10px 26px;
  border-radius: 100%;
  transition: background 0.3s;
}
@media (min-width: 791px) {
  .testimonials .slide_prev:hover, .testimonials .slide_next:hover {
    background-position-x: 70%;
  }
}
@media (max-width: 790px) {
  .testimonials .slide_prev, .testimonials .slide_next {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .testimonials .slide_prev, .testimonials .slide_next {
    top: 10px;
    left: 50%;
    margin-top: 0;
    margin-left: -100px;
  }
}
.testimonials .slide_prev {
  transform: rotate(180deg);
}
.testimonials .slide_next {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -55px;
}
@media (max-width: 790px) {
  .testimonials .slide_next {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .testimonials .slide_next {
    right: auto;
    left: 50%;
    margin-left: 40px;
    margin-right: 0;
  }
}
.testimonials .button_outer {
  max-width: 850px;
  text-align: right;
  padding-top: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 790px) {
  .testimonials .button_outer {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .testimonials .button_outer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials .button_outer .alumni_button {
  display: inline-block;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #552f82;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
  position: relative;
}
@media (max-width: 600px) {
  .testimonials .button_outer .alumni_button {
    letter-spacing: 0.05em;
  }
}
.testimonials .button_outer .alumni_button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
  transition: transform 0.3s, background 0.3s;
  pointer-events: none;
}
.testimonials .button_outer .alumni_button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
  background-image: url("../../images/layout/arrow_purple.png");
  transition: transform 0.3s, background 0.3s, opacity 0.3s;
  pointer-events: none;
}
.testimonials .button_outer .alumni_button:hover, .testimonials .button_outer .alumni_button:focus {
  color: #fff !important;
  background: #949599;
}
.testimonials .button_outer .alumni_button:hover:before, .testimonials .button_outer .alumni_button:focus:before {
  opacity: 1;
  transform: translateX(15px);
  background-image: url("../../images/layout/arrow_white.png");
  background-image: url("../../images/layout/arrow_gray_dark.png");
}
.testimonials .button_outer .alumni_button:focus {
  box-shadow: 0 0 0 2px #552f82;
}
.feature-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature-buttons.five-wide {
  justify-content: left;
  gap: 10px;
}

.feature-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  border: 1px solid #949599;
  background-color: transparent; /* No background for the button itself */
  width: 30%;
  min-width: 200px;
  margin: 10px;
}
.feature-button.small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 18%;
  min-width: 140px;
  min-height: 240px;
  margin: 10px 0;
  padding: 0;
  height: auto;
  align-self: flex-start;
}
.feature-button.small img {
  width: 100%;
  margin-bottom: 0;
}
.feature-button.small span {
  display: flex;
  font-size: 1rem;
  padding: 6px 10px;
  margin: 0;
  line-height: 1.2;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.feature-button.small:hover {
  transform: scale(1.04);
}

.feature-button img {
  width: 50%; /* Icon size */
  height: auto;
  margin-bottom: 10px;
}

.feature-button span {
  background-color: #552f82; /* Darker background for text */
  color: #fff; /* White text */
  padding: 8px 12px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.feature-button:hover {
  transform: scale(1.05); /* Slight hover effect */
}

@media (max-width: 1000px) {
  .feature-button.small {
    width: 45%;
  }
}
@media (max-width: 800px) {
  .feature-button {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .feature-buttons {
    flex-direction: column;
    align-items: center;
  }
  .feature-button, .feature-button.small {
    width: 100%;
  }
  .feature-button img {
    width: 50%; /* Adjust icon size for smaller screens */
  }
  .feature-button span {
    font-size: 14px;
    padding: 6px 10px;
  }
}
.info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.info-box {
  background-color: #fff;
  border: 2px solid #552f82; /* Rich purple border */
  padding: 20px;
  width: calc(50% - 10px); /* Two side-by-side on larger screens */
  box-sizing: border-box;
}
.info-box.gold {
  border: 2px solid #fec52e;
}
.info-box.gold h3 {
  background-color: #fec52e;
  color: #552f82 !important;
}

.info-box h3 {
  background-color: #552f82; /* Purple header */
  color: #fff !important;
  margin: -20px -20px 15px -20px !important; /* Stretch header full width */
  padding: 12px 16px;
  font-size: 1.2rem;
  /* Removed border-radius for square edges */
}

.info-box ul {
  padding-left: 20px;
  margin: 0;
}

@media (max-width: 768px) {
  .info-box {
    width: 100%;
  }
}
.tab-section {
  margin: 40px 0;
}

.tab-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .tab-nav {
    flex-wrap: wrap;
  }
}
.tab-nav .tab-button {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
  border-bottom: 4px solid transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  margin-right: -20px;
}
.tab-nav .tab-button img {
  width: 100%;
  height: auto;
}
.tab-nav .tab-button.active {
  border-color: #552f82;
  color: #552f82;
}

.tab-content {
  margin-top: 24px;
}
.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.active {
  display: block;
}

.campus-details {
  border: 1px solid #ccc;
  background: #552f82;
  padding: 20px;
  width: 100%;
}
.campus-details summary {
  cursor: pointer;
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  padding-bottom: 1rem;
}
.campus-details .campus-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  padding: 1rem;
}
.campus-details .campus-content > div {
  flex: 1 1 100%;
  max-width: 100%;
}
.campus-details .campus-content > div img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .campus-details .campus-content {
    flex-direction: row;
  }
  .campus-details .campus-content .campus-image,
  .campus-details .campus-content .campus-info,
  .campus-details .campus-content .campus-map {
    flex: 1 1 30%;
    max-width: 30%;
  }
  .campus-details .campus-content .campus-info {
    justify-items: center;
    align-self: center;
  }
  .campus-details .campus-content .campus-info h3 {
    font-size: 1.75rem;
  }
  .campus-details .campus-content .campus-info p,
  .campus-details .campus-content .campus-info a.button {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .campus-details .campus-content {
    flex-direction: column;
  }
  .campus-details .campus-content .campus-image,
  .campus-details .campus-content .campus-info,
  .campus-details .campus-content .campus-map {
    max-width: 100%;
    overflow: hidden;
  }
}

.calendar_list {
  position: relative;
  background: #fff;
  padding: 50px 0;
}
@media (max-width: 1120px) {
  .calendar_list {
    padding: 40px 0;
  }
}
@media (max-width: 790px) {
  .calendar_list {
    padding: 30px 0;
  }
}
.calendar_list__title {
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
  padding: 0 75px;
}
@media (max-width: 1120px) {
  .calendar_list__title {
    margin-bottom: 40px;
    padding: 0 50px;
  }
}
@media (max-width: 790px) {
  .calendar_list__title {
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .calendar_list__title {
    padding: 0 30px;
  }
}
.calendar_list__button {
  display: inline-block;
  position: absolute;
  top: 58px;
  right: 75px;
  color: #636466;
  font: bold 18px/1.8 Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: color 0.3s;
}
@media (max-width: 1120px) {
  .calendar_list__button {
    right: 50px;
    top: 48px;
  }
}
@media (max-width: 790px) {
  .calendar_list__button {
    right: 40px;
    top: 38px;
  }
}
@media (max-width: 600px) {
  .calendar_list__button {
    position: relative;
    top: 0;
    right: 0;
    padding-right: 30px;
    margin-top: 25px;
  }
}
.calendar_list__button:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -35px;
  width: 16px;
  height: 16px;
  background: url("../../images/layout/calendar_purple.png") no-repeat 0 0/16px 16px;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.calendar_list__button:hover {
  color: #552f82;
}
.calendar_list__button:hover:before {
  opacity: 1;
  transform: translateX(10px);
}
.calendar_list__scroller {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  padding: 0 50px;
}
@media (max-width: 1120px) {
  .calendar_list__scroller {
    padding: 0 25px;
  }
}
@media (max-width: 790px) {
  .calendar_list__scroller {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .calendar_list__scroller {
    padding: 0 5px;
  }
}
.calendar_list__scroller::-webkit-scrollbar {
  display: none;
}
.calendar_list__card-outer {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
@media (max-width: 790px) {
  .calendar_list__card-outer {
    margin-right: -25px;
  }
}
.calendar_list__card {
  width: 100%;
}
.calendar_list__card-inner {
  display: block;
  position: relative;
  width: 260px;
  padding: 5px 25px 23px 25px;
  border-radius: 3px;
  box-sizing: border-box;
  transition: background 0.3s;
}
@media (max-width: 790px) {
  .calendar_list__card-inner {
    width: 200px;
  }
}
@media (min-width: 791px) {
  .calendar_list__card-inner:hover, .calendar_list__card-inner:focus {
    background: #fff;
    cursor: pointer;
  }
  .calendar_list__card-inner:hover .calendar_list__image:before, .calendar_list__card-inner:focus .calendar_list__image:before {
    background: #fff;
  }
  .calendar_list__card-inner:hover .calendar_list__info .day, .calendar_list__card-inner:hover .calendar_list__info .time, .calendar_list__card-inner:focus .calendar_list__info .day, .calendar_list__card-inner:focus .calendar_list__info .time {
    transform: translateX(15px);
  }
  .calendar_list__card-inner:hover .calendar_list__info .time:after, .calendar_list__card-inner:focus .calendar_list__info .time:after {
    opacity: 1;
    transform: translateY(-50%) translateX(10px);
  }
}
.calendar_list__image {
  display: block;
  position: relative; /* for date overlay when nested */
  width: 100%;
  height: 200px;
  background-color: #949599;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.calendar_list__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fec52e;
  transition: background 0.3s;
}
.calendar_list__date {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #552f82;
  padding: 0 15px;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 0.05em;
}
@media (max-width: 790px) {
  .calendar_list__date {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .calendar_list__date {
    font-size: 24px;
  }
}
.calendar_list__info {
  position: relative;
  display: block;
}
.calendar_list__info .title {
  display: block;
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 30px 0 10px 0;
  transition: color 0.3s;
}
.calendar_list__info .day, .calendar_list__info .time {
  display: inline-block;
  color: #552f82;
  font: 18px/1.8 Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  transition: color 0.3s, transform 0.3s;
}
@media (max-width: 600px) {
  .calendar_list__info .day, .calendar_list__info .time {
    letter-spacing: 0;
  }
}
.calendar_list__info .time {
  position: relative;
}
.calendar_list__info .time:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_purple.png") no-repeat 0 0/6px 13px;
  opacity: 0;
  transform: translateY(-50%);
  transition: transform 0.3s, opacity 0.3s;
}

/* === Mobile improvements === */
@media (max-width: 600px) {
  .calendar_list__card-inner {
    width: 100%;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
  }
  .calendar_list__image {
    width: 100%;
    height: 180px;
  }
  .calendar_list__date {
    font-size: 20px;
    line-height: 44px;
    padding: 0 12px;
  }
  .calendar_list__info {
    display: block;
    padding: 15px;
  }
  .calendar_list__info .title {
    font-size: 18px;
    padding: 0 0 8px 0;
  }
  .calendar_list__info .day,
  .calendar_list__info .time {
    font-size: 16px;
  }
  .calendar_list__info .time:after {
    right: -12px;
  }
  /* NEW: add space between stacked cards on mobile */
  .calendar_list__card-outer {
    display: block;
    margin-bottom: 20px;
  }
  .calendar_list__card-outer:last-child {
    margin-bottom: 0;
  }
}
/* Optional: compact variation if you ever want inline format again */
.calendar_list--compact {
  padding: 0;
  margin-bottom: -40px;
}
.calendar_list--compact .calendar_list__title {
  padding-left: 0;
}
.calendar_list--compact .calendar_list__card-inner {
  width: auto;
}
.calendar_list--compact .calendar_list__info .title {
  padding-top: 0;
  margin-top: -5px;
}

.personnel-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  max-width: 400px;
}
.personnel-card .image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #f4f4f4;
}
.personnel-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.personnel-card .details {
  flex: 1;
}
.personnel-card .details .name {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #552f82;
}
.personnel-card .details .title {
  font-size: 0.9rem;
  color: #000;
  margin: 0.25rem 0;
  font-weight: bold;
}
.personnel-card .details .degree-school {
  font-size: 0.85rem;
  color: #444;
  font-style: italic;
  margin: 0.25rem 0 0;
}

@media (max-width: 600px) {
  .personnel-card {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
  }
  .personnel-card .image {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-bottom: 0.5rem;
  }
  .personnel-card .details .name {
    font-size: 1rem;
  }
  .personnel-card .details .title, .personnel-card .details .degree-school {
    font-size: 0.85rem;
  }
}
@media (max-width: 1120px) {
  body .body_inner {
    padding-left: 0;
  }
}

/*
header {
	@include nav_break() {
		padding-bottom: 30px;
	}
}
*/
nav {
  /*
  	@include nav_break() {
  		text-align: right;

  	    .item {
  		    > a {
  				// padding-bottom: 49px;
  			}
  	    }
  	    .menu {
  		    // height: 450px;
  			// padding-top: 49px;
  		    text-align: left;
  	    }
  	    .background {
  			top: 60px + 49px;
  		}
  	}
  */
  /*
  	.items {
  		@include mobile(false) {
  			@media ( min-width: 1200px ) {
  				&:hover {
  					.menu {
  						height: 449px;
  						padding-top: 49px;
  					}
  				}
  			}
  		}
  	}
  */
  /*
  	.background {
  		background: $gold;
  	}
  	@include mobile(false) {
  		.background {
  			height: 450px;
  		}
  	}
  */
}
@media (min-width: 1301px) {
  nav .item:hover .menu, nav .item.focus .menu, nav .items:hover .menu, nav .items.focus .menu {
    height: 449px;
    padding-top: 49px;
  }
}

.calendar_block {
  background: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -40px;
}
.calendar_block h2 {
  padding-left: 0 !important;
}
.calendar_block .events .event_outer:first-child {
  margin-left: -30px;
}
.calendar_block .events .event .event_inner {
  width: auto;
}
.calendar_block .events .event_date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px !important;
}
.calendar_block .events .info {
  display: inline-block;
  vertical-align: top;
  width: 120px;
}
.calendar_block .events .info .title {
  padding-top: 0;
  margin-top: -5px;
}

.content_outer {
  position: relative;
  padding-bottom: 75px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1120px) {
  .content_outer {
    padding-bottom: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer {
    padding-bottom: 30px;
  }
}
.content_outer .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /*
  		&:before {
  			content: '';
  			position: absolute;
  			top: 0;
  			bottom: 0;
  			left: 0;
  			right: 0;
  			background: url('../../images/layout/banner_glow.png') no-repeat 0 0/100% 100%;
  		}
  */
}
@media (max-width: 600px) {
  .content_outer .banner {
    height: 250px;
  }
}
.content_outer .banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: url("../../images/layout/banner_gradient.png") repeat-x 0 0/1px 100%;
}
.content_outer .banner.top {
  background-position-y: 0;
}
.content_outer .banner.bottom {
  background-position-y: 100%;
}
.content_outer .content {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0;
  padding-top: 75px;
  padding-right: 75px;
  padding-left: 75px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .content_outer .content {
    padding-top: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content {
    padding-top: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content {
    padding-right: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content {
    padding-right: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content {
    padding-left: 30px;
  }
}
.content_outer .content p > img {
  max-width: 100%;
  height: auto;
}
.content_outer .content p > img.alignleft {
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1120px) {
  .content_outer .content p > img.alignleft {
    margin-right: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content p > img.alignleft {
    margin-right: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content p > img.alignleft {
    margin-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content p > img.alignleft {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .content_outer .content p > img.alignleft {
    float: none;
    margin-right: 0;
  }
}
.content_outer .content p > img.alignright {
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1120px) {
  .content_outer .content p > img.alignright {
    margin-left: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content p > img.alignright {
    margin-left: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content p > img.alignright {
    margin-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content p > img.alignright {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .content_outer .content p > img.alignright {
    float: none;
    margin-left: 0;
  }
}
.content_outer .content h1 {
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 60px !important;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 50px 0;
}
@media (max-width: 1120px) {
  .content_outer .content h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 790px) {
  .content_outer .content h1 {
    font-size: 45px !important;
  }
}
@media (max-width: 600px) {
  .content_outer .content h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 790px) {
  .content_outer .content h1 {
    margin: 40px 0;
  }
}
@media (max-width: 600px) {
  .content_outer .content h1 {
    margin: 30px 0;
  }
}
.content_outer .content h1:first-child {
  margin-top: 0;
}
.content_outer .content h2 {
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 50px 0;
  /*
  			+ p em {
  				display: block;
  				color: $purple;
  				margin-top: -35px;
  				margin-bottom: 50px;
  			}
  */
}
@media (max-width: 1120px) {
  .content_outer .content h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 790px) {
  .content_outer .content h2 {
    margin: 40px 0;
  }
}
@media (max-width: 600px) {
  .content_outer .content h2 {
    margin: 30px 0;
  }
}
.content_outer .content h2:first-child {
  margin-top: 0;
}
.content_outer .content h3 {
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px !important;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 35px 0 25px 0;
}
@media (max-width: 600px) {
  .content_outer .content h3 {
    letter-spacing: 0.025em;
  }
}
.content_outer .content h3:first-child {
  margin-top: 0;
}
.content_outer .content h4 {
  color: #434444;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 25px 0 15px 0;
}
@media (max-width: 600px) {
  .content_outer .content h4 {
    letter-spacing: 0.025em;
  }
}
.content_outer .content h4:first-child {
  margin-top: 0;
}
.content_outer .content p, .content_outer .content table {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 25px 0 25px 0;
}
@media (max-width: 600px) {
  .content_outer .content p, .content_outer .content table {
    letter-spacing: 0;
  }
}
.content_outer .content p a, .content_outer .content table a {
  color: #552f82;
  font-weight: bold;
  border-bottom: solid 2px rgba(85, 47, 130, 0);
  transition: border 0.3s;
  cursor: pointer;
  box-shadow: none;
}
.content_outer .content p a:hover, .content_outer .content p a:focus, .content_outer .content table a:hover, .content_outer .content table a:focus {
  border-bottom: solid 2px #552f82;
}
.content_outer .content p a[href*=".pdf"]:after, .content_outer .content table a[href*=".pdf"]:after {
  content: " (PDF)";
  font-weight: normal;
}
.content_outer .content p a.button, .content_outer .content table a.button {
  display: inline-block;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #552f82;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
}
@media (max-width: 600px) {
  .content_outer .content p a.button, .content_outer .content table a.button {
    letter-spacing: 0.05em;
  }
}
.content_outer .content p a.button:hover, .content_outer .content p a.button:focus, .content_outer .content table a.button:hover, .content_outer .content table a.button:focus {
  color: #fff !important;
  background: #949599;
}
.content_outer .content p a.button:focus, .content_outer .content table a.button:focus {
  box-shadow: 0 0 0 2px #552f82;
}
@media (max-width: 900px) {
  .content_outer .content .table_outermost {
    width: auto;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .table_outermost {
    margin: 0 -40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .table_outermost {
    margin: 0 -30px;
  }
}
@media (max-width: 900px) {
  .content_outer .content .table_outermost .table_outer {
    padding: 0 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .table_outermost .table_outer {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .table_outermost .table_outer {
    padding: 0 30px;
  }
}
.content_outer .content table {
  width: 100% !important;
  /*
  			tr:last-child td {
  				border-top-color: $gray_dark;
  			}
  */
}
.content_outer .content table th, .content_outer .content table td {
  padding-right: 20px;
}
.content_outer .content table tr th, .content_outer .content table tr td {
  width: auto !important;
  padding: 10px 20px 10px 0;
  border-top: solid 1px rgba(148, 149, 153, 0.2);
}
.content_outer .content table tr th:last-child, .content_outer .content table tr td:last-child {
  padding-right: 0;
}
.content_outer .content table tbody tr:first-child td {
  border-top: none;
}
.content_outer .content table thead th, .content_outer .content table thead td {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
  color: #949599;
  font-size: 11px;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: table-cell;
  border-top: none;
  text-align: left;
  vertical-align: bottom;
}
@media (max-width: 600px) {
  .content_outer .content table thead th, .content_outer .content table thead td {
    letter-spacing: 0;
  }
}
.content_outer .content .footnote p {
  color: rgb(99.4, 100.4, 102);
  font-size: 12px;
  line-height: 1.6;
}
.content_outer .content ul {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  list-style-type: disc;
}
@media (max-width: 600px) {
  .content_outer .content ul {
    letter-spacing: 0;
  }
}
.content_outer .content ul a {
  color: #552f82;
  font-weight: bold;
  border-bottom: solid 2px rgba(85, 47, 130, 0);
  transition: border 0.3s;
  cursor: pointer;
  box-shadow: none;
}
.content_outer .content ul a:hover, .content_outer .content ul a:focus {
  border-bottom: solid 2px #552f82;
}
.content_outer .content ul a[href*=".pdf"]:after {
  content: " (PDF)";
  font-weight: normal;
}
.content_outer .content ul > li {
  margin-left: 30px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.content_outer .content ul > li > ul, .content_outer .content ul > li > ol {
  margin-top: 10px;
}
@media (min-width: 601px) {
  .content_outer .content ul.column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 601px) {
  .content_outer .content ul.column.first_column {
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 1120px) {
  .content_outer .content ul.column.first_column {
    padding-right: 40px;
  }
}
@media (min-width: 601px) and (max-width: 790px) {
  .content_outer .content ul.column.first_column {
    padding-right: 30px;
  }
}
.content_outer .content ol {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .content_outer .content ol {
    letter-spacing: 0;
  }
}
.content_outer .content ol a {
  color: #552f82;
  font-weight: bold;
  border-bottom: solid 2px rgba(85, 47, 130, 0);
  transition: border 0.3s;
  cursor: pointer;
  box-shadow: none;
}
.content_outer .content ol a:hover, .content_outer .content ol a:focus {
  border-bottom: solid 2px #552f82;
}
.content_outer .content ol a[href*=".pdf"]:after {
  content: " (PDF)";
  font-weight: normal;
}
.content_outer .content ol > li {
  position: relative;
  padding-left: 40px;
  padding-top: 20px;
  counter-increment: i;
}
.content_outer .content ol > li > ul, .content_outer .content ol > li > ol {
  margin-top: 10px;
}
.content_outer .content ol > li:before {
  content: counter(i);
  position: absolute;
  top: 19px;
  right: 100%;
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  margin-right: -20px;
}
.content_outer .content ol > li:first-child {
  padding-top: 0;
}
.content_outer .content ol > li:first-child:before {
  top: -1px;
}
.content_outer .content ol:not([start]) {
  counter-reset: i;
}
.content_outer .content .beside {
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -75px;
  margin-right: -75px;
}
.content_outer .content .beside:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1120px) {
  .content_outer .content .beside {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .beside {
    padding-left: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .beside {
    padding-right: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .beside {
    padding-right: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .beside {
    margin-left: -50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside {
    margin-left: -40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .beside {
    margin-left: -30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .beside {
    margin-right: -50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside {
    margin-right: -40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .beside {
    margin-right: -30px;
  }
}
@media (min-width: 451px) {
  .content_outer .content .beside > h1, .content_outer .content .beside > h2, .content_outer .content .beside > h3, .content_outer .content .beside > p {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 0;
  }
}
.content_outer .content .beside h1, .content_outer .content .beside h2, .content_outer .content .beside h3 {
  padding-right: 30px;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}
.content_outer .content .beside p {
  margin: 10px 0 0 0;
}
.content_outer .content .beside .links {
  margin: 0 -20px -25px -20px;
}
.content_outer .content .beside .links:before {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 500px) {
  .content_outer .content .beside .links {
    margin: 0 -30px;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .content_outer .content .beside .links::-webkit-scrollbar {
    display: none;
  }
}
.content_outer .content .beside .links ol {
  display: table;
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .content_outer .content .beside .links ol {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content_outer .content .beside .links li {
  display: table-cell;
  padding: 0;
  /*
  					&.arrow {
  						display: table-cell;
  						vertical-align: middle;
  						width: 34px;

  						span {
  							display: block;
  							position: relative;
  							width: 14px;
  							height: 40px;
  							margin: 0 10px;

  							&:before, &:after {
  								content: '';
  								position: absolute;
  								top: 0;
  								left: 0;
  								width: 2px;
  								height: 50%;
  								background: rgba($gray_light,0.3);
  								transform-origin: 50% 0;
  								transform: skewX(30deg);
  							}
  							&:after {
  								top: 50%;
  								transform-origin: 50% 100%;
  								transform: skewX(-30deg);
  							}
  						}
  						&:first-child {
  							display: none;
  						}
  					}
  */
}
.content_outer .content .beside .links li a {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fec52e;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em !important;
  padding: 18px 25px 18px 60px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 600px) {
  .content_outer .content .beside .links li a {
    letter-spacing: 0;
  }
}
.content_outer .content .beside .links li a strong {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3;
}
.content_outer .content .beside .links li a:hover, .content_outer .content .beside .links li a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.content_outer .content .beside .links li:before {
  content: counter(i);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  color: rgba(255, 255, 255, 0.2);
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  line-height: 54px;
}
.content_outer .content .beside.gold {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fec52e;
}
.content_outer .content .beside.gold:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px;
  background: url("../../images/layout/beak_down.png") no-repeat 0 0/100% 100%;
}
.content_outer .content .beside.gold > h1, .content_outer .content .beside.gold > h2, .content_outer .content .beside.gold h3, .content_outer .content .beside.gold > p {
  color: #552f82;
}
.content_outer .content .beside.purple {
  margin-bottom: 0;
  padding-bottom: 75px;
  background: url("../../images/layout/beside_purple_bg.png") repeat-x 0 0/1px 100%;
}
@media (max-width: 1120px) {
  .content_outer .content .beside.purple {
    padding-bottom: 60px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside.purple {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .beside.purple {
    padding-bottom: 40px;
  }
}
.content_outer .content .beside.purple > h1, .content_outer .content .beside.purple > h2, .content_outer .content .beside.purple h3 {
  color: #fff;
}
.content_outer .content .beside.purple > p {
  color: #fff;
}
.content_outer .content .beside.list > h1, .content_outer .content .beside.list > h2, .content_outer .content .beside.list > h3 {
  margin-top: 0;
}
.content_outer .content .beside.list > p {
  margin-bottom: 50px;
}
@media (max-width: 1120px) {
  .content_outer .content .beside.list > p {
    margin-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside.list > p {
    margin-bottom: 30px;
  }
}
.content_outer .content .beside.list > p:last-child {
  margin-bottom: 0;
}
.content_outer .content .beside:first-child {
  margin-top: -75px;
  padding-top: 75px;
}
@media (max-width: 1120px) {
  .content_outer .content .beside:first-child {
    margin-top: -50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside:first-child {
    margin-top: -40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .beside:first-child {
    margin-top: -30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .beside:first-child {
    padding-top: 60px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .beside:first-child {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .beside:first-child {
    padding-top: 40px;
  }
}
.content_outer .content .blocks_outer {
  display: table;
  margin: 0;
  margin-top: 75px;
  margin-left: -75px;
  margin-right: -75px;
}
@media (max-width: 1120px) {
  .content_outer .content .blocks_outer {
    margin-top: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .blocks_outer {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .blocks_outer {
    margin-top: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .blocks_outer {
    margin-left: -50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .blocks_outer {
    margin-left: -40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .blocks_outer {
    margin-left: -30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .blocks_outer {
    margin-right: -50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .blocks_outer {
    margin-right: -40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .blocks_outer {
    margin-right: -30px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .blocks_outer {
    display: block;
  }
}
.content_outer .content .blocks_outer .block {
  display: table-cell;
  width: 50%;
  background: #fec52e;
  padding: 50px 0;
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .content_outer .content .blocks_outer .block {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .blocks_outer .block {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .blocks_outer .block {
    padding-left: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .blocks_outer .block {
    padding-right: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .blocks_outer .block {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .blocks_outer .block {
    padding-right: 30px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .blocks_outer .block {
    display: block;
    width: auto;
  }
}
.content_outer .content .blocks_outer .block h2 {
  margin-bottom: 25px;
}
.content_outer .content .blocks_outer .block + .block {
  background: #e7e7e9;
}
.content_outer .content .blocks_outer .block > .links {
  text-align: right;
}
.content_outer .content .blocks_outer .block > .links a {
  display: inline-block;
  color: #552f82 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
}
@media (max-width: 600px) {
  .content_outer .content .blocks_outer .block > .links a {
    letter-spacing: 0.05em;
  }
}
.content_outer .content .blocks_outer .block > .links a:hover, .content_outer .content .blocks_outer .block > .links a:focus {
  color: #fff !important;
  background: #552f82;
}
.content_outer .content .blocks_outer .block > .links a:focus {
  box-shadow: 0 0 0 2px #552f82;
}
.content_outer .content .blocks_outer .block > .links a:first-child {
  display: inline-block;
  color: #552f82 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fec52e;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
}
@media (max-width: 600px) {
  .content_outer .content .blocks_outer .block > .links a:first-child {
    letter-spacing: 0.05em;
  }
}
.content_outer .content .blocks_outer .block > .links a:first-child:hover, .content_outer .content .blocks_outer .block > .links a:first-child:focus {
  color: #fff !important;
  background: #552f82;
}
.content_outer .content .blocks_outer .block > .links a:first-child:focus {
  box-shadow: 0 0 0 2px #552f82;
}
.content_outer .content .intro_background_color {
  background-color: #e7e7e9;
}
.content_outer .content .columns_2 {
  margin-top: 75px;
}
.content_outer .content .columns_2:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1120px) {
  .content_outer .content .columns_2 {
    margin-top: 50px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .columns_2 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .content_outer .content .columns_2 {
    margin-top: 30px;
  }
}
@media (min-width: 451px) {
  .content_outer .content .columns_2 .column {
    float: left;
    width: 50%;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .content_outer .content .columns_2 .column:first-child {
    padding-left: 0;
    padding-right: 25px;
  }
}
.content_outer .content .location {
  border-radius: 3px;
  background-color: rgba(148, 149, 153, 0.1);
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1120px) {
  .content_outer .content .location {
    margin-top: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .location {
    margin-top: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .location {
    margin-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .location {
    margin-bottom: 30px;
  }
}
.content_outer .content .location p {
  margin: 0;
}
.content_outer .content .location .heading {
  display: block;
  position: relative;
  border-radius: 3px;
  padding: 25px 25px 25px 25px;
  background-repeat: no-repeat;
}
.content_outer .content .location .heading h3 {
  margin: 0;
}
.content_outer .content .location .heading .within, .content_outer .content .location .heading .job_title {
  padding-top: 5px;
}
.content_outer .content .location .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background: rgba(148, 149, 153, 0.3);
}
.content_outer .content .location .info {
  padding: 25px 25px 10px 25px;
}
.content_outer .content .location .info div {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 20px 0;
}
.content_outer .content .location .info .label {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
  color: #949599;
  font-size: 11px;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .content_outer .content .location .info .label {
    letter-spacing: 0;
  }
}
.content_outer .content .location.with_icon .heading, .content_outer .content .location.with_icon .info {
  padding-left: 75px;
}
@media (max-width: 600px) {
  .content_outer .content .location.with_icon .info {
    padding-left: 25px;
  }
}
.content_outer .content .location.with_icon .heading:after {
  left: 75px;
}
@media (max-width: 600px) {
  .content_outer .content .location.with_icon .heading:after {
    left: 25px;
  }
}
.content_outer .content .location.with_image .heading {
  background: none !important;
}
@media (max-width: 600px) {
  .content_outer .content .location.with_image .heading {
    padding-top: 150px;
  }
}
.content_outer .content .location.with_image .heading:after {
  left: 150px;
}
@media (max-width: 600px) {
  .content_outer .content .location.with_image .heading:after {
    left: 25px;
  }
}
.content_outer .content .location.with_image .heading, .content_outer .content .location.with_image .info {
  padding-left: 150px;
}
@media (max-width: 600px) {
  .content_outer .content .location.with_image .heading, .content_outer .content .location.with_image .info {
    padding-left: 25px;
  }
}
.content_outer .content .location.with_image .image {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 100%;
}
.content_outer .content .location .heading {
  transition: background 0.3s;
  cursor: pointer;
}
.content_outer .content .location .heading:after {
  content: "";
  display: block;
  clear: both;
}
.content_outer .content .location .heading .title {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.content_outer .content .location .heading .title h3, .content_outer .content .location .heading .title p {
  transition: color 0.3s;
}
.content_outer .content .location .heading .button {
  float: right;
  display: inline-block;
  position: relative;
  color: #552f82;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 6px 20px;
  margin: 0;
  border-radius: 3px;
  transition: background 0.3s, color 0.3s, opacity 0.5s;
  cursor: pointer;
}
.content_outer .content .location .heading .button:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_purple.png") no-repeat 0 0/6px 13px;
  transition: transform 0.3s, background 0.3s;
  pointer-events: none;
}
.content_outer .content .location .heading:hover, .content_outer .content .location .heading:focus {
  background-color: #552f82;
}
.content_outer .content .location .heading:hover h3, .content_outer .content .location .heading:focus h3 {
  color: #fff;
}
.content_outer .content .location .heading:hover p, .content_outer .content .location .heading:focus p {
  color: rgba(255, 255, 255, 0.5);
}
.content_outer .content .location .heading:hover .button, .content_outer .content .location .heading:focus .button {
  color: #fff;
}
.content_outer .content .location .heading:hover .button:before, .content_outer .content .location .heading:focus .button:before {
  background-image: url("../../images/layout/arrow_white.png");
  transform: translateX(5px);
}
.content_outer .content .location.with_icon .heading {
  background-image: url("../../images/layout/location_purple.png");
  background-position: 32px 27px;
  background-size: 16px 23px;
}
.content_outer .content .location.with_icon .heading:hover, .content_outer .content .location.with_icon .heading:focus {
  background-image: url("../../images/layout/location_white.png");
}
.content_outer .content .person {
  border-radius: 3px;
  background-color: rgba(148, 149, 153, 0.1);
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1120px) {
  .content_outer .content .person {
    margin-top: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .person {
    margin-top: 30px;
  }
}
@media (max-width: 1120px) {
  .content_outer .content .person {
    margin-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .content_outer .content .person {
    margin-bottom: 30px;
  }
}
.content_outer .content .person p {
  margin: 0;
}
.content_outer .content .person .heading {
  display: block;
  position: relative;
  border-radius: 3px;
  padding: 25px 25px 25px 25px;
  background-repeat: no-repeat;
}
.content_outer .content .person .heading h3 {
  margin: 0;
}
.content_outer .content .person .heading .within, .content_outer .content .person .heading .job_title {
  padding-top: 5px;
}
.content_outer .content .person .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background: rgba(148, 149, 153, 0.3);
}
.content_outer .content .person .info {
  padding: 25px 25px 10px 25px;
}
.content_outer .content .person .info div {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 20px 0;
}
.content_outer .content .person .info .label {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
  color: #949599;
  font-size: 11px;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .content_outer .content .person .info .label {
    letter-spacing: 0;
  }
}
.content_outer .content .person.with_icon .heading, .content_outer .content .person.with_icon .info {
  padding-left: 75px;
}
@media (max-width: 600px) {
  .content_outer .content .person.with_icon .info {
    padding-left: 25px;
  }
}
.content_outer .content .person.with_icon .heading:after {
  left: 75px;
}
@media (max-width: 600px) {
  .content_outer .content .person.with_icon .heading:after {
    left: 25px;
  }
}
.content_outer .content .person.with_image .heading {
  background: none !important;
}
@media (max-width: 600px) {
  .content_outer .content .person.with_image .heading {
    padding-top: 150px;
  }
}
.content_outer .content .person.with_image .heading:after {
  left: 150px;
}
@media (max-width: 600px) {
  .content_outer .content .person.with_image .heading:after {
    left: 25px;
  }
}
.content_outer .content .person.with_image .heading, .content_outer .content .person.with_image .info {
  padding-left: 150px;
}
@media (max-width: 600px) {
  .content_outer .content .person.with_image .heading, .content_outer .content .person.with_image .info {
    padding-left: 25px;
  }
}
.content_outer .content .person.with_image .image {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 100%;
}
.content_outer .content .person:after {
  content: "";
  display: block;
  clear: both;
}
.content_outer .content .person p a {
  color: #552f82;
  font-weight: bold;
  border-bottom: solid 2px rgba(85, 47, 130, 0);
  transition: border 0.3s;
  cursor: pointer;
  box-shadow: none;
}
.content_outer .content .person p a:hover, .content_outer .content .person p a:focus {
  border-bottom: solid 2px #552f82;
}
.content_outer .content .person p a[href*=".pdf"]:after {
  content: " (PDF)";
  font-weight: normal;
}
.content_outer .content .person.with_icon .heading {
  background-image: url("../../images/layout/person_purple.png");
  background-position: 30px 30px;
  background-size: 20px 20px;
}
.content_outer .content .person .button {
  float: right;
  color: #552f82;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 12px 15px;
  margin-bottom: 25px;
  border-radius: 3px;
  transition: background 0.3s;
  cursor: pointer;
}
.content_outer .content .person .button:hover, .content_outer .content .person .button:focus {
  background-color: #e7e7e9;
}
.content_outer .content.with_background_color {
  background: rgba(231, 231, 233, 0.8);
}
.content_outer.white {
  background: #fff;
}
.content_outer.white .content {
  background: none;
}
.content_outer.purple {
  background: #552f82;
}
.content_outer.purple h1, .content_outer.purple h2, .content_outer.purple h3, .content_outer.purple h4, .content_outer.purple h5, .content_outer.purple h6, .content_outer.purple p {
  color: #fff;
}
.content_outer.with_banner {
  padding-top: 200px;
}
@media (max-width: 600px) {
  .content_outer.with_banner {
    padding-top: 150px;
  }
}

.toll_free_number {
  display: none;
}

.toll_free_toggle {
  display: inline-block;
  color: #949599 !important;
  transition: color 0.3s;
  cursor: default;
}
.toll_free_toggle.clicked {
  display: none;
}
.toll_free_toggle.clicked + .toll_free_number {
  display: block;
}
.toll_free_toggle:hover, .toll_free_toggle:focus {
  color: #434444 !important;
}

.featured_links {
  margin: 0 -12px 0 -13px;
}
@media (max-width: 500px) {
  .featured_links {
    margin: 0 -5px;
  }
}
.featured_links li, .featured_links .block {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 12px 12px 13px 13px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 790px) {
  .featured_links li, .featured_links .block {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .featured_links li, .featured_links .block {
    padding: 5px !important;
  }
}
@media (max-width: 400px) {
  .featured_links li, .featured_links .block {
    display: block;
    width: auto;
  }
}
.featured_links li > a, .featured_links .block > a {
  display: block;
  position: relative;
  height: 200px;
  background-color: rgb(158, 139, 181.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: multiply;
  border-radius: 3px;
  border: 0 !important;
  overflow: hidden;
  transition: background 1s, box-shadow 0.3s !important;
}
@media (max-width: 400px) {
  .featured_links li > a, .featured_links .block > a {
    height: 150px;
  }
}
.featured_links li > a:before, .featured_links .block > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding-bottom: 200px;
  background: linear-gradient(#552f82 0%, rgba(85, 47, 130, 0) 100%);
  transition: transform 1s;
}
@media (max-width: 790px) {
  .featured_links li > a:before, .featured_links .block > a:before {
    padding-bottom: 0;
  }
}
.featured_links li > a:after, .featured_links .block > a:after {
  content: "" !important;
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 10px;
  height: 26px;
  background: url("../../images/layout/arrow_big_white.png") 0 0/10px 26px;
  transition: transform 0.3s;
}
@media (max-width: 500px) {
  .featured_links li > a:after, .featured_links .block > a:after {
    bottom: 30px;
    right: 30px;
  }
}
@media (min-width: 791px) {
  .featured_links li > a:hover:before, .featured_links li > a:focus:before, .featured_links .block > a:hover:before, .featured_links .block > a:focus:before {
    transform: translateY(-200px);
  }
  .featured_links li > a:hover:after, .featured_links li > a:focus:after, .featured_links .block > a:hover:after, .featured_links .block > a:focus:after {
    transform: translateX(5px);
  }
  .featured_links li > a:focus, .featured_links .block > a:focus {
    box-shadow: 0 0 0 2px #552f82;
  }
}
.featured_links li h2, .featured_links li h3, .featured_links .block h2, .featured_links .block h3 {
  color: #552f82;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
  padding: 30px;
  margin-bottom: 0 !important;
}
@media (max-width: 1120px) {
  .featured_links li h2, .featured_links li h3, .featured_links .block h2, .featured_links .block h3 {
    font-size: 30px !important;
  }
}
@media (max-width: 900px) and (min-width: 791px) {
  .featured_links li h2, .featured_links li h3, .featured_links .block h2, .featured_links .block h3 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 600px) and (min-width: 401px) {
  .featured_links li h2, .featured_links li h3, .featured_links .block h2, .featured_links .block h3 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 500px) {
  .featured_links li h2, .featured_links li h3, .featured_links .block h2, .featured_links .block h3 {
    padding: 25px;
    font-size: 22px !important;
  }
}
.featured_links.gold li > a, .featured_links.gold .block > a {
  background-color: rgb(127, 98.5, 23);
  background-blend-mode: screen;
}
.featured_links.gold li > a:before, .featured_links.gold .block > a:before {
  background: linear-gradient(#fec52e 0%, rgba(254, 197, 46, 0) 100%);
}
.featured_links.gold li > a:after, .featured_links.gold .block > a:after {
  background: url("../../images/layout/arrow_big_purple.png") 0 0/10px 26px;
}
.featured_links.gold li > a:hover, .featured_links.gold li > a:focus, .featured_links.gold .block > a:hover, .featured_links.gold .block > a:focus {
  background-color: #000;
}
.featured_links.gold li > a:hover:before, .featured_links.gold li > a:focus:before, .featured_links.gold .block > a:hover:before, .featured_links.gold .block > a:focus:before {
  transform: translateY(-50px);
}
.featured_links.gold h2, .featured_links.gold h3 {
  color: #552f82 !important;
}
.featured_links.light-gray li > a, .featured_links.light-gray .block > a {
  background-color: #e7e7e9;
  background-blend-mode: screen;
}
.featured_links.light-gray li > a:before, .featured_links.light-gray .block > a:before {
  background: linear-gradient(#e7e7e9 0%, rgba(231, 231, 233, 0) 100%);
  padding-bottom: 0;
}
.featured_links.light-gray li > a:after, .featured_links.light-gray .block > a:after {
  background: url("../../images/layout/arrow_big_purple.png") 0 0/10px 26px;
}
.featured_links.light-gray li > a:hover, .featured_links.light-gray li > a:focus, .featured_links.light-gray .block > a:hover, .featured_links.light-gray .block > a:focus {
  background-color: rgb(115.5, 115.5, 116.5);
}
.featured_links.light-gray li > a:hover:before, .featured_links.light-gray li > a:focus:before, .featured_links.light-gray .block > a:hover:before, .featured_links.light-gray .block > a:focus:before {
  transform: none;
}
.featured_links.light-gray h2, .featured_links.light-gray h3 {
  color: #552f82 !important;
}
.featured_links.white li > a, .featured_links.white .block > a {
  background-color: #fff;
  background-blend-mode: screen;
}
.featured_links.white li > a:before, .featured_links.white .block > a:before {
  background: linear-gradient(#e7e7e9 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 0;
}
.featured_links.white li > a:after, .featured_links.white .block > a:after {
  background: url("../../images/layout/arrow_big_purple.png") 0 0/10px 26px;
}
.featured_links.white li > a:hover, .featured_links.white li > a:focus, .featured_links.white .block > a:hover, .featured_links.white .block > a:focus {
  background-color: #fff;
}
.featured_links.white li > a:hover:before, .featured_links.white li > a:focus:before, .featured_links.white .block > a:hover:before, .featured_links.white .block > a:focus:before {
  transform: translateY(-200px);
}
.featured_links.white h2, .featured_links.white h3 {
  color: #552f82 !important;
}

.funnels {
  margin: 0 -87px 0 -88px;
}
@media (max-width: 1200px) {
  .funnels {
    margin-left: -13px;
    margin-right: -12px;
  }
}
.funnels .funnel {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 12px 12px 13px 13px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  .funnels .funnel {
    display: block;
    width: auto;
  }
}
.funnels .funnel .funnel_inner {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 42px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fec52e;
  transition: background 1s;
}
@media (max-width: 1120px) {
  .funnels .funnel .funnel_inner {
    padding-top: 40px;
  }
}
@media (max-width: 790px) {
  .funnels .funnel .funnel_inner {
    padding-top: 30px;
  }
}
@media (max-width: 1120px) {
  .funnels .funnel .funnel_inner {
    padding-left: 40px;
  }
}
@media (max-width: 790px) {
  .funnels .funnel .funnel_inner {
    padding-left: 30px;
  }
}
@media (max-width: 1120px) {
  .funnels .funnel .funnel_inner {
    padding-right: 40px;
  }
}
@media (max-width: 790px) {
  .funnels .funnel .funnel_inner {
    padding-right: 30px;
  }
}
.funnels .funnel .image {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  margin-top: -50px;
  margin-left: -50px;
  margin-right: -50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1120px) {
  .funnels .funnel .image {
    margin-top: -40px;
  }
}
@media (max-width: 790px) {
  .funnels .funnel .image {
    margin-top: -30px;
  }
}
@media (max-width: 1120px) {
  .funnels .funnel .image {
    margin-left: -40px;
  }
}
@media (max-width: 790px) {
  .funnels .funnel .image {
    margin-left: -30px;
  }
}
@media (max-width: 1120px) {
  .funnels .funnel .image {
    margin-right: -40px;
  }
}
@media (max-width: 790px) {
  .funnels .funnel .image {
    margin-right: -30px;
  }
}
@media (max-width: 600px) {
  .funnels .funnel .image {
    height: 150px;
  }
}
@media (max-width: 450px) {
  .funnels .funnel .image {
    height: 100px;
  }
}
.funnels .funnel .image:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(254, 197, 46, 0) 0%, #fec52e 100%);
}
.funnels .funnel .text_outer {
  width: 100%;
  white-space: nowrap;
}
.funnels .funnel .text_outer .text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
}
.funnels .funnel .text_outer .text.fake {
  visibility: hidden;
}
@media (max-width: 650px) {
  .funnels .funnel .text_outer .text.fake {
    display: none;
  }
}
.funnels .funnel h2, .funnels .funnel h3 {
  position: relative;
  z-index: 1;
  margin-top: -10px !important;
  margin-bottom: 25px !important;
}
.funnels .funnel h3 {
  font-size: 24px !important;
}
.funnels .funnel p {
  position: relative;
  z-index: 1;
  color: #552f82 !important;
}
.funnels .funnel p:last-child {
  margin-bottom: 0 !important;
}
.funnels .funnel a {
  /*
  			display: block;
  			text-align: right;
  			margin-bottom: -10px;
  */
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  display: inline-block;
  color: #552f82 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fec52e;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
}
@media (max-width: 600px) {
  .funnels .funnel a {
    letter-spacing: 0.05em;
  }
}
.funnels .funnel a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
  background-image: url("../../images/layout/arrow_purple.png");
  transition: transform 0.3s, background 0.3s;
  pointer-events: none;
}
.funnels .funnel a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
  background-image: url("../../images/layout/arrow_gold.png");
  transition: transform 0.3s, background 0.3s, opacity 0.3s;
  pointer-events: none;
}
.funnels .funnel a:hover, .funnels .funnel a:focus {
  color: #552f82 !important;
  background: #fec52e;
}
.funnels .funnel a:hover:before, .funnels .funnel a:focus:before {
  opacity: 1;
  transform: translateX(15px);
  background-image: url("../../images/layout/arrow_white.png");
  background-image: url("../../images/layout/arrow_gold.png");
}
.funnels .funnel a:focus {
  box-shadow: 0 0 0 2px #552f82;
}
.funnels .funnel a:before {
  left: 0 !important;
  background-image: url("../../images/layout/arrow_purple.png") !important;
}
.funnels .funnel a:hover:before, .funnels .funnel a:focus:before {
  transform: translateX(5px) !important;
  opacity: 0 !important;
}
.funnels .funnel.white .funnel_inner {
  background: #fff;
}
.funnels .funnel.white .image:after {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.funnels .funnel.white p {
  color: #434444 !important;
}
.funnels .funnel.white a {
  display: inline-block;
  color: #552f82 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  border: 0 !important;
  transition: background 0.3s, color 0.3s, opacity 0.5s, box-shadow 0.3s !important;
  cursor: pointer;
}
@media (max-width: 600px) {
  .funnels .funnel.white a {
    letter-spacing: 0.05em;
  }
}
.funnels .funnel.white a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
  background-image: url("../../images/layout/arrow_purple.png");
  transition: transform 0.3s, background 0.3s;
  pointer-events: none;
}
.funnels .funnel.white a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 13px;
  background: url("../../images/layout/arrow_white.png") no-repeat 0 0/6px 13px;
  background-image: url("../../images/layout/arrow_purple.png");
  transition: transform 0.3s, background 0.3s, opacity 0.3s;
  pointer-events: none;
}
.funnels .funnel.white a:hover, .funnels .funnel.white a:focus {
  color: #552f82 !important;
  background: #fff;
}
.funnels .funnel.white a:hover:before, .funnels .funnel.white a:focus:before {
  opacity: 1;
  transform: translateX(15px);
  background-image: url("../../images/layout/arrow_white.png");
}
.funnels .funnel.white a:focus {
  box-shadow: 0 0 0 2px #552f82;
}

.end_of_page_funnels {
  margin: 0 -12px 0 -13px;
}
@media (max-width: 500px) {
  .end_of_page_funnels {
    margin: 0 -5px;
  }
}
.end_of_page_funnels .funnel {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 12px 12px 13px 13px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 790px) {
  .end_of_page_funnels .funnel {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .end_of_page_funnels .funnel {
    padding: 5px !important;
  }
}
@media (max-width: 400px) {
  .end_of_page_funnels .funnel {
    display: block;
    width: auto;
  }
}
.end_of_page_funnels .funnel a {
  display: block;
  position: relative;
  padding: 30px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 2.2;
  background-color: rgb(170, 151, 192.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: multiply;
  border-radius: 3px;
  overflow: hidden;
  transition: background 0.5s, box-shadow 0.3s !important;
  /*
  			&:after {
  				content: '';
  				position: absolute;
  				bottom: 35px;
  				right: 35px;
  				width: 10px;
  				height: 26px;
  				background: url('../../images/layout/arrow_big_white.png') 0 0/10px 26px;
  				transition: transform 0.3s;

  				@include smaller_phone() {
  					bottom: 30px;
  					right: 30px;
  				}
  			}
  */
}
@media (max-width: 600px) {
  .end_of_page_funnels .funnel a {
    letter-spacing: 0;
  }
}
.end_of_page_funnels .funnel a span {
  position: relative;
  z-index: 1;
}
.end_of_page_funnels .funnel a .title {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
  font-size: 24px !important;
  font-weight: normal;
  margin: -2px 0 2px 0;
}
@media (max-width: 1120px) {
  .end_of_page_funnels .funnel a .title {
    font-size: 30px !important;
  }
}
@media (max-width: 900px) and (min-width: 791px) {
  .end_of_page_funnels .funnel a .title {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 600px) and (min-width: 401px) {
  .end_of_page_funnels .funnel a .title {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 500px) {
  .end_of_page_funnels .funnel a .title {
    font-size: 22px !important;
  }
}
.end_of_page_funnels .funnel a:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(to right, #552f82 0%, rgba(85, 47, 130, 0) 100%);
  transition: opacity 1.5s;
}
@media (min-width: 791px) {
  .end_of_page_funnels .funnel a:hover, .end_of_page_funnels .funnel a:focus {
    background-color: #e7e7e9;
    /*
    					&:after {
    						transform: translateX(5px);
    					}
    */
  }
  .end_of_page_funnels .funnel a:hover:before, .end_of_page_funnels .funnel a:focus:before {
    opacity: 0.5;
  }
  .end_of_page_funnels .funnel a:focus {
    box-shadow: 0 0 0 2px #552f82;
  }
}
.end_of_page_funnels .funnel:first-child a {
  background-color: #434444;
}
.end_of_page_funnels .funnel:first-child a:before {
  background: linear-gradient(to right, #434444 0%, rgba(67, 68, 68, 0) 100%);
}
@media (min-width: 791px) {
  .end_of_page_funnels .funnel:first-child a:hover {
    background-color: rgb(201.5, 202, 204);
  }
}

[id] {
  scroll-margin-top: 225px;
}

.custom-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.custom-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}