.essay-services-block,
.writing-services-block{
    display: inline-block;
}
.header-menu-wrapper .writing-services + .dropdown-menu {
    left: 145px;
}
.header-menu-wrapper .essay-services {
    position: relative;
}
.header-menu-wrapper .essay-services a:after {
    background-image: url(../img/icons/down-arrow.svg);
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.header-menu-wrapper .writing-services a:after{
    background-image: url(../img/icons/down-arrow.svg);
}
.header-menu-wrapper .dropdown-menu {
    display: unset;
    top: 44px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.header-menu-navigation .dropdown-toggle {
    cursor: pointer;
}
.header-menu-navigation-li.essay-services + .dropdown-menu.e-s {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: .5s;
}
.header-menu-navigation-li.essay-services.open + .dropdown-menu.e-s{
    display: block;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s;
}
.header-menu-navigation-li.writing-services + .dropdown-menu.w-s{
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: .5s;
}
.header-menu-navigation-li.writing-services.open + .dropdown-menu.w-s{
    display: block;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s;
}
.header-menu-navigation-li:nth-child(1).active:hover~.header-menu-navigation-li--line {
    -webkit-transform: translate3d(43px,0,0);
    transform: translate3d(43px,0,0);
}
.header-menu-navigation-li:nth-child(3).active:hover~.header-menu-navigation-li--line {
    -webkit-transform: translate3d(184px,0,0);
    transform: translate3d(184px,0,0);
}
.header-menu-navigation-li:nth-child(5).active:hover ~ .header-menu-navigation-li--line {
    -webkit-transform: translate3d(297px,0,0);
    transform: translate3d(297px,0,0);
}
.header-menu-navigation-li:nth-child(6).active:hover ~ .header-menu-navigation-li--line {
    -webkit-transform: translate3d(368px,0,0);
    transform: translate3d(368px,0,0);
}
#mobile-menu .drop-m > a:after {
    background-image: url(../img/icons/down-arrow.svg);
}
.colleges-page blockquote ul li {
    text-align: left;
}
.colleges-page .services.blockquote {
    margin: 30px auto 0 auto;
}

.colleges-page .services.blockquote blockquote {
    box-shadow: 0 0 11px 0 rgba(214,214,214,.82);
    background-color: #fff;
    border-radius: 8px;
}

.colleges-page .services.blockquote blockquote h3:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    display: inline-block;
    right: 20px;
    top: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 1;
    background-image: url(/assets/img/icons/faq-btn.svg);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.colleges-page .services.blockquote blockquote h3.transform:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.blog-content-wrap .storycontent a {
    color: #466a8f;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
@media (max-width: 992px) {
    #mobile-menu .dropdown-menu {
        width: 40%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    #mobile-menu .dropdown-menu {
        width: 90%;
        text-align: center;
    }
    .colleges-page blockquote .custom-list {
        display: block;
    }
}

.author-infoblock {
    position: relative;
    background: #F9F9F9;
    padding: 30px;
    display: flex;
}

@media (max-width: 480px) {
    .author-infoblock {
        flex-direction: column;
        align-items: center;
    }
}

.author-infoblock .author-infoblock__img {
    flex-basis: 100%;
    margin-right: 20px;
}

.author-infoblock__subwrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.author-infoblock__person {
    font-size: 24px;
    line-height: 30px;
    color: #3C444C;
}

.author-infoblock__socials span {
    display: inline-block;
    height: 38px;
    vertical-align: bottom;
}

@media(max-width: 767px) {
    .author-infoblock__socials span {
        display: none;
    }
}
