  @media (min-width: 30.0625em) {
  .menu-item-25491 a {
    background-color: #d8d3d0;
    color: #000 !important;
  }
}
@media (min-width: 48.0625em) {
  .menu-global-container li a {
    color: #d6d3d0;
  }
}
.button-bright {
  background-color: #d8d3d0;
  color: #000;
}

body:not(.home) main .button-bright {
  background-color: #A0273D;
  color: #fff;
}

body:not(.home) main .button-bright:hover {
  background-color: #c5385c;
  opacity: 1;
}

.module-contact {
  color: #4D4D4D;
}

.site-contact-location,
.site-contact-media {
  color: #B0B0B0;
}

.testimonial-carousel .testimonial {
  color: #4D4D4D;
}

.module-feed-action,
.module-action {
  color: #4d4d4d;
}

.dashboard-quicklinks a {
  background-color: #00807D; /* darker teal */
}

.dashboard-quicklinks a:hover {
  background-color: #006664;
}

.section--dark {
  color: #474747;
}

.event-details a {
  color: #872137; /* darker maroon */
}

.module-nav nav > ul > li > a {
  opacity: 1;
}

#cff.cff-default-styles .cff-author .cff-date {
  color: #4d4d4d;
}

#cff.cff-default-styles a {
  text-decoration: underline !important;
}

.contextual-nav nav li:first-child {
  background-color: #00807D; /* darker teal */
}

.contextual-nav nav a {
  color: #474747;
}

.structured-form h3, .structured-nav h3 {
  background-color: #00807D; /* darker teal */
}

form .ninja-forms-req-symbol {
  color: #872137; /* darker maroon */
}

:focus {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}

.entry-content a:focus, .post-body a:focus {
  -webkit-box-shadow: inset 0 -1px 0 #a02741;
          box-shadow: inset 0 -1px 0 #a02741;
}

@media (min-width: 48.0625em) {
  .search-opened .slideout-search .search-form .search-field:focus {
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=range]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 0 1px #c5385c;
          box-shadow: 0 0 0 1px #c5385c;
}

.button:focus,
button:focus,
input[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 1px #c5385c;
          box-shadow: 0 0 0 1px #c5385c;
}

input[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 1px #c5385c;
          box-shadow: 0 0 0 1px #c5385c;
  border-radius: 100%;
}

input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 1px #c5385c;
          box-shadow: 0 0 0 1px #c5385c;
}

.entry-content .button {
  background-color: #ac2943;
  color: #fff !important;
}

.breadcrumbs li a {
  opacity: 1;
}

.event-more-info {
  color: #872137;
  font-size: 0.75em;
  font-family: owners-text, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 48.0625em) {
  .calendar-toolbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calendar-toolbar > .button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .calendar-toolbar-links {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    border: 0;
    padding: 1em 0 2em;
    margin-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .calendar-toolbar-links .button-set .button-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .calendar-toolbar-form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 210px;
  }
}
.calendar-item p a {
  text-decoration: underline;
}

.dashboard-text-content a {
  text-decoration: underline;
  color: #a02741;
}

.entry-footer {
  font-size: 12px;
  margin-top: 1.5em;
}

.entry-meta {
  font-size: 12px;
  margin-bottom: 1.5em;
}

.entry-footer a, .entry-meta a, .entry-contact a {
  text-decoration: underline;
  color: #a02741;
}

.site-headers {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
}

.site-header {
  border-top: 1px solid #a02741;
  border-bottom: 1px solid #a02741;
}

.global-header {
  background-color: #7e2235;
  border-color: #7e2235;
}

.menu-global-container:before {
  content: none;
}

.global-header .button-small { /* How to Give button */
  display: block;
  width: 100px;
  color: #fff;
  text-transform: uppercase;
  background-color: #a02741;
  border-color: #a02741;
  margin-top: 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  height: 24px;
  line-height: 22px;
}

.global-header .button-small:hover {
  color: #7e2235;
  background: #d8d3d0;
}

