a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}
ol,ul {
    list-style:none
}
body {
    font-family: hero-new,sans-serif;
    font-size: 14px;
    line-height: 1.3;
    background-color: #1A6CB2
}
a {
    color: #0872b4;
    text-decoration: none
}
.inline {
    display: inline
}
* {
    transition: background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out,fill .15s ease-out,box-shadow .15s ease-out
}
ul.inline,ul.inline>li {
    display: inline-block
}
ul.inline>li {
    vertical-align: baseline
}
p {
    margin-bottom: .75em
}
p:last-child {
    margin-bottom: 0
}
h1,h2,h3,h4,h5,h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px
}
.circleimage {
    border-radius: 50%;
}
.page-container {
    width: 100%;
    height: 100%;
    overflow: visible
}
.page-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}
@media only screen and (max-width:640px) and (orientation:portrait) {
    .browser-iphone .page-content {
        min-height: calc(100vh - 76px)
    }
}
@media only screen and (min-height:635px) and (orientation:portrait) {
    .browser-iphone .page-content {
        min-height: calc(100vh - 110px)
    }
}
main {
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 0
}
.profile-scope main {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch
}
.profile-scope main>:first-child {
    width: 100%
}
.profile-scope .profile-column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    position: relative
}
.profile-scope .profile-column>:first-child {
    width: 100%
}
@media only screen and (min-width:721px) {
    .profile-scope main {
        padding-right: 0;
        transition: padding-right .25s ease-in-out
    }
    .panel-right .profile-scope main {
        padding-right: 400px
    }
}
.profile.profile_view-scope {
    font-family: "Proxima Nova",Tahoma,Helvetica,Verdana,sans-serif;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
    min-width: 320px;
    position: relative
}
.profile.profile_view-scope .profile-content {
    color: #333;
    z-index: 1
}
.profile.profile_view-scope .profile-content,.profile.profile_view-scope .profile-content .body,.profile.profile_view-scope .profile-content .head {
    box-sizing: border-box
}
.profile.profile_view-scope .profile-content .body {
    display: flex;
    flex-direction: column;
    align-items: center
}
.profile.profile_view-scope .profile-content .body>* {
    width: 100%
}
.profile.profile_view-scope .profile-content .body-content {
    padding: 30px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}
.profile.profile_view-scope .profile-content .inset {
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 440px;
    width: 100%
}
.profile.profile_view-scope .profile-content section+section:not(:empty) {
    margin-top: 30px
}
.profile.profile_view-scope .profile-content .image {
    background-color: #eee
}
.profile.profile_view-scope .profile-content .name {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0;
    color: #333
}
.profile.profile_view-scope .profile-content .headline {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0
}
.profile.profile_view-scope .profile-content .bio {
    font-size: 16px;
    text-align: left;
    word-wrap: break-word
}
@media only screen and (max-width:430px) {
    .profile.profile_view-scope .profile-content .bio {
        max-width: 100%
    }
}
.profile.profile_view-scope .profile-content .social-links {
    max-width: 470px
}
.profile.profile_view-scope .profile-content .social-links li {
    padding: 0;
    margin: 12.5px;
    width: 36px;
    height: 36px;
    font-size: 30px;
    line-height: 36px;
    cursor: pointer;
    display: block;
    color: #999
}
.profile.profile_view-scope .profile-content .social-links li svg {
    fill: #999;
    height: 100%;
    width: 100%
}
.no-touchevents .profile.profile_view-scope .profile-content .social-links li {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    will-change: opacity
}
.no-touchevents .profile.profile_view-scope .profile-content .social-links li:hover {
    opacity: .8
}
.profile.profile_view-scope .profile-content .meta-header {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 5px
}
.profile.profile_view-scope .profile-content ul.inline {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap
}
.profile.profile_view-scope .profile-content ul.inline,.profile.profile_view-scope .profile-content ul.meta-sections {
    display: flex;
    justify-content: center
}
.profile.profile_view-scope .profile-content ul.meta-sections {
    font-size: 14px
}
.profile.profile_view-scope .profile-content ul.meta-sections .meta-item {
    display: block
}
@media only screen and (min-width:641px) {
    .profile.profile_view-scope .profile-content ul.meta-sections {
        flex-direction: row
    }
    .profile.profile_view-scope .profile-content ul.meta-sections .meta-section:nth-last-child(n+2),.profile.profile_view-scope .profile-content ul.meta-sections .meta-section:nth-last-child(n+2)~.meta-section {
        width: 50%;
        box-sizing: border-box;
        padding: 0 5px
    }
}
@media only screen and (max-width:640px) {
    .profile.profile_view-scope .profile-content ul.meta-sections {
        flex-direction: column
    }
    .profile.profile_view-scope .profile-content ul.meta-sections .meta-section {
        width: 100%
    }
    .profile.profile_view-scope .profile-content ul.meta-sections .meta-section+.meta-section {
        margin-top: 20px
    }
}
.profile.profile_view-scope.small {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px
}
.profile.profile_view-scope.small .profile-content {
    width: 620px;
    max-width: calc(100vw - 10px);
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 60px
}
.profile.profile_view-scope.small .head .image {
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.1);
    border-radius: 50%;
    margin: -60px auto 20px;
    width: 120px;
    height: 120px
}
