@charset "UTF-8";
/*!
Theme Name: SCS Public Site - Child Theme
Description: Child theme for SCS Public Website, based on Avada Agency
Author: Sydney Catholic Schools
Author URI: https://sydcatholicschools.nsw.edu.au/
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/
.gotham-light {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.gotham-light-italic {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: italic;
  font-weight: 300;
}

.gotham-book {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.gotham-book-italic {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.gotham-medium {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.gotham-medium-italic {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.gotham-bold {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.gotham-bold-italic {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: italic;
  font-weight: 700;
}

body,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a:not(.fusion-main-menu-icon) {
  font-family: "Gotham A", "Gotham B", sans-serif !important;
}

/* Gotham Narrow */
.gotham-narrow-normal {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-style: normal;
  font-weight: 400;
}

.gotham-narrow-normal-italic {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-style: italic;
  font-weight: 400;
}

.gotham-narrow-medium {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-style: normal;
  font-weight: 500;
}

.gotham-narrow-bold {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-style: normal;
  font-weight: 700;
}

.gotham-narrow-bold-italic {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-style: italic;
  font-weight: 700;
}

/* Gotham xNarrow */
.gotham-xnarrow-normal {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-style: normal;
  font-weight: 400;
}

.gotham-xnarrow-normal-italic {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-style: italic;
  font-weight: 400;
}

.gotham-xnarrow-bold {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-style: normal;
  font-weight: 700;
}

.gotham-xnarrow-bold-italic {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-style: italic;
  font-weight: 700;
}

.gotham-xnarrow-medium {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-style: normal;
  font-weight: 500;
}

.gotham-xnarrow-light {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-style: normal;
  font-weight: 300;
}

/* Icon Fonts */
a[class*=" fusion-icon-"],
a[class^="fusion-icon-"],
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
  font-family: icomoon !important;
}

/* Start of copied styles from Schools Theme Stylesheet --------------------- */
/* GLOBAL Settings - Blocks ------------------------------------------------- */
blockquote {
  background-color: transparent !important;
  font-style: normal !important;
}

