/*
    OpenSponsorship Defaul Styles
*/
/*
    Created on : Mar 6, 2016, 1:27:59 PM
    Author     : nick@opensponsorship.com
*/

body {
    padding-top: 66px;
}

@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
    body {

    }
}

@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: portrait) {
    body {

    }
}

a {
    text-decoration: none;
}

a > i {
    color: #ddd;
}

.md-select-value *:first-child {
    flex: 1 1 auto;
}

.white-text {
    color: #fff;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.display-block {
    display: block;
}

.searching-processor-container {
    height: 500px;
}

.block-bullet{
    margin: 5px 0;
}

@media screen and (min-width: 959px) {
    .fixed-positioning{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: auto;
    }
}

.loading-spinner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    left: 0px;
}

.os-loader.loading .loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.loading-spinner md-progress-circular {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1000;
}


/* The starting CSS styles for the enter animation */
.fade.ng-enter {
    transition:0.5s ease-in-out all;
    opacity:0;
    height: 0;
}

/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
    opacity:1;
    height: auto;
}

/* now the element will fade out before it is removed from the DOM */
.fade.ng-leave {
    transition:0.5s out all;
    opacity:1;
    height: auto;
}

.fade.ng-leave.ng-leave-active {
    opacity:0;
    height: 0;
}

/* there is no need to define anything inside of the destination
CSS class since the keyframe will take charge of the animation */
.fade.ng-leave {
    animation: my_fade_animation 0.5s linear;
    -webkit-animation: my_fade_animation 0.5s linear;
}

@keyframes my_fade_animation {
    from { opacity:1; height: auto; }
    to { opacity:0; height: 0; }
}

@-webkit-keyframes my_fade_animation {
    from { opacity:1; height: auto;}
    to { opacity:0; height: 0; }
}

.error-message {
    color: red;
    font-size: 0.8em;
}

.header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

@media (max-width: 959px){
    md-sidenav {
        z-index: 1000;
    }
}

.nav-menu-button {
    min-width: 44px;
}

._md-select-menu-container {
    z-index: 1000;
}

.margin-bottom {
    margin-bottom: 15px;
}

.label-margin-left {
    margin-left: 7px;
}

.input-margin-bottom {
    margin-bottom: 42px;
}

.btn-login {
    width: 50%;
}

.static-content {
    width: 80%;
}

i.name.fa.fa-certificate {
    color: #63b509 !important;
}

.profile .basicView .name {
    display: inline-block;
}

.obfuscate {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

.layout-relative {
    position: relative;
}

.layout-relative .btn.call.overlay-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    width: 250px;
    top: 50%;
    bottom: 0;
    height: 38px;
    -webkit-box-shadow: 0px 5px 40px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 40px 5px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 40px 5px rgba(0,0,0,0.6);
}

.highlight em {
    background-color: yellow;
}

/*
    Chart Styles
*/

.bar {
  fill: #064250;
}

.bar text {
    fill: white;
    font: 10px sans-serif;
    text-anchor: end;
}

.bar--negative {
  fill: darkorange;
}

.axis text {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #cdcdcd;

}

.intl-tel-input {
    width: 100%;
    margin-top: 5px;
}

.create-new-no-profile-container .toolbar {
    padding-left: 0px;
    margin-left: 0px;
}

.create-new-no-profile-container .toolbar li {
    float: none;
}

.create-new-no-profile-container .toolbar li .toolbar_dropdown {
    left: 0;
}

.dash-container {

    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px;
    margin: 0 7px;

}

.profile.dash-row {
    margin: 0;
}

.tabulate.dash-table td {
    font-size: 14px;
    padding: 5px 10px;
}

.dash-table td.text-right {
    text-align: right;
}

.dash-table td.text-center {
    text-align: center;
}

.dash-table .socialIcon {
    vertical-align: top;
}

.dash-table .sports {
    font-size: 12px;
}

.underline {
    text-decoration: underline;
}

/*
    STATIC PAGES =====================================================================
*/

.static-page-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.static-page {
    padding: 15px 10%;
    margin: 0;
    min-height: 70vh;
}

@media (min-width: 1199px) {
    .static-page {
        padding: 15px 15%;
    }
}

@media (max-width: 500px) {
    .static-page {
        padding: 15px 0px;
    }
}

.static-page-list {
    margin-left: 50px;
}

.static-page-member-photo {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    object-fit: cover;
}

.static-page-member-card {
    height: 475px;
}

.static-page-member-card .md-headline {
    font-size: 1.2rem;
}

.static-page-member-card .md-subhead {
    font-size: 0.8rem;
}

/*
    HEADER =====================================================================
*/

