/**
* Name: Artists Inspire Plugin css
* Version: 1.0
**/


.artist_check {
	-ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    margin-left: 10px;
}	
.artist_item_box {
    padding-top: 10px;
}
.artist_check_label.disabled {
    opacity: 0;
    height: 1px;
    margin: 0;
    line-height: 0px;
    display: inherit;
}

#application_view {
	border-collapse: collapse;
	width: 100%;
}
#application_view td, #application_view th {
	border: 1px solid #ddd;
	padding: 8px;
}
#application_view tr{background-color: #f2f2f2;}
#application_view th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #92278F;
	color: white;
}

#section4-form .signup-submit {
    margin-top: 30px;
}

.school_form_data form input:-webkit-input-placeholder { 
	color: #A0A0A0 !important;
	opacity: 1;
}
.school_form_data form input:-moz-placeholder { 
	color: #A0A0A0 !important;
	opacity: 1;
}
.school_form_data form input:-ms-input-placeholder { 
	color: #A0A0A0 !important;
	opacity: 1;
}
.school_form_data form input:-moz-placeholder { 
	color: #A0A0A0 !important;
	opacity: 1;
}

.school_form_data .chk-box input[type="checkbox"], .school_form_data .chk-box input[type="radio"] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
	cursor: pointer;
}
.school_form_data .submit-button-final {
    font-size: 22px;
}

.school_form_data input.error {
    display: inline-block;
}

.application_table_mobile {
	width: 100%;
}
.application_table_mobile .table_th, .application_table_mobile .table_td {
	border: 1px solid #ddd;
	padding: 8px;
}
.application_table_mobile .row_table{background-color: #f2f2f2;}
.application_table_mobile .table_th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #92278F;
	color: white;
}
.feedback-box {
    margin-top: 30px;
}

