.about-body{
	font-family: 'Segoe UI', sans-serif;
}
.who-section{
	padding-top: 121px;
}
.hero-down-button{
    display: none;
}
.hero-container:hover .hero-down-button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.a-hero-section.author{
	min-height: 50vh;
	padding-top: 161px;
}
.ha-full-name{
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 6px #000;
}
.ha-profile-pic-wrapper{
	/* background-color: #fff; */
	background-color: rgba(255, 255, 255, 0.55);
	padding: 2px;
	width: 154px;
    height: 154px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}
.ha-profile-pic-container{
    width: 150px;
    height: 150px;
    /* margin-left: auto;
    margin-right: auto; */
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ha-author-data-t{
	text-shadow: 1px 1px 6px #000;
}

.ha-author-media-container{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ha-data-separator{
    margin: 0 17px;
}

.contact-form-section{
	padding-top: 83px;
}
.history-section{
	padding-bottom: 87px;
}

.contact-title-under-letter{
    width: 27px;
    height: 4px;
    margin-left: 2px;
    background-color: #333;
}

.contact-success-icon{
	font-family: 'Fontawesome webfont';
}




/*
*
* Modal BG
*
*/


.acc-modal-window-bg {
    display: block;
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: none;

    /*position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding-right: 16px;
    padding-left: 16px;*/
    /*background-color: rgba(0, 0, 0, .46);*/
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    z-index: 1;
    /*background-color: rgba(0, 0, 0, .60);*/
}


.acc-modal-window {
    display: block;
    max-width: 460px;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1px;
    background-color: #fff;
    padding-bottom: 38px;
}

.ck-modal-header {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}
.ck-modal-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}
.ck-modal-close-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px 13px 10px 10px;
    opacity: 0.45;
}
.ck-modal-close-wrapper:hover {
    opacity: 0.57;
}
.ck-modal-close-img {
    max-height: 17px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.ck-modal-body {
    padding-right: 30px;
    padding-left: 30px;
}
.ck-modal-bottom {
    padding-right: 30px;
    padding-left: 30px;
}

.ck-modal-close-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0072bc;
    border-radius: 2px;
    color: #0072bc;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: none;
}

.ck-modal-primary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #0072bc;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-decoration: none;
}

.ck-modal-primary-button:hover{
    color: #fff;
}