@media screen and (max-width: 768px) {
  blockquote {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

blockquote p:first-of-type {
  font-style: italic;
}

.width-100 .nonhundred-percent-fullwidth {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home .width-100 .nonhundred-percent-fullwidth {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

/* GLOBAL Settings - Typography --------------------------------------------- */
.fusion-title-size-three,
h3 {
  margin-bottom: 8px;
}

p,
.post-content p {
  margin-top: 0;
  margin-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .post-content p {
    text-align: left;
  }
  .post-content .scs-card p {
    text-align: left;
  }
}

.post-content h2.entry-title.fusion-post-title {
  color: #f15a29 !important;
  font-size: 28px !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}

/* GLOBAL Settings - Images ------------------------------------------------- */
p img,
.tab-pane img,
.blog .fusion-image-wrapper,
.category .fusion-image-wrapper,
.flexslider .slides li,
.fusion-column-wrapper .fusion-imageframe {
  border-radius: 4px !important;
}

.home li.flex-active-slide {
  border-radius: 0 !important;
}

.fusion-image-hovers .hover-type-zoomin,
.blog .fusion-image-wrapper,
.category .fusion-image-wrapper,
.flexslider .slides li {
  overflow: hidden;
}

.fusion-imageframe img,
.blog .fusion-image-wrapper img,
.hover-type-none img,
.panel-body img,
p span > img,
.tab-pane img {
  -webkit-transition: opacity 1s, -webkit-transform 1s !important;
  transition: opacity 1s, -webkit-transform 1s !important;
  transition: opacity 1s, transform 1s !important;
  transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}

.fusion-imageframe img:hover,
.blog .fusion-image-wrapper img:hover,
.hover-type-none img:hover,
.panel-body img:hover,
p span > img:hover,
.tab-pane img:hover {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1) !important;
          transform: scale3d(1.1, 1.1, 1) !important;
}

.fusion-imageframe.no-zoom img:hover {
  -webkit-transform: none !important;
          transform: none !important;
}

p img.alignright,
p img.alignleft,
p img.aligncenter,
.tab-pane .alignright,
.tab-pane .alignleft,
.tab-pane .aligncenter,
span.alignright,
span.alignleft,
span.aligncenter {
  display: block !important;
  width: 100% !important;
  border-radius: 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  p img.alignright,
  .tab-pane .alignright,
  span.alignright {
    margin: 8px auto 12px 32px;
  }
  p img.alignleft,
  .tab-pane .alignleft,
  span.alignleft {
    margin: 8px 32px 12px auto;
  }
  p img.aligncenter,
  .tab-pane .aligncenter,
  span.aligncenter {
    margin: 16px auto;
  }
  p img.alignright,
  p img.alignleft,
  p img.aligncenter,
  .tab-pane .alignright,
  .tab-pane .alignleft,
  .tab-pane .aligncenter,
  span.alignright,
  span.alignleft,
  span.aligncenter {
    width: 100% !important;
    max-width: 400px !important;
    overflow: hidden !important;
    border-radius: 4px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1023px) {
  p img.alignright,
  p img.alignleft,
  p img.aligncenter,
  .tab-pane .alignright,
  .tab-pane .alignleft,
  .tab-pane .aligncenter,
  span.alignright,
  span.alignleft,
  span.aligncenter {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
  }
}

@media screen and (min-width: 1024px) {
  p img.alignright,
  .tab-pane .alignright,
  span.alignright {
    margin: 8px auto 12px 32px;
  }
  p img.alignleft,
  .tab-pane .alignleft,
  span.alignleft {
    margin: 8px 32px 12px auto;
  }
  p img.aligncenter,
  .tab-pane .aligncenter,
  span.aligncenter {
    margin: 16px auto;
  }
  p img.alignright,
  p img.alignleft,
  p img.aligncenter,
  .tab-pane .alignright,
  .tab-pane .alignleft,
  .tab-pane .aligncenter,
  span.alignright,
  span.alignleft,
  span.aligncenter {
    width: 100% !important;
    max-width: 400px !important;
    overflow: hidden !important;
    border-radius: 4px !important;
  }
  span.alignright img,
  span.alignleft img,
  span.aligncenter img {
    width: 100% !important;
    max-width: none !important;
  }
}

.wp-caption img {
  border-radius: 0.25rem;
  width: 100%;
}

.wp-caption-text {
  padding: 8px !important;
  font-size: 13px !important;
  font-style: normal !important;
  border-radius: 0 0 0.25rem 0.25rem !important;
  background-color: #fff !important;
}

.fusion-body .fusion-separator.sep-solid {
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}

/* Clear added line-breaks in Headings on mobile view */
@media screen and (max-width: 1000px) {
  h1 > br,
  h2 > br,
  h3 > br,
  h4 > br,
  h5 > br,
  h6 > br {
    display: none;
  }
}

p:empty {
  display: none;
}

/* SECTIONS adjustments ----------------------------------------------------- */
/* HEADER NAV */
/* HEADER NAV - Drop-down Menu adjustment */
/* HEADER NAV - Sub-menu Arrow */
.fusion-dropdown-submenu.menu-item-has-children > a:after {
  display: inline-block;
  text-rendering: auto;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 20px;
}

.fusion-main-menu .sub-menu li.disabled {
  display: none !important;
}

/* HEADER NAV - Hamburger icon vertical alignment adjustment */
.fusion-mobile-menu-icons {
  right: 18px !important;
}

@media screen and (max-width: 1150px) {
  .fusion-mobile-menu-design-modern.fusion-header-v4
.fusion-secondary-main-menu
.fusion-mobile-nav-holder
> ul,
  .fusion-mobile-menu-design-modern.fusion-header-v5
.fusion-secondary-main-menu
.fusion-mobile-nav-holder
> ul {
    padding: 0 16px;
  }
  .fusion-mobile-menu-icons a.fusion-icon-bars {
    margin-top: 0;
  }
  .fusion-mobile-menu-design-modern
.fusion-mobile-menu-text-align-left
.fusion-mobile-nav-item
a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #fff;
  }
  .fusion-mobile-menu li:first-of-type {
    display: none !important;
  }
}

/* HEADER Logo - Mobile Adjustments */
.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a:before {
  content: "" !important;
}

@media screen and (max-width: 441px) {
  .fusion-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  img.fusion-standard-logo {
    max-width: 150px;
    margin-top: 8px;
  }
  .fusion-mobile-menu-icons a.fusion-icon-bars {
    margin-top: 3px !important;
  }
}

/* RESPONSIVE NAV MENU */
.fusion-mobile-menu-design-modern
.fusion-mobile-menu-text-align-left
li.fusion-mobile-nav-item
li
a {
  padding-left: 60px;
}

/* MAIN NAV - HOME ICON */
.fusion-main-menu > ul > li:first-of-type {
  margin-left: -12px;
}

.sticky-home {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sticky-home .menu-text {
  display: none !important;
}

.sticky-home .fusion-megamenu-icon {
  font-size: 18px !important;
  margin-top: -1px;
  padding-right: 0 !important;
}

.disabled {
  pointer-events: none !important;
}

.link-scs {
  color: #fff !important;
  background-color: #f15a29 !important;
}

.btn-scs {
  border: none !important;
  padding: 12px 24px !important;
  color: white !important;
  background-color: #f15a29 !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.btn-scs--right {
  display: inline-block;
  width: 100%;
  text-align: right;
}

/* POSTS PAGE (NEWS & EVENTS): */
/* LOAD MORE */
.fusion-posts-container-load-more .post:last-of-type {
  margin-bottom: 0 !important;
}

.fusion-load-more-button,
.fusion-load-more-button:hover {
  width: 50% !important;
  margin: 24px auto 64px !important;
  padding: 16px 32px !important;
  font-size: 18px !important;
  border: none !important;
  color: white !important;
  background-color: #f15a29 !important;
  border-radius: 3px !important;
  line-height: 1 !important;
}

.fusion-loading-container {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

a.fusion-button {
  border-radius: 4px !important;
  padding: 16px 24px !important;
  letter-spacing: 0.03rem !important;
}

.fusion-loading-msg em {
  display: none !important;
}

/* Posts block adjustments */
.blog .entry-title a,
.category .entry-title a {
  color: inherit !important;
  font-size: 28px !important;
}

.blog .fusion-meta-info .alignright,
.blog .fusion-meta-info .fusion-alignright {
  margin-left: 8px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.blog .fusion-rollover {
  display: none !important;
}

body:not(.category) .fusion-post-medium.post {
  margin-bottom: 48px !important;
  padding-bottom: 24px !important;
  border-bottom: none !important;
}

@media screen and (min-width: 1024px) {
  body:not(.category) .fusion-post-medium.post {
    border-bottom: 1px solid #e7e6e6 !important;
  }
}

body:not(.category).page-scs-news .category-scs-news-featured.fusion-post-medium {
  margin-bottom: 0 !important;
}

body:not(.category) .fusion-post-medium.post:last-of-type {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* POSTS PAGE: Adjustments to Headings in Posts & Single Post pages */
[id="posts-container"],
.single-post [id="main"],
.search [id="main"],
.error404 [id="main"] {
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

[id="posts-container"] {
  margin-top: 30px !important;
}

.category .main {
  max-width: 1024px;
  margin: 0 auto;
}

.category .entry-title.fusion-post-title {
  max-width: 1280px !important;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto 16px;
}

.single-post .entry-title.fusion-post-title {
  max-width: 1280px !important;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 24px;
}

@media screen and (min-width: 768px) {
  .category .category-scs-news-featured .fusion-post-slideshow,
  .category .category-scs-news-featured img {
    max-width: 320px !important;
  }
}

/* Breadcrumbs Positioning */
@media screen and (min-width: 1001px) {
  .fusion-page-title-bar-breadcrumbs .fusion-page-title-secondary {
    margin-left: 0;
  }
  .fusion-page-title-bar-breadcrumbs .fusion-page-title-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1280px !important;
  }
  .fusion-page-title-bar-breadcrumbs .fusion-page-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    height: auto !important;
  }
}

.scs-global-content {
  margin: 0;
}

.page-leadership-staff .scs-global-content {
  margin: 48px 0 -36px;
}

.scs-global-content--divider-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  display: none !important;
}

.scs-global-content--divider {
  background-color: #e7e4e2;
  height: 1px;
}

/* SEARCH Component (Mobile) */
.fusion-mobile-nav-item .fusion-search-form-content {
  padding: 16px 30px !important;
  background-color: #f2f1f0 !important;
}

.fusion-mobile-nav-item .fusion-search-form-content input[type="submit"] {
  font-size: 18px !important;
}

.fusion-mobile-nav-item .fusion-search-form-content input.s {
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 16px;
}

.fusion-mobile-nav-item .fusion-search-form-content input.s::-webkit-input-placeholder {
  color: #333 !important;
}

.fusion-mobile-nav-item .fusion-search-form-content input.s::-moz-placeholder {
  color: #333 !important;
}

.fusion-mobile-nav-item .fusion-search-form-content input.s:-ms-input-placeholder {
  color: #333 !important;
}

.fusion-mobile-nav-item .fusion-search-form-content input.s::-ms-input-placeholder {
  color: #333 !important;
}

.fusion-mobile-nav-item .fusion-search-form-content input.s::placeholder {
  color: #333 !important;
}

/* Custom SCS Breadcrumbs Plugin */
.scs-breadcrumbs nav {
  color: #fff;
  font-size: 16px !important;
}

@media screen and (min-width: 768px) {
  .scs-breadcrumbs nav {
    font-size: 18px !important;
  }
}

.scs-breadcrumbs nav span,
.scs-breadcrumbs nav a,
.scs-breadcrumbs nav a:hover,
.scs-breadcrumbs nav a:visited,
.scs-breadcrumbs nav a:active,
.scs-breadcrumbs nav a:focus {
  color: #fff;
}

.error-page .fusion-title {
  margin-top: 10px !important;
  margin-bottom: 50px !important;
}

.error-page .useful-links {
  padding-left: 15px;
}

/* REMOVE BITNAMI BANNER */
#bitnami-banner {
  display: none !important;
}

#calc_shipping_state_field .select2-selection__placeholder,
#comment-input .placeholder,
#comment-input input,
#comment-textarea .placeholder,
#comment-textarea textarea,
.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice2,
.avada-select-parent select,
.chzn-container .chzn-drop,
.chzn-container-single .chzn-single,
.comment-form-comment textarea,
.fusion-search-form-clean
.searchform
.fusion-search-form-content
.fusion-search-button
input[type="submit"],
.input-text,
.main-nav-search-form input,
.post-password-form label input[type="password"],
.searchform .fusion-search-form-content .fusion-search-field input,
.select2-container--default
.select2-selection--single
.select2-selection__rendered,
.select2-results__option,
input.s,
input.s .placeholder,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
select,
textarea {
  color: #333 !important;
  font-size: 14px !important;
}

.searchform
.fusion-search-form-content
.fusion-search-button
input[type="submit"],
.search-page-search-form input {
  color: #fff !important;
  font-size: 16px !important;
}

#comment-input input[type="text"],
#comment-textarea textarea,
.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice2,
.avada-select-parent select,
.chzn-container .chzn-drop,
.chzn-container-single .chzn-single,
.comment-form-comment textarea,
.input-text,
.main-nav-search-form input[type="text"],
.post-password-form label input[type="password"],
.search-page-search-form input[type="text"],
.searchform .fusion-search-form-content .fusion-search-field input[type="text"],
.select2-container--default .select2-selection--single,
.select2-dropdown,
.wpcf7-captchar,
.wpcf7-form .wpcf7-date,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea,
input.s,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
select,
textarea {
  background-color: #fff !important;
}

#comment-input input,
#comment-textarea textarea,
.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice .select2-arrow,
.avada-select .select2-container .select2-choice2 .select2-arrow,
.avada-select-parent .select-arrow,
.avada-select-parent select,
.chzn-container .chzn-drop,
.chzn-container-single .chzn-single,
.comment-form-comment textarea,
.gravity-select-parent .select-arrow,
.input-text,
.main-nav-search-form input,
.post-password-form label input[type="password"],
.search-page-search-form input,
.searchform .fusion-search-form-content .fusion-search-field input,
.select-arrow,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.select2-dropdown,
input.s,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
select,
textarea {
  border-color: #d2d2d2 !important;
}

.searchform
.fusion-search-form-content
.fusion-search-button
input[type="submit"] {
  background: #333 !important;
}

input::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 14px !important;
}

input::-moz-placeholder {
  color: #999 !important;
  font-size: 14px !important;
}

input:-ms-input-placeholder {
  color: #999 !important;
  font-size: 14px !important;
}

input::-ms-input-placeholder {
  color: #999 !important;
  font-size: 14px !important;
}

input::placeholder {
  color: #999 !important;
  font-size: 14px !important;
}

/*Global Banner for Aboriginal Acknowledgement*/
.scs-global-aboriginal-acknowledgement {
  text-align: center !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin: 0 auto !important;
  padding: 24px 32px !important;
  border-top: 2px solid #ddd !important;
  border-bottom: 2px solid #ddd !important;
  background-color: #fff !important;
}

.scs-global-aboriginal-acknowledgement p {
  margin: 0 !important;
  display: inline-block;
  background-color: transparent;
  color: #333c4e !important;
  padding: 8px;
  border-radius: 16px;
  text-align: center;
  max-width: 980px;
}

/* .scs-global-aboriginal-acknowledgement--wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #f4e72d, #ef4136);
} */
.view-all-news-and-events__container {
  text-align: right !important;
}

.term-box {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
}

.term-box + .term-box {
  margin-top: 24px;
}

.term-box:last-of-type {
  margin-bottom: 16px;
}

.term-status {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.term-year {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.term-number {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 12px 0 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 12px;
}

.term-year + .term-number {
  border: 0;
  margin: 0;
  padding: 0;
}

.term-number:first-of-type {
  background-color: red;
}

.term-dates {
  line-height: 1.6;
  font-size: 1rem;
}

.term-notes {
  margin-top: 16px;
  font-size: 1rem;
}

.scs-form--copy {
  font-weight: bold;
}

@media screen and (min-width: 1280px) {
  .scs-form--copy {
    max-width: 768px;
  }
}

.scs-form {
  background-color: #faf9f8;
  border: 1px solid #ede8e8;
  padding: 36px;
  max-width: 600px;
  border-radius: 4px;
  margin: 24px auto 0;
}

@media screen and (min-width: 1000px) {
  .scs-form {
    margin: 0 auto;
  }
}

.scs-form br {
  display: none !important;
}

.scs-form label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

.scs-form input.wpcf7-form-control {
  margin-top: 4px !important;
}

.scs-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.scs-form--footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 24px !important;
}

.scs-form input.fusion-button {
  width: 50% !important;
  padding: 16px 24px !important;
  letter-spacing: 0.03rem !important;
  border-radius: 4px !important;
  font-size: 16px !important;
}

.scs-form--reference {
  font-size: 0.9rem;
}

.scs-form span.wpcf7-not-valid-tip {
  display: block;
  margin-bottom: -8px;
}

form.wpcf7-form.invalid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.wpcf7-response-output {
  margin-top: 0 !important;
}

/* End of copied styles from Schools Theme Stylesheet ----------------------- */
/* HEADER NAV */
.fusion-header {
  max-width: 100% !important;
}

.fusion-header:before {
  display: none;
}

@media screen and (min-width: 1150px) {
  .fusion-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#f4e72d), to(#ef4136));
    background: linear-gradient(to right, #f4e72d, #ef4136);
    height: 10px;
  }
}

.fusion-main-menu > ul > li > a:not(.fusion-main-menu-icon),
.fusion-vertical-menu-widget ul.menu li a:not(.fusion-main-menu-icon),
.side-nav li a:not(.fusion-main-menu-icon) {
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.03rem;
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.fusion-main-menu .fusion-widget-cart-counter > a:before,
.fusion-main-menu > ul > li > a {
  color: #333 !important;
}

.fusion-header-shadow .fusion-mobile-menu-design-classic,
.fusion-header-shadow .fusion-mobile-menu-design-modern {
  box-shadow: none !important;
  position: relative;
}

.fusion-secondary-main-menu {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

body:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f4e72d), to(#ef4136));
  background: linear-gradient(to right, #f4e72d, #ef4136);
  height: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000 !important;
}

/* Top Nav */
.fusion-secondary-main-menu {
  background-color: #fff !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.fusion-secondary-main-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f15829 !important;
  background-image: none !important;
}

.fusion-secondary-menu > ul > li > a {
  border-left: none !important;
}

.fusion-secondary-menu > ul > li > a span i {
  font-size: 21px !important;
  color: #f15a29 !important;
  line-height: 1 !important;
  vertical-align: bottom !important;
  margin-bottom: 0 !important;
}

.fusion-sticky-header-wrapper {
  background-color: white;
}

body .fusion-header {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .fusion-secondary-header {
  border-bottom: none !important;
  padding: 8px !important;
  display: -webkit-box !important;
  display: flex !important;
  height: 100% !important;
  margin: 0 !important;
  background-color: #fff !important;
}

@media screen and (min-width: 1150px) {
  body .fusion-secondary-header {
    padding: 0 !important;
    margin-right: 24px !important;
    background-color: transparent !important;
  }
}

body .fusion-secondary-header a,
body .fusion-secondary-header a:hover {
  color: #111 !important;
}

.fusion-secondary-menu > ul > li:first-of-type > a {
  border-left: none !important;
}

.fusion-secondary-menu > ul > li > a {
  height: auto !important;
  border: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  max-width: initial !important;
  margin: 0 !important;
  width: auto !important;
  padding: 0 !important;
}

.fusion-secondary-menu > ul > li > a span.menu-text {
  display: none !important;
}

/* Secondary Header */
.fusion-secondary-header {
  display: none;
}

@media screen and (min-width: 1150px) {
  .fusion-secondary-header {
    font-size: 15px !important;
    color: #333 !important;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-rendering: optimizeLegibility !important;
    font-weight: 400 !important;
  }
}

.fusion-secondary-header .fusion-alignright {
  margin-top: 0 !important;
}

@media screen and (min-width: 1150px) {
  .fusion-secondary-header .fusion-alignright {
    margin-top: -40px !important;
  }
}

/* Secondary Menu Alignment */
.fusion-secondary-menu > ul > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex: auto;
}

/* Secondary Menu Buttons layout */
.fusion-secondary-menu > ul > li > a span.fusion-megamenu-icon {
  width: 45px;
  text-align: center;
}

.fusion-secondary-menu > ul > li > a span.menu-text {
  line-height: 1.1;
  text-align: center;
}

.home .home-intro-text p {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 26px !important;
  line-height: 1.4;
  letter-spacing: -0.03rem;
}

.home span.fusion-imageframe + .fusion-text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.single span.fusion-imageframe + .fusion-text {
  margin-top: 24px !important;
}

/*Added Styles*/
/* Header */
.fusion-header-wrapper {
  max-width: 100% !important;
}

.fusion-header-v4 .fusion-header {
  padding-top: 0;
  padding-bottom: 0;
}

/* Top Logo */
.layout-wide-mode .fusion-header-wrapper .fusion-row {
  text-align: center !important;
}

.fusion-logo-left.fusion-header-v4 .fusion-logo {
  display: inline-block;
  margin: 11px auto !important;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .fusion-logo-left.fusion-header-v4 .fusion-logo {
    margin: 11px 0 !important;
  }
}

@media screen and (max-width: 1149px) {
  .fusion-logo .fusion-logo-link {
    max-width: 100% !important;
    margin: 0 auto;
  }
}

/* Drop-down Menues */
.fusion-main-menu .fusion-dropdown-menu .sub-menu li a,
.fusion-main-menu .sub-menu li a,
.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled {
  color: #333 !important;
}

.fusion-main-menu .fusion-main-menu-search a {
  font-weight: normal !important;
  line-height: 40px !important;
}

#menu-scs-main-menu .fusion-main-menu-search a:after {
  color: #333 !important;
}

/* FOOTER */
body:not(.home) .fusion-footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#f4e72d), to(#ef4136));
  background: linear-gradient(to right, #f4e72d, #ef4136);
}

.fusion-footer-widget-area {
  border: none !important;
}

.fusion-footer-widget-area .widget-title,
.fusion-footer-widget-area h3,
.fusion-footer-widget-column .product-title {
  color: #333 !important;
}

.fusion-footer-copyright-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)) !important;
  background: linear-gradient(to bottom, #fff, #eaeaea) !important;
  border-top: 1px solid #ddd !important;
}

/* HOMEPAGE Start ----------------------------------------------------------- */
/* News Section Layout */
.home-news-col-main {
  width: 66.66% !important;
  margin-right: 0 !important;
  border: 1px solid #ddd !important;
  border-right: none !important;
}

.home-news-col-sec {
  width: 33.33% !important;
  height: auto !important;
  border: 1px solid #ddd !important;
}

body .home-news-container .fusion-title h4 {
  text-align: left !important;
  color: #f15a29 !important;
  padding: 8px 0 4px !important;
  margin: 0 !important;
  font-size: 32px !important;
}

/* Posts Slider */
.home .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
  position: static !important;
  left: initial !important;
  top: initial !important;
  bottom: initial !important;
  padding: 0 !important;
  width: 100% !important;
  background: transparent !important;
  color: #fff !important;
}

.home .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 {
  color: #fff !important;
  padding: 24px 24px 4px !important;
  margin: 0 !important;
  font-size: 32px !important;
}

.home .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
  color: #fff !important;
  padding: 0 24px 36px 24px !important;
  margin-bottom: 0 !important;
}

.home .fusion-flexslider .flex-control-nav {
  display: none !important;
}

.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 a {
  color: #f15a29 !important;
}

.home .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
  color: #333 !important;
  padding: 0 24px 36px 24px !important;
  margin-bottom: 0 !important;
}

