@font-face {
font-family: CA Slalom Book;
src: url(https://www.umo.design/wp-content/uploads/custom-fonts/CASlalom-Book.otf);
}
.is-slalom-book {
font-family: 'CA Slalom Book', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p {
font-family: 'Poppins', sans-serif !important;
} .collapsible-timeline-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.collapsible-timeline-container .timeline-item {
position: relative;
width: 80%;
padding: 2rem 3rem;
background: #fff;
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
border-radius: 5px;
margin-bottom: 2rem;
}
.collapsible-timeline-container .timeline-item .timeline-item-date {
position: absolute;
left: -170px;
font-size: 30px;
color: #333;
text-transform: uppercase;
letter-spacing: 1px;
}
.collapsible-timeline-container .timeline-item .timeline-item-date sup {
font-size: 15px;
}
.collapsible-timeline-container .timeline-item .timeline-item-date span {
display: block;
font-size: 20px;
margin: 10px 0;
}
.collapsible-timeline-container .timeline-item .timeline-item-icon {
position: absolute;
left: -8px;
top: 32px;
}
.collapsible-timeline-container .timeline-item .timeline-item-icon .icon {
width: 16px;
height: 16px;
background-color: #512DA8;
border-radius: 50%;
}
.collapsible-timeline-container .timeline-item .timeline-item-icon .icon-pulse {
border: 3px solid #512DA8;
border-radius: 30px;
height: 25px;
width: 25px;
position: absolute;
left: -30%;
top: -26%;
animation: pulsate 1s ease-out;
animation-iteration-count: infinite; 
opacity: 0;
}
@keyframes pulsate {
0% {transform: scale(0.1, 0.1); opacity: 0.0;}
50% {opacity: 1.0;}
100% {transform: scale(1.2, 1.2); opacity: 0.0;}
}
.collapsible-timeline-container .timeline-item .timeline-item-head {
display: flex;
justify-content: space-between;
align-items: flex-start;
cursor: pointer;
}
.collapsible-timeline-container .timeline-item .timeline-item-head h4 {
font-size: 24px;
}
.collapsible-timeline-container .timeline-item .timeline-item-head .icon {
font-size: 24px;
color: #000;
transition: all 0.25s ease-in;
}
.collapsible-timeline-container .timeline-item.is-active .timeline-item-head .icon {
transform: rotate(-180deg);
color: #512DA8;
}
.collapsible-timeline-container .timeline-item .timeline-item-body {
max-height: 0;
overflow: hidden;
transition: all 0.25s ease-in;
}
.collapsible-timeline-container .timeline-item.is-active .timeline-item-body {
max-height: 620px;
transition: all 0.25s ease-in;
}
.collapsible-timeline-container .timeline-item .timeline-item-body p {
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 15px;
font-weight: 400;
color: #000;
}
.collapsible-timeline-container .timeline-item .timeline-item-body ul {
margin-left: 1rem;
font-size: 15px;
font-weight: 400;
color: #000;
}
@media screen and (max-width: 998px) {
.collapsible-timeline-container .timeline-item .timeline-item-date {
left: -150px;
font-size: 30px;
}
.collapsible-timeline-container .timeline-item .timeline-item-date sup {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.collapsible-timeline-container .timeline-item {
width: 100%;
padding: 2rem;
}
.collapsible-timeline-container .timeline-item .timeline-item-date {
position: relative;
left: auto;
font-size: 15px;
margin-bottom: 5px;
}
.collapsible-timeline-container .timeline-item .timeline-item-date sup {
font-size: 6px;
}
.collapsible-timeline-container .timeline-item .timeline-item-date span {
display: inline-block;
font-size: 15px;
margin: 0;
}
} .express-cards {
display: flex;
justify-content: flex-start;
align-content: center;
flex-wrap: wrap;
}
.express-cards .express-card {
position: relative;
width: 30%;
display: flex;
flex-direction: column;
margin: 1rem;
background: #fff;
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
border-radius: 5px;
transition: all 0.25s ease-in;
}
.express-cards .express-card:hover {
box-shadow: 0px 10px 10px 2px rgba(0,0,0,.1);
transform: translatey(-10px);
}
.express-cards .express-card .post-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.express-cards .express-card .post-image {
width: 100%;
height: 250px;
position: relative;
}
.express-cards .express-card .post-image h6 {
position: absolute;
left: -5px;
bottom: 15px;
padding: 8px 20px;
font-size: 12px;
letter-spacing: 1px;
font-weight: 300;
text-transform: uppercase;
background: #FF6D4A;
color: #fff;
border-radius: 5px;
}
.express-cards .express-card .post-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.express-cards .express-card .post-content {
padding: 1rem 1.5rem;
}
.express-cards .express-card .post-content .post-date {
display: flex;
justify-content: flex-start;
align-items: center;
}
.express-cards .express-card .post-content .post-date span {
margin-right: 5px;
}
.express-cards .express-card .post-content .post-date p {
font-size: 10px;
font-weight: 400;
color: #000;
letter-spacing: 1px;
text-transform: uppercase;
}
.express-cards .express-card .post-content .post-title {
min-height: 52px;
margin-bottom: 0.5rem;
}
.express-cards .express-card .post-content .post-title h4 {
font-size: 20px;
line-height: 26px;
color: #000;
padding: 0;
text-transform: capitalize;
}
.express-cards .express-card .post-content .post-excerpt {
min-height: 100px;
margin-bottom: 1rem;
}
.express-cards .express-card .post-content .post-excerpt p {
font-size: 13px;
font-weight: 400;
color: #7a7a7a;
}
.express-cards .express-card .post-content .post-contributor {
display: flex;
justify-content: flex-start;
align-items: center;
}
.express-cards .express-card .post-content .post-contributor .contributor-image {
width: 40px;
height: 40px;
border: 2px solid #2ea3f2;
border-radius: 50%;
overflow: hidden;
margin-right: 10px;
}
.express-cards .express-card .post-content .post-contributor .contributor-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.express-cards .express-card .post-content .post-contributor h6 {
font-size: 14px;
color: #000;
padding: 0;
}
.express-cards .express-card .post-content .post-contributor p {
font-size: 12px;
color: #9a9a9a;
font-weight: 400;
}
@media screen and (max-width: 1024px) {
.express-cards .express-card {
width: 46%;
margin: 1rem 0.5rem;
}
}
@media screen and (max-width: 767px) {
.express-cards .express-card {
width: 100%;
margin-right: 0;
margin-left: 0;
}
.express-cards .express-card .post-content .post-title {
min-height: 30px;
}
.express-cards .express-card .post-content .post-excerpt {
min-height: 50px;
}
} .single-express .express-meta {
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
margin: 50px 0;
}
.single-express .express-meta .meta-box {
display: flex;
flex-direction: column;
min-width: 30%;
margin: 0 1rem;
text-align: center;
}
.single-express .express-meta .meta-box .icon {
display: block;
width: 30px;
height: 30px;
margin: 0 auto 1rem;
}
.single-express .express-meta .meta-box .icon img {
height: 100%;
width: 100%;
object-fit: contain;
}
.single-express .express-meta .meta-box p {
font-size: 12px;
text-transform: uppercase;
}
.single-express .express-source-button {
font-size: 14px;
font-weight: 300;
padding: 8px 20px;
background: transparent;
border: 2px solid #000;
border-radius: 3px;
cursor: pointer;
}
.single-express .express-source-button i.fas {
margin-left: 5px;
}
.single-express .express-contributor-card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 2.5rem 1rem;
border-radius: 5px;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.single-express .express-contributor-card .express-contributor-card-title {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 1.5rem;
color: #2ea3f2;
letter-spacing: 1px;
}
.single-express .express-contributor-card .express-contributor-image {
width: 120px;
height: 120px;
border: 2px solid #2ea3f2;
border-radius: 50%;
margin-bottom: 1rem;
overflow: hidden;
}
.single-express .express-contributor-card .express-contributor-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.single-express .express-contributor-card h4 {
font-size: 16px;
font-weight: 500;
color: #000;
}
.single-express .express-contributor-card h5 {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #4a4a4a;
margin: 0.5rem 0;
padding: 0;
text-align: center;
}
.single-express .express-contributor-card h6 {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #9a9a9a;
margin-bottom: 0.5rem;
}
.single-express .express-author-card {
display: flex;
justify-content: center;
align-items: flex-start;
padding: 2rem 1rem;
border-radius: 5px;
box-shadow: 0 2px 10px 0px rgba(0,0,0,0.1);;
}
.single-express .express-author-card .express-author-card-left {
width: 25%;
margin-right: 2rem;
}
.single-express .express-author-card .express-author-image {
margin: 0 auto;
overflow: hidden;
}
.single-express .express-author-card .express-author-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.single-express .express-author-card .express-author-card-right {
width: 70%;
}
.single-express .express-author-card .express-author-card-right .express-author-card-title {
margin-bottom: 1rem;
}
.single-express .express-author-card .express-author-card-right .express-author-location {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}
.single-express .express-author-card .express-author-card-right .express-author-about {
font-weight: 300;
font-size: 14px;
margin-bottom: 1rem;
}
.single-express .express-author-card .express-author-card-right .express-social-buttons {
justify-content: flex-start;
}
.single-express .express-author-card .express-author-card-right .express-social-buttons .express-social-button {
font-size: 25px;
}
@media screen and (max-width: 768px) {
.single-express .express-author-card {
flex-direction: column;
}
.single-express .express-author-card .express-author-card-left {
width: 100%;
margin-right: 0rem;
margin-bottom: 2rem;
}
.single-express .express-author-card .express-author-image {
width: 200px;
height: 200px;
border: 2px solid #2ea3f2;
border-radius: 50%;
}
.single-express .express-author-card .express-author-card-right {
width: 100%;
text-align: center;
}
.single-express .express-author-card .express-author-card-right .express-social-buttons {
justify-content: center;
}
}
.single-express .express-social-buttons {
display: flex;
justify-content: center;
align-items: center;
}
.single-express .express-social-buttons .express-social-button {
font-size: 20px;
margin: 0 5px;
color: #9a9a9a;
}
.single-express .express-social-buttons .express-social-button:hover {
color: #000;
} .contributor-cards {
display: flex;
justify-content: flex-start;
align-content: center;
flex-wrap: wrap;
}
.contributor-cards .contributor-card {
position: relative;
width: 30%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin: 1rem;
background: #fff;
}
.contributor-cards .contributor-card .contributor-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.contributor-cards .contributor-card .contributor-image {
margin-right: 1rem;
}
.contributor-cards .contributor-card .contributor-image img {
width: 95px;
max-width: 95px;
height: 95px;
object-fit: cover;
object-position: center top;
border: 2px solid #2ea3f2;
border-radius: 50%;
}
.contributor-cards .contributor-card .contributor-content {
min-width: 50%;
}
.contributor-cards .contributor-card .contributor-content p {
font-size: 12px;
font-weight: 300;
padding-bottom: 0;
line-height: 18px;
}
@media screen and (max-width: 1024px) {
.contributor-cards .contributor-card {
width: 100%;
margin: 1rem 0;
}
}
.single-contributors .contributor-social-buttons {
display: flex;
justify-content: flex-start;
align-items: center;
}
.single-contributors .contributor-social-buttons .contributor-social-button {
font-size: 20px;
margin: 0 5px;
color: #9a9a9a;
}
.single-contributors .contributor-social-buttons .contributor-social-button:hover {
color: #000;
}
.single-contributors .contributor-type {
font-weight: 400;
font-size: 12px;
color: #FF6D4A!important;
text-transform: uppercase;
} .featured-experience-card {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.featured-experience-card .card-left {
width: 47%;
}
.featured-experience-card .card-left .webinar-type {
display: inline-block;
font-size: 15px;
padding: 6px 12px;
border: 1px solid #000;
border-radius: 5px;
margin-bottom: 20px;
}
.featured-experience-card .card-left .post-excerpt {
font-size: 15px;
font-weight: 300;
line-height: 26px;
}
.featured-experience-card .card-right {
width: 47%;
}
.featured-experience-card .card-right img {
width: 100%;
min-height: 280px;
object-fit: cover;
}
@media screen and (max-width: 998px) {
.featured-experience-card {
flex-direction: column-reverse;
}
.featured-experience-card .card-left {
width: 100%;
}
.featured-experience-card .card-right {
width: 100%;
margin-bottom: 25px;
}
.featured-experience-card .card-right img {
min-height: 200px;
}
}
.experience-cards {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.experience-cards .experience-card {
position: relative;
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 1rem;
background: #fff;
border-radius: 5px;
transition: all 0.25s ease-in;
}
.experience-cards .experience-card .post-image {
position: relative;
width: 100%;
height: 200px;
margin-bottom: 1rem;
}
.experience-cards .experience-card .post-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.experience-cards .experience-card .post-content .post-title {
font-size: 15px;
line-height: 20px;
color: #7a7a7a;
}
.experience-cards .experience-card .post-content .webinar-type {
display: inline-block;
font-size: 15px;
color: #7a7a7a;
padding: 6px 12px;
border: 1px solid #000;
border-radius: 5px;
margin-bottom: 10px;
}
.experience-cards .experience-card .post-content .post-meta p {
font-size: 13px;
font-weight: 400;
color: #7a7a7a;
}
@media screen and (max-width: 1024px) {
.experience-cards .experience-card {
width: 45%;
}
}
@media screen and (max-width: 767px) {
.experience-cards .experience-card {
width: 100%;
margin-right: 0;
margin-left: 0;
}
} .searchandfilter#search-filter-form-6023 > ul {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
}
.searchandfilter#search-filter-form-6023 > ul > li {
margin-right: 1rem;
width: 30%;
padding-top: 0;
}
.searchandfilter#search-filter-form-6023 > ul > li h4 {
font-size: 14px;
padding-bottom: 15px;
}
.searchandfilter#search-filter-form-6023 > ul > li label {
width: 100%;
}
.searchandfilter#search-filter-form-6023 > ul > li label select {
width: 100%;
width: 100%;
padding: 0.5rem 1rem;
border: none;
box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
}
.searchandfilter#search-filter-form-6023 > ul > li .chosen-container.chosen-container-single .chosen-single {
padding: 0.5rem 1rem;
border: none;
background: #fff;
box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
}
.searchandfilter#search-filter-form-6023 > ul > li.sf-field-reset .search-filter-reset {
padding: 0.5rem 1.5rem;
box-shadow: 0 0px 5px 0px rgba(0,0,0,.1);
background: #8300e9;
color: #fff;
border-radius: 5px;
}
.searchandfilter#search-filter-form-6023 > ul > li .chosen-container.chosen-container-single .chosen-single > div {
padding-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
.searchandfilter#search-filter-form-6023 > ul {
padding-left: 0;
}
.searchandfilter#search-filter-form-6023 > ul > li {
width: 100%;
}
}
@media screen and (max-width: 500px) {
.searchandfilter#search-filter-form-6023 > ul > li {
width: 100%;
margin-right: 0;
}
} .single-experience .et_pb_post_content p {
font-size: 14px;
font-weight: 300;
line-height: 24px;
}
.single-experience .webinar-summary {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.single-experience .webinar-summary .summary-item {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 16px;
font-weight: 400;
margin-bottom: 1rem;
}
.single-experience .webinar-summary .summary-item span {
color: #2ea3f2;
}
.single-experience .webinar-summary .summary-item .icon {
margin-right: 10px;
}
.single-experience .webinar-hosts {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.single-experience .webinar-hosts .webinar-host {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 2rem;
}
.single-experience .webinar-hosts .webinar-host .host-image {
width: 65px;
height: 65px;
margin-right: 20px;
}
.single-experience .webinar-hosts .webinar-host .host-image img {
width: 100%;
height: 100%;
object-fit: cover;
border: 2px solid #2ea3f2;
border-radius: 50%;
}
.single-experience .webinar-hosts .webinar-host .host-about {
width: 300px;
}
.single-experience .webinar-hosts .webinar-host .host-about h4 {
font-size: 16px;
}
.single-experience .webinar-hosts .webinar-host .host-about h6 {
font-size: 14px;
font-weight: 300;
line-height: 20px;
color: #000;
}
.single-experience .webinar-hosts .webinar-host .host-about p {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #5a5a5a;
}
.single-experience .video-embed iframe {
height: 450px;
width: 100%;
}
@media screen and (max-width: 998px) {
.single-experience .video-embed iframe {
min-height: 250px;
}
}
@media screen and (max-width: 767px) {
.single-experience .webinar-hosts .webinar-host {
flex-direction: column;
justify-content: center;
align-items: flex-start;
margin-bottom: 2rem;
}
.single-experience .webinar-hosts .webinar-host .host-image {
margin-right: 0;
margin-bottom: 1rem;
}
.single-experience .webinar-hosts .webinar-host .host-about {
width: 100%;
}
} .searchandfilter#search-filter-form-4130 > ul, .searchandfilter#search-filter-form-27565 > ul {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.searchandfilter#search-filter-form-4130 > ul > li, .searchandfilter#search-filter-form-27565 > ul > li {
margin-right: 1rem;
width: 30%;
}
.searchandfilter#search-filter-form-4130 > ul > li h4, .searchandfilter#search-filter-form-27565 > ul > li h4 {
font-size: 14px;
padding-bottom: 15px;
}
.searchandfilter#search-filter-form-4130 > ul > li label, .searchandfilter#search-filter-form-27565 > ul > li label  {
width: 100%;
}
.searchandfilter#search-filter-form-4130 > ul > li label select, .searchandfilter#search-filter-form-27565 > ul > li label select {
width: 100%;
width: 100%;
padding: 0.5rem 1rem;
border: none;
box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
}
.searchandfilter#search-filter-form-4130 > ul > li .chosen-container.chosen-container-single .chosen-single, .searchandfilter#search-filter-form-27565 > ul > li .chosen-container.chosen-container-single .chosen-single {
padding: 0.5rem 1rem;
border: none;
background: #fff;
box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
}
.searchandfilter#search-filter-form-4130 > ul > li.sf-field-reset .search-filter-reset, .searchandfilter#search-filter-form-27565 > ul > li.sf-field-reset .search-filter-reset  {
padding: 0.5rem 1.5rem;
box-shadow: 0 0px 5px 0px rgba(0,0,0,.1);
background: #8300e9;
color: #fff;
border-radius: 5px;
}
.searchandfilter#search-filter-form-4130 > ul > li .chosen-container.chosen-container-single .chosen-single > div, .searchandfilter#search-filter-form-27565 > ul > li .chosen-container.chosen-container-single .chosen-single > div {
padding-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
.searchandfilter#search-filter-form-4130 > ul > li, .searchandfilter#search-filter-form-27565 > ul > li  {
width: 46%;
}
}
@media screen and (max-width: 500px) {
.searchandfilter#search-filter-form-4130 > ul > li, .searchandfilter#search-filter-form-27565 > ul > li {
width: 100%;
margin-right: 0;
}
} #explore-posts.explore-posts {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
margin-bottom: 5rem;
}
#explore-posts.explore-posts .explore-post {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: space-between;
max-width: 23%;
margin: 1rem 0.5rem;
background: #fff;
box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
border-radius: 5px;
}
#explore-posts.explore-posts .explore-post .post-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#explore-posts.explore-posts .explore-post .post-thumbnail {
height: 180px;
}
#explore-posts.explore-posts .explore-post .post-thumbnail img {
height: 180px;
object-fit: cover;
}
#explore-posts.explore-posts .explore-post .award-banner {
position: absolute;
left: -5px;
top: 15px;
padding: 0px 20px;
font-size: 10px;
letter-spacing: 1px;
font-weight: 300;
text-transform: uppercase;
background: #ff6d4a;
color: #fff;
border-radius: 5px;
}
#explore-posts.explore-posts .explore-post .post-content {
padding: 1rem;
height: 280px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#explore-posts.explore-posts .explore-post .post-content .project-sector {
font-size: 12px;
font-weight: 300;
color: #9a9a9a;
}
#explore-posts.explore-posts .explore-post .post-content .post-title {
font-size: 16px;
font-weight: 500;
line-height: 22px;
min-height: 50px;
text-transform: capitalize;
word-break: break-word;
}
#explore-posts.explore-posts .explore-post .post-content .post-excerpt {
font-size: 13px;
font-weight: 400;
line-height: 18px;
margin-bottom: 1.5rem;
word-break: break-word;
}
#explore-posts.explore-posts .explore-post .post-content .team-name {
font-size: 10px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
#explore-posts.explore-posts .explore-post .post-content .team-name span {
color: #8300e9;
}
#explore-posts.explore-posts .explore-post .post-content .content-bottom {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-top: 1px solid #f1f1f1;
}
#explore-posts.explore-posts .explore-post .post-content .category {
min-width: 60%;
font-size: 10px;
font-weight: 500;
letter-spacing: 1px;
padding-top: 0.8rem;
}
#explore-posts.explore-posts .explore-post .post-content .location {
font-size: 10px;
font-weight: 500;
letter-spacing: 1px;
padding-top: 0.8rem;
min-width: 40%;
text-align: right;
}
#explore-posts.explore-posts .paginations {
position: absolute;
bottom: -80px;
width: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
}
#explore-posts.explore-posts .paginations .page-numbers {
margin-right: 1rem;
padding: 5px 10px;
border: 1px solid #d9d9d9;
}
@media screen and (max-width: 1024px) {
#explore-posts.explore-posts .explore-post {
max-width: 31%;
}
}
@media screen and (max-width: 768px) {
#explore-posts.explore-posts .explore-post {
max-width: 47%;
}
}
@media screen and (max-width: 500px) {
#explore-posts.explore-posts .explore-post {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
#explore-posts.explore-posts .explore-post .post-content {
height: auto;
}
} .single-explore .video-embed iframe {
height: 320px;
width: 100%;
}
@media screen and (max-width: 998px) {
.single-explore .video-embed iframe {
min-height: 320px;
}
}
.single-explore .shared-counts-wrap.home-content.style-icon {
display: flex;
justify-content: flex-start;
}
.single-explore .explore_post_single_meta {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 2rem;
border: 1px solid #eee;
border-radius: 5px;
background: #fafafa;
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
}
.single-explore .explore_post_single_meta .meta-row {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
text-align: center;
margin: 0 0.5rem;
}
.single-explore .explore_post_single_meta .meta-row.fullwidth-row {
width: 100%;
margin-bottom: 0;
}
.single-explore .explore_post_single_meta .meta-row .meta-title {
font-size: 15px;
margin-right: 5px;
font-weight: 400;
letter-spacing: 0.5px;
line-height: 20px;
}
.single-explore .explore_post_single_meta .meta-row .meta-content {
font-size: 15px;
font-weight: 500;
letter-spacing: 0.5px;
line-height: 20px;
text-align: left;
}
@media screen and (max-width: 998px) {
.single-explore .explore_post_single_meta .meta-row {
min-width: 40%;
}
}
.single-explore .googledeck-embed iframe {
min-height: 300px;
height: auto;
}
@media screen and (min-width: 1024px) {
.single-explore .googledeck-embed iframe {
min-height: 600px;
}
}
.single-explore .team-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.single-explore .team-container .member-box {
width: 31%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-right: 1rem;
margin-bottom: 1rem;
}
.single-explore .team-container .member-box .image {
margin-right: 1rem;
}
.single-explore .team-container .member-box .image img {
width: 85px;
max-width: 85px;
height: 85px;
object-fit: cover;
border: 2px solid #2ea3f2;
border-radius: 50%; 
}
.single-explore .team-container .member-box .member-name {
font-size: 16px;
text-transform: capitalize;
}
.single-explore .team-container .member-box .member-designation {
font-size: 12px;
font-weight: 300;
line-height: 16px;
padding-bottom: 0;
text-transform: capitalize;
}
.single-explore .team-container .member-box .location {
font-size: 12px;
font-weight: 300;
padding-bottom: 0;
text-transform: capitalize;
}
@media screen and (max-width: 998px) {
.single-explore .team-container .member-box {
width: 45%;
}
}
@media screen and (max-width: 767px) {
.single-explore .team-container .member-box {
width: 90%;
margin-right: 0;
}
}
#explore-single-banner {
position: absolute;
top: -90px;
left: -1px;
padding: 0.4rem 2rem;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
background: #FF6D4A;
color: #fff;
border-radius: 5px;
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
#explore-single-banner {
position: relative;
top: auto;
left: auto;
display: block;
text-align: center;
margin-top: 1rem;
}
} .expertise-cards {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 5rem;
}
.expertise-cards .expertise-card {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 30%;
margin: 1rem;
padding: 1.5rem 1rem;
background: #fff;
box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
border-radius: 5px;
}
.expertise-cards .expertise-card .expertise-card--top {
width: 100%;
min-height: 120px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 1rem;
border-bottom: 1px solid #f1f1f1;
}
.expertise-cards .expertise-card .expertise-card--top .post-image {
width: 30%;
text-align: center;
}
.expertise-cards .expertise-card .expertise-card--top .post-image img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.expertise-cards .expertise-card .expertise-card--top .post-personal-info {
width: 65%;
}
.expertise-cards .expertise-card .expertise-card--top .post-personal-info .name {
font-weight: 600;
}
.expertise-cards .expertise-card .expertise-card--top .post-personal-info .position {
font-size: 13px;
font-weight: 500;
line-height: 16px;
color: #4a4a4a;
padding-bottom: 5px;
}
.expertise-cards .expertise-card .expertise-card--top .post-personal-info .location {
font-size: 13px;
font-weight: 500;
color: #4a4a4a;
}
.expertise-cards .expertise-card .expertise-card--bottom {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
padding-top: 1rem;
}
.expertise-cards .expertise-card .expertise-card--bottom .box-left {
width: 49%;
padding-left: 1rem;
min-height: 80px;
}
.expertise-cards .expertise-card .expertise-card--bottom .box-left .experience {
font-size: 20px;
font-weight: 600;
}
.expertise-cards .expertise-card .expertise-card--bottom .box-middle {
width: 49%;
padding-left: 1rem;
border-left: 1px solid #f1f1f1;
}
.expertise-cards .expertise-card .expertise-card--bottom p {
font-size: 12px;
color: #7a7a7a;
font-weight: 400;
line-height: 15px;
text-transform: capitalize;
padding-bottom: 5px;
}
.expertise-cards .expertise-card .expertise-card--bottom p.skill {
font-size: 10px;
line-height: 12px;
text-transform: uppercase;
padding-bottom: 0;
margin-bottom: 4px;
}
.expertise-cards .expertise-card .expertise-card--bottom p.job-type {
font-size: 11px;
line-height: 12px;
padding: 2px 5px;
margin-right: 5px;
display: inline-block;
border: 1px solid #7a7a7a;
border-radius: 4px;
}
.expertise-cards .expertise-card .expertise-card--bottom .box-right {
width: 100%;
height: auto;
max-height: 0px;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
border-top: 1px solid #f1f1f1;
overflow: hidden;
transition:all 0.25s ease-in;
}
.expertise-cards .expertise-card:hover .expertise-card--bottom .box-right {
max-height: 50px;
opacity: 1;
padding-top: 0.5rem;
margin-top: 0.5rem;
}
.expertise-cards .expertise-card .expertise-card--bottom .box-right a {
font-size: 18px;
color: #212121;
border: 1px solid #212121;
border-radius: 50%;
width: 35px;
height: 35px;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 5px;
}
@media screen and (max-width: 998px) {
.expertise-cards .expertise-card {
width: 45%;
}
}
@media screen and (max-width: 767px) {
.expertise-cards .expertise-card {
width: 100%;
}
} #revue-embed .revue-form-group label {
color: #000;
}
#revue-embed .revue-form-group .revue-form-field {
background: transparent;
border: 2px solid #000;
margin-bottom: 1rem;
color: #000;
}
#revue-embed .revue-form-group .revue-form-field::placeholder {
color: #000;
}
#revue-embed .revue-form-actions #member_submit {
background: #000;
cursor: pointer;
} .temp-xp-guest-blurb .et_pb_main_blurb_image {
width: 80px;
height: 80px;
}
.temp-xp-guest-blurb .et_pb_main_blurb_image img {
width: 80px;
height: 80px;
object-fit: cover;
} .right-aligned-hero .header-content-container .header-content {
text-align: left !important;
}
@media screen and (min-width: 1250px) {
.right-aligned-hero .et_pb_fullwidth_header_container.right {
width: 90% !important;
max-width: 1250px !important;
}
}
@media screen and (max-width: 1080px) {
.right-aligned-hero .et_pb_fullwidth_header_container.right {
width: 90% !important;
}
}
@media screen and (max-width: 767px) {
.right-aligned-hero .header-content .et_pb_fullwidth_header_subhead {
bottom: -30px !important;
}
} .umounites-slider .et_pb_fullwidth_slider_0 .et_pb_slide_0 .et_pb_slider_container_inner  {
width: 400px;
max-width: 85vh;
margin-left: auto;
}
.umounites-slider .et_pb_fullwidth_slider_0 .et_pb_slide_0 .et_pb_slider_container_inner .et_pb_slide_image {
width: 350px;
}
.umounites-slider .et_pb_fullwidth_slider_0 .et_pb_slide_0 .et_pb_slider_container_inner .et_pb_slide_title {
position: absolute;
bottom: -50px;
line-height: 20px;
width: 300px;
} .express-ms-process-container .express-ms-process-box {
position: relative;
justify-content: flex-start;
margin-bottom: 40px;
}
.express-ms-process-container .express-ms-process-box .express-ms-process-date {
display: inline-block;
position: absolute;
top: 14px;
left: -175px;
font-size: 14px;
min-width: 150px;
text-align: right;
}
@media screen and (max-width: 998px) {
.express-ms-process-container .express-ms-process-box .express-ms-process-date {
position: relative;
left: auto;
top: auto;
text-align: left;
}
}
.express-ms-process-container .express-ms-process-box .express-ms-process-head {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 8px 15px;
cursor: pointer;
}
.express-ms-process-container .express-ms-process-box .express-ms-process-head.accent-red {
background: #f9dee7;
border-left: 4px solid #ec568b;
}
.express-ms-process-container .express-ms-process-box .express-ms-process-head.accent-blue {
background: #D4E8FF;
border-left: 4px solid #4990E2
}
.express-ms-process-container .express-ms-process-box .express-ms-process-head h4 {
font-size: 15px;
padding: 0;
}
.express-ms-process-container .express-ms-process-box .express-ms-process-head .fa-chevron-up {
font-size: 15px;
padding: 0 5px;
transform: rotate(180deg);
}
.express-ms-process-container .express-ms-process-box .express-ms-process-head.is-active .fa-chevron-up {
transform: rotate(0deg);
}
.express-ms-process-container .express-ms-process-box .express-ms-process-body {
max-height: 0;
height: auto;
padding: 0;
background: #fafafa;
border-left: 4px solid #c1c1c1;
transition: all 0.25s ease-in;
overflow: hidden;
opacity: 0;
}
.express-ms-process-container .express-ms-process-box .express-ms-process-body.is-active {
max-height: 800px;
padding: 20px 40px 20px 15px;
opacity: 1;
}
@media screen and (max-width: 998px) {
.express-ms-process-container .express-ms-process-box .express-ms-process-body.is-active {
padding: 20px 15px;
}
}
.express-ms-process-container .express-ms-process-box .express-ms-process-body p {
font-size: 14px;
line-height: 20px;
font-weight: 300;
color: #666;
}
.express-ms-process-container .express-ms-process-box .express-ms-process-body p.list-item {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 5px;
}
.express-ms-process-container .express-ms-process-box .express-ms-process-body p.list-item .icon {
display: block;
margin-right: 5px;
}
.express-ms-evaluation-container .express-ms-evaluation-list-item {
position: relative;
font-size: 14px;
font-weight: 300;
line-height: 22px;
color: #666;
}
.express-ms-evaluation-container .express-ms-evaluation-list-item .icon {
position: absolute;
left: -40px;
font-size: 14px;
line-height: 14px;
font-weight: 600;
width: 25px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background: #4990E2;
color: #fff;
}
@media screen and (max-width: 998px) {
.express-ms-evaluation-container .express-ms-evaluation-list-item .icon {
position: relative;
left: auto;
margin-bottom: 10px;
}
} .expess-ms-header-slider {
max-width: 375px;
margin-left: auto;
}
.expess-ms-header-slider .slider-title {
font-weight: 300;
line-height: 24px;
}
.expess-ms-header-slider .slider-subtitle {
font-weight: 200;
margin-bottom: 10px;
}
.expess-ms-header-slider .slider-button {
padding-top: 6px;
padding-right: 55px;
padding-bottom: 6px;
padding-left: 55px;
color: #ffffff;
border-width: 0px;
border-radius: 50px;
font-size: 16px;
background-color: #e02b20;
}
.expess-ms-header-slider {
font-size: 13px;
font-weight: 200;
}
#page-container {
overflow: hidden;
}
.post-type-archive-express .et_pb_section.et_pb_section_0_tb_body.et_section_regular {
background: #000 !important;
}
.uxi20-signup-modal {
cursor: pointer;
}
.page-id-6842 #main-header {
display:none;
}
.page-id-6842 #page-container {
padding-bottom: 0px !important;
margin-top: -80px !important;
} .wp_job_manager_meta_data .form-field input {
margin-top: 30px;
}
#moving-stories--hero .wp-block-nk-awb.nk-awb {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .passes {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
}
.passes .pass-left {
padding-right: 20px;
}
.passes .pass-left .title {
font-family: 'Noto Sans', sans-serif;
font-size: 28px;
font-weight: 600;
line-height: 1.6;
color: #fff;
}
.passes .pass-left .title span {
font-size: 11px;
color: #fff;
padding: 4px 16px;
border-radius: 15px;
background: #02B2F6;
margin-left: 5px; 
vertical-align: middle;
}
.passes .pass-left p, .passes .pass-left li {
font-family: 'Noto Sans', sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.6;
color: #fff;
max-width: 400px;
}
.passes .pass-left li {
margin-left: 10px;
padding-bottom: 10px;
}
.passes .pass-left ul {
margin-top: 30px;
}
.passes .pass-right {
min-width: 45%;
min-height: 280px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.passes .pass-right .pass-right--top {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.passes .pass-right .pass-right--top .coupon {
text-align: center;
}
.passes .pass-right .pass-right--top .coupon h6 {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Noto Sans', sans-serif;
font-size: 14px;
font-weight: 600;
color: #fff;
background: rgba(8, 192, 252, 50%);
border: 2px dashed #02B2F6;
border-radius: 5px;
padding: 10px 25px;
margin-bottom: 4px;
}
.passes .pass-right .pass-right--top .sub-text {
font-family: 'Noto Sans', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
color: #8D8D8D;
max-width: 120px;
}
.passes .pass-right .pass-right--top {
margin-bottom: 80px;
}
.passes .pass-right .pass-right--top .price {
text-align: right;
}
.passes .pass-right .pass-right--top .price h5 {
font-size: 32px;
font-weight: 600;
color: #32E48F;
margin-bottom: 4px;
}
.passes .pass-right .pass-right--top .price .sub-text {
text-align: right;
margin-left: auto;
}
.passes .pass-right .pass-right--bottom {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.passes .pass-right .pass-right--bottom .button {
min-width: 160px;
font-size: 14px;
font-weight: 700px;
color: #fff;
background: #3D44FF;
padding: 10px 35px;
border-radius: 30px;
margin-bottom: 10px;
margin-left: 20px;
}
.passes .pass-right .pass-right--bottom .button img {
padding-left: 5px;
}
.passes .pass-right .pass-right--bottom .button.button--light {
color: #3D44FF;
background-color: #fff;
}
@media screen and (max-width: 1080px) {
.passes .pass-right .pass-right--top {
flex-direction: column;
align-items: flex-end;
}
.passes .pass-right .pass-right--top .coupon {
margin-bottom: 20px;
}
}
@media screen and (max-width: 550px) {
.passes {
flex-direction: column;
}
.passes .pass-right {
width: 100%;
min-height: 100px;
}
.passes .pass-right .pass-right--top {
align-items: flex-start;
margin-bottom: 25px;
}
.passes .pass-right .pass-right--top .price .sub-text {
margin-right: auto;
margin-left: 0;
text-align: left;
}
.passes .pass-right .pass-right--bottom .button {
width: 100%;
margin-left: 0;
margin-bottom: 20px;
text-align: center;
}
}
.passes.regular-pass .pass-right .pass-right--top {
justify-content: flex-end;
}