.os-logo-header {
    height: 45px;
    margin-top: 10px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.collapse {
    display: none;
}

@media (min-width: 1000px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

nav a {
    text-decoration: none;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.global-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 66px;
    background: #607D8B;
    color: #fff;
    -webkit-font-smoothing: antialiased;

}

@media (min-width: 0) {
    .global-header {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 641px) {
    .global-header {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (min-width: 1025px) {
    .global-header {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 1801px) {
    .global-header {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.global-header .global-header-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.global-header .logo-container a {
    font-size: 1.75rem;
    display: block;
    height: 66px;
    color: #f8f8f8;
    line-height: 66px;
}

/*
    Logo container
*/

.global-header .logo-container {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    text-align: center;
}

@media (min-width: 800px) {
    .global-header .logo-container {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        display: inline-block;
        position: relative;
        left: 0;
        float: left;
        margin-left: 0;
        padding: 0 30px 0 0;
        width: auto;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .global-header .logo-container {
        padding: 0 20px 0 0;
    }
}

.global-header .logo-container h1 {
    margin: 0;
}


.global-header .logo-container .os-logo-header {
    display: none;
}

@media (min-width: 800px) {
    .global-header .logo-container .os-logo-header {
        display: inline;
    }
}


.global-header .logo-container .os-logo-small {
    display: inline;
    height: 25px;
}

@media (min-width: 800px) {
    .global-header .logo-container .os-logo-small {
        display: none;
    }
}



.global-header .mobile-only {
    display: block;
}


.global-header .icon-text {
    display: inline-block;
    position: relative;
    line-height: 16px;
    top: -2px;
}

.menu-icon {
    font-size: 1.5em;
}

.avatar {
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('/assets/img/avatar_placeholder.png');
}

.avatar-inline {
    display: inline-block;
    vertical-align: middle;
}

.global-header .global-header-avatar {
    width: 32px;
    height: 32px;
    box-shadow: 0 0 1px #fff;
    margin-right: 3px;
}





/*
    Primary nav
*/


nav ul {
    margin: 0;
    list-style: none;
}

nav ul li {
    margin: 0;
}

.primary-nav {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.primary-nav .nav-trigger {
    font-size: 1.5rem;
    color: #fff;
    line-height: 66px;
    padding: 0 20px;
    text-decoration: none;
}
.primary-nav .nav-trigger .icon {
    display: block;
}

.primary-nav-list {

    background: #fff;
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;

}



.android-banner-show .primary-nav-list {
    top: 124px;
}

ul.primary-nav-list, .navbar-collapse {
    padding: 0px;
}

.primary-nav-list.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;

}

.primary-nav-item {
    border-bottom: 1px solid #D7DDE1;
    margin-left: 20px;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.primary-nav-item:last-of-type {
    border-bottom: none;
}

.primary-nav-anchor {
    display: block;
    color: #4e8be6;
    padding: 10px 20px 10px 0;
}

.primary-nav-anchor:hover {
    color: #1d63cb;
}

@media (min-width: 800px) {
    .primary-nav-list {
        background: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        visibility: visible;
        opacity: 1;
        position: static;
    }

    .primary-nav-item {
        border: none;
        margin-left: -1px;
        width: auto;
    }

    .primary-nav-anchor {
        color: #fff !important;
        line-height: 66px;

        padding: 0 30px;
        position: relative;
    }

    .primary-nav-anchor:after, .primary-nav-anchor:before {
        transition: all 0.3s cubic-bezier(.16, .6, .04, 1.27);
        content: "";
        position: absolute;
        left: 0;
        bottom: 24px;
        top: 24px;
        width: 1px;
        background: #5F6B72;
    }

    .primary-nav-anchor:before {
        left: auto;
        right: 0;
    }

    .primary-nav-anchor:hover {
        background: #455A64;
        text-decoration: none;
    }

    .primary-nav-anchor:hover:after, .primary-nav-anchor:hover:before {
        height: auto;
        top: 0;
        bottom: 0;
    }


    @media (max-width: 1200px) {
        .primary-nav-anchor {
          padding: 0 20px;
        }
    }

    .primary-nav-anchor:hover {
        color: #fff;
    }

    .primary-nav-anchor .link-text {
        transition: all 0.3s cubic-bezier(.16, .6, .04, 1.27);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        display: block;
    }

    .primary-nav-anchor:active .link-text {
        -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
                transform: scale(.9);
    }

    .primary-nav-anchor.is-active {
        background: #4F5A61;
        position: relative;
        z-index: 1;
    }

    .primary-nav-anchor.is-active:after, .primary-nav-anchor.is-active:before {
      opacity: 0;
    }
}

/*
    Secondary Nav
*/

.header-dropdown {
    position: relative;
}

.secondary-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.secondary-nav .secondary-nav-item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: -1px;
    width: auto;
}

.secondary-nav .secondary-nav-item > a {
    color: #fff;
    line-height: 66px;
    overflow: hidden;
    padding: 0 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

    text-decoration: none;
}

.secondary-nav .secondary-nav-item > a:after, .secondary-nav .secondary-nav-item > a:before {
    transition: all 0.3s cubic-bezier(.16, .6, .04, 1.27);
    content: "";
    position: absolute;
    left: 0;
    bottom: 24px;
    top: 24px;
    width: 1px;
    background: #5F6B72;
}

.secondary-nav .secondary-nav-item > a:before {
    left: auto;
    right: 0;
}

.secondary-nav .secondary-nav-item > a:hover {
    background: #455A64;
}

.secondary-nav .secondary-nav-item > a:hover:before, .secondary-nav .secondary-nav-item > a:hover:after {
    height: auto;
    top: 0;
    bottom: 0;
}

.secondary-nav .secondary-nav-item > a .link-text {
    transition: all 0.3s cubic-bezier(.16, .6, .04, 1.27);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    display: block;
}

.secondary-nav .secondary-nav-item > a:active .link-text {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}

.secondary-nav .secondary-nav-item > a.is-active {
    background: #4F5A61;
    position: relative;
    z-index: 1;
}

.secondary-nav .secondary-nav-item > a.is-active:after, .secondary-nav .secondary-nav-item > a.is-active:before {
    opacity: 0;
}

.secondary-nav .secondary-nav-item .context-dropdown:after, .secondary-nav .secondary-nav-item .header-account-breakdown:after {
    right: 41px;
}

@media (max-width: 640px) {
    .secondary-nav .secondary-nav-item .header-dropdown-trigger:before {
        display: none;
    }
}

@media (max-width: 1200px) {
  .secondary-nav .secondary-nav-item > a {
        padding: 0 20px;
  }
}


.header-account-breakdown {
    border-radius: 3px 3px 0 0;
    padding: 20px;
}

.header-account-breakdown:after {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #3E6FB8;
    border-width: 6px;
    z-index: 1;
}

.header-account-breakdown .user-balance-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
}

.header-account-breakdown .user-balance-item {
    width: 100%;
}

.header-account-breakdown .user-balance-item.small {
      width: 50%;
}

.header-account-breakdown .account-value-header {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 100;
}

.header-account-breakdown .account-value-label {
    font-size: 1.2em;
    color: #294878;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.header-account-breakdown .account-value-label.balance-label {
    margin-bottom: 12px;
}

.header-account-list {
    font-size: 1.5em;
    padding: 0;
}

.header-account-list a[href*="ReferralCenter"] {
    font-weight: bold;
}

.header-account-list a[href*="ReferralCenter"]:after {
    content: "Earn cash";
    float: right;
    padding: 0 6px;
    background: #4e8be6;
    color: #f3f3f3;
    font-weight: bold;
    border-radius: 3px;
}

.header-account-list .logout-icon {
    margin-right: 8px;
}

.header-finance-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D7DDE1;
    padding: 0;
}

.header-finance-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50%;
    font-size: 1.4em;

}

.header-finance-item:first-of-type:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 15px;
    top: 15px;
    width: 1px;
    background: #D7DDE1;
}

.header-finance-anchor {
    color: #4e8be6;
    display: block;
    font-weight: bold;
    height: 52px;
    padding: 14px 0;
    text-align: center;
    width: 100%;
}

.header-finance-anchor:hover {
    color: #1d63cb;
}

.header-finance-anchor .icon {
    margin-right: 8px;
}

@media (min-width: 641px) {
    .header-account-nav {
        width: 360px;
    }
}

@media (min-width: 980px) {
    .header-account-nav .mobile-only {
        display: none;
    }
}


.header-referral-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
}
@media (min-width: 780px) {
    .header-referral-center {
        display: block;
    }
}

.header-referral-center a {
    display: block;
    height: 66px;
    padding: 19px 20px 19px 0;
    color: #f3f3f3;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.header-referral-center a span {
    font-size: 0.8rem;
    display: block;
    color: #abafb1;
    text-transform: uppercase;
}

.header-referral-center a:after, .header-referral-center a:before {
        display: none;
}

dropdown-trigger .dropdown-icon {
    font-size: 0.625rem;
    transition: all 0.3s cubic-bezier(.16, .6, .04, 1.27);
    margin-left: 5px;
}

.dropdown-trigger.is-active .dropdown-icon {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
            transform: rotate3d(0, 0, 1, 180deg);
}

.header-support-dropdown {
  display: none;
}

@media (min-width: 980px) {
    .header-support-dropdown {
        display: block;
    }
}

.header-username {
    margin-left: 5px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

@media (max-width: 1300px) {
    .header-username {
        display: none;
    }
}

.dropdown-trigger .dropdown-icon {
    font-size: 1em;
    transition: all 0.3s cubic-bezier(.16, .6, .04, 1.27);
    margin-left: 5px;
    line-height: 66px;
}




.context-dropdown {
    transition: all 0.3s cubic-bezier(.16, .6, .04, 1.27);
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: calc(100% - 10px);
    right: -12px;
    left: auto;

    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    text-transform: none;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
}

.context-dropdown:after {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
}

.context-dropdown.is-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    display: block;
    opacity: 1;
}

.context-dropdown .dropdown-item {
    border-bottom: 1px solid #D7DDE1;
    margin-left: 20px;
    white-space: nowrap;
}

.context-dropdown .dropdown-item:last-of-type {
      border-bottom: none;
}

.context-dropdown .dropdown-anchor {
    display: block;
    color: #000;
    padding: 10px 20px 10px 0;
}

.context-dropdown .dropdown-anchor:hover {
    color: #000;
    text-decoration: none;
}

.header-account-list .logout-icon {
    margin-right: 8px;
}

@media (max-width: 1200px) {
    .global-header .context-dropdown {
        right: -22px; }
}

@media (max-width: 640px) {
    .global-header .context-dropdown {
        position: fixed;
        top: 66px;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: auto;
    }
}



.header-add-funds {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  padding: 0 0 0 20px;
}

@media (min-width: 670px) {
    .header-add-funds {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.header-add-funds .user-balance {
    display: none;
    text-align: right;
    margin-right: 8px;
}

@media (min-width: 900px) {
    .header-add-funds .user-balance {
        display: block;
    }
}

.header-add-funds .balance-header {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
}

.header-add-funds .balance-label {
    font-size: 0.7em;
    line-height: 1;
    text-transform: uppercase;
}

.header-add-funds span {
    display: block;
}

.header-add-funds .link-add-funds {
    border: none;
    padding: 7px 9px;
}



/*
    Logged out user
*/


.login-menu-block-join {
    margin-right: 10px !important;
    font-size: 1.2em!important;
}
.login-menu-block-login {
    margin-right: 5px !important;
    font-size: 1.2em!important;
}
.logged-out-user.radio-button {

}
@media screen and (max-width: 499px) {
  .logged-out-user.radio-button {
      margin-left: 150px;
  }
}
@media screen and (min-width: 500px) and (max-width: 640px) {
  .logged-out-user.radio-button {
    float: right;
    margin-left: 75px;
  }
}
@media screen and (min-width: 641px) {
  .logged-out-user.radio-button {
    float: right;
  }
}

.logged-out-user {
    font-size: 0.875rem;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
.logged-out-user .contact-menu-block, .logged-out-user .support-menu-block, .logged-out-user .join-menu-block, .logged-out-user .login-menu-block {
    height: 65px;
    margin-right: 8px;
    line-height: 65px;
    vertical-align: middle;
}
.logged-out-user .contact-menu-block a, .logged-out-user .support-menu-block a, .logged-out-user .join-menu-block a, .logged-out-user .login-menu-block a {
    color: #dfdfdf;
}
.logged-out-user .contact-menu-block a:hover, .logged-out-user .support-menu-block a:hover, .logged-out-user .join-menu-block a:hover, .logged-out-user .login-menu-block a:hover {
    color: #fff;
}
.logged-out-user .contact-menu-block a.button, .logged-out-user .support-menu-block a.button, .logged-out-user .join-menu-block a.button, .logged-out-user .login-menu-block a.button {
    color: #fff;
}
@media (min-width: 640px) {
    .logged-out-user .contact-menu-block, .logged-out-user .support-menu-block, .logged-out-user .join-menu-block, .logged-out-user .login-menu-block {
        margin-right: 16px;
    }
}
.logged-out-user .contact-menu-block {
    display: none;
}
@media (min-width: 680px) {
    .logged-out-user .contact-menu-block {
        display: inline-block;
    }
}
.logged-out-user .contact-menu-block a:hover {
    background: transparent;
}
.logged-out-user .contact-menu-block .icon {
    display: inline-block;
    vertical-align: bottom;
}
.logged-out-user .support-menu-block {
    display: none;
}
@media (min-width: 480px) {
    .logged-out-user .support-menu-block {
        display: inline-block;
    }
}
.logged-out-user .support-menu-block a:hover {
    background: transparent;
}
.logged-out-user .join-menu-block {
    margin-right: 10px;
}
.logged-out-user .login-menu-block, .logged-out-user .join-menu-block {
    display: inline-block;
}
.logged-out-user .login-menu-block .button.mini, .logged-out-user .join-menu-block .button.mini {
    padding: 6px 9px;
}
.logged-out-user .login-menu-block .btn.button-transparent-bg, .logged-out-user .join-menu-block .btn.button-transparent-bg {
    color: #dfdfdf;
    border-color: #dfdfdf;
}
.logged-out-user .login-menu-block .btn.button-transparent-bg:hover, .logged-out-user .join-menu-block .btn.button-transparent-bg:hover {
    color: #fff;
}

a.join-now-button.trigger-signup.test-f1.button.mini.button-transparent-bg {
    background-color: #a1cf08;
    border-color: #a1cf08;
}

@media (max-width: 799px){

    .large-screen-only {
        display: none;
    }

}

@media (min-width: 800px){

    .small-screen-only {
        display: none;
    }

}

.login-menu-block {
    margin-right: -5px !important;
    cursor: pointer;
}


/*
    FOOTER =====================================================================
*/

.footer {
    font-size: 0.75rem;
    text-align: center;
    color: #333;
    background: #607D8B;
}

.footer a {
    text-decoration: none;
    color: #333;
    margin-bottom: 10px;
}

.os-logo-footer {
    height: 30px;
    display: block;
    float: right;
}

.social-and-copyright {
    text-align: right;
}


.social-link {
    margin-left: 10px;
}


/*
    HOME PAGE ==================================================================
*/

/*
================================================================================
================================================================================
=============================== HERO SECTION ===================================
================================================================================
================================================================================
*/

.hero-section {
    /* min-height: 100vh;
    color: #fff;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7862/pexels-photo.jpg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7862/pexels-photo.jpg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7862/pexels-photo.jpg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7862/pexels-photo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed; */

}

.hero-title-section {
    min-height: calc(90vh - 300px);
}

.hero-title {
    font-size: 5rem;
    margin: 0%;
}

@media (max-width: 480px){
    .hero-title {
        font-size: 3rem;
    }
}

.home-page-card {
    background-color: transparent;
}

.extra-padding {
    padding: 5px 15px;
}

.athlete-showcase-section {
    min-height: 475px;
}

@media (max-width: 960px) {
    .athlete-showcase-section {
        min-height: 800px;
    }
}

.social-connected-alert{
    padding-top: 27px;
    padding-left: 5px;
    color: #66BB6A;
}

.athlete-highlight-card {
    padding: 0 !important;
}

.athlete-showcase-sports {
    text-align: center;
    font-weight: 100;
    margin: 10px 0;
    font-size: 0.8rem;
}
.similar-athletes {
    height: 480px;
}
.suggested-athlete-profile{
    height: 60px!important;
    width: 60px!important;
}

.who-is-this-for-section, .athlete-showcase-section, .brand-showcase-section {
    display: block;
}

.who-is-this-for-section {
    position: relative;
}

.break-words-new-line {
    word-spacing: 1000px;
}

.as-seen-in-image {
    max-height: 50px;
    margin: 0 15px;
}

.home-brand-image {
    max-height: 100px;
    margin: 0 15px;
}
.more-info-bar{
    margin-bottom: 3%;
}
.more-info-btn {
    margin-right: 50px;
    min-width: 95px;
}

.text-center {
    text-align: center;
}

.contact-us-section {
    padding-top: 2%;
    min-height: 300px;

}

.customer-feedback-section {
    min-height: 300px;
}


/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    -webkit-perspective: 1000;
    transform-style: preserve-3d;
}
    /*  UPDATED! flip the pane when hovered */
    .flipper.flip .back {
        transform: rotateY(0deg);
    }
    .flipper.flip .front {
        transform: rotateY(180deg);
    }

/*.flip-container, .front, .back {
    width: 320px;
    height: 480px;
}*/

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}


/*
    SIGN UP / LOGIN ====================================================================
*/

.signup-content, .login-content {
    padding-top: 3%;
    padding-bottom: 3%;
    min-height: 70vh;
}

.signup-disclaimer {
    font-size: 0.7rem;
}

.signup-form, .login-form {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 300px;
}

.signup-text {
    min-height: 300px;
    color: #fff;
    font-size: 1.5rem;
}

.signup-text li {
    margin: 15px 30px;
}

.signup-athlete {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/6569/field-grass-lawn-meadow.jpg");
    background-repeat: no-repeat;
}

.signup-brand {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/57750/pexels-photo-57750.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/57750/pexels-photo-57750.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/57750/pexels-photo-57750.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/57750/pexels-photo-57750.jpeg");
    background-repeat: no-repeat;
}

.login {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/4516/sky-people-clouds-crowd.jpg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/4516/sky-people-clouds-crowd.jpg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/4516/sky-people-clouds-crowd.jpg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("https://static.pexels.com/photos/4516/sky-people-clouds-crowd.jpg");
    background-repeat: no-repeat;

}


/*

 DASHBOARD =====================================================================

*/

.list_messages.dash-messages {
    border: none;
}

.profile p.dash-info {
    font-size: 12px;
}

.dashboard-message-body{
    cursor: pointer;
    margin: 0 !important;
}

.dashboard-messages-title {
    cursor: pointer;
}

.dashboard-message-body:focus{
    outline: none;
}

.dashboard-content-container {
    min-height: 75vh;
}

.dashboard-tile {
    height: 80vh;
}


/* Campaigns */
.campaign-popular {
    color: #F44336;
}

.nav-icon {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 12px;
}

.dashboard-messages-container {
    //min-height: 450px;
    //max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
}

.message-time-sent {
    position: absolute;
    top: 10px;
    right: 10px;
}

.message-time-sent p {
    margin: 0;
    color: rgba(0,0,0,0.57);
    font-size: 12px;
}

.dashboard-table-container {
    max-height: 500px;
    overflow-y: auto;
}

.dashboard-table {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-table th {
    color: rgba(0,0,0,0.54);
    font-size: 13px;
}

.dashboard-table th md-icon {
    color: rgba(0,0,0,0.54);
    font-size: 16px;
}

.dashboard-table td md-checkbox {
    margin-bottom: 0;
}

/*.dashboard-table th .md-button {
    margin: 0;
    padding: 0;
}*/

.dashboard-table th, .dashboard-table td {
     padding: 18px 24px;
}

.dashboard-table th.dashboard-table-header {
    font-size: 20px;
    color: rgba(0,0,0,0.87);
}

.dashboard-table th.dashboard-table-card-action-icons md-icon {
    font-size: 24px;
}

.dashboard-table td {
    font-size: 12px;
    color: rgba(0,0,0,0.87);
}

.dashboard-table tr {
    border-bottom: 1px solid #EEEEEE;
    text-align: left;
}

.dashboard-table tbody tr:hover, .selected {

}

.dashboard-table .clickable-row {
    cursor: pointer;
}

.dashboard-table .brand-logo {
    height: 75px;
    width: 75px;
    object-fit: contain;
    border-radius: 150px;
}

.dashboard-table .athlete-image {
    height: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 150px;
}


.table-card-icon-button {
    padding: 8px 0;
}

.hide-errors .md-errors-spacer {
    display: none;
}

/*

    CAMPAIGN ===================================================================

*/

.new-campaign-btn {
    height: 30px;
    margin-top: 15px;
}

.campaign-form-tip {
    font-size: 0.8rem;
    opacity: 0.8;
}

.campaign-title {
    color: #fff;
    text-transform: uppercase;
}

.apply-cta{
    font-size: 1.2em;
}

.campaign-edit-title-section > * {
    margin: 5px 0;
}

/*
    PROFILE CREATION ==============================================================
*/
#product-chip input{
    width: 267px;
}

.brand-profile-header, .user-profile-header {
}

.athlete-profile-header {
    height: 300px;
    border-bottom: 1px solid #ddd;
}

.brand-profile-brand-name, .user-profile-user-name {

}

.athlete-profile-athlete-name {
    margin-left: 250px;
}

.brand-profile-image, .user-profile-image {
    width: 150px;
    height: 150px;
    position: relative;
    background-color: #000;
    border-radius: 250px;
    overflow: hidden;
    margin: 15px;
}

.athlete-profile-image {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 200px;
    left: 50px;
    background-color: #000;
    border-radius: 150px;
    overflow: hidden;
}

.edit-image {

    top: 100px;
    left: 50px;
}

.campaign-product-image {
    position: relative;
    width: 500px;
    height: 350px;
    overflow: hidden;
    border: 1px solid #000;
}

.newsletter-image {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #000;
}

.brand-profile-image, .user-profile-image, .edit-image  {
    background-color: #fff;
}

.brand-profile-image-upload,
.user-profile-image-upload,
.athlete-profile-image-upload,
.campaign-image-upload {
    z-index: 1;
}

.user-profile-image-img,
.athlete-profile-image-img,
.campaign-product-image-img {
    position: absolute;
    top: 0;
    z-index: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.brand-profile-image-img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 0;
}

.brand-profile-body, .user-profile-body, .athlete-profile-body {
    min-height: 150px;
}

.brand-profile-brand-tagline, .athlete-profile-athlete-tagline {
    padding-top: 10%;
}

.brand-profile-brand-tagline md-input-container {
    margin: 0;
}
.athlete-profile-athlete-tagline md-input-container {
    margin: 0;
}

.brand-profile-social-link, .athlete-profile-social-link {
    padding: 15px;
}

.athlete-profile-social-link .button.blue {
    margin: 3px 15px;
}

.athlete-profile-social-link button[disabled].button.blue {
    background: #fff;
    border: 1px solid #064250;
    color: #064250;
}

.athlete-profile-social-link button[disabled].button.blue:hover {
    color: #064250 !important;
}

.athlete-profile-social-link md-input-container {
    margin: 15px 0px;
}

.brand-profile-social-link .md-errors-spacer,
.brand-profile-brand-name .md-errors-spacer {
    display: none;
}

.cropArea {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    overflow: hidden;
    width:150px;
    height:150px;
    margin: 5px;
}

.rights-inventory-table {
    width: 100%;
    border-collapse: collapse;
}

.rights-inventory-table tr {
     border: 1px solid rgba(0,0,0,0.2);
}

.rights-inventory-table th {
    text-align: left;
}

.rights-inventory-table th, .rights-inventory-table td {
    padding: 5px;
}

.athlete-profile-tabs md-tab-content {
    min-height: 50vh;
}

/*
    ATHLETE PROFILE
*/

.description {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-left: 20px;
}

.athlete-profile-charity-list {
    cursor: pointer;
}

.athlete-profile-charity-list:after,
.athlete-card-sports-list:after,
.athlete-profile-sports-list:after,
.comma-list:after {
    content: ",\00a0";
}

.athlete-profile-charity-list:last-child:after,
.athlete-card-sports-list:last-child:after,
.athlete-profile-sports-list:last-child:after,
.comma-list:last-child:after {
    content: "";
}

.athlete-profile-charity-list:hover {
    font-weight: bold;
}


/*
    SEARCH
*/
#errMsg {
    font-size: 1.3em;
    text-align: center;
}

#applyBtn {
    font-size: 1.3em;
}
.search-content-container {
    min-height: 500px;
    position: relative;
}

.search-filter-container {
    min-height: 100%;
}

.search-ordering-section md-input-container {
    margin-top: 50px;
    margin-bottom: 0;
}

.athlete-search-card {
    height: 425px;
    padding: 0 !important;
}

.campaign-search-card {
    height: 450px;
    padding: 0 !important;
}

.campaign-search-card .md-chips {
    box-shadow: none;
}

.athlete-search-athlete-name {
    font-size: 1rem;
    line-height: 1;
}

.campaign-search-campaign-name {
    font-size: 0.9rem;
    line-height: 1;
}

.athlete-search-athlete-name,
.athlete-search-athlete-sports,
.campaign-search-campaign-name {
    margin: 0;
    text-align: center;
}

.athlete-search-athlete-sports {
    font-size: 0.7rem !important;
    line-height: 1;
}

.campaign-search-campaign-name {
    margin: 0;
    cursor: pointer;
}

.athlete-search-athlete-image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.athlete-search-athlete-image:hover {
    background-color: #000;
}


.athlete-search-athlete-image {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.athlete-search-athlete-image img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;

}

.athlete-search-athlete-image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.athlete-search-athlete-image:hover:after {
    opacity: 1;
}

.athlete-search-athlete-image:after {
    content: attr(data-caption);
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 86px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.seach-athlete-image-card-title {

}

.athlete-search-description {

}

.search-card-divider {
    margin: 0 35%;
}

.search-social-summary {
    margin-top: 15px;
    display: block;
    font-size: 0.7rem;
    text-align: center;
}

.athlete-search-social-indicator {
    padding: 8px;
}

.message-btn {
    margin-right: 0px!important;
    margin-left: 0px;
    width: 25px !important;
    padding: 0px !important;
}

.icon-button-text {
    font-size: 0.7rem;
}

.clickable:hover{
    cursor: pointer
}
.clickable:focus {
    outline:none !important;
}

/*

    ATHLETE PROFILE FOR BRANDS

*/

.fab-menu-container {
    position: absolute;
    right: 15px;
    top: 15px;
}


.athlete-profile-name {
    margin-left: 250px;
    color: #fff;

}

.athlete-name {
    margin: 0;
    color: #fff;
}

.athlete-sports-list {
    font-style: italic;
}

.athlete-profile-larger-image {
    top: 50px;
}

@media screen and (min-width: 959px) {
    .athlete-profile-larger-image {
    }

    .athlete-profile-header {
        border-bottom: 1px solid #ddd;

    }


    .athlete-profile-body {
        margin-top: 20px;
    }

}

.generic-player-header-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54567/pexels-photo-54567.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54567/pexels-photo-54567.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54567/pexels-photo-54567.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54567/pexels-photo-54567.jpeg");
    background-repeat: no-repeat;
}
.basketball-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/58573/pexels-photo-58573.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/58573/pexels-photo-58573.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/58573/pexels-photo-58573.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/58573/pexels-photo-58573.jpeg");
}
.boxing-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url("https://static.pexels.com/photos/3797/black-and-white-sport-fight-boxer.jpg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url("https://static.pexels.com/photos/3797/black-and-white-sport-fight-boxer.jpg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url("https://static.pexels.com/photos/3797/black-and-white-sport-fight-boxer.jpg");
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url("https://static.pexels.com/photos/3797/black-and-white-sport-fight-boxer.jpg");
}
.mma-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/650/people-men-fight-challenge.jpg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/650/people-men-fight-challenge.jpg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/650/people-men-fight-challenge.jpg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/650/people-men-fight-challenge.jpg");
}
.hockey-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/39016/ice-hockey-goalie-goal-sport-39016.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/39016/ice-hockey-goalie-goal-sport-39016.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/39016/ice-hockey-goalie-goal-sport-39016.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/39016/ice-hockey-goalie-goal-sport-39016.jpeg");
}
.olympics-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/38631/bobsled-team-run-olympics-38631.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/38631/bobsled-team-run-olympics-38631.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/38631/bobsled-team-run-olympics-38631.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/38631/bobsled-team-run-olympics-38631.jpeg");
}
.golf-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54123/pexels-photo-54123.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54123/pexels-photo-54123.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54123/pexels-photo-54123.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/54123/pexels-photo-54123.jpeg");
}
.soccer-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/41257/pexels-photo-41257.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/41257/pexels-photo-41257.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/41257/pexels-photo-41257.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/41257/pexels-photo-41257.jpeg");
}
.baseball-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7659/pexels-photo.jpeg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7659/pexels-photo.jpeg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7659/pexels-photo.jpeg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7659/pexels-photo.jpeg");
}
.tennis-header {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7753/sun-ball-tennis-court.jpg");
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7753/sun-ball-tennis-court.jpg");
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7753/sun-ball-tennis-court.jpg");
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://static.pexels.com/photos/7753/sun-ball-tennis-court.jpg");

}