.home .fusion-flexslider .slides img {
  max-height: 450px !important;
}

/* More News - Right Col */
.term-dates-component {
  background-color: #eee !important;
}

body.home .fusion-recent-posts .entry-title a {
  color: #333 !important;
}

.home .fusion-recent-posts .entry-title {
  margin: 0 0 10px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #ddd !important;
}

.home .fusion-recent-posts .post:last-of-type .entry-title {
  border-bottom: none !important;
}

/* Students Showcase */
.home .fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
  max-height: 222px;
}

/* HOMEPAGE End ------------------------------------------------------------- */
body:not(.home) #main {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)) !important;
  background: linear-gradient(to bottom, #fff, #eaeaea) !important;
}

body:not(.home).single #main {
  background: none !important;
  padding-top: 0 !important;
}

body:not(.home).single .categories-menu + #main {
  padding-top: 0 !important;
}

body:not(.home).single #wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)) !important;
  background: linear-gradient(to bottom, #fff, #eaeaea) !important;
}

/* FOOTER – Elements alignment */
.fusion-copyright-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 0 10px 16px !important;
  text-align: center;
}

.scs-footer-copyright {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.scs-footer-copyright__item {
  color: #000 !important;
}

.scs-footer-copyright__item a,
.scs-footer-copyright__item a:hover {
  color: #000 !important;
  text-decoration: none;
}

.scs-footer-copyright__item a {
  margin-left: 4px;
  border-bottom: none !important;
}

.scs-footer-copyright__item a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}

/* FOOTER > PLUGIN - Feed Them Social */
.fusion-footer-widget-area .widget-title {
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 16px;
}

