#comeet-section .comeet-groups-list .comeet-g-r {
    border-top: 1px solid #2671FF;
    padding: 60px 0;
}

#comeet-section .comeet-social {
    border-top: 1px solid #2671FF;
}

#comeet-section .comeet-outer-wrapper .comeet-groups-list .comeet-group-name {
    padding-left: 37px;
}

#comeet-section .comeet-outer-wrapper .comeet-groups-list .comeet-group-name,
#comeet-section .comeet-outer-wrapper .comeet-groups-list .comeet-group-name a {
    font-size: 24px;
    line-height: 24px;
    
    font-display: swap;
    color: #2671ff;
    font-weight: 700;
    padding-top: 2px;
    margin-bottom: 0;
}

#comeet-section .comeet-groups-list .comeet-g-r {
    display: flex;
}

#comeet-section .comeet-groups-list .comeet-g-r .comeet-u-1-2 {
    flex: 0 0 60%;
    max-width: 60%;
}

#comeet-section .comeet-groups-list .comeet-g-r .comeet-u-1-2:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}

#comeet-section .comeet-position {
    display: flex;
    align-items: center;
    justify-content: start;
}

#comeet-section .comeet-position-name {
    margin: 0 15px 0 0;
    flex: 0 0 66%;
    max-width: 66%;
    color: #2671ff !important;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}


/* #comeet-section .comeet-position-name:after {
  content: " ";
  position: absolute;
  top: 6px;
  right: -20px;
  width: 10px;
  height: 14px;
  background-image: url(./img/careers-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px 10px;
  transition: all 0.2s linear;
} */

#comeet-section .comeet-position-meta {
    flex: 0 0 33%;
    max-width: 33%;
    color: #2671ff !important;
    opacity: 0.44;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#comeet-section .comeet-position-meta:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    /* font-family:"Font Awesome 5 Free";
  content: "\f3c5"; */
}

#comeet-section .comeet-list li {
    margin-bottom: 17px;
}

#comeet-section .comeet-list .comeet-positions-list li:last-child {
    margin-bottom: 0;
}

#comeet-job-single .comeet-outer-wrapper h2.comeet-position-name {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
}

#comeet-job-single {
    padding-top: 62px;
    padding-bottom: 100px;
}

#comeet-job-single .job-single-history {
    padding-top: 0;
}

#comeet-job-single .all-jobs-link {
    display: none;
}

#comeet-job-single .comeet-position-meta-single {
    margin-bottom: 50px;
}

#comeet-job-single .comeet-outer-wrapper .comeet-position-meta-single span.comeet-position-employmenttype,
#comeet-job-single .comeet-outer-wrapper .comeet-position-meta-single span.comeet-position-location {
    opacity: 0.44;
    font-size: 18px;
    line-height: 28px;
    color: #353D46;
}

#comeet-job-single .position-image {
    display: none;
}

#comeet-job-single .comeet-outer-wrapper .comeet-position-description p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #353D46;
}

#comeet-job-single .comeet-outer-wrapper .comeet-position-description p strong {
    /* margin: 0 0 5px 0; */
    font-weight: 600 !important;
    /* font-size: 22px; */
    /* line-height: 27px;
  margin-bottom: 30px; */
    /* margin-top: 50px !important; */
    color: #0A2144;
    
    font-display: swap;
}

#comeet-job-single .comeet-outer-wrapper .comeet-position-info h4 {
    margin: 0 0 5px 0;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top: 50px !important;
    color: #0A2144;
    
    font-display: swap;
}

#comeet-job-single .comeet-user-text>ul,
.comeet-user-text>ol {
    margin: 0;
    padding: 0;
}

#comeet-job-single .comeet-apply h4 {
    margin: 0 0 5px 0;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top: 50px !important;
    color: #0A2144;
    
    font-display: swap;
    text-align: center;
}