.reamove_image {
    cursor: pointer;
    font-size: 24px;
    padding-left: 15px;
}
.img_box {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.school_form_data .chk-box {
    color: #2b2b2b;
    width: 100%;
    display: inline-block;
}
.school_form_data .chk-box input {
    margin-top: 0;
}
.school_form_data span.more-date {
    max-width: 200px;
    min-height: 40px;
    line-height: 40px;
}

.school_form_data{
	background: #E9E9E9;
	padding: 50px;
	color: #4E4E4E;
}
.school_form_data form input[type="date"] {
    border: 1px solid;
    min-height: 45px;
}
.school_form_data .date-row span.close-date icon {
    padding: 10px;
    cursor: pointer;
}
.school_form_data .date-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.date-row.with-btn input[type="date"] {
    width: calc(100% - 40px);
}
.school_form_data form input[type="text"],
.school_form_data form input[type="date"],
.school_form_data form input[type="email"],
.school_form_data form input[type="password"],
.school_form_data form input[type="number"],
.school_form_data form textarea ,
.school_form_data form select {
	background: #fff;
    color: #444d62;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
.school_form_data form select.multiple-select {
    min-height: 100px;
}
.school_form_data form label {
    color: #2b2b2b;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
#loginform-custom input[type="text"] ,
#loginform-custom input[type="password"] ,
#loginform-custom input[type="email"] ,
#register-form input[type="text"],
#register-form input[type="email"] {
	background: #fff;
    color: #444d62;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}
.school_form_data form label span {
    color: #7b7b7b;
    font-style: italic;
}
#artist-register-form input[type="text"],
#artist-register-form input[type="email"] {
	background: #fff;
    color: #444d62;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}
.login-register-inner {
    padding: 20px;
    border: 1px solid #444d62;
	margin-bottom: 30px;
}

.register-button {
    width: auto !important;
    padding: 10px 30px;
	font-size: 15px;
}
.edit-button {
    width: auto !important;
    padding: 8px 30px;
	font-size: 15px;
}
.logout-button {
    width: auto !important;
    padding: 8px 30px;
    float: right;
	font-size: 15px;
}
.submit-button{
	width: auto !important;
    padding: 10px 30px;
	font-size: 15px;
}
#wp-submit{
	width: auto !important;
    padding: 10px 30px;
	font-size: 15px;
}
.error {
    color: red;
    font-style: italic;
	display: block;
}
.school_form_data form label.error {
    color: red;
    font-style: italic;
    display: block;
    margin: 0;
    font-weight: normal;
}
.error_code{
    background: red;
    padding: 8px 10px;
    margin-bottom: 15px;
    color: #fff;
	line-height: 1.2;
}
.sucess_code {
    background: green;
    padding: 8px 10px;
    margin-bottom: 15px;
    color: #fff;
	line-height: 1.2;
}
#backButton {
    width: auto !important;
    padding: 4px 30px;
    float: left;
    margin-right: 15px;
	font-size: 15px;
}
.school_form_data textarea {
    min-height: 230px;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-school-bar .form-school-step:nth-child(1):before {content: "1" !important;}
.form-school-bar .form-school-step:nth-child(2):before {content: "2" !important;}
.form-school-bar .form-school-step:nth-child(3):before {content: "3" !important;}
.form-school-bar .form-school-step:nth-child(4):before {content: "4" !important;}
.form-school-bar .form-school-step:nth-child(5):before {content: "5" !important;}
.form-school-bar .form-school-step:nth-child(6):before {content: "6" !important;}

ul.form-school-bar li:before {
    background: #aaaaaa !important;
}
.form-school-bar .form-school-step:before {
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 4px;
    height: 50px;
    width: 50px;
    padding-top: 2px;
    z-index: 1;
    box-sizing: border-box;
    font-weight: 700;
    font-family: 'Open Sans',Arial,sans-serif;
}
.fw-active .progress, ul.form-school-bar li.fw-active:before {
    background: #0c55a5 !important;
}
.form-school-bar .form-school-step:before {
    height: 65px;
    line-height: 56px;
    top: -75px;
    width: 65px;
    font-size: 44px;
    position: absolute;
    z-index: 1;
}
.form-school-bar .form-school-step.fw-active {
    color: #555;
    font-weight: bold;
}
.form-school-bar .form-school-step {
	color: #555;
    display: inline-block;
    margin: 50px 0 0;
    text-align: left;
    width: 23.2%;
	font-size: 1.275em;
	position: relative;
}
.form-school-bar {
    padding-left: 0px;
}
.form-school-bar .form-school-step:last-child {
    width: auto;
}
.fw-active .form-school-bar-bar {
    width: calc(85% - 63px);
    -webkit-animation: progress-bar-animation 1s ease-out;
    -moz-animation: progress-bar-animation 1s ease-out;
    animation: progress-bar-animation 1s ease-out;
    -o-animation: progress-bar-animation 1s ease-out;
}
.form-school-bar .form-school-step.fw-active .form-school-bar-bar {
    height: 17px;
    left: 63px;
    position: absolute;
    top: -52px;
    z-index: 1;
}
ul.form-school-bar li.fw-active .fw-txt-ellipsis {
    color: #0c55a5 !important;
}
.form-school-bar .form-school-step .fw-txt-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.form-school-bar li.fw-active::after, li.form-school-step:after, .fw-circle, .fw-circle-1, .fw-circle-2 {
    background-color: #aaaaaa !important;
}
.form-school-bar .form-school-step:after {
    content: "";
    background-size: 35px 35px;
    margin: 0 auto;
    padding: 0;
    height: 17px;
    width: 100%;
    left: 6%;
    position: absolute;
    top: -52px;
    z-index: 0;
}
.form-school-bar .form-school-step:after {
    left: 5%;
}
.form-school-bar .form-school-step:last-child:after{display:none;}

ul.form-school-bar .fw-active:last-child:before, .form-school-step.fw-visited:before {
    background: #92278F !important;
}
ul.form-school-bar li.fw-visited:after, .form-school-step.fw-visited .fw-circle, .form-school-step.fw-visited .fw-circle-1, .form-school-step.fw-visited .fw-circle-2 {
    background-color: #92278F !important;
}

#section4-form {
    display: inline-block;
    width: 100%;
}
.school_form_data .panel .panel-title {
    margin: 0;
    margin-top: 20px;
	font-size: 18px;
}
.school_form_data .panel .panel-title a {
    color: #fff;
    width: 100%;
    display: block;
	padding: 10px 15px;
	background: #0c55a5;
	position: relative;
	cursor: pointer;
}
.school_form_data .panel .panel-title a.collapsed {
	background: #92278F;
}
.school_form_data .panel .panel-body {
    padding: 10px 15px;
    border: 1px solid #0c55a5;
}
.school_form_data .panel .panel-title a:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
}
.school_form_data .panel .panel-title.feedback a:after {
    display: none;
}
.school_form_data .panel .panel-title a span {
    font-size: 16px;
    font-weight: 400;
}
.school_form_data .panel .panel-title a.collapsed:after {
    content: "\f067";
}
#section3-form .signup-submit {
    margin-top: 30px;
}
.school_form_data .counter-text {
    float: right;
    color: #000;
}