.fts-jal-fb-header {
  display: none;
}

.fts-jal-fb-group-display,
.fts-twitter-div {
  clear: both;
  max-height: 300px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
  border-radius: 0.25rem;
}

.fts-jal-fb-message {
  padding-top: 8px;
  line-height: 18px;
  font-size: 12px;
}

.fts-twitter-text {
  padding: 8px 0 0;
  line-height: 18px;
  font-size: 12px;
}

.error-page .fusion-title {
  margin-top: 10px !important;
  margin-bottom: 50px !important;
}

.error-page .useful-links {
  padding-left: 15px;
}

/* 2018 SCS-PUBLIC STYLES */
.fusion-main-menu .sub-menu {
  background-color: #fff !important;
}

.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  color: #f15a29 !important;
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
  color: #f15a29 !important;
  font-size: 36px !important;
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
  background-color: #fff !important;
  opacity: 1 !important;
  color: #f15a29 !important;
}

.fusion-carousel .fusion-carousel-title {
  margin: 8px !important;
  text-align: center !important;
  font-weight: normal !important;
  font-size: 21px !important;
}

.fusion-carousel .fusion-carousel-item .fusion-carousel-item-wrapper {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.fusion-carousel-meta {
  display: none !important;
}

.home .fusion-recent-posts .fusion-columns {
  margin: 0 !important;
}

.home .fusion-recent-posts .entry-title a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 300;
}

.home .fusion-recent-posts .entry-title {
  margin: 0 0 8px !important;
}

.home .fusion-title {
  margin: 0 0 8px 16px !important;
  display: block;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
          flex-direction: unset;
  text-align: left;
}

.home .fusion-title h4 {
  color: #fff !important;
  text-align: left !important;
  font-size: 27px;
}

/* 2019 -------------------------------------------------------------- */
.fusion-page-title-bar {
  /*   background: -webkit-radial-gradient(20% 50%, ellipse, #fff, #eee);
  background: radial-gradient(ellipse at 20% 50%, #fff, #eee);
  background-color: #fff !important; */
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd !important;
}

/* Separator */
.fusion-separator.sep-single.sep-solid.scs-separator {
  border-color: transparent !important;
  border-top-width: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 160px !important;
}

.fusion-separator.sep-single.sep-solid.scs-separator:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ef4136));
  background: linear-gradient(to right, #ffaa00, #ef4136);
}

/* HOMEPAGE */
/* 	HOME HEADINGS */
.home .block-heading-style .title-heading-center,
.home .block-heading-style .title-heading-left {
  -webkit-font-smoothing: antialiased;
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  letter-spacing: 0.03rem !important;
}

@media screen and (min-width: 768px) {
  .home .block-heading-style .title-heading-center,
  .home .block-heading-style .title-heading-left {
    font-size: 34px !important;
  }
}

/* HOME VIDEO */
.scs-video-wrapper {
  /* 	height: calc(100vh - 220px) !important;
  overflow: hidden; */
  position: relative;
}

.scs-video-wrapper iframe {
  width: 100% !important;
}

.fusion-modal h1,
.fusion-post-content h1,
.fusion-widget-area h1,
.post-content h1,
.title h1 {
  font-size: 44px !important;
  font-weight: bold !important;
}

.home .fusion-title {
  margin: 0 !important;
  overflow: visible !important;
}

/* HOME BANNER ------------------------------------- */
/* Banner Container */
.banner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Banner Content */
.banner .banner-content > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 600px;
}

.banner .banner-content .title-heading-center {
  font-weight: bold !important;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 40px !important;
  width: 90%;
  margin: 0 5% !important;
  line-height: 1.1 !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .banner .banner-content .title-heading-center {
    font-size: 64px !important;
    width: 70%;
    margin: 0 15% !important;
  }
}

.banner .banner-content .fusion-text p {
  font-weight: bold !important;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 1.1;
  margin-bottom: 24px !important;
  font-size: 24px !important;
  width: 90%;
  margin: 0 5% !important;
}

@media screen and (min-width: 768px) {
  .banner .banner-content .fusion-text p {
    font-size: 36px !important;
    width: 70%;
    margin: 0 15% !important;
  }
}

/* Banner Button */
.banner .banner-content .fusion-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 12px;
  margin-top: 24px;
  border-color: #fff !important;
}

@media screen and (min-width: 768px) {
  .banner .banner-content .fusion-button {
    padding: 16px;
  }
}

.banner .banner-content .fusion-button .fusion-button-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .banner .banner-content .fusion-button .fusion-button-text {
    font-size: 24px;
  }
}

/* Banner Buttons:states */
.banner .banner-content .fusion-button:hover,
.banner .banner-content .fusion-button:active,
.banner .banner-content .fusion-button:focus {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 16px;
}

.banner .banner-content .fusion-button:hover .fusion-button-text,
.banner .banner-content .fusion-button:active .fusion-button-text,
.banner .banner-content .fusion-button:focus .fusion-button-text {
  color: #fff !important;
  background-color: #f15a29 !important;
}

/* VALUES (IGNITE, INSPIRE, EMPOWER) */
/* .home .fusion-flexslider .slides img  --> commented at 348-ish */
.ignite-inspire-empower,
.homepage-news {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)) !important;
  background: linear-gradient(to bottom, #fff, #eaeaea) !important;
}

/* Values container */
.home .fusion-recent-posts article {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 60px !important;
}

@media screen and (min-width: 1024px) {
  .home .fusion-recent-posts article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

/* Values cols */
.home .recent-posts-content,
.scs-news .recent-posts-content {
  width: 100%;
  border-radius: 0 0 0.25rem 0.25rem;
}

@media screen and (min-width: 1024px) {
  .home .recent-posts-content,
  .scs-news .recent-posts-content {
    width: 50%;
    border-radius: 0.25rem;
  }
}

.home .fusion-flexslider {
  width: 100%;
  border-radius: 0.25rem 0.25rem 0 0;
}

@media screen and (min-width: 1024px) {
  .home .fusion-flexslider {
    width: 50%;
    border-radius: 0.25rem;
  }
}

/* Values col - Content */
.home .recent-posts-content {
  background: white;
  /* border-radius: 6px; */
  margin-left: 0;
  z-index: 9999;
  padding: 30px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .home .recent-posts-content {
    margin-left: -10%;
  }
}

.home .recent-posts-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ef4136));
  background: linear-gradient(to right, #ffaa00, #ef4136);
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .home .recent-posts-content:after {
    width: 4px;
    height: 600px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), to(#ef4136));
    background: linear-gradient(to bottom, #ffaa00, #ef4136);
    bottom: initial;
    top: 0;
  }
}

.scs-heading-h1,
.scs-heading-h2 {
  margin: 0 !important;
}

/* 2nd Post */
.home .ignite-inspire-empower .fusion-title {
  margin: 60px 0 0 !important;
}

.home .scs-separator {
  margin: 21px auto 30px !important;
}

@media screen and (min-width: 768px) {
  .home .scs-separator {
    margin: 30px auto 36px !important;
  }
}

.home .recent-posts-content .entry-title {
  margin: 0 !important;
  border: none !important;
  padding: 0 0 16px !important;
}

.home .fusion-recent-posts .entry-title a,
.home .recent-posts-content .entry-title a {
  font-size: 36px !important;
  font-weight: 100 !important;
  color: #fff !important;
  background-color: #f15a29 !important;
}

/* UL.Nav-tabs */
.fusion-tabs .nav {
  /*   max-width: 400px !important; */
  background: transparent !important;
}

.fusion-tabs .nav-tabs {
  background-color: transparent !important;
}

@media only screen and (min-width: 1000px) {
  .fusion-tabs .nav-tabs {
    background-color: #fff !important;
  }
}

@media only screen and (min-width: 1000px) {
  .fusion-tabs.vertical-tabs.clean .nav-tabs {
    background-color: transparent;
    border-radius: 6px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.02) !important;
    padding: 16px 24px;
  }
}

/* UL.Nav-tabs LI */
.fusion-tabs.clean .nav-tabs li {
  margin-bottom: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

@media only screen and (min-width: 1000px) {
  .fusion-tabs.clean .nav-tabs li {
    margin-bottom: 0 !important;
    border: none !important;
  }
  .fusion-tabs.clean .nav-tabs li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }
}

@media only screen and (min-width: 1000px) {
  .fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link {
    margin: 0;
    padding: 12px 0 !important;
    white-space: nowrap;
  }
}

/* UL.Nav-tabs LI H4 */
.fusion-tabs.clean .nav-tabs li.active .fusion-tab-heading,
.fusion-tabs.clean .nav-tabs li.active .fusion-tab-heading i.fontawesome-icon,
.fusion-tabs.clean .nav-tabs li a:hover .fusion-tab-heading,
.fusion-tabs.clean .nav-tabs li a:hover .fusion-tab-heading i.fontawesome-icon {
  color: #fff !important;
  background-color: #f15a29 !important;
  display: -webkit-box;
  display: flex;
}

/* UL.Nav-tabs LI H4 I*/
.fusion-tabs .nav-tabs li .tab-link .fontawesome-icon {
  font-size: 16px !important;
  line-height: unset !important;
}

#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li a {
  border-color: transparent !important;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
  border-radius: 0.25rem !important;
}

