.page-template-server-template .rs-header-menu {
    box-shadow: none !important;
    background-color: #140F4B;
}
.preferred-section {
    padding-top: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.preferred-heading {
    caption-side: top;
    padding-top: 0;
    padding-bottom: 5px;
    color: #15104B;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
}
.preferred-locations {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    font-family: "Hellix";
    color: #15104B;
    font-size: 18px;
}
.preferred-locations li {
    padding: 3px 11px;
    border: 2px solid #FD3E60;
    border-radius: 8px;
}
.server_top_section {
	padding: 20px 0 0px;
    background: #231e5d;
    z-index: 6;
    box-shadow: 2px 0 30px rgba(0, 1, 1, .15);
}
.top-row {
	display: flex;
    justify-content: space-between;
}
.right-section {
	display: flex;
    flex-direction: column;
}
.server--header_label {
    text-transform: uppercase;
    color: #e39b00;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: .05em;
}
.server--title.title {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    font-size: 32px;
}
.breadcrumbs-item:first-child {
    padding-left: 0;
}
.breadcrumbs-item {
    display: inline-block;
    color: #FFF;
    margin-right: 10px;
    padding-left: 10px;
    position: relative;
    vertical-align: top;
}
/*.breadcrumbs-item.second:before {
    transform: rotate(274deg);
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    vertical-align: top;
    position: absolute;
    left: -4px;
    top: 9px;
    background: url(https://www.redswitches.com/wp-content/uploads/2023/05/chevron-up.svg) no-repeat 50% 50% / 22px;
}*/
.server--sale_title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.server--sale_title b {
    color: #e39b00;
    font-weight: 600;
}
.server--sale_text {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #FFF;
}

ul.server--select {
	list-style: none;
}
ul.server--select li {
	padding: 11px 2px;
    background: #FD3E60;
    border-radius: 8px;
}
ul.server--select li:hover {
    background: linear-gradient(75.07deg, #FB2726 12.49%, #FF7C33 22.28%, #FF14E8 34.03%, #5F14FF 58.02%);
}
ul.server--select li:hover > a {
	background: transparent;
    border-color: #28255F;
}
ul.server--select li a {
	font-family: "Hellix";
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    background: #28255F;
    color: #fff;
    padding: 14px 35px;
    justify-content: center;
    border-radius: 7px;
    transition: all .5s ease;
    text-align: center;

}
.server--content .row .text-md-rights {
	width: auto !important;
}
.page_container {
	background: #F8F8FD;
}
.page_container .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1190px;
}
.page_container .main_content {
	display: grid;
    grid-template-columns: 22% 78%;
    justify-content: center;
    align-items: baseline;
    padding: 60px 0;
}

.nav.-vertical {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #888997;
    flex-direction: column;
}
.nav.-vertical .nav-item {
    display: block;
    margin-bottom: 15px;
}
.nav.-vertical {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #888997;
}
.nav.-vertical a {
	color: #5E5ADB;
    font-weight: 600;
}
.table {
    margin-bottom: 45px !important;
    border: none;
}
.server--content .table caption {
    caption-side: top;
    padding-top: 0;
    padding-bottom: 5px;
    font-family: "Hellix";
    color: #15104B;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
}
.server--content .table thead {
    border-top: 1px solid #cdd3db;
    font-size: 12px;
    color: #888997;
    font-weight: 600;
    text-transform: uppercase;
}
.server--content .table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #888997 !important;
    padding: 18px 26px;
    font-weight: 600;
    font-family: "Hellix";
    background: #140F4B;
    color: #FFF;
}
.server--content .table tbody {
    font-size: 16px;
    color: #fff;
}
.server--content .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.server--content .table td {
	color: #000 !important;
	font-weight: 600 !important;
	box-shadow: none !important;
}
.server--content .table td:first-child, 
.server--content .table td:last-child, 
.server--content .table th:first-child, 
.server--content .table th:last-child {
    text-align: left;
}
.server--content .table td, 
.server--content .table th {
    text-align: center;
    border: none;
}
aside.server--sidebar.sticked--sidebar.js-sticked_sidebar {
	position: sticky;
    top: 60px;
}
@media (max-width: 1199px) {
    .server--sidebar {
        display: none;
    }
    .page_container .main_content {
	    grid-template-columns: 100%;
	}
}
@media (max-width: 1024px) {
	.server--content .table thead {
        display: none;
    }
    .server--content .table td:before {
        position: absolute;
        top: 0;
        left: 18px;
        display: inline-block;
        vertical-align: top;
        width: 35%;
        content: attr(data-title);
        font-size: .75rem;
        text-transform: uppercase;
        color: #15104B;
        padding-top: 5px;
        font-weight: 600;
    }
    .server--content .table td, 
    .server--content .table tr {
        display: block;
        padding: 5px 10px 15px;
    }
    .server--content .table td {
        text-align: left;
        position: relative;
        padding: 3px 18px 3px 45% !important;
    }
    .server--content .table>:not(caption)>*>* {
    	box-shadow: none !important; 
    }
    .server--content .table td:first-of-type {
	    border-top: 0px solid rgba(91, 107, 130, 0.09) !important;
	}
}

@media (max-width: 921px) {
	.top-row {
		flex-direction: column;
		gap: 23px;
    	padding: 0 10px;
	}
	ul.server--select {
		display: flex;
    	padding-left: 0;
	}
	.right-section {
	    gap: 10px;
	}
	.page_container .container {
		padding: 0 20px;
	}

}

@media (max-width: 520px) {
    .preferred-locations {
        flex-wrap: wrap;
    }
}














