/* ------------------------------------------------------------ *\
    Gradient
\* ------------------------------------------------------------ */

.gradient {
    background: #0491c9; 
    background: -moz-linear-gradient(left,  #0491c9 0%, #76ce29 100%); 
    background: -webkit-linear-gradient(left,  #0491c9 0%,#76ce29 100%); 
    background: linear-gradient(to right,  #0491c9 0%,#76ce29 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0491c9', endColorstr='#76ce29',GradientType=1 ); 
}

/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

.flex { 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: flex; 
}
.flex-wrap { flex-wrap: wrap; }
.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }

.link-stretched { 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    z-index: 4; 
}

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */

.header--secondary { 
    padding: 1px 0; 
    position: absolute; 
    border-bottom: 8px solid #0391C9; 
}
.header--secondary + .main {
    padding-top: 107px; 
} 

@media(max-width: 1200px){
    .header--secondary + .main {
        padding-top: 90px; 
    }
}

@media(max-width: 767px){
    .header--secondary + .main {
        padding-top: 75px; 
    }
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */

.footer .footer__col--center {
    text-align: center; 
    margin: 0 auto; 
}

.footer--secondary {
    padding: 43px 0 35px; 
    border: none; 
}

.footer--secondary ul:not([class]) li + li { margin-top: 0; }

@media(max-width: 767px){
    .footer--secondary { padding: 20px 0; }
    .footer--secondary .footer__col { padding-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
    Logo cyber phoenix
\* ------------------------------------------------------------ */

.logo-cyber-phoenix {
    width: 130px; 
    height: 162px; 
    position: absolute; 
    top: 6px; 
    left: 50%; 
    -webkit-transform: translateX(-50%); 
        -ms-transform: translateX(-50%); 
         -o-transform: translateX(-50%); 
            transform: translateX(-50%); 
}

@media(max-width: 1200px){
    .logo-cyber-phoenix {
        width: 104px; 
        height: 129.6px; 
    }
}

@media(max-width: 767px){
    .logo-cyber-phoenix {
        width: 85.8px; 
        height: 106.92px; 
    }
}

/* ------------------------------------------------------------ *\
    Logo small
\* ------------------------------------------------------------ */

.logo-small { 
    font-family: 'Poppins', sans-serif; 
    font-weight: 700; 
    font-size: 18px; 
}

@media(max-width: 767px){
    .logo-small {
        font-size: 14px; 
    }
}

/* ------------------------------------------------------------ *\
    List contacts
\* ------------------------------------------------------------ */

.list-contacts { margin: 0 0 0 auto; }
.list-contacts a { 
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700; 
    font-size: 18px; 
    line-height: 1.33; 
}
.list-contacts a i {
    color: #17acff; 
    margin-right: 8px; 
    font-size: 20px; 
}

@media(max-width: 767px){
    .list-contacts a { font-size: 0; }
    .list-contacts a i { margin: 0; font-size: 25px; }
}

/* ------------------------------------------------------------ *\
    Slider
\* ------------------------------------------------------------ */

.slider .slider__cols { align-items: center; }

.slider h4 { 
    font-size: 20px; 
    color: #0391C9; 
    text-transform: uppercase; 
    letter-spacing: 2.8px; 
    margin-bottom: 10px; 
}
.slider h4:after { 
    content: ''; 
    display: inline-block; 
    margin: 5px 20px 9px; 
    height: 1px; 
    width: 60px; 
    background-color: #0391C9; 
}
.slider h1 { 
    font-size: 52px; 
    line-height: 1.12; 
    margin-bottom: 13px; 
    letter-spacing: 0.2px; 
}
.slider .slider__slide-entry { 
    max-width: 520px; 
    padding: 10px 0; 
    font-size: 18px; 
    line-height: 1.6; 
}

.slider .slider__slide-actions { margin-top: 21px; }
.slider .slider__slide-actions a { 
    color: #000; 
    padding: 14px 50px 10px; 
    letter-spacing: -0.5px; 
}

@media(max-width: 1024px){
    .slider h1 {
        font-size: 38px; 
    }
}

@media(max-width: 959px){
    .slider .slider__cols {
        flex-direction: column;
    }
    .slider .slider__cols .col {
        flex: 0 0 100%;
        max-width: 100%; 
        width: 100%; 
    }
    .slider .slider__slide-content {
        padding: 50px 0; 
    }
    .slider .slider__slide-media {
        margin: 0 -20px; 
    }
}
@media(max-width: 767px){
    .slider h1 {
        font-size: 32px; 
    }
    .slider .slider__slide-actions a {
        padding: 14px 20px 10px;
    }
}

/*  Slider - no dotts  */

.slider--no-dotts .slick-dots { 
    display: none; 
}

.slider-cards .slider__actions {
    left: -30px;
    right: 30px;
}
.slider-cards .slider__actions a {
    width: 62px; 
    height: 62px; 
    line-height: 62px; 
}

/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */

.stick-here {
    height: 70px; 
    position: relative; 
}

.header:not(.header--secondary) + .main .nav--primary.is-sticked {
    top: 98px; 
}
.nav--primary.is-sticked {
    position: fixed; 
}

.nav--primary { 
    z-index: 4; 
    position: absolute; 
    top: 0; 
    width: 100%; 
    padding: 10px 0; 
    color: #fff; 
}
.nav--primary a { text-decoration: none; }
.nav--primary ul { 
    margin: 0 0 0 39px; 
    padding: 0 0 0 24px; 
    border-left: 2px solid currentColor; 
    list-style: none; 
    flex-wrap: wrap;
}
.nav--primary ul li { 
    margin: 0 11px; 
    align-items: center; 
}
.nav--primary ul a { 
    text-decoration: none; 
    display: inline-block; 
    padding: 3px 6px; 
    letter-spacing: -0.1px; 
    -webkit-transition: text-shadow .3s; 
         -o-transition: text-shadow .3s; 
            transition: text-shadow .3s; 
}
.nav--primary ul a:hover {
    text-decoration: underline; 
}
.nav--primary .btn { 
    margin-left: auto; 
    visibility: hidden; 
}
.nav--primary.is-sticked .btn {
    visibility: visible; 
}

@media(max-width: 1200px){
    .nav--primary ul {
        margin-left: 20px; 
        padding: 0 0 0 20px; 
    }
    .nav--primary ul li {
        margin: 0 5px; 
    }
}

@media(max-width: 1023px){
    .nav--primary ul {
        border: none; 
        border-top: 2px solid currentColor; 
        margin: 10px 0 0; 
        padding: 10px 0 0; 
        width: 100%; 
        order: 3;
    }
    .nav--primary ul li {
        margin: 0 5px; 
    }
}

@media(max-width: 767px){
    .nav--primary ul {
        display: none; 
    }
    .nav--primary .btn {
        font-size: 14px; 
    }
}

@media(max-width: 400px){
    .nav--primary .btn {
        font-size: 13px; 
        padding: 8px 10px 6px 10px; 
    }
}

/* ------------------------------------------------------------ *\
    Buttons
\* ------------------------------------------------------------ */

.btn-pill--dark-blue { background: #0391C9; }
.btn-pill--dark-blue:hover { background: #17ACFF; }

.btn-shadow { box-shadow: 0 2px 0 0 #0E6799; }
.btn-md { padding: 8px 15px 4px; }
.btn-md2 { font-size: 16px; }
.btn-lg2 { 
    font-size: 20px; 
    font-weight: 700; 
    text-transform: none; 
}

@media(max-width: 1024px){
    .btn-pill--blue:hover {
        background-color: #37BBFF; 
    }
}

/* ------------------------------------------------------------ *\
    Section
\* ------------------------------------------------------------ */

.section { 
    position: relative; 
    padding: 75px 0 80px; 
}
.section .section__head { margin-bottom: 10px; }
.section .section__number {
    font-size: 42px; 
    font-weight: 400; 
    opacity: .2; 
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}
.section .section__title { 
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px; 
    margin-bottom: 0; 
}

@media(max-width: 767px){
    .section {
        padding: 45px 0 50px; 
    }
    .section .section__number {
        font-size: 32px; 
    }
}
@media(max-width: 400px){
    .section .section__number,
    .section .section__title {
        font-size: 28px; 
    }
}

/*  Section - light blue  */

.section--light-blue:before { 
    content: ''; 
    pointer-events: none;
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    height: 340px; 
    background: -moz-linear-gradient(top, rgba(23,172,255,0.07) 0%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(top, rgba(23,172,255,0.07) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to bottom, rgba(23,172,255,0.07) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1217acff', endColorstr='#00ffffff',GradientType=0 ); 
}

/*  Section - request information  */

.section--request-information {
    margin-top: 22px; 
    padding: 79px 0 69px; 
    color: #fff; 
    background: url(../images/temp/section-bg.jpg) no-repeat center; 
    -webkit-background-size: cover; 
            background-size: cover; 
}
.section--request-information .shell { position: relative;  }
.section--request-information .section__logo {
    width: 118px; 
    height: 147px; 
    position: absolute; 
    top: -109px; 
    left: 30px; 
}

@media(max-width: 1024px){
    .section--request-information .section__logo {
        width: 94.4px; 
        height: 117.6px; 
    }
}

@media(max-width: 767px){
    .section--request-information .section__logo {
        width: 77.88px; 
        height: 97.02px; 
    }
}

/*  Section - courses  */
.section--courses {
    padding-bottom: 74px; 
}

/* ------------------------------------------------------------ *\
    Callout
\* ------------------------------------------------------------ */

.callout--secondary {
    width: 100%; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: flex; 
}
.callout--secondary .callout__content {
    width: calc(100% - 400px); 
    padding: 5px 110px 5px 150px; 
}
.callout--secondary .callout__content h5 {
    font-size: 20px; 
    margin: 0 0 10px; 
}
.callout--secondary .callout__content h5:after {
    display: none; 
}
.callout--secondary .callout__content h2 {
    font-size: 70px; 
    line-height: 0.9; 
    margin-bottom: 23px; 
}
.callout--secondary .callout__aside {
    flex: 0 0 400px;
    margin-right: -6px; 
    border-radius: 50%; 
    background-color: #0391C9; 
    padding: 33px 30px; 
    border-radius: 8px; 
    margin-top: -109px; 
}
.callout--secondary .callout__aside h5 {
    text-transform: uppercase;
    color: #EDE20C;
    letter-spacing: 2.1px;
    margin-bottom: 30px; 
}
.callout--secondary .callout__aside h5:after {
    content: ''; 
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 44px;
    background-color: #EDE20C;
    margin-bottom: 2px;
    margin-left: 19px;
}

@media(max-width: 1024px){
    .callout--secondary .callout__content {
        width: calc(100% - 350px); 
        padding: 0 50px 30px 110px; 
    }
    .callout--secondary .callout__content h5 {
        font-size: 16px; 
    }
    .callout--secondary .callout__content h2 {
        font-size: 42px; 
        line-height: 1; 
        margin-bottom: 10px; 
    }

    .callout--secondary .callout__aside {
        flex: 0 0 350px;
    }
}

@media(max-width: 767px){
    .callout--secondary {
        display: block; 
    }
    .callout--secondary .callout__content {
        width: 100%; 
        padding-left: 0; 
        padding-bottom: 30px; 
    }
    .callout--secondary .callout__aside {
        flex: 1 1 100%;
        margin-top: 0; 
    }
    .callout--secondary .callout__content h5 {
        font-size: 14px; 
    }
    .callout--secondary .callout__content h2 {
        font-size: 32px; 
    }
}

@media(max-width: 400px){
    .callout--secondary .callout__aside {
        padding: 20px; 
    }

    .callout--secondary .callout__aside h5:after {
        display: none; 
    }
}

/* ------------------------------------------------------------ *\
    Card
\* ------------------------------------------------------------ */

.card { position: relative; }
.card .card__body { padding-top: 35px; }
.card .card__body h4 { color: #000000;  }

/*  Card Blue  */
.card--blue { 
    background-color: #0391C9; 
    color: #000; 
}
.card--blue:hover { background-color: #17ACFF; }
.card--blue:hover .card__body .btn { color: #17ACFF; }
.card--blue .card__body .btn { 
    color: #0391C9; 
    height: 42px; 
    line-height: 40px; 
    z-index: 2; 
    font-size: 14px; 
    padding: 0 18px; 
    padding-top: 2px; 
    min-width: 165px; 
    font-weight: 700; 
    letter-spacing: 1px; 
}
.card--blue .card__body .btn:hover {}

/* ------------------------------------------------------------ *\
    Tabs
\* ------------------------------------------------------------ */

.tabs--secondary {}

.tabs--secondary .tabs__head { 
    margin-bottom: 25px; 
    padding: 0 5px; 
}

.tabs--secondary .tabs__nav {}
.tabs--secondary .tabs__nav ul {}
.tabs--secondary .tabs__nav ul li { margin-right: 29px; }
.tabs--secondary .tabs__nav ul li:last-child { margin-right: 0; }
.tabs--secondary .tabs__nav ul li a { 
    font-size: 18px; 
    font-weight: 700; 
    font-family: 'Poppins', sans-serif; 
    padding: 4px 0; 
    letter-spacing: 0.3px;  
    text-decoration: none; 
    border-bottom: 3px solid #fff; 
    text-transform: uppercase; 
    display: block; 
    -webkit-transition: color .3s; 
         -o-transition: color .3s; 
            transition: color .3s; 
}
.tabs--secondary .tabs__nav ul li a:hover { color: #17ACFF; }
.tabs--secondary .tabs__nav ul li.is-active a { 
    color: #17ACFF; 
    border-bottom-color: #17ACFF; 
    font-weight: 700; 
}

.tabs--secondary .tabs__body {}

.tabs--secondary .tab { display: none; }
.tabs--secondary .tab.is-active { display: block; }
.tabs--secondary .courses--alt .col .badge {
    color: #76ce29; 
    border-radius: 6px; 
    font-weight: 700; 
    font-size: 12px; 
    margin-left: 5px; 
    letter-spacing: -0.4px; 
}
.tabs--secondary .courses--alt .col { padding: 10px 33px 5px; }
.tabs--secondary .courses .courses__actions {
    z-index: 3; 
}

@media(max-width: 1024px){
    .tabs--secondary .courses--alt .col .badge {
        margin-left: 0; 
        margin-top: 5px; 
    }
}

@media(max-width: 767px){
    .tabs--secondary .tabs__nav {
        margin-bottom: 5px; 
        padding: 0; 
    }
    .tabs--secondary .tabs__nav ul li {
        width: 100%; 
        margin: 0; 
    }
    .tabs--secondary .tabs__nav ul li + li {
        margin-top: 10px; 
    }
}

/* ------------------------------------------------------------ *\
    Courses
\* ------------------------------------------------------------ */

.courses--alt .courses__actions.active { display: none; }

/* ------------------------------------------------------------ *\
    Article
\* ------------------------------------------------------------ */

.article--secondary { padding: 0; }
.article--secondary .row { margin-bottom: 0; }
.article--secondary .row > * { margin-bottom: 80px; }
.article--secondary .row:last-child > * { margin-bottom: 0; }

.article--secondary .row .article__media:only-child,
.article--secondary .row .article__image:only-child {
    margin-bottom: 64px; 
    width: 100%; 
}
.article--secondary .row .article__image:only-child { padding: 0; }
.article--secondary .row .article__content:only-child {
    padding: 0; 
    margin-bottom: 47px; 
    width: 100%; 
}
.article--secondary .row .article__media {
    padding-top: 56%; 
    position: relative; 
    display: block; 
    width: 100%; 
}
.article--secondary .row .article__media iframe {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
}
.article--secondary .row .article__image:after { display: none; }

@media(max-width: 767px){
    body .article--secondary:last-child,
    body .article--secondary {
        padding: 0; 
    }
    body .article--secondary .row .article__content {
        padding: 0; 
    }
    .article--secondary .row .article__content:only-child,
    .article--secondary .row .article__media:only-child, 
    .article--secondary .row .article__image:only-child {
        margin-bottom: 20px; 
    }
    .article--secondary .row > *,
    .article--secondary .row .article__image {
        margin: 20px 0; 
    }
    .article--secondary .row:last-child > * { margin-bottom: 20px; margin-top: 20px; }
    .article--secondary .row:last-child > *:last-child { margin-bottom: 0; }
}

/* ------------------------------------------------------------ *\
    Testimonial
\* ------------------------------------------------------------ */

.testimonials {
    margin-bottom: -20px; 
}
.testimonial {
    width: calc(50% - 15px); 
    margin: 20px 0; 
    padding: 40px 40px 36px; 
    border-radius: 4px; 
    background-color: #fff; 
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); 
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); 
}

.testimonial blockquote { 
    font-size: 24px; 
    line-height: 1.5; 
    font-family: 'Noto Sans',sans-serif;
}
.testimonial .testimonial__info { margin-top: 27px; font-size: 18px; }
.testimonial .testimonial__info p { margin-bottom: 0; font-family: 'Poppins', sans-serif; }
.testimonial .testimonial__info strong { font-family: 'Poppins', sans-serif; font-weight: 700; }
.testimonial .testimonial__info span { display: block; }
.testimonial .testimonial__rate { 
    width: 160px; 
    color: #E8DD0C; 
    font-size: 19px;
    margin: 0 -10px 0 0;
}
.testimonial .testimonial__rate i { margin: 0 3px 0 2px; }

@media(max-width: 1024px){
    .testimonial .testimonial__info {
        flex-direction: column;
    }
    .testimonial .testimonial__rate {
        margin-top: 10px; 
    }
}

@media(max-width: 767px){
    .testimonial {
        width: 100%; 
    }
    .testimonial blockquote {
        font-size: 20px; 
    }
}

@media(max-width: 500px){
    .testimonial {
        padding: 20px; 
    }
}

/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */

.hbspt-form {
    font-size: 16px; 
    line-height: 1.63; 
}
.hbspt-form * {
    box-sizing: border-box !important;
}
.hbspt-form label {
    display: block; 
    margin-bottom: 2px; 
    font-weight: 700; 
    font-size: 16px; 
}
.hbspt-form .field {margin-bottom: 19px; }
.hbspt-form textarea,
.hbspt-form input { 
    width: 100%;
    height: 46px; 
    padding: 10px 20px; 
    border-radius: 23.5px;  
    border: 1px solid #fff; 
    color: #000; 
}
.hbspt-form textarea {
    height: 102px; 
    border-radius: 15px;  
}
.hbspt-form .inputs-list {
    list-style: none; 
}
.hbspt-form .inputs-list label {
    font-size: 14px; 
    font-weight: 400; 
}
.hbspt-form .inputs-list label.hs-error-msg {
    color: #ffa467; 
}
.hbspt-form .inputs-list li {
    margin-top: 5px; 
}
.hbspt-form .hs_submit {
    margin-top: -7px; 
    margin-bottom: 2px; 
}
.hbspt-form .hs_submit input {
    color: #fff; 
    font-weight: 700; 
    font-size: 20px; 
    padding: 14px 30px; 
    height: auto; 
    -webkit-box-shadow: 0 2px 0 0 #D93320; 
            box-shadow: 0 2px 0 0 #D93320; 
    border: 2px solid #fff; 
    border-radius: 30px; 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7417+0,ee3823+100 */
    background: rgb(255,116,23); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,116,23,1) 0%, rgba(238,56,35,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,116,23,1) 0%,rgba(238,56,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,116,23,1) 0%,rgba(238,56,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7417', endColorstr='#ee3823',GradientType=1 ); /* IE6-9 */
}
.hbspt-form .hs_submit input:hover {
    background: #FF7417; 
}

/* ------------------------------------------------------------ *\
    Career
\* ------------------------------------------------------------ */

.careers {
    margin: 35px -15px; 
}

.career {
    width: calc(25% - 30px); 
    margin: 15px; 
    position: relative; 
}
.career:hover {
    z-index: 2; 
}
.career:hover a {
    background-color: #17ACFF; 
}
.career a {
    font-family: 'Poppins';
    height: 75px; 
    background-color: #fff; 
    border-radius: 4px; 
    border: 2px solid #17ACFF; 
    display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; 
    align-items: center;
    justify-content: center;
    font-weight: 700; 
    text-decoration: none; 
    font-size: 18px; 
    line-height: 1.11; 
    text-align: center; 
    padding: 10px; 
    letter-spacing: 0.4px; 
}
.career .career__popup {
    width: 664px; 
    padding: 40px; 
    max-width: 51vw; 
    position: absolute; 
    top: 16px; 
    left: calc(100% - 16px); 
    background-color: #fff; 
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); 
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); 
}
.career .career__popup h5 {
    color: #0391C9; 
    font-size: 14px; 
    font-weight: 700; 
    text-transform: uppercase; 
}
.career .career__popup ul h5 {
    color: #000; 
}

.career .career__popup-col {
    width: calc(50% - 30px); 
}

@media(min-width: 768px){
    .career .career__popup {
        opacity: 0; 
        visibility: hidden; 
    }
    .career:hover .career__popup {
        opacity: 1; 
        visibility: visible; 
    }
}

@media(min-width: 1025px){
    .career:nth-child(4n+4) .career__popup,
    .career:nth-child(4n+3) .career__popup {
        right: calc(100% - 16px); 
        left: auto; 
    }
}
@media(max-width: 1024px){
    .career { width: calc(50% - 30px); }
    .career .career__popup {
        max-width: 60vw; 
        left: 75%; 
        padding: 20px; 
    }
    .career:nth-child(2n) .career__popup {
        right: 75%; 
        left: auto; 
    }

    .career .career__popup-col {
        width: calc(50% - 10px); 
    }
}

@media(max-width: 767px){
    .careers {
        margin-left: 0; 
        margin-right: 0; 
    }
    .career { 
        width: 100%; 
        margin: 10px 0; 
    }

    .career .career__popup {
        display: none; 
    }
    .career .career__popup,
    .career:nth-child(2n) .career__popup {
        left: 0; 
        right: 0; 
        max-width: 100%; 
        width: 100%; 
        position: relative; 
        margin-top: 10px; 
        margin-bottom: 10px; 
    }

    .career .career__popup-col {
        width: 100%; 
        margin-bottom: 20px; 
    }

    .career .career__popup-col:last-child {
        margin-bottom: 0; 
    }
}

/* ------------------------------------------------------------ *\
    List items
\* ------------------------------------------------------------ */

.list-items li {
    border: 2px solid #282828; 
    position: relative; 
    border-radius: 8px; 
    width: 100%; 
    padding: 10px 10px; 
}
.list-items li + li { margin-top: 39px; }
.list-items li:last-child:before,
.list-items li:last-child:after { display: none; }
.list-items li:before {
    content: ''; 
    display: block; 
    height: 16px; 
    width: 1px; 
    position: absolute; 
    left: 50%; 
    top: 100%; 
    margin-top: 2px; 
    background-color: #282828; 
    opacity: .4; 
}
.list-items li:after {
    content: ''; 
    opacity: .4; 
    position: absolute; 
    left: 50%; 
    top: 100%; 
    margin-left: -6px; 
    margin-top: 18px; 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #282828 transparent transparent transparent;
}

/* ------------------------------------------------------------ *\
    List specialties
\* ------------------------------------------------------------ */

.list-specialties li {
    border-radius: 8px; 
    width: 100%; 
    padding: 10px 10px;  
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); 
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); 

}
.list-specialties li + li {
    margin-top: 14px; 
}