#comeet-job-single .comeet-apply iframe {
    max-width: 800px!important;
    min-width: auto!important;
    width: 100%!important;
    margin: 0 auto!important;
    display: block!important;
}

button[ng-click="openApplyAsEmployeeModal();"] {
    display: none;
}

.comeet-modal-open .comeet-modal {
    opacity: 1 !important;
}

@media (max-width: 992px) {
    #comeet-section .comeet-groups-list .comeet-g-r {
        flex-direction: column;
    }
    #comeet-section .comeet-groups-list .comeet-g-r .comeet-u-1-2:first-child,
    #comeet-section .comeet-groups-list .comeet-g-r .comeet-u-1-2 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    #comeet-section .comeet-outer-wrapper .comeet-groups-list .comeet-group-name,
    #comeet-section .comeet-outer-wrapper .comeet-groups-list .comeet-group-name a {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #comeet-section .container {
        padding: 0 36px;
    }
}

@media (max-width: 700px) {
    #comeet-section .comeet-position-name {
        flex: 0 0 auto;
    }
    #comeet-section .comeet-position-meta {
        flex: 0 0 auto;
        max-width: none;
    }
}

@media (max-width: 570px) {
    #comeet-section .comeet-position {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
    #comeet-section .comeet-position-meta {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
    }
    #comeet-section .comeet-position-name {
        margin: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #comeet-section .comeet-groups-list .comeet-g-r {
        padding: 30px 0;
    }
}


.btn .zmdi {
    width: 12px;
}

.job-single-content ul {
    list-style-type: none;
    padding-left: 0;
}

.job-single-content .h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
}

.post-content-single-job {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #353D46;
}

.top-job-section {
    margin-bottom: 50px;
}

.job-single-content ul {
    padding-left: 20px;
}

.job-single-content ul li {
    position: relative;
    padding-left: 0;
    color: #353D46;
    list-style: disc;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
}

.job-single-content ul li i {
    position: absolute;
    top: 4px;
    left: 0;
}

.post-content-single-job ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}

.post-content-single-job ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    list-style: none;
}

.post-content-single-job li::marker {
    display: none;
}

.post-content-single-job li:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 26px;
    /*font-family: Material-Design-Iconic-Font;
    content: "\f269"; */
    background-image: url(../../img/check-circle-solid.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    /* font-weight: 900; */
}

.job-single-content .container,
.job-single-history .container {
    max-width: 1162px;
}

.btn-apply span,
.btn-apply i {
    line-height: 24px;
    height: 24px;
}

.btn-apply i.zmdi {
    width: 20px;
}

.page-template-careers #c-post-content h3 {
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top: 50px !important;
}

.job-single-sidebar {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px #EAEAEA;
    border-radius: .25rem!important;
    border: 0;
    color: #0D080A;
    width: auto !important;
    padding: 50px !important;
    /* right: 0; */
    /* float: right; */
}

.job-single-sidebar p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #0D080A;
}

.job-single-sidebar p a {
    color: #2671FF;
}

.job-single-sidebar .apply-button {
    display: block;
    margin: 0 auto;
    border: 2px solid #2671FF;
    width: 185px;
    height: 46px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 41px;
    text-align: center;
    border-radius: 44px;
    color: #fff;
    cursor: pointer;
    background-color: #2671FF;
    transition: all 0.2s linear;
}

.job-single-sidebar .apply-button:hover {
    color: #fff;
}

.job-single-sidebar h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    color: #2671FF;
    margin-top: 0 !important;
}

.job-single-content .bottom-links .arrow-btn {
    float: left;
    margin-top: 12px;
}

.job-single-content .bottom-links .btn.bg-primary {
    margin-left: 50px !important;
    background: #2671FF !important;
    border: 2px solid #2671FF !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 37px 10px !important;
    border-radius: 50px !important;
}

.job-single-content .bottom-links .btn.bg-primary:after {
    display: none;
}

.single-job main {
    padding-bottom: 100px;
}