.mobile-desc {
    color: black!important;
}
.athlete-profile-social-media {
    padding-right: 2%;
    background-color: rgba(0,0,0,0.6);
    max-height: 50px;
}

.profile-social-info-summary {
    margin-left: 25px;
    color: #ddd;
}

.mobile-profile-social-media .profile-social-info-summary {
    color: rgba(0,0,0,0.87);
}



.athlete-profile-larger-image img {

    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.profile-info-container {
    border: 1px solid #ddd;
    margin: 5px;
}

.player-news-container {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}

.profile-label {
    font-weight: bold;
}

.profile-social-count {
    font-size: 0.75rem;
    display: inline-block;
}

.social-trend-indicator {
    font-size: 0.75rem;
    color: #fff;
    width: auto;
    height: auto;
}

.social-trend-indicator.trend-up {
    color: #64DD17;
}

.social-trend-indicator.trend-down {
    color: #D50000;
}

.social-count-icon {
    margin-right: 5px;
}
.social-count-icon:hover {
    cursor: pointer;
}

.hide-error-spacer .md-errors-spacer {
    min-height: 0;
}

/*

    PADDING

*/
.rank-frame{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.columns {
    text-align: center;
}
.sport-select{
    margin-bottom: 2px;
    min-width: 300px;
}
/*

    MESSAGES ================================

*/

.notification-text {
    color: rgb(255,87,34)!important;
}
.good-text {
   color: #607D89!important;
}
.my-messages-list-container {
    height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}

.message-subject-line {
    font-size: 0.8rem !important;
    color: rgba(0,0,0,0.6);
}

.message-layout-container {
    min-height: 400px;
    cursor: pointer;
}

.message-body-container:focus {
    outline: none;
}

.message-body-container {
    margin: 0 !important;
}

.is-read {
    background-color: #eee;
}


.chip-remove-button {
    border: none;
    transform: scale(0.7);
    padding: 0;
    line-height: 30px;
    vertical-align: top;
}

.message-timestamp {
    font-size: 0.8rem;
    text-align: right;
}

.sent-from-me {
    background-color: rgb(96,125,139);
    color: rgb(255,255,255);
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
}

.sent-to-me {
    background-color: #ddd;
    color: #000;
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
}

.message-attachment-link:visited {
    color: inherit;
}

.messages-thread-container {

}

.reply-to-message {
    margin-bottom: 0;
}

.reply-to-message .md-errors-spacer {
    display: none;
}

.message-member-avatar {
    width: 40px;
    height: 40px;
}
.message-member-avatar:hover{
    cursor: pointer;
}

.message-member-avatar {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 16px;
    border-radius: 50%;
    box-sizing: content-box;
}

[data-role="scrollable-body"]::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
}


/*
    USER ACCOUNT
*/

.user-account-menu-list a.md-button {
    display: block;
    padding: 0 16px 0 32px;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}

.user-account-menu-list .md-button {
    border-radius: 0;
    cursor: pointer;
    display: block;
    align-items: inherit;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.user-account-menu-list .active {
    background-color: rgba(158, 158, 158, 0.2);
}

/*
    PLAN / PRICING =======================================================
*/

.pricing-page {
    min-height: 70vh;
}

@media screen and (max-width: 700px) {
    .pricing-page {
        padding: 0;
    }
    .tin-pricing {
        width:90%
    }
}

.tin-pricing .tin-pricing-header {
    width: 100%;
    text-align: center
}

.tin-pricing .tin-pricing-header .tin-pricing-header-text {
    display: inline-block;
    padding: 0 40px 0 0
}

.tin-pricing .tin-pricing-header .tin-pricing-header-btn {
    display: inline-block
}

.tin-pricing .tin-pricing-header h2 {

}

.tin-pricing .tin-pricing-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

@media screen and (max-width: 700px) {
    .tin-pricing .tin-pricing-header .tin-pricing-header-text {
        padding:0
    }

    .tin-pricing .tin-pricing-table .tin-table-header {
        width: 100%
    }

    .tin-pricing .tin-pricing-table .tin-table-header th:first-child {
        display: none
    }
}

.tin-pricing .tin-pricing-table .tin-table-header th {

    text-transform: uppercase;
    padding: 10px
}

@media screen and (max-width: 1024px) {
    .pricing-page {
        padding: 0 5%;
    }
    .tin-pricing .tin-pricing-table .tin-table-header th {
        font-size:.8em;
        padding: 10px 0
    }
}

@media screen and (min-width: 1024px) {
    .pricing-page {
        padding: 0 15%;
    }
}

.tin-pricing .tin-pricing-table tr.alt-header {
    display: none
}

.tin-pricing .tin-pricing-table tr.alt-header th {
    padding: 10px 0;
    font-size: 12px;

    font-weight: 400
}

.tin-pricing .tin-pricing-table tr td {

    padding: 10px 20px
}

.tin-pricing .tin-pricing-table tr td:not(:first-child) {
    text-align: center
}

.tin-pricing .tin-pricing-table tr:nth-child(4n+1):not(:first-child) {

}

@media screen and (max-width: 700px) {
    .tin-pricing .tin-pricing-table .tin-table-header th:not(:first-child) {
        width:33%;
        min-width: 33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center
    }

    .tin-pricing .tin-pricing-table tr.alt-header {
        display: table-row
    }

    .tin-pricing .tin-pricing-table tr td {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 700
    }

    .tin-pricing .tin-pricing-table tr td .icon {
        font-size: 18px
    }

    .tin-pricing .tin-pricing-table tr td:first-child {
        display: none
    }

    .tin-pricing .tin-pricing-table tr td:not(:first-child) {
        border-right: 1px solid #262626
    }

    .tin-pricing .tin-pricing-table tr td:last-child {
        border-right: 0
    }

    .tin-pricing .tin-pricing-table tr:nth-child(4n+1):not(:first-child) {
        background-color: inherit
    }
}



.tin-table-header .free-plan,.tin-table-header .silver-plan,.tin-table-header .platinum-plan {
    background-color: #57bcd1;
    color: #fff;

}

.tin-table-header .gold-plan {
    background-color: #73b63b;
    color: #fff;
}

.free-plan, .silver-plan, .platinum-plan {
    background-color: #b7e2eb;

}

.gold-plan {
    background-color: #e2ecd9;
}

.free-plan, .silver-plan, .gold-plan, .platinum-plan {
    width: 125px;
    border: 1px solid #aaa;
}

.headings {
    width: 150px;
}


.discount-price-row .discount-price-cell:last-child {
    border-right: 1px solid #aaa;
}

.discount-price-row .discount-price-cell:nth-child(2) {
    border-left: 1px solid #aaa;
}

.row-title {
    font-size: 0.8rem;
    text-align: right;
}

.plan-header {
    display: block;
    font-size: 0.8rem;
    text-transform: initial;
}

.price-header {
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
}
.social-count-projections{
    padding-right: 15px;
    text-align: right;
}

.price-header md-radio-button {
    margin-bottom: 0;
}

.price-header .md-label {
    margin-left: 0;
}

.contact-us-link {
    color: #000;
    font-size: 1rem;
}

.discount-saving {
    font-size: 0.8rem;
    color: rgba(255,82,82,1);
    display: block;
}

.plan-month-small {
    font-size: 0.8rem;
}


/*
    TEAM =============================================
*/

.team-card-content {
    min-height: 300px;
    font-size: 0.8rem;
}

/*
    LOADER =============================================
*/

.saving {
    z-index: 99999;
}

.deal-list-item {
    margin: 0 !important;
}

/*
    INSIGHTS ===============
*/

.insights-container {
    margin: auto;
    width: 100%;
    margin-top: 25px;
    padding: 15px 10%;
    min-height: 80vh;
}



.rankings-table-container{

    width: 100%;
    padding: 20px 0;
    margin : 20px 0 0;
    overflow: hidden;
    overflow-x: auto;
}

.rankings-table {
    width: 100%;
    border-collapse: collapse;
    //border: 1px solid #064250;
    font-size: 0.9rem;
}

.rankings-table thead, .rankings-table tbody {
    text-align: left;
}

.rankings-table thead {
    background-color: #064250;
    color: #fff;
}

.rankings-table tbody {
    color: #434343;
}

.rankings-table th.sortable {
    cursor: pointer;
}

.rankings-table th.sortable md-icon {
    color: #fff;
}

.rankings-table th.sortable:focus {
    outline: none;
}

.rankings-table th, .rankings-table td {
    //border-bottom: 1px solid #064250;
    padding: 10px;
}

.ranking-table td.clickable {
    cursor: pointer;
}

.rankings-table tr:nth-child(even) {
    background-color: #edf5f6;
}

.rankings-table .message-member-avatar {
    width: 50px;
    height: 50px;
    margin: 0;
    object-fit: cover;
}

.rankings-table .table-athlete-name {
    width: 20%;
    text-overflow: ellipsis;
}

.rankings-table .table-athlete-sports {
    font-size: 0.8rem;
    font-style: italic;
}


.rankings-table .icon::before, .rankings-table .icon::after{
    font-size: 12px;
}

.md-select-menu-container {
    z-index: 1000;
}

@media (max-width: 499px) {



    .insights-container {
        padding: 15px 0px;
    }

    .rankings-table {
        font-size: 0.8rem;
    }

    .rankings-table th, .rankings-table td {
        padding: 5px;
    }

    .rankings-table .message-member-avatar {
        width: 30px;
        height: 30px;
        margin: 0;
        object-fit: cover;
    }

    .rankings-table .table-athlete-name {
        width: 20%;
        text-overflow: ellipsis;
    }

    .mobile-icon {
        font-size: 1rem;
    }
    .auto-complete {
        box-shadow: 0px!important;
    }
}
.sport-select {
    margin-bottom: 2px;
    max-height: 50px!important;
}
.athlete-sport-input{
    margin-top: 0px!important;
    padding-top: 0px!important
}

/*
    SOCIAL INSIGHTS
*/

.table-athlete-name a {
    color: #064250;
}

.education-container {
    background: #e8e8e8;
    padding: 15px;
    margin: 20px 0;
    color: #064250;
}

.education-container li {
    padding: 10px 0;
}

/*
================================================================================
============================== REFERRAL CENTER =================================
================================================================================
*/

.referall-center {
    min-height: 60vh
}

.referral-section .inner {
    padding: 0 15px;
}

@media screen and (min-width: 760px){
    .referral-section .inner {
        margin: 0 auto;
        max-width: 1024px;
        padding: 0 30px;
    }
}

.section-heading {
    padding: 20px 2%;
    background: #2a363b;
    color: #f3f3f3;
}

.section-heading--referral-center {
    border-top: 1px solid #70a644;
    -webkit-clip-path: polygon(0 0,0 94%,50% 100%,100% 94%,100% 0);
    clip-path: polygon(0 0,0 94%,50% 100%,100% 94%,100% 0);
}

.referral-section {
    margin-bottom: 30px;
}

@media screen and (min-width: 760px) {
    .referral-section {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 760px){
    .referral-section.border-bottom {
        padding-bottom: 50px;
    }
}

.page-intro-center {
    margin-top: 30px;
    text-align: center;
}

.referral-intro {
    padding-top: 65px;
}

.page-intro-center .page-intro-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0;
    text-transform: uppercase;
}

.referral-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.referral-link-form {
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 600px;
}

.referral-link-clipboard-success {
    position: absolute;
    display: none;
    width: 100%;
    height: 39px;
    margin-bottom: 0;
    padding: 5px 8px;
    background: #fff;
    color: #70a644;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.clipboard-success {
    color: #7ab800;
    display: none;
    margin-bottom: 23px;
}

.referral-copy-input {
    color: #000;
    font-size: 1.2em;
    border: none;
    width: 100%;
    padding: 5px;
}

@media screen and (min-width: 760px) {
    .referral-copy-input {
        border-radius: 3px;
        border-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        cursor: text;
    }
}


.button {
    background: #fff;
    color: #4e8be6;
    border: 1px solid #1958b5;
    font-size: 1em;
    display: inline-block;
    margin: 0;
    padding: 12px 34px;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.referral-copy-button {
    display: none;
    outline: 0;
}

@media screen and (min-width: 760px){
    .referral-copy-button {
        border-radius: 0 3px 3px 0;
        display: block;
    }
}

.button.primary, button.primary {
    background: #70a644;
    color: #fff;
    border: 1px solid #70a644;
}

.button.mini, button.mini {

    padding: 8px 16px;
    line-height: 1;
}


.referral-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.referral-sharing-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 50px 0;
}

ul.referral-sharing-list {
    padding-left: 0;
}

.referral-sharing-list .referral-sharing-item {
    font-size: 14px;
    line-height: 18px;
    margin: 0 20px 0 0;
}

.referral-sharing-list a {
    color: #f3f3f3;
}

.referral-sharing-list .link-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 5px;
}

.ordered-steps {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ordered-steps .ordered-steps-item {
    margin: 0 0 30px;
    padding-left: 44px;
    position: relative;
}

.referral-steps .ordered-steps-item {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 760px) {
    .referral-steps .ordered-steps-item {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 20px 0 0;
        width: 33.33333%;
    }
}

.ordered-steps .ordered-steps-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 6px;
    margin-top: 0;
}

.ordered-steps .ordered-steps-item:before {
    border: 1px solid #d7dde1;
    border-radius: 30px;
    content: "1";
    display: block;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.ordered-steps .ordered-steps-item:nth-child(1):before {
    content: "1";
}
.ordered-steps .ordered-steps-item:nth-child(2):before {
    content: "2";
}
.ordered-steps .ordered-steps-item:nth-child(3):before {
    content: "3";
}

.referral-steps-subtext {
    font-size: 1em;
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 641px) {
    .referral-steps-subtext {
        margin-bottom: -20px;
    }
}


.referral-terms-modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.referral-terms-modal-body {
    padding: 0 25px;
    height: 350px;
    overflow-y: scroll;
}

/*
    DISCOVERY
*/

.discovery-budget {
    max-width: 150px !important;
    text-align: center;
}


/*
=================================================
CSS ANIMATIONS
=================================================
*/

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(8%);
    }
    65%{
        transform: translateY(-4%);
    }
    80%{
        transform: translateY(4%);
    }
    95%{
        transform: translateY(-2%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(8%);
    }
    65%{
        -webkit-transform: translateY(-4%);
    }
    80%{
        -webkit-transform: translateY(4%);
    }
    95%{
        -webkit-transform: translateY(-2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    50%{
        transform: translateY(-8%);
    }
    65%{
        transform: translateY(4%);
    }
    80%{
        transform: translateY(-4%);
    }
    95%{
        transform: translateY(2%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    65%{
        -webkit-transform: translateY(4%);
    }
    80%{
        -webkit-transform: translateY(-4%);
    }
    95%{
        -webkit-transform: translateY(2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    50%{
        transform: translateX(-8%);
    }
    65%{
        transform: translateX(4%);
    }
    80%{
        transform: translateX(-4%);
    }
    95%{
        transform: translateX(2%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }
    50%{
        -webkit-transform: translateX(-8%);
    }
    65%{
        -webkit-transform: translateX(4%);
    }
    80%{
        -webkit-transform: translateX(-4%);
    }
    95%{
        -webkit-transform: translateX(2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    50%{
        transform: translateX(8%);
    }
    65%{
        transform: translateX(-4%);
    }
    80%{
        transform: translateX(4%);
    }
    95%{
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }
    50%{
        -webkit-transform: translateX(8%);
    }
    65%{
        -webkit-transform: translateX(-4%);
    }
    80%{
        -webkit-transform: translateX(4%);
    }
    95%{
        -webkit-transform: translateX(-2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;

    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease -out;

    visibility: visible !important;
}

@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(0.5);
    }
    30%{
        transform: translateY(-8%) scaleX(0.5);
    }
    40%{
        transform: translateY(2%) scaleX(0.5);
    }
    50%{
        transform: translateY(0%) scaleX(1.1);
    }
    60%{
        transform: translateY(0%) scaleX(0.9);
    }
    70% {
        transform: translateY(0%) scaleX(1.05);
    }
    80%{
        transform: translateY(0%) scaleX(0.95);
    }
    90% {
        transform: translateY(0%) scaleX(1.02);
    }
    100%{
        transform: translateY(0%) scaleX(1);
    }
}

@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(0.5);
    }
    30%{
        -webkit-transform: translateY(-8%) scaleX(0.5);
    }
    40%{
        -webkit-transform: translateY(2%) scaleX(0.5);
    }
    50%{
        -webkit-transform: translateY(0%) scaleX(1.1);
    }
    60%{
        -webkit-transform: translateY(0%) scaleX(0.9);
    }
    70% {
        -webkit-transform: translateY(0%) scaleX(1.05);
    }
    80%{
        -webkit-transform: translateY(0%) scaleX(0.95);
    }
    90% {
        -webkit-transform: translateY(0%) scaleX(1.02);
    }
    100%{
        -webkit-transform: translateY(0%) scaleX(1);
    }
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
    animation-name: expandUp;
    -webkit-animation-name: expandUp;

    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60%{
        transform: translateY(-7%) scaleY(1.12);
    }
    75%{
        transform: translateY(3%);
    }
    100% {
        transform: translateY(0%) scale(1) scaleY(1);
    }
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60%{
        -webkit-transform: translateY(-7%) scaleY(1.12);
    }
    75%{
        -webkit-transform: translateY(3%);
    }
    100% {
        -webkit-transform: translateY(0%) scale(1) scaleY(1);
    }
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen;

    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    visibility: visible !important;
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8);
    }
    50% {
        transform: scale(0.95);
    }
    80% {
        transform: scale(1.05);
    }
    90% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8);
    }
    50% {
        -webkit-transform: scale(0.95);
    }
    80% {
        -webkit-transform: scale(1.05);
    }
    90% {
        -webkit-transform: scale(0.98);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;

    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    visibility: visible !important;
}

@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }
    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

/*
==============================================
hatch
==============================================
*/

.hatch{
    animation-name: hatch;
    -webkit-animation-name: hatch;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;

    visibility: visible !important;
}

@keyframes hatch {
    0% {
        transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        transform: rotate(2deg) scaleY(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    65% {
        transform: rotate(1deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
    }
    50% {
        -webkit-transform: rotate(-2deg);
    }
    65% {
        -webkit-transform: rotate(1deg);
    }
    80% {
        -webkit-transform: rotate(-1deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}


/*
==============================================
bounce
==============================================
*/


.bounce{
    animation-name: bounce;
    -webkit-animation-name: bounce;

    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
    0% {
        transform: translateY(0%) scaleY(0.6);
    }
    60%{
        transform: translateY(-100%) scaleY(1.1);
    }
    70%{
        transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80%{
        transform: translateY(0%) scaleY(1.05) scaleX(1);
    }
    90%{
        transform: translateY(0%) scaleY(0.95) scaleX(1);
    }
    100%{
        transform: translateY(0%) scaleY(1) scaleX(1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0%) scaleY(0.6);
    }
    60%{
        -webkit-transform: translateY(-100%) scaleY(1.1);
    }
    70%{
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80%{
        -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
    }
    90%{
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
    }
    100%{
        -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
    }
}


/*
==============================================
pulse
==============================================
*/

.pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

/*
==============================================
floating
==============================================
*/

.floating{
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
tossing
==============================================
*/

.tossing{
    animation-name: tossing;
    -webkit-animation-name: tossing;

    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
    0% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(-4deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(4deg);
    }
    100% {
        -webkit-transform: rotate(-4deg);
    }
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
    animation-name: pullUp;
    -webkit-animation-name: pullUp;

    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
    animation-name: pullDown;
    -webkit-animation-name: pullDown;

    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
    animation-name: stretchLeft;
    -webkit-animation-name: stretchLeft;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
    0% {
        transform: scaleX(0.3);
    }
    40% {
        transform: scaleX(1.02);
    }
    60% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes stretchLeft {
    0% {
        -webkit-transform: scaleX(0.3);
    }
    40% {
        -webkit-transform: scaleX(1.02);
    }
    60% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
    0% {
        transform: scaleX(0.3);
    }
    40% {
        transform: scaleX(1.02);
    }
    60% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(0.3);
    }
    40% {
        -webkit-transform: scaleX(1.02);
    }
    60% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}

h3.athlete-name, h3.md-toolbar-tools{
    color: #fff;
}