.admin_note_title {
    font-size: 16px;
    font-weight: 700;
    color: #92278F;
}
.admin_note_section {
    margin-top: 30px;
}
.application_table_mobile {
    display: none;
}
.admin_note {
    word-wrap: break-word;
}
.forgot_password {
    float: right;
}
.required_note {
    color: #2b2b2b;
    font-weight: bold;
    font-style: italic;
}

/* Archive artist page css*/
.archive-artist-content-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.archive-artist-content-inner  .img-box {
    display: inline-block;
    float: left;
    width: 100%;
}
.archive-artist-content-inner .content-box {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
}
.archive-artist-content-inner h4 {
    color: #000;
    line-height: 1.3;
    font-size: 16px;
    margin: 0px;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}
.archive-artist-content-inner h4 a{
    color: #000;
}
.archive-artist-content-inner h5 {
    line-height: 1.3;
    margin: 0;
    padding-bottom: 10px;
    color: #7e8890;
    font-size: 13px;
	letter-spacing: 0;
}
.archive-artist-content-inner .social-media {
    padding: 0;
    list-style: none;
	margin: 0;
	line-height: 1.3;
}
.archive-artist-content-inner .social-media li {
    display: inline-block;
    font-size: 20px;
    padding: 0 5px;
}
.archive-artist-content-inner .social-media li:first-child {
    padding-left: 0px;
}
.archive-artist-content-inner .hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: left;
	cursor: pointer;
}
.archive-artist-content-inner .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 10px;
}
.archive-artist-content-inner .hovereffect:hover .overlay {
	background-color: rgba(12, 85, 164, 0.8);
}
.archive-artist-content-inner .hovereffect img {
	display: block;
	position: relative;
}
.archive-artist-content-inner .hovereffect p {
	color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
	line-height:1.3;
	margin: 0;
	font-size: 15px;
}
.archive-artist-content-inner .hovereffect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.archive-artist-section .sidebar-content {
    background: #f5f5f5;
    padding: 15px;
}
.archive-artist-section .sidebar-content h2 {
    color: #0C55A4;
    margin: 0;
    font-size: 28px !important;
}
.archive-artist-section h2 {
    font-size: 28px !important;
}
.post-type-archive-artist #main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.archive-artist-section .search-box label {
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
	line-height: 1.6;
}
.archive-artist-section .sidebar-content .search-box {
    padding: 10px 0;
}
.archive-artist-section .sidebar-content .search-box .item-box {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 5px;
}
.archive-artist-section .sidebar-content .search-box .item-box label.data-text {
    padding-right: 10px;
    align-items: center;
    display: inline-flex;
}
.archive-artist-section .search-box input[type="text"],
.archive-artist-section .search-box select {
    background: #fff;
    color: #444d62;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.archive-artist-section .sidebar-content .search-box #search-submit {
    padding: 15px;
	cursor: pointer;
	text-decoration: none;
}
.archive-artist-section .mobile-show{
	display: none !important;
}
.archive-artist-section .sidebar-content-heading.mobile-show h2 {
    position: relative;
}
.archive-artist-section .sidebar-content-heading.mobile-show h2:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
	font-size: 18px;
}
.archive-artist-section .sidebar-content-heading.mobile-show h2.collapsed:after {
    content: "\f067";
}
.archive-artist-section .sidebar-content-heading.mobile-show h2:after {
    content: "\f068";
}
.archive-artist-section  .slide_image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
}
.archive-artist-section .pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.archive-artist-section .pagination .page-numbers {
    padding: 10px 14px;
}
.archive-artist-section .pagination .page-numbers:hover {
	color: #fff;
	border-color: #f09a3e;
	background: #f09a3e;
}
.archive-artist-section .search-box label.data-text {
    display: grid;
    line-height: 1.3;
}
.archive-artist-section .switch {
    position: relative;
    display: inline-block !important;
    width: 60px !important;
    height: 28px;
	min-width: 60px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbb;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input:checked + .slider {
  background-color: #4CAF50;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.d-flex {
    display: flex;
}
.align-items-center {
	align-items: center;
}


/* Single artist page css*/
.single-artist #sliders-container {
    display: none;
}
.single-artist .fusion-page-title-bar {
    display: none;
}
.single-artist #main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-artist .fusion-header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.single-artist-section .title {
    font-size: 62px;
    line-height: 1.3;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.45em;
	margin-bottom: 0;
}
.single-artist-section .subtitle {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 30px;
    line-height: 1.3;
    font-size: 24px;
}
.single-artist-section .art_specialties {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}
.single-artist-section .artist-content-inner {
    border: 1px solid #d8d8d8;
    padding: 20px;
	margin-bottom: 30px;
}
.single-artist-section .artist-info {
    background: #f5f5f5;
    padding: 20px;
	margin-bottom: 30px;
}
.single-artist-section .heading {
    color: #0C55A4;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.single-artist-section  .artist-video-box {
    padding: 10px 0;
}
.single-artist-section .artist-logo .profile_image {
    border-radius: 50%;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 240px;
	background-position: center center;
}
.single-artist-section .artist-info h4 {
    color: #0C55A4;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}
.single-artist-section .artist-info h4:before {
    width: 20%;
    height: 1px;
    background: #0C55A4;
    content: "";
    position: absolute;
    bottom: -1px;
}
.single-artist-section .artist-info h4.sub-title {
    margin-bottom: 0px;
    border: none;
    padding: 0;
    padding-top: 5px;
}
.single-artist-section .artist-info h4.sub-title:before {
    display: none;
}
.single-artist-section  .artist-info-inner {
    padding: 15px 0px;
}
.single-artist-section  .contact-info-inner span {
    color: #000;
    font-weight: 600;
}
.single-artist-section  .contact-info-inner {
    padding-bottom: 10px;
}
.single-artist-section .contact-info-inner p {
    margin: 0;
}
.single-artist-section .artist-info-inner ul {
    color: #000;
    padding-left: 20px;
	margin-bottom: 0px;
}
.single-artist-section .artist-info-inner p {
    margin: 0;
}
.single-artist-section .artist-info-inner ul li {
    line-height: 1.8;
}
.single-artist-section .artist-info-inner ul.social-media {
    list-style: none;
    padding: 0;
}
.single-artist-section .artist-info-inner ul.social-media li {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    padding: 0 5px;
}
.single-artist-section #jssor_1 span.photo_credit {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 8px 15px;
	width: 100%;
	font-size: 11px;
	line-height: 1.3;
}


