.assignment_filters {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.form_button {
text-align: right;
padding-top: 35px;
}
#the_assignment_filter {
display: grid;
background: #F6F6F6;
border-radius: 5px;
grid-template-columns: 0.3fr 1.4fr 0.3fr;
align-items: center;
padding: clamp(20px, 4vw, 40px);
gap: 10px;
}
#the_assignment_filter .button.outline {
font-weight: 400;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;
color: rgba(3,38,73, 0.5);
padding-left: 15px;
background: transparent calc(100% - 20px) center / 12px no-repeat  url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.9883 6.6856.678.9908 1.4079 0l4.5804 4.9118 4.5804-4.9118.7301.991-5.3105 5.6946Z' fill='%23032649'/%3E%3C/svg%3E");
}
#the_assignment_filter .pre-text {
padding-bottom: 10px;
}
#the_assignment_filter h4 {
margin: 0;
font-weight: 700;
}
.assignment_filters .button {
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
#the_assignment_filter > a,
#the_assignment_filter > .button {
margin: 0 auto;
}
#the_assignment_filter > a {
margin-top: 20px;
}
.open > .button:after{
filter: unset;
background: no-repeat center / clamp(6px, 0.7vw, 9px) url("data:image/svg+xml,%3Csvg width='8' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.646 8.854a.5.5 0 0 0 .708 0l3.182-3.182a.5.5 0 1 0-.708-.708L4 7.793 1.172 4.964a.5.5 0 1 0-.708.708l3.182 3.182ZM4.5 8.5v-8h-1v8h1Z' fill='%23fff'/%3E%3C/svg%3E");
}
.assignment_filters > div {
position: relative;
}
.the_checkboxes {
background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
padding: 20px;
grid-template-columns: 1fr;
grid-gap: 10px;
position: absolute;
width: 100%;
box-sizing: border-box;
display: none;
z-index: 2;
}
.open .the_checkboxes {
display: grid;
} .container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color: #fff;
border: 1px solid #000;
border-radius: 2px;
} .container:hover input ~ .checkmark {
background-color: #ccc;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .container input:checked ~ .checkmark:after {
display: block;
} .container .checkmark:after {
left: 6px;
top: 3px;
width: 3px;
height: 6px;
border: solid #000;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} .container input:checked ~ .checkmark {
background-color: #fff;
}
.the_single_assignment {
text-decoration: none;
}
.the_single_assignment:hover {
opacity: 0.7;
}
.the_single_assignment {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.assignment_listing_wrapper {
display: grid;
grid-gap: clamp(20px, 1.5vw, 40px);
}
.the_single_assignment .wp_content {
padding: clamp(20px, 1.5vw, 40px);
}
.the_single_assignment ul,
.the_single_assignment .wp_content .the_excerpt p {
font-size: clamp(14px, 0.7vw, 18px);
}
.the_single_assignment .wp_content .the_excerpt p span {
text-decoration: underline;
}
.the_single_assignment ul {
padding: 0;
list-style: none;
}
.the_single_assignment ul li {
display: flex;
justify-content: space-between;
gap: 10px;
border-bottom: 1px solid #E0E0E0;
padding-bottom: 10px;
margin-bottom: 10px;
}
.the_single_assignment ul li span:nth-child(1) {
font-weight: 500;
}
.assignment-buttons {
padding-top: clamp(10px, 1vw, 25px);
display: flex;
justify-content: flex-end;
gap: 10px;
}
.back-to-top {
display: flex;
justify-content: flex-end;
}
.back-to-top a span {
margin: 0 auto 5px;
display: block;
width: 30px;
height: 30px;
border-radius: 30px;
background: #000 no-repeat center / 11px url("data:image/svg+xml,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.354.646a.5.5 0 0 0-.708 0L.464 3.828a.5.5 0 1 0 .708.708L4 1.707l2.828 2.829a.5.5 0 1 0 .708-.708L4.354.646ZM4.5 11V1h-1v10h1Z' fill='%23fff'/%3E%3C/svg%3E");
}
.assignment-main {
position: relative;
}
#assignment_listing {
position: absolute;
top:-220px
}
.assignment_experience li span:last-child {
text-align: right;
}
.assignment_list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: clamp(15px, 2vw, 30px);
}
.the_assignment {
display: flex;
flex-direction: column;
text-decoration: none;
color: #032649;
padding: clamp(20px , 3vw, 50px);
}
.the_assignment .wp_content {
padding-bottom: 20px;
}
.the_assignment .button {
align-self: flex-start;
margin-top: auto;
}
.the_assignment:hover {
color: #032649;
background: rgba(145, 171, 198, 0.33) no-repeat right bottom / 192px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 186'%3E%3Cpath d='M95.5 38.7 33 185.6H0L81 0h30l81 185.6h-34.2l-62.3-147Z' fill='%23fff'/%3E%3Cpath d='m131.3 185.6-35.1-82.8-35.1 82.8h70.2Z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
#the_assignment_filter {
grid-template-columns: 1fr;
}
#the_assignment_filter h4 {
text-align: center;
}
.form_button {
text-align: center;
padding-top: 10px;
}
}
@media (max-width: 640px) {
.the_single_assignment {
grid-template-columns: 1fr;
}
.the_single_assignment .image {
padding-bottom: 70%;
}
.assignment_filters {
grid-template-columns: 1fr;
}
.assignment_list {
grid-template-columns: 1fr;
}
}
@media (max-width: 450px) {
.assignment_filters {
grid-template-columns: 1fr;
}
.assignment_filters  > div:nth-child(1) .the_checkboxes {
z-index: 3;
}
}.fc_columned_content {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: clamp(15px, 3vw, 30px);
}
.fc_columned_content.count_2 {
grid-template-columns: 1.25fr 0.75fr;
grid-gap: clamp(15px, 5vw, 100px);
align-items: center;
}
@media (max-width: 768px) {
.fc_columned_content.count_2,
.fc_columned_content {
grid-template-columns: 1fr;
}
}