﻿
h1{
    margin:0;
    padding:0;
}
h2
{
    margin-top:0;
}
@media (min-width: 480px) {
    h1 {
        font-size: -webkit-calc( 25px + ( 28 - 25 ) * ( ( 100vw - 480px ) / ( 1280 - 480 ) ) );
        font-size: calc( 25px + ( 28 - 25 ) * ( ( 100vw - 480px ) / ( 1280 - 480 ) ) );
    }
}

@media (min-width: 1280px) {
    h1 {
        font-size: 1.75em; /*28px;*/
    }
}
/* mobile/desktop ads margin/padding adjust */
#div-gpt-ads_content_320x50mid {
    padding-bottom: 10px;
}

#div-gpt-ad-728x90mid {
    margin-bottom: 30px;
}

#div-gpt-ad-content-2 /* mobile mid */ {
    margin-bottom: 10px;
}

#div-gpt-ad-bottom-1 /* desktop bottom */ {
}
/* end: mobile/desktop ads margin/padding adjust */

/* overwrite partial style <bootstrap-salary.web.css > */

.sa-infoblock-cta {
    line-height: 1.3;
}

hr {
    border-top: 1px solid #e6e7e8;
}

.sa-searchinput [type=search]:focus {
    border-color: #e6e7e8;
    outline: 0;
    box-shadow: none;
}

/* end: overwrite partial style <bootstrap-salary.web.css > */
/* start master layout */
.exe-content-container {
    align-self: stretch;
    border-radius: 3px;
    height: 100%;
}

.hr_green {
    margin-top: 20px;
    background: linear-gradient(to right, #69BD08 80%,green );
    height: 4px;
}

.flex-div {
    display: flex;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
}

.flex-basic-fill {
    flex-basis: 100%;
}

.padding-right20 {
    padding-right: 20px !important;
}

.padding-left12 {
    padding-left: 12px !important;
}

.padding-right12 {
    padding-right: 12px !important;
}

.padding-left25 {
    padding-left: 25px !important;
}

.padding-left35 {
    padding-left: 35px !important;
}

.padding-top25 {
    padding-top: 25px !important;
}

.padding15 {
    padding: 15px !important;
}

.flex-nowrap {
    flex-flow: nowrap !important;
}

.margin-right15 {
    margin-right: 15px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

/* end: master layout */
.exe-alphabets-div {
    margin-left: -20px;
}

    .exe-alphabets-div a {
        margin-bottom: .8em;
        width: 44px;
        height: 34px;
        font-size: 1em;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.exe-selected-executives {
    background-color: #007dbc;
    color: #fff;
    padding: 0px 10px;
}
