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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumbs li a {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content_outer p, 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) {
  .content_outer p, 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, .content_outer ul, 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, .content_outer ol, 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;
  }
}
.content_outer p.has-medium-font-size, 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, .content_outer ul.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, .content_outer ol.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) {
  .content_outer p.has-medium-font-size, 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, .content_outer ul.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, .content_outer ol.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) {
  .content_outer p.has-medium-font-size, 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, .content_outer ul.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, .content_outer ol.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;
  }
}
.content_outer p.has-medium-font-size strong, 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, .content_outer ul.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, .content_outer ol.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;
}
.content_outer p .button, 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, .content_outer ul .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, .content_outer ol .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;
}
.content_outer p .button:before, 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, .content_outer ul .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, .content_outer ol .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;
}
.content_outer p .button:hover, 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, .content_outer ul .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, .content_outer ol .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;
}
.content_outer p .button:hover:before, 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, .content_outer ul .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, .content_outer ol .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) {
  .content_outer p .button, 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, .content_outer ul .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, .content_outer ol .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) {
  .content_outer p .button, 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, .content_outer ul .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, .content_outer ol .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;
  }
}
.content_outer p:first-child, 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, .content_outer ul: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, .content_outer ol: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;
}
.content_outer ul, 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, .content_outer ol, 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;
}
.content_outer ul li + li, 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, .content_outer ol 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;
}
.content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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;
  }
}
.content_outer .wp-block-quote.is-style-large .image, 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) {
  .content_outer .wp-block-quote.is-style-large .image, 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) {
  .content_outer .wp-block-quote.is-style-large .image, 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%;
  }
}
.content_outer .wp-block-quote.is-style-large .image + p, 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;
}
.content_outer .wp-block-quote.is-style-large .image.default, body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large .image.default {
  background-image: url("https://www.friends.edu/wp-content/themes/friends/img/davis-testimonial.jpg");
}
.content_outer .wp-block-quote.is-style-large p, 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) {
  .content_outer .wp-block-quote.is-style-large p, 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) {
  .content_outer .wp-block-quote.is-style-large p, 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;
  }
}
.content_outer .wp-block-quote.is-style-large p strong, 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) {
  .content_outer .wp-block-quote.is-style-large p:first-child, 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;
  }
}
.content_outer .wp-block-quote.is-style-large p:empty, 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;
}
.content_outer .wp-block-quote.is-style-large cite, 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;
}
.content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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;
  }
}
.content_outer blockquote:not(.wp-block-quote) figure, 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;
}
.content_outer blockquote:not(.wp-block-quote) p, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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;
  }
}
.content_outer blockquote:not(.wp-block-quote) p strong, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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;
  }
}
.content_outer blockquote:not(.wp-block-quote) span, 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;
}
.content_outer blockquote:not(.wp-block-quote) + blockquote, 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) {
  .content_outer blockquote:not(.wp-block-quote) + blockquote, 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) {
  .content_outer blockquote:not(.wp-block-quote) + blockquote, 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;
  }
}
.content_outer blockquote.wp-block-quote, 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;
}
.content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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;
  }
}
.content_outer .video_wrapper .wp-block-embed__wrapper, 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, .content_outer .wp-block-embed .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;
}
.content_outer .video_wrapper iframe, 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, .content_outer .wp-block-embed 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%;
}
.content_outer .video_wrapper .video_cover, 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, .content_outer .wp-block-embed .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%;
}
.content_outer .video_wrapper .video_cover:before, 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, .content_outer .wp-block-embed .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;
}
.content_outer .video_wrapper .video_cover:after, 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, .content_outer .wp-block-embed .video_cover:after, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.75) url("../images/icon/play.png") no-repeat 50% 50%/32px auto;
  -webkit-box-shadow: inset 0 0 0 4px rgba(160, 40, 67, 0);
          box-shadow: inset 0 0 0 4px rgba(160, 40, 67, 0);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.content_outer .video_wrapper .video_cover:hover:before, 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, .content_outer .wp-block-embed .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) {
  .content_outer .video_wrapper .video_cover:hover:after, 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, .content_outer .wp-block-embed .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) {
  .content_outer .video_wrapper .video_cover:active:after, 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, .content_outer .wp-block-embed .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;
  }
}
.content_outer .video_wrapper:before, 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, .content_outer .wp-block-embed: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%;
}
.content_outer .video_wrapper:first-child, 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, .content_outer .wp-block-embed: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;
}
.content_outer .video_wrapper:last-child, 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, .content_outer .wp-block-embed:last-child, body.page-template-degree .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-new-template .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed:last-child {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button,
button,
input[type=submit] {
  border: 0;
  font-size: 16px;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
}
.content_outer p, 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) {
  .content_outer p, 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, .content_outer ul, 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, .content_outer ol, 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;
  }
}
.content_outer p.has-medium-font-size, 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, .content_outer ul.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, .content_outer ol.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) {
  .content_outer p.has-medium-font-size, 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, .content_outer ul.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, .content_outer ol.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) {
  .content_outer p.has-medium-font-size, 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, .content_outer ul.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, .content_outer ol.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;
  }
}
.content_outer p.has-medium-font-size strong, 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, .content_outer ul.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, .content_outer ol.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;
}
.content_outer p .button, 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, .content_outer ul .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, .content_outer ol .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;
}
.content_outer p .button:before, 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, .content_outer ul .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, .content_outer ol .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;
}
.content_outer p .button:hover, 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, .content_outer ul .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, .content_outer ol .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;
}
.content_outer p .button:hover:before, 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, .content_outer ul .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, .content_outer ol .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) {
  .content_outer p .button, 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, .content_outer ul .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, .content_outer ol .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) {
  .content_outer p .button, 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, .content_outer ul .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, .content_outer ol .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;
  }
}
.content_outer p:first-child, 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, .content_outer ul: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, .content_outer ol: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;
}
.content_outer ul, 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, .content_outer ol, 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;
}
.content_outer ul li + li, 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, .content_outer ol 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;
}
.content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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) {
  .content_outer .wp-block-quote.is-style-large, 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;
  }
}
.content_outer .wp-block-quote.is-style-large .image, 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) {
  .content_outer .wp-block-quote.is-style-large .image, 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) {
  .content_outer .wp-block-quote.is-style-large .image, 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%;
  }
}
.content_outer .wp-block-quote.is-style-large .image + p, 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;
}
.content_outer .wp-block-quote.is-style-large .image.default, body.page-template-degree .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-new-template .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-landing-page .hentry > .entry-content .wp-block-quote.is-style-large .image.default,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-quote.is-style-large .image.default {
  background-image: url("https://www.friends.edu/wp-content/themes/friends/img/davis-testimonial.jpg");
}
.content_outer .wp-block-quote.is-style-large p, 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) {
  .content_outer .wp-block-quote.is-style-large p, 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) {
  .content_outer .wp-block-quote.is-style-large p, 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;
  }
}
.content_outer .wp-block-quote.is-style-large p strong, 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) {
  .content_outer .wp-block-quote.is-style-large p:first-child, 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;
  }
}
.content_outer .wp-block-quote.is-style-large p:empty, 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;
}
.content_outer .wp-block-quote.is-style-large cite, 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;
}
.content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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) {
  .content_outer blockquote:not(.wp-block-quote), 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;
  }
}
.content_outer blockquote:not(.wp-block-quote) figure, 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;
}
.content_outer blockquote:not(.wp-block-quote) p, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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;
  }
}
.content_outer blockquote:not(.wp-block-quote) p strong, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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) {
  .content_outer blockquote:not(.wp-block-quote) p, 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;
  }
}
.content_outer blockquote:not(.wp-block-quote) span, 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;
}
.content_outer blockquote:not(.wp-block-quote) + blockquote, 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) {
  .content_outer blockquote:not(.wp-block-quote) + blockquote, 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) {
  .content_outer blockquote:not(.wp-block-quote) + blockquote, 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;
  }
}
.content_outer blockquote.wp-block-quote, 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;
}
.content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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) {
  .content_outer .video_wrapper, 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, .content_outer .wp-block-embed, 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;
  }
}
.content_outer .video_wrapper .wp-block-embed__wrapper, 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, .content_outer .wp-block-embed .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;
}
.content_outer .video_wrapper iframe, 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, .content_outer .wp-block-embed 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%;
}
.content_outer .video_wrapper .video_cover, 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, .content_outer .wp-block-embed .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%;
}
.content_outer .video_wrapper .video_cover:before, 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, .content_outer .wp-block-embed .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;
}
.content_outer .video_wrapper .video_cover:after, 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, .content_outer .wp-block-embed .video_cover:after, body.page-template-degree .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-new-template .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed .video_cover:after,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed .video_cover:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.75) url("../images/icon/play.png") no-repeat 50% 50%/32px auto;
  -webkit-box-shadow: inset 0 0 0 4px rgba(160, 40, 67, 0);
          box-shadow: inset 0 0 0 4px rgba(160, 40, 67, 0);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.content_outer .video_wrapper .video_cover:hover:before, 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, .content_outer .wp-block-embed .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) {
  .content_outer .video_wrapper .video_cover:hover:after, 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, .content_outer .wp-block-embed .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) {
  .content_outer .video_wrapper .video_cover:active:after, 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, .content_outer .wp-block-embed .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;
  }
}
.content_outer .video_wrapper:before, 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, .content_outer .wp-block-embed: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%;
}
.content_outer .video_wrapper:first-child, 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, .content_outer .wp-block-embed: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;
}
.content_outer .video_wrapper:last-child, 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, .content_outer .wp-block-embed:last-child, body.page-template-degree .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-new-template .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-new-template-no-form .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-landing-page .hentry > .entry-content .wp-block-embed:last-child,
body.page-template-dashboard-new .hentry > .entry-content .wp-block-embed:last-child {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

  					@include mobile(false) {
  						width: 50%;
  					}
  				}
  */
}
body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .page-excerpt-image {
    width: 100%;
    padding-top: 50%;
  }
}
@media (min-width: 901px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    margin-left: 50%;
    width: 50%;
    padding: 75px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 5.665%;
  }
}
@media (min-width: 901px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 25px;
  }
}
@media (min-width: 901px) and (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 15px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    width: 100%;
    padding: 150px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 11.33%;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-landing-page .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block[aria-label=page-excerpt] .module-page-excerpt-secondary {
    padding: 30px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links {
  margin-bottom: 0;
  padding-left: 0;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button {
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #A02843;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #fff;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-width: 2px;
  margin-top: 4px;
  width: auto;
  height: auto;
  color: #A02843 !important;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: auto;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover {
  opacity: 1;
}
body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before,
body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-landing-page .hentry > .entry-content section.section-block .module-page-excerpt-links .button,
  body.page-template-dashboard-new .hentry > .entry-content section.section-block .module-page-excerpt-links .button {
    margin-top: -4px;
  }
}
body.page-template-degree .hentry > .entry-content .section-divider,
body.page-template-new-template .hentry > .entry-content .section-divider,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
body.page-template-landing-page .hentry > .entry-content .section-divider,
body.page-template-dashboard-new .hentry > .entry-content .section-divider {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section-divider,
  body.page-template-new-template .hentry > .entry-content .section-divider,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider,
  body.page-template-landing-page .hentry > .entry-content .section-divider,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider {
    margin-bottom: 40px;
  }
}
body.page-template-degree .hentry > .entry-content .section-divider h3,
body.page-template-new-template .hentry > .entry-content .section-divider h3,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3,
body.page-template-landing-page .hentry > .entry-content .section-divider h3,
body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 {
  font-family: argent-cf, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  /*
  	line-height: 1.1;
  	font-weight: 500;
  	letter-spacing: 0.02em;
  */
  font-size: 35px;
  margin: 0;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .section-divider h3,
  body.page-template-new-template .hentry > .entry-content .section-divider h3,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3,
  body.page-template-landing-page .hentry > .entry-content .section-divider h3,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .section-divider h3,
  body.page-template-new-template .hentry > .entry-content .section-divider h3,
  body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3,
  body.page-template-landing-page .hentry > .entry-content .section-divider h3,
  body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 {
    font-size: 28px;
  }
}
body.page-template-degree .hentry > .entry-content .section-divider h3 strong,
body.page-template-new-template .hentry > .entry-content .section-divider h3 strong,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider h3 strong,
body.page-template-landing-page .hentry > .entry-content .section-divider h3 strong,
body.page-template-dashboard-new .hentry > .entry-content .section-divider h3 strong {
  font-weight: 500;
}
body.page-template-degree .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-new-template .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-new-template-no-form .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-landing-page .hentry > .entry-content .section-divider .section-divider-arrow,
body.page-template-dashboard-new .hentry > .entry-content .section-divider .section-divider-arrow {
  display: none;
}
body.page-template-degree .hentry > .entry-content .section--extended:before, body.page-template-degree .hentry > .entry-content .section--extended:after,
body.page-template-new-template .hentry > .entry-content .section--extended:before,
body.page-template-new-template .hentry > .entry-content .section--extended:after,
body.page-template-new-template-no-form .hentry > .entry-content .section--extended:before,
body.page-template-new-template-no-form .hentry > .entry-content .section--extended:after,
body.page-template-landing-page .hentry > .entry-content .section--extended:before,
body.page-template-landing-page .hentry > .entry-content .section--extended:after,
body.page-template-dashboard-new .hentry > .entry-content .section--extended:before,
body.page-template-dashboard-new .hentry > .entry-content .section--extended:after {
  content: none;
}
body.page-template-degree .hentry > .entry-content section.section-well,
body.page-template-new-template .hentry > .entry-content section.section-well,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
body.page-template-landing-page .hentry > .entry-content section.section-well,
body.page-template-dashboard-new .hentry > .entry-content section.section-well {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 -10px;
  margin-top: 75px;
  margin-bottom: 75px;
  background: transparent;
  border-radius: 0;
  border: 0;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-degree .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-new-template .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-landing-page .hentry > .entry-content section.section-well[aria-label=featured-faculty],
  body.page-template-dashboard-new .hentry > .entry-content section.section-well[aria-label=featured-faculty] {
    max-width: none;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 120px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-top: 80px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 120px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well,
  body.page-template-new-template .hentry > .entry-content section.section-well,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well,
  body.page-template-landing-page .hentry > .entry-content section.section-well,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well {
    margin-bottom: 80px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well h3,
body.page-template-new-template .hentry > .entry-content section.section-well h3,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3,
body.page-template-landing-page .hentry > .entry-content section.section-well h3,
body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 {
  font-family: argent-cf, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.1;
  /*
  	line-height: 1.1;
  	font-weight: 500;
  	letter-spacing: 0.02em;
  */
  font-size: 35px;
  padding: 0;
  margin: 0 !important;
  border: 0;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well h3,
  body.page-template-new-template .hentry > .entry-content section.section-well h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well h3,
  body.page-template-new-template .hentry > .entry-content section.section-well h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 {
    font-size: 28px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well h3 strong,
body.page-template-new-template .hentry > .entry-content section.section-well h3 strong,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well h3 strong,
body.page-template-landing-page .hentry > .entry-content section.section-well h3 strong,
body.page-template-dashboard-new .hentry > .entry-content section.section-well h3 strong {
  font-weight: 500;
}
body.page-template-degree .hentry > .entry-content section.section-well h2,
body.page-template-new-template .hentry > .entry-content section.section-well h2,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well h2,
body.page-template-landing-page .hentry > .entry-content section.section-well h2,
body.page-template-dashboard-new .hentry > .entry-content section.section-well h2 {
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #A02843;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-top: 0 !important;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well h2,
  body.page-template-new-template .hentry > .entry-content section.section-well h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h2 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well h2,
  body.page-template-new-template .hentry > .entry-content section.section-well h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well h2 {
    font-size: 16px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards {
    margin-top: 40px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard {
  position: relative;
  z-index: 0;
  width: 33.333%;
  padding: 40px;
  margin: 0;
  border: solid 10px transparent;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard {
    width: 50%;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard {
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 30px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard figure,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard figure {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) and (min-width: 451px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard figure,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard figure {
    float: left;
    margin-right: 30px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h3,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h2,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h3 {
  font-family: owners-text, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  color: #A02843;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  font-style: normal;
  margin-bottom: 5px !important;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard h3,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h2,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard h3 {
    font-size: 16px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard ul,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard ul {
  padding-left: 0;
}
@media (max-width: 600px) and (min-width: 451px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard ul,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard ul {
    padding-left: 126px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards .vcard:before,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards .vcard:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 {
  text-align: center;
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard {
  text-align: left;
  max-width: 620px;
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard {
    width: 100%;
  }
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard figure {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-1 .vcard ul {
    padding-left: 126px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 {
  text-align: center;
}
body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard {
  text-align: left;
  max-width: 620px;
}
@media (min-width: 1201px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard figure {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 1201px) {
  body.page-template-degree .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-new-template .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-new-template-no-form .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-landing-page .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul,
  body.page-template-dashboard-new .hentry > .entry-content section.section-well .vcards.count-2 .vcard ul {
    padding-left: 126px;
  }
}
body.page-template-degree .hentry > .entry-content section.section-well:last-child,
body.page-template-new-template .hentry > .entry-content section.section-well:last-child,
body.page-template-new-template-no-form .hentry > .entry-content section.section-well:last-child,
body.page-template-landing-page .hentry > .entry-content section.section-well:last-child,
body.page-template-dashboard-new .hentry > .entry-content section.section-well:last-child {
  margin-bottom: 0 !important;
}
body.page-template-degree .hentry > .entry-content.contact-form-content,
body.page-template-new-template .hentry > .entry-content.contact-form-content,
body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content,
body.page-template-landing-page .hentry > .entry-content.contact-form-content,
body.page-template-dashboard-new .hentry > .entry-content.contact-form-content {
  position: relative;
  background: #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-bottom: 112.5px;
  margin-bottom: -4em;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content.contact-form-content,
  body.page-template-new-template .hentry > .entry-content.contact-form-content,
  body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content,
  body.page-template-landing-page .hentry > .entry-content.contact-form-content,
  body.page-template-dashboard-new .hentry > .entry-content.contact-form-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content.contact-form-content,
  body.page-template-new-template .hentry > .entry-content.contact-form-content,
  body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content,
  body.page-template-landing-page .hentry > .entry-content.contact-form-content,
  body.page-template-dashboard-new .hentry > .entry-content.contact-form-content {
    padding-bottom: 60px;
  }
}
body.page-template-degree .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-new-template .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-landing-page .hentry > .entry-content.contact-form-content.has_cta_block,
body.page-template-dashboard-new .hentry > .entry-content.contact-form-content.has_cta_block {
  margin-top: 82px;
  padding-top: 0 !important;
}
body.page-template-degree .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-new-template .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-landing-page .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
body.page-template-dashboard-new .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background {
  max-width: 1024px;
  margin-top: -82px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-new-template .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-new-template-no-form .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-landing-page .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background,
  body.page-template-dashboard-new .hentry > .entry-content.contact-form-content.has_cta_block .wp-block-group.has-background {
    margin-left: -30px;
    margin-right: -30px;
  }
}
body.page-template-degree .hentry > .entry-content .request-info-form,
body.page-template-new-template .hentry > .entry-content .request-info-form,
body.page-template-new-template-no-form .hentry > .entry-content .request-info-form,
body.page-template-landing-page .hentry > .entry-content .request-info-form,
body.page-template-dashboard-new .hentry > .entry-content .request-info-form {
  max-width: 1024px;
  margin: auto;
}
body.page-template-degree .hentry > .entry-content .request-info-form h2,
body.page-template-new-template .hentry > .entry-content .request-info-form h2,
body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2,
body.page-template-landing-page .hentry > .entry-content .request-info-form h2,
body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 {
  color: #A02843;
  font-family: owners-narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2,
  body.page-template-landing-page .hentry > .entry-content .request-info-form h2,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template .hentry > .entry-content .request-info-form h2,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2,
  body.page-template-landing-page .hentry > .entry-content .request-info-form h2,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 {
    font-size: 45px;
    font-weight: 500;
  }
}
body.page-template-degree .hentry > .entry-content .request-info-form h2 strong,
body.page-template-new-template .hentry > .entry-content .request-info-form h2 strong,
body.page-template-new-template-no-form .hentry > .entry-content .request-info-form h2 strong,
body.page-template-landing-page .hentry > .entry-content .request-info-form h2 strong,
body.page-template-dashboard-new .hentry > .entry-content .request-info-form h2 strong {
  font-weight: 500;
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form .text-half,
  body.page-template-landing-page .hentry > .entry-content .request-info-form .text-half,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form .text-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  body.page-template-degree .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template .hentry > .entry-content .request-info-form .text-half,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form .text-half,
  body.page-template-landing-page .hentry > .entry-content .request-info-form .text-half,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form .text-half {
    margin-bottom: 40px;
  }
}
@media (min-width: 601px) {
  body.page-template-degree .hentry > .entry-content .request-info-form .form-half,
  body.page-template-new-template .hentry > .entry-content .request-info-form .form-half,
  body.page-template-new-template-no-form .hentry > .entry-content .request-info-form .form-half,
  body.page-template-landing-page .hentry > .entry-content .request-info-form .form-half,
  body.page-template-dashboard-new .hentry > .entry-content .request-info-form .form-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
body.page-template-degree .hentry > .entry-content .news_section ul,
body.page-template-new-template .hentry > .entry-content .news_section ul,
body.page-template-new-template-no-form .hentry > .entry-content .news_section ul,
body.page-template-landing-page .hentry > .entry-content .news_section ul,
body.page-template-dashboard-new .hentry > .entry-content .news_section ul {
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
body.page-template-degree .hentry > .entry-content .news_section a,
body.page-template-new-template .hentry > .entry-content .news_section a,
body.page-template-new-template-no-form .hentry > .entry-content .news_section a,
body.page-template-landing-page .hentry > .entry-content .news_section a,
body.page-template-dashboard-new .hentry > .entry-content .news_section a {
  text-decoration: none;
}
body.page-template-degree .hentry > .entry-content .news_section:not(:first-child),
body.page-template-new-template .hentry > .entry-content .news_section:not(:first-child),
body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:first-child),
body.page-template-landing-page .hentry > .entry-content .news_section:not(:first-child),
body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:first-child) {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:first-child) {
    margin-top: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:first-child) {
    margin-top: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .news_section:not(:last-child),
body.page-template-new-template .hentry > .entry-content .news_section:not(:last-child),
body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:last-child),
body.page-template-landing-page .hentry > .entry-content .news_section:not(:last-child),
body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .news_section:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .news_section:not(:last-child) {
    margin-bottom: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner {
  margin-bottom: -60px;
}
@media (max-width: 1100px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner {
    margin-bottom: -40px;
  }
}
@media (max-width: 500px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner,
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories .fine_arts_events_categories_inner {
    margin-bottom: -20px;
  }
}
body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:first-child) {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:first-child) {
    margin-top: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:first-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:first-child) {
    margin-top: 80px;
  }
}
body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  body.page-template-degree .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-new-template-no-form .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-landing-page .hentry > .entry-content .fine_arts_events_categories:not(:last-child),
  body.page-template-dashboard-new .hentry > .entry-content .fine_arts_events_categories:not(:last-child) {
    margin-bottom: 80px;
  }
}
.wp-block-group.is-style-accordion {
  overflow: visible !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-group.is-style-accordion:not(:first-child) {
  margin-top: 30px !important;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child {
  display: block;
  position: relative;
  color: #A02843;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 79px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 600px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child {
    padding-right: 56px;
  }
}
@media (max-width: 450px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f6f6 url("../images/layout/accordion_plus_bg.svg") no-repeat 50% 50%/14px auto;
  -webkit-transition: background 0.3s, border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.3s;
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 600px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}
@media (min-width: 901px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:hover:before {
    background-color: #A02843;
    background-image: url("/wp-content/themes/friends-2022/2018/assets/images/layout/accordion_plus_hover_bg.svg");
  }
}
@media (max-width: 900px) {
  .wp-block-group.is-style-accordion .wp-block-group__inner-container > :first-child:active:before {
    background-color: #A02843;
    background-image: url("/wp-content/themes/friends-2022/2018/assets/images/layout/accordion_plus_hover_bg.svg");
  }
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ebeced;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container .accordion_content {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container .accordion_content > :first-child {
  margin-top: 0;
}
.wp-block-group.is-style-accordion .wp-block-group__inner-container .accordion_content > * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-group.is-style-accordion:not(.open) .wp-block-group__inner-container .accordion_content {
  color: rgba(50, 63, 72, 0);
}
.wp-block-group.is-style-accordion.open .wp-block-group__inner-container > :first-child:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.wp-block-group.is-style-accordion.open .wp-block-group__inner-container > :first-child:not(:active):not(:hover):before {
  background-color: transparent;
}
.wp-block-group.is-style-accordion.open .wp-block-group__inner-container .accordion_content {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s, 0s, 0.2s;
          transition-delay: 0s, 0s, 0.2s;
}
.wp-block-group.is-style-accordion + .wp-block-group.is-style-accordion {
  margin-top: 0 !important;
}
.is-style-accordion:first-child .wp-block-group__inner-container:after,
:not(.is-style-accordion) + .is-style-accordion .wp-block-group__inner-container:after {
  content: none;
}

html, body {
  scroll-behavior: smooth;
  padding-bottom: 0;
}

.site {
  overflow: unset;
}

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

.site-headers {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

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

.site-footer {
  max-width: unset;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.site-footer:before, .site-footer:after {
  content: none;
}

main {
  background: #fff;
}

.site-footer > * {
  max-width: 70em;
  padding-right: 3em;
  padding-left: 3em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-footer > * {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (max-width: 480px) {
  .site-footer > * {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

body.single-post main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
body.single-post main .article_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  background: #ebeced;
  margin-bottom: 75px;
}
@media (min-width: 901px) {
  body.single-post main .article_banner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_banner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body.single-post main .article_banner .text {
  padding: 75px;
}
@media (max-width: 600px) {
  body.single-post main .article_banner .text {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 901px) {
  body.single-post main .article_banner .text {
    width: 50%;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_banner .text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  body.single-post main .article_banner .text {
    padding-left: 11.33%;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  body.single-post main .article_banner .text {
    padding-left: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  body.single-post main .article_banner .text {
    padding-left: 30px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  body.single-post main .article_banner .text {
    padding-right: 11.33%;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  body.single-post main .article_banner .text {
    padding-right: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  body.single-post main .article_banner .text {
    padding-right: 30px;
  }
}
body.single-post main .article_banner .text > * {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 901px) {
  body.single-post main .article_banner .text > * {
    margin-left: auto !important;
    margin-right: 0 !important;
    max-width: 438px;
  }
}
body.single-post main .article_banner .text .categories {
  margin-bottom: 5px;
}
body.single-post main .article_banner .text .category {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  body.single-post main .article_banner .text .category:hover {
    color: #A02843;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_banner .text .category:active {
    color: #A02843;
  }
}
body.single-post main .article_banner .text h1 {
  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-bottom: 0;
  font-size: 42px;
  margin: 0;
}
@media (max-width: 900px) {
  body.single-post main .article_banner .text h1 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  body.single-post main .article_banner .text h1 {
    font-size: 28px;
  }
}
body.single-post main .article_banner .text h1 strong {
  font-weight: 500;
}
@media (max-width: 900px) {
  body.single-post main .article_banner .text h1 {
    font-size: 39px;
  }
}
@media (max-width: 600px) {
  body.single-post main .article_banner .text h1 {
    font-size: 35px;
  }
}
body.single-post main .article_banner .text .excerpt {
  margin-top: 20px;
}
body.single-post main .article_banner .text .excerpt p {
  font-family: owners-text, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  body.single-post main .article_banner .text .excerpt p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.single-post main .article_banner .text .excerpt p {
    font-size: 17px;
  }
}
body.single-post main .article_banner .text .excerpt p strong {
  font-weight: 500;
}
body.single-post main .article_banner .text .post_date {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #323f48;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin-top: 10px;
  margin-bottom: 0;
}
body.single-post main .article_banner .text .button_outer {
  margin-top: 20px;
}
body.single-post main .article_banner .text .button {
  position: relative;
  position: relative;
  display: inline-block;
  height: auto;
  z-index: 0;
  color: #323f48;
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 3px;
  border: solid 3px #A02843;
  margin-top: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  background-color: transparent;
  text-transform: none;
  color: #fff;
  background: #A02843;
  padding-right: 60px;
  margin-top: 10px;
}
body.single-post main .article_banner .text .button: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;
}
body.single-post main .article_banner .text .button:hover {
  opacity: 1;
}
body.single-post main .article_banner .text .button:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
body.single-post main .article_banner .text .button:before {
  background-color: #802036;
}
body.single-post main .article_banner .text .button:after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.2) url(../images/icon/arrow_white.png) no-repeat 50% 50%/12px auto;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 901px) {
  body.single-post main .article_banner .text .button:hover:after {
    background-color: #A02843;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_banner .text .button:active:after {
    background-color: #A02843;
  }
}
body.single-post main .article_banner .image {
  position: relative;
}
@media (min-width: 901px) {
  body.single-post main .article_banner .image {
    width: 50%;
    max-height: calc(100vh - 144px);
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  body.single-post main .article_banner .image {
    max-height: calc(100vh - 125px);
  }
}
@media (max-width: 900px) {
  body.single-post main .article_banner .image {
    width: 100%;
    height: 70vw;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.single-post main .article_banner .image img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body.single-post main .article_banner:before {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #ebeced;
}
body.single-post main .article_outer {
  padding: 0 75px;
}
@media (min-width: 901px) {
  body.single-post main .article_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_outer {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  body.single-post main .article_outer {
    padding-left: 11.33%;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  body.single-post main .article_outer {
    padding-left: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  body.single-post main .article_outer {
    padding-left: 30px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  body.single-post main .article_outer {
    padding-right: 11.33%;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  body.single-post main .article_outer {
    padding-right: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  body.single-post main .article_outer {
    padding-right: 30px;
  }
}
@media (min-width: 901px) {
  body.single-post main .article_outer .content_outer {
    width: 664px;
  }
}
body.single-post main .article_outer .sidebar_outer {
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  body.single-post main .article_outer .sidebar_outer {
    padding-bottom: 120px;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_outer .sidebar_outer {
    padding-bottom: 80px;
  }
}
@media (min-width: 901px) {
  body.single-post main .article_outer .sidebar_outer {
    position: sticky;
    width: 280px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    top: 211px;
    -webkit-transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media (min-width: 901px) and (max-width: 1119px) {
  body.single-post main .article_outer .sidebar_outer {
    top: 164px;
  }
}
@media (min-width: 901px) and (max-width: 959px) {
  body.single-post main .article_outer .sidebar_outer {
    top: 264px;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_outer .sidebar_outer {
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px rgba(50, 63, 72, 0.3);
    padding-top: 150px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  body.single-post main .article_outer .sidebar_outer {
    padding-top: 120px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  body.single-post main .article_outer .sidebar_outer {
    padding-top: 80px;
  }
}
body.single-post main .article_outer .sidebar_outer h4 {
  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;
  font-size: 28px !important;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  body.single-post main .article_outer .sidebar_outer h4 {
    font-size: 37px;
  }
}
@media (max-width: 600px) {
  body.single-post main .article_outer .sidebar_outer h4 {
    font-size: 32px;
  }
}
body.single-post main .article_outer .sidebar_outer h4 strong {
  font-weight: 500;
}
body.single-post main .article_outer .sidebar_outer a {
  display: block;
  padding: 25px 0;
}
body.single-post main .article_outer .sidebar_outer a .category {
  display: block;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A02843;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin-bottom: 6px;
}
body.single-post main .article_outer .sidebar_outer a .title {
  display: block;
  font-family: owners-text, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 17.5px !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 900px) {
  body.single-post main .article_outer .sidebar_outer a .title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body.single-post main .article_outer .sidebar_outer a .title {
    font-size: 17px;
  }
}
body.single-post main .article_outer .sidebar_outer a .title strong {
  font-weight: 500;
}
body.single-post main .article_outer .sidebar_outer a .date {
  display: block;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin-top: 5px;
}
body.single-post main .article_outer .sidebar_outer a + a {
  border-top: solid 1px #ebeced;
}
@media (min-width: 901px) {
  body.single-post main .article_outer .sidebar_outer a:hover .title {
    color: #A02843;
  }
}
@media (max-width: 900px) {
  body.single-post main .article_outer .sidebar_outer a:active .title {
    color: #A02843;
  }
}
body.single-post main > .content_outer {
  margin-bottom: 0 !important;
}

.content_outer {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .content_outer {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  .content_outer {
    margin-bottom: 80px;
  }
}
.content_outer > :first-child {
  margin-top: 0 !important;
}
.content_outer h1 > img, .content_outer h2 > img, .content_outer h3 > img, .content_outer h4 > img, .content_outer h5 > img, .content_outer h6 > img, .content_outer p > img {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
.content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
  width: calc(100% + 200px);
  max-width: 800px !important;
  margin: 40px auto;
  margin-left: -150px;
  margin-right: -150px;
}
@media (max-width: 1200px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    margin-left: -11.33%;
  }
}
@media (max-width: 900px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    margin-left: -50px;
  }
}
@media (max-width: 600px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    margin-left: -30px;
  }
}
@media (max-width: 1200px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    margin-right: -11.33%;
  }
}
@media (max-width: 900px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    margin-right: -50px;
  }
}
@media (max-width: 600px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    margin-right: -30px;
  }
}
@media (max-width: 1200px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    width: calc(100% + 120px);
  }
}
@media (max-width: 900px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    width: calc(100% + 100px);
  }
}
@media (max-width: 600px) {
  .content_outer h1 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h2 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h3 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h4 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h5 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer h6 > img:not(.alignwide):not(.alignfull):not(.is-resized), .content_outer p > img:not(.alignwide):not(.alignfull):not(.is-resized) {
    width: calc(100% + 60px);
  }
}
.content_outer 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;
  font-family: owners-narrow, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  margin-top: 0;
  letter-spacing: 0.025em;
}
@media (max-width: 900px) {
  .content_outer h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .content_outer h2 {
    font-size: 28px;
  }
}
.content_outer h2 strong {
  font-weight: 500;
}
.content_outer h2:not(:first-child) {
  margin-top: 60px;
}
.content_outer h2:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .content_outer h2 {
    font-size: 32px;
  }
}
.content_outer 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-size: 21px;
  margin-top: 0;
}
@media (max-width: 900px) {
  .content_outer h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .content_outer h3 {
    font-size: 16px;
  }
}
.content_outer h3:not(:first-child) {
  margin-top: 35px;
}
.content_outer h3:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .content_outer h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .content_outer h3 {
    font-size: 19px;
  }
}
.content_outer h3 strong {
  font-weight: 500;
}
.content_outer h4 {
  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-size: 16px;
  margin-top: 0;
}
@media (max-width: 900px) {
  .content_outer h4 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .content_outer h4 {
    font-size: 16px;
  }
}
.content_outer h4:not(:first-child) {
  margin-top: 20px;
}
.content_outer h4:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .content_outer h4 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .content_outer h4 {
    font-size: 15px;
  }
}
.content_outer h4 strong {
  font-weight: 500;
}
.content_outer h5 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A02843;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
.content_outer h5:not(:first-child) {
  margin-top: 20px;
}
.content_outer h5:not(:last-child) {
  margin-bottom: 10px;
}
.content_outer h5 + h2 {
  margin-top: 0 !important;
}
.content_outer h6 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
.content_outer h6:not(:first-child) {
  margin-top: 20px;
}
.content_outer h6:not(:last-child) {
  margin-bottom: 10px;
}
.content_outer h6 + h2 {
  margin-top: 0 !important;
}
.content_outer p,
.content_outer li {
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 15.5px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .content_outer p,
  .content_outer li {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .content_outer p,
  .content_outer li {
    font-size: 14px;
  }
}
.content_outer p strong,
.content_outer li strong {
  font-weight: 500;
}
.content_outer p.has-medium-font-size,
.content_outer li.has-medium-font-size {
  font-family: owners-text, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media (max-width: 900px) {
  .content_outer p.has-medium-font-size,
  .content_outer li.has-medium-font-size {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .content_outer p.has-medium-font-size,
  .content_outer li.has-medium-font-size {
    font-size: 17px;
  }
}
.content_outer p.has-medium-font-size strong,
.content_outer li.has-medium-font-size strong {
  font-weight: 500;
}
.content_outer p a,
.content_outer li a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 901px) {
  .content_outer p a:hover,
  .content_outer li a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 900px) {
  .content_outer p a:active,
  .content_outer li a:active {
    opacity: 0.8;
  }
}
.content_outer .wp-block-group.has-background {
  padding: 30px;
}
.content_outer .wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.content_outer .wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}
.content_outer .wp-block-group.is-style-callout {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}
@media (max-width: 600px) {
  .content_outer .wp-block-group.is-style-callout {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  .content_outer .wp-block-group.is-style-callout {
    margin-left: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  .content_outer .wp-block-group.is-style-callout {
    margin-left: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .content_outer .wp-block-group.is-style-callout {
    margin-left: -30px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  .content_outer .wp-block-group.is-style-callout {
    margin-right: -11.33%;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  .content_outer .wp-block-group.is-style-callout {
    margin-right: -50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .content_outer .wp-block-group.is-style-callout {
    margin-right: -30px;
  }
}
@media (max-width: 600px) {
  .content_outer .wp-block-group.is-style-callout {
    padding: 30px;
  }
}
.content_outer .wp-block-group.is-style-callout .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 900px) {
  .content_outer .wp-block-group.is-style-callout .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.content_outer .wp-block-group.is-style-callout.has-friends-maroon-background-color {
  color: #fff;
  background: #A02843;
}
.content_outer .wp-block-group.is-style-callout.has-friends-cyan-background-color {
  color: #fff;
  background: #839FC8;
}
.content_outer .wp-block-group.is-style-callout.has-friends-gold-background-color {
  color: #fff;
  background: #CD6828;
}
@media (min-width: 901px) {
  .content_outer .wp-block-group.is-style-callout p {
    width: 50%;
    text-align: left;
  }
}
.content_outer .wp-block-group.is-style-callout 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.03em;
  font-size: 30px;
  margin: 4px 0;
  margin-bottom: 0 !important;
}
@media (max-width: 900px) {
  .content_outer .wp-block-group.is-style-callout p:first-child {
    font-size: 37px;
  }
}
@media (max-width: 600px) {
  .content_outer .wp-block-group.is-style-callout p:first-child {
    font-size: 32px;
  }
}
.content_outer .wp-block-group.is-style-callout p:first-child strong {
  font-weight: 500;
}
@media (min-width: 901px) {
  .content_outer .wp-block-group.is-style-callout p:first-child {
    float: left;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .content_outer .wp-block-group.is-style-callout p:first-child {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .content_outer .wp-block-group.is-style-callout p:first-child {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .content_outer .wp-block-group.is-style-callout p:first-child {
    font-size: 24px;
  }
}
@media (min-width: 901px) {
  .content_outer .wp-block-group.is-style-callout p:first-child + p {
    margin-top: 0 !important;
  }
}
@media (max-width: 900px) {
  .content_outer .wp-block-group.is-style-callout .wp-block-button {
    margin-top: 20px;
  }
}
.content_outer .wp-block-group.is-style-callout .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;
}
.content_outer .wp-block-group.is-style-callout .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;
}
.content_outer .wp-block-group.is-style-callout .wp-block-button a:hover {
  opacity: 1;
  color: #A02843;
}
.content_outer .wp-block-group.is-style-callout .wp-block-button a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.content_outer .wp-block-group.is-style-callout:first-child {
  margin-top: 0;
  margin-top: 0 !important;
}
.content_outer .wp-block-group.is-style-callout:last-child {
  margin-bottom: 0 !important;
}
.content_outer .image_outer, .content_outer .iframe_outer {
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
  max-width: 880px !important;
}
@media (max-width: 1200px) {
  .content_outer .image_outer, .content_outer .iframe_outer {
    margin-top: 120px;
  }
}
@media (max-width: 900px) {
  .content_outer .image_outer, .content_outer .iframe_outer {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .content_outer .image_outer, .content_outer .iframe_outer {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  .content_outer .image_outer, .content_outer .iframe_outer {
    margin-bottom: 80px;
  }
}
.content_outer .wp-block-image:not(.alignwide):not(.alignfull):not(.is-resized),
.content_outer .wp-block-video:not(.alignwide):not(.alignfull):not(.is-resized),
.content_outer .wp-block-embed:not(.alignwide):not(.alignfull):not(.is-resized) {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 880px !important;
}
.content_outer .article_sharing {
  margin: -7.5px;
  margin-top: 75px;
}
@media (max-width: 1200px) {
  .content_outer .article_sharing {
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  .content_outer .article_sharing {
    margin-top: 40px;
  }
}
.content_outer .article_sharing .label {
  display: inline-block;
  color: #323f48;
  padding: 7.5px;
}
@media (max-width: 600px) {
  .content_outer .article_sharing .label {
    display: block;
  }
}
.content_outer .article_sharing a {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #323f48;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  display: inline-block;
  padding: 7.5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  .content_outer .article_sharing a:hover {
    color: #A02843;
  }
}
@media (max-width: 900px) {
  .content_outer .article_sharing a:active {
    color: #A02843;
  }
}
.content_outer .tags {
  margin-top: 60px;
  margin-left: -10px;
}
.content_outer .tags h2 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin-left: 10px;
}
.content_outer .tags a {
  display: inline-block;
  font-family: owners-text, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  margin-left: 8px;
  margin-bottom: 10px;
  padding: 7px 16px 8px;
  border-radius: 100px;
  border: solid 1px #e5e5e5;
  -webkit-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
  /*
  			display: inline-block;
  			@include p($maroon);
  			font-weight: 500;
  			padding: 7px 15px 8px 15px;
  			box-shadow: inset 0 0 0 2px $gray_light;
  			margin: 5px;
  			transition: background 0.3s, color 0.3s;

  			@include hover() {
  				color: $black;
  				background: $gray_light;
  			}
  */
}
@media (min-width: 901px) {
  .content_outer .tags a:hover {
    border-color: #ebeced;
    background-color: #ebeced;
  }
}
@media (max-width: 900px) {
  .content_outer .tags a:active {
    border-color: #ebeced;
    background-color: #ebeced;
  }
}
.content_outer .contact-form-content {
  position: relative;
  background: #e5e5e5;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
}
@media (max-width: 600px) {
  .content_outer .contact-form-content {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content_outer .request-info-form {
  max-width: 584px;
  margin: 0 auto;
}
.content_outer .request-info-form h4 {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
.content_outer .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;
  margin-top: 5px !important;
}
@media (max-width: 900px) {
  .content_outer .request-info-form h2 {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .content_outer .request-info-form h2 {
    font-size: 45px;
    font-weight: 500;
  }
}
.content_outer .request-info-form h2 strong {
  font-weight: 500;
}
.content_outer .request-info-form .text-half {
  margin-bottom: 40px;
}
.block.pagination {
  background: #ebeced;
  max-width: none;
  padding: 150px;
}
@media (max-width: 1200px) {
  .block.pagination {
    padding: 11.33%;
  }
}
@media (max-width: 900px) {
  .block.pagination {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .block.pagination {
    padding: 30px;
  }
}
.block.pagination:before, .block.pagination:after {
  display: none;
}
.block.pagination > * {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.block.pagination .heading {
  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;
  margin-bottom: 75px;
}
@media (max-width: 900px) {
  .block.pagination .heading {
    font-size: 37px;
  }
}
@media (max-width: 600px) {
  .block.pagination .heading {
    font-size: 32px;
  }
}
.block.pagination .heading strong {
  font-weight: 500;
}
@media (max-width: 1200px) {
  .block.pagination .heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  .block.pagination .heading {
    margin-bottom: 40px;
  }
}
.block.pagination .article {
  display: block;
  position: relative;
  padding-left: 190px;
}
@media (max-width: 900px) {
  .block.pagination .article {
    padding-left: 160px;
  }
}
@media (max-width: 600px) {
  .block.pagination .article {
    padding-left: 130px;
  }
}
.block.pagination .article .image {
  position: absolute;
  top: 5px;
  left: 0;
  width: 150px;
  height: 150px;
  background-color: #323f48;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 900px) {
  .block.pagination .article .image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .block.pagination .article .image {
    width: 100px;
    height: 100px;
  }
}
.block.pagination .article .category {
  display: block;
  margin-bottom: 12px;
}
.block.pagination .article .category a {
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A02843;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 12px !important;
}
.block.pagination .article .title {
  display: block;
  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;
  font-weight: 500;
  padding-bottom: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 900px) {
  .block.pagination .article .title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .block.pagination .article .title {
    font-size: 28px;
  }
}
.block.pagination .article .title strong {
  font-weight: 500;
}
@media (max-width: 900px) {
  .block.pagination .article .title {
    line-height: 1.4;
  }
}
.block.pagination .article .excerpt {
  font-family: owners-text, sans-serif;
  letter-spacing: 0;
  font-size: 15.5px;
  line-height: 1.6;
  display: block;
  padding-bottom: 15px;
}
@media (max-width: 900px) {
  .block.pagination .article .excerpt {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .block.pagination .article .excerpt {
    font-size: 14px;
  }
}
.block.pagination .article .excerpt strong {
  font-weight: 500;
}
@media (max-width: 900px) {
  .block.pagination .article .excerpt {
    line-height: 1.5;
  }
}
.block.pagination .article .excerpt span {
  display: inline-block;
}
.block.pagination .article .date {
  display: block;
  font-family: owners-narrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #323f48;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.block.pagination .article .arrow {
  top: 29px;
  left: -55px;
  bottom: auto !important;
  right: auto !important;
}
@media (max-width: 900px) {
  .block.pagination .article .arrow {
    display: none;
  }
}
@media (min-width: 901px) {
  .block.pagination .article:hover .title {
    color: #A02843;
  }
}
@media (max-width: 900px) {
  .block.pagination .article:active .title {
    color: #A02843;
  }
}

@media (min-width: 751px) {
  body.going-down.single-post main .article_outer .sidebar_outer {
    top: 50px;
  }
}