.school_form_data .fusion-button-default, #schoolLoginForm .fusion-button-default, #artistLoginForm .fusion-button-default, #search-submit {
	background: #0c55a5;
}
.school_form_data .fusion-button-default:hover, #schoolLoginForm .fusion-button-default:hover, #artistLoginForm .fusion-button-default:hover, #search-submit:hover {
	background: #92278F;
}


.progress {
    display: none;
    position: relative;
    width: 400px;
    background-color: #fff;
	border: 3px solid #ce7a18;
    border-radius: 0px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.progress-bar {
    background: #f0b065;
    width: 0%;
    height: 20px;
    border-radius: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 0;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	box-shadow: none;
}
.percent {
    position: absolute;
    display: inline-block;
    color: #ce7a18;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -10px;
    -webkit-border-radius: 4px;
	font-size: 14px;
}



/* jssor slider loading skin spin css */
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.jssorb072 .i {position:absolute;color:#000;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;text-align:center;cursor:pointer;z-index:0;}
.jssorb072 .i .b {fill:#fff;opacity:.3;}
.jssorb072 .i:hover {opacity:.7;}
.jssorb072 .iav {color:#fff;}
.jssorb072 .iav .b {fill:#000;opacity:.5;}
.jssorb072 .i.idn {opacity:.3;}

.jssora073 {display:block;position:absolute;cursor:pointer;}
.jssora073 .a {fill:#0C55A4;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
.jssora073:hover {opacity:.8;}
.jssora073.jssora073dn {opacity:.4;}
.jssora073.jssora073ds {opacity:.3;pointer-events:none;}
		



@media only screen and (max-width: 1199px){
	.edit-button {
		padding: 5px 20px;
	}
	.logout-button {
		padding: 5px 20px;
	}
	.form-school-bar .form-school-step:before {
		height: 60px;
		line-height: 52px;
		width: 60px;
		font-size: 34px;
		top: -68px;
	}
	.form-school-bar .form-school-step {
		padding: 0px;
	}
	.form-school-bar {
		padding-left: 0px;
	}
	.form-school-bar .form-school-step:after {
		top: -45px;
	}
	.form-school-bar .form-school-step {
		width: 22.8%;
	}
}

@media only screen and (max-width: 1000px){
	.col-md-3 {
		width: 25%;
		float: left;
	}
	.col-sm-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 991px){
	.col-sm-4 {
		width: 33.33333333%;
		float: left;
	}
	.school_form_data {
		padding: 30px;
	}
	.form-school-bar .form-school-step:before {
		height: 50px;
		line-height: 44px;
		width: 50px;
		font-size: 26px;
		top: -61px;
	}
	.form-school-bar .form-school-step {
		width: 22.2%;
	}
}

@media only screen and (max-width: 767px){
	.col-xs-12 {
		width: 100%;
	}
	.archive-artist-section .slide_image {
		height: 330px;
	}
	.form-school-bar .form-school-step:before {
		display: none;
	}
	.form-school-bar .form-school-step:after {
		left: 0;
		width: 98%;
		margin: 0 1%;
	}
	.form-school-bar {
		display: inline-block;
		width: 100%;
	}
	.school_form_data h2 {
		width: 100%;
	}
	.logout-button {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}
	#backButton {
		margin-bottom: 10px;
	}
	.form-school-bar .form-school-step {
		width: 20%;
		float: left;
		display: inline-block;
		text-align: center;
		font-size: 14px;
	}
	.form-school-bar .form-school-step:last-child:after{display:inline-block;}
	.form-school-bar .form-school-step:last-child {
		width: 20%;
	}
	.form-school-bar .form-school-step:after {
		top: -20px;
	}
	.form-school-bar .form-school-step {
		margin: 10px 0 0;
	}
	ul.form-school-bar li.fw-active:after {
		background-color: #0c55a5 !important;
	}
	.application_table_mobile{
		display: inline-block;
	}
	#application_view.desctop_application {
		display: none;
	}
	#section4-form {
		padding-top: 20px;
	}
	.archive-artist-section .sidebar-content {
		margin-bottom: 30px;
	}
	.archive-artist-section .mobile-show{
		display: block !important;
	}
	.archive-artist-section .mobile-hide{
		display: none !important;
	}
	.school_form_data .submit-button-final {
		font-size: 18px;
		white-space: unset;
	}
}