.add-menu a:after, .main-menu a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4fbfd4;
    -webkit-transition: .4s width;
    transition: .4s width;
}


blockquote::before {
    content: "“";
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    color: rgb(51,177, 201);
    font-family: Avenue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    font-size: 90px;
    text-rendering: auto;
    -webkit-font-smoothing: subpixel-antialiased;
}


.button, button, input[type=button], input[type=reset], input[type=submit] {
    font-family: 'Avenue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    display: inline-block;
    max-width: 100%;
    border: 0;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    line-height: 1.142857142857143;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    background-color: #33b1c9;
    color: #fff;
    border-radius: 5px;
    padding: 16px 30px 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
}

cite, .tvda-subtitle {
    font-family: 'Avenue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4fbfd4;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
}

.post-standard_author-h {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    display: none;
}

a {
    color: #ffffff;
    -webkit-transition: .4s color;
    transition: .4s color;
    text-decoration: none;
}

a:hover {
    color: #5472d2;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: transparent;
    min-width: 320px;
    font-size: .875em;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #323232;
    line-height: 1.8;


.upb_bg_overlay, .upb_bg_overlay_pattern {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
    display: none;
}

.team-member_cnt {
    border-top: 1px solid #666;
    padding-top: 25px;
}