.acc-modal-success-title {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.acc-modal-success-icon {
    margin-bottom: 16px;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #0072bc;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
}

.acc-modal-success-msg {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.modal-warning-tracking-number{
    font-style: italic;
}

.ck-modal-primary-button-wrapper{
    padding-top: 17px;
}

.m-input {
    height: 44px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 2px;
    color: #000;
    font-size: 20px;
}
.m-select {
     height: 44px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 6px;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    font-size: 18px;
}

.muted-label {
    color: #8a8a8a;
    font-weight: 400;
    
}
.mi-wrapper .muted-label{
    margin-bottom: 9px;
}

.mi-warning {
    display: none;
    padding-bottom: 4px;
    color: #e00000;
    font-size: 16px;
}
.mi-wrapper{
    font-size: 18px;
}
.mi-wrapper.margin-bottom {
    margin-bottom: 20px;
}


/*
*
* Modal: Sub;
*
*/
.acc-modal-window-bg.sub .acc-modal-window{
    max-width: 860px;
}
.m-sub-title{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.m-sub-title .m-sub-title-t{
    display: inline;
    position: relative;
}
.m-sub-title .m-sub-title-u{
    position: absolute;
    width: 27px;
    height: 4px;
    margin-left: auto;
    right: 0;
    background-color: #333;
}

.m-sub-mid-t{
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
}
.m-sub-small-t{
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.acc-modal-window-bg.sub .m-sub-mid-t{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.acc-modal-window-bg.sub .m-body-t{
    margin-bottom: 40px;
}

/*
*
* Modal: Story;
*
*/

.acc-modal-window-bg.story .m-sub-title{
    font-size: 46px;
}
.acc-modal-window-bg.story .m-sub-mid-t{
    font-size: 26px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    margin-bottom: 28px;
}
.acc-modal-window-bg.story .acc-modal-window{
    max-width: 660px;
}


.acc-modal-window-bg.story .m-sub-mid-t span{
    display: block;
}

.acc-modal-window-bg.story .m-sub-title .m-sub-title-u{
    width: 42px;
}

.acc-modal-window-bg.story .story-form{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.p_about-label{
    font-weight: 600;
    color: #4e4e4e;
    margin-bottom: 12px;
}

.m-textarea{
    margin-bottom: 0px;
    padding-top: 7px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 2px;
    color: #000;
    font-size: 20px;
    min-height: 120px;
}

.acc-modal-window-bg.story .muted-label{
    display: none;
}
.m-select{
    color: #999;
}
.m-select:valid{
    color: #333;
}

.m-story-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-decoration: none;
}

.story-success-view{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



@media (max-width: 991px){
	.ha-full-name{
		
	}
}

@media (max-width: 925px){
    .header-contact-btn{
        min-width: 0;
    }
    .hc-btn-lead-t{
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 850px){
    .header-contact-btn{
        min-height: 52px;
    }
    .header-contact-btn.sub .hc-btn-small-t{
        display: none;
    }
}


@media (max-width: 620px){
    .header-contact-btn.story .header-contact-btn-col-1,
    .header-contact-btn-col-1{
        padding-right: 10px;
    }
    .header-contact-btn.sub img{
        width: 25px;
        height: 16px;
    }
    .header-contact-btn.story img{
        width: 22px;
        height: 22px;
    }
    .hc-btn-lead-t {
        font-size: 14px;
        line-height: 20px;
    }
    .logo-t{
        font-size: 24px;
    }
}
@media (max-width: 530px){
    .header-contact-btn.sub .header-contact-btn-col-2{
        display: none;
    }
    .header-contact-btn.sub  .header-contact-btn-col-1{
        padding-right: 0;
    }


    .acc-modal-window-bg.story .muted-label{
        display: block;
    }

    input::-webkit-input-placeholder{
        color: transparent;
    }
    input:-moz-placeholder{
        color:    #fff;
        opacity:  1;
    }
    input::-moz-placeholder{
        color:    #fff;
        opacity:  1;
    }
    input:-ms-input-placeholder{
        color:    #fff;
        opacity:  1;
    }

}
@media (max-width: 479px){
    .h-header-btns-col{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header-contact-btn.sub img {
        width: 20px;
        height: 14px;
    }

    .header-contact-btn.story .header-contact-btn-col-1{
        display: none;
    }

    .acc-modal-window-bg.story .m-sub-title-t,
    .acc-modal-window-bg.sub .m-sub-title-t{
        font-size: 40px;
    }

    .acc-modal-window-bg.story .m-sub-mid-t,
    .acc-modal-window-bg.sub .m-sub-mid-t{
        font-size: 26px;
        line-height: 30px;
    }

    .ck-modal-body{
        padding-right: 15px;
        padding-left: 15px;
    }
    .acc-modal-window-bg.story .m-sub-title-t, .acc-modal-window-bg.sub .m-sub-title-t{
        font-size: 28px;
        line-height: 36px;
    }
    .acc-modal-window-bg.story .m-sub-mid-t, .acc-modal-window-bg.sub .m-sub-mid-t{
        font-size: 24px;
        line-height: 30px;
    }
    .acc-modal-window-bg{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 412px){
    .header-contact-btn.sub{
        display: none;
    }
    
}

@media (max-width: 360px){
    .header-contact-btn.story{
        margin-left: auto;
    }
    .hc-btn-small-t,
    .hc-btn-lead-t{
        font-size: 12px;
    }
    .logo-t {
        font-size: 20px;
    }
}