.main-navigation > .button { /* Get Info button */
  width: 100px;
  color: #7e2235;
  font-size: 0.9375em;
  text-transform: none;
  letter-spacing: 0.03em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.main-navigation > .button:hover {
  background: #fff;
  opacity: 1;
}

.main-navigation a {
  letter-spacing: 0.03em;
}

.icon-calendar {
  width: 18px;
  background-size: 18px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/calendar.png");
}

.icon-directory {
  width: 22px;
  background-size: 22px 14px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/directory.png");
}

.icon-search {
  width: 18px;
  background-size: 18px 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/search.png");
}

.site-contact-social li {
  margin-right: 1em;
}

.site-footer-badges {
  padding-bottom: 0;
}

.site-footer nav .menu-item-25491 a {
  margin-top: 10px;
}

@media (min-width: 30.0625em) {
  .menu-item-25491 a {
    color: #7e2235 !important;
  }
}
@media (min-width: 48.0625em) {
  .global-header .menu-global-container .menu-item-25491 a {
    margin-top: 10px;
    height: 24px;
    margin-bottom: 10px;
    padding: 0 13px;
  }
  .main-navigation > .button {
    right: 0px;
    top: -2px;
  }
  .menu-secondary-global-container li:last-child {
    border-left: 0;
    padding-left: 0.75em;
  }
  .site-branding:after {
    content: none;
  }
  .slideout-search .icon {
    background-color: #7e2235;
    -webkit-box-shadow: 0 0 3px 8px #7e2235;
    box-shadow: 0 0 3px 8px #7e2235;
  }
  .site-footer nav {
    border-left: 0;
  }
}
@media (max-width: 48.0625em) {
  .main-navigation > .button {
    width: 60px;
    top: 1.55em;
  }
  .site-footer nav ul li {
    width: 100%;
  }
}
@media (min-width: 770px) and (max-width: 960px) {
  .main-navigation > .button { /* Get Info button */
    right: 32px;
    top: -72px;
  }
}
/* 2021 Hamburger menu */
@media (max-width: 768px) {
  .menu-toggle {
    width: 50px;
    height: 50px;
    right: 15px;
    top: 16px;
    border: 0;
    border-radius: 100%;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu-toggle:active {
    background: #701c2f;
  }
  .menu-toggle:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 12px);
    width: 24px;
    height: 12px;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
  .menu-toggle:after {
    content: "";
    position: absolute;
    top: calc(50% + 3px);
    left: calc(50% - 12px);
    width: 24px;
    height: 0;
    border-top: solid 2px #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
  }
}
.main-navigation.toggled .menu-toggle:after {
  -webkit-transform: none;
          transform: none;
}

.breadcrumbs {
  width: calc(100% + 6em);
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  margin-left: -3em;
  margin-right: -3em;
  background: #fff;
  border-bottom: 0;
  padding: 10px 3em 12px 3em;
}
@media (min-width: 1120px) {
  .breadcrumbs {
    max-width: 1024px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.breadcrumbs:before, .breadcrumbs:after {
  content: none;
}
@media (max-width: 768px) {
  .breadcrumbs {
    width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media (min-width: 1120px) {
  .breadcrumbs {
    max-width: 1024px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.breadcrumbs li {
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: 0.075em;
}

.page-template-degree .breadcrumbs,
.page-template-new-template .breadcrumbs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-headers {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.going-down.site-header-reduced .site-headers {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 48.0625em) {
  .main-navigation .sub-menu,
  .global-navigation .sub-menu {
    visibility: visible;
    pointer-events: none;
  }
  .global-navigation .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navigation .sub-menu:focus-within,
  .main-navigation li:hover .sub-menu,
  .menu-item-has-children:focus-within .sub-menu,
  .global-navigation .current-menu-item .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .global-header.open + .site-header {
    -webkit-transition: -webkit-transform 0.4s ease 0.1s;
    transition: -webkit-transform 0.4s ease 0.1s;
    transition: transform 0.4s ease 0.1s;
    transition: transform 0.4s ease 0.1s, -webkit-transform 0.4s ease 0.1s;
    -webkit-transform: translateY(2.8125em);
    transform: translateY(2.8125em);
    -webkit-transform: translateY(2.74875em);
    transform: translateY(2.74875em);
  }
  .main-navigation > .button:focus-visible {
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff;
  }
}
.site-title a, .site-title span {
  display: block;
  color: transparent;
  background-image: url("/wp-content/themes/friends-2022/img/logo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 0;
  padding-bottom: 30.5%;
}

.no-svg .site-title a, .no-svg .site-title span {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/css/img/legacy/logo.png");
}

.no-rgba .site-title a, .no-rgba .site-title span {
  text-indent: -99999em;
}

@media (min-width: 48.0625em) {
  .global-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .global-header li {
    padding-bottom: 0;
  }
  .global-header .menu-global-container ul > li > a {
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-header .menu-secondary-global-container {
    height: 43px;
  }
  .global-header .menu-secondary-global-container ul {
    height: 43px;
  }
  .global-header .menu-secondary-global-container ul li:not(.slideout-search) {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .global-header .menu-secondary-global-container ul li.slideout-search {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }
  .global-header .menu-secondary-global-container ul li.slideout-search form {
    margin-top: -10px;
  }
  .global-header .menu-secondary-global-container ul li.slideout-search form .screen-reader-text {
    color: inherit;
    left: 8px;
    pointer-events: none;
  }
  .global-header .menu-secondary-global-container ul li.slideout-search form .search-field {
    height: 44px;
    color: #ffffff;
  }
  .global-header .menu-secondary-global-container ul li a.icon-calendar {
    margin-top: 0;
  }
}
.search-form-container .search-form .screen-reader-text, .menu-secondary-global-container .search-form .screen-reader-text {
  top: 8px;
  width: auto;
  height: auto;
  font-family: owners-text, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow: visible;
  clip: unset;
  clip-path: unset;
}
.search-form-container .search-form .search-field, .menu-secondary-global-container .search-form .search-field {
  padding-top: 20px;
}
.search-form-container .search-form .search-field::-webkit-input-placeholder, .menu-secondary-global-container .search-form .search-field::-webkit-input-placeholder {
  color: transparent;
}
.search-form-container .search-form .search-field::-moz-placeholder, .menu-secondary-global-container .search-form .search-field::-moz-placeholder {
  color: transparent;
}
.search-form-container .search-form .search-field:-ms-input-placeholder, .menu-secondary-global-container .search-form .search-field:-ms-input-placeholder {
  color: transparent;
}
.search-form-container .search-form .search-field::-ms-input-placeholder, .menu-secondary-global-container .search-form .search-field::-ms-input-placeholder {
  color: transparent;
}
.search-form-container .search-form .search-field::placeholder, .menu-secondary-global-container .search-form .search-field::placeholder {
  color: transparent;
}

.main-navigation .search-form-container .search-form .screen-reader-text {
  left: 14px;
  color: #000000;
}
.main-navigation .search-form-container .search-form .search-submit {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-toolbar label {
  color: #a02741;
  font-weight: 700;
}
.search-toolbar .calendar-toolbar-form {
  margin-top: 10px;
}

.single-facility.group-blog:not(.page) .hentry .entry-title {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .single-facility.group-blog:not(.page) .hentry .entry-title {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .single-facility.group-blog:not(.page) .hentry .entry-title {
    font-size: 45px;
    font-weight: 500;
  }
}
.single-facility.group-blog:not(.page) .hentry .entry-title strong {
  font-weight: 500;
}
.single-facility.group-blog:not(.page) .hentry.has-post-thumbnail:not(.type-staff) {
  padding-right: 0;
}
.single-facility img {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: 100% !important;
  height: auto !important;
}
.single-facility figure {
  margin-bottom: 1.5em;
}
.single-facility .entry-content > figure {
  margin-bottom: 50px;
}
.single-facility .facility-map {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.single-facility .facility-map-container {
  position: relative;
}
@media (min-width: 48.0625em) {
  .single-facility .facility-map-container {
    position: relative;
    display: block;
    width: 60%;
    margin-left: 2em;
    margin-bottom: 2em;
    float: right;
  }
}

.facility-map-label {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  /*
  	color: #fff;
  	font-family: $heading_font;
  	font-weight: 700;
  	font-size: 0.75em;
  */
  margin: 0;
  padding: 15px 20px;
  background-color: #A02843;
}

.form-group label {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.form-group input[type=color], .form-group input[type=date], .form-group input[type=datetime-local], .form-group input[type=datetime], .form-group input[type=email], .form-group input[type=month], .form-group input[type=number], .form-group input[type=password], .form-group input[type=search], .form-group input[type=tel], .form-group input[type=text], .form-group input[type=time], .form-group input[type=url], .form-group input[type=week], .form-group select, .form-group textarea {
  color: #323f48;
  font-size: 16px;
  line-height: 1.4;
  text-indent: 0;
  border: solid 1px #ccc;
  padding: 10px 15px;
  /*
  	padding-left: 0.8em;
  	padding-right: 0.8em;
  	padding-top: 0.8em;
  	padding-bottom: 0.8em;
  */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 900px) {
  .form-group input[type=color], .form-group input[type=date], .form-group input[type=datetime-local], .form-group input[type=datetime], .form-group input[type=email], .form-group input[type=month], .form-group input[type=number], .form-group input[type=password], .form-group input[type=search], .form-group input[type=tel], .form-group input[type=text], .form-group input[type=time], .form-group input[type=url], .form-group input[type=week], .form-group select, .form-group textarea {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .form-group input[type=color], .form-group input[type=date], .form-group input[type=datetime-local], .form-group input[type=datetime], .form-group input[type=email], .form-group input[type=month], .form-group input[type=number], .form-group input[type=password], .form-group input[type=search], .form-group input[type=tel], .form-group input[type=text], .form-group input[type=time], .form-group input[type=url], .form-group input[type=week], .form-group select, .form-group textarea {
    font-size: 14px;
  }
}
.form-group select {
  color: #323f48;
  font-size: 16px;
  line-height: 1.4;
  text-indent: 0;
  border: solid 1px #ccc;
  padding: 10px 15px;
  /*
  	padding-left: 0.8em;
  	padding-right: 0.8em;
  	padding-top: 0.8em;
  	padding-bottom: 0.8em;
  */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/layout/select_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 24px auto;
  background-color: #fff;
  padding-right: 38px;
}
@media (max-width: 900px) {
  .form-group select {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .form-group select {
    font-size: 14px;
  }
}

.ninja-forms-form-wrap {
  /*
  	.nf-field-element {

  		input,
  		select,
  		textarea {
  		}
  	}
  */
}
.ninja-forms-form-wrap .ninja-forms-required-items {
  display: none;
}
.ninja-forms-form-wrap .nf-form-fields-required,
.ninja-forms-form-wrap .ninja-forms-req-symbol {
  display: none;
}
.ninja-forms-form-wrap input[type=color], .ninja-forms-form-wrap input[type=date], .ninja-forms-form-wrap input[type=datetime-local], .ninja-forms-form-wrap input[type=datetime], .ninja-forms-form-wrap input[type=email], .ninja-forms-form-wrap input[type=month], .ninja-forms-form-wrap input[type=number], .ninja-forms-form-wrap input[type=password], .ninja-forms-form-wrap input[type=search], .ninja-forms-form-wrap input[type=tel], .ninja-forms-form-wrap input[type=text], .ninja-forms-form-wrap input[type=time], .ninja-forms-form-wrap input[type=url], .ninja-forms-form-wrap input[type=week], .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
  color: #323f48;
  font-size: 16px;
  line-height: 1.4;
  text-indent: 0;
  border: solid 1px #ccc;
  padding: 10px 15px;
  /*
  	padding-left: 0.8em;
  	padding-right: 0.8em;
  	padding-top: 0.8em;
  	padding-bottom: 0.8em;
  */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 900px) {
  .ninja-forms-form-wrap input[type=color], .ninja-forms-form-wrap input[type=date], .ninja-forms-form-wrap input[type=datetime-local], .ninja-forms-form-wrap input[type=datetime], .ninja-forms-form-wrap input[type=email], .ninja-forms-form-wrap input[type=month], .ninja-forms-form-wrap input[type=number], .ninja-forms-form-wrap input[type=password], .ninja-forms-form-wrap input[type=search], .ninja-forms-form-wrap input[type=tel], .ninja-forms-form-wrap input[type=text], .ninja-forms-form-wrap input[type=time], .ninja-forms-form-wrap input[type=url], .ninja-forms-form-wrap input[type=week], .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .ninja-forms-form-wrap input[type=color], .ninja-forms-form-wrap input[type=date], .ninja-forms-form-wrap input[type=datetime-local], .ninja-forms-form-wrap input[type=datetime], .ninja-forms-form-wrap input[type=email], .ninja-forms-form-wrap input[type=month], .ninja-forms-form-wrap input[type=number], .ninja-forms-form-wrap input[type=password], .ninja-forms-form-wrap input[type=search], .ninja-forms-form-wrap input[type=tel], .ninja-forms-form-wrap input[type=text], .ninja-forms-form-wrap input[type=time], .ninja-forms-form-wrap input[type=url], .ninja-forms-form-wrap input[type=week], .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    font-size: 14px;
  }
}
.ninja-forms-form-wrap select {
  color: #323f48;
  font-size: 16px;
  line-height: 1.4;
  text-indent: 0;
  border: solid 1px #ccc;
  padding: 10px 15px;
  /*
  	padding-left: 0.8em;
  	padding-right: 0.8em;
  	padding-top: 0.8em;
  	padding-bottom: 0.8em;
  */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/layout/select_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 24px auto;
  background-color: #fff;
  padding-right: 38px;
}
@media (max-width: 900px) {
  .ninja-forms-form-wrap select {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .ninja-forms-form-wrap select {
    font-size: 14px;
  }
}
.ninja-forms-form-wrap input[type=button],
.ninja-forms-form-wrap input[type=submit] {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #A02843;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #A02843;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
}
.ninja-forms-form-wrap input[type=button]:before,
.ninja-forms-form-wrap input[type=submit]:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #A02843;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ninja-forms-form-wrap input[type=button]:hover,
.ninja-forms-form-wrap input[type=submit]:hover {
  opacity: 1;
}
.ninja-forms-form-wrap input[type=button]:hover:before,
.ninja-forms-form-wrap input[type=submit]:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ninja-forms-form-wrap .field-wrap.submit-wrap {
  text-align: right;
}
.ninja-forms-form-wrap label {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}
.ninja-forms-form-wrap .nf-desc p {
  font-size: 0.9em;
}
.ninja-forms-form-wrap .ninja-forms-all-fields-wrap {
  font-size: 0;
}
.ninja-forms-form-wrap .ninja-forms-all-fields-wrap * {
  font-size: 16px;
}
.ninja-forms-form-wrap nf-fields-wrap {
  font-size: 0;
}
.ninja-forms-form-wrap nf-fields-wrap nf-field * {
  font-size: 16px;
}
.ninja-forms-form-wrap .field-wrap {
  margin-bottom: 0;
}
.ninja-forms-form-wrap .nf-field-container {
  margin-bottom: 20px;
}
.ninja-forms-form-wrap #ninja_forms_field_2448_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2449_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2905_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2417_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2418_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2540_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2541_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2427_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2428_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2542_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2543_div_wrap {
  display: inline-block;
  width: 48%;
}
.ninja-forms-form-wrap #ninja_forms_field_2448_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2417_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2540_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2427_div_wrap,
.ninja-forms-form-wrap #ninja_forms_field_2542_div_wrap {
  margin-right: 4%;
}
.ninja-forms-form-wrap #nf-field-2448-container,
.ninja-forms-form-wrap #nf-field-2449-container,
.ninja-forms-form-wrap #nf-field-2905-container,
.ninja-forms-form-wrap #nf-field-2417-container,
.ninja-forms-form-wrap #nf-field-2418-container,
.ninja-forms-form-wrap #nf-field-2540-container,
.ninja-forms-form-wrap #nf-field-2541-container,
.ninja-forms-form-wrap #nf-field-2427-container,
.ninja-forms-form-wrap #nf-field-2428-container,
.ninja-forms-form-wrap #nf-field-2542-container,
.ninja-forms-form-wrap #nf-field-2543-container {
  display: inline-block;
  width: 48%;
}
.ninja-forms-form-wrap #nf-field-2448-container,
.ninja-forms-form-wrap #nf-field-2417-container,
.ninja-forms-form-wrap #nf-field-2540-container,
.ninja-forms-form-wrap #nf-field-2427-container,
.ninja-forms-form-wrap #nf-field-2542-container {
  margin-right: 4%;
}

.button,
button,
input[type=submit] {
  border: 0;
  font-size: 16px;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
}
body.page-template-landing-page .site,
body.page-template-dashboard-new .site {
  overflow: unset;
}
body.page-template-landing-page .entry-header,
body.page-template-dashboard-new .entry-header {
  background: #fff !important;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider {
  z-index: 0;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider .slide,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider .slide {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider .dots,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider .dots {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header .entry-header-image.is_slider .dots,
  body.page-template-dashboard-new .entry-header .entry-header-image.is_slider .dots {
    display: none;
  }
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider .dots div,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider .dots div {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider .dots div:before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider .dots div:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 901px) {
  body.page-template-landing-page .entry-header .entry-header-image.is_slider .dots div:hover,
  body.page-template-dashboard-new .entry-header .entry-header-image.is_slider .dots div:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 900px) {
  body.page-template-landing-page .entry-header .entry-header-image.is_slider .dots div:active,
  body.page-template-dashboard-new .entry-header .entry-header-image.is_slider .dots div:active {
    background: rgba(255, 255, 255, 0.2);
  }
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button {
  position: absolute;
  z-index: 3;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
  border: solid 3px #000;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (max-width: 1200px) {
  body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button,
  body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button {
    bottom: auto;
    top: 20px;
  }
}
@media (min-width: 1201px) {
  body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button,
  body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button {
    bottom: 20px;
    top: auto;
  }
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button .a, body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button .b, body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button .c,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button .a,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button .b,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button .c {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 14px;
  border-radius: 4px;
  background: #fff;
  margin: -7px 0 0 -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button .a,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button .a {
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button .b, body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button .c,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button .b,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button .c {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button .c,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button .c {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button.paused .a,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button.paused .a {
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button.paused .b,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button.paused .b {
  -webkit-transform: translate(-5px, 1px) rotate(-60deg);
          transform: translate(-5px, 1px) rotate(-60deg);
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button.paused .c,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button.paused .c {
  -webkit-transform: translate(-5px, -1px) rotate(60deg);
          transform: translate(-5px, -1px) rotate(60deg);
}
@media (min-width: 901px) {
  body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button:hover,
  body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button:hover {
    border-color: #A02843;
  }
}
@media (max-width: 900px) {
  body.page-template-landing-page .entry-header .entry-header-image.is_slider #slide_pause_button:active,
  body.page-template-dashboard-new .entry-header .entry-header-image.is_slider #slide_pause_button:active {
    border-color: #A02843;
  }
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_1[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="1"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="1"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_2[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="1"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="1"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_3[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="1"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="1"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_4[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="1"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="1"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_5[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="1"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="1"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_6[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="1"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="1"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_7[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="1"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="1"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_8[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="1"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="1"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_9[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="1"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="1"] .slide:nth-child(10) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="1"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="1"] .slide:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="1"] .dots div:nth-child(1):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="1"] .dots div:nth-child(1):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="2"] .slide:nth-child(1),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="2"] .slide:nth-child(1) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="2"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="2"] .slide:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="2"] .dots div:nth-child(2):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="2"] .dots div:nth-child(2):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="3"] .slide:nth-child(2),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="3"] .slide:nth-child(2) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="3"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="3"] .slide:nth-child(3) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="3"] .dots div:nth-child(3):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="3"] .dots div:nth-child(3):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="4"] .slide:nth-child(3),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="4"] .slide:nth-child(3) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="4"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="4"] .slide:nth-child(4) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="4"] .dots div:nth-child(4):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="4"] .dots div:nth-child(4):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="5"] .slide:nth-child(4),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="5"] .slide:nth-child(4) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="5"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="5"] .slide:nth-child(5) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="5"] .dots div:nth-child(5):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="5"] .dots div:nth-child(5):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="6"] .slide:nth-child(5),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="6"] .slide:nth-child(5) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="6"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="6"] .slide:nth-child(6) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="6"] .dots div:nth-child(6):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="6"] .dots div:nth-child(6):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="7"] .slide:nth-child(6),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="7"] .slide:nth-child(6) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="7"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="7"] .slide:nth-child(7) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="7"] .dots div:nth-child(7):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="7"] .dots div:nth-child(7):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="8"] .slide:nth-child(7),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="8"] .slide:nth-child(7) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="8"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="8"] .slide:nth-child(8) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="8"] .dots div:nth-child(8):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="8"] .dots div:nth-child(8):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="9"] .slide:nth-child(8),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="9"] .slide:nth-child(8) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="9"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="9"] .slide:nth-child(9) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="9"] .dots div:nth-child(9):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="9"] .dots div:nth-child(9):before {
  background: #fff;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="10"] .slide:nth-child(9),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="10"] .slide:nth-child(9) {
  z-index: 0;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="10"] .slide:nth-child(10),
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="10"] .slide:nth-child(10) {
  z-index: 1;
  opacity: 1;
}
body.page-template-landing-page .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="10"] .dots div:nth-child(10):before,
body.page-template-dashboard-new .entry-header .entry-header-image.is_slider.slide_count_10[data-active-slide="10"] .dots div:nth-child(10):before {
  background: #fff;
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header .entry-title-outer,
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-left: 300px;
    padding-right: 300px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-landing-page .entry-header .entry-title-outer,
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-left: 22.66%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-landing-page .entry-header .entry-title-outer,
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-left: 100px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-landing-page .entry-header .entry-title-outer,
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-left: 60px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-landing-page .entry-header .entry-title-outer,
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-right: 22.66%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-landing-page .entry-header .entry-title-outer,
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-right: 100px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-landing-page .entry-header .entry-title-outer,
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-right: 60px;
  }
}
body.page-template-landing-page .entry-header .entry-title-outer h1,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 75px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  /*
  				@include mobile() {
  					font-size: 64px !important; // 44px + 20px !important;
  				}
  */
  /*
  				@media ( max-width: 400px ) {
  					font-size: 50px !important;
  				}
  */
}
@media (max-width: 900px) {
  body.page-template-landing-page .entry-header .entry-title-outer h1,
  body.page-template-dashboard-new .entry-header .entry-title-outer h1 {
    font-size: 64px;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header .entry-title-outer h1,
  body.page-template-dashboard-new .entry-header .entry-title-outer h1 {
    font-size: 58px;
    font-weight: 500;
  }
}
@media (max-width: 400px) {
  body.page-template-landing-page .entry-header .entry-title-outer h1,
  body.page-template-dashboard-new .entry-header .entry-title-outer h1 {
    font-size: 50px;
  }
}
body.page-template-landing-page .entry-header .entry-title-outer h1 strong,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 strong {
  font-weight: 500;
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header .entry-title-outer h1,
  body.page-template-dashboard-new .entry-header .entry-title-outer h1 {
    position: relative;
    padding-top: 30px !important;
  }
}
body.page-template-landing-page .entry-header .entry-title-outer h1 a, body.page-template-landing-page .entry-header .entry-title-outer h1 .title,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 a,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 .title {
  display: block;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin-bottom: 11px;
}
body.page-template-landing-page .entry-header .entry-title-outer h1 a a, body.page-template-landing-page .entry-header .entry-title-outer h1 .title a,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 a a,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 .title a {
  display: inline-block;
  padding-right: 6px;
  margin-bottom: 0;
}
body.page-template-landing-page .entry-header .entry-title-outer h1 a a:hover, body.page-template-landing-page .entry-header .entry-title-outer h1 .title a:hover,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 a a:hover,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.page-template-landing-page .entry-header .entry-title-outer h1 a a:after, body.page-template-landing-page .entry-header .entry-title-outer h1 .title a:after,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 a a:after,
body.page-template-dashboard-new .entry-header .entry-title-outer h1 .title a:after {
  content: "/";
  display: inline-block;
  margin-left: 4px;
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header .entry-title-outer h1:before,
  body.page-template-dashboard-new .entry-header .entry-title-outer h1:before {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    top: -25px;
    height: 30px;
    background: #fff;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_half + .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-dashboard-new .entry-header.has_image_half + .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-top: 20px !important;
    border-top: solid 1px #e6e6e6;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_full,
  body.page-template-dashboard-new .entry-header.has_image_full {
    padding-top: 60vw;
    padding-bottom: 10px;
  }
}
@media (min-width: 601px) {
  body.page-template-landing-page .entry-header.has_image_full .entry-header-image,
  body.page-template-dashboard-new .entry-header.has_image_full .entry-header-image {
    width: 100%;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_full .entry-header-image,
  body.page-template-dashboard-new .entry-header.has_image_full .entry-header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 601px) {
  body.page-template-landing-page .entry-header.has_image_full .entry-header-image[data-video-id]:after,
  body.page-template-dashboard-new .entry-header.has_image_full .entry-header-image[data-video-id]:after {
    left: 66.667%;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_full .entry-header-image[data-video-id]:after,
  body.page-template-dashboard-new .entry-header.has_image_full .entry-header-image[data-video-id]:after {
    top: 30vw;
  }
}
body.page-template-landing-page .entry-header.has_image_full .entry-title-outer,
body.page-template-dashboard-new .entry-header.has_image_full .entry-title-outer {
  position: relative;
  z-index: 3;
}
@media (min-width: 601px) {
  body.page-template-landing-page .entry-header.has_image_full .entry-title-outer,
  body.page-template-dashboard-new .entry-header.has_image_full .entry-title-outer {
    /*
    				    display: flex;
    				    flex-wrap: wrap;
    				    align-content: center;
    					min-width: 400px;
    					min-height: 520px;
    */
  }
}
body.page-template-landing-page .entry-header.has_image_full .entry-title-outer h1, body.page-template-landing-page .entry-header.has_image_full .entry-title-outer p,
body.page-template-dashboard-new .entry-header.has_image_full .entry-title-outer h1,
body.page-template-dashboard-new .entry-header.has_image_full .entry-title-outer p {
  color: #fff;
}
body.page-template-landing-page .entry-header.has_image_full .entry-title-outer h1,
body.page-template-dashboard-new .entry-header.has_image_full .entry-title-outer h1 {
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_full .entry-title-outer h1,
  body.page-template-dashboard-new .entry-header.has_image_full .entry-title-outer h1 {
    padding-top: 0 !important;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_full .entry-title-outer h1:before,
  body.page-template-dashboard-new .entry-header.has_image_full .entry-title-outer h1:before {
    display: none;
  }
}
body.page-template-landing-page .entry-header.has_image_full:before,
body.page-template-dashboard-new .entry-header.has_image_full:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 66.667%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_full:before,
  body.page-template-dashboard-new .entry-header.has_image_full:before {
    width: 100%;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.has_image_full + .landing_page_nav,
  body.page-template-dashboard-new .entry-header.has_image_full + .landing_page_nav {
    z-index: 4;
    margin-top: -25px;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-header.is_cyan:not(.has_image_full) .entry-title-outer h1,
  body.page-template-dashboard-new .entry-header.is_cyan:not(.has_image_full) .entry-title-outer h1 {
    color: #839FC8;
  }
}
@media (min-width: 901px) {
  body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child,
  body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child {
    padding-right: 60px;
  }
}
body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2,
body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2 {
  position: relative;
  color: #323f48;
  font-size: 44px;
}
@media (max-width: 900px) {
  body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2,
  body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2,
  body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2,
  body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2 {
    padding-bottom: 25px;
  }
}
body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before,
body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before {
  content: "";
  position: absolute;
  top: 3px;
  left: calc(100% + 60px);
  height: 100%;
  min-height: 87px;
  border-left: solid 4px #F49032;
}
@media (max-width: 900px) and (min-width: 601px) {
  body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before,
  body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before {
    content: none;
  }
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before,
  body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before {
    top: 100%;
    left: 0;
    width: 70px;
    border-left: 0;
    border-top: solid 4px #F49032;
  }
}
body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child a,
body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child a {
  font-weight: 600;
  text-decoration: none;
}
body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child a + a,
body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child a + a {
  position: relative;
  margin-left: 6px;
  padding-left: 12px;
}
body.page-template-landing-page .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child a + a:before,
body.page-template-dashboard-new .entry-content .section_inner .wp-block-columns:first-child .wp-block-column:first-child a + a:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  border-left: solid 1px #e5e5e5;
}
body.page-template-landing-page .entry-content.is_cyan .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before,
body.page-template-dashboard-new .entry-content.is_cyan .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before {
  border-left-color: #839FC8;
}
@media (max-width: 600px) {
  body.page-template-landing-page .entry-content.is_cyan .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before,
  body.page-template-dashboard-new .entry-content.is_cyan .section_inner .wp-block-columns:first-child .wp-block-column:first-child h2:before {
    border-top-color: #839FC8;
  }
}
body.page-template-landing-page .entry-content.is_cyan .section_inner .wp-block-columns:first-child .wp-block-column:first-child a,
body.page-template-dashboard-new .entry-content.is_cyan .section_inner .wp-block-columns:first-child .wp-block-column:first-child a {
  color: #5b6f88;
}

body.page-template-degree .hentry > .entry-content p,
body.page-template-new-template .hentry > .entry-content p,
body.page-template-new-template-no-form .hentry > .entry-content p,
body.page-template-landing-page .hentry > .entry-content p,
body.page-template-dashboard-new .hentry > .entry-content p {
  letter-spacing: 0.01em;
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content p,
  body.page-template-new-template .hentry > .entry-content p,
  body.page-template-new-template-no-form .hentry > .entry-content p,
  body.page-template-landing-page .hentry > .entry-content p,
  body.page-template-dashboard-new .hentry > .entry-content p, body.page-template-degree .hentry > .entry-content ul,
  body.page-template-new-template .hentry > .entry-content ul,
  body.page-template-new-template-no-form .hentry > .entry-content ul,
  body.page-template-landing-page .hentry > .entry-content ul,
  body.page-template-dashboard-new .hentry > .entry-content ul, body.page-template-degree .hentry > .entry-content ol,
  body.page-template-new-template .hentry > .entry-content ol,
  body.page-template-new-template-no-form .hentry > .entry-content ol,
  body.page-template-landing-page .hentry > .entry-content ol,
  body.page-template-dashboard-new .hentry > .entry-content ol {
    font-size: 15px;
  }
}
body.page-template-degree .hentry > .entry-content p.has-medium-font-size,
body.page-template-new-template .hentry > .entry-content p.has-medium-font-size,
body.page-template-new-template-no-form .hentry > .entry-content p.has-medium-font-size,
body.page-template-landing-page .hentry > .entry-content p.has-medium-font-size,
body.page-template-dashboard-new .hentry > .entry-content p.has-medium-font-size, body.page-template-degree .hentry > .entry-content ul.has-medium-font-size,
body.page-template-new-template .hentry > .entry-content ul.has-medium-font-size,
body.page-template-new-template-no-form .hentry > .entry-content ul.has-medium-font-size,
body.page-template-landing-page .hentry > .entry-content ul.has-medium-font-size,
body.page-template-dashboard-new .hentry > .entry-content ul.has-medium-font-size, body.page-template-degree .hentry > .entry-content ol.has-medium-font-size,
body.page-template-new-template .hentry > .entry-content ol.has-medium-font-size,
body.page-template-new-template-no-form .hentry > .entry-content ol.has-medium-font-size,
body.page-template-landing-page .hentry > .entry-content ol.has-medium-font-size,
body.page-template-dashboard-new .hentry > .entry-content ol.has-medium-font-size {
  font-family: owners-text, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  /*
  			font-family: $heading_font;
  			font-size: 20px;

  			@include phone() {
  				font-size: 17px;
  			}
  */
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content p.has-medium-font-size,
  body.page-template-new-template .hentry > .entry-content p.has-medium-font-size,
  body.page-template-new-template-no-form .hentry > .entry-content p.has-medium-font-size,
  body.page-template-landing-page .hentry > .entry-content p.has-medium-font-size,
  body.page-template-dashboard-new .hentry > .entry-content p.has-medium-font-size, body.page-template-degree .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-new-template .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-new-template-no-form .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-landing-page .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-dashboard-new .hentry > .entry-content ul.has-medium-font-size, body.page-template-degree .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-new-template .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-new-template-no-form .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-landing-page .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-dashboard-new .hentry > .entry-content ol.has-medium-font-size {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content p.has-medium-font-size,
  body.page-template-new-template .hentry > .entry-content p.has-medium-font-size,
  body.page-template-new-template-no-form .hentry > .entry-content p.has-medium-font-size,
  body.page-template-landing-page .hentry > .entry-content p.has-medium-font-size,
  body.page-template-dashboard-new .hentry > .entry-content p.has-medium-font-size, body.page-template-degree .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-new-template .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-new-template-no-form .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-landing-page .hentry > .entry-content ul.has-medium-font-size,
  body.page-template-dashboard-new .hentry > .entry-content ul.has-medium-font-size, body.page-template-degree .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-new-template .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-new-template-no-form .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-landing-page .hentry > .entry-content ol.has-medium-font-size,
  body.page-template-dashboard-new .hentry > .entry-content ol.has-medium-font-size {
    font-size: 17px;
  }
}
body.page-template-degree .hentry > .entry-content p.has-medium-font-size strong,
body.page-template-new-template .hentry > .entry-content p.has-medium-font-size strong,
body.page-template-new-template-no-form .hentry > .entry-content p.has-medium-font-size strong,
body.page-template-landing-page .hentry > .entry-content p.has-medium-font-size strong,
body.page-template-dashboard-new .hentry > .entry-content p.has-medium-font-size strong, body.page-template-degree .hentry > .entry-content ul.has-medium-font-size strong,
body.page-template-new-template .hentry > .entry-content ul.has-medium-font-size strong,
body.page-template-new-template-no-form .hentry > .entry-content ul.has-medium-font-size strong,
body.page-template-landing-page .hentry > .entry-content ul.has-medium-font-size strong,
body.page-template-dashboard-new .hentry > .entry-content ul.has-medium-font-size strong, body.page-template-degree .hentry > .entry-content ol.has-medium-font-size strong,
body.page-template-new-template .hentry > .entry-content ol.has-medium-font-size strong,
body.page-template-new-template-no-form .hentry > .entry-content ol.has-medium-font-size strong,
body.page-template-landing-page .hentry > .entry-content ol.has-medium-font-size strong,
body.page-template-dashboard-new .hentry > .entry-content ol.has-medium-font-size strong {
  font-weight: 500;
}
body.page-template-degree .hentry > .entry-content p .button,
body.page-template-new-template .hentry > .entry-content p .button,
body.page-template-new-template-no-form .hentry > .entry-content p .button,
body.page-template-landing-page .hentry > .entry-content p .button,
body.page-template-dashboard-new .hentry > .entry-content p .button, body.page-template-degree .hentry > .entry-content ul .button,
body.page-template-new-template .hentry > .entry-content ul .button,
body.page-template-new-template-no-form .hentry > .entry-content ul .button,
body.page-template-landing-page .hentry > .entry-content ul .button,
body.page-template-dashboard-new .hentry > .entry-content ul .button, body.page-template-degree .hentry > .entry-content ol .button,
body.page-template-new-template .hentry > .entry-content ol .button,
body.page-template-new-template-no-form .hentry > .entry-content ol .button,
body.page-template-landing-page .hentry > .entry-content ol .button,
body.page-template-dashboard-new .hentry > .entry-content ol .button {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #A02843;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #d6d9da;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
  color: #A02843 !important;
  margin-top: 10px !important;
}
body.page-template-degree .hentry > .entry-content p .button:before,
body.page-template-new-template .hentry > .entry-content p .button:before,
body.page-template-new-template-no-form .hentry > .entry-content p .button:before,
body.page-template-landing-page .hentry > .entry-content p .button:before,
body.page-template-dashboard-new .hentry > .entry-content p .button:before, body.page-template-degree .hentry > .entry-content ul .button:before,
body.page-template-new-template .hentry > .entry-content ul .button:before,
body.page-template-new-template-no-form .hentry > .entry-content ul .button:before,
body.page-template-landing-page .hentry > .entry-content ul .button:before,
body.page-template-dashboard-new .hentry > .entry-content ul .button:before, body.page-template-degree .hentry > .entry-content ol .button:before,
body.page-template-new-template .hentry > .entry-content ol .button:before,
body.page-template-new-template-no-form .hentry > .entry-content ol .button:before,
body.page-template-landing-page .hentry > .entry-content ol .button:before,
body.page-template-dashboard-new .hentry > .entry-content ol .button:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #d6d9da;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content p .button:hover,
body.page-template-new-template .hentry > .entry-content p .button:hover,
body.page-template-new-template-no-form .hentry > .entry-content p .button:hover,
body.page-template-landing-page .hentry > .entry-content p .button:hover,
body.page-template-dashboard-new .hentry > .entry-content p .button:hover, body.page-template-degree .hentry > .entry-content ul .button:hover,
body.page-template-new-template .hentry > .entry-content ul .button:hover,
body.page-template-new-template-no-form .hentry > .entry-content ul .button:hover,
body.page-template-landing-page .hentry > .entry-content ul .button:hover,
body.page-template-dashboard-new .hentry > .entry-content ul .button:hover, body.page-template-degree .hentry > .entry-content ol .button:hover,
body.page-template-new-template .hentry > .entry-content ol .button:hover,
body.page-template-new-template-no-form .hentry > .entry-content ol .button:hover,
body.page-template-landing-page .hentry > .entry-content ol .button:hover,
body.page-template-dashboard-new .hentry > .entry-content ol .button:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content p .button:hover:before,
body.page-template-new-template .hentry > .entry-content p .button:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content p .button:hover:before,
body.page-template-landing-page .hentry > .entry-content p .button:hover:before,
body.page-template-dashboard-new .hentry > .entry-content p .button:hover:before, body.page-template-degree .hentry > .entry-content ul .button:hover:before,
body.page-template-new-template .hentry > .entry-content ul .button:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content ul .button:hover:before,
body.page-template-landing-page .hentry > .entry-content ul .button:hover:before,
body.page-template-dashboard-new .hentry > .entry-content ul .button:hover:before, body.page-template-degree .hentry > .entry-content ol .button:hover:before,
body.page-template-new-template .hentry > .entry-content ol .button:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content ol .button:hover:before,
body.page-template-landing-page .hentry > .entry-content ol .button:hover:before,
body.page-template-dashboard-new .hentry > .entry-content ol .button:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content p .button,
  body.page-template-new-template .hentry > .entry-content p .button,
  body.page-template-new-template-no-form .hentry > .entry-content p .button,
  body.page-template-landing-page .hentry > .entry-content p .button,
  body.page-template-dashboard-new .hentry > .entry-content p .button, body.page-template-degree .hentry > .entry-content ul .button,
  body.page-template-new-template .hentry > .entry-content ul .button,
  body.page-template-new-template-no-form .hentry > .entry-content ul .button,
  body.page-template-landing-page .hentry > .entry-content ul .button,
  body.page-template-dashboard-new .hentry > .entry-content ul .button, body.page-template-degree .hentry > .entry-content ol .button,
  body.page-template-new-template .hentry > .entry-content ol .button,
  body.page-template-new-template-no-form .hentry > .entry-content ol .button,
  body.page-template-landing-page .hentry > .entry-content ol .button,
  body.page-template-dashboard-new .hentry > .entry-content ol .button {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content p .button,
  body.page-template-new-template .hentry > .entry-content p .button,
  body.page-template-new-template-no-form .hentry > .entry-content p .button,
  body.page-template-landing-page .hentry > .entry-content p .button,
  body.page-template-dashboard-new .hentry > .entry-content p .button, body.page-template-degree .hentry > .entry-content ul .button,
  body.page-template-new-template .hentry > .entry-content ul .button,
  body.page-template-new-template-no-form .hentry > .entry-content ul .button,
  body.page-template-landing-page .hentry > .entry-content ul .button,
  body.page-template-dashboard-new .hentry > .entry-content ul .button, body.page-template-degree .hentry > .entry-content ol .button,
  body.page-template-new-template .hentry > .entry-content ol .button,
  body.page-template-new-template-no-form .hentry > .entry-content ol .button,
  body.page-template-landing-page .hentry > .entry-content ol .button,
  body.page-template-dashboard-new .hentry > .entry-content ol .button {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content p:first-child,
body.page-template-new-template .hentry > .entry-content p:first-child,
body.page-template-new-template-no-form .hentry > .entry-content p:first-child,
body.page-template-landing-page .hentry > .entry-content p:first-child,
body.page-template-dashboard-new .hentry > .entry-content p:first-child, body.page-template-degree .hentry > .entry-content ul:first-child,
body.page-template-new-template .hentry > .entry-content ul:first-child,
body.page-template-new-template-no-form .hentry > .entry-content ul:first-child,
body.page-template-landing-page .hentry > .entry-content ul:first-child,
body.page-template-dashboard-new .hentry > .entry-content ul:first-child, body.page-template-degree .hentry > .entry-content ol:first-child,
body.page-template-new-template .hentry > .entry-content ol:first-child,
body.page-template-new-template-no-form .hentry > .entry-content ol:first-child,
body.page-template-landing-page .hentry > .entry-content ol:first-child,
body.page-template-dashboard-new .hentry > .entry-content ol:first-child {
  margin-top: 0;
}
body.page-template-degree .hentry > .entry-content ul,
body.page-template-new-template .hentry > .entry-content ul,
body.page-template-new-template-no-form .hentry > .entry-content ul,
body.page-template-landing-page .hentry > .entry-content ul,
body.page-template-dashboard-new .hentry > .entry-content ul, body.page-template-degree .hentry > .entry-content ol,
body.page-template-new-template .hentry > .entry-content ol,
body.page-template-new-template-no-form .hentry > .entry-content ol,
body.page-template-landing-page .hentry > .entry-content ol,
body.page-template-dashboard-new .hentry > .entry-content ol {
  padding-left: 19px;
}
body.page-template-degree .hentry > .entry-content ul li + li,
body.page-template-new-template .hentry > .entry-content ul li + li,
body.page-template-new-template-no-form .hentry > .entry-content ul li + li,
body.page-template-landing-page .hentry > .entry-content ul li + li,
body.page-template-dashboard-new .hentry > .entry-content ul li + li, body.page-template-degree .hentry > .entry-content ol li + li,
body.page-template-new-template .hentry > .entry-content ol li + li,
body.page-template-new-template-no-form .hentry > .entry-content ol li + li,
body.page-template-landing-page .hentry > .entry-content ol li + li,
body.page-template-dashboard-new .hentry > .entry-content ol li + li {
  margin-top: 5px;
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #F49032;
  padding: 60px;
  padding-right: calc(33.333% + 60px);
  margin-top: 112.5px;
  margin-bottom: 112.5px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large {
    margin-top: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large {
    margin-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: calc(33.333% + 40px);
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large {
    padding: 60px 30px;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: calc(50% + 30px);
    text-align: center;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large .image,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large .image,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large .image,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large .image,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33.333%;
    height: auto;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large .image,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large .image {
    position: absolute;
    top: 60px;
    left: 25%;
    width: 50%;
    height: auto;
    padding-top: 50%;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large .image + p,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large .image + p,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large .image + p,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large .image + p,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large .image + p {
  margin-top: 0;
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large .image.default {
  background-image: url("https://www.friends.edu/wp-content/themes/friends/img/davis-testimonial.jpg");
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large p,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large p,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large p,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large p,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large p {
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #fff;
  font-family: owners-narrow, sans-serif;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-style: normal;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large p,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large p {
    font-size: 14px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large p strong,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large p strong,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large p strong,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large p strong,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large p strong {
  font-weight: 500;
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large p:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large p:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large p:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large p:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large p:first-child {
    padding-top: 90px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large p:empty,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large p:empty,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large p:empty,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large p:empty,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large p:empty {
  display: none;
}
body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large cite,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large cite,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large cite,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large cite,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large cite {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote),
body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote),
body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote),
body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote),
body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) {
  background: #F49032;
  max-width: 680px;
  padding: 40px;
  padding-left: 10.5em;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote),
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) {
    margin-bottom: 40px;
  }
}
body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) figure,
body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) figure,
body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) figure,
body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) figure,
body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) figure {
  margin-left: -8em;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
}
body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) p,
body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) p,
body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) p,
body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) p,
body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) p {
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #fff;
  font-family: owners-narrow, sans-serif;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /*
  			font-style: normal;
  			color: $maroon_darker;
  */
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) p {
    font-size: 14px;
  }
}
body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) p strong,
body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) p strong,
body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) p strong,
body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) p strong,
body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) p strong {
  font-weight: 500;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) p {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) p,
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) p {
    font-size: 20px;
  }
}
body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) span,
body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) span,
body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) span,
body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) span,
body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) span {
  color: #701c2f;
  margin-top: 10px;
}
body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote {
  margin-top: -37.5px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote {
    margin-top: -30px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-new-template .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-new-template-no-form .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-landing-page .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote,
  body.page-template-dashboard-new .hentry > .entry-content blockquote:not(.wp-block-quote) + blockquote {
    margin-top: -20px;
  }
}
body.page-template-degree .hentry > .entry-content blockquote.wp-block-quote,
body.page-template-new-template .hentry > .entry-content blockquote.wp-block-quote,
body.page-template-new-template-no-form .hentry > .entry-content blockquote.wp-block-quote,
body.page-template-landing-page .hentry > .entry-content blockquote.wp-block-quote,
body.page-template-dashboard-new .hentry > .entry-content blockquote.wp-block-quote {
  margin-left: 0;
  margin-right: 0;
}
body.page-template-degree .hentry > .entry-content .video_wrapper,
body.page-template-new-template .hentry > .entry-content .video_wrapper,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper,
body.page-template-landing-page .hentry > .entry-content .video_wrapper,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper, body.page-template-degree .hentry > .entry-content .wp-block-embed,
body.page-template-new-template .hentry > .entry-content .wp-block-embed,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 75px;
  /*
  		&:hover .video_cover {
  			&:before {
  				background: rgba(#000,0.5);
  			}
  			&:after {
  				box-shadow: inset 0 0 0 4px $maroon;
  			}
  		}
  */
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .video_wrapper,
  body.page-template-new-template .hentry > .entry-content .video_wrapper,
  body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper,
  body.page-template-landing-page .hentry > .entry-content .video_wrapper,
  body.page-template-dashboard-new .hentry > .entry-content .video_wrapper, body.page-template-degree .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed,
  body.page-template-landing-page .hentry > .entry-content .wp-block-embed,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .video_wrapper,
  body.page-template-new-template .hentry > .entry-content .video_wrapper,
  body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper,
  body.page-template-landing-page .hentry > .entry-content .video_wrapper,
  body.page-template-dashboard-new .hentry > .entry-content .video_wrapper, body.page-template-degree .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed,
  body.page-template-landing-page .hentry > .entry-content .wp-block-embed,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .video_wrapper,
  body.page-template-new-template .hentry > .entry-content .video_wrapper,
  body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper,
  body.page-template-landing-page .hentry > .entry-content .video_wrapper,
  body.page-template-dashboard-new .hentry > .entry-content .video_wrapper, body.page-template-degree .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed,
  body.page-template-landing-page .hentry > .entry-content .wp-block-embed,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .video_wrapper,
  body.page-template-new-template .hentry > .entry-content .video_wrapper,
  body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper,
  body.page-template-landing-page .hentry > .entry-content .video_wrapper,
  body.page-template-dashboard-new .hentry > .entry-content .video_wrapper, body.page-template-degree .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template .hentry > .entry-content .wp-block-embed,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed,
  body.page-template-landing-page .hentry > .entry-content .wp-block-embed,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed {
    margin-bottom: 40px;
  }
}
body.page-template-degree .hentry > .entry-content .video_wrapper .wp-block-embed__wrapper,
body.page-template-new-template .hentry > .entry-content .video_wrapper .wp-block-embed__wrapper,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper .wp-block-embed__wrapper,
body.page-template-landing-page .hentry > .entry-content .video_wrapper .wp-block-embed__wrapper,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper .wp-block-embed__wrapper, body.page-template-degree .hentry > .entry-content .wp-block-embed .wp-block-embed__wrapper,
body.page-template-new-template .hentry > .entry-content .wp-block-embed .wp-block-embed__wrapper,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .wp-block-embed__wrapper,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed .wp-block-embed__wrapper,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .wp-block-embed__wrapper {
  position: static;
}
body.page-template-degree .hentry > .entry-content .video_wrapper iframe,
body.page-template-new-template .hentry > .entry-content .video_wrapper iframe,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper iframe,
body.page-template-landing-page .hentry > .entry-content .video_wrapper iframe,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper iframe, body.page-template-degree .hentry > .entry-content .wp-block-embed iframe,
body.page-template-new-template .hentry > .entry-content .wp-block-embed iframe,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed iframe,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed iframe,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-degree .hentry > .entry-content .video_wrapper .video_cover,
body.page-template-new-template .hentry > .entry-content .video_wrapper .video_cover,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper .video_cover,
body.page-template-landing-page .hentry > .entry-content .video_wrapper .video_cover,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper .video_cover, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover,
body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
body.page-template-degree .hentry > .entry-content .video_wrapper .video_cover:before,
body.page-template-new-template .hentry > .entry-content .video_wrapper .video_cover:before,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper .video_cover:before,
body.page-template-landing-page .hentry > .entry-content .video_wrapper .video_cover:before,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper .video_cover:before, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover:before,
body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 1s;
  transition: background 1s;
}
body.page-template-degree .hentry > .entry-content .video_wrapper .video_cover:after,
body.page-template-new-template .hentry > .entry-content .video_wrapper .video_cover:after,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper .video_cover:after,
body.page-template-landing-page .hentry > .entry-content .video_wrapper .video_cover:after,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper .video_cover:after, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.75) url("../images/icon/play.png") no-repeat 50% 50%/32px auto;
  -webkit-box-shadow: inset 0 0 0 4px rgba(160, 40, 67, 0);
          box-shadow: inset 0 0 0 4px rgba(160, 40, 67, 0);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