@media screen and (min-width: 1000px) {
  #wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li a {
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 1000px) {
  .fusion-body .fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link {
    border: none !important;
  }
}

.fusion-tabs.fusion-tabs-1 .nav-tabs li a {
  background-color: transparent !important;
}

h4.fusion-tab-heading {
  font-size: 19px !important;
  white-space: initial !important;
  display: -webkit-box !important;
  display: flex !important;
}

.home__student-showcase__heading .title-heading-center {
  color: #333333 !important;
  font-size: 36px !important;
  font-weight: 100 !important;
}

/* BS-CAROUSEL */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel-control-prev span,
.carousel-control-next span {
  font-size: 36px !important;
  border: none !important;
  padding: 12px 24px !important;
  color: white !important;
  background-color: #f15a29 !important;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.carousel-control-prev span {
  margin-left: -40px;
  border-radius: 50% 0 0 50% !important;
}

.carousel-control-next {
  right: 0;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.carousel-control-next span {
  margin-right: -40px;
  border-radius: 0 50% 50% 0 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* WPSL Plugin */
.wpsl-dropdown {
  width: auto !important;
}

/* WPSL STORE LOCATOR PLUGIN FILTER STYLING --------------------------- */
#wpsl-wrap {
  overflow: VISIBLE !important;
}

#wpsl-stores,
#wpsl-gmap {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  border-radius: 0.25rem;
  background-color: #fff !important;
}

#wpsl-search-wrap {
  float: none !important;
}

/* FILTER WRAPPER */
.wpsl-search {
  margin-bottom: 12px;
  padding: 12px 12px 0;
  background: #f4f3f3;
  padding: 24px !important;
  margin-bottom: 24px;
  border-radius: 0.25rem !important;
  background: RGBA(0, 0, 0, 0.015);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(bottom, TO), color-stop(#f6f6f6), to(#e6e6e6e6)) !important;
  background: linear-gradient(TO bottom, #f6f6f6, #e6e6e6e6) !important;
  background: NONE !important;
  background-color: #fff !important;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  display: block !important;
  position: relative;
}

.wpsl-search:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), to(#ef4136));
  background: linear-gradient(to bottom, #ffaa00, #ef4136);
  bottom: initial;
  top: 0;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* FLEX-CONTAINER */
#wpsl-search-wrap form {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  display: FLEX;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

/* FLEX-ITEMS 1 and 2 */
#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap {
  display: FLEX;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: FLEX-START;
          justify-content: FLEX-START;
}

/* (PLACE LABEL OVER INPUT) */
/* .wpsl-input {
    FLEX-DIRECTION: COLUMN !important;
    ALIGN-ITEMS: flex-start !important;
  } */
/* FLEX-ITEMS LAYOUT */
.wpsl-input:first-of-type {
  display: FLEX;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: COLUMN !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

#wpsl-search-input {
  width: 179px;
  height: auto;
  padding: 7px 12px;
  font-size: 100%;
  margin: 0;
  padding: 9px 12px !important;
  font-size: 18px !important;
}

#wpsl-search-btn,
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap .wpsl-input input,
#wpsl-search-wrap .wpsl-input label {
  display: table-cell;
  display: FLEX;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: COLUMN;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  width: AUTO;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
  width: 95px;
  width: AUTO;
}

#wpsl-checkbox-filter,
.wpsl-custom-checkboxes {
  display: block;
  float: left;
  margin: 5px 0 15px;
  padding: 0;
  width: 100%;
  float: NONE;
  margin: 6px 10px 0 0;
  padding: 0;
  width: AUTO;
  display: FLEX;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 430px) {
  #wpsl-checkbox-filter,
  .wpsl-custom-checkboxes {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,
.wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {
  width: 32%;
  width: AUTO;
  display: FLEX;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
}

#wpsl-search-wrap label {
  margin-bottom: 0;
  display: FLEX;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

/* SPACING */
.wpsl-category,
.wpsl-input,
.wpsl-select-wrap {
  margin-bottom: 0;
}

#wpsl-search-wrap div label {
  float: left;
  margin-right: 10px;
  line-height: 32px;
  width: AUTO !important;
  float: NONE !important;
  display: FLEX !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

#wpsl-checkbox-filter input,
.wpsl-custom-checkboxes input {
  margin-right: 5px;
  padding: 0;
}

.wpsl-input > div > label,
#wpsl-radius > label,
#wpsl-results > label,
.custom-wpsl-fieldgroup > label {
  font-weight: bold;
}

/* STORES LIST */
#wpsl-wrap #wpsl-result-list li {
  padding: 24px;
  border-bottom: 1px SOLID #ccc;
  margin-left: 0;
  overflow: hidden;
  list-style: none !important;
  text-indent: 0;
  background: TRANSPARENT;
}

#wpsl-wrap #wpsl-result-list li span,
#wpsl-wrap #wpsl-result-list li a {
  font-size: 17px !important;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 !important;
}

#wpsl-result-list div strong > a {
  font-size: 19px !important;
  line-height: 1;
}

input#wpsl-search-btn {
  border: none !important;
  padding: 8px 24px !important;
  color: white !important;
  background-image: none !important;
  background-color: #f15a29 !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

a.fusion-flex-link.fusion-bar-highlight {
  position: relative !important;
}

.fusion-secondary-menu > ul > li > a:hover span.menu-text {
  /* display: none !important; */
  position: absolute;
  display: inline-block !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: -36px;
  right: 0px;
  text-align: right !important;
  background: white;
  padding: 6px 12px;
  border-radius: 0.25rem;
  box-shadow: 0 0 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.fusion-secondary-header span.menu-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -5px;
  right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase !important;
  font-weight: bold !important;
  letter-spacing: 0.03rem !important;
}

footer ul.fusion-checklist {
  margin: 0 0 24px !important;
}

.fusion-checklist .fusion-li-item,
.fusion-checklist.fusion-404-checklist > li,
ul.fusion-checklist .fusion-li-item,
ul.fusion-checklist.fusion-404-checklist > li {
  padding: 0 0 8px !important;
  font-size: 16px;
}

footer .fusion-checklist-heading {
  font-size: 18px !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 0 0 8px !important;
}

.fusion-footer-widget-area .widget-title {
  font-size: 19px !important;
}

footer .fusion-column:nth-of-type(1) section:first-of-type h4.widget-title,
footer .fusion-column:nth-of-type(2) section:first-of-type h4.widget-title {
  margin-bottom: 24px;
}

/* FOOTER GOOGLE TRANSLATE COMPONENT */
.goog-te-gadget .goog-te-combo {
  margin: 0 0 8px !important;
  height: 36px !important;
}

/* ICONS */
.fusion-secondary-menu > ul > li > a span.fusion-megamenu-icon {
  text-align: center;
  min-width: 45px;
  margin-right: 5px;
}

.fusion-secondary-menu > ul > li > a span i {
  font-size: 21px !important;
  color: #f15a29 !important;
  line-height: 1 !important;
  vertical-align: bottom !important;
  margin-bottom: 0 !important;
  /*    border: 1px solid transparent;
    padding: 16px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; */
}

/* FOOTER NAV */
.fusion-widget-area .widget_nav_menu li {
  display: block;
  padding: 0 0 0 12px !important;
  border-bottom: none;
  position: relative;
}

.fusion-footer-widget-area ul li a {
  display: block;
  position: relative;
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-size: 17px !important;
  color: #333 !important;
}

.fusion-footer-widget-area ul li a:hover {
  color: #f15a29 !important;
}

/* NEWS & EVENTS PAGE */
.fusion-blog-layout-medium .fusion-post-slideshow,
.fusion-blog-layout-medium-alternate .fusion-post-slideshow {
  margin-right: -45px !important;
  width: 320px;
  margin-bottom: 0;
  border-radius: 0.25rem;
  overflow: hidden !important;
  z-index: 999 !important;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
}

.fusion-blog-layout-medium .category-scs-news-featured .fusion-post-slideshow {
  width: 45% !important;
}

.fusion-post-content.post-content {
  background: white;
  z-index: 1;
  padding: 30px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  position: relative;
  border-radius: 0 0 0.25rem 0.25rem;
}

.fusion-blog-layout-grid .fusion-post-content.post-content {
  padding: 2rem;
}

.fusion-blog-layout-medium .fusion-post-content.post-content {
  padding: 2rem 3rem 2rem 5rem;
}

.fusion-blog-layout-medium .fusion-post-medium,
.fusion-blog-layout-medium .fusion-post-medium-alternate,
.fusion-blog-layout-medium-alternate .fusion-post-medium,
.fusion-blog-layout-medium-alternate .fusion-post-medium-alternate {
  -webkit-box-align: center !important;
          align-items: center !important;
  position: relative;
}

.archive .fusion-meta-info {
  display: none !important;
}

.archive .flexslider .slides img {
  max-height: 261px !important;
}

.scs-read-more__wrapper {
  text-align: right;
}

a.scs-read-more,
a.scs-read-more:hover {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 24px;
  border-top: none;
  border-bottom: none;
  background-color: #f15a29 !important;
  display: inline-block;
  width: auto;
  border-radius: 0.25rem;
  color: white;
}

