/* Theme Selection CSS to be removed on new sites */
.top-nav {
	background: #f1f1f1;
}
.btn-grad {
	background-image: linear-gradient(to right, #1D3D72 0%, #2682d0 51%, #1A2980 100%);
	margin: 0px;
	padding: 12px 35px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 35px;
	display: block;
}
.btn-grad:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}
/* Theme Selection CSS end */
.bg-ccs-blue
{
background: #05508c;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4;
    overflow-x: hidden;

}
@media (min-width: 1200px)
{
  body {
    font-size: 1.2rem;
}
}

body, p, li {
    color: #404041;
    font-family: proxima-nova, sans-serif;
    text-rendering: optimizeLegibility;
}
p, ul>li, ol>li, div{
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
h1,h2,h3,h4,h5 {
    font-family: proxima-nova,sans-serif;
    line-height: 1.1;
    letter-spacing:normal;
}

h1 {
    color: #1D3D72;
    font-size: 4.8rem;
    font-weight: 900
}

h2 {
    font-size: 2.8rem;
    color: #1D3D72;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px
}



h3 {
    font-size: 2.5rem;
    color:#1D3D72;
    margin-bottom: 5px
}

h4 {
    font-size: 2rem;
    color: #1D3D72;
}

h5 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1D3D72;
}
p {
    margin: 0 0 10px;
}
.form-control, input {
 
    font-size: 16px;
}
.side-panel h3{
  margin-bottom:15px;
}
/* Typography */
a, a:visited {
    color: #1D3D72;
}
a:hover {
    color: #1D3D72;
    text-decoration:underline;
}
.error_page a{
  text-decoration:underline;
}
/* Navigation */
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
  color: #FFF;
}
li.nav-item {
    padding: 10px 10px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0px 3px;
    border-bottom: 2px solid transparent;
}
li.nav-item a:hover {
  text-decoration:none;
  border-bottom: 2px solid #FFF;
}
.brand-logo {
    width: 100%;
    max-width: 155px;
}
/*** hero section ***/
.hero {
    background: rgb(5, 40, 85) url('https://ccs.spokane.edu/ccsglobal/media/Global/Patterns/Blue_Header_Pattern.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    /*  height: 125px;*/
    padding: 25px 0;
    border-bottom: 3px solid rgb(87, 121, 142);
}
/*** Buttons ***/
a.button {
     font-weight: 500;
    font-family:inherit;
    text-transform: inherit;
  font-size:16px;
}
.btn {
    font-weight: 500;
    font-family:inherit;
    text-transform: inherit;
    font-size:16px;
}
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #1D3D72;
    border-color: #1D3D72;
}
.btn-primary,a.button.button1, .btn-info {
    border:0;
    color: #ffffff;
    background: #00519b;
    padding: 12px 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
    border-radius: 10px !important;
    font-family: 'Open Sans', sans-serif;
}
.btn-danger
{
   border-radius: 10px !important;
}
.btn-primary:hover, a.button.button1:hover, .btn-info:hover {
    color: #fff;
    background-color: #173c72;
    border: 0;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}

a.button.button2 {
    border: 3px solid #000000 !important;
    background: #000000 !important;
    color: #ffffff;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 15px;
}
a.button.button3 {
    border: 3px solid #000000 !important;
    background: #000000 !important;
    color: #ffffff;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 15px;
}
a.button.button4 {
    color: #000000;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}
a.find-out-more {
    color: #000000;
    font-weight: 600;
    padding-top: 12px;
    display: block;
    font-size: 15px;
}
.find-out-more:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #1D3D72;
}
.job-search-results-active-filters .badge {
    background: #1D3D72 !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #1D3D72;
    text-align: center;
    padding: 5px !important;
    margin: 2px !important;
    font-size: 12px;
}
.near-me-btn {
    background: #1D3D72;
    color: #ffffff;
    border: 2px solid #1D3D72;
    font-weight: 600;
    font-size: 14px;
}
.near-me-btn:hover {
    background: #ffffff;
    color: #1D3D72;
}
.call-to-action-employee-referral a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.job-position-description-document a.btn.btn-info {
    background: #000;
    border: 1px solid #000;
}
.job-position-description-document a.btn.btn-info:hover {
    color:#fff;
}
.page-item.active .page-link {
    background-color: #1D3D72;
    border-color: #1D3D72;
}
.page-link {
    color: #1D3D72;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a {
    background: #00519b !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #00519b !important;
    line-height: 1.6 !important;
    text-decoration:none;
}
.job-description-controls a:hover {
    background: #173c72 !important;
    color: #ffffff !important;
    border: 1px solid #173c72 !important;
    line-height: 1.6 !important;
}


