.news_section .article .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@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("../png/calendar.png");
}

.icon-directory {
  width: 22px;
  background-size: 22px 14px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url("../png/directory.png");
}

.icon-search {
  width: 18px;
  background-size: 18px 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../png/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("../svg/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("../logo.html");
}

.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;
}

.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("../png/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-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;
}

.fine_arts_group {
  position: relative;
  background: #A02843;
  color: #fff;
}
.fine_arts_group .group_image {
  width: 50%;
  background: #999;
  background-repeat: no-repeat;
  background-position: -25vw 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 1024px) {
  .fine_arts_group .group_image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .fine_arts_group .group_image {
    position: relative;
    height: 100vw;
    max-height: 400px;
    width: 100%;
    background-position-x: 50%;
  }
}
.fine_arts_group .group_image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fine_arts_group .text {
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 127.5px;
  /*
  		h4 {
  			@include h_e(rgba(#fff,0.5));
  		}
  */
}
@media (max-width: 1200px) {
  .fine_arts_group .text {
    padding-top: 120px;
  }
}
@media (max-width: 900px) {
  .fine_arts_group .text {
    padding-top: 80px;
  }
}
@media (max-width: 1200px) {
  .fine_arts_group .text {
    padding-bottom: 102px;
  }
}
@media (max-width: 900px) {
  .fine_arts_group .text {
    padding-bottom: 68px;
  }
}
@media (min-width: 1024px) {
  .fine_arts_group .text {
    width: 1024px;
    padding-left: 662px;
  }
}
@media (max-width: 1023px) {
  .fine_arts_group .text {
    max-width: 610px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  .fine_arts_group .text {
    max-width: 570px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.fine_arts_group .text h3 {
  color: #fff;
  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) {
  .fine_arts_group .text h3 {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .fine_arts_group .text h3 {
    font-size: 45px;
    font-weight: 500;
  }
}
.fine_arts_group .text h3 strong {
  font-weight: 500;
}
.fine_arts_group .text .landing_pages {
  padding-left: 0;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .fine_arts_group .text .landing_pages {
    margin-top: 35px;
  }
}
.fine_arts_group .text .landing_pages li {
  display: block;
  /*
  				input[type="checkbox"] {
  					display: none;

  					&:checked {

  						+ label + .landing_page_info {
  							display: block;
  						}
  					}
  				}
  */
}
.fine_arts_group .text .landing_pages li label {
  position: relative;
  display: block;
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  padding: 20px 40px 20px 0;
  margin-bottom: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 900px) {
  .fine_arts_group .text .landing_pages li label {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .fine_arts_group .text .landing_pages li label {
    font-size: 16px;
  }
}
.fine_arts_group .text .landing_pages li label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  background: url("../gif/accordion_white_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);
}
.fine_arts_group .text .landing_pages li label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-right: 19px;
  background: #fff;
  -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) {
  .fine_arts_group .text .landing_pages li label:hover:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 900px) {
  .fine_arts_group .text .landing_pages li label:active:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.fine_arts_group .text .landing_pages li label.open + span {
  color: #323f48;
}
.fine_arts_group .text .landing_pages li label.open:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.fine_arts_group .text .landing_pages li .landing_page_info {
  visibility: visible;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fine_arts_group .text .landing_pages li .landing_page_info p:first-child {
  margin-top: 0;
}
.fine_arts_group .text .landing_pages li .landing_page_info .button {
  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 #b35369;
  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-bottom: 5px;
}
.fine_arts_group .text .landing_pages li .landing_page_info .button:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #b35369;
  -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;
}
.fine_arts_group .text .landing_pages li .landing_page_info .button:hover {
  opacity: 1;
}
.fine_arts_group .text .landing_pages li .landing_page_info .button:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  .fine_arts_group .text .landing_pages li .landing_page_info .button {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .fine_arts_group .text .landing_pages li .landing_page_info .button {
    margin-top: -4px;
  }
}
.fine_arts_group .text .landing_pages li .landing_page_info:focus-within {
  height: 130px;
}
.fine_arts_group .text .landing_pages li .image {
  width: 50%;
  background-repeat: no-repeat;
  background-position: -25vw 50%;
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 1024px) {
  .fine_arts_group .text .landing_pages li .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.fine_arts_group .text .landing_pages li + li {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}
.fine_arts_group .text .landing_pages li:hover .image {
  opacity: 1;
}
.fine_arts_group .text .landing_pages:before {
  content: "";
  display: block;
  width: 90px;
  border-top: solid 5px #F49032;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .fine_arts_group.image_right .group_image {
    left: 50%;
    background-position-x: 25vw;
  }
}
@media (min-width: 1024px) {
  .fine_arts_group.image_right .landing_pages li .image {
    left: 50%;
    background-position-x: 25vw;
  }
}
@media (min-width: 1024px) {
  .fine_arts_group.image_right .text {
    padding-left: 0;
    padding-right: 662px;
  }
}

@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;
  }
}
@media (max-width: 768px) {
  .menu-toggle:active {
    background: #701c2f;
  }
}
@media (max-width: 768px) {
  .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;
  }
}
@media (max-width: 768px) {
  .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;
}

/*
@keyframes fade_in_video_pup_background {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
*/
.video_pup {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.video_pup .video_pup_background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.video_pup .video_pup_background:before, .video_pup .video_pup_background:after {
  content: "";
  position: absolute;
  top: 49px;
  right: 40px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.video_pup .video_pup_background:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video_pup .video_pup_background:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.video_pup .video_pup_background:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video_pup .iframe_outer {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding-top: 45%;
  background: #000;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 1281px) {
  .video_pup .iframe_outer {
    width: 1024px;
    padding-top: 576px;
  }
}
@media (max-width: 600px) {
  .video_pup .iframe_outer {
    width: 100%;
    padding-top: 56.25%;
  }
}
.video_pup .iframe_outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_pup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.video_pup.hidden {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.video_pup.hidden .video_pup_background {
  opacity: 0;
}
.video_pup.hidden .iframe_outer {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.video_pup.reverse .video_pup_background,
.video_pup.reverse .iframe_outer {
  -webkit-transition: opacity 0.3s, background 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.5s;
  transition: transform 0.3s, opacity 0.3s, background 0.5s, -webkit-transform 0.3s;
}
.video_pup.reverse.hidden {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.news_section {
  /*
  	@include phone() {
  		background-size: 60% auto;
  	}
  */
}
.news_section .news_inner {
  /*
  		@include mobile() {
  			max-width: 510px + 96px;
  		}
  */
}
.news_section .heading {
  position: relative;
}
.news_section .heading h2 {
  color: #323f48;
  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;
  /*
  			color: $gray !important;
  			font-family: $paragraph_font !important;
  			font-style: italic !important;
  			font-weight: normal !important;
  */
}
@media (max-width: 900px) {
  .news_section .heading h2 {
    font-size: 37px;
  }
}
@media (max-width: 600px) {
  .news_section .heading h2 {
    font-size: 32px;
  }
}
.news_section .heading h2 strong {
  font-weight: 500;
}
.news_section .heading .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 #e6e6e6;
  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;
  position: absolute;
  right: 0;
  top: 0;
}
.news_section .heading .button:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #e6e6e6;
  -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;
}
.news_section .heading .button:hover {
  opacity: 1;
}
.news_section .heading .button:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  .news_section .heading .button {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .news_section .heading .button {
    margin-top: -4px;
  }
}
.news_section ul {
  margin: 0 -15px !important;
  padding: 0 !important;
}
.news_section ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 0 !important;
}
@media (max-width: 900px) {
  .news_section ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .news_section ul li {
    width: 100%;
  }
}
.news_section .article {
  display: block;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none !important;
}
.news_section .article .image {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  background-color: #323f48;
}
@media (max-width: 900px) {
  .news_section .article .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .news_section .article .image {
    margin-bottom: 15px;
  }
}
.news_section .article .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;
  /*
  				&:hover {
  					background: $gold;
  				}
  */
}
.news_section .article .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news_section .article .title {
  display: block;
  font-family: owners-narrow, sans-serif;
  color: #323f48;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 600px) {
  .news_section .article .title {
    font-size: 20px;
  }
}
.news_section .article .date {
  display: block;
  color: #999fa4;
  font-family: owners-text, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news_section .article:hover {
  opacity: 1 !important;
}
.news_section .article:hover .title {
  color: #A02843;
}
.news_section .article:hover .date {
  color: #A02843;
}
.news_section .article:hover .image:before {
  opacity: 1;
}
.news_section .article.category-academics .image {
  background-image: url("../jpg/academics-default.jpg");
}
.news_section .article.category-academics .image .category {
  background-color: #323f48;
}
.news_section .article.category-events .image {
  background-image: url("../jpg/events-default.jpg");
}
.news_section .article.category-events .image .category {
  background-color: #5b6f88;
}
.news_section .article.category-community .image {
  background-image: url("../jpg/community-default.jpg");
}
.news_section .article.category-community .image .category {
  background-color: #A02843;
}
.news_section .article.category-fine-arts .image {
  background-image: url("../jpg/fine-arts-default.jpg");
}
.news_section .article.category-fine-arts .image .category {
  background-color: #CD6828;
}

.fine_arts_events_categories .fine_arts_events_categories_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -2px;
}
.fine_arts_events_categories .fine_arts_events_categories_inner a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 16.6666666667%;
  text-decoration: none;
  text-align: center;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  cursor: pointer;
  -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 (max-width: 1100px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a {
    width: 33.3333333333%;
  }
}
@media (max-width: 500px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a {
    width: 50%;
  }
}
.fine_arts_events_categories .fine_arts_events_categories_inner a .image {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #666;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) and (min-width: 601px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a .image {
    padding-top: 167px;
  }
}
.fine_arts_events_categories .fine_arts_events_categories_inner a .title {
  display: block;
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #839FC8;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 30px 20px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
@media (max-width: 900px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a .title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a .title {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.fine_arts_events_categories .fine_arts_events_categories_inner a .title span {
  display: block;
  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-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 900px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a .title span {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a .title span {
    font-size: 14px;
  }
}
.fine_arts_events_categories .fine_arts_events_categories_inner a .title span strong {
  font-weight: 500;
}
@media (min-width: 901px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a:hover {
    opacity: 1 !important;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .fine_arts_events_categories .fine_arts_events_categories_inner a:hover .title {
    color: #fff;
    background: #839FC8;
  }
}
@media (max-width: 900px) {
  .fine_arts_events_categories .fine_arts_events_categories_inner a:active {
    opacity: 1 !important;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .fine_arts_events_categories .fine_arts_events_categories_inner a:active .title {
    color: #fff;
    background: #839FC8;
  }
}

.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("../png/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("../png/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-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("../jpg/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("../png/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("../png/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("../gif/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("../png/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("../png/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;
  }
}
.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("../svg/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("../svg/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("../svg/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;
}

html, body {
  scroll-behavior: smooth;
}

.menu-primary-container > ul > li > a {
  white-space: nowrap;
}

.site-content {
  max-width: none !important;
  padding: 0px;
}

.entry-content a,
.post-body a {
  text-underline-offset: 2px;
}

/*
.ninja-forms-form-wrap {
	.ninja-forms-required-items {
		display: none;
	}
	.nf-form-fields-required,
	.ninja-forms-req-symbol {
		display: none;
	}
	input, select {
		color: $gray;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
	input[type=button],
	input[type=submit] {
		@include button($maroon, $maroon);
	}
	.field-wrap.submit-wrap {
		text-align: right;
	}
	label {
		font-size: 14px !important;
		font-weight: 500 !important;
		letter-spacing: 0.02em;
	}
	.nf-desc p {
		font-size: 0.9em;
	}
	.ninja-forms-all-fields-wrap {
		font-size: 0;

		* {
			font-size: 16px;
		}
	}
	nf-fields-wrap {
		font-size: 0;

		nf-field * {
			font-size: 16px;
		}
	}
	.field-wrap {
		margin-bottom: 0;
	}
	.nf-field-container {
		margin-bottom: 20px;
	}
	#ninja_forms_field_2448_div_wrap,
	#ninja_forms_field_2449_div_wrap,
	#ninja_forms_field_2905_div_wrap,
	#ninja_forms_field_2417_div_wrap,
	#ninja_forms_field_2418_div_wrap,
	#ninja_forms_field_2540_div_wrap,
	#ninja_forms_field_2541_div_wrap,
	#ninja_forms_field_2427_div_wrap,
	#ninja_forms_field_2428_div_wrap,
	#ninja_forms_field_2542_div_wrap,
	#ninja_forms_field_2543_div_wrap {
		display: inline-block;
		width: 48%;
	}
	#ninja_forms_field_2448_div_wrap,
	#ninja_forms_field_2417_div_wrap,
	#ninja_forms_field_2540_div_wrap,
	#ninja_forms_field_2427_div_wrap,
	#ninja_forms_field_2542_div_wrap {
		margin-right: 4%;
	}
	#nf-field-2448-container,
	#nf-field-2449-container,
	#nf-field-2905-container,
	#nf-field-2417-container,
	#nf-field-2418-container,
	#nf-field-2540-container,
	#nf-field-2541-container,
	#nf-field-2427-container,
	#nf-field-2428-container,
	#nf-field-2542-container,
	#nf-field-2543-container {
		display: inline-block;
		width: 48%;
	}
	#nf-field-2448-container,
	#nf-field-2417-container,
	#nf-field-2540-container,
	#nf-field-2427-container,
	#nf-field-2542-container {
		margin-right: 4%;
	}
}
*/
.site-footer:before {
  right: calc(50% - 50vw);
  width: 100vw;
}
.site-footer:after {
  content: none;
}
.site-footer > * {
  position: relative;
}

.save_orphans {
  display: inline-block;
}

@media (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child {
    margin-bottom: 0;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child h2,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child h2,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child h2,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column:first-child h2 {
    margin-top: -18px !important;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column {
    position: relative;
    top: -61px;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    position: relative;
    margin: 0;
    margin-left: -150px;
    margin-right: -150px;
    padding: 15px 0;
    padding-left: 150px;
    padding-right: 60px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-left: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-left: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-left: -30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-right: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-right: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-right: -30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    padding-left: 11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    padding-left: 50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 {
    margin-top: 20px !important;
  }
}
@media (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:before,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:before,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:before,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #999fa4;
    border-right: solid 2px #999fa4;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border 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.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:after,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:after,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:after,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:after {
    content: " Navigation";
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active {
    color: #323f48;
    background: #e6e6e6;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active:before,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active:before,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active:before,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4:active:before {
    border-bottom-color: #323f48;
    border-right-color: #323f48;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    height: 0;
    overflow: hidden;
    border-bottom: solid 1px #e6e6e6;
    -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    margin-left: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    margin-left: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    margin-left: -30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    margin-right: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    margin-right: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    margin-right: -30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    padding-left: 11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    padding-left: 50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    padding-left: 30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    padding-right: 11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    padding-right: 50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li:last-child a,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li:last-child a,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li:last-child a,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4 + ul li:last-child a {
    margin-bottom: 0;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open + ul li,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open + ul li,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open + ul li,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open + ul li {
    opacity: 1;
  }
  body.page-template-degree.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open:before,
  body.page-template-new-template.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open:before,
  body.page-template-new-template-no-form.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open:before,
  body.page-template-landing-page.has_content_nav .hentry > .entry-content .wp-block-columns:first-child .wp-block-column + .wp-block-column h4.open:before {
    -webkit-transform: rotate(225deg) translate(-2px, -2px);
            transform: rotate(225deg) translate(-2px, -2px);
  }
}

body.page-template-degree .site-main .page-primary,
body.page-template-new-template .site-main .page-primary,
body.page-template-new-template-no-form .site-main .page-primary,
body.page-template-landing-page .site-main .page-primary {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  border-left: 0;
  background: none;
}
body.page-template-degree .site,
body.page-template-new-template .site,
body.page-template-new-template-no-form .site,
body.page-template-landing-page .site {
  background: #fff;
}
body.page-template-degree .entry-header,
body.page-template-new-template .entry-header,
body.page-template-new-template-no-form .entry-header,
body.page-template-landing-page .entry-header {
  position: relative;
  background: #e6e6e6;
  border: 0;
  padding: 0 4em;
}
@media (max-width: 600px) {
  body.page-template-degree .entry-header,
  body.page-template-new-template .entry-header,
  body.page-template-new-template-no-form .entry-header,
  body.page-template-landing-page .entry-header {
    padding: 0;
  }
}
body.page-template-degree .entry-header .entry-header-image,
body.page-template-new-template .entry-header .entry-header-image,
body.page-template-new-template-no-form .entry-header .entry-header-image,
body.page-template-landing-page .entry-header .entry-header-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 600px) {
  body.page-template-degree .entry-header .entry-header-image,
  body.page-template-new-template .entry-header .entry-header-image,
  body.page-template-new-template-no-form .entry-header .entry-header-image,
  body.page-template-landing-page .entry-header .entry-header-image {
    position: relative;
    width: 100%;
    height: 70vw;
  }
}
body.page-template-degree .entry-header .entry-header-image[data-video-id]:before,
body.page-template-new-template .entry-header .entry-header-image[data-video-id]:before,
body.page-template-new-template-no-form .entry-header .entry-header-image[data-video-id]:before,
body.page-template-landing-page .entry-header .entry-header-image[data-video-id]: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 .entry-header .entry-header-image[data-video-id]:after,
body.page-template-new-template .entry-header .entry-header-image[data-video-id]:after,
body.page-template-new-template-no-form .entry-header .entry-header-image[data-video-id]:after,
body.page-template-landing-page .entry-header .entry-header-image[data-video-id]: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("../png/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 .entry-header .entry-header-image[data-video-id]:hover:before,
body.page-template-new-template .entry-header .entry-header-image[data-video-id]:hover:before,
body.page-template-new-template-no-form .entry-header .entry-header-image[data-video-id]:hover:before,
body.page-template-landing-page .entry-header .entry-header-image[data-video-id]:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 901px) {
  body.page-template-degree .entry-header .entry-header-image[data-video-id]:hover:after,
  body.page-template-new-template .entry-header .entry-header-image[data-video-id]:hover:after,
  body.page-template-new-template-no-form .entry-header .entry-header-image[data-video-id]:hover:after,
  body.page-template-landing-page .entry-header .entry-header-image[data-video-id]: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 .entry-header .entry-header-image[data-video-id]:active:after,
  body.page-template-new-template .entry-header .entry-header-image[data-video-id]:active:after,
  body.page-template-new-template-no-form .entry-header .entry-header-image[data-video-id]:active:after,
  body.page-template-landing-page .entry-header .entry-header-image[data-video-id]:active:after {
    -webkit-box-shadow: inset 0 0 0 4px #A02843;
            box-shadow: inset 0 0 0 4px #A02843;
  }
}
body.page-template-degree .entry-header .entry-header-image.position_top,
body.page-template-new-template .entry-header .entry-header-image.position_top,
body.page-template-new-template-no-form .entry-header .entry-header-image.position_top,
body.page-template-landing-page .entry-header .entry-header-image.position_top {
  background-position-y: 0%;
}
body.page-template-degree .entry-header .entry-header-image.position_mid-top,
body.page-template-new-template .entry-header .entry-header-image.position_mid-top,
body.page-template-new-template-no-form .entry-header .entry-header-image.position_mid-top,
body.page-template-landing-page .entry-header .entry-header-image.position_mid-top {
  background-position-y: 25%;
}
body.page-template-degree .entry-header .entry-header-image.position_mid-bottom,
body.page-template-new-template .entry-header .entry-header-image.position_mid-bottom,
body.page-template-new-template-no-form .entry-header .entry-header-image.position_mid-bottom,
body.page-template-landing-page .entry-header .entry-header-image.position_mid-bottom {
  background-position-y: 75%;
}
body.page-template-degree .entry-header .entry-header-image.position_bottom,
body.page-template-new-template .entry-header .entry-header-image.position_bottom,
body.page-template-new-template-no-form .entry-header .entry-header-image.position_bottom,
body.page-template-landing-page .entry-header .entry-header-image.position_bottom {
  background-position-y: 100%;
}
@media (min-width: 601px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    margin-right: 50%;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    padding: 0;
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    padding-left: 11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    padding-left: 50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    padding-left: 30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    padding-right: 11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    padding-right: 50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body.page-template-degree .entry-header .entry-title-outer,
  body.page-template-new-template .entry-header .entry-title-outer,
  body.page-template-new-template-no-form .entry-header .entry-title-outer,
  body.page-template-landing-page .entry-header .entry-title-outer {
    padding-right: 30px;
  }
}
body.page-template-degree .entry-header .entry-title-outer h1, body.page-template-degree .entry-header .entry-title-outer p,
body.page-template-new-template .entry-header .entry-title-outer h1,
body.page-template-new-template .entry-header .entry-title-outer p,
body.page-template-new-template-no-form .entry-header .entry-title-outer h1,
body.page-template-new-template-no-form .entry-header .entry-title-outer p,
body.page-template-landing-page .entry-header .entry-title-outer h1,
body.page-template-landing-page .entry-header .entry-title-outer p {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  body.page-template-degree .entry-header .entry-title-outer h1, body.page-template-degree .entry-header .entry-title-outer p,
  body.page-template-new-template .entry-header .entry-title-outer h1,
  body.page-template-new-template .entry-header .entry-title-outer p,
  body.page-template-new-template-no-form .entry-header .entry-title-outer h1,
  body.page-template-new-template-no-form .entry-header .entry-title-outer p,
  body.page-template-landing-page .entry-header .entry-title-outer h1,
  body.page-template-landing-page .entry-header .entry-title-outer p {
    max-width: 512px;
    margin-left: auto !important;
    padding-right: 100px;
  }
}
body.page-template-degree .entry-header .entry-title-outer h1,
body.page-template-new-template .entry-header .entry-title-outer h1,
body.page-template-new-template-no-form .entry-header .entry-title-outer h1,
body.page-template-landing-page .entry-header .entry-title-outer h1 {
  font-weight: 500;
  padding-top: 110px;
  margin-bottom: 15px !important;
}
@media (max-width: 1200px) {
  body.page-template-degree .entry-header .entry-title-outer h1,
  body.page-template-new-template .entry-header .entry-title-outer h1,
  body.page-template-new-template-no-form .entry-header .entry-title-outer h1,
  body.page-template-landing-page .entry-header .entry-title-outer h1 {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .entry-header .entry-title-outer h1,
  body.page-template-new-template .entry-header .entry-title-outer h1,
  body.page-template-new-template-no-form .entry-header .entry-title-outer h1,
  body.page-template-landing-page .entry-header .entry-title-outer h1 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .entry-header .entry-title-outer h1,
  body.page-template-new-template .entry-header .entry-title-outer h1,
  body.page-template-new-template-no-form .entry-header .entry-title-outer h1,
  body.page-template-landing-page .entry-header .entry-title-outer h1 {
    padding-top: 40px;
    margin-bottom: 0 !important;
  }
}
body.page-template-degree .entry-header .entry-title-outer h1 span,
body.page-template-new-template .entry-header .entry-title-outer h1 span,
body.page-template-new-template-no-form .entry-header .entry-title-outer h1 span,
body.page-template-landing-page .entry-header .entry-title-outer h1 span {
  display: block;
  margin-top: 3px;
  font-family: owners-text, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-indent: 3px;
}
@media (max-width: 900px) {
  body.page-template-degree .entry-header .entry-title-outer h1 span,
  body.page-template-new-template .entry-header .entry-title-outer h1 span,
  body.page-template-new-template-no-form .entry-header .entry-title-outer h1 span,
  body.page-template-landing-page .entry-header .entry-title-outer h1 span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .entry-header .entry-title-outer h1 span,
  body.page-template-new-template .entry-header .entry-title-outer h1 span,
  body.page-template-new-template-no-form .entry-header .entry-title-outer h1 span,
  body.page-template-landing-page .entry-header .entry-title-outer h1 span {
    font-size: 17px;
  }
}
body.page-template-degree .entry-header .entry-title-outer h1 span strong,
body.page-template-new-template .entry-header .entry-title-outer h1 span strong,
body.page-template-new-template-no-form .entry-header .entry-title-outer h1 span strong,
body.page-template-landing-page .entry-header .entry-title-outer h1 span strong {
  font-weight: 500;
}
@media (max-width: 900px) {
  body.page-template-degree .entry-header .entry-title-outer h1 span,
  body.page-template-new-template .entry-header .entry-title-outer h1 span,
  body.page-template-new-template-no-form .entry-header .entry-title-outer h1 span,
  body.page-template-landing-page .entry-header .entry-title-outer h1 span {
    text-indent: 1px;
  }
}
body.page-template-degree .entry-header .entry-title-outer p,
body.page-template-new-template .entry-header .entry-title-outer p,
body.page-template-new-template-no-form .entry-header .entry-title-outer p,
body.page-template-landing-page .entry-header .entry-title-outer p {
  font-family: owners-text, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media (max-width: 900px) {
  body.page-template-degree .entry-header .entry-title-outer p,
  body.page-template-new-template .entry-header .entry-title-outer p,
  body.page-template-new-template-no-form .entry-header .entry-title-outer p,
  body.page-template-landing-page .entry-header .entry-title-outer p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .entry-header .entry-title-outer p,
  body.page-template-new-template .entry-header .entry-title-outer p,
  body.page-template-new-template-no-form .entry-header .entry-title-outer p,
  body.page-template-landing-page .entry-header .entry-title-outer p {
    font-size: 17px;
  }
}
body.page-template-degree .entry-header .entry-title-outer p strong,
body.page-template-new-template .entry-header .entry-title-outer p strong,
body.page-template-new-template-no-form .entry-header .entry-title-outer p strong,
body.page-template-landing-page .entry-header .entry-title-outer p strong {
  font-weight: 500;
}
body.page-template-degree .entry-header .entry-title-outer > :last-child,
body.page-template-new-template .entry-header .entry-title-outer > :last-child,
body.page-template-new-template-no-form .entry-header .entry-title-outer > :last-child,
body.page-template-landing-page .entry-header .entry-title-outer > :last-child {
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  body.page-template-degree .entry-header .entry-title-outer > :last-child,
  body.page-template-new-template .entry-header .entry-title-outer > :last-child,
  body.page-template-new-template-no-form .entry-header .entry-title-outer > :last-child,
  body.page-template-landing-page .entry-header .entry-title-outer > :last-child {
    padding-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .entry-header .entry-title-outer > :last-child,
  body.page-template-new-template .entry-header .entry-title-outer > :last-child,
  body.page-template-new-template-no-form .entry-header .entry-title-outer > :last-child,
  body.page-template-landing-page .entry-header .entry-title-outer > :last-child {
    padding-bottom: 65px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .entry-header .entry-title-outer > :last-child,
  body.page-template-new-template .entry-header .entry-title-outer > :last-child,
  body.page-template-new-template-no-form .entry-header .entry-title-outer > :last-child,
  body.page-template-landing-page .entry-header .entry-title-outer > :last-child {
    padding-bottom: 40px;
  }
}

body.page-template-degree .site-main .page-primary .entry-header .entry-title-outer h1,
body.page-template-new-template .site-main .page-primary .entry-header .entry-title-outer h1,
body.page-template-new-template-no-form .site-main .page-primary .entry-header .entry-title-outer h1 {
  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 .site-main .page-primary .entry-header .entry-title-outer h1,
  body.page-template-new-template .site-main .page-primary .entry-header .entry-title-outer h1,
  body.page-template-new-template-no-form .site-main .page-primary .entry-header .entry-title-outer h1 {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .site-main .page-primary .entry-header .entry-title-outer h1,
  body.page-template-new-template .site-main .page-primary .entry-header .entry-title-outer h1,
  body.page-template-new-template-no-form .site-main .page-primary .entry-header .entry-title-outer h1 {
    font-size: 45px;
    font-weight: 500;
  }
}
body.page-template-degree .site-main .page-primary .entry-header .entry-title-outer h1 strong,
body.page-template-new-template .site-main .page-primary .entry-header .entry-title-outer h1 strong,
body.page-template-new-template-no-form .site-main .page-primary .entry-header .entry-title-outer h1 strong {
  font-weight: 500;
}
body.page-template-degree .site-main .page-primary .entry-header .entry-title-outer h1:last-child,
body.page-template-new-template .site-main .page-primary .entry-header .entry-title-outer h1:last-child,
body.page-template-new-template-no-form .site-main .page-primary .entry-header .entry-title-outer h1:last-child {
  margin-bottom: 0 !important;
}
body.page-template-degree header + .entry-content,
body.page-template-new-template header + .entry-content,
body.page-template-new-template-no-form header + .entry-content {
  position: relative;
  z-index: 0;
}
body.page-template-degree header + .entry-content:before,
body.page-template-new-template header + .entry-content:before,
body.page-template-new-template-no-form header + .entry-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -82px;
  right: 0;
  width: 549px;
  height: 654px;
  background: url("../gif/news_bg.gif") no-repeat 0 0/100% auto;
}