#posts-container {
  position: relative;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fusion-post-content.post-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ef4136));
  background: linear-gradient(to right, #ffaa00, #ef4136);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

@media screen and (min-width: 768px) {
  .fusion-post-content.post-content:after {
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), to(#ef4136));
    background: linear-gradient(to bottom, #ffaa00, #ef4136);
    bottom: initial;
    top: 0;
    border-radius: 0 0.25rem 0.25rem 0;
  }
}

.fusion-page-title-bar .fusion-page-title-row h1 {
  font-size: 32px !important;
  margin-bottom: 8px !important;
  line-height: 1.3;
  text-transform: initial !important;
  /*   color: #F15a29 !important;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#e60f0f));
  background: -webkit-linear-gradient(left, #ff8a00, #e60f0f);
  background: linear-gradient(to right, #ff8a00, #e60f0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff !important;
  background: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

@media screen and (min-width: 1024px) {
  .fusion-page-title-bar .fusion-page-title-row h1 {
    font-size: 48px !important;
    margin-bottom: 4px !important;
    line-height: 1.1 !important;
  }
}

/* SCS HOME NEWS STYLING */
.home .fusion-post-content.post-content {
  border-radius: 0 0 0.25rem 0.25rem !important;
}

.home #main .post h2 a,
.home #main .post h2 a:hover {
  color: #f15a29 !important;
}

.home .fusion-post-content-wrapper {
  padding: 0 !important;
}

.home .fusion-post-content.post-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ef4136));
  background: linear-gradient(to right, #ffaa00, #ef4136);
  position: absolute;
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

.home .fusion-blog-layout-grid .fusion-post-content-wrapper {
  background-color: #fff !important;
}

.home .fusion-flexslider {
  width: 100% !important;
}

.home .post .post-content {
  color: #333 !important;
  text-align: left !important;
  text-justify: none !important;
}

.home .homepage-news .fusion-image-wrapper {
  border-radius: 0.25rem 0.25rem 0 0 !important;
}

.home .fusion-flexslider.flexslider.fusion-post-slideshow {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  border-bottom: 1px solid #eee;
}

.home .post .fusion-alignright {
  display: none !important;
}

.home .fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft {
  width: 100% !important;
}

.home .fusion-meta-info {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  padding-left: 16px !important;
}

.home .homepage-news .fusion-post-content.post-content {
  padding: 1rem !important;
}

.home .homepage-news .post-content p {
  text-align: left !important;
}

.home .fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper {
  overflow: visible !important;
  background-color: transparent !important;
}

.fusion-blog-layout-grid.fusion-blog-equal-heights
.fusion-post-wrapper
.fusion-post-content-wrapper {
  background-color: transparent !important;
}

.home .fusion-fullwidth.fullwidth-box.ignite-inspire-empower .fusion-row {
  max-width: 1024px !important;
}

h2.blog-shortcode-post-title.entry-title {
  line-height: 1.4 !important;
  font-size: 24px !important;
  margin-bottom: 8px !important;
  letter-spacing: 0 !important;
}

.home
.fusion-post-content.post-content
h2.blog-shortcode-post-title.entry-title {
  line-height: 1.4 !important;
  font-size: 21px !important;
}

.home
.category-scs-news-featured
.fusion-post-content.post-content
h2.blog-shortcode-post-title.entry-title {
  font-size: 24px !important;
}

/* SCS Panels (Setting styling to fix styles for SCS site) */
.accordian .fusion-panel {
  border-color: #ddd;
  border-width: 1px;
  background-color: #eee;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
  border-radius: 0.25rem !important;
  background-color: #fff !important;
  border: none !important;
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
}

.fusion-accordian i.fa-fusion-box,
.fusion-accordian a:hover i.fa-fusion-box,
.fusion-accordian .fusion-toggle-icon-unboxed a:hover .fa-fusion-box {
  color: #f15a29 !important;
}

.fusion-accordian .panel-title a:hover,
.fusion-accordian .fusion-panel:hover .panel-title a {
  color: #f15a29 !important;
}

.fusion-accordian div[id^="accordion"] .panel-title a:hover i.fa-fusion-box {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* AVADA BACKGROUND VIDEO (HOME) - RESPONSIVE ADJUSTMENT */
.home {
  /* Home Video container */
  /* Home Video Font Settings */
}

.home .video-background {
  height: 60vh !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  margin: 24px -6px !important;
}

.home .video-background .title-heading-center {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 1.5rem !important;
}

@media screen and (min-width: 768px) {
  .home .video-background .title-heading-center {
    font-size: 32px !important;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .home .video-background .title-heading-center {
    font-size: 44px !important;
  }
}

.home .video-background p {
  color: #fff !important;
  font-weight: bold !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.home .video-background .fusion-text p {
  font-size: 25px !important;
  font-weight: normal !important;
  margin-bottom: 24px !important;
  line-height: 1.3 !important;
}

.home .video-background .fusion-button {
  border: none !important;
  padding: 12px 24px !important;
  color: white !important;
  background-color: #f15a29 !important;
  border-radius: 3px !important;
  font-size: 16px !important;
}

@media screen and (min-width: 768px) {
  .home .video-background .fusion-button {
    padding: 16px 32px !important;
    font-size: 18px !important;
  }
}

.home .video-background .fullwidth-video video {
  top: 50% !important;
}
@media screen and (min-width: 1280px) {
	.home .video-background .fullwidth-video video {
		top: 70% !important;
	}
}

/* SINGLE POST PAGE */
.single-post .post {
  max-width: 960px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.single-post .single-navigation {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  border: none !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

@media screen and (min-width: 768px) {
  .single-post .single-navigation {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

.single-post .single-navigation.clearfix:after {
  clear: none !important;
  content: none !important;
}

.single-post .single-navigation a[rel="prev"] {
  margin-left: 1rem;
}

.single-post #main {
  padding-top: 0 !important;
}

.single-post .post-col-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .single-post .post-col-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .single-post .post-col-wrapper .post-col-1 {
    width: 200px;
  }
}

.single-post .post-col-wrapper .post-col-1 .fusion-meta-info {
  margin-top: 0 !important;
  padding: 5px 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  line-height: 1 !important;
}

.single-post .post-col-wrapper .post-col-1 .fusion-sharing-box {
  margin-top: 0 !important;
}

.single-post .post-col-wrapper .post-col-1 .fusion-social-networks-wrapper {
  margin: 8px 0 8px 0 !important;
  text-align: left !important;
}

.single-post .post-col-wrapper .post-col-1 .fusion-social-networks-wrapper a.fusion-social-network-icon:first-of-type {
  margin-left: 0 !important;
}

.single-post .post-col-wrapper .post-col-1 .fusion-social-networks {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .single-post .post-col-wrapper .post-col-2 {
    width: calc(100% - 200px);
  }
}

.single-post .post-col-wrapper .post-col-2 .post-content .fusion-fullwidth {
  padding-bottom: 0 !important;
}

.single-post .related-posts .fusion-carousel .fusion-carousel-item img {
  max-height: 145px !important;
}

/* SINGLE POST - POLICIES CATEGORY */
@media screen and (max-width: 767px) {
  .single-post .post-content .fusion-fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.single-post.policies .post-col-wrapper {
  margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .single-post.policies .post-col-wrapper .post-col-1 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .single-post.policies .post-col-wrapper .post-col-2 {
    width: 100% !important;
  }
}

.categories-menu {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 0;
  display: none;
}

@media screen and (min-width: 1000px) {
  .categories-menu {
    display: block;
  }
}

.categories-menu ul {
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 8px auto;
  padding: 0;
}

.categories-menu a {
  color: #333 !important;
}

.categories-menu .current-menu-item a {
  font-weight: bold;
}

.about-author {
  margin-top: 0 !important;
}

.about-author .avatar img {
  border-radius: 50% !important;
}

.related-posts {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.related-posts .fusion-title {
  margin-bottom: 0 !important;
}

.related-posts .fusion-carousel-title {
  text-align: left !important;
  font-size: 18px !important;
  margin: 0 !important;
  padding: 12px 8px !important;
  font-weight: bold !important;
}

.related-posts .fusion-carousel-item-wrapper {
  background-color: #fff !important;
  box-shadow: none !important;
  border-radius: 0.25rem !important;
  overflow: hidden !important;
}

.ilightbox-caption {
  border-radius: 0 !important;
  color: #fff !important;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding: 0.6rem !important;
  font-size: 14px !important;
  letter-spacing: 0.005em !important;
}

.ilightbox-thumbnails {
  display: none !important;
}

#jp-post-flair {
  display: none;
}

/* SETUP CAROUSEL CONTEXT STYLES (BEFORE CAROUSEL IS INCLUDED VIA JQUERY) */
.fusion-blog-layout-grid.fusion-blog-layout-grid-6 .post {
  width: 100% !important;
}

@media screen and (min-width: 1000px) {
  .fusion-blog-layout-grid.fusion-blog-layout-grid-6 .post {
    width: auto !important;
    display: inline-block;
    position: static !important;
    max-width: 33.33%;
    min-height: 450px;
  }
}

.home .homepage-news .fusion-post-content.post-content {
  /* padding: 2rem 2rem 4rem 2rem !important; */
}

@media screen and (min-width: 1000px) {
  .home .carousel-item {
    min-height: 380px !important;
  }
}

@media screen and (min-width: 1000px) {
  .home .homepage-news .fusion-image-wrapper,
  .home .homepage-scs .fusion-image-wrapper {
    max-height: 160px !important;
  }
}

@media screen and (min-width: 1000px) {
  .home .homepage-news .category-scs-news-featured .fusion-image-wrapper,
  .home .homepage-scs .category-scs-news-featured .fusion-image-wrapper {
    max-height: initial !important;
  }
}

.home .carousel-news-schools {
  padding-top: 30px;
}

.home .carousel-news-schools h2 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1023px) {
  .home
.carousel-news-schools
.fusion-posts-container.fusion-blog-layout-grid.isotope {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

.home
.carousel-news-schools
.fusion-posts-container.fusion-blog-layout-grid.isotope article {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .home
.carousel-news-schools
.fusion-posts-container.fusion-blog-layout-grid.isotope article {
    width: 50% !important;
  }
}

@media screen and (min-width: 1024px) {
  .home
.carousel-news-schools
.fusion-posts-container.fusion-blog-layout-grid.isotope article {
    width: 25% !important;
  }
}

fusion-post-grid
.home .home-blog-scs-not-featured .fusion-post-medium.post {
  margin-bottom: 1.6rem !important;
}

fusion-post-grid
.home .home-blog-scs-not-featured .fusion-post-medium.post:last-of-type {
  margin-bottom: 0 !important;
}

/* HOME BLOG - NOT-FEATURED */
.home-blog-scs-not-featured article[id^="blog"] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 0 1rem !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0.25rem !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .home-blog-scs-not-featured article[id^="blog"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    max-height: 160px;
    background-color: #fff !important;
    box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
  }
}

.home .home-blog-scs-not-featured article[id^="blog"] h2 a,
.home .home-blog-scs-not-featured article[id^="blog"] h2 {
  font-size: 24px !important;
  margin: 0 0 8px !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 1000px) {
  .home .home-blog-scs-not-featured article[id^="blog"] h2 a,
  .home .home-blog-scs-not-featured article[id^="blog"] h2 {
    max-height: 60px !important;
    overflow: hidden !important;
  }
}

@media screen and (min-width: 1000px) {
  .home .home-blog-scs-not-featured article[id^="blog"] .post-content p {
    max-height: 64px;
    overflow: hidden;
  }
}

.home .home-blog-scs-not-featured .fusion-image-wrapper {
  border-radius: 0 !important;
}

.home .home-blog-scs-not-featured article[id^="blog"] .fusion-flexslider {
  width: 100% !important;
  max-width: 200px;
}

.home
.home-blog-scs-not-featured
article[id^="blog"]
.fusion-post-content.post-content {
  padding: 1rem 1rem 1rem 1.5rem !important;
  width: 100%;
  height: initial !important;
  box-shadow: none;
}

@media screen and (min-width: 1000px) {
  .home
.home-blog-scs-not-featured
article[id^="blog"]
.fusion-post-content.post-content {
    min-height: auto !important;
  }
}

.home
.home-blog-scs-not-featured
article[id^="blog"]
.fusion-post-content.post-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ef4136));
  background: linear-gradient(to right, #ffaa00, #ef4136);
  position: absolute;
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

@media screen and (min-width: 1000px) {
  .home
.home-blog-scs-not-featured
article[id^="blog"]
.fusion-post-content.post-content:after {
    display: none !important;
  }
}

.home-blog-scs-not-featured
article[id^="blog"]
.fusion-flexslider.flexslider.fusion-post-slideshow {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
  border: none !important;
}

@media screen and (min-width: 1000px) {
  .home-blog-scs-not-featured
article[id^="blog"]
.fusion-flexslider.flexslider.fusion-post-slideshow {
    max-width: 255px !important;
  }
}

/* HOME-SCS-FEATURED */
.home .home-blog-scs-featured {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
}

.home .home-blog-scs-featured .fusion-post-content.post-content {
  box-shadow: none !important;
}

.home .home-blog-scs-featured article {
  width: 100%;
  padding: 0 !important;
}

.home .home-blog-scs-featured .fusion-post-content.post-content:after {
  display: none;
}

.home
.home-blog-scs-featured
article[id^="blog"]
.fusion-post-wrapper
.fusion-post-content.post-content {
  margin-bottom: 0 !important;
}

.home
.home-blog-scs-featured
.fusion-flexslider.flexslider.fusion-post-slideshow {
  border: none !important;
}

/* HOME-BLOG-SCHOOLS */
@media screen and (max-width: 1023px) {
  .home-blog-schools .fusion-posts-container article:nth-child(n + 5) {
    display: none;
  }
}

/* COLOURED FLAMED FOOTER */
.fusion-footer-copyright-area {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  background: -webkit-gradient(linear, left top, right top, from(#f4e72d), to(#ef4136)) !important;
  background: linear-gradient(to right, #f4e72d, #ef4136) !important;
  border-top: none !important;
}

.fusion-social-links-footer .fusion-social-networks a {
  color: #fff;
}

.scs-footer-copyright__item {
  color: #fff !important;
  font-size: 16px;
}

.scs-footer-copyright__item a,
.scs-footer-copyright__item a:hover {
  color: #fff !important;
  text-decoration: none;
}

.scs-footer-copyright__item a:hover {
  border-bottom: 1px solid #fff !important;
}

.fusion-footer-widget-column {
  margin-bottom: 30px;
}

/* SETUP DROPDOWN MENUES WIDTH */
.fusion-main-menu .menu-item:not(:nth-last-child(2)) .sub-menu {
  min-width: 285px !important;
}

.fusion-main-menu .sub-menu li > .sub-menu {
  left: 285px !important;
}

/* SIDE-NAV PAGE TEMPLATE LAYOUT */
body.page-template-side-navigation #main .fusion-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1000px) {
  body.page-template-side-navigation #main .fusion-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

body.page-template-side-navigation #main #content {
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

@media screen and (min-width: 1000px) {
  body.page-template-side-navigation #main #content {
    margin-left: 40px !important;
    width: 100% !important;
  }
}

.fusion-layout-column.fusion-one-full {
  width: 100%;
}

body.page-template-side-navigation #main .sidebar {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

@media screen and (min-width: 1000px) {
  body.page-template-side-navigation #main .sidebar {
    width: auto !important;
  }
}

/* NEW SIDE NAV (TAB PAGES) */
#main .sidebar {
  padding: 0;
}

body.page-template-side-navigation .side-nav {
  width: auto !important;
  border: none !important;
}

@media screen and (min-width: 1000px) {
  body.page-template-side-navigation .side-nav {
    width: 300px !important;
  }
}

.side-nav-left .side-nav {
  margin-bottom: 0;
  border-right: none;
  background-color: transparent;
  border-radius: 6px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.02) !important;
  padding: 16px 24px;
}

#wrapper .side-nav li a {
  font-size: 16px;
  font-size: 19px !important;
  display: -webkit-box !important;
  display: flex !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: 1.4;
  /* 	white-space: nowrap !important; */
}

#wrapper .side-nav li:last-of-type a {
  border-bottom: none;
}

#wrapper .side-nav li.current_page_item a {
  border-right: none;
  border-left: none;
  display: -webkit-box !important;
  display: flex !important;
  font-size: 19px !important;
  color: #f15a29 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: 1.4;
}

#wrapper
.side-nav
li.page_item.page_item_has_children.current_page_item
ul
li
a {
  color: #333 !important;
}

#wrapper .side-nav li.current_page_item.page_item_has_children + li {
  border-top: 1px solid #e6e4e2;
}

#wrapper .side-nav-left .side-nav .arrow {
  position: relative !important;
  margin-left: 6px;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

#wrapper .side-nav-left .side-nav .arrow:after {
  position: static !important;
}