.job-alerts .btn-primary {
    border: 1px solid #1D3D72;
    color: #1D3D72;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #1D3D72;
}
.applicant-login {
    background: #1D3D72;
    border: 1px solid #1D3D72;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
}
.job-description {
    line-height: 1.5;
}
/*** filter styling ***/
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
}
.input-group input, .input-group-btn button {
    height: 40px;
    padding: 8px 26px;
}
.input-group .btn {
    border-radius: 5px;
}
.job-search-control input {
    margin-right: 25px;
    border-radius: 10px !important;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
  }
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar {
    visibility: visible;
    background: #e5e5e5;
    overflow-y: none;
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar-thumb, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar-thumb, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar-thumb {
    visibility: visible;
    background: #3d3a3a;
}
.block-job-search-results .job-search-filter-groups .list-unstyled, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul {
    overflow-y: scroll;
    padding-right: 14px;
    overflow-x: hidden !important;
}
/*** filter checkboxes ***/
.job-search-filter-groups {
    background-color: #ffffff;
}
/*** Search page styling ***/
.job-search-results-title a {
    font-weight: 600;
    font-size: 15px;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
   width: 95%;
    border: 0;
    background: #fff;
    padding: 10px;
    border-radius: 0;
}
.job-search-results-table.job-search-results-content {
    margin-top: 20px;
}
h4.job-search-filter-header {
    font-size: 18px !important;
}
.block-job-search-results .job-search-filter-groups label {
    font-size: 15px;
}
.job-search-collapse {
    color: #000;
    font-weight: 600;
    font-size: 18px !important;
}
.job-search-collapse::after {
    content: "\+";
    font-size: 20px;
}
.block-job-search-results .job-search-filter-groups li {
      margin-bottom: 0.5rem;
    line-height: 1.6;
}
.pagination-container {
    margin-top: 25px;
}
/*** job block for campaigns in card view ***/
.campaigns .jobs-list {
	display: flex;
	flex-wrap: wrap;
}
.campaigns .job {
	flex-basis: calc(33.33% - 20px);
	margin: 10px;
	background: rgb(0, 83, 33);
	padding: 1.5rem !important;
	border-radius: 5px;
}
.campaigns .job-title {
	font-size: 18px !important;
	color: #FFFF !important;
	font-weight: 600;
	padding-bottom: 20px;
	letter-spacing: normal;
}
.campaigns .job-summary {
	color: #FFF;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #1D3D72;
    font-size: 22px;
}
.job-search-results-card {
    border: 1px solid #ddd !important;
    padding: 18px 20px;
    border-radius: 6px;
    background: #ffffff;
}
.card-footer {
    padding: .75rem 2rem;
    background-color: #ffffff;
    border-top: 1px solid #fff;
}
.card-footer {
    padding: 0.3rem 2rem;
}
.card-footer a {
    font-size: 16px;
    font-weight: 600;
    color: #1D3D72;
}
/*** card layout change to 100% for 1, 33% for 3, 25% for 4 ***/
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
/*** job page styling ***/
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.side-panel .job-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    margin-top: 12px;
    font-size: inherit;
    line-height: inherit;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
    color:#1D3D72;
}
.block-job-description .job-title {
    color: #1D3D72;
    font-weight: 600;
    font-size: 1.8em !important;
}
ul.side-nav-items {
    list-style: none;
    padding: 16px 12px;
    font-size: 14px;
    border: 1px solid #ececec;
    width: 17em;
    border-top: 3px solid #f5edde;
}
ul.side-nav-items li:after {
    content: "\f08e";
    font-weight: 600;
    font-family: "Font Awesome 7 Free";
    padding-left: 8px;
    font-size: 11px;
}
ul.side-nav-items li a {
  text-decoration:underline;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** footer ***/
footer {
    background: #333;
    padding:  0px;
}

footer a, footer p {
    color: #ffffff !important;
    font-size: 14px;
}
.social li i {
    font-size: 20px;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.modal-footer .btn-info {
    color:#000 !important;
    background-color: #fff;
    border-color: #000000;
}
/*** mobile styles ***/
@media only screen and (max-width: 576px) {
.row.job-search-results-card-row {
	margin-left: 0px;
	margin-right: 0px;
}
.job-search-results-dropdown-filter-col {
	margin: 5px 0px;
}
span.input-group-btn {
	width: 100%;
	margin: 5px 0px;
}
.job-search-control .btn-primary, .near-me-btn {
	width: 100%;
}
.job-search-control .near-me-control {
	margin-left: 0px;
}
.job-search-control {
	padding: 0px;
}
img.brand-logo {
	width: 100%;
	max-width: 155px;
}
.my-settings {
	font-size: 12px;
	text-align: right!important;
	padding-right: 0rem!important;
	margin: 0!important;
}
.hero-title h2 {
	font-size: 60px;
}
}


/*** Useful classes for sites ***/
/*** apply to both content blocks to have vertical alignment  ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/** text left alignment sits within container on fullwidth page **/
@media (min-width: 576px) {
 .hero_banner .block-image-text * {
   width: 540px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 768px) {
  .hero_banner .block-image-text * {
    width: 720px;
    margin-right:auto;
    margin-left:auto;
  }
}
@media (min-width: 992px) {
 .hero_banner .block-image-text * {
   width: 960px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1200px) {
 .hero_banner .block-image-text * {
   width: 1140px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1400px) {
  .hero_banner .block-image-text * {
    width: 1320px;
    margin-right:auto;
    margin-left:auto;
  }
}
/*** fixes up pagination for sites with high volume of jobs ***/
@media only screen and (max-width: 576px) {
	.pagination li:not(:first-child):not(:last-child) {
		display: none;
	}
}
/*** to sort ***/
.selectize-control.multi .selectize-input>div {
	background-color: #00519b;
	color: #fff;
	border-radius: 4px;
}
.selectize-dropdown-content .option.active {
	background-color: #00519b;
}
.selectize-input {
	border-radius: 4px;
}
.form-control {
	border-radius: 4px;
	border: 1px solid #ccc;
}
.job-search-results-card {
	transition: box-shadow .3s;
}
.job-search-results-card:hover {
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
@media (max-width: 990px) {
	.hero .job-search-control .easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
		width: 100% !important;
	}

	.hero .job-search-control .input-group-btn {
		width: 100%;
		text-align: center;
	}

	.hero .job-search-control .btn-primary {
		margin-left: 0;
		margin-top: 20px;
	}

	.job-search-control .easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
		width: 100% !important;
	}

	.job-search-control .input-group-btn {
		width: 100%;
		text-align: center;
		margin-left: 0px !important;
	}
}
.hero .job-search-control .btn-primary, .hero .job-search-control .btn-primary:active, .hero .job-search-control .btn-primary:visited, .hero .job-search-control .btn-primary:focus {
      background: #fff;
    border-radius: 10px !important;
    margin-left: 20px;
    padding: 5px 14px;
    width: 54px;
    border: 0;
}
.hero .job-search-control .btn-primary:before {
 content: "\f002";
  font-family: "Font Awesome 7 Free";
  font-weight:900;
  color:#173c72;
  font-size:large;
}

.footer-background {
        background:linear-gradient(rgba(29, 61, 114, .4),rgba(29, 61, 114, .4)),url("https://d25wby5c7p9100.cloudfront.net/public/uploads/fbeec0b4a2515c67f7afa3da58684a7c/images/files/19ee8ee9f06db4591d3d775b26984c97/original/footer-background_%281%29.jpg?1712012053") no-repeat;
        background-size: 100%;
        background-size:cover;
        overflow: hidden;
         max-height: 465px;
}
 
   .footer-container {
       
       height:inherit;
        position: relative
    }


/*Search bar styling*/

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.input-group > .form-control
{
      border-radius: 10px;
    border: 0;
}
.job-search-results .input-group > .form-control
{
  border:1px solid #CCC;
}
.easy-autocomplete input {
    border-color: transparent;
    border-radius: 10px;
    border-style: unset;
    border-width: 0;
    box-shadow: unset;
}


 .social_links a
  {
    font-size: 3rem;
    margin-bottom: 0;
  }
.site_links a{
    font-size: 1.2rem;
    font-weight: normal;
}
  .footer_logo img{
  max-width:100%;
}
.site_links .list-inline-item {
    display: block;
}
.footer_logo {
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px)
{
  .footer_logo img{
  max-width:450px;
}
  .footer_contact, .social_links
{
  margin-bottom:45px;
}
  .site_links .list-inline-item{
    display: inline-block;
}
   .footer_contact p
  {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .footer-box-links a, .footer-box-links a:hover{
    margin-bottom: 0;
    font-size: 2rem;
}


 .site_links .list-inline-item:not(:last-child) a:after{
   padding: 0 10px;
    content: "|";
  }
  .site_links .list-inline-item:not(:last-child) {
 
    margin: 0;
}
 .bottom_footer
  {
    margin-bottom:30px;
  }
  .footer_logo {
    margin-bottom: 45px;
}
}
@media only screen and (min-width: 1200px)
{
  .footer-box-links {
    margin-bottom: 45px;
}
  
}
.footer_box
{
      padding: 20px 30px 0 30px;

}
.block-job-search-results .job-search-results .job-search-control {
 
    display: none;
}
.job-search-results-table.job-search-results-content {
    margin-top: -7px;
}
.job-component-dropdown-field-1 .fa-asterisk::before {
    content: "\24";
}

.btn-xs, .btn-group-xs > .btn {
    padding: 4px 10px !important;
    line-height: 1.6;
}
span.ada-label-text {
    font-weight: 600;
}
.navbar-toggler {
    background-color: #fff;
}
@media only screen and (max-width: 990px)
{
  .navbar .container  
{
  justify-content:end;
}
  .side-panel {
    padding: 20px 10px;
}
  .block-job-description .job-description-controls .btn {
 
    margin-bottom: 8px;
}

}


@media (min-width: 768px) {
    .job-search-results-card-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
  }
.block-job-search-results .job-search-results .job-search-results-card {
    flex: 1;
}
.job-search-results .card {
    display: block;
    margin: 0px 15px 0px 15px;
}
.card-footer.job-search-results-footer {
    background: #fff;
  border: #fff;
}
.card {
    background: #ffffff;
    /* padding: 24px 0px 0px 24px; */
    border: 1px solid #EAEAEA;
    margin: 5px;
    border-radius: 5px;
}


   .job-search-results-container .page-row-container {
    width: 75%;
    max-width: 75%;
  }
  .job-component-details {
   float: right !important;
   display: flex;
   flex-direction: column;
   background-color: #F8F8F8;
   width: 210px !important;
   /* margin-top: -73px; */
   margin-top: -20px;
   margin-bottom: 0;
   margin-left: 10px;
   border-radius: 0px 5px 5px 0px;
   border-left: 1px solid #EAEAEA;
   border-top: 1px solid #EAEAEA;
   line-height: 2em;
   font-weight: 400 !important;
   padding: 60px 12px 60px 12px;
}
    .card-text.job-search-results-summary {
    width: 70%;
  }
  

.card-body.job-search-results-card-body {
    padding-right: 0;
}
.card-footer {
    padding-right: 0;
}

.card-title.job-search-results-card-title {
    position: relative;
    display: inline-block;
    width: 70%;
    line-height: inherit;
    font-size: 2rem;
    font-weight: 600;
}
.block-job-search-results .job-search-results .job-search-results-card {
    padding: 0;
}

.job-search-results .card {
    display: block;
    margin: 0px 15px 0px 15px;
}
.card-body {
   
    padding: 2rem;
}
.card-body {
   
    padding-right: 0rem;
}



/* viewport width less than 992px */
@media (max-width: 992px) {
  .job-search-results-container .page-row-container {
    width: 90%;
    max-width: 90%;
  }
   .job-component-details {
   margin-top: -46px;
   }
}
@media (max-width: 768px) {
  .card-body.job-search-results-card-body {
    padding: 1rem;
  }
.job-component-details  {
    float: none !important;
    position: relative;
    display: block;
    background-color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-left: -5px;
    border-radius: 0;
    border: none;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 0.5rem 0;
    width: 100% !important;
  }
 .card-title.job-search-results-card-title {
    width: 100%;
    line-height: 1.1;
  }
 .job-component-details .job-component-list li {
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
  .card-text.job-search-results-summary {
    width: 100%;
  }
}
.block-job-search-results .job-search-results .job-search-filter {
    margin-bottom: 10px;
}


/* NEW FOOTER STYLING */
.sc.brand-logo {
	width: 66%;
}
.scc.brand-logo {
	width: 64%;
}
footer {
	margin-top: 35px;
}
.sc-footer {
	background-color: #052855;
}
.footer-container {
	background: url('https://ccs.spokane.edu/ccsglobal/media/Global/Patterns/Blue_Footer_Pattern.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	padding: 35px 0;
	height: 100%;
}
.footer-container p,
.footer-bottom p {
	color: #fff;
	margin: 0;
}
.footer-top {
	display: block;
}
.footer-top div {
	text-align: center;
	position: relative;
}
.footer-top img {
	width: 80%;
}
.footer-bottom {
	align-items: center;
	display: flex;
	padding: 2rem;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.footer-bottom div {
	min-width: 200px;
}
.footer-bottom a,
.footer-bottom a:visited,
.footer-bottom p {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	line-height: 3.5rem;
	text-decoration: none;
}
.footer-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-social {
	display: flex;
	justify-content: space-around;
	margin-top: 4px;
}
.footer-social img {
	height: 25px;
	max-width: inherit;
	width: 25px;
}
.footer-social img.X-footer-logo {
	width: 20px;
	height: 25px;
}
footer .brand-logo {
    max-width: 264px;
}
@media (min-width: 992px) {
	.max-width-container {
		max-width: 1600px;
		margin: auto;
		width: 100%;
	}
	.sc.brand-logo {
		width: 264px;
	}
	.scc.brand-logo {
		width: 273px;
	}
	.sfcc.brand-logo {
		position: relative;
		top: 21%;
		width: 300px;
	}
	.footer-top {
		display: flex;
		justify-content: space-around;
	}
	.footer-top div {
		display: flex;
		text-align: center;
	}
	.footer-top img {
		width: 100%;
	}
	.footer-bottom {
		align-items: inherit;
		justify-content: space-around;
		flex-direction: row;
		max-width: 1525px;
	}
	.footer-bottom a {
		line-height: 2.8rem;
	}
	.footer-bottom div {
		min-width: inherit;
	}
	.footer-social {
		justify-content: space-between;
		max-width: 70%;
	}
}