body.page-template-degree .hentry > .entry-content .video_wrapper .video_cover:hover:before,
body.page-template-new-template .hentry > .entry-content .video_wrapper .video_cover:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper .video_cover:hover:before,
body.page-template-landing-page .hentry > .entry-content .video_wrapper .video_cover:hover:before,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper .video_cover:hover:before, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover:hover:before,
body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover:hover:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover:hover:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .video_wrapper .video_cover:hover:after,
  body.page-template-new-template .hentry > .entry-content .video_wrapper .video_cover:hover:after,
  body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper .video_cover:hover:after,
  body.page-template-landing-page .hentry > .entry-content .video_wrapper .video_cover:hover:after,
  body.page-template-dashboard-new .hentry > .entry-content .video_wrapper .video_cover:hover:after, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover:hover:after,
  body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover:hover:after,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover:hover:after,
  body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover:hover:after,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover:hover:after {
    -webkit-box-shadow: inset 0 0 0 4px #A02843;
            box-shadow: inset 0 0 0 4px #A02843;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .video_wrapper .video_cover:active:after,
  body.page-template-new-template .hentry > .entry-content .video_wrapper .video_cover:active:after,
  body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper .video_cover:active:after,
  body.page-template-landing-page .hentry > .entry-content .video_wrapper .video_cover:active:after,
  body.page-template-dashboard-new .hentry > .entry-content .video_wrapper .video_cover:active:after, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover:active:after,
  body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover:active:after,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover:active:after,
  body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover:active:after,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover:active:after {
    -webkit-box-shadow: inset 0 0 0 4px #A02843;
            box-shadow: inset 0 0 0 4px #A02843;
  }
}
body.page-template-degree .hentry > .entry-content .video_wrapper:before,
body.page-template-new-template .hentry > .entry-content .video_wrapper:before,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper:before,
body.page-template-landing-page .hentry > .entry-content .video_wrapper:before,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper:before, body.page-template-degree .hentry > .entry-content .wp-block-embed:before,
body.page-template-new-template .hentry > .entry-content .wp-block-embed:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
body.page-template-degree .hentry > .entry-content .video_wrapper:first-child,
body.page-template-new-template .hentry > .entry-content .video_wrapper:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper:first-child,
body.page-template-landing-page .hentry > .entry-content .video_wrapper:first-child,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper:first-child, body.page-template-degree .hentry > .entry-content .wp-block-embed:first-child,
body.page-template-new-template .hentry > .entry-content .wp-block-embed:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed:first-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed:first-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed:first-child {
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content .video_wrapper:last-child,
body.page-template-new-template .hentry > .entry-content .video_wrapper:last-child,
body.page-template-new-template-no-form .hentry > .entry-content .video_wrapper:last-child,
body.page-template-landing-page .hentry > .entry-content .video_wrapper:last-child,
body.page-template-dashboard-new .hentry > .entry-content .video_wrapper:last-child, body.page-template-degree .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-new-template .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed:last-child {
  margin-bottom: 0 !important;
}

body.page-template-degree .hentry > .entry-content,
body.page-template-new-template .hentry > .entry-content,
body.page-template-new-template-no-form .hentry > .entry-content,
body.page-template-landing-page .hentry > .entry-content,
body.page-template-dashboard-new .hentry > .entry-content {
  padding-top: 112.5px;
  padding-bottom: 112.5px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content,
  body.page-template-new-template .hentry > .entry-content,
  body.page-template-new-template-no-form .hentry > .entry-content,
  body.page-template-landing-page .hentry > .entry-content,
  body.page-template-dashboard-new .hentry > .entry-content {
    padding-top: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content,
  body.page-template-new-template .hentry > .entry-content,
  body.page-template-new-template-no-form .hentry > .entry-content,
  body.page-template-landing-page .hentry > .entry-content,
  body.page-template-dashboard-new .hentry > .entry-content {
    padding-top: 60px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content,
  body.page-template-new-template .hentry > .entry-content,
  body.page-template-new-template-no-form .hentry > .entry-content,
  body.page-template-landing-page .hentry > .entry-content,
  body.page-template-dashboard-new .hentry > .entry-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content,
  body.page-template-new-template .hentry > .entry-content,
  body.page-template-new-template-no-form .hentry > .entry-content,
  body.page-template-landing-page .hentry > .entry-content,
  body.page-template-dashboard-new .hentry > .entry-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content,
  body.page-template-new-template .hentry > .entry-content,
  body.page-template-new-template-no-form .hentry > .entry-content,
  body.page-template-landing-page .hentry > .entry-content,
  body.page-template-dashboard-new .hentry > .entry-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  body.page-template-degree .hentry > .entry-content,
  body.page-template-new-template .hentry > .entry-content,
  body.page-template-new-template-no-form .hentry > .entry-content,
  body.page-template-landing-page .hentry > .entry-content,
  body.page-template-dashboard-new .hentry > .entry-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.page-template-degree .hentry > .entry-content .section_inner,
body.page-template-new-template .hentry > .entry-content .section_inner,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner,
body.page-template-landing-page .hentry > .entry-content .section_inner,
body.page-template-dashboard-new .hentry > .entry-content .section_inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-degree .hentry > .entry-content .section_inner > h1, body.page-template-degree .hentry > .entry-content .section_inner > h2, body.page-template-degree .hentry > .entry-content .section_inner > h3, body.page-template-degree .hentry > .entry-content .section_inner > h4, body.page-template-degree .hentry > .entry-content .section_inner > p, body.page-template-degree .hentry > .entry-content .section_inner > ul, body.page-template-degree .hentry > .entry-content .section_inner > ol,
body.page-template-new-template .hentry > .entry-content .section_inner > h1,
body.page-template-new-template .hentry > .entry-content .section_inner > h2,
body.page-template-new-template .hentry > .entry-content .section_inner > h3,
body.page-template-new-template .hentry > .entry-content .section_inner > h4,
body.page-template-new-template .hentry > .entry-content .section_inner > p,
body.page-template-new-template .hentry > .entry-content .section_inner > ul,
body.page-template-new-template .hentry > .entry-content .section_inner > ol,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h1,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h2,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h3,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h4,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > p,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ul,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ol,
body.page-template-landing-page .hentry > .entry-content .section_inner > h1,
body.page-template-landing-page .hentry > .entry-content .section_inner > h2,
body.page-template-landing-page .hentry > .entry-content .section_inner > h3,
body.page-template-landing-page .hentry > .entry-content .section_inner > h4,
body.page-template-landing-page .hentry > .entry-content .section_inner > p,
body.page-template-landing-page .hentry > .entry-content .section_inner > ul,
body.page-template-landing-page .hentry > .entry-content .section_inner > ol,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h1,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h2,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h3,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h4,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > p,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > ul,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > ol {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-degree .hentry > .entry-content .section_inner > h1 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h2 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h3 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h4 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > p + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > ul + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > ol + .feature-item,
body.page-template-new-template .hentry > .entry-content .section_inner > h1 + .feature-item,
body.page-template-new-template .hentry > .entry-content .section_inner > h2 + .feature-item,
body.page-template-new-template .hentry > .entry-content .section_inner > h3 + .feature-item,
body.page-template-new-template .hentry > .entry-content .section_inner > h4 + .feature-item,
body.page-template-new-template .hentry > .entry-content .section_inner > p + .feature-item,
body.page-template-new-template .hentry > .entry-content .section_inner > ul + .feature-item,
body.page-template-new-template .hentry > .entry-content .section_inner > ol + .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h1 + .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h2 + .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h3 + .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h4 + .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > p + .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ul + .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ol + .feature-item,
body.page-template-landing-page .hentry > .entry-content .section_inner > h1 + .feature-item,
body.page-template-landing-page .hentry > .entry-content .section_inner > h2 + .feature-item,
body.page-template-landing-page .hentry > .entry-content .section_inner > h3 + .feature-item,
body.page-template-landing-page .hentry > .entry-content .section_inner > h4 + .feature-item,
body.page-template-landing-page .hentry > .entry-content .section_inner > p + .feature-item,
body.page-template-landing-page .hentry > .entry-content .section_inner > ul + .feature-item,
body.page-template-landing-page .hentry > .entry-content .section_inner > ol + .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h1 + .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h2 + .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h3 + .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h4 + .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > p + .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > ul + .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > ol + .feature-item {
  margin-top: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section_inner > h1 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h2 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h3 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h4 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > p + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > ul + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > ol + .feature-item {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section_inner > h1 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h2 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h3 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > h4 + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > p + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > ul + .feature-item, body.page-template-degree .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-new-template .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-landing-page .hentry > .entry-content .section_inner > ol + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h1 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h2 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h3 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > h4 + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > p + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > ul + .feature-item,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > ol + .feature-item {
    margin-top: 40px;
  }
}
body.page-template-degree .hentry > .entry-content .section_inner > h1.full, body.page-template-degree .hentry > .entry-content .section_inner > h2.full, body.page-template-degree .hentry > .entry-content .section_inner > h3.full, body.page-template-degree .hentry > .entry-content .section_inner > h4.full, body.page-template-degree .hentry > .entry-content .section_inner > p.full, body.page-template-degree .hentry > .entry-content .section_inner > ul.full, body.page-template-degree .hentry > .entry-content .section_inner > ol.full,
body.page-template-new-template .hentry > .entry-content .section_inner > h1.full,
body.page-template-new-template .hentry > .entry-content .section_inner > h2.full,
body.page-template-new-template .hentry > .entry-content .section_inner > h3.full,
body.page-template-new-template .hentry > .entry-content .section_inner > h4.full,
body.page-template-new-template .hentry > .entry-content .section_inner > p.full,
body.page-template-new-template .hentry > .entry-content .section_inner > ul.full,
body.page-template-new-template .hentry > .entry-content .section_inner > ol.full,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h1.full,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h2.full,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h3.full,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > h4.full,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > p.full,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ul.full,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > ol.full,
body.page-template-landing-page .hentry > .entry-content .section_inner > h1.full,
body.page-template-landing-page .hentry > .entry-content .section_inner > h2.full,
body.page-template-landing-page .hentry > .entry-content .section_inner > h3.full,
body.page-template-landing-page .hentry > .entry-content .section_inner > h4.full,
body.page-template-landing-page .hentry > .entry-content .section_inner > p.full,
body.page-template-landing-page .hentry > .entry-content .section_inner > ul.full,
body.page-template-landing-page .hentry > .entry-content .section_inner > ol.full,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h1.full,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h2.full,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h3.full,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > h4.full,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > p.full,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > ul.full,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > ol.full {
  max-width: none;
}
body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
  font-family: argent-cf, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  /*
  	line-height: 1.1;
  	font-weight: 500;
  	letter-spacing: 0.02em;
  */
  font-size: 35px;
  margin-top: 75px;
  margin-bottom: 30px !important;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
    font-size: 28px;
  }
}
body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 strong,
body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 strong,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 strong,
body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 strong,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 strong {
  font-weight: 500;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
    margin-top: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
    margin-top: 120px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2 {
    margin-top: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2:first-child,
body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2:first-child,
body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2:first-child,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2:first-child {
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns {
  margin-top: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.full + .wp-block-columns {
    margin-top: 40px;
  }
}
body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title {
  color: #323f48;
  font-family: argent-cf, serif;
  font-size: 35px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title {
    font-size: 22px;
  }
}
body.page-template-degree .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title strong,
body.page-template-new-template .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title strong,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title strong,
body.page-template-landing-page .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title strong,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > :not(.news_section):not(.module-page-blocks) h2.section-well-title strong {
  font-weight: 500;
}
body.page-template-degree .hentry > .entry-content h3,
body.page-template-new-template .hentry > .entry-content h3,
body.page-template-new-template-no-form .hentry > .entry-content h3,
body.page-template-landing-page .hentry > .entry-content h3,
body.page-template-dashboard-new .hentry > .entry-content h3 {
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #A02843;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-top: 75px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content h3,
  body.page-template-new-template .hentry > .entry-content h3,
  body.page-template-new-template-no-form .hentry > .entry-content h3,
  body.page-template-landing-page .hentry > .entry-content h3,
  body.page-template-dashboard-new .hentry > .entry-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content h3,
  body.page-template-new-template .hentry > .entry-content h3,
  body.page-template-new-template-no-form .hentry > .entry-content h3,
  body.page-template-landing-page .hentry > .entry-content h3,
  body.page-template-dashboard-new .hentry > .entry-content h3 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content h3,
  body.page-template-new-template .hentry > .entry-content h3,
  body.page-template-new-template-no-form .hentry > .entry-content h3,
  body.page-template-landing-page .hentry > .entry-content h3,
  body.page-template-dashboard-new .hentry > .entry-content h3 {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content h3,
  body.page-template-new-template .hentry > .entry-content h3,
  body.page-template-new-template-no-form .hentry > .entry-content h3,
  body.page-template-landing-page .hentry > .entry-content h3,
  body.page-template-dashboard-new .hentry > .entry-content h3 {
    margin-top: 40px;
  }
}
body.page-template-degree .hentry > .entry-content h3:first-child,
body.page-template-new-template .hentry > .entry-content h3:first-child,
body.page-template-new-template-no-form .hentry > .entry-content h3:first-child,
body.page-template-landing-page .hentry > .entry-content h3:first-child,
body.page-template-dashboard-new .hentry > .entry-content h3:first-child {
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content h4,
body.page-template-new-template .hentry > .entry-content h4,
body.page-template-new-template-no-form .hentry > .entry-content h4,
body.page-template-landing-page .hentry > .entry-content h4,
body.page-template-dashboard-new .hentry > .entry-content h4 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  /*
  		font-size: 14px;
  		text-transform: uppercase;
  		color: mix(#fff,$gray,50%);
  		letter-spacing: 0.1em;
  */
  margin-bottom: 5px;
}
body.page-template-degree .hentry > .entry-content h4 + h2,
body.page-template-new-template .hentry > .entry-content h4 + h2,
body.page-template-new-template-no-form .hentry > .entry-content h4 + h2,
body.page-template-landing-page .hentry > .entry-content h4 + h2,
body.page-template-dashboard-new .hentry > .entry-content h4 + h2 {
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content h4:first-child,
body.page-template-new-template .hentry > .entry-content h4:first-child,
body.page-template-new-template-no-form .hentry > .entry-content h4:first-child,
body.page-template-landing-page .hentry > .entry-content h4:first-child,
body.page-template-dashboard-new .hentry > .entry-content h4:first-child {
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
  margin-top: 112.5px;
  margin-bottom: 112.5px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-top: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-left: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-left: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-left: -30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-right: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-right: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background {
    margin-right: -30px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container {
  padding: 60px;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container:after,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container {
    text-align: right;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container {
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-group__inner-container {
    padding: 30px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background.has-friends-maroon-background-color,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background.has-friends-maroon-background-color,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background.has-friends-maroon-background-color,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background.has-friends-maroon-background-color,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background.has-friends-maroon-background-color {
  color: #fff;
  background: #A02843;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color {
  color: #fff;
  background: #839FC8;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color .wp-block-button__link:hover,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color .wp-block-button__link:hover,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color .wp-block-button__link:hover,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color .wp-block-button__link:hover,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background.has-friends-cyan-background-color .wp-block-button__link:hover {
  color: #323f48;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background.has-friends-gold-background-color,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background.has-friends-gold-background-color,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background.has-friends-gold-background-color,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background.has-friends-gold-background-color,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background.has-friends-gold-background-color {
  color: #fff;
  background: #CD6828;
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p {
    width: 50%;
    float: right;
    text-align: left;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child {
  color: inherit;
  font-family: argent-cf, serif;
  font-size: 45px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 60px;
  letter-spacing: -0.02em;
  font-size: 36px;
  margin: 4px 0;
  margin-bottom: 0 !important;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child {
    font-size: 37px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child {
    font-size: 32px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child strong,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child strong,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child strong,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child strong,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child strong {
  font-weight: 500;
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child {
    float: left;
    width: auto;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child {
    font-size: 24px;
  }
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background p:first-child + p,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background p:first-child + p,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background p:first-child + p,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background p:first-child + p,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background p:first-child + p {
    margin-top: 0 !important;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-button,
  body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-button,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-button,
  body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-button,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-button {
    margin-top: 20px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-button a,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-button a,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-button a,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-button a,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-button a {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #fff;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #fff;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:before,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover {
  opacity: 1;
  color: #A02843;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover:before,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background .wp-block-button a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background:first-child,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background:first-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background:first-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background:first-child {
  margin-top: 0;
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background:last-child,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background:last-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background:last-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background:last-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background:last-child {
  margin-bottom: 0 !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container:after,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-group__inner-container:after {
  content: none !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-button__link,
body.page-template-new-template .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-button__link,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-button__link,
body.page-template-landing-page .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-button__link,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-group.has-background.has-background:has(p + .wp-block-button) .wp-block-button__link {
  white-space: nowrap;
}
body.page-template-degree .hentry > .entry-content .wp-block-columns,
body.page-template-new-template .hentry > .entry-content .wp-block-columns,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns,
body.page-template-landing-page .hentry > .entry-content .wp-block-columns,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns {
  margin-top: 112.5px;
  margin-bottom: 112.5px;
  /*
  			&:first-child {
  				margin-top: 0;
  				margin-top: 0 !important;

  				@include phone() {
  					flex-wrap: wrap-reverse;

  					.wp-block-column:first-child {
  						margin-bottom: 0;

  						h2 {
  							margin-top: -18px !important;
  						}
  					}
  					.wp-block-column + .wp-block-column { // page navigation section
  					    position: relative;
  					    top: -61px;
  						margin-top: 0; // -53px;
  						margin-bottom: 0;

  						h4 {
  							position: relative;
  							margin: 0;
  							@include spacing('margin-left', -1);
  							@include spacing('margin-right', -1);
  							padding: 15px 0;
  							@include spacing('padding-left');
  							padding-right: 60px;
  							transition: color 0.3s, background 0.3s;

  							&:before {
  								content: '';
  								position: absolute;
  								top: 50%;
  								right: 30px;
  								width: 6px;
  								height: 6px;
  								border-bottom: solid 2px mix(#fff,$gray,50%);
  								border-right: solid 2px mix(#fff,$gray,50%);
  								margin-top: -6px;
  								transform: rotate(45deg);
  								transition: border 0.3s, transform 0.3s $easeCubic;
  							}
  							&:after {
  								content: ' Navigation';
  							}
  							&:active {
  								color: $gray;
  								background: #e6e6e6;

  								&:before {
  									border-bottom-color: $gray;
  									border-right-color: $gray;
  								}
  							}
  							+ ul {
  								height: 0;
  								overflow: hidden;
  								border-bottom: solid 1px #e6e6e6;
  								transition: height 0.3s $easeCubic;
  								@include spacing('margin-left', -1);
  								@include spacing('margin-right', -1);
  								@include spacing('padding-left');
  								@include spacing('padding-right');

  								li {
  									opacity: 0;
  									transition: opacity 0.3s;
  								}
  								li:first-child {
  									// padding-top: 25px;
  								}
  								li:last-child a {
  									margin-bottom: 0;
  								}
  							}
  							&.open {
  								+ ul li {
  									opacity: 1;
  								}
  								&:before {
  									transform: rotate(225deg) translate(-2px,-2px);
  								}
  							}
  						}
  						@include phone() {

  						}
  					}
  				}
  			}
  */
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns {
    margin-top: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns {
    margin-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns {
    margin-bottom: 60px;
  }
}
@media (max-width: 781px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns {
    margin-bottom: 0;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child,
body.page-template-new-template .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child {
  position: relative;
}
body.page-template-degree .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
body.page-template-new-template .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before {
  content: "";
  position: absolute;
  left: -110px;
  top: -50px;
  width: 220px;
  height: 220px;
  background: url("/wp-content/themes/friends-2022/2018/assets/images/friends_seal.png") no-repeat 0 0/auto 100%;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before {
    top: -30px;
    left: auto;
    right: -60px;
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns.friends-seal .wp-block-column:first-child:before {
    left: auto;
    right: -30px;
    width: 120px;
  }
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns {
    margin-top: -28px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns {
    margin-top: 0;
  }
}
@media (min-width: 782px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child {
    padding-right: 40px;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:first-child + .wp-block-column + .wp-block-column {
    padding-left: 40px;
    margin-left: 0;
  }
}
@media (max-width: 781px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns {
    display: inline;
    font-size: 0;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 0;
    font-size: 1rem;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even) {
    padding: 0 0 0 15px;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column {
    padding: 0 15px 0 0;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd) {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column {
    width: 100%;
    padding: 0;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(even) {
    padding: 0;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column {
    padding: 0;
  }
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-degree .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-landing-page .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns .wp-block-column:nth-child(odd) {
    padding: 0;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-columns:first-child,
body.page-template-new-template .hentry > .entry-content .wp-block-columns:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns:first-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-columns:first-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns:first-child {
  margin-top: 0;
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-columns:last-child,
body.page-template-new-template .hentry > .entry-content .wp-block-columns:last-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-columns:last-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-columns:last-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-columns:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 781px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) and (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column,
  body.page-template-new-template .hentry > .entry-content .wp-block-column,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column,
  body.page-template-landing-page .hentry > .entry-content .wp-block-column,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-column:nth-child(2n),
body.page-template-new-template .hentry > .entry-content .wp-block-column:nth-child(2n),
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column:nth-child(2n),
body.page-template-landing-page .hentry > .entry-content .wp-block-column:nth-child(2n),
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column:nth-child(2n) {
  margin-left: 0 !important;
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column:nth-child(2n),
  body.page-template-new-template .hentry > .entry-content .wp-block-column:nth-child(2n),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column:nth-child(2n),
  body.page-template-landing-page .hentry > .entry-content .wp-block-column:nth-child(2n),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column:nth-child(2n) {
    padding-left: 60px;
  }
}
@media (min-width: 782px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .wp-block-column:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .wp-block-column:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column:not(:first-child) {
    margin-left: 60px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-column h3,
body.page-template-new-template .hentry > .entry-content .wp-block-column h3,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column h3,
body.page-template-landing-page .hentry > .entry-content .wp-block-column h3,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column h3 {
  margin-bottom: 10px;
}
body.page-template-degree .hentry > .entry-content .wp-block-column .wp-block-button__link,
body.page-template-new-template .hentry > .entry-content .wp-block-column .wp-block-button__link,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column .wp-block-button__link,
body.page-template-landing-page .hentry > .entry-content .wp-block-column .wp-block-button__link,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column .wp-block-button__link {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #A02843;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #d6d9da;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
  margin-top: 0 !important;
  /*
  				position: relative;
  				z-index: 1;
  */
}
body.page-template-degree .hentry > .entry-content .wp-block-column .wp-block-button__link:before,
body.page-template-new-template .hentry > .entry-content .wp-block-column .wp-block-button__link:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column .wp-block-button__link:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-column .wp-block-button__link:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #d6d9da;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content .wp-block-column .wp-block-button__link:hover,
body.page-template-new-template .hentry > .entry-content .wp-block-column .wp-block-button__link:hover,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column .wp-block-button__link:hover,
body.page-template-landing-page .hentry > .entry-content .wp-block-column .wp-block-button__link:hover,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column .wp-block-button__link:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .wp-block-column .wp-block-button__link:hover:before,
body.page-template-new-template .hentry > .entry-content .wp-block-column .wp-block-button__link:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column .wp-block-button__link:hover:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-column .wp-block-button__link:hover:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column .wp-block-button__link:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-new-template .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-landing-page .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column .wp-block-button__link {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-new-template .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-landing-page .hentry > .entry-content .wp-block-column .wp-block-button__link,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column .wp-block-button__link {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-column + .wp-block-column h4,
body.page-template-new-template .hentry > .entry-content .wp-block-column + .wp-block-column h4,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column + .wp-block-column h4,
body.page-template-landing-page .hentry > .entry-content .wp-block-column + .wp-block-column h4,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column + .wp-block-column h4 {
  margin-bottom: 10px;
}
body.page-template-degree .hentry > .entry-content .wp-block-column + .wp-block-column ul,
body.page-template-new-template .hentry > .entry-content .wp-block-column + .wp-block-column ul,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column + .wp-block-column ul,
body.page-template-landing-page .hentry > .entry-content .wp-block-column + .wp-block-column ul,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column + .wp-block-column ul {
  padding-left: 0;
  margin: 0;
}
body.page-template-degree .hentry > .entry-content .wp-block-column + .wp-block-column ul li,
body.page-template-new-template .hentry > .entry-content .wp-block-column + .wp-block-column ul li,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column + .wp-block-column ul li,
body.page-template-landing-page .hentry > .entry-content .wp-block-column + .wp-block-column ul li,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column + .wp-block-column ul li {
  list-style: none;
  margin-top: 0;
}
body.page-template-degree .hentry > .entry-content .wp-block-column + .wp-block-column ul li a,
body.page-template-new-template .hentry > .entry-content .wp-block-column + .wp-block-column ul li a,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column + .wp-block-column ul li a,
body.page-template-landing-page .hentry > .entry-content .wp-block-column + .wp-block-column ul li a,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column + .wp-block-column ul li a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child {
  display: block;
  position: relative;
  color: #A02843;
  margin: 0;
  padding: 10px 40px 10px 0;
  margin: 10px 0;
  cursor: pointer;
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child + span,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child + span,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child + span,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child + span,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child + span {
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  color: transparent;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, color 0.3s;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, color 0.3s;
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child + span:after,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child + span:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child + span:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child + span:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child + span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child:before,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child:before,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child:before,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child:before,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  background: url("/wp-content/themes/friends-2022/2018/assets/images/layout/accordion_bg.gif") no-repeat 50% 50%/12px 2px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child:after,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-right: 19px;
  background: #A02843;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child:hover:before,
  body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child:hover:before,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child:hover:before,
  body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child:hover:before,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child:active:before,
  body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child:active:before,
  body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child:active:before,
  body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child:active:before,
  body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child:active:before {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child.open + span,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child.open + span,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child.open + span,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child.open + span,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child.open + span {
  color: #323f48;
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li strong:first-child.open:after,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li strong:first-child.open:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li strong:first-child.open:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li strong:first-child.open:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li strong:first-child.open:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li:first-child strong,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li:first-child strong,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li:first-child strong,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li:first-child strong,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li:first-child strong {
  margin-top: -5px;
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li:last-child strong + span,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li:last-child strong + span,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li:last-child strong + span,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li:last-child strong + span,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li:last-child strong + span {
  margin-bottom: -20px;
}
body.page-template-degree .hentry > .entry-content .wp-block-column ul li:last-child strong + span:after,
body.page-template-new-template .hentry > .entry-content .wp-block-column ul li:last-child strong + span:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-column ul li:last-child strong + span:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-column ul li:last-child strong + span:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-column ul li:last-child strong + span:after {
  content: none;
}
body.page-template-degree .hentry > .entry-content .wp-block-social-links,
body.page-template-new-template .hentry > .entry-content .wp-block-social-links,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-social-links,
body.page-template-landing-page .hentry > .entry-content .wp-block-social-links,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-social-links {
  padding-left: 0;
  margin: 30px 0 0 0;
}
body.page-template-degree .hentry > .entry-content .wp-block-social-links.has-normal-icon-size,
body.page-template-new-template .hentry > .entry-content .wp-block-social-links.has-normal-icon-size,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-social-links.has-normal-icon-size,
body.page-template-landing-page .hentry > .entry-content .wp-block-social-links.has-normal-icon-size,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-social-links.has-normal-icon-size {
  font-size: 20px;
}
body.page-template-degree .hentry > .entry-content .wp-block-social-links.has-normal-icon-size li,
body.page-template-new-template .hentry > .entry-content .wp-block-social-links.has-normal-icon-size li,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-social-links.has-normal-icon-size li,
body.page-template-landing-page .hentry > .entry-content .wp-block-social-links.has-normal-icon-size li,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-social-links.has-normal-icon-size li {
  margin-right: 15px;
  margin-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-social-links a:hover,
body.page-template-new-template .hentry > .entry-content .wp-block-social-links a:hover,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-social-links a:hover,
body.page-template-landing-page .hentry > .entry-content .wp-block-social-links a:hover,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-social-links a:hover {
  opacity: 1 !important;
}
body.page-template-degree .hentry > .entry-content .wp-block-social-links svg path,
body.page-template-new-template .hentry > .entry-content .wp-block-social-links svg path,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-social-links svg path,
body.page-template-landing-page .hentry > .entry-content .wp-block-social-links svg path,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-social-links svg path {
  fill: #fff;
}
body.page-template-degree .hentry > .entry-content .testimonials,
body.page-template-new-template .hentry > .entry-content .testimonials,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
body.page-template-landing-page .hentry > .entry-content .testimonials,
body.page-template-dashboard-new .hentry > .entry-content .testimonials {
  position: relative;
  max-width: 680px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 112.5px;
  margin-bottom: 112.5px;
  padding-bottom: 23px;
  background-color: #F49032;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-top: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-top: 120px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-top: 80px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-bottom: 120px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials,
  body.page-template-new-template .hentry > .entry-content .testimonials,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials,
  body.page-template-landing-page .hentry > .entry-content .testimonials,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials {
    margin-bottom: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .testimonials.large,
body.page-template-new-template .hentry > .entry-content .testimonials.large,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials.large,
body.page-template-landing-page .hentry > .entry-content .testimonials.large,
body.page-template-dashboard-new .hentry > .entry-content .testimonials.large {
  max-width: none;
  padding-bottom: 0;
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote {
  position: static !important;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  font-size: 16px;
  margin: 0 !important;
  background: transparent !important;
  pointer-events: none;
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote + blockquote,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote + blockquote,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote + blockquote,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote + blockquote,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote + blockquote {
  margin-left: -100% !important;
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn_outer,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn_outer,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn_outer,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn_outer,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn_outer {
  display: block;
  text-align: left;
  padding-top: 30px;
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #701c2f;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #fff;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn:before,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn:before,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn:before,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn:before,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn:hover,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn:hover,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn:hover,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn:hover,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn:hover:before,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn:hover:before,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn:hover:before,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content .testimonials blockquote .image, body.page-template-degree .hentry > .entry-content .testimonials blockquote p, body.page-template-degree .hentry > .entry-content .testimonials blockquote cite, body.page-template-degree .hentry > .entry-content .testimonials blockquote span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote .image,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote p,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote cite,
body.page-template-new-template .hentry > .entry-content .testimonials blockquote span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .image,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote p,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote cite,
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .btn {
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .testimonials blockquote .image,
  body.page-template-new-template .hentry > .entry-content .testimonials blockquote .image,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials blockquote .image,
  body.page-template-landing-page .hentry > .entry-content .testimonials blockquote .image,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials blockquote .image {
    margin-bottom: 30px;
  }
}
body.page-template-degree .hentry > .entry-content .testimonials .testimonial_nav,
body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_nav,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_nav,
body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_nav,
body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_nav {
  display: none;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #A02843;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50% 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: default;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_nav {
    left: auto;
    right: 0;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_nav,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_nav {
    display: none;
  }
}
body.page-template-degree .hentry > .entry-content .testimonials .testimonial_nav.back,
body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_nav.back,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_nav.back,
body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_nav.back,
body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_nav.back {
  top: 50%;
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/arrow_back.png");
}
body.page-template-degree .hentry > .entry-content .testimonials .testimonial_nav.forward,
body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_nav.forward,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_nav.forward,
body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_nav.forward,
body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_nav.forward {
  bottom: 50%;
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/arrow_forward.png");
}
body.page-template-degree .hentry > .entry-content .testimonials .testimonial_nav:hover,
body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_nav:hover,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_nav:hover,
body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_nav:hover,
body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_nav:hover {
  background-color: #802036;
}
body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots,
body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots,
body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots,
body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots {
    bottom: 20px;
    right: 33.333%;
    width: 33.333%;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots {
    bottom: 20px;
    left: 30px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots {
    width: 100%;
    left: 0;
  }
}
body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots span,
body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots span,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots span,
body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots span,
body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /*
  					@include mobile() {
  						display: inline-block;
  						width: 20px;
  						height: 20px;
  					}
  */
}
body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots span:after,
body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots span:after,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots span:after,
body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots span:after,
body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: rgba(160, 40, 67, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
  /*
  						@include mobile() {
  							top: 5px;
  							left: 5px;
  						}
  */
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots span:hover,
  body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots span:hover,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots span:hover,
  body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots span:hover,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots span:hover {
    background: rgba(160, 40, 67, 0.15);
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .testimonials .testimonial_dots span:active,
  body.page-template-new-template .hentry > .entry-content .testimonials .testimonial_dots span:active,
  body.page-template-new-template-no-form .hentry > .entry-content .testimonials .testimonial_dots span:active,
  body.page-template-landing-page .hentry > .entry-content .testimonials .testimonial_dots span:active,
  body.page-template-dashboard-new .hentry > .entry-content .testimonials .testimonial_dots span:active {
    background: rgba(160, 40, 67, 0.15);
  }
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote .image, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote .btn {
  opacity: 0;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) {
  pointer-events: auto;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .image {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(1) .btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(2) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(3) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(4) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] blockquote:nth-child(5) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="1"] .testimonial_dots span:nth-child(1):after,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="1"] .testimonial_dots span:nth-child(1):after,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="1"] .testimonial_dots span:nth-child(1):after,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="1"] .testimonial_dots span:nth-child(1):after,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="1"] .testimonial_dots span:nth-child(1):after {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote .image, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote .btn {
  opacity: 0;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) {
  pointer-events: auto;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .image {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(1) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(2) .btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(3) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(4) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] blockquote:nth-child(5) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="2"] .testimonial_dots span:nth-child(2):after,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="2"] .testimonial_dots span:nth-child(2):after,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="2"] .testimonial_dots span:nth-child(2):after,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="2"] .testimonial_dots span:nth-child(2):after,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="2"] .testimonial_dots span:nth-child(2):after {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote .image, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote .btn {
  opacity: 0;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) {
  pointer-events: auto;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .image {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(1) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(2) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(3) .btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(4) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] blockquote:nth-child(5) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="3"] .testimonial_dots span:nth-child(3):after,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="3"] .testimonial_dots span:nth-child(3):after,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="3"] .testimonial_dots span:nth-child(3):after,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="3"] .testimonial_dots span:nth-child(3):after,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="3"] .testimonial_dots span:nth-child(3):after {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote .image, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote .btn {
  opacity: 0;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) {
  pointer-events: auto;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .image {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(1) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(2) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(3) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(4) .btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] blockquote:nth-child(5) .btn {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="4"] .testimonial_dots span:nth-child(4):after,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="4"] .testimonial_dots span:nth-child(4):after,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="4"] .testimonial_dots span:nth-child(4):after,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="4"] .testimonial_dots span:nth-child(4):after,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="4"] .testimonial_dots span:nth-child(4):after {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote .image, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote .btn {
  opacity: 0;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) {
  pointer-events: auto;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .image,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .image,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .image,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .image,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .image {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(1) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(2) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(3) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(4) .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) p, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) cite, body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) span:not(.btn_outer), body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .btn,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) p,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) cite,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .btn,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) p,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) cite,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .btn,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) p,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) cite,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .btn,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) p,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) cite,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) span:not(.btn_outer),
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] blockquote:nth-child(5) .btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .testimonials[data-active="5"] .testimonial_dots span:nth-child(5):after,
body.page-template-new-template .hentry > .entry-content .testimonials[data-active="5"] .testimonial_dots span:nth-child(5):after,
body.page-template-new-template-no-form .hentry > .entry-content .testimonials[data-active="5"] .testimonial_dots span:nth-child(5):after,
body.page-template-landing-page .hentry > .entry-content .testimonials[data-active="5"] .testimonial_dots span:nth-child(5):after,
body.page-template-dashboard-new .hentry > .entry-content .testimonials[data-active="5"] .testimonial_dots span:nth-child(5):after {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.page-template-degree .hentry > .entry-content .feature-item,
body.page-template-new-template .hentry > .entry-content .feature-item,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item,
body.page-template-landing-page .hentry > .entry-content .feature-item,
body.page-template-dashboard-new .hentry > .entry-content .feature-item {
  max-width: 680px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  background-color: #e5e5e5;
  border-radius: 0;
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 145px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  background-position: 40px 40px;
}
body.page-template-degree .hentry > .entry-content .feature-item *,
body.page-template-new-template .hentry > .entry-content .feature-item *,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item *,
body.page-template-landing-page .hentry > .entry-content .feature-item *,
body.page-template-dashboard-new .hentry > .entry-content .feature-item * {
  text-align: left;
}
body.page-template-degree .hentry > .entry-content .feature-item h3,
body.page-template-new-template .hentry > .entry-content .feature-item h3,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item h3,
body.page-template-landing-page .hentry > .entry-content .feature-item h3,
body.page-template-dashboard-new .hentry > .entry-content .feature-item h3 {
  margin-bottom: 10px;
}
body.page-template-degree .hentry > .entry-content .feature-item .learn-more,
body.page-template-new-template .hentry > .entry-content .feature-item .learn-more,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item .learn-more,
body.page-template-landing-page .hentry > .entry-content .feature-item .learn-more,
body.page-template-dashboard-new .hentry > .entry-content .feature-item .learn-more {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #009494;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #fff;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
}
body.page-template-degree .hentry > .entry-content .feature-item .learn-more:before,
body.page-template-new-template .hentry > .entry-content .feature-item .learn-more:before,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item .learn-more:before,
body.page-template-landing-page .hentry > .entry-content .feature-item .learn-more:before,
body.page-template-dashboard-new .hentry > .entry-content .feature-item .learn-more:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content .feature-item .learn-more:hover,
body.page-template-new-template .hentry > .entry-content .feature-item .learn-more:hover,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item .learn-more:hover,
body.page-template-landing-page .hentry > .entry-content .feature-item .learn-more:hover,
body.page-template-dashboard-new .hentry > .entry-content .feature-item .learn-more:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .feature-item .learn-more:hover:before,
body.page-template-new-template .hentry > .entry-content .feature-item .learn-more:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item .learn-more:hover:before,
body.page-template-landing-page .hentry > .entry-content .feature-item .learn-more:hover:before,
body.page-template-dashboard-new .hentry > .entry-content .feature-item .learn-more:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .feature-item .learn-more,
  body.page-template-new-template .hentry > .entry-content .feature-item .learn-more,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item .learn-more,
  body.page-template-landing-page .hentry > .entry-content .feature-item .learn-more,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item .learn-more {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .feature-item .learn-more,
  body.page-template-new-template .hentry > .entry-content .feature-item .learn-more,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item .learn-more,
  body.page-template-landing-page .hentry > .entry-content .feature-item .learn-more,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item .learn-more {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content .feature-item + h1, body.page-template-degree .hentry > .entry-content .feature-item + h2, body.page-template-degree .hentry > .entry-content .feature-item + h3, body.page-template-degree .hentry > .entry-content .feature-item + h4, body.page-template-degree .hentry > .entry-content .feature-item + p, body.page-template-degree .hentry > .entry-content .feature-item + ul, body.page-template-degree .hentry > .entry-content .feature-item + ol,
body.page-template-new-template .hentry > .entry-content .feature-item + h1,
body.page-template-new-template .hentry > .entry-content .feature-item + h2,
body.page-template-new-template .hentry > .entry-content .feature-item + h3,
body.page-template-new-template .hentry > .entry-content .feature-item + h4,
body.page-template-new-template .hentry > .entry-content .feature-item + p,
body.page-template-new-template .hentry > .entry-content .feature-item + ul,
body.page-template-new-template .hentry > .entry-content .feature-item + ol,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h1,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h2,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h3,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h4,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item + p,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item + ul,
body.page-template-new-template-no-form .hentry > .entry-content .feature-item + ol,
body.page-template-landing-page .hentry > .entry-content .feature-item + h1,
body.page-template-landing-page .hentry > .entry-content .feature-item + h2,
body.page-template-landing-page .hentry > .entry-content .feature-item + h3,
body.page-template-landing-page .hentry > .entry-content .feature-item + h4,
body.page-template-landing-page .hentry > .entry-content .feature-item + p,
body.page-template-landing-page .hentry > .entry-content .feature-item + ul,
body.page-template-landing-page .hentry > .entry-content .feature-item + ol,
body.page-template-dashboard-new .hentry > .entry-content .feature-item + h1,
body.page-template-dashboard-new .hentry > .entry-content .feature-item + h2,
body.page-template-dashboard-new .hentry > .entry-content .feature-item + h3,
body.page-template-dashboard-new .hentry > .entry-content .feature-item + h4,
body.page-template-dashboard-new .hentry > .entry-content .feature-item + p,
body.page-template-dashboard-new .hentry > .entry-content .feature-item + ul,
body.page-template-dashboard-new .hentry > .entry-content .feature-item + ol {
  margin-top: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .feature-item + h1, body.page-template-degree .hentry > .entry-content .feature-item + h2, body.page-template-degree .hentry > .entry-content .feature-item + h3, body.page-template-degree .hentry > .entry-content .feature-item + h4, body.page-template-degree .hentry > .entry-content .feature-item + p, body.page-template-degree .hentry > .entry-content .feature-item + ul, body.page-template-degree .hentry > .entry-content .feature-item + ol,
  body.page-template-new-template .hentry > .entry-content .feature-item + h1,
  body.page-template-new-template .hentry > .entry-content .feature-item + h2,
  body.page-template-new-template .hentry > .entry-content .feature-item + h3,
  body.page-template-new-template .hentry > .entry-content .feature-item + h4,
  body.page-template-new-template .hentry > .entry-content .feature-item + p,
  body.page-template-new-template .hentry > .entry-content .feature-item + ul,
  body.page-template-new-template .hentry > .entry-content .feature-item + ol,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h1,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h2,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h3,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h4,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + p,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + ul,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + ol,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h1,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h2,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h3,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h4,
  body.page-template-landing-page .hentry > .entry-content .feature-item + p,
  body.page-template-landing-page .hentry > .entry-content .feature-item + ul,
  body.page-template-landing-page .hentry > .entry-content .feature-item + ol,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h1,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h2,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h3,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h4,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + p,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + ul,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + ol {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .feature-item + h1, body.page-template-degree .hentry > .entry-content .feature-item + h2, body.page-template-degree .hentry > .entry-content .feature-item + h3, body.page-template-degree .hentry > .entry-content .feature-item + h4, body.page-template-degree .hentry > .entry-content .feature-item + p, body.page-template-degree .hentry > .entry-content .feature-item + ul, body.page-template-degree .hentry > .entry-content .feature-item + ol,
  body.page-template-new-template .hentry > .entry-content .feature-item + h1,
  body.page-template-new-template .hentry > .entry-content .feature-item + h2,
  body.page-template-new-template .hentry > .entry-content .feature-item + h3,
  body.page-template-new-template .hentry > .entry-content .feature-item + h4,
  body.page-template-new-template .hentry > .entry-content .feature-item + p,
  body.page-template-new-template .hentry > .entry-content .feature-item + ul,
  body.page-template-new-template .hentry > .entry-content .feature-item + ol,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h1,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h2,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h3,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + h4,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + p,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + ul,
  body.page-template-new-template-no-form .hentry > .entry-content .feature-item + ol,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h1,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h2,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h3,
  body.page-template-landing-page .hentry > .entry-content .feature-item + h4,
  body.page-template-landing-page .hentry > .entry-content .feature-item + p,
  body.page-template-landing-page .hentry > .entry-content .feature-item + ul,
  body.page-template-landing-page .hentry > .entry-content .feature-item + ol,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h1,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h2,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h3,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + h4,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + p,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + ul,
  body.page-template-dashboard-new .hentry > .entry-content .feature-item + ol {
    margin-top: 40px;
  }
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 -10px;
  margin-top: 75px;
  margin-bottom: 75px;
  border: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks {
    max-width: 700px;
  }
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 40px 40px 40px;
  border: 0;
  width: 33.333%;
  margin: 0;
  border: solid 10px transparent;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block {
    width: 50%;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block figure,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block figure,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block figure,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block figure,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block figure {
  margin-left: -40px;
  margin-right: -40px;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block figure img,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block figure img,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block figure img,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block figure img,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block figure img {
  margin-bottom: 35px;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links {
  text-align: right;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links li,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links li,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links li,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links li,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links li {
  width: 100%;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links:last-child,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links:last-child,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links:last-child,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links:last-child,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block .module-page-block-links:last-child {
  margin-bottom: 0 !important;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .module-page-block:before,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .module-page-block:before,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .module-page-block:before,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .module-page-block:before,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .module-page-block:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .button,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .button,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .button,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .button,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .button {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #A02843;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #fff;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
  color: #A02843 !important;
  width: auto;
  white-space: nowrap;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .button:before,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .button:before,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .button:before,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .button:before,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .button:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .button:hover,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .button:hover,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .button:hover,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .button:hover,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .button:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content section.module-page-blocks .button:hover:before,
body.page-template-new-template .hentry > .entry-content section.module-page-blocks .button:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .button:hover:before,
body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .button:hover:before,
body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .button:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .button {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-new-template .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-new-template-no-form .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-landing-page .hentry > .entry-content section.module-page-blocks .button,
  body.page-template-dashboard-new .hentry > .entry-content section.module-page-blocks .button {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content .section_inner > .wp-block-button,
body.page-template-new-template .hentry > .entry-content .section_inner > .wp-block-button,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > .wp-block-button,
body.page-template-landing-page .hentry > .entry-content .section_inner > .wp-block-button,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > .wp-block-button {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-degree .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
body.page-template-new-template .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
body.page-template-landing-page .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #A02843;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #d6d9da;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
}
body.page-template-degree .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:before,
body.page-template-new-template .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:before,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:before,
body.page-template-landing-page .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:before,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #d6d9da;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover,
body.page-template-new-template .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover,
body.page-template-landing-page .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover:before,
body.page-template-new-template .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover:before,
body.page-template-landing-page .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover:before,
body.page-template-dashboard-new .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-new-template .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-landing-page .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-new-template .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-new-template-no-form .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-landing-page .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link,
  body.page-template-dashboard-new .hentry > .entry-content .section_inner > .wp-block-button .wp-block-button__link {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-block,
body.page-template-new-template .hentry > .entry-content section.section-block,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block,
body.page-template-landing-page .hentry > .entry-content section.section-block,
body.page-template-dashboard-new .hentry > .entry-content section.section-block {
  max-width: 680px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background: #e5e5e5;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-block,
  body.page-template-new-template .hentry > .entry-content section.section-block,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block,
  body.page-template-landing-page .hentry > .entry-content section.section-block,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block,
  body.page-template-new-template .hentry > .entry-content section.section-block,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block,
  body.page-template-landing-page .hentry > .entry-content section.section-block,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-block,
  body.page-template-new-template .hentry > .entry-content section.section-block,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block,
  body.page-template-landing-page .hentry > .entry-content section.section-block,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block,
  body.page-template-new-template .hentry > .entry-content section.section-block,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block,
  body.page-template-landing-page .hentry > .entry-content section.section-block,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block {
    margin-bottom: 40px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-block:last-child,
body.page-template-new-template .hentry > .entry-content section.section-block:last-child,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block:last-child,
body.page-template-landing-page .hentry > .entry-content section.section-block:last-child,
body.page-template-dashboard-new .hentry > .entry-content section.section-block:last-child {
  margin-bottom: 0 !important;
}
body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt],
body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt],
body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt],
body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt],
body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] {
  position: relative;
  max-width: 1024px;
  padding: 0;
  /*
  				.module-page-excerpt-primary {

  					@include mobile(false) {
  						width: 50%;
  					}
  				}
  */
}
body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image {
    width: 100%;
    padding-top: 50%;
  }
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    margin-left: 50%;
    width: 50%;
    padding: 75px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 5.665%;
  }
}
@media (min-width: 901px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 25px;
  }
}
@media (min-width: 901px) and (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 15px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    width: 100%;
    padding: 150px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 11.33%;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 30px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links {
  margin-bottom: 0;
  padding-left: 0;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #A02843;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #fff;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
  width: auto;
  height: auto;
  color: #A02843 !important;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content .section-divider,
body.page-template-new-template .hentry > .entry-content .section-divider,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
body.page-template-landing-page .hentry > .entry-content .section-divider,
body.page-template-dashboard-new .hentry > .entry-content .section-divider {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-bottom: 40px;
  }
}
body.page-template-degree .hentry > .entry-content .section-divider h3,
body.page-template-new-template .hentry > .entry-content .section-divider h3,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3,
body.page-template-landing-page .hentry > .entry-content .section-divider h3,
body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 {
  font-family: argent-cf, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  /*
  	line-height: 1.1;
  	font-weight: 500;
  	letter-spacing: 0.02em;
  */
  font-size: 35px;
  margin: 0;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section-divider h3,
  body.page-template-new-template .hentry > .entry-content .section-divider h3,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3,
  body.page-template-landing-page .hentry > .entry-content .section-divider h3,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .section-divider h3,
  body.page-template-new-template .hentry > .entry-content .section-divider h3,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3,
  body.page-template-landing-page .hentry > .entry-content .section-divider h3,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 {
    font-size: 28px;
  }
}
body.page-template-degree .hentry > .entry-content .section-divider h3 strong,
body.page-template-new-template .hentry > .entry-content .section-divider h3 strong,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3 strong,
body.page-template-landing-page .hentry > .entry-content .section-divider h3 strong,
body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 strong {
  font-weight: 500;
}
body.page-template-degree .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-new-template .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-landing-page .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-dashboard-new .hentry > .entry-content .section-divider .section-divider-arrow {
  display: none;
}
body.page-template-degree .hentry > .entry-content .section--extended:before, body.page-template-degree .hentry > .entry-content .section--extended:after,
body.page-template-new-template .hentry > .entry-content .section--extended:before,
body.page-template-new-template .hentry > .entry-content .section--extended:after,
body.page-template-new-template-no-form .hentry > .entry-content .section--extended:before,
body.page-template-new-template-no-form .hentry > .entry-content .section--extended:after,
body.page-template-landing-page .hentry > .entry-content .section--extended:before,
body.page-template-landing-page .hentry > .entry-content .section--extended:after,
body.page-template-dashboard-new .hentry > .entry-content .section--extended:before,
body.page-template-dashboard-new .hentry > .entry-content .section--extended:after {
  content: none;
}
body.page-template-degree .hentry > .entry-content section.section-well,
body.page-template-new-template .hentry > .entry-content section.section-well,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
body.page-template-landing-page .hentry > .entry-content section.section-well,
body.page-template-dashboard-new .hentry > .entry-content section.section-well {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 -10px;
  margin-top: 75px;
  margin-bottom: 75px;
  background: transparent;
  border-radius: 0;
  border: 0;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-degree .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-new-template .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-landing-page .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-dashboard-new .hentry > .entry-content section.section-well[aria-label=featured-faculty] {
    max-width: none;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 120px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 80px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 120px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 80px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well h3,
body.page-template-new-template .hentry > .entry-content section.section-well h3,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3,
body.page-template-landing-page .hentry > .entry-content section.section-well h3,
body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 {
  font-family: argent-cf, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  /*
  	line-height: 1.1;
  	font-weight: 500;
  	letter-spacing: 0.02em;
  */
  font-size: 35px;
  padding: 0;
  margin: 0 !important;
  border: 0;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well h3,
  body.page-template-new-template .hentry > .entry-content section.section-well h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well h3,
  body.page-template-new-template .hentry > .entry-content section.section-well h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 {
    font-size: 28px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well h3 strong,
body.page-template-new-template .hentry > .entry-content section.section-well h3 strong,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3 strong,
body.page-template-landing-page .hentry > .entry-content section.section-well h3 strong,
body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 strong {
  font-weight: 500;
}
body.page-template-degree .hentry > .entry-content section.section-well h2,
body.page-template-new-template .hentry > .entry-content section.section-well h2,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well h2,
body.page-template-landing-page .hentry > .entry-content section.section-well h2,
body.page-template-dashboard-new .hentry > .entry-content section.section-well h2 {
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #A02843;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-top: 0 !important;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well h2,
  body.page-template-new-template .hentry > .entry-content section.section-well h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h2 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well h2,
  body.page-template-new-template .hentry > .entry-content section.section-well h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h2 {
    font-size: 16px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards {
    margin-top: 40px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard {
  position: relative;
  z-index: 0;
  width: 33.333%;
  padding: 40px;
  margin: 0;
  border: solid 10px transparent;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard {
    width: 50%;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard {
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 30px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard figure {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) and (min-width: 451px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard figure {
    float: left;
    margin-right: 30px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h3 {
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #A02843;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  font-style: normal;
  margin-bottom: 5px !important;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h3 {
    font-size: 16px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard ul {
  padding-left: 0;
}
@media (max-width: 600px) and (min-width: 451px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard ul {
    padding-left: 126px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 {
  text-align: center;
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard {
  text-align: left;
  max-width: 620px;
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard {
    width: 100%;
  }
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul {
    padding-left: 126px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 {
  text-align: center;
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard {
  text-align: left;
  max-width: 620px;
}
@media (min-width: 1201px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 1201px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul {
    padding-left: 126px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well:last-child,
body.page-template-new-template .hentry > .entry-content section.section-well:last-child,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well:last-child,
body.page-template-landing-page .hentry > .entry-content section.section-well:last-child,
body.page-template-dashboard-new .hentry > .entry-content section.section-well:last-child {
  margin-bottom: 0 !important;
}
body.page-template-degree .hentry > .entry-content.contact-form-content,
body.page-template-new-template .hentry > .entry-content.contact-form-content,
body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content,
body.page-template-landing-page .hentry > .entry-content.contact-form-content,
body.page-template-dashboard-new .hentry > .entry-content.contact-form-content {
  position: relative;
  background: #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-bottom: 112.5px;
  margin-bottom: -4em;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content.contact-form-content,
  body.page-template-new-template .hentry > .entry-content.contact-form-content,
  body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content,
  body.page-template-landing-page .hentry > .entry-content.contact-form-content,
  body.page-template-dashboard-new .hentry > .entry-content.contact-form-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content.contact-form-content,
  body.page-template-new-template .hentry > .entry-content.contact-form-content,
  body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content,
  body.page-template-landing-page .hentry > .entry-content.contact-form-content,
  body.page-template-dashboard-new .hentry > .entry-content.contact-form-content {
    padding-bottom: 60px;
  }
}
body.page-template-degree .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-new-template .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-landing-page .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-dashboard-new .hentry > .entry-content.contact-form-content.has_cta_block {
  margin-top: 82px;
  padding-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-new-template .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-landing-page .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-dashboard-new .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background {
  max-width: 1024px;
  margin-top: -82px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background {
    margin-left: -30px;
    margin-right: -30px;
  }
}
body.page-template-degree .hentry > .entry-content .request-info-form,
body.page-template-new-template .hentry > .entry-content .request-info-form,
body.page-template-new-template-no-form .hentry > .entry-content .request-info-form,
body.page-template-landing-page .hentry > .entry-content .request-info-form,
body.page-template-dashboard-new .hentry > .entry-content .request-info-form {
  max-width: 1024px;
  margin: auto;
}
body.page-template-degree .hentry > .entry-content .request-info-form h2,
body.page-template-new-template .hentry > .entry-content .request-info-form h2,
body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2,
body.page-template-landing-page .hentry > .entry-content .request-info-form h2,
body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2,
  body.page-template-landing-page .hentry > .entry-content .request-info-form h2,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2,
  body.page-template-landing-page .hentry > .entry-content .request-info-form h2,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 {
    font-size: 45px;
    font-weight: 500;
  }
}
body.page-template-degree .hentry > .entry-content .request-info-form h2 strong,
body.page-template-new-template .hentry > .entry-content .request-info-form h2 strong,
body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2 strong,
body.page-template-landing-page .hentry > .entry-content .request-info-form h2 strong,
body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 strong {
  font-weight: 500;
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form .text-half,
  body.page-template-landing-page .hentry > .entry-content .request-info-form .text-half,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form .text-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form .text-half,
  body.page-template-landing-page .hentry > .entry-content .request-info-form .text-half,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form .text-half {
    margin-bottom: 40px;
  }
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .request-info-form .form-half,
  body.page-template-new-template .hentry > .entry-content .request-info-form .form-half,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form .form-half,
  body.page-template-landing-page .hentry > .entry-content .request-info-form .form-half,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form .form-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
body.page-template-degree .hentry > .entry-content .news_section ul,
body.page-template-new-template .hentry > .entry-content .news_section ul,
body.page-template-new-template-no-form .hentry > .entry-content .news_section ul,
body.page-template-landing-page .hentry > .entry-content .news_section ul,
body.page-template-dashboard-new .hentry > .entry-content .news_section ul {
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
body.page-template-degree .hentry > .entry-content .news_section a,
body.page-template-new-template .hentry > .entry-content .news_section a,
body.page-template-new-template-no-form .hentry > .entry-content .news_section a,
body.page-template-landing-page .hentry > .entry-content .news_section a,
body.page-template-dashboard-new .hentry > .entry-content .news_section a {
  text-decoration: none;
}
body.page-template-degree .hentry > .entry-content .news_section:not(:first-child),
body.page-template-new-template .hentry > .entry-content .news_section:not(:first-child),
body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:first-child),
body.page-template-landing-page .hentry > .entry-content .news_section:not(:first-child),
body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:first-child) {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:first-child) {
    margin-top: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:first-child) {
    margin-top: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .news_section:not(:last-child),
body.page-template-new-template .hentry > .entry-content .news_section:not(:last-child),
body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:last-child),
body.page-template-landing-page .hentry > .entry-content .news_section:not(:last-child),
body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:last-child) {
    margin-bottom: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner {
  margin-bottom: -60px;
}
@media (max-width: 1100px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner {
    margin-bottom: -40px;
  }
}
@media (max-width: 500px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner {
    margin-bottom: -20px;
  }
}
body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:first-child) {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:first-child) {
    margin-top: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:first-child) {
    margin-top: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:last-child) {
    margin-bottom: 80px;
  }
}
.landing_page_nav {
  position: relative;
  background: #e6e6e6;
  padding: 25px 60px;
}
@media (max-width: 900px) {
  .landing_page_nav {
    padding: 40px 15px 15px 15px;
    margin: 25px 15px 60px 15px;
  }
}
@media (max-width: 600px) {
  .landing_page_nav {
    margin-bottom: 0;
  }
}
.landing_page_nav ul {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 901px) {
  .landing_page_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 53px;
  }
}
.landing_page_nav ul:before {
  content: "";
  position: absolute;
  top: calc(50% - 26px);
  left: 0;
  width: 53px;
  height: 53px;
  background: #F49032 url("../images/icon/arrow_white.png") no-repeat 50% 50%/26px auto;
  border-radius: 100%;
}
@media (max-width: 900px) {
  .landing_page_nav ul:before {
    top: -66px;
    left: calc(50% - 26px);
    -webkit-transform: rotate(90deg) scale(0.8);
            transform: rotate(90deg) scale(0.8);
  }
}
.landing_page_nav li {
  display: block;
  text-align: center;
}
@media (min-width: 901px) {
  .landing_page_nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 81px;
  }
}
@media (min-width: 901px) {
  .landing_page_nav li.featured {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 900px) {
  .landing_page_nav li.featured {
    margin-bottom: -25px;
  }
}
.landing_page_nav li.featured a {
  width: 100%;
  color: #fff;
  background: #F49032;
}
@media (min-width: 901px) {
  .landing_page_nav li.featured a {
    padding: 50px 40px 20px 40px;
    margin-top: -50px;
    margin-bottom: -20px;
  }
}
@media (max-width: 900px) {
  .landing_page_nav li.featured a {
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    margin-top: 25px;
  }
}
.landing_page_nav li.featured a strong {
  font-weight: 500;
}
@media (min-width: 901px) {
  .landing_page_nav li.featured a:hover {
    background: #e17c2d;
  }
}
@media (max-width: 900px) {
  .landing_page_nav li.featured a:active {
    background: #e17c2d;
  }
}
.landing_page_nav li:not(.featured) a {
  border-radius: 5px;
}
@media (min-width: 901px) {
  .landing_page_nav li:not(.featured) a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 900px) {
  .landing_page_nav li:not(.featured) a:active {
    background: rgba(0, 0, 0, 0.05);
  }
}
.landing_page_nav li + li:not(.featured) {
  position: relative;
}
.landing_page_nav li + li:not(.featured):before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .landing_page_nav li + li:not(.featured):before {
    top: 0;
    bottom: auto;
    left: calc(50% - 60px);
    width: 120px;
    border-left: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.landing_page_nav a {
  display: block;
  width: calc(100% - 30px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  font-family: argent-cf, serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .landing_page_nav a {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .landing_page_nav a {
    font-size: 22px;
  }
}
.landing_page_nav a strong {
  display: block;
  font-family: owners-narrow, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-style: normal;
}
@media (max-width: 600px) {
  .landing_page_nav a strong {
    font-size: 22px;
  }
}
.landing_page_nav.is_cyan ul:before {
  background-color: #839FC8;
}
.landing_page_nav.is_cyan li.featured a {
  background: #839FC8;
}
@media (min-width: 901px) {
  .landing_page_nav.is_cyan li.featured a:hover {
    background: #7b95bb;
  }
}
@media (max-width: 900px) {
  .landing_page_nav.is_cyan li.featured a:active {
    background: #7b95bb;
  }
}
.landing_page_nav.is_maroon ul:before {
  background-color: #A02843;
}
.landing_page_nav.is_maroon li.featured a {
  background: #A02843;
}
@media (min-width: 901px) {
  .landing_page_nav.is_maroon li.featured a:hover {
    background: #701c2f;
  }
}
@media (max-width: 900px) {
  .landing_page_nav.is_maroon li.featured a:active {
    background: #701c2f;
  }
}

body.page-template-dashboard-new .site-main > .hentry > :last-child:not(.dashboard_outer) {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  body.page-template-dashboard-new .site-main > .hentry > :last-child:not(.dashboard_outer) {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-dashboard-new .site-main > .hentry > :last-child:not(.dashboard_outer) {
    margin-bottom: 80px;
  }
}
body.page-template-dashboard-new .site-footer {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}
body.page-template-dashboard-new .site-footer:before, body.page-template-dashboard-new .site-footer:after {
  content: none;
}
body.page-template-dashboard-new .site-footer .site-info {
  max-width: 70em;
  margin: auto;
}
body.page-template-dashboard-new .hentry > .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-template-dashboard-new .hentry > .entry-header {
  background: #e6e6e6 !important;
}
body.page-template-dashboard-new .hentry > .entry-header.has_landing_page_nav_after {
  background: #fff !important;
}
body.page-template-dashboard-new .entry-header-image {
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 600px) {
  body.page-template-dashboard-new .entry-header-image {
    display: none;
  }
}
body.page-template-dashboard-new .entry-header .entry-title-outer {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1200px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-left: 11.33%;
  }
}
@media (max-width: 900px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-right: 11.33%;
  }
}
@media (max-width: 900px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer {
    text-align: center;
  }
}
@media (max-width: 600px) {
  body.page-template-dashboard-new .entry-header .entry-title-outer h1.entry-title {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
body.page-template-dashboard-new .landing_page_nav {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 900px) {
  body.page-template-dashboard-new .landing_page_nav {
    width: calc(100vw - 30px);
    margin-left: calc(50% - 50vw + 15px);
  }
}
body.page-template-dashboard-new .landing_page_nav + .dashboard_outer {
  margin-top: 60px;
}
body.page-template-dashboard-new .dashboard-text {
  margin-bottom: 0;
  margin-top: 60px;
  border: 0;
  background: transparent !important;
  padding: 0;
  /*
  		p:first-child {
  			margin-top: 0;
  		}
  		padding: 0 0 0 50%;

  		@include phone() {
  			padding: 0;
  		}
  		.dashboard-text-content {
  			padding: 0;

  			h2:first-child {
  				position: relative;
  				@include h_a($gray);

  				@include phone(false) {
  					float: left;
  					width: calc(100% - 120px);
  					margin-left: -100%;
  				}
  				@include phone() {
  					@include h_c($gray);
  					padding-bottom: 25px;
  					margin-bottom: 30px;
  				}
  				&:before {
  				    content: '';
  				    position: absolute;
  				    top: 3px;
  				    left: calc(100% + 60px);
  				    height: 100%;
  				    min-height: 87px;
  				    border-left: solid 4px $gold;

  					@include mobile() {
  						display: none;
  					}
  					@include phone() {
  						display: block;
  					    top: 100%;
  					    left: 0;
  					    width: 70px;
  					    border-left: 0;
  					    border-top: solid 4px $gold;
  					}
  				}
  			}
  			:last-child {
  				margin-bottom: 0;
  			}
  		}
  */
}
body.page-template-dashboard-new .dashboard-text .featured_alumni {
  padding-top: 20px;
}
body.page-template-dashboard-new .dashboard-text .featured_alumni h3 {
  margin-bottom: 0;
}
body.page-template-dashboard-new .dashboard-text .featured_alumni .testimonial-item {
  margin-top: 20px;
  margin-bottom: 0;
}
body.page-template-dashboard-new .dashboard-text .featured_alumni .testimonial-item figure {
  margin-left: -8em;
}
body.page-template-dashboard-new .dashboard-text .featured_alumni .link {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A02843;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  body.page-template-dashboard-new .dashboard-text .featured_alumni .link:hover {
    color: #F49032;
  }
}
@media (max-width: 900px) {
  body.page-template-dashboard-new .dashboard-text .featured_alumni .link:active {
    color: #F49032;
  }
}

.dashboard_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .dashboard_outer {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.dashboard_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 280px - 50px);
  gap: 20px;
}
@media (max-width: 1115px) {
  .dashboard_cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 750px) {
  .dashboard_cards {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dashboard_cards {
    gap: 10px;
  }
}
.dashboard_cards .card {
  position: relative;
  width: calc(50% - 10px);
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
  padding: 35px 40px;
}
@media (max-width: 1115px) {
  .dashboard_cards .card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dashboard_cards .card {
    padding: 25px 30px;
  }
}
.dashboard_cards .card .image {
  display: block;
  width: calc(100% + 80px);
  margin: -35px -40px 35px -40px;
}
.dashboard_cards .card .image img {
  width: 100%;
  height: auto;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .dashboard_cards .card .image {
    width: calc(100% + 60px);
    margin: -25px -30px 25px -30px;
  }
}
.dashboard_cards .card .date {
  float: left;
  display: block;
  margin-left: -7px;
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .dashboard_cards .card .date {
    margin-left: -5px;
    margin-right: 20px;
  }
}
.dashboard_cards .card .date .month {
  display: block;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A02843;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
@media (max-width: 600px) {
  .dashboard_cards .card .date .month {
    letter-spacing: 0.1em;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0.25em;
  }
}
.dashboard_cards .card .date .day {
  display: block;
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
@media (max-width: 600px) {
  .dashboard_cards .card .date .day {
    font-size: 30px;
  }
}
.dashboard_cards .card h2 {
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.dashboard_cards .card h4 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.dashboard_cards .card h3 {
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #323f48;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 900px) {
  .dashboard_cards .card h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .dashboard_cards .card h3 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .dashboard_cards .card h3 {
    font-size: 18px;
  }
}
.dashboard_cards .card h3 a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  .dashboard_cards .card h3 a:hover {
    color: #A02843;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card h3 a:active {
    color: #A02843;
  }
}
.dashboard_cards .card h4 + h3 {
  margin-top: 0.25em;
}
.dashboard_cards .card p {
  font-family: owners-text, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.dashboard_cards .card p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dashboard_cards .card .link_text {
  display: block;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A02843;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin: 10px 0 0 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  .dashboard_cards .card .link_text:hover {
    color: #F49032;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card .link_text:active {
    color: #F49032;
  }
}
.dashboard_cards .card.is_notice .link_text {
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard_cards .card.is_notice .link_text:before {
  content: "";
  position: absolute;
  top: calc(50% - 26px);
  right: -10px;
  width: 53px;
  height: 53px;
  background: #F49032 url("../images/icon/arrow_white.png") no-repeat 50% 50%/26px auto;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_notice .link_text:before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (min-width: 901px) {
  .dashboard_cards .card.is_notice .link_text:hover:before {
    background-color: #CD6828;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_notice .link_text:active:before {
    background-color: #CD6828;
  }
}
.dashboard_cards .card .site-contact-media {
  padding: 0;
}
.dashboard_cards .card .site-contact-media .site-contact-social {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 26px;
  padding-top: 20px;
}
.dashboard_cards .card .site-contact-media .site-contact-social li {
  min-width: 50px;
  margin-right: 0;
}
.dashboard_cards .card .site-contact-media .site-contact-social li a {
  width: 30px !important;
  height: 30px !important;
}
.dashboard_cards .card .site-contact-media .site-contact-social li a.icon-social-facebook {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/social/facebook.svg");
}
.dashboard_cards .card .site-contact-media .site-contact-social li a.icon-social-instagram {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/social/instagram.svg");
}
.dashboard_cards .card .site-contact-media .site-contact-social li a.icon-social-twitter {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/social/twitter.svg");
}
.dashboard_cards .card .site-contact-media .site-contact-social li a.icon-social-linkedin {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/social/linkedin.svg");
}
.dashboard_cards .card .site-contact-media .site-contact-social li a.icon-social-youtube {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/social/youtube.svg");
}
.dashboard_cards .card .site-contact-media .site-contact-social li a.icon-social-freddy {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/social/freddy.svg");
}
.dashboard_cards .card .site-contact-media .site-contact-social li a.icon-social-pinterest {
  background-image: url("/wp-content/themes/friends-2022/2018/assets/images/icon/social/pinterest.svg");
}
.dashboard_cards .card.is_news, .dashboard_cards .card.is_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*
  			.link {
  				display: none;
  			}
  */
}
.dashboard_cards .card.is_news .text, .dashboard_cards .card.is_event .text {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard_cards .card.is_news .text h4, .dashboard_cards .card.is_event .text h4 {
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard_cards .card.is_news .text .link_text, .dashboard_cards .card.is_event .text .link_text {
  margin-top: 8px;
  margin-bottom: -29px;
  opacity: 0;
  -webkit-transition: color 0.3s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (hover: none) {
  .dashboard_cards .card.is_news .text .link_text, .dashboard_cards .card.is_event .text .link_text {
    display: none;
  }
}
@media (min-width: 901px) {
  .dashboard_cards .card.is_news:hover .text, .dashboard_cards .card.is_event:hover .text {
    -webkit-transform: translateY(-21px);
            transform: translateY(-21px);
  }
  .dashboard_cards .card.is_news:hover .text h4, .dashboard_cards .card.is_event:hover .text h4 {
    opacity: 0;
  }
  .dashboard_cards .card.is_news:hover .text .link_text, .dashboard_cards .card.is_event:hover .text .link_text {
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_news:active .text, .dashboard_cards .card.is_event:active .text {
    -webkit-transform: translateY(-21px);
            transform: translateY(-21px);
  }
  .dashboard_cards .card.is_news:active .text h4, .dashboard_cards .card.is_event:active .text h4 {
    opacity: 0;
  }
  .dashboard_cards .card.is_news:active .text .link_text, .dashboard_cards .card.is_event:active .text .link_text {
    opacity: 1;
  }
}
.dashboard_cards .card.is_news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard_cards .card.is_news .image {
  position: relative;
}
.dashboard_cards .card.is_news .image .category {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: owners-narrow, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #CD6828;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.dashboard_cards .card.is_news.academics .image .category {
  background-color: #323f48;
}
.dashboard_cards .card.is_news.events .image .category {
  background-color: #5b6f88;
}
.dashboard_cards .card.is_news.community .image .category {
  background-color: #A02843;
}
.dashboard_cards .card.is_news.fine-arts .image .category {
  background-color: #CD6828;
}
.dashboard_cards .card.is_news h3 {
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.35em;
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_news h3 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dashboard_cards .card.is_news h3 {
    font-size: 14px;
  }
}
.dashboard_cards .card.is_news h3 strong {
  font-weight: 500;
}
@media (max-width: 600px) {
  .dashboard_cards .card.is_event {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dashboard_cards .card.is_search {
  background: #e6e6e6;
}
.dashboard_cards .card.is_search .link_outer {
  margin-top: -5px;
}
.dashboard_cards .card.is_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.dashboard_cards .card.is_search .form-group {
  width: calc(100% - 44px - 10px);
  margin-bottom: 5px;
}
.dashboard_cards .card.is_search label {
  display: none;
}
.dashboard_cards .card.is_search input {
  width: 100%;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 15.5px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_search input {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dashboard_cards .card.is_search input {
    font-size: 14px;
  }
}
.dashboard_cards .card.is_search input strong {
  font-weight: 500;
}
.dashboard_cards .card.is_search .link_outer .secondary_link {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  .dashboard_cards .card.is_search .link_outer .secondary_link:hover {
    color: #A02843;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_search .link_outer .secondary_link:active {
    color: #A02843;
  }
}
.dashboard_cards .card.is_search .link_outer:first-child {
  margin-bottom: -21px;
}
.dashboard_cards .card.is_search .link_outer:last-child {
  margin-bottom: -13px;
}
.dashboard_cards .card.is_search .link_outer.has_secondary_link {
  text-align: right;
}
.dashboard_cards .card.is_search button {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  font-size: 0;
  background: #A02843 url("../images/icon/search.png") no-repeat 50% 50%/18px auto;
}
.dashboard_cards .card.is_notice {
  position: relative;
  /*
  			&:before { // folded corner
  				content: '';
  				position: absolute;
  				top: 0;
  				right: 0;
  				border: solid 20px #fff;
  				border-left-color: mix($cyan,$cyan_darker,33%);
  				border-bottom-color: mix($cyan,$cyan_darker,33%);
  				transform-origin: 100% 0;
  				transition: transform 0.3s $easeCubic;
  			}
  			@include hover() {

  				.link_text {

  					&:before {
  						background-color: mix($cyan,$cyan_darker,33%);
  					}
  				}
  				&:before {
  					transform: scale(0.75);
  				}
  			}
  */
}
.dashboard_cards .card.is_gold, .dashboard_cards .card.is_cyan, .dashboard_cards .card.is_maroon {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dashboard_cards .card.is_gold h3, .dashboard_cards .card.is_gold p, .dashboard_cards .card.is_cyan h3, .dashboard_cards .card.is_cyan p, .dashboard_cards .card.is_maroon h3, .dashboard_cards .card.is_maroon p {
  color: #fff;
}
.dashboard_cards .card.is_gold {
  background: #F49032;
}
.dashboard_cards .card.is_gold h4, .dashboard_cards .card.is_gold .link_text {
  color: #A02843;
}
.dashboard_cards .card.is_gold .link_text:before {
  background-color: #A02843;
}
@media (min-width: 901px) {
  .dashboard_cards .card.is_gold .link_text:hover {
    color: #fff;
  }
  .dashboard_cards .card.is_gold .link_text:hover:before {
    background-color: #CD6828;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_gold .link_text:active {
    color: #fff;
  }
  .dashboard_cards .card.is_gold .link_text:active:before {
    background-color: #CD6828;
  }
}
.dashboard_cards .card.is_cyan {
  background: #839FC8;
}
.dashboard_cards .card.is_cyan h4, .dashboard_cards .card.is_cyan .link_text {
  color: #5b6f88;
}
.dashboard_cards .card.is_cyan .link_text:before {
  background-color: #5b6f88;
}
@media (min-width: 901px) {
  .dashboard_cards .card.is_cyan .link_text:hover {
    color: #fff;
  }
  .dashboard_cards .card.is_cyan .link_text:hover:before {
    background-color: #6f87a8;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_cyan .link_text:active {
    color: #fff;
  }
  .dashboard_cards .card.is_cyan .link_text:active:before {
    background-color: #6f87a8;
  }
}
.dashboard_cards .card.is_maroon {
  background: #A02843;
  /*
  			.link_text {
  				position: relative;
  				padding-top: 10px;
  				padding-bottom: 10px;

  				&:before { // button
  				    content: '';
  				    position: absolute;
  				    top: calc(50% - 26px);
  				    right: -10px;
  				    width: 53px;
  				    height: 53px;
  				    background: #ffad3c url('../images/icon/arrow_white.png') no-repeat 50% 50%/26px auto;
  				    border-radius: 100%;
  				    transition: background 0.3s;

  				    @include mobile() {
  					    transform: scale(0.8);
  				    }
  				}
  				@include hover() {
  					color: #fff;
  				}
  			}
  			@include hover() {

  				.link_text {
  					color: #fff;

  					&:before {
  						background-color: $gold_darker;
  					}
  				}
  			}
  */
}
.dashboard_cards .card.is_maroon h4, .dashboard_cards .card.is_maroon .link_text {
  color: #F49032;
}
@media (min-width: 901px) {
  .dashboard_cards .card.is_maroon .link_text:hover {
    color: #fff;
  }
}
@media (max-width: 900px) {
  .dashboard_cards .card.is_maroon .link_text:active {
    color: #fff;
  }
}

@media (min-width: 751px) {
  .dashboard_sidebar {
    position: sticky;
    top: 212px;
    width: 280px;
    -webkit-transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media (max-width: 750px) {
  .dashboard_sidebar {
    width: 100%;
    margin-bottom: 60px;
  }
}
.dashboard_sidebar .dashboard-module {
  padding: 32px;
}
@media (max-width: 768px) {
  .dashboard_sidebar .dashboard-module {
    padding: 16px;
  }
}
.dashboard_sidebar h2 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(77, 77, 77, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin: 0 0 8px 0;
}
.dashboard_sidebar section nav ul li {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.dashboard_sidebar section nav ul li a {
  display: block;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #A02843;
  font-weight: 500;
  letter-spacing: 0;
  padding: 6px 0;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 900px) {
  .dashboard_sidebar section nav ul li a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dashboard_sidebar section nav ul li a {
    font-size: 14px;
  }
}
.dashboard_sidebar section nav ul li a strong {
  font-weight: 500;
}
@media (max-width: 600px) {
  .dashboard_sidebar section nav ul li a {
    font-size: 15px;
  }
}
@media (min-width: 901px) {
  .dashboard_sidebar section nav ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 900px) {
  .dashboard_sidebar section nav ul li a:active {
    background: rgba(0, 0, 0, 0.05);
  }
}
.dashboard_sidebar section nav ul li.current-menu-item.menu-item-has-children > a:before {
  -webkit-transform: translateY(4px) rotate(-135deg);
          transform: translateY(4px) rotate(-135deg);
}
.dashboard_sidebar section nav ul li.current-menu-item ul {
  display: block;
}
.dashboard_sidebar section nav ul ul {
  display: none;
  padding-top: 12px;
  margin-bottom: 18px;
  border-left: solid 1px #e5e5e5;
}
.dashboard_sidebar section nav ul ul li a {
  padding-left: 25px;
  padding-right: 25px;
}
.dashboard_sidebar section nav ul ul li.menu-item-has-children > a:not(:hover) {
  color: #999;
}
.dashboard_sidebar section nav ul ul ul {
  margin-left: 25px;
  padding-top: 0;
}
.dashboard_sidebar section nav ul.sub-menu li a {
  font-weight: 500;
}
.dashboard_sidebar section nav > ul > li > a {
  padding: 6px 16px;
  margin: 0 -16px;
}
.dashboard_sidebar section nav > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 37px;
}
.dashboard_sidebar section nav > ul > li.menu-item-has-children > a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px #a6a6a6;
  border-right: solid 2px #a6a6a6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.3s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.3s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.3s, transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.3s, transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard_sidebar section nav > ul > li ul li.is-image {
  display: none;
}
.dashboard_sidebar section nav > ul > li + li {
  /*
  					    border-top: solid 1px #e5e5e5;
  					    margin-top: 6px;
  					    padding-top: 6px;
  */
}

@media (min-width: 751px) {
  body.site-header-reduced:not(.going-up) .dashboard_sidebar {
    top: 50px;
  }
}

.wp-block-group.is-style-accordion {
  overflow: visible !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-group.is-style-accordion:not(:first-child) {
  margin-top: 30px !important;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child {
  display: block;
  position: relative;
  color: #A02843;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 79px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 600px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child {
    padding-right: 56px;
  }
}
@media (max-width: 450px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f6f6 url("../images/layout/accordion_plus_bg.svg") no-repeat 50% 50%/14px auto;
  -webkit-transition: background 0.3s, border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.3s;
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 600px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}
@media (min-width: 901px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:hover:before {
    background-color: #A02843;
    background-image: url("/wp-content/themes/friends-2022/2018/assets/images/layout/accordion_plus_hover_bg.svg");
  }
}
@media (max-width: 900px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:active:before {
    background-color: #A02843;
    background-image: url("/wp-content/themes/friends-2022/2018/assets/images/layout/accordion_plus_hover_bg.svg");
  }
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ebeced;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container .accordion_content {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container .accordion_content > :first-child {
  margin-top: 0;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container .accordion_content > * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-group.is-style-accordion:not(.open) .wp-block-group__inner-container .accordion_content {
  color: rgba(50, 63, 72, 0);
}
.wp-block-group.is-style-accordion.open .wp-block-group__inner-container > :first-child:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.wp-block-group.is-style-accordion.open .wp-block-group__inner-container > :first-child:not(:active):not(:hover):before {
  background-color: transparent;
}
.wp-block-group.is-style-accordion.open .wp-block-group__inner-container .accordion_content {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s, 0s, 0.2s;
          transition-delay: 0s, 0s, 0.2s;
}
.wp-block-group.is-style-accordion + .wp-block-group.is-style-accordion {
  margin-top: 0 !important;
}
.is-style-accordion:first-child .wp-block-group__inner-container:after,
:not(.is-style-accordion) + .is-style-accordion .wp-block-group__inner-container:after {
  content: none;
}

body {
  overflow-x: hidden;
}

.site {
  background-color: #fff;
}

/*
.site-content {

	&:before {
		content: '';
		position: absolute;
		z-index: -1;
		height: 100%;
		// bottom: -82px;
		right: 0;
		width: 549px;
		height: 654px;
		background: url('/wp-content/themes/friends-2022/2018/assets/images/news_bg.gif') no-repeat 0 100%/100% auto;
		pointer-events: none;
	}
}
*/
.archive.category .site-main .page-primary,
.blog .site-main .page-primary,
.page-template-apply .site-main .page-primary,
.page-template-default .site-main .page-primary,
.page-template-degree .site-main .page-primary,
.page-template-directory .site-main .page-primary,
.page-template-event-feature .site-main .page-primary,
.page-template-structured-page .site-main .page-primary,
.post-type-archive .site-main .page-primary,
.single-event .site-main .page-primary,
.single-facility .site-main .page-primary,
.single-post .site-main .page-primary,
.single-staff .site-main .page-primary {
  /*
  			@media ( min-width: 960px ) {
  				width: 70%;
  				flex-basis: 70%;
  			}
  */
  /*
  			.entry-title {
  				@include h_d($gray);
  				margin-top: 0;
  			}
  */
}
.archive.category .site-main .page-primary .page-title,
.blog .site-main .page-primary .page-title,
.page-template-apply .site-main .page-primary .page-title,
.page-template-default .site-main .page-primary .page-title,
.page-template-degree .site-main .page-primary .page-title,
.page-template-directory .site-main .page-primary .page-title,
.page-template-event-feature .site-main .page-primary .page-title,
.page-template-structured-page .site-main .page-primary .page-title,
.post-type-archive .site-main .page-primary .page-title,
.single-event .site-main .page-primary .page-title,
.single-facility .site-main .page-primary .page-title,
.single-post .site-main .page-primary .page-title,
.single-staff .site-main .page-primary .page-title {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A02843;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
.archive.category .site-main .page-primary .page-title span,
.blog .site-main .page-primary .page-title span,
.page-template-apply .site-main .page-primary .page-title span,
.page-template-default .site-main .page-primary .page-title span,
.page-template-degree .site-main .page-primary .page-title span,
.page-template-directory .site-main .page-primary .page-title span,
.page-template-event-feature .site-main .page-primary .page-title span,
.page-template-structured-page .site-main .page-primary .page-title span,
.post-type-archive .site-main .page-primary .page-title span,
.single-event .site-main .page-primary .page-title span,
.single-facility .site-main .page-primary .page-title span,
.single-post .site-main .page-primary .page-title span,
.single-staff .site-main .page-primary .page-title span {
  display: block;
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .archive.category .site-main .page-primary .page-title span,
  .blog .site-main .page-primary .page-title span,
  .page-template-apply .site-main .page-primary .page-title span,
  .page-template-default .site-main .page-primary .page-title span,
  .page-template-degree .site-main .page-primary .page-title span,
  .page-template-directory .site-main .page-primary .page-title span,
  .page-template-event-feature .site-main .page-primary .page-title span,
  .page-template-structured-page .site-main .page-primary .page-title span,
  .post-type-archive .site-main .page-primary .page-title span,
  .single-event .site-main .page-primary .page-title span,
  .single-facility .site-main .page-primary .page-title span,
  .single-post .site-main .page-primary .page-title span,
  .single-staff .site-main .page-primary .page-title span {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .archive.category .site-main .page-primary .page-title span,
  .blog .site-main .page-primary .page-title span,
  .page-template-apply .site-main .page-primary .page-title span,
  .page-template-default .site-main .page-primary .page-title span,
  .page-template-degree .site-main .page-primary .page-title span,
  .page-template-directory .site-main .page-primary .page-title span,
  .page-template-event-feature .site-main .page-primary .page-title span,
  .page-template-structured-page .site-main .page-primary .page-title span,
  .post-type-archive .site-main .page-primary .page-title span,
  .single-event .site-main .page-primary .page-title span,
  .single-facility .site-main .page-primary .page-title span,
  .single-post .site-main .page-primary .page-title span,
  .single-staff .site-main .page-primary .page-title span {
    font-size: 45px;
    font-weight: 500;
  }
}
.archive.category .site-main .page-primary .page-title span strong,
.blog .site-main .page-primary .page-title span strong,
.page-template-apply .site-main .page-primary .page-title span strong,
.page-template-default .site-main .page-primary .page-title span strong,
.page-template-degree .site-main .page-primary .page-title span strong,
.page-template-directory .site-main .page-primary .page-title span strong,
.page-template-event-feature .site-main .page-primary .page-title span strong,
.page-template-structured-page .site-main .page-primary .page-title span strong,
.post-type-archive .site-main .page-primary .page-title span strong,
.single-event .site-main .page-primary .page-title span strong,
.single-facility .site-main .page-primary .page-title span strong,
.single-post .site-main .page-primary .page-title span strong,
.single-staff .site-main .page-primary .page-title span strong {
  font-weight: 500;
}
.archive.category .site-main .page-secondary,
.blog .site-main .page-secondary,
.page-template-apply .site-main .page-secondary,
.page-template-default .site-main .page-secondary,
.page-template-degree .site-main .page-secondary,
.page-template-directory .site-main .page-secondary,
.page-template-event-feature .site-main .page-secondary,
.page-template-structured-page .site-main .page-secondary,
.post-type-archive .site-main .page-secondary,
.single-event .site-main .page-secondary,
.single-facility .site-main .page-secondary,
.single-post .site-main .page-secondary,
.single-staff .site-main .page-secondary {
  padding-top: 2.5em;
  /*
  			@media ( min-width: 960px ) {
  				width: 30%;
  				flex-basis: 30%;
  			}
  */
}
@media (max-width: 959px) {
  .archive.category .site-main .page-secondary,
  .blog .site-main .page-secondary,
  .page-template-apply .site-main .page-secondary,
  .page-template-default .site-main .page-secondary,
  .page-template-degree .site-main .page-secondary,
  .page-template-directory .site-main .page-secondary,
  .page-template-event-feature .site-main .page-secondary,
  .page-template-structured-page .site-main .page-secondary,
  .post-type-archive .site-main .page-secondary,
  .single-event .site-main .page-secondary,
  .single-facility .site-main .page-secondary,
  .single-post .site-main .page-secondary,
  .single-staff .site-main .page-secondary {
    margin-left: 0;
    margin-right: 0;
  }
}
.archive.category .site-main .page-secondary:before,
.blog .site-main .page-secondary:before,
.page-template-apply .site-main .page-secondary:before,
.page-template-default .site-main .page-secondary:before,
.page-template-degree .site-main .page-secondary:before,
.page-template-directory .site-main .page-secondary:before,
.page-template-event-feature .site-main .page-secondary:before,
.page-template-structured-page .site-main .page-secondary:before,
.post-type-archive .site-main .page-secondary:before,
.single-event .site-main .page-secondary:before,
.single-facility .site-main .page-secondary:before,
.single-post .site-main .page-secondary:before,
.single-staff .site-main .page-secondary:before {
  content: none;
}

@media (min-width: 960px) {
  .page-template-apply .site-main .page-primary,
  .page-template-default .site-main .page-primary,
  .page-template-degree .site-main .page-primary,
  .page-template-structured-page .site-main .page-primary {
    width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
@media (min-width: 960px) {
  .page-template-apply .site-main .page-secondary,
  .page-template-default .site-main .page-secondary,
  .page-template-degree .site-main .page-secondary,
  .page-template-structured-page .site-main .page-secondary {
    width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.page-template-apply .site-main .page-secondary .structured-nav,
.page-template-default .site-main .page-secondary .structured-nav,
.page-template-degree .site-main .page-secondary .structured-nav,
.page-template-structured-page .site-main .page-secondary .structured-nav {
  background-color: transparent;
}

.single .site-main .page-primary .entry-title {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
}
@media (max-width: 900px) {
  .single .site-main .page-primary .entry-title {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .single .site-main .page-primary .entry-title {
    font-size: 45px;
    font-weight: 500;
  }
}
.single .site-main .page-primary .entry-title strong {
  font-weight: 500;
}

.page-primary,
.page-secondary {
  background: transparent !important;
}

.structured-form,
.structured-nav {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e6e6e6;
}
.structured-form form,
.structured-form .form_inner,
.structured-nav form,
.structured-nav .form_inner {
  padding: 0 1em 1em;
}
.structured-form h3,
.structured-nav h3 {
  background-color: #839FC8;
  border: 0;
  border-radius: 0;
  margin-top: 0;
}
.structured-form ul,
.structured-nav ul {
  padding: 0;
}
.structured-form ul li,
.structured-nav ul li {
  border-top: 0;
  border-bottom: 0;
}
.structured-form ul li a,
.structured-nav ul li a {
  color: #A02843;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-size: 15.5px;
  line-height: 1.5;
  padding: 6px 16px;
  margin-left: -16px;
}
.structured-form ul li a.active,
.structured-nav ul li a.active {
  font-weight: 500;
  position: relative;
}
.structured-form ul li a.active:before,
.structured-nav ul li a.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 0 3px 3px 0;
  background: #A02843;
}
.structured-form ul li ul,
.structured-nav ul li ul {
  border-left: solid 1px #e6e6e6;
  padding-top: 12px;
  margin-bottom: 12px;
  padding-left: 24px;
}
.structured-form ul li ul li a,
.structured-nav ul li ul li a {
  font-weight: 500;
  padding-left: 25px;
  margin-left: -25px;
  padding-right: 3em;
}
@media (max-width: 959px) {
  .structured-form ul li ul li a,
  .structured-nav ul li ul li a {
    padding-right: 0;
  }
}
@media (max-width: 959px) {
  .structured-form > ul > li > a,
  .structured-nav > ul > li > a {
    margin-right: -16px;
  }
}
.structured-form a,
.structured-nav a {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.structured-form li,
.structured-nav li {
  position: relative;
}
.structured-form li:hover ul,
.structured-nav li:hover ul {
  display: none;
}
.structured-form li.has-children > a,
.structured-nav li.has-children > a {
  padding-right: 4.5em;
}
@media (max-width: 959px) {
  .structured-form li.has-children > a,
  .structured-nav li.has-children > a {
    padding-right: 1.5em;
  }
}
.structured-form li.has-children > a:after,
.structured-nav li.has-children > a:after {
  content: none !important;
}
.structured-form li.has-children > a + span,
.structured-nav li.has-children > a + span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc(3em - 14px);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: default;
}
@media (max-width: 959px) {
  .structured-form li.has-children > a + span,
  .structured-nav li.has-children > a + span {
    right: -13px;
  }
}
.structured-form li.has-children > a + span:before,
.structured-nav li.has-children > a + span:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px #a6a6a6;
  border-right: solid 2px #a6a6a6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.3s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.3s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.3s, transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.3s, transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 901px) {
  .structured-form li.has-children > a + span:hover,
  .structured-nav li.has-children > a + span:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 900px) {
  .structured-form li.has-children > a + span:active,
  .structured-nav li.has-children > a + span:active {
    background: rgba(0, 0, 0, 0.05);
  }
}
.structured-form li.has-children > a.active-child + span:before, .structured-form li.has-children > a.active + span:before,
.structured-nav li.has-children > a.active-child + span:before,
.structured-nav li.has-children > a.active + span:before {
  -webkit-transform: rotate(225deg) translate(-2px, -2px);
          transform: rotate(225deg) translate(-2px, -2px);
}
.structured-form li.has-children > a.active-child ~ ul, .structured-form li.has-children > a.active ~ ul,
.structured-nav li.has-children > a.active-child ~ ul,
.structured-nav li.has-children > a.active ~ ul {
  display: block !important;
}

.structured-form label {
  margin-bottom: 6px;
}
.structured-form input, .structured-form input[type=search], .structured-form textarea, .structured-form select {
  padding: 7px 12px;
}
@media (min-width: 601px) {
  .structured-form input, .structured-form input[type=search], .structured-form textarea, .structured-form select {
    font-size: 15px;
  }
}
.structured-form button {
  width: 100%;
}

.structured-nav {
  padding-top: 0;
  padding-bottom: 0.75em;
}
.structured-nav h3 {
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}
.structured-nav h3 a {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0;
  padding-right: 0;
}
.structured-nav a {
  padding-left: 0;
  padding-right: 0;
}
.structured-nav + .structured-nav {
  margin-top: 20px;
}

.group-blog:not(.page) .structured-nav {
  background: transparent;
}
.group-blog:not(.page) .structured-nav:first-child {
  margin-top: 24px;
}

.blog .hentry.staff h1,
.page-template-calendar .hentry.staff h1,
.search-results .hentry.staff h1 {
  margin-top: 0;
}
.blog .hentry.staff ul li:first-child,
.page-template-calendar .hentry.staff ul li:first-child,
.search-results .hentry.staff ul li:first-child {
  font-style: italic;
}

.group-blog:not(.page) .hentry,
.archive.category .hentry,
.search-results .hentry {
  width: 100% !important;
  margin-left: 0 !important;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.group-blog:not(.page) .hentry .entry-title,
.archive.category .hentry .entry-title,
.search-results .hentry .entry-title {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (max-width: 900px) {
  .group-blog:not(.page) .hentry .entry-title,
  .archive.category .hentry .entry-title,
  .search-results .hentry .entry-title {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .group-blog:not(.page) .hentry .entry-title,
  .archive.category .hentry .entry-title,
  .search-results .hentry .entry-title {
    font-size: 18px;
  }
}
.group-blog:not(.page) .hentry .entry-meta,
.archive.category .hentry .entry-meta,
.search-results .hentry .entry-meta {
  letter-spacing: 0.02em;
  margin-bottom: 7px;
}
.group-blog:not(.page) .hentry .entry-meta a,
.archive.category .hentry .entry-meta a,
.search-results .hentry .entry-meta a {
  text-decoration: none;
  color: #323f48;
}
@media (max-width: 900px) {
  .group-blog:not(.page) .hentry .entry-content,
  .archive.category .hentry .entry-content,
  .search-results .hentry .entry-content {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .group-blog:not(.page) .hentry .entry-content,
  .archive.category .hentry .entry-content,
  .search-results .hentry .entry-content {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .group-blog:not(.page) .hentry .entry-content,
  .archive.category .hentry .entry-content,
  .search-results .hentry .entry-content {
    font-size: 13px;
  }
}
.group-blog:not(.page) .hentry.has-post-thumbnail:not(.type-staff),
.archive.category .hentry.has-post-thumbnail:not(.type-staff),
.search-results .hentry.has-post-thumbnail:not(.type-staff) {
  position: relative;
  padding-right: 124px;
  min-height: 160px;
}
@media (min-width: 601px) {
  .group-blog:not(.page) .hentry.has-post-thumbnail:not(.type-staff),
  .archive.category .hentry.has-post-thumbnail:not(.type-staff),
  .search-results .hentry.has-post-thumbnail:not(.type-staff) {
    padding-right: 180px;
  }
}
.group-blog:not(.page) .hentry.has-post-thumbnail:not(.type-staff) img,
.archive.category .hentry.has-post-thumbnail:not(.type-staff) img,
.search-results .hentry.has-post-thumbnail:not(.type-staff) img {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #e5e5e5;
}
@media (min-width: 601px) {
  .group-blog:not(.page) .hentry.has-post-thumbnail:not(.type-staff) img,
  .archive.category .hentry.has-post-thumbnail:not(.type-staff) img,
  .search-results .hentry.has-post-thumbnail:not(.type-staff) img {
    width: 150px;
  }
}

.group-blog:not(.page):not(.search-results) .hentry:not(.calendar-item) .entry-title {
  font-size: 45px;
}
@media (max-width: 600px) {
  .group-blog:not(.page):not(.search-results) .hentry:not(.calendar-item) .entry-title {
    font-size: 40px;
  }
}

.search-results:not(.post-type-archive) .page-primary,
.search-no-results:not(.post-type-archive) .page-primary {
  padding-top: 0 !important;
}
.search-results:not(.post-type-archive) .search_outer,
.search-no-results:not(.post-type-archive) .search_outer {
  background: #e6e6e6;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 60px 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .search-results:not(.post-type-archive) .search_outer,
  .search-no-results:not(.post-type-archive) .search_outer {
    padding-top: 24px;
  }
}
.search-results:not(.post-type-archive) .search_outer .search_outer_inner,
.search-no-results:not(.post-type-archive) .search_outer .search_outer_inner {
  max-width: 1024px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
}
@media (max-width: 959px) {
  .search-results:not(.post-type-archive) .search_outer .search_outer_inner,
  .search-no-results:not(.post-type-archive) .search_outer .search_outer_inner {
    padding: 0 2em;
  }
}
@media (max-width: 768px) {
  .search-results:not(.post-type-archive) .search_outer .search_outer_inner,
  .search-no-results:not(.post-type-archive) .search_outer .search_outer_inner {
    padding: 0 1.5em;
  }
}
@media (max-width: 374px) {
  .search-results:not(.post-type-archive) .search_outer .search_outer_inner,
  .search-no-results:not(.post-type-archive) .search_outer .search_outer_inner {
    padding: 0 1em;
  }
}

.the-search-results {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.the-search-results h3 {
  opacity: 0.5;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.5em;
}
@media (min-width: 48.0625em) {
  .the-search-results .search-results-pages {
    width: 70%;
  }
}
.the-search-results .search-results-extras {
  background: transparent;
  margin-bottom: 5em;
  margin-top: 24px;
  padding: 0;
}
@media (min-width: 48.0625em) {
  .the-search-results .search-results-extras {
    width: 30%;
  }
}
.the-search-results .search-results-extras h3 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  opacity: 1;
}
.the-search-results .search-results-extras .hentry {
  padding-top: 1em;
  padding-bottom: 1em;
}
.the-search-results .search-results-extras .directory-item {
  min-height: 0;
  padding-right: 0;
}
.the-search-results .search-results-extras .directory-item h1 {
  font-size: 1.1em;
  margin-top: 0;
}
.the-search-results .search-results-extras .directory-item figure {
  display: none !important;
}
.the-search-results .search-results-extras .directory-item ul li:first-child {
  font-style: italic;
}
.the-search-results .search-results-extras .more_button {
  display: block;
  color: #A02843;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: right;
  margin-top: 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  .the-search-results .search-results-extras .more_button:hover {
    color: #323f48;
  }
}
@media (max-width: 900px) {
  .the-search-results .search-results-extras .more_button:active {
    color: #323f48;
  }
}

.search-no-results .page-primary,
.search-results .page-primary {
  padding-top: 2.5em;
}
@media (max-width: 600px) {
  .search-no-results .page-primary,
  .search-results .page-primary {
    padding-top: 1.5em;
  }
}

.page-template-default .entry-title,
.page-template-apply .entry-title,
.page-template-default:not(.home) .entry-title,
.page-template-degree .entry-title,
.page-template-directory .page-primary .entry-header .entry-title,
.page-template-event-feature .entry-title,
.page-template-structured-page .entry-title {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
}
@media (max-width: 900px) {
  .page-template-default .entry-title,
  .page-template-apply .entry-title,
  .page-template-default:not(.home) .entry-title,
  .page-template-degree .entry-title,
  .page-template-directory .page-primary .entry-header .entry-title,
  .page-template-event-feature .entry-title,
  .page-template-structured-page .entry-title {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .page-template-default .entry-title,
  .page-template-apply .entry-title,
  .page-template-default:not(.home) .entry-title,
  .page-template-degree .entry-title,
  .page-template-directory .page-primary .entry-header .entry-title,
  .page-template-event-feature .entry-title,
  .page-template-structured-page .entry-title {
    font-size: 45px;
    font-weight: 500;
  }
}
.page-template-default .entry-title strong,
.page-template-apply .entry-title strong,
.page-template-default:not(.home) .entry-title strong,
.page-template-degree .entry-title strong,
.page-template-directory .page-primary .entry-header .entry-title strong,
.page-template-event-feature .entry-title strong,
.page-template-structured-page .entry-title strong {
  font-weight: 500;
}

@media (max-width: 959px) {
  .admissions-apply-button {
    border-radius: 4px;
  }
}

.search_filters {
  font-size: 0;
  margin: 15px -4px 0;
}
.search_filters a {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 13px 5px;
  margin: 5px 4px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
@media (max-width: 900px) {
  .search_filters a {
    font-size: 13px;
    padding-bottom: 4px;
  }
}
.search_filters a.active {
  color: #fff;
  border-color: #A02843;
  background-color: #A02843;
}
@media (min-width: 901px) {
  .search_filters a[href]:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 900px) {
  .search_filters a[href]:active {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.search_results_count {
  color: #999fa4;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 600px) {
  .search_results_count {
    font-size: 12px;
  }
}

.search-results.post-type-archive .search_outer + .search_results_count {
  margin: 10px 0 20px 0;
}

.search-toolbar .form-control {
  color: #323f48;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding: 0.75em 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .search-toolbar .form-control {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .search-toolbar .form-control {
    font-size: 16px;
  }
}

.calendar-toolbar-form {
  position: relative;
}
.calendar-toolbar-form button {
  background: #A02843;
  top: 0;
  right: 0;
  height: 100%;
  width: 51px;
  border-radius: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 901px) {
  .calendar-toolbar-form button:hover {
    background: #d094a1;
  }
}
@media (max-width: 900px) {
  .calendar-toolbar-form button:active {
    background: #d094a1;
  }
}

@media (min-width: 769px) {
  .calendar-toolbar .calendar-toolbar-form {
    width: 33.333%;
  }
}
.calendar-toolbar .calendar-toolbar-form .form-control {
  font-size: 14px;
  padding: 10px 15px;
  border-color: #ccc;
}
.calendar-toolbar .calendar-toolbar-form button {
  width: 38px;
}

.page-template-apply .entry-header,
.page-template-default:not(.home) .entry-header,
.page-template-degree .entry-header,
.page-template-event-feature .entry-header,
.page-template-structured-page .entry-header {
  padding-bottom: 0.5em;
  border-bottom: 0;
}
.page-template-apply .hentry > .entry-content,
.page-template-default:not(.home) .hentry > .entry-content,
.page-template-degree .hentry > .entry-content,
.page-template-event-feature .hentry > .entry-content,
.page-template-structured-page .hentry > .entry-content {
  padding-top: 0;
  border-top: 0;
}

.hentry > .entry-content > h2,
.toc-intro > .entry-content > .post-body > h2 {
  font-family: argent-cf, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  /*
  	line-height: 1.1;
  	font-weight: 500;
  	letter-spacing: 0.02em;
  */
  font-size: 35px;
}
@media (max-width: 900px) {
  .hentry > .entry-content > h2,
  .toc-intro > .entry-content > .post-body > h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .hentry > .entry-content > h2,
  .toc-intro > .entry-content > .post-body > h2 {
    font-size: 28px;
  }
}
.hentry > .entry-content > h2 strong,
.toc-intro > .entry-content > .post-body > h2 strong {
  font-weight: 500;
}
.hentry > .entry-content > h2:not(:first-child),
.toc-intro > .entry-content > .post-body > h2:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .entry-content p, .entry-content li, .entry-content td,
  .post-body p,
  .post-body li,
  .post-body td {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .entry-content p, .entry-content li, .entry-content td,
  .post-body p,
  .post-body li,
  .post-body td {
    font-size: 14px;
  }
}

.site-main > .hentry > .entry-content > p:first-of-type {
  font-family: owners-text, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media (max-width: 900px) {
  .site-main > .hentry > .entry-content > p:first-of-type {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .site-main > .hentry > .entry-content > p:first-of-type {
    font-size: 17px;
  }
}
.site-main > .hentry > .entry-content > p:first-of-type strong {
  font-weight: 500;
}

.section-divider-arrow {
  display: none;
}

.page-template-default .section-divider,
.page-template-degree .section-divider,
.page-template-event-feature .section-divider {
  border-radius: 0;
  border: 0;
}

.wp-video {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.page-template-section-frontpage .content-area > .entry-header,
.page-template-section-frontpage .hentry > .entry-header,
.page-template-event-feature .content-area > .entry-header,
.page-template-event-feature .hentry > .entry-header,
.page-template-default .content-area > .entry-header,
.page-template-default .hentry > .entry-header,
.page-template-dashboard-new .content-area > .entry-header,
.page-template-dashboard-new .hentry > .entry-header {
  position: relative;
  width: 100vw;
  padding-bottom: 0;
  margin-left: calc(50% - 50vw);
  background: #e6e6e6;
}
@media (min-width: 601px) {
  .page-template-section-frontpage .content-area > .entry-header .entry-header-image,
  .page-template-section-frontpage .hentry > .entry-header .entry-header-image,
  .page-template-event-feature .content-area > .entry-header .entry-header-image,
  .page-template-event-feature .hentry > .entry-header .entry-header-image,
  .page-template-default .content-area > .entry-header .entry-header-image,
  .page-template-default .hentry > .entry-header .entry-header-image,
  .page-template-dashboard-new .content-area > .entry-header .entry-header-image,
  .page-template-dashboard-new .hentry > .entry-header .entry-header-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .page-template-section-frontpage .content-area > .entry-header .entry-header-image,
  .page-template-section-frontpage .hentry > .entry-header .entry-header-image,
  .page-template-event-feature .content-area > .entry-header .entry-header-image,
  .page-template-event-feature .hentry > .entry-header .entry-header-image,
  .page-template-default .content-area > .entry-header .entry-header-image,
  .page-template-default .hentry > .entry-header .entry-header-image,
  .page-template-dashboard-new .content-area > .entry-header .entry-header-image,
  .page-template-dashboard-new .hentry > .entry-header .entry-header-image {
    position: relative;
    width: 100%;
    height: 50vw;
  }
}
.page-template-section-frontpage .content-area > .entry-header .entry-header-image img,
.page-template-section-frontpage .hentry > .entry-header .entry-header-image img,
.page-template-event-feature .content-area > .entry-header .entry-header-image img,
.page-template-event-feature .hentry > .entry-header .entry-header-image img,
.page-template-default .content-area > .entry-header .entry-header-image img,
.page-template-default .hentry > .entry-header .entry-header-image img,
.page-template-dashboard-new .content-area > .entry-header .entry-header-image img,
.page-template-dashboard-new .hentry > .entry-header .entry-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 600px) {
  .page-template-section-frontpage .content-area > .entry-header .entry-title-outer,
  .page-template-section-frontpage .hentry > .entry-header .entry-title-outer,
  .page-template-event-feature .content-area > .entry-header .entry-title-outer,
  .page-template-event-feature .hentry > .entry-header .entry-title-outer,
  .page-template-default .content-area > .entry-header .entry-title-outer,
  .page-template-default .hentry > .entry-header .entry-title-outer,
  .page-template-dashboard-new .content-area > .entry-header .entry-title-outer,
  .page-template-dashboard-new .hentry > .entry-header .entry-title-outer {
    /*
    				@include spacing('padding-left');
    				@include spacing('padding-right');
    */
  }
}
.page-template-section-frontpage .content-area > .entry-header .entry-title-outer .entry-title,
.page-template-section-frontpage .hentry > .entry-header .entry-title-outer .entry-title,
.page-template-event-feature .content-area > .entry-header .entry-title-outer .entry-title,
.page-template-event-feature .hentry > .entry-header .entry-title-outer .entry-title,
.page-template-default .content-area > .entry-header .entry-title-outer .entry-title,
.page-template-default .hentry > .entry-header .entry-title-outer .entry-title,
.page-template-dashboard-new .content-area > .entry-header .entry-title-outer .entry-title,
.page-template-dashboard-new .hentry > .entry-header .entry-title-outer .entry-title {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  padding: 60px 48px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 900px) {
  .page-template-section-frontpage .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-section-frontpage .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-default .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-default .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .hentry > .entry-header .entry-title-outer .entry-title {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .page-template-section-frontpage .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-section-frontpage .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-default .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-default .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .hentry > .entry-header .entry-title-outer .entry-title {
    font-size: 45px;
    font-weight: 500;
  }
}
.page-template-section-frontpage .content-area > .entry-header .entry-title-outer .entry-title strong,
.page-template-section-frontpage .hentry > .entry-header .entry-title-outer .entry-title strong,
.page-template-event-feature .content-area > .entry-header .entry-title-outer .entry-title strong,
.page-template-event-feature .hentry > .entry-header .entry-title-outer .entry-title strong,
.page-template-default .content-area > .entry-header .entry-title-outer .entry-title strong,
.page-template-default .hentry > .entry-header .entry-title-outer .entry-title strong,
.page-template-dashboard-new .content-area > .entry-header .entry-title-outer .entry-title strong,
.page-template-dashboard-new .hentry > .entry-header .entry-title-outer .entry-title strong {
  font-weight: 500;
}
@media (max-width: 959px) {
  .page-template-section-frontpage .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-section-frontpage .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-default .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-default .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .hentry > .entry-header .entry-title-outer .entry-title {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .page-template-section-frontpage .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-section-frontpage .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-event-feature .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-default .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-default .hentry > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .content-area > .entry-header .entry-title-outer .entry-title,
  .page-template-dashboard-new .hentry > .entry-header .entry-title-outer .entry-title {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 601px) {
  .page-template-section-frontpage .content-area > .entry-header.has_image .entry-title-outer,
  .page-template-section-frontpage .hentry > .entry-header.has_image .entry-title-outer,
  .page-template-event-feature .content-area > .entry-header.has_image .entry-title-outer,
  .page-template-event-feature .hentry > .entry-header.has_image .entry-title-outer,
  .page-template-default .content-area > .entry-header.has_image .entry-title-outer,
  .page-template-default .hentry > .entry-header.has_image .entry-title-outer,
  .page-template-dashboard-new .content-area > .entry-header.has_image .entry-title-outer,
  .page-template-dashboard-new .hentry > .entry-header.has_image .entry-title-outer {
    margin-right: 50%;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-template-section-frontpage .content-area > .entry-header.has_image .entry-title-outer h1,
.page-template-section-frontpage .hentry > .entry-header.has_image .entry-title-outer h1,
.page-template-event-feature .content-area > .entry-header.has_image .entry-title-outer h1,
.page-template-event-feature .hentry > .entry-header.has_image .entry-title-outer h1,
.page-template-default .content-area > .entry-header.has_image .entry-title-outer h1,
.page-template-default .hentry > .entry-header.has_image .entry-title-outer h1,
.page-template-dashboard-new .content-area > .entry-header.has_image .entry-title-outer h1,
.page-template-dashboard-new .hentry > .entry-header.has_image .entry-title-outer h1 {
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1120px) {
  .page-template-section-frontpage .content-area > .entry-header.has_image .entry-title-outer h1,
  .page-template-section-frontpage .hentry > .entry-header.has_image .entry-title-outer h1,
  .page-template-event-feature .content-area > .entry-header.has_image .entry-title-outer h1,
  .page-template-event-feature .hentry > .entry-header.has_image .entry-title-outer h1,
  .page-template-default .content-area > .entry-header.has_image .entry-title-outer h1,
  .page-template-default .hentry > .entry-header.has_image .entry-title-outer h1,
  .page-template-dashboard-new .content-area > .entry-header.has_image .entry-title-outer h1,
  .page-template-dashboard-new .hentry > .entry-header.has_image .entry-title-outer h1 {
    max-width: 512px;
    padding-left: 0 !important;
  }
}

.section--extended,
.section-divider {
  background: transparent;
}
.section--extended:before, .section--extended:after,
.section-divider:before,
.section-divider:after {
  content: none !important;
}
.section--extended .section-divider-text,
.section-divider .section-divider-text {
  color: #323f48;
  font-family: argent-cf, serif;
  font-size: 35px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .section--extended .section-divider-text,
  .section-divider .section-divider-text {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .section--extended .section-divider-text,
  .section-divider .section-divider-text {
    font-size: 22px;
  }
}
.section--extended .section-divider-text strong,
.section-divider .section-divider-text strong {
  font-weight: 500;
}

.section--dark,
.section--midtone {
  border: 0;
}

.contextual-nav nav {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.contextual-nav nav ul li {
  border: 0;
}
.contextual-nav nav li:first-child {
  background: transparent;
  border-radius: 0;
}
.contextual-nav nav li:first-child a {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #999fa4;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  text-align: left;
  padding: 6px 0;
  pointer-events: none;
}
.contextual-nav nav li:not(:first-child) a {
  color: #A02843;
  font-family: owners-text, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 6px 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.contextual-nav .module-contact {
  margin: 0;
}
.contextual-nav .module-contact .module-contact-title,
.contextual-nav .module-contact .module-contact-title + h4 {
  display: inline;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(50, 63, 72, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-style: normal;
  margin-bottom: 0;
}
.contextual-nav .module-contact .module-contact-options {
  margin-top: 5px;
}
.contextual-nav .module-contact .module-contact-options li {
  display: inline-block;
}
.contextual-nav .module-contact .module-contact-options li a {
  color: #A02843;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.contextual-nav .module-contact .module-contact-options li + li a {
  position: relative;
  margin-left: 6px;
  padding-left: 12px;
}
.contextual-nav .module-contact .module-contact-options li + li a:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  border-left: solid 1px #e5e5e5;
}

.directory-item figure {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media (min-width: 48.0625em) {
  .directory-item figure {
    margin-right: -5em;
  }
}
.directory-item figure img {
  border-radius: 0;
}

.button-set .button-wrap .button {
  height: auto;
  font-family: owners-text, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  white-space: normal;
  background: transparent;
  padding: 6px 13px 7px;
  border: solid 1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 30px !important;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 901px) {
  .button-set .button-wrap .button:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 900px) {
  .button-set .button-wrap .button:active {
    background: rgba(0, 0, 0, 0.05);
  }
}
.button-set .button-wrap .button.active {
  font-weight: 500;
  background: #A02843;
  border-color: #A02843;
}
.button-set .button-wrap input {
  display: none;
}
.button-set .button-wrap input:checked ~ .button {
  line-height: 1.3;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #839FC8;
          box-shadow: inset 0 0 0 2px #839FC8;
}
.button-set .button-wrap + .button-wrap {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .button-set:not(.button-set--inline) .button-wrap {
    display: block;
    margin-top: 10px;
  }
}
.button-set.button-set--inline .button-wrap .button {
  padding: 4px 13px 5px !important;
}
.button-set.button-set--inline .button-wrap + .button-wrap {
  margin-top: 0;
  margin-left: 6px;
}

.calendar-toolbar {
  background-color: #e6e6e6;
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.calendar-toolbar:before, .calendar-toolbar:after {
  bottom: 0;
  background-color: #e6e6e6;
  border: 0;
}
@media (min-width: 769px) {
  .calendar-toolbar .button-set .button-wrap {
    border-left: solid 10px transparent;
  }
}

.calendar-toolbar-links {
  border-top: 0;
  margin-top: 4px;
}
.calendar-day--header h3 {
  font-family: owners-text, sans-serif;
  letter-spacing: 0.02em;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}

.dashboard {
  background: transparent !important;
}

.dashboard-header {
  background-color: #e6e6e6;
  background-image: none !important;
  padding: 60px 0;
}
@media (max-width: 900px) {
  .dashboard-header {
    padding: 40px 0 20px 0;
  }
}
.dashboard-header:before, .dashboard-header:after {
  background-color: #e6e6e6;
}

.dashboard-title {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .dashboard-title {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .dashboard-title {
    font-size: 45px;
    font-weight: 500;
  }
}
.dashboard-title strong {
  font-weight: 500;
}

@media (max-width: 940px) {
  .dashboard-quicklinks {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 1.5em !important;
  }
}
.dashboard-quicklinks ul li {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
@media (max-width: 900px) {
  .dashboard-quicklinks ul li {
    margin-bottom: 1em;
  }
}
@media (min-width: 48.0625em) {
  .dashboard-quicklinks ul li:not(:last-child) {
    margin-right: 6px;
  }
}

.dashboard-module,
.module-feed {
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #e6e6e6;
  background: #fff !important;
}

.module-nav {
  border: solid 1px #e6e6e6;
  background: #fff !important;
}
.module-nav:before {
  width: 3px;
  border-right: solid 1px #e6e6e6;
  background: none;
}
.module-nav nav > ul > li > .sub-menu {
  background: #fff !important;
  border-radius: 0 15px 15px 0;
}
.module-nav nav > ul > li > .sub-menu li.is-image {
  padding: 0;
  margin: -1em -1em 1em;
}
.module-nav .current-menu-item {
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
          box-shadow: 0 0 0 1px #e6e6e6;
}
.module-nav .current-menu-item > a {
  color: #A02843;
}
.module-nav .current-menu-item a {
  background: #fff !important;
}

.module-feed {
  border: solid 1px #e6e6e6;
  background: #fff;
}

.module-feed-list-item-tag {
  display: none;
}

.event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  font-family: owners-narrow, sans-serif;
}
.event-date span {
  margin-top: 3px;
  margin-bottom: 5px;
}
.event-date b, .event-date strong {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0;
}

.event-details h1 {
  letter-spacing: 0;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .search-opened .slideout-search {
    padding-left: 10.3em;
  }
}
.search-opened .slideout-search .search-form .search-field {
  border: 0 !important;
}
.search-results-extras .calendar-items {
  margin-top: 1em;
  margin-bottom: 1em;
}

.calendar-item {
  padding-top: 1em !important;
  padding-left: 5.25em;
  border: solid 1px #e6e6e6 !important;
  border-radius: 0;
}
.calendar-item .entry-title {
  font-size: 1.1em;
  line-height: 1.3;
}

.calendar-date {
  background: #A02843;
  border-radius: 0;
  padding: 12px 0 11px 0;
  margin-top: calc(-1em - 1px);
  margin-left: calc(-5.25em - 1px);
}

.calendar-date-month {
  font-family: owners-text, sans-serif;
  border-radius: 0;
  border: 0;
  padding: 0;
  padding-bottom: 4px;
  letter-spacing: 0.15em;
}

.calendar-date-day {
  color: #fff;
  font-family: owners-narrow, sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}

.label {
  padding: 0.25em 0.75em;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
}

.page-background {
  background: #fff !important;
}

.page-template-request-info .page-primary,
.page-template-simple-form .page-primary {
  border: solid 1px #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.page-template-request-info .entry-content > h2:first-child,
.page-template-simple-form .entry-content > h2:first-child {
  border-radius: 0;
  border: 0;
  margin-right: calc(-1.6em - 1px);
  margin-left: calc(-1.6em - 1px);
}

.posts-navigation div a {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #323f48;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #A02843;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  opacity: 1;
  color: #A02843;
  transition: color 0.3s !important;
}
.posts-navigation div a:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #A02843;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.posts-navigation div a:hover {
  opacity: 1;
}
.posts-navigation div a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.posts-navigation div a:hover {
  color: #fff;
}