/* NEWS POST */
.single-post .flexslider .slides img {
  border-radius: 0.25rem;
}

/* BLOG/CATEGORY PAGE TEMPLATE */
.category article,
.search-results article,
.page-school-news article,
.page-media article {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 2rem;
}

.category article.post,
.search-results article.post,
.page-school-news article.post,
.page-media article.post {
  margin-bottom: 36px !important;
}

.category article.fusion-post-medium,
.search-results article.fusion-post-medium,
.page-school-news article.fusion-post-medium,
.page-media article.fusion-post-medium {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .category article.fusion-post-medium,
  .search-results article.fusion-post-medium,
  .page-school-news article.fusion-post-medium,
  .page-media article.fusion-post-medium {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  .category article .flexslider,
  .search-results article .flexslider,
  .page-school-news article .flexslider,
  .page-media article .flexslider {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .category article .flexslider .slides img,
  .search-results article .flexslider .slides img,
  .page-school-news article .flexslider .slides img,
  .page-media article .flexslider .slides img {
    max-width: initial !important;
  }
}

.category .fusion-post-content.post-content,
.search-results .fusion-post-content.post-content,
.page-school-news .fusion-post-content.post-content,
.page-media .fusion-post-content.post-content {
  background: transparent;
  z-index: 1;
  padding: 30px;
  box-shadow: none;
  position: relative;
  border-radius: 0;
  padding: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .category .fusion-post-content.post-content,
  .search-results .fusion-post-content.post-content,
  .page-school-news .fusion-post-content.post-content,
  .page-media .fusion-post-content.post-content {
    padding: 0 0 0 5rem;
  }
}

.category .fusion-post-content.post-content:after,
.search-results .fusion-post-content.post-content:after,
.page-school-news .fusion-post-content.post-content:after,
.page-media .fusion-post-content.post-content:after {
  display: none !important;
}

.fusion-image-wrapper.fusion-image-size-fixed,
.flexslider .slides li {
  border-radius: 0 !important;
}

/* SCS-POST Layout */
.category-scs-news .flexslider .slides li {
  border-radius: 0.25rem 0.25rem 0 0 !important;
}

.category-scs-news .flexslider .slides li .fusion-image-wrapper {
  max-height: 250px !important;
}

@media screen and (min-width: 768px) {
  .home .category-scs-news .flexslider .slides li {
    border-radius: 0.25rem 0 0 0.25rem !important;
  }
}

.home .carousel-news-scs h2.title-heading-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .home .carousel-news-scs h2.title-heading-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.home .carousel-news-scs h2.title-heading-center:before {
  content: "";
  display: inline-block;
  background-image: url(https://sydcatholicschools.nsw.edu.au/wp-content/uploads/sites/69/2018/09/scs-logo-top.png);
  width: 280px;
  height: 79px;
  background-size: cover;
  margin-right: 5px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .home .carousel-news-scs h2.title-heading-center:before {
    margin-left: -30px;
  }
}

/* SCS-CARD STYLES */
.scs-card {
  background: white;
  z-index: 9999;
  padding: 20px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  text-align: center;
}

.scs-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ef4136));
  background: linear-gradient(to right, #ffaa00, #ef4136);
  position: absolute;
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

.scs-card img {
  border-radius: 0.25rem;
  margin-bottom: 8px !important;
}

.scs-card .fusion-text:first-of-type p {
  font-size: 24px !important;
  font-weight: 100 !important;
  color: #f15a29 !important;
  background-color: transparent !important;
  line-height: 1.3;
  text-align: center;
  margin-top: 0.8rem;
  font-weight: bold !important;
}

.page-about-us .scs-card {
  margin-bottom: 60px !important;
}

.scs-container {
  background: white;
  padding: 20px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}

.scs__about-us__container {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
  background-color: #fff !important;
  border-radius: 0.25rem !important;
  padding: 2rem !important;
  margin-bottom: 60px !important;
}

/* SCS NEWS POSTS =========================================================== */
.page-scs-news #main .fusion-row {
  max-width: 1280px !important;
}

.page-scs-news .fusion-meta-info {
  border: none !important;
  margin-top: 0 !important;
}

.page-scs-news .fusion-meta-info .fusion-alignleft {
  display: none !important;
}

.page-scs-news .fusion-meta-info .fusion-alignleft span {
  display: none;
}

.page-scs-news .fusion-meta-info .fusion-alignright a.fusion-read-more {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: auto;
  color: white;
  padding: 6px 24px;
  border-top: none;
  border-bottom: none;
  background-color: #f15a29 !important;
  border-radius: 0.25rem;
}

.page-scs-news .fusion-meta-info .fusion-alignright a.fusion-read-more:after {
  display: none !important;
}

.page-scs-news .fusion-single-line-meta {
  display: none !important;
}

.page-scs-news .card__cat .cat {
  background-color: initial !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
  display: inline-block !important;
}

.page-scs-news .fusion-post-wrapper {
  background-color: transparent !important;
}

.page-scs-news .fusion-blog-layout-medium .fusion-post-medium {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

@media screen and (min-width: 1024px) {
  .page-scs-news .fusion-blog-layout-medium .fusion-post-medium {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
}

.page-scs-news .fusion-post-medium.post.category-scs-post-featured .fusion-flexslider {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0.25rem 0.25rem 0 0 !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1024px) {
  .page-scs-news .fusion-post-medium.post.category-scs-post-featured .fusion-flexslider {
    width: 50% !important;
    border-radius: 0.25rem !important;
    margin-right: -45px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2) !important;
  }
}

.page-scs-news .fusion-post-medium.post.category-scs-post-featured .fusion-post-content {
  border-radius: 0 0.25rem 0.25rem !important;
}

@media screen and (min-width: 1024px) {
  .page-scs-news .fusion-post-medium.post.category-scs-post-featured .fusion-post-content {
    border-radius: 0.25rem !important;
    width: 60% !important;
    z-index: 999 !important;
  }
}

.page-scs-news .fusion-post-content.post-content {
  margin-bottom: 0 !important;
}

.page-scs-news .fusion-post-content.post-content:after {
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .page-scs-news .fusion-post-content.post-content:after {
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ef4136));
    background: linear-gradient(to right, #ffaa00, #ef4136);
    position: absolute;
    right: 0;
    bottom: 0;
    top: initial;
    border-radius: 0 0 0.25rem 0.25rem;
  }
}

.page-scs-news .fusion-post-content.post-content .entry-title {
  margin-bottom: 8px !important;
}

.page-scs-news .category-scs-news-featured.fusion-post-medium {
  background: white;
  z-index: 1;
  padding: 30px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  position: relative;
  border-radius: 0.25rem;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.page-scs-news .category-scs-news-featured.fusion-post-medium h2.blog-shortcode-post-title.entry-title {
  font-size: 28px !important;
}

.page-scs-news .category-scs-news-featured.fusion-post-medium .fusion-post-content.post-content {
  box-shadow: none;
  background-color: transparent;
  padding: 0 3rem 0 5rem;
}

.page-scs-news .category-scs-news-featured.fusion-post-medium .fusion-post-content.post-content:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-scs-news .category-scs-news-featured.fusion-post-medium .fusion-post-content.post-content:after {
    background: none;
  }
}

.page-scs-news .fusion-post-content-wrapper {
  padding: 0 !important;
}

.page-scs-news .category-scs-news-featured {
  background: white;
}

body:not(.scs-news) #respond {
  display: none;
}

/* SCHOOLS NEWS ============================================================  */
body.page-school-news #main .fusion-row,
body.page-media #main .fusion-row {
  max-width: 960px !important;
}

body.page-school-news .fusion-post-medium.post,
body.page-media .fusion-post-medium.post {
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
  border-bottom: none !important;
}

@media screen and (max-width: 1024px) {
  body.page-school-news .fusion-post-slideshow,
  body.page-media .fusion-post-slideshow {
    margin-bottom: 0 !important;
  }
}

.page-policy .fusion-text .container {
  width: auto !important;
}

.fusion-main-menu .fusion-main-menu-search a:after {
  color: #333 !important;
}

/* SEARCH STYLING */
body.search .fusion-meta-info {
  display: none !important;
}

body.search-results .search-page-search-form.search-page-search-form-top {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.2rem 2rem 2rem;
}

body.search-results .fusion-post-medium.post {
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
  border-bottom: none !important;
}

body.search-results .search-page-search-form-top {
  padding-bottom: 24px !important;
  border-bottom: none !important;
  margin-bottom: 24px !important;
}

body.search-results #main {
  background: none !important;
  background-image: none !important;
  background-color: #fff !important;
}

body.page-policies .container {
  width: 100% !important;
}

body.page-policies #main {
  background: none !important;
}

/* MEETING --------------------xxx */
.home-video-subtext h3 {
  font-size: 28px !important;
  text-transform: initial !important;
  line-height: 1.4 !important;
}

.scs-card .fusion-text:first-of-type p {
  -webkit-text-fill-color: initial !important;
  color: #f15a29 !important;
  background-image: none !important;
}

.fusion-accordian div[id^="accordion"] .panel-title .active .fa-fusion-box,
.fusion-accordian div[id^="accordion"] .panel-title a:hover .fa-fusion-box {
  background-color: #fff !important;
  border-color: #fff !important;
}

.fusion-single-line-meta a[rel="category tag"] {
  background-color: initial !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
  display: inline-block !important;
}

.contact-us__offices {
  margin-bottom: 0 !important;
}

.page-contact-us .toggle-content h2.content-box-heading {
  margin: 0 !important;
}

.contact-us__office {
  margin-bottom: 30px !important;
}

.form-contact-us {
  margin-bottom: 24px;
}

.is-hidden {
  display: none;
}

.group-equal-height .fusion-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 66px;
  -webkit-transition: all 0 !important;
  transition: all 0 !important;
}

@media (min-width: 1200px) {
  .fusion-columns.fusion-columns-4.fusion-widget-area .fusion-column:first-of-type {
    width: 21% !important;
  }
  .fusion-columns.fusion-columns-4.fusion-widget-area .fusion-column:nth-of-type(2) {
    width: 44% !important;
  }
  .fusion-columns.fusion-columns-4.fusion-widget-area .fusion-column:nth-of-type(3) {
    width: 18% !important;
  }
  .fusion-columns.fusion-columns-4.fusion-widget-area .fusion-column.fusion-column-last {
    width: 17% !important;
  }
}

@media screen and (max-width: 1000px) {
  .fusion-columns .fusion-column:not(.fusion-column-last) {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .list-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 5% !important;
}

.fusion-carousel .fusion-image-wrapper img {
  max-height: 350px !important;
}

.positions-vacant .single-navigation {
    margin: 0 !important;
    min-height: 34px !important;
}

.positions-vacant .single-navigation a {
    display: none !important;
}

.toggles-info {
position: absolute;
top: 0;
left: -999px;
width: 1px;
height: 1px;
}