/*main.css for shottracker.com*/

/*FONTS*/
@font-face {
    font-family: 'AlternateGotNo1D';
    src: url('fonts/AlternateGotNo1D.eot?#iefix') format('embedded-opentype'), url('fonts/AlternateGotNo1D.woff') format('woff'), url('fonts/AlternateGotNo1D.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirRoman';
    src: url('fonts/AvenirRoman.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLight';
    src: url('fonts/AvenirLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('fonts/AvenirBlack.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirBlack.woff') format('woff'), url('fonts/AvenirBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldLight';
    src: url('fonts/oswald.light.eot');
    src: url('fonts/oswald.light.eot?#iefix') format('embedded-opentype'), url('fonts/oswald.light.woff') format('woff'), url('fonts/Oswald.light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldRegular';
    src: url('fonts/oswald.regular.ttf');
    font-weight: normal;
    font-style: normal;
}
/*./FONTS*/

input, select, button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

select {
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

/******************************/

/*HEADER*/
.header {
    z-index: 999;
    position: relative;
}

/*main-menu*/
.navbar {
    background-color: #0B2759;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar li a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1.0;
    font-family: 'OswaldLight';
    font-size: 1.15em;
    margin-top: 25px;
    padding: 15px;
    margin-bottom: 25px;
    border: 0px;
}

.navbar li ul.dropdown-menu {
    list-style: none;
    padding-left: 0;
    background-color: #0B2759;
    text-align: center;
    margin: 0;
    top: 96px;
    border-radius: 0px;
    box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.navbar li ul.dropdown-menu {
    left: -25px;
}

.navbar li.not-underlined ul.dropdown-menu {
    left: -50px;
}

.navbar li a {
    padding: 14px; /*trick to vertical align dropped-down items with non-dropped-down-items*/
}

.navbar li ul.dropdown-menu a {
    padding: 3px;
    margin: 3px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.navbar li a:hover,
.navbar li.active a {
    background-color: #0B2759;
    color: rgba(255, 255, 255, 1.0);
}

.navbar li a:focus,
.navbar li.active a:focus {
    background-color: #0B2759;
}

.navbar li a.fill div {
    background-color: #F36F21;
    padding: 9px 8px;
    position: relative;
    top: -10px;
    margin-bottom: -20px;
    font-weight: bold;
    color: #fff;
    font-family: 'OswaldRegular';
}

.navbar li a.outline div {
    outline: 1px solid rgba(255, 255, 255, 0.5);
    padding: 9px 25px;
    position: relative;
    top: -10px;
    margin-bottom: -20px;
}

.navbar li a.outline:hover div {
    cursor: pointer;
}

.navbar-right {
    margin-right: -25px;
}

.navbar-header img {
    width: 95%;
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .navbar {
        height: 70px;
    }

    .navbar-right {
        margin-right: 0px;
    }

    .navbar-header img {
        width: 65%;
        margin-top: 10px;
        position: relative;
        left: 10px;
    }

    .main-menu .navbar .nav > li > a {
        margin: 0px;
        padding: 15px 0px;
    }

    .navbar li {
        padding-left: 40px;
        padding-right: 25px;
    }

    .navbar li a {
        font-family: 'AvenirRoman';
        font-size: 1.5em;
    }

    .navbar li.open a.dropdown-toggle {
        font-family: 'AvenirBlack';
        font-size: 1.7em;
        border-bottom: 0px solid rgba(248, 248, 248, 0.2);
    }

    .navbar li ul.dropdown-menu li.active a {
        background-color: transparent;
    }

    .main-menu .navbar .nav > li.open > a:first-child {
        border-bottom: none;
        padding-bottom: 10px;
    }

    .main-menu .navbar .nav > li.open .dropdown-menu li:last-child {
        border-bottom: 1px solid rgba(248, 248, 248, 0.2);
    }

    .main-menu .navbar .nav > li.dropped-down.not-underlined > a {
        border-bottom: none;
    }

    .main-menu .navbar .nav > li.dropped-down {
        position: relative;
    }

    .main-menu .navbar .nav > li.dropped-down a.dropdown-toggle:after {
        content: '';
        background-image: url(../img/header-dropdown-arrow-down.png);
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 24px;
        right: 60px;
    }

    .main-menu .navbar .nav > li.dropped-down.not-underlined a.dropdown-toggle:after {
        right: 100px;
    }

    .main-menu .navbar .nav > li.dropped-down.open a.dropdown-toggle:after {
        background-image: url(../img/header-dropdown-arrow-up.png);
        right: 50px;
    }

    .main-menu .navbar .nav > li.dropped-down.not-underlined.open a.dropdown-toggle:after {
        right: 95px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 0px 15px 20px 0px;
    }

    .navbar-nav .open .dropdown-menu > li:last-child > a {
        padding: 0px 15px 12px 0px;
    }

    .navbar li a.fill div {
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 10px;
        padding-top: 14px;
        padding-bottom: 13px;
        font-size: 1.01em;
        font-family: 'AvenirBlack';
    }
}

/*./main-menu*/

/*main-menu-collapsed*/
.main-menu .navbar .navbar-toggle {
    border-color: rgba(248, 248, 248, 0.2);
}

@media only screen and (max-width: 768px) {
    .navbar-brand {
        width: 83%;
    }
}

@media only screen and (max-width: 1150px) {
    .navbar-toggle {
        border: none;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    margin-top: 19px;
    margin-right: 15px;
}

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

.main-menu .navbar .navbar-toggle .icon-bar {
    background-color: #f8f8f8;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6.3px;
}

@media only screen and (max-width: 1150px) {
    #navbar {
        padding-top: 1px;
        width: 100%;
        padding: 0px;
        position: fixed;
    }
}

@media only screen and (max-width: 1150px) {
    .main-menu .navbar .nav {
        display: block;
    }
}

.main-menu .navbar .nav {
    margin-top: 0px !important;
}

@media (max-width: 768px) {
    .main-menu .navbar .nav {
        background-color: rgba(0, 31, 86, 0.9);
        text-align: center;
        margin-bottom: 0;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 1150px) {
    .main-menu .navbar .nav > li > a {
        line-height: 1;
        padding: 15px;
    }
}

.main-menu .navbar .nav > li > a {
    opacity: 1;
}

@media (max-width: 768px) {
    .main-menu .navbar .nav > li > a {
        background: transparent;
        border-bottom: 1px solid rgba(248, 248, 248, 0.2);
    }
}

@media only screen and (max-width: 1150px) {
    .main-menu .navbar .nav > li > a {
        line-height: 1;
        padding: 19px 0px;
    }
}

.main-menu .navbar .nav > li > a {
    opacity: 1;
}

@media (max-width: 768px) {
    .main-menu .navbar .nav > li > a {
        background: transparent;
        border-bottom: 1px solid rgba(248, 248, 248, 0.2);
    }
}


@media only screen and (max-width: 1150px) {
    .main-menu .navbar .nav > li > a {
        line-height: 1;
        padding: 15px 0px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .main-menu .navbar .nav > li {
        padding: 0px 10px;
    }

    .main-menu .navbar .nav > li > a {
        padding: 0px 0px;
    }

    .navbar {
        min-height: 65px;
    }

    .navbar-right {
        /*        margin-right: 95px;*/
    }

    .navbar-brand {
        padding: 0px 15px;
    }

    .navbar-brand {
        max-width: 250px;
    }

    .navbar-header img {
        width: 85%;
        margin-top: 15px;
    }

    .header {
        min-height: 66px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .navbar-brand {
        max-width: 135px;
    }

    .navbar-header img {
        width: 100%;
        margin-top: 22px;
    }
}


@media (min-width: 570px) and (max-width: 769px) {
    .header {
        min-height: 70px;
    }

    .navbar-brand {
        max-width: 235px;
    }

    .navbar-header img {
        width: 100%;
        margin-top: 5px;
    }
}

.main-menu .navbar {
    border: 0;
    margin: 0;
    color: #f8f8f8;
}

.navbar-collapse {
    z-index: 99999;
}

/*./main-menu-collapsed*/
/*./HEADER*/

/*CONTENT*/
.jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    background-color: transparent;
}

/*video-container*/
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.top-video video {
    position: relative;
    bottom: 150px;
}

.video {
    background-color: #CCCCCC;
    position: relative;
    z-index: 1;
    height: 570px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.video-wrapper video {
    position: relative;
    width: 130%;
    height: auto;
}

@media (max-width: 569px) {
    .video-wrapper video {
        width: 140%;
    }
}

.video-text {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 127px;
    background-color: transparent;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    text-shadow: 0px 4px 5px rgba(0, 0, 0, .7);
}

.video-text p {
    font-size: 7.8em;
}

.video-text a {
    position: relative;
    z-index: 2;
    top: 5px;
    font-size: 2.0em;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.video-text a:hover {
    text-decoration: none;
}

@media (max-width: 990.90px) {
    .video.index {
        height: 410px;
    }
    .video-text {
        top: 47px;
    }
}

@media (max-width: 768px) {
    .top-video video {
        position: relative;
        bottom: 0px;
    }

    .video {
        height: 260px;
    }

    .video.index {
        height: 210px;
    }

    .video-text {
        top: 42px;
    }

    .video.index .video-text {
        top: 6px;
    }

    .video-text p {
        font-size: 4.8em;
        line-height: 0.8em;
    }

    .video-text a {
        position: relative;
        top: 5px;
        font-size: 1.2em;
        color: #fff;
        font-weight: normal;
    }

    .video-text a img {
        width: 14%;
    }
}

/*./video-container*/

/*paragraph-content*/
.paragraph-content {
    padding-bottom: 55px;
}

.paragraph-content h2 {
    text-transform: uppercase;
    color: #0D367F;
    font-family: 'AlternateGotNo1D';
    font-size: 3.05em;
    line-height: 0.82em;
}

.paragraph-content span {
    font-family: 'Avenir';
    font-size: 1.35em;
    text-align: justify;
}

.paragraph-content p {
    font-size: 1.7em;
    font-family: 'Avenir';
}

@media (max-width: 768px) {
    .paragraph-content {
        padding-bottom: 20px;
    }

    .paragraph-content p {
        font-size: 1.3em;
        line-height: 1.0em;
        margin-bottom: 10px;
    }
}

/*./paragraph-content*/

/*ipod-looping-video-container*/
.ipod-looping-video-wrapper {
    position: relative;
}

.ipod-looping-video-wrapper img {
    position: relative;
    z-index: 2;
}

.ipod-looping-video-container {
    position: absolute;
    z-index: 1;
    left: 13.5%;
    margin-top: 15%;
    width: 40%;
}

.ipod-looping-video-container video {
    width: 100%;
    /*
    -webkit-transform: scaleY(1.3); 
    -moz-transform: scaleY(1.3); */
}

@media (min-width: 1920px) and (max-width: 3840px) {
    .top-video video {
        position: relative;
        bottom: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ipod-looping-video-container {
        left: 13.5%;
        margin-top: 13%;
        width: 41%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .ipod-looping-video-container {
        left: 11.5%;
        margin-top: 17%;
        width: 39%;
    }
}

@media (max-width: 990.91px) {
    .ipod-looping-video-container {
        left: 21.8%;
        margin-top: 7%;
        width: 27%;
    }
}
@media (max-width: 768px) {
    .ipod-looping-video-container {
        left: 11.5%;
        margin-top: 17%;
        width: 37%;
    }

}
@media (min-width: 570px) and (max-width: 699px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        width: 42%;
        left: 330px;
    }
}


@media (min-width: 700px) and (max-width: 768px) {
    .ipod-looping-video-container {
        left: 10.2%;
        margin-top: 17%;
        width: 38%;
    }

    .video {
        height: 400px;
    }
}

@media (min-width: 570px) and (max-width: 699px) {
    .ipod-looping-video-container {
        left: 14.5%;
        margin-top: 11%;
        width: 34%;
    }
}

@media (min-width: 415px) and (max-width: 569px) {
    .ipod-looping-video-container {
        left: 15.0%;
        margin-top: 11%;
        width: 28.5%;
    }
}
@media (min-width: 400px) and (max-width: 414px) {
    .ipod-looping-video-container {
        left: 16.0%;
        margin-top: 9%;
        width: 32.5%;
    }
}

@media (min-width: 370px) and (max-width: 399px) {
    .ipod-looping-video-container {
        left: 16.0%;
        margin-top: 13%;
        width: 37.5%;
    }
}

@media (min-width: 350px) and (max-width: 369px) {
    .video {
        height: 260px;
    }

    .ipod-looping-video-container {
        left: 16.0%;
        margin-top: 13%;
        width: 37.5%;
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .video {
        height: 230px;
    }

    .ipod-looping-video-container {
        left: 16.0%;
        margin-top: 11%;
        width: 37.5%;
    }
}

/*./ipod-looping-video-container*/

/*transparent-paragraph*/
.transparent-paragraph, .transparent-paragraph h2 {
    color: #fff;
}

.transparent-paragraph {
    padding-top: 4.5%;
    padding-left: 110px;
    padding-bottom: 10.7%;
}

@media (max-width: 768px) {
    .paragraph-content {
        padding-bottom: 20px;
    }

    .transparent-paragraph h2 {
        font-size: 1.9em;
        line-height: 0.85em;
        margin-bottom: 5px;
    }

    .transparent-paragraph span {
        display: inline-block;
        font-size: 0.90em;
        line-height: 1.2em;
    }
}

/*./transparent-paragraph*/

/*text-image-paragraph*/
.text-image-paragraph {
    padding-left: 135px;
    padding-top: 4.5%;
}

.text-image-paragraph img.text-image-paragraph-logo {
    width: 140px;
    margin-bottom: 5px;
}

.text-image-paragraph h2 {
    margin-top: 0px;
    letter-spacing: 0.03em;
}

.text-image-paragraph span {
    font-size: 1.24em;
    line-height: 1.4em;
    color: #244A8E;
}

.text-image-paragraph-button div {
    text-transform: uppercase;
    border: 1px solid #6C6C6C;
    width: 210px;
    margin: 40px 0;
    padding-left: 25px;
    position: relative;
    z-index: 2;
}

.text-image-paragraph-button:hover {
    text-decoration: none;
}

.text-image-paragraph-button span {
    font-family: "OswaldLight";
    color: #6C6C6C;
    font-size: 1.50em;
    line-height: 47px;
}

.text-image-paragraph-button span:after {
    content: '';
    background-image: url(../img/text-image-paragraph-button-play.png);
    display: block;
    width: 15px;
    height: 21px;
    position: absolute;
    top: 13px;
    left: 162px;
}

/*paragraph-image-frame is for overlayed images*/
.paragraph-image-frame {
    position: relative;
    padding: 20% 0;
}

.paragraph-image-frame img {
    width: 100%;
    position: absolute;
    top: -55%;
    left: -8%;
}

/*./paragraph-image-frame*/

@media (max-width: 768px) {
    .text-image-paragraph {
        padding-left: 10px;
        padding-top: 7%;
    }

    .text-image-paragraph img.text-image-paragraph-logo {
        width: 40%;
        margin-bottom: 9px;
    }

    .text-image-paragraph h2 {
        font-size: 2.1em;
        margin-top: 0px;
        margin-bottom: 5px;
        letter-spacing: 0.03em;
    }

    .text-image-paragraph span {
        font-size: 1.05em;
        display: inline-block;
        line-height: 1.2em;
    }

    .text-image-paragraph-button div {
        width: 60%;
        margin: 20px 0;
        padding-left: 15px;
    }

    .text-image-paragraph-button span {
        font-size: 1.40em;
        line-height: 40px;
    }

    .text-image-paragraph-button span:after {
        top: 9px;
        left: 78%;
    }
}

/*text-image-paragraph*/

/*transparent slash-line inside paragraph-content*/
.slash-line {
    width: 19%; /*set width of slash-line*/
    border-bottom: 920px solid rgba(255, 255, 255, .2);
    -webkit-transform: translateY(-200px) /*move up-down*/ translateX(100px) /*move left-right*/ rotate(37deg); /*rotate*/
    position: absolute;
    left: 1%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .slash-line {
        width: 54%;
        border-bottom: 650px solid rgba(255, 255, 255, .2);
        -webkit-transform: translateY(-125px) translateX(-10px) rotate(37deg);
    }
}

/*./transparent slash-line inside paragraph-content*/

/*image-container*/
.full-image {
    /*TODO: delete this class if not nessesary*/
}

/*./image-container*/

/*slider-container*/
.slider-container {
    position: relative;
    z-index: 1;
}

.slider-container .owl-wrapper {
    padding-left: 0px;
}

.slider-container .owl-item {
    text-align: center;
    width: 20%;
}

.slider-container {
    text-align: left;
    width: 100%;
    height: 185px;
    background-color: transparent;
    overflow: hidden;
}

.slider-container div.carousel {
    line-height: 185px;
}

.slider-container div.carousel a {
    display: inline-block; /*align ...*/
    vertical-align: middle; /*... vertically*/
    line-height: 1.25;
}

@media (max-width: 768px) {
    .slider-container .owl-item {
        width: 5%;
    }

    .slider-container .owl-item img {
        width: 60%;
    }

    .slider-container {
        height: 115px;
    }

    .slider-container div.carousel {
        line-height: 115px;
    }
}

/*./slider-container*/

/*slider with sidebar*/
.slider-vs-sidebar-header-wrapper {
    padding-left: 37%;
}

.slider-vs-sidebar-header-wrapper a:hover {
    text-decoration: none;
}

.slider-vs-sidebar-header {
    height: 510px;
    position: relative;
    z-index: 10;
}

.slider-vs-sidebar-container {
    height: 510px;
    padding-left: 0px;
    padding-right: 0px;
}

.slider-vs-sidebar-container .owl-theme {
    position: relative;
    z-index: 5;
}

.slider-vs-sidebar-container .owl-item > div {
    margin: 16% 8% 3% 8%;
}

.slider-vs-sidebar-container .owl-item.center > div {
    cursor: auto;
    margin: 5% 0;
}

.slider-vs-sidebar-container .owl-item > div img {
    width: 84%;
}

/*./slider with sidebar*/

/*slider-fluid*/
.slider-fluid .carousel-multiple-quotes .owl-stage {
    padding-left: 0px !important;
}

.about-us-paragraph-testimonials .carousel-multiple-quotes .owl-stage {
    padding-left: 0px !important;
}

/*./slider-fluid*/

/*slider-fluid smooth left-alignments for desktop screens*/
@media (min-width: 992px) and (max-width: 1024px) {
    .slider-fluid {
        padding-left: 2%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .slider-fluid {
        padding-left: 4%;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .slider-fluid {
        padding-left: 6%;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .slider-fluid {
        padding-left: 9%;
    }
}

@media (min-width: 1441px) and (max-width: 1536px) {
    .slider-fluid {
        padding-left: 12%;
    }
}

@media (min-width: 1537px) and (max-width: 1600px) {
    .slider-fluid {
        padding-left: 13%;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {
    .slider-fluid {
        padding-left: 15%;
    }
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .slider-fluid {
        padding-left: 19%;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .slider-fluid {
        padding-left: 27%;
    }
}

/*./slider-fluid smooth left-alignments for desktop screens*/

/*chess-order-container*/
.chess-order-container {
    padding: 0px 25px;
}

.chess-order-container .image-wrapper,
.chess-order-container .text-wrapper {
    padding: 0px 0;
    height: 270px;
    line-height: 270px;
}

.chess-order-container .image-wrapper img {
    width: 77%;
}

.chess-order-container .text-wrapper span {
    text-transform: uppercase;
    font-weight: bold;
}

.chess-order-container > div:nth-child(odd) {
    /*	background-color: pink;	UNCOMMENT to test block behaviour*/
    text-align: right;
}

.chess-order-container > div:nth-child(odd) span {
    margin-right: 15px;
}

.chess-order-container > div:nth-child(even) {
    /*	background-color: yellow;	UNCOMMENT to test block behaviour*/
    text-align: left;
}

.chess-order-container > div:nth-child(even) span {
    margin-left: 25px;
}

/*./chess-order-container*/

/*form-container*/
.form-container {
    padding: 48px 0px;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    text-transform: uppercase;
}

.form-container .form-wrapper {
    padding: 14px 30px;
}

.form-container .form-wrapper select {
    padding-right: 11%;
}

.form-container .form-wrapper span {
    font-size: 2.54em;
    position: relative;
    top: 8px;
}

.form-container .form-wrapper span.plain-selector {
    margin: 0 5px;
    top: 40px;
    right: 10px;
    opacity: 0.5;
    position: absolute;
}

.form-container .form-wrapper span.plain-selector.right-selector {
    right: 25px;
}

@media (max-width: 768px) {
    .form-container .form-wrapper span.plain-selector,
    .form-container .form-wrapper span.plain-selector.right-selector {
        right: 10%;
    }
}

.form-container .form-wrapper span.plain-selector::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 30%;
    margin-top: -15px;
    height: 0;
    width: 0;
    right: 0;
    border-top: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.form-container .form-wrapper span.plain-selector::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 30%;
    margin-top: -15px;
    height: 0;
    width: 0;
    right: 0;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.form-container input::placeholder {
    opacity: 0.5;
    color: #879BBF;
}

.form-container select:required:invalid {
    color: #879BBF;
}

.form-container.players-form .form-wrapper select:required:invalid {
    color: #FFF;
    opacity: 0.5;
}

.form-container input, .form-container select {
    margin: 9px 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
    font-family: 'AvenirLight';
    font-size: 1.25em;
    width: 100%;
    height: 50px;
}

.form-container input[type='submit'] {
    font-family: 'AlternateGotNo1D';
    font-size: 2.1em;
    border: 1px solid #fff;
}

.form-wrapper {
    /*TODO: delete this class if not nessesary*/
}

.form-container .form-wrapper .form-radio-buttons {

}

.form-container .form-wrapper .form-radio-buttons span {
    font-family: 'Avenir';
    font-weight: bold;
    font-size: 1.35em;
    position: relative;
    top: 15px;
}

.form-container .form-wrapper .form-radio-buttons label.radio-inline {
    line-height: 1.35em;
    padding-left: 0px;
    margin-right: 20px;
    font-family: 'Avenir';
    font-size: 1.3em;
    position: relative;
    top: 8px;
}

.form-container .form-wrapper .form-radio-buttons input[type='radio'] {
    position: absolute;
    left: -9999px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.form-container .form-wrapper .form-radio-buttons input[type="radio"] + label.radio-inline::before {
    content: "";
    display: inline-block;
    height: 31px;
    width: 31px;
    margin: 0 9px -9px 10px;
    background-image: url(../img/radio-button-not-active.png);
    background-repeat: no-repeat;
}

.form-container .form-wrapper .form-radio-buttons input[type="radio"]:checked + label.radio-inline::before {
    background-image: url(../img/radio-button-active.png);
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .form-container .form-wrapper .form-radio-buttons {
        margin-bottom: 15px;
    }

    .form-container .form-wrapper .form-radio-buttons span {
        font-size: 1.00em;
    }

    .form-container .form-wrapper .form-radio-buttons input[type="radio"] + label.radio-inline::before {
        margin: 10px 10px -10px 0px;
    }
}

.error-container {
    padding-top: 10px;
}

.form-message-container {
    padding-top: 10px;
}

.form-message-container span {
    font-family: 'AvenirBlack';
    font-size: 1em;
    font-weight: bold;
    display: block;
}

@media (max-width: 768px) {
    .form-message-container span {
        font-family: 'AvenirBlack';
        font-size: 1em;
    }
}

.form-message-container .error {
    color: red;
}

.form-message-container .success {
    color: #f36f21;
}

span.error-message {
    color: red;
    font-family: 'AvenirBlack';
    font-size: 1.5em;
    font-weight: bold;
}

form .errorMessage {
    color: red;
}

form .flash-success {
    color: green;
}


@media (max-width: 768px) {
    .form-container {
        padding: 23px 0px;
    }

    .form-container .form-wrapper {
        padding: 14px 5px;
    }

    .form-container .form-wrapper span {
        font-size: 2.07em;
        position: relative;
        top: 0px;
    }

    .form-container input {
        margin: 5px 0;
        height: 3.03em;
        font-size: 1.1em;
    }

    .form-container input:first-child {
        margin-top: 7px;
    }

    .form-container input[type='submit'] {
        font-size: 1.8em;
        height: 1.8em;
    }

    span.error-message {
        font-size: 1em;
    }
}

/*./form-container*/

/*vertical-form-container*/
.vertical-form.form-container {
    padding-top: 0;
}

/*./vertical-form-container*/

/*standart-button*/ /*TODO: move to top*/
.standart-button {
    text-transform: uppercase;
    font-family: 'OswaldLight';
    font-weight: 100;
    font-size: 1.5em;
    line-height: 2.0em;
    color: #000;
    width: 250px;
    border-width: 0;
}

/*./standart-button*/

/*answer-block*/ /*TODO: move to top*/
.answer-block h2 {
    font-family: 'Avenir';
    font-size: 1.22em;
    font-weight: bold;
}

.answer-block span {
    font-size: 1.22em;
}

/*./answer-block*/

/*paragraph-testimonials*/
.paragraph-testimonials-circle-images {
    float: left;
    width: 34%;
    margin-right: 15px;
}

.carousel-multiple-quotes .team-logo, .slick-coaches-mobile .team-logo {
    position: absolute;
    bottom: 0px;
    border: 0.5px solid #e0e0e0;
    padding: 5px;
    background: #FFF;
    width: 12%;
    top: 125px;
}

.paragraph-testimonials-circle-text {
    font-size: 0.88em;
    padding-top: 30px;
    padding-right: 25px;
}

@media (max-width: 768px) {
    .carousel-multiple-quotes .team-logo, .slick-coaches-mobile .team-logo {
        top: 75px;
    }

    .paragraph-testimonials-circle-images {
        width: 32%;
        margin-right: 10px;
    }

    .paragraph-testimonials-circle-text {
        font-size: 0.75em;
        line-height: 1.65em;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .img-circle {
        margin-bottom: 30px;
    }
}

/*./paragraph-testimonials*/

/*./CONTENT*/

/*FOOTER*/
footer {
    padding-top: 0px;
    padding-bottom: 36px;
    font-size: 1.1em;
    line-height: 1.6em;
    font-family: 'AvenirRoman';
}

footer, footer a {
    background-color: #0B2759;
    color: #fff;
    text-transform: uppercase;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-logo, .footer-sm-logo {
    margin-bottom: 5px;
}

.footer-logo img {
    width: 35%;
}

.footer-sm-logo img {
    width: 6.2%;
    display: inline;
}

@media (max-width: 768px) {
    footer {
        padding-top: 0px;
        font-size: 1.05em;
        line-height: 2.17em;
    }

    .footer-logo {
        margin-bottom: 17px;
    }

    .footer-logo img {
        width: 39.5%;
    }

    .footer-sm-logo {
        margin-top: 35px;
    }

    .footer-sm-logo img {
        width: 6.5%;
        margin: 1px;
    }
}

@media (max-width: 700px) {
    .footer-logo img {
        width: 69.5%;
    }

    .footer-sm-logo img {
        width: 12.5%;
        margin: 1px;
    }
}

.footer-left-bar {

}

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

.footer-contacts {
    font-size: 0.92em;
    line-height: 1.8em;
}

.footer-policy {
    padding-top: 10px;
    line-height: 0.99em;
}

.footer-policy a {
    color: #657696;
    font-size: 0.66em;
}

@media (min-width: 768px) {
    .footer-trimmed-line {
        display: inline-block;
        max-width: 140px;
        line-height: 1.05em;
    }
}

@media (max-width: 768px) {
    .footer-left-bar, .footer-right-bar {
        text-align: center;
    }

    .footer-contacts {
        font-size: 1.01em;
        line-height: 1.9em;
    }

    .footer-policy {
        padding-top: 35px;
        line-height: 1.05em;
    }

    .footer-policy a {
        color: #657696;
        font-size: 0.74em;
    }
}

.footer-form {
    margin-bottom: 35px;
    padding-top: 18px;
    padding-bottom: 15px;
}

.footer-form form span {
    font-family: 'AlternateGotNo1D';
    font-size: 2.0em;
    line-height: 0.5em;
    position: relative;
    top: 5px;
}

.footer-form input {
    border: 1px solid #AAB9D2;
    width: 100%;
    font-size: 1.15em;
    line-height: 2.7em;
    background-color: #1A3362;
    padding-left: 15px;
}

.footer-form input:focus {
    outline: none;
}

.footer-form input::placeholder {
    color: #AAB9D2;
    text-transform: uppercase;
}

.footer-form input[type='submit'] {
    border-width: 0px;
    background-color: #F36F25;
    color: #fff;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 2.0em;
    line-height: 1.60em;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .footer-form input {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/*./FOOTER*/

/*RESPONSIVE STRUCTURE ADJUSTMENTS*/
@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 700px) and (max-width: 768px) {
    .video {
        height: 380px;
    }

    .slash-line {
        width: 54%;
        border-bottom: 950px solid rgba(255, 255, 255, .2);
        -webkit-transform: translateY(-235px) translateX(40px) rotate(37deg);
    }
}

@media (min-width: 570px) and (max-width: 699px) {

}

@media (min-width: 400px) and (max-width: 569px) {
    .slash-line {
        width: 54%;
        border-bottom: 550px solid rgba(255, 255, 255, .2);
        -webkit-transform: translateY(-125px) translateX(20px) rotate(37deg);
    }
}

@media (min-width: 370px) and (max-width: 399px) {

}

@media (min-width: 350px) and (max-width: 369px) {
    .video {
        height: 260px;
    }

    .slash-line {
        width: 54%;
        border-bottom: 550px solid rgba(255, 255, 255, .2);
        -webkit-transform: translateY(-115px) translateX(15px) rotate(37deg);
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .video {
        height: 230px;
    }

    .slash-line {
        width: 54%;
        border-bottom: 650px solid rgba(255, 255, 255, .2);
        -webkit-transform: translateY(-115px) translateX(-35px) rotate(37deg);
    }
}

/*./RESPONSIVE STRUCTURE ADJUSTMENTS*/

/******************************/
/******************************/
/******************************/

/*HOME-page*/
.home-paragraph {
    position: relative;
    z-index: 3;
}

.home-paragraph .header {
    margin-top: 79px;
    margin-bottom: 5px;
}

.home-paragraph .ipod-looping-video-wrapper img {
    width: 80%;
    position: absolute;
    top: -54px;
    left: 108px;
}
@media (max-width: 1200px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        width: 95%;
        left: 38px;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        width: 40%;
        left: 440px;
    }
}

.home-paragraph-text-frame {
    margin-bottom: 40px;
}

.home-paragraph-text-frame .header {
    margin-top: 105px;
}

.home-paragraph-text-frame .desc {
    font-family: 'AvenirBlack';
    color: #032f88;
}

.home-paragraph-text-frame span {
    font-size: 1.32em;
}

.home-slash-line {
    width: 16%;
    border-bottom: 1100px solid rgba(75, 79, 83, .051);
    -webkit-transform: translateY(-200px) /*move up-down*/ translateX(130px) /*move left-right*/ rotate(37deg); /*rotate*/
}
@media (max-width: 990.91px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        width: 58%;
        top: -59px;
        left: 145px;
    }
    .home-paragraph-text-frame .header {
        margin-top: 225px;
    }
}
@media (max-width: 768px) {
    .home-paragraph {
        /*TODO: delete if not nessessary*/
    }

    .home-paragraph .header, .home-paragraph span {
        position: relative;
        top: 10%;
    }
    .home-paragraph .header {
        margin-top: 199px;
        font-size: 2.91em;
        line-height: 0.86em;
    }

    .home-paragraph span {
        font-size: 1.0em;
        letter-spacing: 0.06em;
    }

    .home-paragraph .ipod-looping-video-wrapper img {
        width: 88%;
        position: absolute;
        top: -39px;
        left: 55px;
        overflow-x: hidden;
    }

    .home-slash-line {
        width: 54%;
        border-bottom: 800px solid rgba(75, 79, 83, .051);
        -webkit-transform: translateY(-150px) /*move up-down*/ translateX(-80px) /*move left-right*/ rotate(37deg); /*rotate*/
    }
}
@media (min-width: 570px) and (max-width: 699px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        width: 40%;
        left: 330px;
    }
    .home-paragraph .header {
        margin-top: 74px;
    }
}

.tile-wrapper {
    margin-bottom: 10px;
    background-color: transparent;
}

.tile-wrapper a, .tile-wrapper a:hover {
    text-decoration: none;
}

.tile {
    height: 160px;
    border: 1px solid #E1E1E1;
    border-radius: 1px;
    text-align: center;
    color: #A9A9A9;
}

.tile:hover, .tile:focus {
    color: #0B2759;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*NOTE ABOUT .home-tile-wrapper CLASS: it's designed 
to restyle tile view according to ST2018-Edits-PHASE-1 
to prevent overwriting existing default tile classes*/

.home-tile-wrapper .tile {
    color: #696969;
    background-color: #fff;
}

.home-tile-wrapper .tile:hover, .home-tile-wrapper .tile:focus {
    color: #696969;
    box-shadow: none;
}

.tile span {
    font-family: 'AlternateGotNo1D';
    text-transform: uppercase;
    font-size: 1.75em;
    letter-spacing: normal;
    line-height: 0.8em;
    position: relative;
    top: 95px;
}

.home-tile-wrapper .tile.unique-70-stats {
    background: url(../img/tiles/unique-70-stats-DARKGRAY.png) no-repeat;
    background-position: 50% 20%;
    background-size: 24%;
    background-color: #fff;
}

.tile.stat-data {
    background: url(../img/tiles/stat-data-GRAY.png) no-repeat;
    background-position: 50% 28%;
    background-size: 24%;
}

.home-tile-wrapper .tile.stat-data {
    background: url(../img/tiles/stat-data-DARKGRAY.png) no-repeat;
    background-position: 50% 28%;
    background-size: 24%;
    background-color: #fff;
}

.tile-wrapper a:hover > .tile.stat-data {
    background: url(../img/tiles/stat-data-BLUE.png) no-repeat;
    background-position: 50% 28%;
    background-size: 24%;
}

.home-tile-wrapper.tile-wrapper a:hover > .tile.stat-data {
    background: url(../img/tiles/stat-data-DARKGRAY.png) no-repeat;
    background-position: 50% 28%;
    background-size: 24%;
}

.tile.performance-data {
    background: url(../img/tiles/performance-data-GRAY.png) no-repeat;
    background-position: 50% 27%;
    background-size: 28%;
}

.home-tile-wrapper .tile.broadcast {
    background: url(../img/tiles/broadcast-streaming-gray.png) no-repeat;
    background-position: 50% 21%;
    background-size: 28%;
    background-color: #fff;
}

.home-tile-wrapper .tile.performance-data {
    background: url(../img/tiles/performance-data-DARKGRAY.png) no-repeat;
    background-position: 50% 21%;
    background-size: 28%;
    background-color: #fff;
}

.tile-wrapper a:hover > .tile.performance-data {
    background: url(../img/tiles/performance-data-BLUE.png) no-repeat;
    background-position: 50% 21%;
    background-size: 28%;
}

.home-tile-wrapper.tile-wrapper a:hover > .tile.performance-data {
    background: url(../img/tiles/performance-data-DARKGRAY.png) no-repeat;
    background-position: 50% 21%;
    background-size: 28%;
}

.tile.real-time-report {
    background: url(../img/tiles/real-time-report-GRAY.png) no-repeat;
    background-position: 50% 24%;
    background-size: 22%;
}

.tile-wrapper a:hover > .tile.real-time-report {
    background: url(../img/tiles/real-time-report-BLUE.png) no-repeat;
    background-position: 50% 24%;
    background-size: 22%;
    background-color: #fff;
}

.tile.video-integration {
    background: url(../img/tiles/video-integration-GRAY.png) no-repeat;
    background-position: 50% 26%;
    background-size: 19%;
}

.home-tile-wrapper .tile.video-integration {
    background: url(../img/tiles/video-integration-DARKGRAY.png) no-repeat;
    background-position: 50% 26%;
    background-size: 19%;
    background-color: #fff;
}

.tile-wrapper a:hover > .tile.video-integration {
    background: url(../img/tiles/video-integration-BLUE.png) no-repeat;
    background-position: 50% 26%;
    background-size: 19%;
}

.home-tile-wrapper.tile-wrapper a:hover > .tile.video-integration {
    background: url(../img/tiles/video-integration-DARKGRAY.png) no-repeat;
    background-position: 50% 26%;
    background-size: 19%;
}

.tile.tpf-apps {
    background: url(../img/tiles/tpf-apps-GRAY.png) no-repeat;
    background-position: 50% 28%;
    background-size: 17%;
}

.home-tile-wrapper .tile.tpf-apps {
    background: url(../img/tiles/tpf-apps-DARKGRAY.png) no-repeat;
    background-position: 50% 28%;
    background-size: 17%;
    background-color: #fff;
}

.tile-wrapper a:hover > .tile.tpf-apps {
    background: url(../img/tiles/tpf-apps-BLUE.png) no-repeat;
    background-position: 50% 28%;
    background-size: 17%;
}

.home-tile-wrapper.tile-wrapper a:hover > .tile.tpf-apps {
    background: url(../img/tiles/tpf-apps-DARKGRAY.png) no-repeat;
    background-position: 50% 28%;
    background-size: 17%;
}

.tile.aug-reality {
    background: url(../img/tiles/aug-reality-GRAY.png) no-repeat;
    background-position: 50% 30%;
    background-size: 28%;
}

.home-tile-wrapper .tile.aug-reality {
    background: url(../img/tiles/aug-reality-DARKGRAY.png) no-repeat;
    background-position: 50% 30%;
    background-size: 28%;
    background-color: #fff;
}

.tile-wrapper a:hover > .tile.aug-reality {
    background: url(../img/tiles/aug-reality-BLUE.png) no-repeat;
    background-position: 50% 30%;
    background-size: 28%;
}

.home-tile-wrapper.tile-wrapper a:hover > .tile.aug-reality {
    background: url(../img/tiles/aug-reality-DARKGRAY.png) no-repeat;
    background-position: 50% 30%;
    background-size: 28%;
}

@media (max-width: 768px) {
    .home-paragraph-text-frame {
        margin-bottom: 35px;
    }

    .tile {
        height: 144px;
    }

    .tile span {
        font-size: 2.1em;
    }

    .tile.unique-70-stats {
        background: url(../img/tiles/unique-70-stats-DARKGRAY.png) no-repeat;
        background-position: 50% 22%;
        background-size: 24%;
    }

    .tile.unique-70-stats span {
        top: 87px;
    }

    .tile.stat-data {
        background: url(../img/tiles/unique-70-stats-DARKGRAY.png) no-repeat;
        background-position: 50% 22%;
        background-size: 24%;
    }

    .tile.stat-data span {
        top: 80px;
    }

    .home-tile-wrapper .tile.broadcast span {
        top: 85px
    }


    .tile.performance-data {
        background: url(../img/tiles/performance-data-GRAY.png) no-repeat;
        background-position: 50% 19%;
        background-size: 28%;
    }

    .tile.performance-data span {
        top: 83px;
    }

    .tile.real-time-report {
        background: url(../img/tiles/real-time-report-GRAY.png) no-repeat;
        background-position: 50% 16%;
        background-size: 22%;
    }

    .tile.real-time-report span {
        top: 82px;
    }

    .tile.video-integration {
        background: url(../img/tiles/video-integration-GRAY.png) no-repeat;
        background-position: 50% 26%;
        background-size: 19%;
    }

    .tile.video-integration span {
        top: 95px;
    }

    .tile.tpf-apps {
        background: url(../img/tiles/tpf-apps-GRAY.png) no-repeat;
        background-position: 50% 28%;
        background-size: 17%;
    }

    .tile.tpf-apps span {
        top: 95px;
    }

    .tile.aug-reality {
        background: url(../img/tiles/aug-reality-GRAY.png) no-repeat;
        background-position: 50% 30%;
        background-size: 28%;
    }

    .tile.aug-reality span {
        top: 95px;
    }
}

.home-image {
    background: url(../images/home-desktop1.png) center center no-repeat;
    /*TODO: fix white broken rectangle on the top-left edge of gif-image*/
    background-size: cover;
    padding-top: 24%;
    padding-bottom: 20%;
    position: relative;
    z-index: 5;
}

@media (max-width: 768px) {
    .home-image {
        height: 280px;
        background: url(../images/home-mobile1.png) center no-repeat;
        background-size: 100%;
    }
}

.home-how-it-works-bar {
    padding: 0px;
    height: 80px;
    color: #fff;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    background: linear-gradient(-55deg, transparent 40%,
    rgba(0, 0, 0, 0) 42.5%, rgba(0, 0, 0, 0.1) 43%, #194086 43.5%) no-repeat,
    linear-gradient(to top left, transparent 0.1%, #0D367F 0.1%) no-repeat;
    font-family: 'AlternateGotNo1D';
}

.home-how-it-works-bar .row > div {
    padding: 9px 20px;
}

.home-how-it-works-bar span {
    font-size: 3.1em;
    margin: 0 20px;
}

.home-how-it-works-bar span.tripple-arrow-span {
    margin-right: 70px;
}

.home-how-it-works-bar span.tripple-arrow-span:after {
    content: '';
    background-image: url(../img/how-it-works-tripple-arrow.png);
    background-repeat: no-repeat;
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 30px;
    right: 20px;
}

.home-how-it-works-bar a {
    color: #fff;
}

.home-how-it-works-bar a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .home-how-it-works-bar {
        height: 54px;
        background: linear-gradient(-72deg, transparent 42%,
        rgba(0, 0, 0, 0) 44.5%, rgba(0, 0, 0, 0.1) 45%, #194086 45.5%) no-repeat,
        linear-gradient(to top left, transparent 0.1%, #0D367F 0.1%) no-repeat;
        font-family: 'AlternateGotNo1D';
    }

    .home-how-it-works-bar .row > div {
        padding: 8px 10px;
    }

    .home-how-it-works-bar .row > div.text-right {
        padding: 20px 0px;
    }

    .home-how-it-works-bar span {
        font-size: 1.7em;
        margin: 0 0 0 16px;
        line-height: 0.8em;
    }

    .home-how-it-works-bar span.tripple-arrow-span {
        margin-right: 43px;
        font-size: 1.47em;
    }

    .home-how-it-works-bar span.tripple-arrow-span:after {
        background-size: 58%;
        width: 30px;
        height: 30px;
        top: 24px;
        right: 8px;
    }
}

.home-partnership-list .subheader {
    color: #545454;
    text-align: center;
    font-size: 3.08em;
    font-family: 'AlternateGotNo1D';
}

.home-partnership-list .list {
    padding: 10px 0px;
}

.home-partnership-list .list img {
    padding: 0px 64px 0px 0px;
}

.home-partnership-list .list img:last-child {
    padding-right: 0px;
}

.home-partnership-slider {
    position: relative;
    z-index: 1;
    height: 165px;
}

.home-partnership-slider .owl-wrapper {
    padding-left: 40px;
}

.home-partnership-slider .owl-item {
    text-align: center;
    margin: 0 30px;
}

.home-partnership-slider-header {
    position: absolute;
    display: block;
    left: 10px;
    top: 0px;
    bottom: 0px;
    z-index: 3;
    padding-left: 14px;
    float: left;
    width: 15.8%;
    height: 165px;
    background-color: #fff;
}

.home-partnership-slider-header:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 165px solid #A3A3A3;
    border-right: 38px solid transparent;
    right: -38px;
    top: 0;
    bottom: 0;
}

.skewed-border-wrapper {
    position: relative;
    left: 159px;
    height: 165px;
    width: 10px;
    background-color: transparent;
}

.skewed-border-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 164px solid #fff;
    border-right: 38px solid transparent;
    right: -38px;
    top: 0;
    bottom: 0;
}

.home-partnership-slider-header span {
    color: #545454;
    font-family: 'AlternateGotNo1D';
    text-transform: uppercase;
    font-size: 3.08em;
    line-height: 0.81em;
    position: absolute;
    bottom: 50px;
}

.home-partnership-slider-container {
    float: right;
    text-align: left;
    width: 84.2%;
    height: 165px;
    background-color: #fff;
    overflow: hidden;
}

.home-partnership-slider-container div.carousel {
    line-height: 165px;
}

.home-partnership-slider-container img {
    display: inline-block; /*align ...*/
    vertical-align: middle; /*... vertically*/
    line-height: 1.25;
    width: 60% !important;
}

.home-form {
    position: relative;
    z-index: 6;
}

.home-form .form-wrapper {
    background-color: #0D367F;
    color: #fff;
}

.home-form input, .home-form select {
    background-color: #264A8C;
    border-width: 0px;
}


.home-form input:focus {
    outline: none;
}

.home-form input::placeholder {
    color: #AAB9D2;
}

.home-form input[type='submit'] {
    border-width: 1px;
    background-color: #0D367F;
    color: #fff;
}

.home-celebs {
    /*TODO: delete if not nessessary*/
}

.home-celebs .row.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 990.99px) {
    .home-celebs .row.flex .home-celebs-m-johnson {
        width:100%;
    }
    .home-celebs .row.flex .home-celebs-d-stern {
        width:100%;
    }
}
.home-celebs span {
    font-family: 'AvenirBlack';
    margin-bottom: 15px;
    font-size: 1.24em;
    line-height: 1.25em;
}

.home-celebs-m-johnson, .home-celebs-d-stern {
    padding-top: 50px;
    padding-bottom: 10%;
}

.home-celebs-m-johnson {
    background: url(../images/magic-johnson-desktop.png) center center no-repeat;
    background-size: cover;
}

.home-celebs-d-stern {
    background: url(../images/david-stern-desktop.png) center center no-repeat;
    background-size: cover;
}


.home-celebs-d-stern .row {
    color: #fff;
}

.home-celebs-d-stern .home-celebs-initials span {
    display: block;
    margin-bottom: 23px;
}

.home-celebs-initials {
    padding-left: 50px;
}

.home-celebs-initials span {
    font-size: 1.05em;
}

@media (min-width: 1290px) and (max-width: 1450px) {
    .home-celebs span {
        margin-bottom: 15px;
        font-size: 1.04em;
        line-height: 1.25em;
    }

    .home-celebs-d-stern .home-celebs-initials span {
        margin-bottom: 22px;
    }
}

@media (min-width: 1034px) and (max-width: 1290px) {
    .home-celebs span {
        margin-bottom: 15px;
        font-size: 1.00em;
        line-height: 1.25em;
    }

    .home-celebs-d-stern .home-celebs-initials span {
        margin-bottom: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1034px) {
    .home-celebs span {
        margin-bottom: 15px;
        line-height: 0.1em;
    }

    .home-celebs-d-stern .home-celebs-initials span {
        margin-bottom: 39px;
    }
}

@media (min-width: 768px) and (max-width: 770px) {
    .home-celebs-m-johnson {
        text-align: right;
    }
}
@media only screen and (max-width: 990.99px) {
    .home-celebs-m-johnson .col-md-6{
        text-align: right;
    }
    .home-celebs-d-stern .col-md-6{
        text-align: right;
    }
    .home-celebs-m-johnson .col-md-6 span{
        width: 40%;
        display: inline-block;
        text-align: left;
        margin-left: 30px;
        line-height: 1.36em;

    }
    .home-celebs-d-stern .col-md-6 span{
        width: 40%;
        display: inline-block;
        text-align: left;
        margin-left: 30px;
        line-height: 1.36em;

    }
}
@media (max-width: 768px) {
    .home-celebs-m-johnson {
        background: url(../images/magic-johnson-mobile.png) center center no-repeat;
        background-size: cover;
    }
    .home-celebs-d-stern {
        background: url(../images/david-stern-mobile.png) center center no-repeat;
        background-size: cover;
    }
    .home-celebs-m-johnson .col-md-6 span{
        width: 54%;
        margin-left: 60px;
    }
    .home-celebs-d-stern .col-md-6{
        text-align: left;
    }
    .home-celebs-d-stern .col-md-6 span{
        width: 50%;
        display: inline-block;
        text-align: left;
        margin-left: 0px;
        line-height: 1.25em;
    }
    .home-celebs-d-stern .col-md-6 span.name{
        display: block;
    }
    .home-celebs span {
        margin-bottom: 15px;
        font-size: 1.24em;
        line-height: 1.25em;
    }

    .home-celebs-d-stern .home-celebs-initials span {
        margin-bottom: 5px;
    }
}

@media (max-width: 450px) {
    .home-celebs span {
        margin-bottom: 5px;
        font-size: 0.91em;
        line-height: 1.1em;
    }

    .home-celebs-m-johnson, .home-celebs-d-stern {
        padding-top: 7px;
        height: 215px;
    }

    .home-celebs-m-johnson {
        background: url(../images/magic-johnson-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .home-celebs-m-johnson span {
        display: block;
        margin-top: 5px;
        margin-left: 40%;
    }

    .home-celebs-m-johnson .home-celebs-initials span {
        margin-left: 78%;
    }

    .home-celebs-d-stern {
        background: url(../images/david-stern-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .home-celebs-d-stern .row > div {
        padding-left: 15px;
    }

    .home-celebs-d-stern span {
        display: block;
        margin-top: 25px;
    }

    .home-celebs-d-stern .home-celebs-initials span {
        margin-top: 0;
        margin-left: 13%;
    }
}

.home-bottom-video-text {
    top: 42%;
    text-align: left;
    padding-left: 28%;
}

.home-bottom-video-text.video-text a {
    top: 20px;
}

@media (max-width: 768px) {
    .home-bottom-video-text {
        top: 30%;
    }
}

.home-bottom-video-text p {
    font-size: 4.5em;
    line-height: 0.85em;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .home-bottom-video-text p {
        font-size: 2.5em;
        line-height: 0.85em;
        margin-bottom: 0px;
    }
}

.home-bottom-video-text img {
    margin-right: 10px;
    margin-top: -6px;
}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 700px) and (max-width: 768px) {
    .home-paragraph .header {
        margin-top: 420px;
    }

    .tile {
        height: 160px;
    }

    .tile span {
        font-size: 2.3em;
    }

    .tile.stat-data,
    .tile.stat-data:hover,
    .tile.stat-data:active {
        background-position: 50% 22%;
        background-size: 22%;
    }

    .tile.stat-data span {
        top: 125px;
    }

    .tile.performance-data,
    .tile.performance-data:hover,
    .tile.performance-data:active {
        background-position: 50% 19%;
        background-size: 23%;
    }

    .tile.performance-data span {
        top: 125px;
    }

    .tile.real-time-report,
    .tile.real-time-report:hover,
    .tile.real-time-report:active {
        background-position: 50% 16%;
        background-size: 18%;
    }

    .tile.real-time-report span {
        top: 125px;
    }

    .tile.video-integration,
    .tile.video-integration:hover,
    .tile.video-integration:active {
        background-position: 50% 26%;
        background-size: 14%;
    }

    .tile.video-integration span {
        top: 125px;
    }

    .tile.tpf-apps,
    .tile.tpf-apps:hover,
    .tile.tpf-apps:active {
        background-position: 50% 28%;
        background-size: 14%;
    }

    .tile.tpf-apps span {
        top: 125px;
    }

    .tile.aug-reality,
    .tile.aug-reality:hover,
    .tile.aug-reality:active {
        background-position: 50% 30%;
        background-size: 23%;
    }

    .tile.aug-reality span {
        top: 125px;
    }

    .home-image {
        height: 580px;
    }
}

@media (min-width: 570px) and (max-width: 699px) {

}

@media (min-width: 400px) and (max-width: 569px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        left: 100px;
        width: 60%;
    }
}

@media (min-width: 370px) and (max-width: 399px) {

}

@media (min-width: 350px) and (max-width: 369px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        left: 43px;
    }

    .home-image {
        height: 280px;
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .home-paragraph .ipod-looping-video-wrapper img {
        left: 38px;
    }

    .home-image {
        height: 265px;
    }
}

/*./HOME-page*/

/*COACH-page*/
.coach-video-text {
    top: 36%;
}

.coach-video-text p {
    font-size: 6.35em;
    line-height: 0.8em;
}

.team-app-top-video .coach-video-text div {
    font-size: 8.0em;
    line-height: 0.8em;
    position: relative;
    top: 30px;
}

.coach-video-text p span {
    font-size: 0.9em;
}

.coach-nabc-logo-wrapper {
    position: absolute;
    top: 0;
    left: 245px;
    z-index: 3;
}

.coach-nabc-logo-wrapper img {
    width: 95%;
}

.coach-paragraph-intro {
    padding-bottom: 12.5%;
    background: url(../images/coach-intro-scrolling-image-full1.png) center -20% no-repeat fixed;
    background-size: 100%;
}

.coach-paragraph-stats-n-data {
    text-align: center;
    padding-top: 3.8%;
    padding-bottom: 1.8%;
}

.coach-paragraph-stats-n-data h2 {
    margin-bottom: 18px;
}

.coach-paragraph-stats-n-data a {
    text-transform: uppercase;
    font-family: 'Avenir';
    font-size: 1.29em;
    line-height: 2.4em;
    color: #5F5F5F;
}

.coach-paragraph-stats-n-data span {
    display: inline-block;
    text-align: center;
    font-size: inherit;
    line-height: 1.4em;
}

.coach-paragraph-stats-n-data a:hover {
    text-decoration: none;
}

/*coach-paragraph-stats-n-data list alignments*/
.data-list ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    margin-bottom: 0px;
}

.data-list ul li {
    padding: 10px 0;
    text-align: left;
}

.data-list .sub-data-list ul {
    padding: 0px 0px;
}

.data-list .sub-data-list ul li {
    padding: 1% 0px 1% 30px;
}

.data-list .statistical-data ul li a {
    line-height: 1.3em
}

.data-list .performance-data ul li a {
    line-height: 1.20em
}

.data-list .statistical-data ul {
    float: left;
}


@media (max-width: 768px) {
    .data-list .statistical-data ul {
        float: none !important;
    }

    .data-list .statistical-data h2 {
        text-align: center;
    }

    .data-list .statistical-data ul li {
        text-align: center;
    }
}

@media (max-width: 570px) {
    .data-list ul li.valign-1 {
        margin-top: 12%;
    }

    .data-list ul li.valign-2 {
        margin-top: 7%;
        margin-bottom: -7%;
    }
}

/*./coach-paragraph-stats-n-data list alignments*/

.coach-paragraph-looping-video img {
    width: 100%;
}

/*coach-ipad-looping-video*/
.coach-paragraph-looping-video .ipod-looping-video-container {
    left: 19.7%;
    margin-top: -58%;
    width: 63%;
}

/*./coach-ipad-looping-video*/

.coach-image {
    background: url(../images/coach-basketballs-in-line-full-res2.png) center center no-repeat fixed;
    background-size: 100%;
    padding: 8.9% 0;
}

.coach-paragraph-video {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0;
    background: url(../images/coach-video-image-desktop.png) center center no-repeat;
    background-size: cover;
}

.coach-paragraph-video-text {
    padding-top: 20.0%;
    padding-left: 48px;
    padding-bottom: 12%;
}

.coach-paragraph-video-text h2 {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.coach-paragraph-video-text img {
    margin-top: 21px;
}

.coach-paragraph-video-text span {
    font-size: 1.2em;
}

.coach-paragraph-video-image {
    position: relative;
    z-index: 5;
}

.coach-paragraph-video-image img {
    position: relative;
    bottom: -49px;
    left: -18px;
    width: 100%;
}

.coach-thomas-quote {
    background-image: url(../images/coach-thomas-quote-desktop.png);
    background-position: 35% 0%;
    background-repeat: no-repeat;
    background-color: #F0F0F0;
}

.coach-thomas-quote .text-center {
    height: 370px;
    color: #545454;
}

.coach-thomas-quote .text-center p {
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 3.2em;
    line-height: 1.02em;
    margin-top: 60px;
    margin-bottom: 12px;
    position: relative;
}

.coach-thomas-quote .text-center p:before {
    content: '';
    background-image: url(../img/coach-thomas-quote-mark-left.png);
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 0px;
    left: -14px;
}

.coach-thomas-quote .text-center p:after {
    content: '';
    background-image: url(../img/coach-thomas-quote-mark-right.png);
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: -7px;
    right: 15px;
}

.coach-thomas-quote .text-center span {
    font-family: 'Avenir';
    font-size: 1.35em;
    line-height: 1.43em;
    margin-top: 0px;
}

.coach-thomas-quote .text-center span.quote-name {
    text-transform: uppercase;
    font-family: 'AvenirBlack';
}

.coach-thomas-quote .text-center .standart-blue-button {
    margin-top: 40px;
}

.coach-thomas-quote .text-center .standart-blue-button > div {
    padding: 0 15px;
}

.coach-form {
    padding: 48px 0 38px 0;
}

.coach-form .form-wrapper {
    margin-top: 13px;
}

.coach-paragraph-testimonials {
    color: #000;
    margin-bottom: 37px;
    position: relative;
}

.coach-paragraph-testimonials .paragraph-testimonials-circle-text {
    padding-top: 30px;
}

.coach-paragraph-testimonials .carousel-multiple-quotes .owl-item > div {
    margin: 0% 0%;
}

.coach-paragraph-testimonials .slider-right-arrow, .request-success-tiles .slider-right-arrow {
    top: 75px;
    right: 14%;
}

.coach-name-school {
    text-transform: uppercase;
    padding-top: 7px;
    font-size: 0.9em;
    line-height: 1.5em;
}

.coach-name-school span {
    font-family: 'AvenirBlack';
    color: #545454;
}

.slick-coaches-mobile .paragraph-testimonials-circle-images, .about-us-paragraph-testimonials .paragraph-testimonials-circle-images {
    float: left;
}

.slick-coaches-mobile .paragraph-testimonials-circle-text, .about-us-paragraph-testimonials .paragraph-testimonials-circle-text {
    float: left;
    width: 64%;
}


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

@media (max-width: 768px) {
    .text-left-mb-center {
        text-align: center;
    }

    .coach-video-text {
        top: 30%;
    }

    .video-text p {
        font-size: 2.89em;
        line-height: 0.9em;
    }
    .coach-video-text p {
        font-size: 2.89em;
        line-height: 0.9em;
    }

    .coach-nabc-logo-wrapper {
        left: 25px;
    }

    .coach-nabc-logo-wrapper img {
        width: 59%;
    }

    .coach-paragraph-intro {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 38.5%;
        background: url(../images/coach-intro-scrolling-image-mobile1.png) center center no-repeat;
        background-size: cover;
        position: relative;
    }

    .coach-paragraph-intro div.text-right { /*trick for mobile version*/
        text-align: left;
    }

    .coach-paragraph-intro .how-it-works-section {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #032F88;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.86em;
        line-height: 1.35em;
        padding: 9px 15px;
    }

    .coach-paragraph-intro .how-it-works-section span {
        font-family: 'AlternateGotNo1D';
    }

    .coach-paragraph-intro h2 {
        margin-top: 15px;
        font-size: 2.5em;
        line-height: 0.9em;
    }

    .coach-paragraph-stats-n-data {
        padding-bottom: 5.0%;
    }

    .coach-paragraph-intro span {
        font-size: 1.10em;
        line-height: 1.25em;
    }

    .coach-paragraph-stats-n-data h2 {
        font-size: 2.5em;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .coach-paragraph-stats-n-data a {
        font-size: 1.05em;
        line-height: 2.45em;
    }

    .coach-paragraph-stats-n-data span {
        line-height: 0.9em;
    }

    .coach-paragraph-stats-n-data .standart-blue-button {
        /*        padding: 8px 71px;*/
        margin-top: 5px;
    }

    .coach-paragraph-stats-n-data .text-left-mb-center.visible-xs .standart-blue-button {
        margin-left: 10px;
    }


    .coach-image {
        background: url(../images/coach-basketballs-in-line-mobile2.png) center center no-repeat;
        background-size: cover;
        padding: 26.5% 0;
    }

    .coach-paragraph-video {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0;
        background: url(../images/coach-video-image-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .coach-paragraph-video-text img {
        margin-top: 14px;
    }

    .coach-paragraph-testimonials {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .coach-paragraph-testimonials .paragraph-testimonials-circle-text {
        padding-top: 0px;
    }

    .coach-paragraph-testimonials span {
        font-size: 1.3em;
    }

    .coach-paragraph-testimonials .slider-right-arrow {
        background-image: url(../img/slider-right-arrow-mobile.png);
        width: 20px;
        height: 30px;
        top: 45px;
        right: 10px;
    }

    .coach-form {
        padding: 25px 0 38px 0;
    }

    .coach-name-school {
        font-size: 0.85em;
        padding-top: 8px;
    }

    .coach-thomas-quote {
        background-image: none;
        background-color: #F0F0F0;
    }

    .coach-thomas-quote .text-center {
        height: 258px;
    }

    .coach-thomas-quote .text-center p {
        font-size: 2.0em;
        line-height: 1.02em;
        margin-top: 35px;
        margin-bottom: 13px;
    }

    .coach-thomas-quote .text-center p:before {
        background-size: 50%;
        top: -2px;
        left: 28px;
    }

    .coach-thomas-quote .text-center p:after {
        background-size: 50%;
        bottom: -13px;
        right: 20px;
    }

    .coach-thomas-quote .text-center span {
        font-family: 'Avenir';
        font-size: 0.97em;
        margin-top: 0px;
        position: relative;
        left: 17px;
    }

    .coach-thomas-quote .text-center .standart-blue-button {
        margin-top: 23px;
        position: relative;
        left: 10px;
        font-size: 2.3em;
    }

    .coach-thomas-quote .text-center .standart-blue-button > div {
        padding: 2px 21px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .coach-paragraph-video-image img {
        bottom: -187px;
        left: -18px;
        width: 100%;
    }

    .coach-paragraph-testimonials .slider-right-arrow {
        top: 60px;
        right: 15px;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 19.7%;
        margin-top: -58%;
        width: 63%;
    }

    .slick-coaches .paragraph-testimonials-circle-images {
        float: left;
    }

    .slick-coaches .paragraph-testimonials-circle-text {
        float: left;
        width: 60%;
    }
}

@media (min-width: 2561px) and (max-width: 3840px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }

    .coach-thomas-quote {
        background-position: 55% 0%;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }

    .coach-thomas-quote {
        background-position: 55% 0%;
    }
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }
}

@media (min-width: 1537px) and (max-width: 1600px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }
}

@media (min-width: 1441px) and (max-width: 1536px) {
    .coach-paragraph-video-image img {
        bottom: -189px;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .coach-paragraph-video-image img {
        bottom: -188px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .coach-paragraph-video-image img {
        bottom: -184px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .coach-paragraph-video-image img {
        bottom: 0px;
        left: 20px;
        width: 80%;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 19%;
        margin-top: -59%;
        width: 63%;
    }
}

@media (min-width: 700px) and (max-width: 768px) {
    .coach-paragraph-video-image img {
        bottom: 0px;
        left: 210px;
        width: 70%;
    }

    .coach-paragraph-testimonials .slider-right-arrow {
        top: 40px;
    }

    .coach-paragraph-testimonials .img-circle {
        margin-bottom: 60px;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 20%;
        margin-top: -58%;
        width: 62%;
    }
}

@media (min-width: 570px) and (max-width: 699px) {
    .coach-paragraph-video-image img {
        bottom: 0px;
        left: 20px;
        width: 95%;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 20%;
        margin-top: -57%;
        width: 62%;
    }
}

@media (min-width: 400px) and (max-width: 569px) {
    .coach-paragraph-video-image img {
        bottom: 0px;
        left: 75px;
        width: 80%;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 22%;
        margin-top: -54%;
        width: 58%;
    }
}

@media (min-width: 370px) and (max-width: 399px) {
    .coach-paragraph-video-image img {
        bottom: 0px;
        left: 65px;
        width: 80%;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 22%;
        margin-top: -53%;
        width: 57%;
    }
}

@media (min-width: 350px) and (max-width: 369px) {
    .coach-paragraph-video-image img {
        bottom: 0px;
        left: 65px;
        width: 80%;
    }

    .coach-paragraph-stats-n-data a {
        font-size: 1.0em;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 22%;
        margin-top: -53%;
        width: 57%;
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .coach-video-text p {
        font-size: 2.4em;
        line-height: 0.9em;
    }

    .coach-paragraph-video-image img {
        bottom: 0px;
        left: 25px;
        width: 90%;
    }

    .coach-paragraph-video-text span {
        font-size: 1.0em;
    }

    .coach-paragraph-stats-n-data a {
        font-size: 0.87em;
    }

    .coach-paragraph-testimonials .paragraph-testimonials-circle-text {
        padding-right: 10px;
    }

    .coach-paragraph-testimonials .img-circle {
        margin-bottom: 60px;
    }

    .coach-paragraph-testimonials span {
        font-size: 0.95em;
    }

    .coach-paragraph-looping-video .ipod-looping-video-container {
        left: 22%;
        margin-top: -53%;
        width: 57%;
    }
}

/*./COACH-page*/

/*PLAYERS-page*/
section.video.players {
    height: 560px;
}

.players-video-text {
    top: 44%;
}

.players-video-text p {
    font-size: 6.6em;
    line-height: 0.55em;
}

.players-slash-line {
    border-bottom: 900px solid rgba(75, 79, 83, .051);
    -webkit-transform: translateY(-200px) /*move up-down*/ translateX(70px) /*move left-right*/ rotate(37deg); /*rotate*/
}

.players-paragraph-intro {
    padding-left: 130px;
    padding-top: 3.8%;
    padding-bottom: 17.3%;
    background: url(../images/players-intro-scrolling-image-cut.png) center -20% no-repeat fixed;
    background-size: 100%;
}

.players-paragraph-intro h2 {
    letter-spacing: 0.0001em;
    margin-bottom: 3px;
}

.players-paragraph-intro span {
    line-height: 1.39em;
}

.players-image {
    background: url(../images/players-desktop.png) center center no-repeat;
    /*TODO: fix white broken rectangle on the top-left edge of gif-image*/
    background-size: cover;
    padding-top: 24%;
    padding-bottom: 20%;
    position: relative;
    z-index: 5;
}

.players-form {
    background: url(../images/players-form-background-desktop.png) center center no-repeat;
    /*TODO: fix white broken rectangle on the top-left edge of gif-image*/
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 4%;
}

.players-form .form-wrapper {
    margin-top: 13px;
    background-color: rgba(255, 255, 255, 0.2);
}

.players-form input, .players-form select {
    background-color: rgba(255, 255, 255, 0.2);
    border-width: 0px;
}

.home-form input::placeholder {
    color: #fff;
}

.home-form input:-ms-input-placeholder {
    color: #ccc !important;
}


.players-form select option {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.players-form input[type='submit'] {
    border-width: 1px;
    background-color: transparent;
    color: #fff;
}

.players-app-slider.desktop .slider-vs-sidebar-header {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4)
}

.players-app-slider.desktop .slider-vs-sidebar-header h2 {
    text-transform: uppercase;
    color: #0D367F;
    font-family: 'AlternateGotNo1D';
    font-size: 3.05em;
    line-height: 0.82em;
    margin-top: 15.5%;
    margin-bottom: 2px;
}

.players-app-slider.desktop .slider-vs-sidebar-header span {
    font-family: 'Avenir';
    font-size: 1.24em;
    line-height: 1.3em;
}


.players-app-slider.desktop .slider-vs-sidebar-header ul {
    list-style: none;
    margin-top: 20px;
    padding-left: 0px;
    width: 55%;
    font-family: 'AvenirRoman';
}

.players-app-slider.desktop .slider-vs-sidebar-header li a,
.players-app-slider.desktop .slider-vs-sidebar-header span {
    color: #0D367F;
}

.players-app-slider.desktop .slider-vs-sidebar-header li a {
    text-transform: uppercase;
    font-size: 1.00em;
}

.players-app-slider.desktop .slider-vs-sidebar-header li a:hover,
.players-app-slider.desktop .slider-vs-sidebar-header li a:focus {
    text-decoration: none;
}

.players-app-slider.desktop .slider-vs-sidebar-header li a div {
    padding: 6.5px;
}

.players-app-slider.desktop .slider-vs-sidebar-header li:hover,
.players-app-slider.desktop .slider-vs-sidebar-header li.active {
    background-color: #EBEBEB;
}

.players-app-slider.mobile {
    padding-left: 0px;
    padding-top: 6%;
    padding-bottom: 40px;
}

.players-app-slider.mobile .inner img:active {
    transform: scale(1.3);
}

.players-app-slider.mobile .standart-blue-button {
    margin-top: 35px;
}

.players-app-slider.mobile .paragraph-text-frame h2 {
    margin-bottom: 2px;
    letter-spacing: 0.03em;
}

.players-app-slider.mobile .paragraph-text-frame span {
    line-height: 1.3em;
}

.players-paragraph-testimonials {
    margin-top: 0px;
    padding-top: 45px;
    padding-left: 13.5%;
    padding-bottom: 3.0%;
    background-color: #E1E1E1;
    position: relative;
    z-index: 10;
}

.paragraph-content.players-paragraph-testimonials-ex {
    padding-top: 45px;
    background-color: #E1E1E1;
    margin-bottom: 0px;
}

.paragraph-content.players-paragraph-testimonials-ex .slider-right-arrow {
    top: 95px;
}

.players-paragraph-testimonials .carousel-multiple-quotes .owl-item > div {
    margin: 6% 0%;
}

.players-paragraph-testimonials .paragraph-testimonials-circle-images {
    width: 25%;
    margin-bottom: 90px;
}

.players-paragraph-testimonials .paragraph-testimonials-circle-text {
    padding-top: 10px;
}

.slick-players .paragraph-testimonials-circle-images {
    float: left;
}

.slick-players .paragraph-testimonials-circle-text {
    float: left;
    width: 60%;
}

@media (max-width: 768px) {
    section.video.players {
        height: 270px;
    }

    .players-video-text {
        top: 25%;
    }

    .players-video-text p {
        font-size: 4.85em;
        line-height: 0.8em;
    }

    .players-slash-line {
        width: 54%;
        -webkit-transform: translateY(-150px) translateX(-85px) rotate(37deg);
    }

    .players-paragraph-intro {
        background: url(../images/players-intro-scrolling-image-full.png) 80% 55% no-repeat;
        padding-top: 6%;
        padding-left: 0px;
        padding-bottom: 80.7%;
        background-size: 300%;
    }

    .players-paragraph-intro h2 {
        line-height: 0.79em;
        margin-bottom: 10px;
    }

    .players-paragraph-intro span {
        line-height: 1.29em;
    }

    .players-image {
        height: 310px;
        background: url(../images/gif/players-mobile.png) center no-repeat;
        background-size: 100%;
    }

    .players-paragraph-testimonials {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .players-paragraph-testimonials .carousel-multiple-quotes .owl-item > div {
        margin: 10% 0%;
    }

    .players-paragraph-testimonials .paragraph-testimonials-circle-images {
        width: 25%;
        margin-top: 50px;
    }

    .players-paragraph-testimonials .paragraph-testimonials-circle-text {
        padding-top: 45px;
        padding-left: 100px;
        padding-right: 20px;
    }

    .players-paragraph-testimonials .slider-right-arrow {
        background-image: url(../img/slider-right-arrow-mobile.png);
        width: 12px;
        height: 18px;
        background-size: 100%;
        top: 122px;
        right: 18px;
    }

    .players-form .form-wrapper {
        margin-top: 25px;
    }
}

/*player-app slider smooth top- & left-alignments for desktop screens*/
@media (min-width: 992px) and (max-width: 1024px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 5%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 16%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 10%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 8%;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 18%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 7%;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 23%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 6%;
    }
}

@media (min-width: 1441px) and (max-width: 1536px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 30%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 4%;
    }
}

@media (min-width: 1537px) and (max-width: 1600px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 33%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 3%;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 38%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 2%;
    }
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 48%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 0%;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .players-app-slider.desktop .slider-vs-sidebar-header-wrapper {
        padding-left: 67%;
    }

    .players-app-slider.desktop .slider-vs-sidebar-container {
        padding-top: 0%;
    }
}

/*./palayer-app slider smooth left-alignment for desktop screens*/

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 700px) and (max-width: 768px) {
    .players-slash-line {
        width: 54%;
        -webkit-transform: translateY(-250px) translateX(-45px) rotate(37deg);
    }

    .players-image {
        height: 610px;
    }

    .players-app-slider.desktop .slider-vs-sidebar-header {
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.0);
    }
}

@media (min-width: 570px) and (max-width: 699px) {

}

@media (min-width: 400px) and (max-width: 569px) {
    .players-slash-line {
        width: 54%;
        -webkit-transform: translateY(-180px) translateX(-95px) rotate(37deg);
    }
}

@media (min-width: 370px) and (max-width: 399px) {

}

@media (min-width: 350px) and (max-width: 369px) {
    .players-slash-line {
        width: 54%;
        -webkit-transform: translateY(-150px) translateX(-95px) rotate(37deg);
    }

    .players-image {
        height: 280px;
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .players-slash-line {
        width: 54%;
        -webkit-transform: translateY(-180px) translateX(-125px) rotate(37deg);
    }

    .players-image {
        height: 260px;
    }
}

/*./PLAYERS-page*/

/*FANS-page*/
.fans-video-text {
    top: 208px;
}

.fans-paragraph-intro {
    padding-top: 4.5%;
    padding-left: 110px;
    padding-bottom: 10.7%;
    background: url(../images/fans-intro-scrolling-image-full.png) center -20% no-repeat fixed;
    background-size: 100%;
}

.fans-paragraph-augmented-reality {
    padding-bottom: 0px;
}

.fans-paragraph-text-frame {
    padding-bottom: 10.6%;
}

.fans-paragraph-text-frame a,
.fans-paragraph-text-frame a:hover,
.fans-paragraph-text-frame a:focus {
    text-decoration: none;
    color: #6C6C6C;
    outline: none !important;
}

.fans-paragraph-augmented-reality .paragraph-image-frame,
.fans-paragraph-fan-app .paragraph-image-frame {
    padding: 0;
}

img.fans-paragraph-augmented-reality-image {
    width: 120%;
    position: absolute;
    top: -45%;
    left: -8%;
}

.fans-paragraph-fan-app .fans-paragraph-text-frame {
    /*    padding-top: 9%;*/
    padding-right: 125px;
    /*    padding-bottom: 14%;*/
}

.fans .quotes {
    color: #FFF;
}

.fans .quotes .slick-quotes img {
    display: inline;
    padding-bottom: 20px;
}

.fans .quotes p {
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 3.2em;
    line-height: 1.02em;
    position: relative;
}

.fans .quotes .quote-name {
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 1.6em;
}


/*.fans .quotes p span.quote-mark-start{
    content:url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-left_space.png);
    /*position: absolute;
    top: 0px;
    left: 294px;
}*/

.fans .quotes p span:before {
    display: inline-block;
    content: '\201C';
    font-family: 'AlternateGotNo1D';
    font-size: 54px;
    float: left;
    margin-top: 0px;
    opacity: .4;
    position: absolute;

}

.fans .quotes p span:after {
    display: inline-block;
    content: '\201D';
    font-family: 'AlternateGotNo1D';
    font-size: 54px;
    float: left;
    margin-top: 28px;
    opacity: .4;
    position: absolute;
}


.fans .quotes {
    position: relative;
}

.fans .quotes span.slider-right-arrow-dark {
    background-image: url(../img/right-arrow.png);
    width: 18px;
    height: 26px;
}

.fans .quotes span.slider-left-arrow-dark {
    background-image: url(../img/left-arrow.png);
    width: 18px;
    height: 26px;
}

.fans .quotes p span.quote-mark-end {
    content: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-right.png);
    position: absolute;
    top: 145px;
}

.fans-paragraph-fan-ar {
    background: url('../img/fan-ar-bg.png') center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding-left: 110px;
    color: #FFF;
    padding-top: 5%;
}

.fans-paragraph-fan-ar h2 {
    color: #FFF;
    margin-top: 5px
}

.fans-paragraph-fan-ar span.stronger {
    text-transform: uppercase;
    font-family: 'AvenirBlack';
    font-size: 1.0em;
}

.fans-paragraph-fan-ar .button {
    text-transform: uppercase;
    border: 1px solid #FFF;
    width: 210px;
    padding: 20px 40px 10px 30px;
    position: relative;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.4);
}

.fans-paragraph-fan-ar .button span {
    font-family: "OswaldLight";
    color: #FFF;
    font-size: 1.50em;
    line-height: 47px;
}

.fans-paragraph-fan-ar .button span:after {
    content: '';
    background-image: url(../img/button-play-black-white-border.png);
    display: block;
    width: 15px;
    height: 21px;
    position: absolute;
    top: 13px;
    left: 162px;
}

.fans-paragraph-fan-ar .partners-logos a {
    padding-right: 20px;
}

.fans .fans-paragraph-fan-app .fans-paragraph-text-frame {
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .fans-paragraph-fan-ar {
        background: url(../img/fan-ar-bg-mobile.png) center center no-repeat;
    }

    .fans-paragraph-fan-ar {
        padding-left: 0px;
    }

    .fans-paragraph-fan-ar .button {
        width: 310px;
        padding: 20px 120px 10px 30px;
    }

    .fans-paragraph-fan-ar .button span {
        margin-left: 30px;
    }

    .fans-paragraph-fan-ar .button span:after {
        left: 212px;
    }

    .fans section.quotes {
        padding: 40px 0px 30px 0px;
    }

    .fans .quotes p {
        font-size: 1.8em;
    }

    .fans .quotes p span:before {
        margin-left: -11px;
    }

    .fans .quotes span.slider-right-arrow-dark {
        top: 120px;
        right: 5px;

    }

    .fans .quotes span.slider-left-arrow-dark {
        top: 120px;
        left: 5px;
    }

    .fans .quotes .quote-name {

        font-size: 1.2em;
    }

}


.fans-paragraph-text-frame .button {
    text-transform: uppercase;
    border: 1px solid #6C6C6C;
    width: 210px;
    padding: 20px 40px 10px 30px;
    position: relative;
}

.fans-paragraph-text-frame .button span {
    font-family: "OswaldLight";
    color: #6C6C6C;
    font-size: 1.50em;
    line-height: 47px;
}

.fans-paragraph-text-frame .button span:after {
    content: '';
    background-image: url(../img/text-image-paragraph-button-play.png);
    display: block;
    width: 15px;
    height: 21px;
    position: absolute;
    top: 13px;
    left: 162px;
}

.fans .quotes {
    padding: 50px 0px;
    background-color: #032f88;
}


img.fans-paragraph-fan-app-image {
    width: 180%;
    position: absolute;
    top: -17%;
    left: -7%;
}

@media (max-width: 768px) {
    .fans-video-text {
        top: 27%;
    }

    .fans-paragraph-intro {
        padding-top: 6.5%;
        padding-left: 0px;
        padding-bottom: 46.7%;
        background: url(../images/fans-intro-scrolling-image-full.png) center center no-repeat;
        background-size: 300%;
    }

    .fans-paragraph-intro h2 {
        font-size: 2.1em;
        line-height: 0.85em;
    }

    .fans-paragraph-intro span {
        font-size: 1.20em;
        line-height: 1.05em;
    }

    .fans-slash-line {
        width: 54%;
        -webkit-transform: translateY(-150px) translateX(-275px) rotate(37deg);
    }

    .fans-paragraph-text-frame {
        padding-bottom: 28.0%;
    }

    img.fans-paragraph-augmented-reality-image {
        width: 105%;
        position: absolute;
        top: -108%;
        left: -5.4%;
    }

    .fans .fans-paragraph-fan-app .fans-paragraph-text-frame {
        padding-top: 0%;
        padding-right: 35px;
        padding-bottom: 38%;
    }

    .fans-paragraph-fan-app .fans-paragraph-text-frame span {
        text-align: right;
    }


    img.fans-paragraph-fan-app-image {
        width: 100%;
        position: absolute;
        top: -53%;
        left: -1%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    img.fans-paragraph-augmented-reality-image {
        width: 100%;
        position: absolute;
        top: 61%;
        left: 0%;
    }

    img.fans-paragraph-fan-app-image {
        width: 180%;
        position: absolute;
        top: 60%;
        left: -35%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 700px) and (max-width: 768px) {
    .fans-slash-line {
        width: 54%;
        -webkit-transform: translateY(-250px) translateX(-45px) rotate(37deg);
    }

    img.fans-paragraph-augmented-reality-image {
        width: 100%;
        position: absolute;
        top: -54%;
        left: 0%;
    }
}

@media (min-width: 570px) and (max-width: 699px) {

}

@media (min-width: 400px) and (max-width: 569px) {
    .fans-slash-line {
        width: 54%;
        -webkit-transform: translateY(-180px) translateX(-95px) rotate(37deg);
    }
}

@media (min-width: 370px) and (max-width: 399px) {
    .fans-slash-line {
        width: 54%;
        -webkit-transform: translateY(-150px) translateX(-95px) rotate(37deg);
    }
}

@media (min-width: 350px) and (max-width: 369px) {
    .fans-slash-line {
        width: 54%;
        -webkit-transform: translateY(-150px) translateX(-95px) rotate(37deg);
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .fans-slash-line {
        width: 54%;
        -webkit-transform: translateY(-180px) translateX(-125px) rotate(37deg);
    }

    .fans-paragraph-augmented-reality .fans-paragraph-text-frame span {
        font-size: 0.98em;
    }
}

/*./FANS-page*/

/*ABOUT-US-page*/
.about-us-top.video {
    background: url(../images/about-us-top-image.png) center center no-repeat;
    background-size: cover;
}

.about-us-video-text {
    top: 36%;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, .0);
}

.about-us-video-text p {
    font-size: 6.6em;
    line-height: 0.55em;
}

.about-us-video-text div {
    width: 710px;
    text-align: justify;
    margin: auto;
}

.about-us-video-text span {
    font-family: "AvenirRoman";
    text-transform: none;
    font-size: 1.5em;
    line-height: 1.3em;
    padding-top: 2%;
    display: block;
}

.about-us-paragraph-kansas {
    padding-left: 0px;
    padding-top: 6.0%;
    padding-bottom: 7%;
    background-color: #032F88;
}

.about-us-paragraph-kansas h2 {
    font-size: 4.5em;
    letter-spacing: 0.007em;
}

.about-us-paragraph-kansas span {
    color: #fff;
}

.about-us-paragraph-text-frame {
padding: 50px 0;
}
@media (max-width: 991.9px) {
    .about-us-paragraph-text-frame {
        padding: 0px 0;
    }
}

.about-us-paragraph-text-frame h2 {
    color: #FFFFFF;
}

.about-us-paragraph-text-frame span {
    line-height: 1.5em;
    color: #FFFFFF;
    display: block;
    padding-right: 90px;
}

.about-us-paragraph-text-frame span strong {
    display: block;
}


.about-us-paragraph-kansas .paragraph-image-frame {
    z-index: 10;
}

.about-us-paragraph-kansas .paragraph-image-frame > img {
    width: 96%;
    top: -90%;
    left: -9%;
}

.about-us-paragraph-founders {
/*    background: url(../images/about-us-founders-image-desktop.png) center -20% no-repeat;*/
    background: url(../images/about-us-founders-image-desktop.png)  no-repeat;
    background-size: 100%;
    /*padding-left: 60px;*/
    padding-top: 6.2%;
    padding-bottom: 6%;
}

.about-us-paragraph-founders h2 {
    line-height: 0.7em;
    margin-bottom: 12px;
}

.about-us-paragraph-founders span {
    font-size: 1.3em;
    color: #0D367F;
}

.about-us-paragraph-founders span.bold {
    font-size: 1.10em;
    font-weight: bold;
}

.about-us-paragraph-employees {
    background: url(/img/resources/about-us-employees-image-desktop6.png) center 40% no-repeat;
    background-size: 100%;
    padding-left: 60px;
    padding-top: 10%;
    padding-bottom: 13.0%;
}

.about-us-paragraph-employees.text-image-paragraph {
    padding-left: 0px;
    padding-right: 10px;
}

.about-us-paragraph-employees h2 {
    line-height: 0.7em;
    margin-bottom: 0px;
}

.about-us-paragraph-employees span {
    font-size: 1.3em;
    line-height: 1.37em;
}

.about-us-paragraph-investors {
//    background: url(../images/about-us-investors-image-desktop.png) center 0% no-repeat;
    background: url(../images/about-us-investors-image-desktop.png) no-repeat;
    background-size: cover;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 4.5%;
}

.about-us-paragraph-investors .row {
    margin-left: 0px;
    margin-right: 0px;
}

.about-us-paragraph-investors h2 {
    line-height: 0.7em;
    margin-bottom: 5px;
}

.about-us-paragraph-investors span {
    font-size: 1.3em;
    line-height: 1.37em;
}

.about-us-form {
    padding-top: 24px;
    padding-bottom: 48px;
}

.about-us-form .form-wrapper {
    margin-top: 13px;
}

.about-us-logo-wrapper {
    height: 100px;
    margin: 5px;
    line-height: 100px;
    text-align: center;
    position: relative;
    right: 25px;
}

.about-us-logo-wrapper img {
    width: cover;
}

.about-us-paragraph-testimonials {
    margin-top: 38px;
}

.about-us-paragraph-testimonials h2 {
    margin-top: 21px;
}

.about-us-paragraph-testimonials .container {
    position: relative;
}

.about-us-paragraph-testimonials .carousel-multiple-quotes .owl-stage {
    padding-left: 0px !important;
}

.about-us-paragraph-testimonials .owl-item > div {
    margin: 2% 0%;
}

.about-us-paragraph-testimonials .owl-theme .item {
    margin-left: 0%;
    padding-left: 2%;
    padding-right: 6%;
}

.about-us-paragraph-testimonials .owl-theme .item img {
    margin-right: 15px;
}

.about-us-paragraph-testimonials .paragraph-testimonials-circle-images {
    float: left;
    width: 31%;
    margin-right: 0%;
}

.about-us-name-press span {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .about-us-top.video {
        background: url(../images/about-us-top-image-mobile_.png) center center no-repeat;
        background-size: cover;
    }

    .about-us-video-text {
        top: 29%;
    }

    .about-us-video-text p {
        font-size: 2.9em;
        line-height: 0.55em;
    }

    .about-us-video-text div {
        width: 98%;
        text-align: justify;
        margin: auto;
    }

    .about-us-video-text span {
        font-weight: bold;
        font-size: 1.18em;
        line-height: 1.3em;
    }

    .about-us-paragraph-kansas {
        padding-top: 7.5%;
        padding-bottom: 40px;
    }

    .about-us-paragraph-kansas h2 {
        font-size: 2.8em;
        letter-spacing: 0.011em;
    }

    .about-us-paragraph-text-frame span {
        line-height: 1.4em;
        padding-right: 0;
    }
    .about-us-paragraph-kansas .paragraph-image-frame{
        text-align: center;
        padding: 40px 0;
    }

    .about-us-paragraph-kansas .paragraph-image-frame > img {
        width: 64%;
        position: relative;
        top: auto;
        left: auto;
    }

    .about-us-paragraph-founders {
        background: url(../images/about-us-founders-image-mobile.png) center 0% no-repeat;
        background-size: 100%;
        padding-left: 0px;
        padding-top: 1%;
        padding-bottom: 72.2%;
    }

    .about-us-paragraph-founders h2 {
        font-size: 2.7em;
        line-height: 0.7em;
        margin-bottom: 10px;
    }

    .about-us-paragraph-founders span {
        font-size: 1.02em;
        line-height: 1.33em;
    }

    .about-us-paragraph-founders span.bold {
        font-size: 1.0em;
    }

    .about-us-paragraph-employees .about-us-paragraph-text-frame span {
        text-align: right;
    }

    .about-us-paragraph-employees {
        background: url(/img/resources/about-us-employees-image-mobile_2.png) center 0% no-repeat;
        background-size: 100%;
        padding-left: 0px;
        padding-top: 48%;
        padding-bottom: 40%;
    }

    .about-us-paragraph-employees h2 {
        font-size: 2.7em;
        line-height: 0.7em;
        margin-bottom: 10px;
    }

    .about-us-paragraph-employees span {
        font-size: 1.02em;
        line-height: 1.33em;
    }

    .about-us-paragraph-investors {
        background: url(../images/about-us-investors-image-mobile.png) center 0% no-repeat;
        background-size: cover;
        padding-left: 0px;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .about-us-paragraph-investors-header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-us-paragraph-investors h2 {
        font-size: 2.7em;
        line-height: 0.7em;
        margin-bottom: 10px;
    }

    .about-us-paragraph-investors span {
        font-size: 1.02em;
        line-height: 1.33em;
    }

    .about-us-logo-wrapper {
        margin-left: 15px;
        margin-right: 15px;
        height: 65px;
        line-height: 65px;
        position: relative;
        right: 5px;
    }

    .about-us-logo-wrapper img {
        width: 100%;
    }
}

@media (min-width: 1371px) and (max-width: 1650px) {
    .about-us-paragraph-founders {
        padding-bottom: 3.0%;
        padding-top: 4.0%;
    }

    .about-us-paragraph-employees {
        padding-bottom: 11.0%;
    }
}

@media (min-width: 1201px) and (max-width: 1370px) {
    .about-us-paragraph-founders,
    .about-us-paragraph-employees,
    .about-us-paragraph-investors {
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .about-us-paragraph-founders {
        padding-top: 5.2%;
        padding-bottom: 5%;
        background-size: 130%;
    }

    .about-us-paragraph-employees {
        padding-top: 10.4%;
        padding-bottom: 8.5%;
    }

    .about-us-paragraph-investors {
        background: url(../images/about-us-investors-image-mobile.png) center 65% no-repeat;
        background-size: 100%;
        padding-left: 0px;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .about-us-logo-wrapper img {
        width: 85%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 700px) and (max-width: 768px) {
    .about-us-paragraph-founders {
        padding-top: 4.2%;
        padding-bottom: 82.2%;
    }

    .about-us-paragraph-founders span {
        font-size: 1.05em;
        line-height: 1.33em;
    }

    .about-us-paragraph-investors {
        background: url(../images/about-us-investors-image-mobile.png) center 35% no-repeat;
        background-size: 100%;
        padding-left: 0px;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .about-us-logo-wrapper img {
        width: 55%;
    }

    .about-us-paragraph-testimonials .slider-right-arrow {
        display: none;
    }

    .about-us-paragraph-testimonials .item .paragraph-testimonials-circle-text span {
        font-size: 1.15em;
    }
}

@media (min-width: 570px) and (max-width: 699px) {

}

@media (min-width: 400px) and (max-width: 569px) {
    .about-us-paragraph-investors {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 370px) and (max-width: 399px) {

}

@media (min-width: 350px) and (max-width: 369px) {
    .about-us-video-text {
        top: 25%;
    }

    .about-us-video-text p {
        font-size: 2.9em;
        line-height: 0.85em;
        margin-bottom: 5px;
    }

    .about-us-video-text span {
        font-size: 1.1em;
        line-height: 1.1em;
    }

    .about-us-paragraph-founders span {
        font-size: 0.9em;
        line-height: 1.33em;
    }

    .about-us-paragraph-employees {
        padding-top: 9%;
        /*padding-bottom: 60%;*/
    }

    .about-us-paragraph-investors {
        background: url(../images/about-us-investors-image-mobile.png) center 0% no-repeat;
        /*background-size: 120%;*/
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .about-us-video-text {
        top: 23%;
    }

    .about-us-video-text p {
        font-size: 2.6em;
        line-height: 0.85em;
        margin-bottom: 5px;
    }

    .about-us-video-text span {
        font-size: 1.1em;
        line-height: 1.1em;
    }

    .about-us-paragraph-founders span {
        font-size: 0.8em;
        line-height: 1.33em;
    }

    .about-us-paragraph-employees {
        padding-top: 9%;
        padding-bottom: 36%;
    }

    .about-us-paragraph-employees span {
        font-size: 0.99em;
    }

    .about-us-paragraph-investors {
        background: url(../images/about-us-investors-image-mobile.png) center 0% no-repeat;
        background-size: 120%;
    }
}

/*./ABOUT-US-page*/

/*CONTACT-US-page*/
.contact-us-video {
    height: 450px;
    background: url(../img/GroupPhoto.png) center center no-repeat;
    background-size: cover;
}

.contact-us-paragraph {
    padding-bottom: 40px;
}

.contact-us-paragraph h2 {
    font-size: 2.61em;
    line-height: 0.75em;
}

.contact-us-paragraph input,
.contact-us-paragraph textarea,
.contact-us-paragraph select {
    width: 100%;
    margin: 5px 0;
    resize: none;
    padding: 0 10px;
    line-height: 2.90em;
    font-size: 1.2em;
}

.contact-us-paragraph textarea {
    padding: 15px 10px;
    line-height: 1.25em;
}

.contact-us-paragraph select {
    height: 3.1em;
}

.contact-us-form-wrapper.col-md-6 {
    padding: 0px 10px 0 10px;
}

.contact-us-form > div {
    padding: 0px 15px 0 15px;
}

.contact-us-form {
    height: 100%;
    margin: 0 0 0 60px;
    padding: 15px 10px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    top: -50px;
}

.contact-us-form input[type='submit'] {
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 2.1em;
    padding: 8px;
    line-height: 1.2;
    color: #fff;
    background-color: #0D367F;
    border-width: 0px;
}

.contact-us-form-padding-left {
    padding-left: 5px;
}

.contact-us-form-padding-right {
    padding-right: 5px;
}

.contact-us-link-wrapper {
    margin-top: 45px;
    text-transform: uppercase;
}

.contact-us-links .contact-link {
    text-align: right;
}

.contact-us-links .contact-link a {
    text-decoration: none;
    line-height: 52px;
}

.contact-link.geo {
    background: url(../img/contact-us-links/geo-GRAY.png) no-repeat;
    background-position: 39% 40%;
    background-size: 15%;
}

.contact-link.geo:hover {
    background: url(../img/contact-us-links/geo-BLUE.png) no-repeat;
    background-position: 39% 40%;
    background-size: 15%;

}

.contact-link.geo:hover span {
    color: #0D367F;
}

.contact-link.phone {
    background: url(../img/contact-us-links/phone-GRAY.png) no-repeat;
    background-position: 39% 41%;
    background-size: 15%;
}

.contact-link.phone:hover {
    background: url(../img/contact-us-links/phone-BLUE.png) no-repeat;
    background-position: 39% 41%;
    background-size: 15%;
}

.contact-link.phone:hover span {
    color: #0D367F;
}

.contact-link.email {
    background: url(../img/contact-us-links/email-GRAY.png) no-repeat;
    background-position: 39% 43%;
    background-size: 15%;
}

.contact-link.email:hover {
    background: url(../img/contact-us-links/email-BLUE.png) no-repeat;
    background-position: 39% 43%;
    background-size: 15%;
}

.contact-link.email:hover span {
    color: #0D367F;
}

.contact-link.fb {
    background: url(../img/contact-us-links/fb-GRAY.png) no-repeat;
    background-position: 40% 35%;
    background-size: 8%;
}

.contact-link.fb:hover {
    background: url(../img/contact-us-links/fb-BLUE.png) no-repeat;
    background-position: 40% 35%;
    background-size: 8%;
}

.contact-link.fb:hover span {
    color: #0D367F;
}

.contact-link.insta {
    background: url(../img/contact-us-links/insta-GRAY.png) no-repeat;
    background-position: 39% 41%;
    background-size: 15%;
}

.contact-link.insta:hover {
    background: url(../img/contact-us-links/insta-BLUE.png) no-repeat;
    background-position: 39% 41%;
    background-size: 15%;
}

.contact-link.insta:hover span {
    color: #0D367F;
}

.contact-link.twitter {
    background: url(../img/contact-us-links/twitter-GRAY.png) no-repeat;
    background-position: 39% 41%;
    background-size: 15%;
}

.contact-link.twitter:hover {
    background: url(../img/contact-us-links/twitter-BLUE.png) no-repeat;
    background-position: 39% 41%;
    background-size: 15%;
}

.contact-link.twitter:hover span {
    color: #0D367F;
}

.contact-us-links .contact-link span {
    font-size: 2.35em;
    font-family: 'AlternateGotNo1D';
    color: #545454;
}

.contact-us-links .contact-text {
    border-left: 2px solid #D0D0D0;
    font-size: 0.95em;
    padding-left: 10px;
    margin-bottom: 35px;
    height: 52px;
}

.contact-us-links .contact-text span.two-lines {
    line-height: 1.5em; /*TODO: fix lineheight*/
}

.contact-us-links .contact-text span {
    line-height: 52px;
}

@media (max-width: 768px) {
    .contact-us-video {
        height: 270px;
        background: url(../img/GroupPhotoMobile.png) center center no-repeat;
        background-size: cover;
    }

    .contact-us-form-wrapper.col-md-6, .contact-us-form > div {
        padding: 0px 15px;
    }

    .contact-us-paragraph {
        padding-bottom: 22px;
    }

    .contact-us-paragraph h2 {
        margin-top: 0;
        margin-bottom: 4px;
        font-size: 2.5em;
        line-height: 0.85em;
    }

    .contact-us-paragraph input, .contact-us-paragraph textarea {
        width: 100%;
        margin: 5px 0;
        resize: none;
        padding: 0 8px;
        line-height: 2.85em;
        font-size: 1.0em;
    }

    .contact-us-paragraph textarea {
        padding: 10px 10px 5px 10px;
        line-height: 1.0em;
    }

    .contact-us-form {
        margin: 0 10px;
        padding: 15px 0;
        top: -45px;
    }

    .contact-us-form input[type='submit'] {
        padding: 3px;
        line-height: 1.2;
    }

    .contact-us-paragraph select {
        height: 2.6em;
        background-color: transparent;
    }

    .contact-us-link-wrapper {
        margin-top: 0px;
    }

    .contact-us-links .contact-link {
        padding-right: 10px;
    }

    .contact-us-links .contact-link a {
        line-height: 38px;
    }

    .contact-us-links .contact-link span {
        font-size: 1.7em;
    }

    .contact-us-links .contact-text {
        border-left: 1px solid #D0D0D0;
        font-size: 0.75em;
        padding-left: 10px;
        margin-bottom: 36.5px;
        height: 38px;
    }

    .contact-us-links .contact-text span {
        line-height: 38px;
    }

    .contact-link.geo {
        background: url(../img/contact-us-links/geo-GRAY.png) no-repeat;
        background-position: 20% 35%;
        background-size: 20%;
    }

    .contact-link.geo:hover {
        background: url(../img/contact-us-links/geo-BLUE.png) no-repeat;
        background-position: 20% 35%;
        background-size: 20%;
        color: #0D367F;

    }

    .contact-link.phone {
        background: url(../img/contact-us-links/phone-GRAY.png) no-repeat;
        background-position: 20% 41%;
        background-size: 20%;
    }

    .contact-link.phone:hover {
        background: url(../img/contact-us-links/phone-BLUE.png) no-repeat;
        background-position: 20% 41%;
        background-size: 20%;
    }

    .contact-link.email {
        background: url(../img/contact-us-links/email-GRAY.png) no-repeat;
        background-position: 20% 43%;
        background-size: 20%;
    }

    .contact-link.email:hover {
        background: url(../img/contact-us-links/email-BLUE.png) no-repeat;
        background-position: 20% 43%;
        background-size: 20%;
    }

    .contact-link.fb {
        background: url(../img/contact-us-links/fb-GRAY.png) no-repeat;
        background-position: 23% 35%;
        background-size: 11%;
    }

    .contact-link.fb:hover {
        background: url(../img/contact-us-links/fb-BLUE.png) no-repeat;
        background-position: 23% 35%;
        background-size: 11%;
    }

    .contact-link.insta {
        background: url(../img/contact-us-links/insta-GRAY.png) no-repeat;
        background-position: 20% 41%;
        background-size: 20%;
    }

    .contact-link.insta:hover {
        background: url(../img/contact-us-links/insta-BLUE.png) no-repeat;
        background-position: 20% 41%;
        background-size: 20%;
    }

    .contact-link.twitter {
        background: url(../img/contact-us-links/twitter-GRAY.png) no-repeat;
        background-position: 20% 41%;
        background-size: 20%;
    }

    .contact-link.twitter:hover {
        background: url(../img/contact-us-links/twitter-BLUE.png) no-repeat;
        background-position: 20% 41%;
        background-size: 20%;
    }

}

@media (min-width: 3800px) and (max-width: 4000px) {
    .contact-us-video {
        height: 950px;
    }
}

@media (min-width: 2400px) and (max-width: 2600px) {
    .contact-us-video {
        height: 650px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-link.geo,
    .contact-link.phone,
    .contact-link.email,
    .contact-link.fb,
    .contact-link.insta,
    .contact-link.twitter {
        background-position: 19% 40%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 700px) and (max-width: 768px) {
    .contact-link.geo,
    .contact-link.phone,
    .contact-link.email,
    .contact-link.insta,
    .contact-link.twitter {
        background-size: 15%;
    }

    .contact-link.fb {
        background-size: 8%;
    }
}

@media (min-width: 570px) and (max-width: 699px) {

}

@media (min-width: 400px) and (max-width: 569px) {

}

@media (min-width: 370px) and (max-width: 399px) {
    .contact-us-links .contact-text span {
        font-size: 1.1em;
    }
}

@media (min-width: 350px) and (max-width: 369px) {
    .contact-us-links .contact-text span {
        font-size: 1.05em;
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    .contact-us-links .contact-text span {
        font-size: 1.05em;
    }
}

/*./CONTACT-US-page*/

/*SUPPORT-page*/
.support-paragraph-search {
    padding-top: 7.6%;
    padding-bottom: 12.5%;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/support-paragraph-search.png) center 20% no-repeat;
    background-size: 100%;
}

.support-paragraph-search h2 {
    font-size: 4.2em;
    margin-left: 70px;
    margin-bottom: 11px;
}

.support-paragraph-search input {
    margin: 0;
    color: #000;
    font-size: 1.5em;
    line-height: 2.2em;
    border-width: 0;
}

.support-paragraph-search input[type='text'] {
    width: 68%;
    margin-left: 70px;
    float: left;
    padding-left: 10px;
}

.support-paragraph-search input[type='submit'] {
    width: 18%;
    margin-right: 70px;
    float: left;
    background-color: #F57B24;
    color: #fff;
}

.support-paragraph-faq {
    padding-top: 6%;
    padding-left: 150px;
    color: #545454;
    padding-bottom: 9%;
}

.support-paragraph-faq h2 {
    font-size: 3.2em;
    margin-bottom: 2px;
    color: #545454;
}

.support-paragraph-faq span {
    display: inline-block;
    margin-bottom: 18px;
}

.support-paragraph-faq .answer-block h2 {
    font-size: 1.24em;
    color: #F57B24;
}

.support-paragraph-faq .answer-block span {
    font-size: 1.18em;
    line-height: 1.25em;
    margin-bottom: 6px;
}

.support-paragraph-faq button.answer-block-button {
    margin-top: 35px;
    background-color: #838383;
    color: #fff;
    line-height: 2.2em;
}

.support-paragraph-faq .ticket-block {
    border: 1px solid #F57B24;
    margin-top: 28px;
    padding-top: 6px;
    padding-left: 22px;
    width: 290px;
    position: relative;
}

.support-paragraph-faq .ticket-block h2:before {
    content: '';
    background-image: url(../img/support-ticket-block-logo.png);
    display: block;
    width: 18px;
    height: 25px;
    position: absolute;
    top: 22px;
    left: 22px;
}

.support-paragraph-faq .ticket-block h2 {
    font-family: 'OswaldLight';
    font-size: 1.5em;
    margin-left: 25px;
    margin-bottom: 7px;
    color: #F57B24;
}

.support-paragraph-faq .ticket-block span {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 7px;
}

.support-paragraph-faq .ticket-block-button {
    width: 290px;
    background-color: #F57B24;
    color: #fff;
    line-height: 2.2em;
    margin-top: 22px;
}

/*./SUPPORT-page*/

/*HOW-IT-WORKS-page*/
.how-it-works.top-paragraph {
    padding-top: 60px;
    padding-left: 16%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.how-it-works.top-paragraph h2 {
    margin-top: 123px;
    font-size: 3.7em;
}

.how-it-works.components-paragraph {
    padding-bottom: 35px;
}

.how-it-works.components-paragraph h2 {
    font-size: 3.3em;
    margin-bottom: 20px;
}

.how-it-works.components-paragraph p {
    font-size: 1.45em;
    line-height: 0.5em;
}

.how-it-works.component-slider {
    position: relative;
    padding-bottom: 30px;
}

.how-it-works.component-slider .slider-wrapper img {
    width: 346px !important;
}

.how-it-works.component-slider .slider-left-arrow-dark {
    top: 10.9em;
    left: 33.2%;
    z-index: 9;
}

.how-it-works.component-slider .slider-right-arrow-dark {
    top: 10.9em;
    right: 32.8%;
}

.how-it-works.components-paragraph.enabled-ball {
    padding-bottom: 5px;
}

.how-it-works.components-paragraph.enabled-ball h2 {
    margin-top: 0px;
    margin-bottom: 14px;
}

.how-it-works.components-paragraph.enabled-ball p {
    line-height: 1.6em;
}

.how-it-works.component-slider.player-sensors img {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 260px;
}

.how-it-works.components-paragraph.player-sensors h2 {
    margin-bottom: 10px;
}

.how-it-works.components-paragraph.player-sensors p {
    margin-bottom: 25px;
}

.triple-arrow-down.under-player-sensors {
    padding-bottom: 30px;
}

.how-it-works.component-slider.anchors {
    padding-bottom: 17px;
}

.how-it-works.component-slider.anchors img {
    width: 332px;
}

.how-it-works.components-paragraph.anchors h2 {
    margin-bottom: 10px;
}

.how-it-works.components-paragraph.anchors p {
    margin-bottom: 10px;
}

.how-it-works.component-slider.instant-stats {
    padding-bottom: 15px;
}

.how-it-works.component-slider.instant-stats img {
    width: 650px;
}

.how-it-works.components-paragraph.components-extra {
    padding: 0 222px;
    margin-bottom: 48px;
}

.how-it-works.components-paragraph.components-extra .triple-arrow-down {
    padding-bottom: 30px;
}

.how-it-works.components-paragraph.components-extra .extra-images-circle
.text-center {
    position: relative;
}

.how-it-works.components-paragraph.components-extra .extra-images-circle img {
    width: 220px;
}

.how-it-works.components-paragraph.components-extra .extra-images-circle
.text-center .internal-text {
    position: absolute;
    top: 10px;
    margin: 0 8%;
    width: 220px;
    color: #fff;
    font-weight: bold;
}

.how-it-works.components-paragraph.components-extra .extra-images-circle
.text-center .internal-text span {
    font-family: 'AvenirBlack';
    font-weight: bold;
}

.how-it-works.components-paragraph.components-extra .extra-images-circle
.text-center .internal-text h3 {
    font-family: 'OswaldRegular';
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 3px;
}

.how-it-works.components-paragraph.components-extra .extra-images-circle
.text-center .internal-text.extra-fans h3 {
    margin-top: 22px;
}

.how-it-works.components-paragraph.components-extra .extra-images-circle
.text-center .internal-text.extra-extra h3 {
    margin-top: 89px;
}

.how-it-works-form {
    background: url(../images/how-it-works-form-background-desktop.png) center center no-repeat;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 4%;
}

@media (min-width: 1670px) and (max-width: 1690px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 8%;
    }
}

@media (min-width: 1590px) and (max-width: 1610px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 7%;
    }
}

@media (min-width: 1526px) and (max-width: 1536px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 4%;
    }
}

@media (min-width: 1430px) and (max-width: 1450px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 0;
    }
}

@media (min-width: 1350px) and (max-width: 1376px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle img {
        width: 200px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 0;
        width: 200px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text span {
        font-size: 1.3em;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text h3 {
        font-size: 1.5em;
        margin-top: 25px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-extra h3 {
        margin-top: 82px;
    }
}

@media (min-width: 1270px) and (max-width: 1290px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle img {
        width: 180px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 0;
        width: 180px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text span {
        font-size: 1.15em;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text h3 {
        font-size: 1.3em;
        margin-top: 22px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-extra h3 {
        margin-top: 71px;
    }
}

@media (min-width: 1014px) and (max-width: 1034px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle img {
        width: 250px;
        margin-bottom: 30px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 0;
        width: 100%;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text span {
        font-size: 1.5em;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text h3 {
        font-size: 2.0em;
        margin-top: 30px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-extra h3 {
        margin-top: 100px;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle img {
        width: 250px;
        margin-bottom: 30px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 0;
        width: 100%;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text span {
        font-size: 1.5em;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text h3 {
        font-size: 2.0em;
        margin-top: 30px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-extra h3 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .how-it-works.top-paragraph {
        padding-top: 0;
        padding-left: 0;
    }

    .how-it-works.top-paragraph h2 {
        margin-top: 28px;
        font-size: 2.75em;
    }

    .how-it-works.top-paragraph img {
        width: 100%;
    }

    .how-it-works.components-paragraph {
        padding-bottom: 25px;
    }

    .how-it-works.components-paragraph h2 {
        margin-top: 72px;
        margin-bottom: 8px;
        font-size: 2.7em;
    }

    .how-it-works.components-paragraph p {
        font-size: 1.40em;
        line-height: 1.15em;
    }

    .how-it-works.component-slider {
        position: relative;
        padding-top: 10px;
        padding-bottom: 19px;
    }

    .how-it-works.component-slider .slider-wrapper img {
        width: 215px !important;
    }

    .how-it-works.component-slider .slider-left-arrow-dark {
        top: 6.7em;
        left: 10%;
    }

    .how-it-works.component-slider .slider-right-arrow-dark {
        top: 6.7em;
        right: 10%;
    }

    .how-it-works.components-paragraph.enabled-ball h2 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .how-it-works.components-paragraph.enabled-ball p {
        font-size: 1.35em;
        line-height: 1.1em;
    }

    .how-it-works.components-paragraph.player-sensors p {
        margin-bottom: 15px;
    }

    .how-it-works.component-slider.player-sensors img {
        width: 165px;
        margin-bottom: 5px;
    }

    .how-it-works.components-paragraph.anchors h2 {
        margin-bottom: 0px;
    }

    .how-it-works.components-paragraph.anchors p {
        line-height: 1.16em;
        margin-bottom: 16px;
    }

    .how-it-works.component-slider.anchors img {
        width: 60%;
        margin: 0 auto;
    }

    .how-it-works.component-slider.instant-stats {
        padding-top: 60px;
    }

    .how-it-works.component-slider.instant-stats img {
        width: 360px;
        margin: 0 auto;
    }

    .how-it-works.components-paragraph.instant-stats h2 {
        margin-bottom: 5px;
    }

    .how-it-works.components-paragraph.instant-stats p {
        margin-bottom: 0px;
        line-height: 1.0em;
    }

    .how-it-works.components-paragraph.components-extra {
        padding: 0;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle img {
        width: 267px;
        margin-bottom: 36px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle div:last-child div img {
        margin-bottom: 0px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        top: 40px;
        margin: 0 16%;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text h3 {
        font-family: 'OswaldRegular';
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 3px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-fans h3 {
        margin-top: 16px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-extra h3 {
        margin-top: 80px;
    }

    .how-it-works-form {
        background: url(../images/player-app-form-background-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle img {
        width: 250px;
        margin-bottom: 30px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 0;
        width: 100%;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text span {
        font-size: 1.5em;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text h3 {
        font-size: 2.0em;
        margin-top: 10px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-fans h3 {
        margin-top: 0px;
    }

    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text.extra-extra h3 {
        margin-top: 72px;
    }
}

@media (min-width: 400px) and (max-width: 420px) {
    .how-it-works.components-paragraph.components-extra .extra-images-circle
    .text-center .internal-text {
        margin: 0 20%;
    }
}

/*./HOW-IT-WORKS-page*/

/*./PLAYER-APP-page*/
.player-app-top-video video {
    bottom: 150px;
}

.player-app-top-video .video-text p {
    margin-top: 40px;
}

.player-app-top-paragraph .media, .player-app-top-paragraph .media-body {
    overflow: visible;
    color: #6C6C6C;
}

.player-app-top-paragraph .media-left {
    position: relative;
    z-index: 5;
}

.player-app-top-paragraph .media-left a:hover {
    text-decoration: none;
}

.player-app-top-paragraph .media-left img.logo {
    margin-left: 35px;
    width: 190px;
    position: relative;
    bottom: 40px;
}

.player-app-top-paragraph .media-body {
    padding-top: 20px;
    padding-left: 10px;
}

.player-app-top-paragraph h2 {
    font-size: 3.5em;
    margin-bottom: 10px;
    color: #F36F21;
}

.player-app-top-paragraph .store-group {
    padding-top: 60px;
    padding-left: 34px;
}

.player-app-top-paragraph .store-group a:hover {
    text-decoration: none;
}

.player-app-top-paragraph .store-group img {
    margin-right: 20px;
    height: 47px;
}

.player-app-tiles {
    margin-bottom: 70px;
}

.player-app-tiles .tile {
    color: #EB7230;
}

.player-app-tiles .tile:hover, .tile:focus {
    color: #EB7230;
    box-shadow: none;
}

.player-app-tiles .tile span {
    top: 30px;
    font-size: 2.1em;
}

.player-app-tiles .tile span:first-child {
    font-size: 2.8em;
}

.player-app-phones {
    padding: 1.45% 0;
    font-family: 'Avenir';
    color: #545454;
}

.player-app-phones .media-heading {
    margin: 0 15px;
    position: relative;
    top: 170px;
}

.player-app-phones img {
    width: 203px;
}

.player-app-phones h3 {
    text-transform: uppercase;
    font-family: 'AvenirBlack';
    font-weight: bold;
}

.player-app-phones p {
    font-size: 1.3em;
    line-height: 1.35em;
}

.paragraph-content.player-app-testimonials {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 85px;
    position: relative;
    z-index: 5;
}

/*slider schools in player-app*/
.slider-container.player-app-slider {
    position: relative;
    height: 165px;
}

.slider-container.player-app-slider div.carousel {
    line-height: 165px;
}

.player-app-schools-slider .home-partnership-slider-header {
    left: 0;
    width: 51.6%;
    display: inline-block;
    z-index: 2;
}

.player-app-schools-slider .home-partnership-slider-header span {
    bottom: 48px;
    left: 63.0%;
}

.player-app-schools-slider .skewed-border-wrapper:before {
    right: -458px;
    z-index: 1;
}

.player-app-schools-slider {
    position: absolute;
    z-index: 1;
    height: 165px;
    left: 0;
    top: 0;
}

@media (min-width: 1024px) and (max-width: 1290px) {
    .player-app-schools-slider {
        left: -25%;
    }

    .player-app-schools-slider .home-partnership-slider-header span {
        bottom: 40px;
        left: 63.0%;
    }

    .home-partnership-slider-header span {
        font-size: 2.8em;
    }

    .home-partnership-slider-header:before {

        right: -26px;
    }

    .player-app-schools-slider .home-partnership-slider-header {

        width: 63.6%;

    }
}

@media (min-width: 1291px) and (max-width: 1370px) {
    .player-app-schools-slider {
        left: -21%;
    }
}

@media (min-width: 1371px) and (max-width: 1450px) {
    .player-app-schools-slider {
        left: -17%;
    }
}

@media (min-width: 1451px) and (max-width: 1546px) {
    .player-app-schools-slider {
        left: -12.1%;
    }
}

@media (min-width: 1547px) and (max-width: 1610px) {
    .player-app-schools-slider {
        left: -10.1%;
    }
}

@media (min-width: 1611px) and (max-width: 1690px) {
    .player-app-schools-slider {
        left: -7.2%;
    }
}

@media (min-width: 1691px) and (max-width: 1930px) {
    .player-app-schools-slider {
        left: 0;
    }
}

@media (min-width: 1931px) and (max-width: 2570px) {
    .player-app-schools-slider {
        width: 75%;
    }

    .player-app-schools-slider.all-app-slider .home-partnership-slider-header {
        left: 0;
        width: 50%;
    }

    .player-app-schools-slider .skewed-border-wrapper:before {
        right: -807px;
    }

    .player-app-schools-slider .home-partnership-slider-header span {
        left: 73.5%;
    }
}

@media (min-width: 2571px) and (max-width: 3890px) {
    .player-app-schools-slider {
        width: 75%;
    }

    .player-app-schools-slider.all-app-slider .home-partnership-slider-header {
        left: 0;
        width: 56%;
    }

    .player-app-schools-slider .skewed-border-wrapper:before {
        right: -1460px;
    }

    .player-app-schools-slider .home-partnership-slider-header span {
        left: 83.5%;
    }
}

/*./slider schools in player-app*/

.player-app-form {
    background: url(../images/player-app-form-background-desktop.png) center center no-repeat;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 4%;
}

.player-app-form .form-wrapper {
    background-color: rgba(60, 60, 60, 0.7);
}

/*testimonial-tiles*/
.testimonial-tiles .tile-wrapper {
    outline: 0px solid blue;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.player-app-testimonials.testimonial-tiles .tile-wrapper {
    outline: 0px solid blue;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.testimonial-tiles .tile {
    outline: 0px solid red;
    height: 240px;
    padding: 20px 15px;
    color: #545454;
    background-color: #fff;
}

.testimonial-tiles .tile .media-body p {
    font-size: 1.4em;
    font-family: 'AvenirRoman';
    margin-bottom: 22px;
}

.player-app-testimonials.testimonial-tiles .tile .media-body p {
    font-size: 1.2em;
}

.testimonial-tiles .tile .media-body span {
    top: 0;
    font-family: 'Avenir';
    font-size: 1.1em;
}

.testimonial-tiles img {
    margin-top: 10px;
    width: 170px;
}

@media (max-width: 768px) {
    .player-app-top-video video {
        bottom: 0px;
    }

    .player-app-testimonials.testimonial-tiles .tile-wrapper {
        margin-top: 30px;
    }

    .player-app-testimonials.testimonial-tiles .tile .media-body p {
        font-size: 0.70em;
    }

    .player-app-testimonials.testimonial-tiles img {
        width: 110px;
    }

    .testimonial-tiles .tile-wrapper {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 0;
    }

    .testimonial-tiles .tile {
        height: 150px;
        margin-bottom: 30px;
        padding: 17px 10px;
        line-height: 0.95em;
    }

    .testimonial-tiles .tile .media-left {
        padding-right: 5px;
    }

    .testimonial-tiles img {
        margin-top: 0;
        width: 105px;
    }

    .testimonial-tiles .tile .media-body p {
        font-size: 0.80em;
        line-height: 1.35em;
        margin-bottom: 10px;
    }

    .testimonial-tiles .tile .media-body span {
        font-size: 0.65em;
        line-height: 1px !important;
    }
}

/*./testimonial-tiles*/

@media (max-width: 768px) {
    .player-app-top-paragraph {
        padding-bottom: 35px;
    }

    .player-app-top-paragraph .media-left img.logo {
        margin-left: 0px;
        width: 118px;
        bottom: 16px;
    }

    .player-app-top-paragraph img.store-item {
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 5px;
        width: 81%;
        position: relative;
        bottom: 7px;
    }

    .player-app-top-paragraph .media-body {
        padding-top: 17px;
        padding-left: 0px;
    }

    .player-app-top-paragraph h2 {
        font-size: 2.52em;
        margin-bottom: 5px;
    }

    .player-app-top-paragraph span {
        line-height: 1.2em;
        font-size: 1.25em;
    }

    .player-app-tiles {
        margin-bottom: 30px;
    }

    .player-app-tiles .tile-wrapper {
        margin-bottom: 17px;
    }

    .player-app-tiles .tile {
        height: 85px;
    }

    .player-app-tiles .tile span {
        top: 15px;
        font-size: 1.85em;
    }

    .player-app-tiles .tile span:first-child {
        font-size: 2.5em;
    }

    .player-app-phones {
        padding: 3.0% 0;
    }

    .player-app-phones .visible-xs {
        margin-bottom: 30px;
    }

    .player-app-phones .media-heading {
        margin: 0 5px;
        top: 70px;
    }

    .player-app-phones img {
        width: 125px;
    }

    .player-app-phones h3 {
        font-size: 1.45em;
        line-height: 1.25em;
    }

    .player-app-phones p {
        font-size: 1.30em;
        line-height: 1.05em;
    }

    .player-app-phones.bg-lightgray-desktop {
        background-color: #fff;
    }

    .paragraph-content.player-app-testimonials {
        margin-bottom: 0;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .slider-container.player-app-slider {
        height: 100px;
    }

    .slider-container.player-app-slider div.carousel {
        line-height: 100px;
    }


    .player-app-schools-slider {
        height: 100px;
    }

    .player-app-schools-slider .home-partnership-slider-header {
        width: 150px;
    }

    .player-app-schools-slider .home-partnership-slider-header span {
        bottom: 96px;
        left: 25px;
        font-size: 1.80em;
    }

    .player-app-schools-slider .home-partnership-slider-header:before {
        right: -38px;
    }

    .player-app-schools-slider .skewed-border-wrapper:before {
        right: -3px;
    }

    .player-app-form {
        background: url(../images/player-app-form-background-mobile.png) center center no-repeat;
        background-size: cover;
    }
}

/*./PLAYER-APP-page*/

/*TEAM-APP-page*/
.teamappinfo .coach-paragraph-testimonials {
    margin-bottom: 10px;
    margin-top: 50px;
}

.team-app-top-video video {
    bottom: 180px;
}

.team-app-top-paragraph {
    padding-bottom: 35px;
}

.team-app-top-paragraph .media-left img.logo {
    width: 183px;
    bottom: 36px;
}

.team-app-top-paragraph .media-body {
    padding-top: 30px;
    padding-left: 15px;
}

.team-app-top-paragraph h2 {
    color: #083F88;
    margin-bottom: 7px;
}

.team-app-top-paragraph .media-body span > b {
    font-family: 'AvenirBlack';
}

.team-app-tiles {
    margin-bottom: 45px;
}

.team-app-tiles .tile {
    height: 130px;
    color: #878787;
}

.team-app-tiles .tile:hover, .tile:focus {
    color: #28317D;
    box-shadow: none;
}

.team-app-phones {
    padding: 1.6% 0;
}

.team-app-phones img {
    width: 490px;
}

.team-app-phones h3.media-heading {
    font-size: 1.7em;
    line-height: 1.0em;
}

.team-app-phones p.media-heading {
    line-height: 1.85em;
}

.team-app-phones.real-time-box-scores .media-body {
    padding-top: 70px;
}

.team-app-phones.zone-maps-n-shot-charts .media-body {
    padding-top: 60px;
}

.team-app-phones.zone-maps-n-shot-charts .media-body p,
.team-app-phones.player-comparison .media-body p {
    line-height: 1.57em;
}

.team-app-phones.player-comparison .media-body {
    padding-top: 100px;
}

.team-app-phones.video-integration .media-body {
    padding-top: 75px;
}

.team-app-phones.post-practice-n-game-report .media-body {
    padding-top: 110px;
}

.team-app-phones .media-heading {
    top: 0px;
}

.team-app-phones p.italic-case {
    margin-top: 19px;

    font-size: 1.31em;
    line-height: 1.57em;
}

@media (max-width: 768px) {
    .team-app-top-video video {
        bottom: 0px;
    }

    .team-app-top-video .video-text p {
        margin-top: 50px;
    }

    .team-app-top-video .coach-video-text div {
        font-size: 3.0em;
        line-height: 0.9em;
        position: relative;
        top: 30px;
    }

    .team-app-top-paragraph .media-left img.logo {
        margin-left: 0px;
        width: 120px;
        bottom: 16px;
    }

    .team-app-top-paragraph img.store-item {
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 5px;
        width: 81%;
        position: relative;
        bottom: 7px;
    }

    .team-app-top-paragraph .media-body {
        padding-top: 20px;
        padding-left: 0px;
    }

    .team-app-top-paragraph h2 {
        margin-bottom: 10px;
    }

    .team-app-top-paragraph span {
        line-height: 1.1em;
    }

    .team-app-tiles {
        margin-bottom: 5px;
    }

    .team-app-tiles .tile {
        height: 85px;
    }

    .team-app-tiles .tile span {
        top: 12px;
    }

    .team-app-phones img {
        width: 92%;
    }

    .team-app-phones .media-body {
        padding-top: 21px !important;
    }

    .team-app-phones h3.media-heading {
        font-size: 1.5em;
        margin-bottom: 5px;
    }

    .team-app-phones p.media-heading {
        line-height: 1.15em !important;
        margin-bottom: 5px;
    }

    .team-app-phones p.italic-case {
        margin-top: 14px;
        margin-left: 0px;
        font-size: 1.31em;
        line-height: 1.3em;
    }

    .team-app-phones.zone-maps-n-shot-charts img {
        margin-top: 30px;
    }

    .team-app-phones.player-comparison img {
        margin-top: 30px;
    }

    .team-app-phones.player-comparison h3 {
        margin-bottom: 15px;
    }

    .team-app-phones.player-comparison p {
        line-height: 1.5em !important;
    }

    .team-app-phones.video-integration img {
        margin-top: 20px;
    }

    .team-app-phones.post-practice-n-game-report img {
        margin-top: 20px;
    }

    .team-app-phones.post-practice-n-game-report h3 {
        line-height: 1.2em;
    }

    .team-app-phones.post-practice-n-game-report p {
        line-height: 1.35em !important;
    }
}

/*./TEAM-APP-page*/

/*REQUEST-DEMO-FORM-page*/
.request-demo-top-paragraph h2 {
    margin-top: 57px;
    margin-bottom: 7px;
    font-size: 4.48em;
}

.request-demo-top-paragraph span {
    font-size: 1.37em;
    line-height: 1.3em;
}

.request-demo-form.jumbotron {
    background-image: url(../img/request-demo-top-paragraph-image.png);
    background-repeat: no-repeat;
    background-position: right 120px;
}

.request-demo-form .form-wrapper .title span {
    top: 2px;
    font-size: 3.05em;
    color: #545454;
}

.request-demo-form.form-container input,
.request-demo-form.form-container select {
    margin: 7px 0;
    background-color: #EBEBEB;
    color: #000;
}

.request-demo-form.form-container input::placeholder,
.request-demo-form.form-container select::placeholder {
    color: #545454;
}

.request-demo-form.form-container select:required:invalid {
    color: #A5A5A5;
}

.request-demo-form .form-message-container {
    margin-bottom: 10px;
}

.request-demo-form.form-container .form-wrapper {
    background-color: #fff;
}

.request-demo-form.form-container .form-wrapper span.plain-selector {
    right: 20px;
}

.request-demo-form.form-container .form-wrapper span.plain-selector::before {
    border-bottom: 6px solid #A5A5A5;
}

.request-demo-form.form-container .form-wrapper span.plain-selector::after {
    border-top: 6px solid #A5A5A5;
}

.request-demo-form.form-container input[type='submit'] {
    font-size: 2.8em;
    border: 0px solid #fff;
    background-color: #233E91;
    color: #fff;
}

@media (max-width: 768px) {
    .request-demo-form.jumbotron {
        background-size: 107%;
        background-position: right 95.4%;
    }

    .request-demo-top-paragraph {
        padding-bottom: 32px;
    }

    .request-demo-top-paragraph h2 {
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 4.1em;
    }

    .request-demo-top-paragraph span {
        line-height: 1.4em;
    }

    .request-demo-form {
        padding-bottom: 185px;
    }

    .request-demo-form .form-wrapper {
        padding: 9px 9px;
    }

    .request-demo-form .form-wrapper .title {
        margin-bottom: 20px;
    }

    .request-demo-form .form-wrapper .title span {
        top: 5px;
        font-size: 2.53em;
    }

    .request-demo-form .form-wrapper input {
        height: 3.35em;
        font-size: 1.25em;
        padding-left: 15px;
    }

    .request-demo-form .form-wrapper input[type='submit'] {
        height: 1.65em;
        font-size: 2.6em;
    }

    .request-demo-form.form-container select:required:invalid {
        font-size: 1.25em;
        padding-left: 15px;
    }

    .request-demo-form.form-container .form-wrapper span.plain-selector {
        right: 30px;
    }
}

/*./REQUEST-DEMO-FORM-page*/

/*REQUEST-DEMO-SUCCESS-page*/
.request-demo-success .request-demo-top-paragraph {
    position: relative;
    padding-bottom: 95px;
}

.request-demo-success .request-demo-top-paragraph h2 {
    margin-top: 95px;
    margin-bottom: 12px;
    position: relative;
    left: -27px;
}

.request-demo-success .request-demo-top-paragraph h2:after {
    content: '';
    background-image: url(../img/request-demo-success-mark.png);
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 0px;
    right: 30%;
}

.request-success-tiles {
    padding-top: 50px;
    padding-bottom: 105px;
    position: relative;
}

.request-success-tiles .row {
    position: relative;
}

.request-success-tiles .row .item {
    padding-top: 5px;
}

.request-success-tiles .row .tiles-arrow-wrapper.left,
.request-success-tiles .row .tiles-arrow-wrapper.right {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 35px);
}

.request-success-tiles .row .tiles-arrow-wrapper.left {
    left: -20px;
}

.request-success-tiles .row .tiles-arrow-wrapper.right {
    right: -20px;
}

.request-success-tiles .row .tile-arrow-left {
    background-image: url(../img/tile-arrow-left.png);
    background-size: 100%;
    height: 65px;
    width: 65px;
}

.request-success-tiles .row .tile-arrow-right {
    background-image: url(../img/tile-arrow-right.png);
    background-size: 100%;
    height: 65px;
    width: 65px;
}

.request-success-tile-wrapper {
    padding: 30px;
    min-height: 34.5em;
}

.request-success-tile-wrapper .video-wrapper video,
.request-success-tile-wrapper .video-wrapper img {
    width: 100%;
}

.request-success-tile-wrapper .text-wrapper a:hover {
    text-decoration: none;
}

.request-success-tile-wrapper .text-wrapper h2,
.request-success-tile-wrapper .text-wrapper p {
    color: #6A6A6A;
}

.request-success-tile-wrapper .text-wrapper h2 {
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 5px;
    font-family: 'AvenirBlack';
    font-size: 1.55em;
    line-height: 1.25em;
}

.request-success-tile-wrapper .text-wrapper p {
    font-size: 1.224em;
    line-height: 1.29em;
    margin-bottom: 0px;
    font-family: 'AvenirRoman';
}

@media (max-width: 768px) {
    .request-success-tiles {
        padding-bottom: 0px;
    }

    .request-demo-success .request-demo-top-paragraph {
        padding-bottom: 60px;
    }

    .request-demo-success .request-demo-top-paragraph h2 {
        margin-top: 120px;
        margin-bottom: 3px;
        left: 0px;
        font-size: 4.4em;
    }

    .request-demo-success .request-demo-top-paragraph h2:after {
        content: '';
        background-image: url(../img/request-demo-success-mark-mobile.png);
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        width: 77px;
        height: 77px;
        position: absolute;
        top: -88px;
        right: calc(50% - 39px);
    }

    .request-success-tile-wrapper {
        padding: 20px;
        margin-bottom: 20px;
        min-height: 1em;
    }

    .request-success-tile-wrapper .text-wrapper h2 {
        margin-top: 9px;
        margin-bottom: 7px;
        font-size: 1.858em;
        line-height: 1.2em;
    }

    .request-success-tile-wrapper .text-wrapper p {
        font-size: 1.345em;
        line-height: 1.29em;
        margin-bottom: 5px;
        font-family: 'AvenirRoman';
    }

    .request-success-tiles .row .tile-arrow-left,
    .request-success-tiles .row .tile-arrow-right {
        height: 46px;
        width: 46px;
    }

    .request-success-tiles .row .tiles-arrow-wrapper.left,
    .request-success-tiles .row .tiles-arrow-wrapper.right {
        top: calc(50% - 23px);
    }

    .request-success-tiles .row .tiles-arrow-wrapper.left {
        left: 0px;
    }

    .request-success-tiles .row .tiles-arrow-wrapper.right {
        right: 0px;
    }
}

/*./REQUEST-DEMO-SUCCESS-page*/

/*CAREER-DETAILS-page*/
.careers-details-top-paragraph {
    padding-top: 88px;
    padding-bottom: 68px;
    text-transform: uppercase;
    color: #545454;
}

.careers-details-top-paragraph a {
    color: #545454;
    position: relative;
    font-family: 'AvenirBlack';
    font-weight: bold;
    font-size: 1.0em;
    padding-left: 25px;
}

.careers-details-top-paragraph a:hover {
    text-decoration: none;
}

.careers-details-top-paragraph a.heading > span:before {
    content: '';
    background-image: url(../img/left-arrow-breadcrumbs.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 13px;
    height: 19px;
    position: absolute;
    top: -3px;
    left: 0px;
}

.careers-details-top-paragraph .text-right {
    padding-top: 18px;
}

.careers-details-top-paragraph h2 {
    margin-top: 4px;
    font-size: 3.5em;
}

.careers-details-top-paragraph .text-right span {
    font-size: 1.48em;
    line-height: 1.1em;
}

.careers-details-top-paragraph .text-right a {
    font-size: 1.5em;
    text-decoration: underline;
}

.career-details-content .container {
    padding: 0 20px;
    font-family: 'AvenirBlack';
    color: #545454;
}

.career-details-content .career-details-bordered-wrapper {
    border: 1px solid #545454;
    padding: 50px 110px 5px 110px;
}

.career-details-content img {
    width: 310px;
}

.career-details-content .media-body.text-right {
    text-transform: uppercase;
}

.career-details-content h3 {
    margin-top: 6px;
    /*    margin-right: 15px;*/
    font-size: 1.46em;
}

.career-details-bordered-wrapper .media {
    margin-bottom: 90px;
}

.career-details-content .div-bordered-bottom {
    border-bottom: 2px solid #545454;
    padding-left: 0;
    padding-bottom: 13px;
    margin-left: 15px;
    margin-bottom: 30px;
    font-size: 1.45em;
}

.career-details-content h6 {
    font-size: 1.45em;
    margin-bottom: 5px;
}

.career-details-content p {
    font-family: 'Avenir';
    font-size: 1.42em;
    line-height: 1.35em;
    margin-bottom: 33px;
}

.career-details-content ul {
    padding-left: 20px;
    margin-bottom: 33px;
}

.career-details-content li {
    font-family: 'Avenir';
    font-size: 2.1rem;
    line-height: 1.35em;
}

.careers-details .apply-wrapper {
    text-align: right;
    text-transform: uppercase;
}

.careers-details .apply-wrapper a {
    color: #545454;
}

.careers-details .apply {
    font-size: 3.2rem;
    font-family: 'AvenirBlack';
    font-weight: bold;
}

.careers-details .apply a {
    text-decoration: underline;
}

.careers-details .apply-link {
    font-family: 'Avenir';
    font-size: 1.9rem;
    font-weight: bold;
    text-transform: uppercase;
}

.careers-details .apply-link a {
    font-family: 'Avenir';
    font-size: 1.9rem;
    text-transform: uppercase;
    padding-left: 0px;
}

.download-pdf-link-wrapper {
    text-transform: uppercase;
    padding: 30px 0 105px 0;
}

.download-pdf-link-wrapper a {
    color: #0D367F;
    text-decoration: underline;
    font-size: 1.15em;
}

.download-pdf-link-wrapper a > span:before {
    content: "";
    position: absolute;
    background-image: url(../img/pdf-copy.png);
    background-size: 95%;
    background-repeat: no-repeat;
    top: -4px;
    right: 160px;
    height: 30px;
    width: 24px;
}

@media (max-width: 768px) {

    .careers-details-top-paragraph {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .careers-details-top-paragraph .text-right {
        text-align: left;
    }

    .careers-details-top-paragraph .text-right span {
        font-size: 1.28em;
    }

    .careers-details-top-paragraph .text-right a {
        font-size: 1.3em;
        padding-left: 0px;
    }

    .career-details-content .career-details-bordered-wrapper {

        padding: 15px 15px;
    }

    .career-details-content h3 {

        text-align: left;
    }

    .career-details-content img {
        width: auto;
    }

    .career-details-content .media {
        margin-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .career-details-content .media-left {
        display: block;
    }

    .career-details-content h3 {
        margin-top: 16px;
    }

    .career-details-content .div-bordered-bottom {

        margin: 0 15px;
    }

    .download-pdf-link-wrapper {

        padding: 30px 0 30px 0;
    }

    .download-pdf-link-wrapper a > span:before {

        right: 170px;

    }

}

/*./CAREER-DETAILS-page*/

/*CAREER-NO-OPENINGS-page*/
.careers-no-openings-top-paragraph {
    padding-top: 75px;
    color: #545454;
}

.careers-no-openings-top-paragraph h2 {
    margin-top: 0px;
    font-size: 3.2em;
}

.careers-no-openings-top-paragraph p {
    font-size: 1.31em;
    line-height: 1.4em;
}

.careers-no-openings-top-paragraph ul li {
    font-size: 1.31em;
    font-family: 'Avenir';
}

.careers-no-openings-top-paragraph .text-center {
    padding-top: 150px;
    padding-bottom: 342px;
}

.careers-no-openings-top-paragraph .text-center h2 {
    font-size: 2.90em;
    line-height: 1.0em;
    margin-bottom: 20px;
}

.careers-no-openings-top-paragraph .text-center p {
    line-height: 1.45em;
}

.careers-no-openings-top-paragraph .text-center p > a {
    font-weight: bold;
    font-family: 'AvenirBlack';
    color: #0D367F;
}

/*./CAREER-NO-OPENINGS-page*/

/*CAREER-OPENINGS-page*/
.careers-tiles-wrapper {
    margin-top: 50px;
    margin-bottom: 308px;
}

.careers-tiles-wrapper .tile {
    height: 140px;
    margin-bottom: 6px;
    padding-left: 25px;
    text-align: left;
}

.careers-tiles-wrapper .tile span {
    height: 140px;
    margin-bottom: 6px;
    top: 37px;
    font-size: 3.3em;
    color: #0D367F;
}

.careers-tiles-wrapper .tile span.date-posted {
    display: inline-block;
    font-family: 'AvenirBlack';
    font-size: 1.4em;
    margin-top: 8px;
    color: #545454;
}

@media (max-width: 768px) {
    .careers-tiles-wrapper .tile {
        padding: 0 15px;
    }

    .careers-tiles-wrapper .tile span {
        top: 17px;
        font-size: 3.0em
    }
}

/*./CAREER-OPENINGS-page*/

/*VIDEOS-page*/
.row.video-list .col-md- * {
    width: 33.33333333%;
}

section.videos .fluid-width-video-wrapper {
    position: relative !important;
    padding: 0px 0px 56.25% 0px !important;
    height: 0;
    min-height: 0;
    width: 100%;
}

section.videos .main-video.fluid-width-video-wrapper {
    padding: 0px 0px 56% 0px !important;
}

section.videos .fluid-width-video-wrapper a.fancybox-media {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: none;
    background: url(/img/bgpix.png) center no-repeat;
    border: 1px solid #545454;
}

section.videos .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row-eq-height .details {
    height: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.row-eq-height .social {
    height: 20%;
    display: flex;
    margin-top: 75px;
}

.row-eq-height .social a {
    width: 36px;
    margin-right: 8px;
}

.videos .row-eq-height {
    margin-top: 120px;
    margin-bottom: 20px;
    color: #545454;
}

.videos .row-eq-height .details h2 {
    margin-top: 80px;
    margin-bottom: 5px;
    font-size: 1.75em;
    font-family: 'AvenirBlack';
    text-transform: uppercase;
}

.videos .row-eq-height .details p {
    font-size: 1.22em;
    font-family: 'Avenir';
    line-height: 1.23em;
}

section.videos .video-list .description {
    color: #545454;
    font-size: 1.55em;
    font-family: 'AvenirBlack';
    line-height: 1.0em;
    text-transform: uppercase;
    margin: 12px 0 20px 0;
    min-height: 3em;
}

@media (max-width: 768px) {
    .row-eq-height {
        display: block;
    }

    .videos .row-eq-height {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .row-eq-height .details {
        display: block;
    }

    .videos .row-eq-height .details h2 {
        margin-top: 10px;
    }

    .row-eq-height .social {
        margin-top: 5px;
    }
}

/*./VIDEOS-page*/

/*FAQS-page*/
.faq-content {
    padding-top: 55px;
    color: #545454;
}

.faq-content .details h2 {
    text-transform: none;
}

.faq-content .details .text-right a {
    margin-top: 26px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'AvenirBlack';
    font-size: 1.0em;
    color: #0D367F;
}

.faq-content .details .text-right a > span {
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'AvenirBlack';
    font-size: 1.16em;
    color: #0D367F;
}

.faq-content .details a > span:before {
    content: "";
    position: absolute;
    background-image: url(../img/pdf-copy.png);
    background-size: 95%;
    background-repeat: no-repeat;
    top: 24px;
    right: 196px;
    height: 30px;
    width: 24px;
}

.faq-content .details .panel {
    border-radius: 0;
    border-width: 0;
    margin-bottom: 17px;
}

.faq-content .details .panel-heading {
    border-radius: 0;
    background-color: #EBEBEB;
}

.faq-content .details .panel-heading a {
    text-transform: uppercase;
    text-decoration: none;
    color: #545454;
    font-family: 'AvenirRoman';
    font-size: 1.2em;
}

.faq-content .details .panel-body {
    padding: 10px 15px;
}

.faq-content .details .panel-body p {
    font-size: 1.28em;
    line-height: 1.3em;
}

.faq-content.faq-pdfs {
    padding-top: 46px;
    padding-bottom: 45px;
}

.faq-content .details .fa {
    float: right;
    color: #0B2658;
}

.faq-content.faq-pdfs .details .text-right a {
    margin-top: 35px;
}

.faq-content.faq-pdfs .details a > span:before {
    content: "";
    position: absolute;
    background-image: url(../img/pdf-copy.png);
    background-size: 97%;
    background-repeat: no-repeat;
    top: 34px;
    right: 205px;
    height: 30px;
    width: 24px;
}

.faq-content.faq-pdfs .pdf-tile-wrapper {
    width: 100%;
    height: 285px;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

.faq-content.faq-pdfs .pdf-tile-wrapper.shottracker-flyer {
    background-image: url(../img/faq-pdf-tiles/shottracker-flyer.png);
}

.faq-content.faq-pdfs .pdf-tile-wrapper.team-app-details {
    background-image: url(../img/faq-pdf-tiles/team-app-details.png);
}

.faq-content.faq-pdfs .pdf-tile-wrapper.player-app-details {
    background-image: url(../img/faq-pdf-tiles/player-app-details.png);
}

.faq-content.faq-pdfs .pdf-tile-wrapper.tcu-case-study {
    background-image: url(../img/faq-pdf-tiles/tcu-case-study.png);
}

.faq-content.faq-pdfs .pdf-tile-wrapper.northwood-case-study {
    background-image: url(../img/faq-pdf-tiles/northwood-case-study.png);
}

.faq-content.faq-pdfs .pdf-tile-wrapper.coaching-numbers {
    background-image: url(../img/faq-pdf-tiles/coaching-numbers.png);
}

.faq-content.faq-pdfs .pdf-tile-wrapper:after {
    background: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 35%, transparent 70%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.faq-content.faq-pdfs .pdf-tile-wrapper .text-wrapper {
    position: absolute;
    bottom: 16px;
    left: 23px;
    color: #fff;
    z-index: 1;
}

.faq-content.faq-pdfs .pdf-tile-wrapper .text-wrapper h3 {
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 2.7em;
    margin-bottom: 0px;
}

.faq-content.faq-pdfs .pdf-tile-wrapper .text-wrapper p {
    font-family: 'Avenir';
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-content {
        padding-top: 3px;
    }

    .faq-content .accordion {
        padding-right: 10px;
        padding-left: 10px;
    }

    .faq-content .details .text-right a {
        margin-top: 5px;
    }

    .faq-content .details a > span:before {
        top: 46px;
        right: 202px;
    }

    .faq-content.faq-pdfs {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .faq-content.faq-pdfs .details .text-right a {
        margin-top: 15px;
    }

    .faq-content.faq-pdfs .details a > span:before {
        top: 11px;
        right: 212px;
    }

    .faq-content .details .panel-heading h4 {
        margin: 0;
        display: flex;
        align-items: center;
    }

    .faq-content .details .panel-heading h4 a {
        font-size: 1.0em;
    }

    .faq-content .details .panel-heading h4 a:first-child {
        width: 270px;
    }

    .faq-content .details .panel-heading h4 i {
        float: none;
        padding-left: 10px;
    }
}

/*./FAQS-page*/

/*CASE-STUDIES-common-pages*/
.case-studies .video {
    height: 490px;
}

.case-studies .top-video .col-md-12 {
    position: relative;
    height: 490px;
}

.case-studies .top-video .col-md-12 .share-buttons-group {
    position: absolute;
    bottom: 26px;
    right: 30px;
}

.case-studies .top-video .col-md-12 .share-buttons-group a {
    margin-left: 5px;
}

.case-studies .paragraph-content {
    padding-bottom: 15px;
}

.case-studies .paragraph-content h2,
.case-studies .paragraph-content p {
    color: #545454;
}

.case-studies .paragraph-content h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 4.1em;
}

.case-studies .paragraph-content p {
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: "AvenirRoman";
    margin-bottom: 25px;
}

.case-studies .quote {
    background-image: url(../images/coach-thomas-quote-desktop.png);
    background-position: 35% 0%;
    background-repeat: no-repeat;
    background-color: #F0F0F0;
    position: relative;
    z-index: 10;
}

.case-studies .quote .text {
    height: 370px;
    color: #545454;
}

.case-studies .quote .text .text-left {
    padding-left: 28%;
}

.case-studies .quote .text p {
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 3.0em;
    line-height: 1.02em;
    margin-top: 65px;
    margin-bottom: 12px;
    position: relative;
    margin-bottom: 30px;
}

.case-studies .quote .text p span.subtext {
    font-size: 0.35em;
    display: block;
    line-height: 1.43em;
    font-family: 'AvenirRoman';
    text-transform: none;
}


.case-studies .quote .text p:before {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-left.png);
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 0px;
    left: 35px;
}

.case-studies .quote .text p:after {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-right.png);
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: -7px;
    right: 15px;
}

.case-studies .quote .text span {
    font-family: 'Avenir';
    font-size: 1.35em;
    line-height: 1.43em;
    margin-top: 0px;
}

.case-studies .quote .text span.quote-name {
    text-transform: uppercase;
    font-family: 'AvenirRoman';
    font-weight: bold;
    line-height: 1.2em;
}

.case-studies .quote .text .standart-blue-button {
    margin-top: 40px;
}

.case-studies .quote .text .standart-blue-button > div {
    padding: 0 15px;
}

.case-studies a.explore-button:hover {
    text-decoration: none;
}

.case-studies a.explore-button .button {
    border: 1px solid #004990;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 114px;
    width: 227px;
    height: 57px;
    color: #004990;
}

.case-studies a.explore-button .button span {
    font-size: 1.2em;
    line-height: 1.8em;
}

.case-studies a.explore-button .button p {
    font-family: 'AvenirBlack';
    font-weight: bold;
    font-size: 1.8em;
    line-height: 0.5em;
    color: #004990;
}

.case-studies .explore-wrapper .text-right .explore-button {
    float: right;
}

.case-studies .explore-wrapper img {
    width: 100%;
}

@media (max-width: 768px) {

}

/*./CASE-STUDIES-common-pages*/

/*CASE-STUDIES-TCU-page*/
.case-studies.tcu .top-video {
    background: url(../images/case-studies-tcu-top.png) center center no-repeat;
    background-size: cover;
}

.case-studies.tcu .tcu-slash-line {
    -webkit-transform: translateY(-270px) /*move up-down*/ translateX(200px) /*move left-right*/ rotate(37deg); /*rotate*/
}

.case-studies.tcu .quote.dixon {
    background-image: url(../images/dixon-quote-desktop.png);
    background-color: #441470;
    height: 415px;
}

.case-studies.tcu .quote.dixon .text {
    color: #FFF;
    width: 45%;
    padding-left: 60px;
    padding-top: 30px;
}

.case-studies.tcu .quote.montigel {
    height: 515px;
    background-size: 125%;
}

.case-studies.tcu .quote.montigel .text {
    width: 54%;
}

.case-studies.tcu .quote.montigel .text p {
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #441172;
    line-height: 1.05em;
}

.case-studies.tcu .quote.dixon .text p:before {
    left: -28px;
    top: -10px;
}

.case-studies.tcu .quote.dixon .text p:after {
    right: 140px;
}

.case-studies.tcu .quote.montigel .text span {
    color: #441172;
}

.case-studies.tcu .quote.montigel .text p span.subtext {
    color: #545454;
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 0.46em;
    line-height: 1.55em;
}

.case-studies.tcu .quote.montigel .text span.quote-name {
    font-family: 'Avenir';
}

.case-studies.tcu .quote.montigel .text .standart-blue-button {
    margin-top: 30px;
    background-color: #441172;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 4px 15px;
    font-size: 3.3em;
}

.case-studies.tcu .quote.montigel .text p:before {
    background-image: url(../img/case-studies-quote-marks/thomas-montigel-quote-mark-left-DARK.png);
    left: 0px;
}

.case-studies.tcu .quote.montigel .text p:after {
    background-image: url(../img/case-studies-quote-marks/thomas-montigel-quote-mark-right-DARK.png);
    right: 105px;
}

.case-studies.tcu .paragraph-content p {
    margin-bottom: 65px;
}

.case-studies.tcu .quote .text p {
    line-height: 1.0em;
}

.case-studies.tcu .paragraph-content.read-article-paragraph {
    position: relative;
    z-index: 1;
}

.case-studies.tcu .paragraph-content.read-article-paragraph p {
    margin-top: 55px;
    margin-left: 0px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .case-studies.tcu .video {
        height: 225px;
        background: url(../images/case-studies-tcu-top-MOBILE.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.tcu .tcu-slash-line {
        width: 54%;
        border-bottom: 650px solid rgba(75, 79, 83, .051);
        -webkit-transform: translateY(-165px) translateX(-40px) rotate(37deg);
    }

    .case-studies.tcu .paragraph-content {
        padding-bottom: 12px;
    }

    .case-studies.tcu .paragraph-content h2 {
        margin-top: 23px;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 2.7em;
        line-height: 0.9em;
    }

    .case-studies.tcu .paragraph-content p {
        font-size: 1.05em;
        line-height: 1.5em;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .case-studies.tcu .quote.dixon {
        background-color: #441172;
        background-image: none;
        height: 273px;
    }

    .case-studies.tcu .quote.dixon .text {
        width: 100%;
        padding-left: 25px;
        padding-top: 5px;
    }

    .case-studies.tcu .quote .text p {
        line-height: 1.00em;
    }

    .case-studies.tcu .quote.dixon .text p:before {
        left: -18px;
        top: -2px;
        background-size: 60%;
    }

    .case-studies.tcu .quote.dixon .text p:after {
        right: 92px;
        bottom: -15px;
        background-size: 60%;
    }

    .case-studies.tcu .quote .text .text-left {
        padding-left: 33%;
    }

    .case-studies.tcu .dixon-photo {
        background: url(../images/case-studies-dixon-photo-MOBILE.png) center center no-repeat;
        background-size: cover;
        height: 260px;
    }

    .case-studies .paragraph-content.read-article-paragraph {
        padding-bottom: 25px;
    }

    .case-studies.tcu .paragraph-content.read-article-paragraph h2 {
        margin-top: 32px;
        margin-bottom: 10px;
        font-size: 2.55em;
        line-height: 0.82em;
    }

    .case-studies.tcu .paragraph-content.read-article-paragraph p {
        margin-top: 35px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

    .case-studies.tcu .quote.montigel {
        background-image: none;
        height: 465px;
    }

    .case-studies.tcu .quote.montigel .text {
        width: 100%;
    }

    .case-studies.tcu .quote.montigel .text p {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 0.95em;
    }

    .case-studies.tcu .quote.montigel .text p:before {
        left: 14px;
        top: -2px;
        background-size: 60%;
    }

    .case-studies.tcu .quote.montigel .text p:after {
        right: 16px;
        bottom: 143px;
        background-size: 60%;
    }

    .case-studies.tcu .quote.montigel .text p span.subtext {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 0.46em;
        line-height: 1.55em;
    }

    .case-studies.tcu .montigel-photo {
        background: url(../images/case-studies-montigel-photo-MOBILE.png) center center no-repeat;
        background-size: cover;
        height: 280px;
    }

    .case-studies.tcu .quote.montigel .text .standart-blue-button {
        margin-top: 35px;
        margin-bottom: 10px;
        padding: 2px 25px;
        font-size: 2.7em;
    }
}

/*./CASE-STUDIES-TCU-page*/

/*CASE-STUDIES-NAIA-page*/
.case-studies.naia .top-video {
    background: url(../images/case-studies-naia-top.png) center center no-repeat;
    background-size: cover;
}

.case-studies.naia .tcu-slash-line {
    -webkit-transform: translateY(-420px) /*move up-down*/ translateX(330px) /*move left-right*/ rotate(37deg);
}

.case-studies.naia .paragraph-content {
    padding-bottom: 0px;
}

.case-studies.naia .paragraph-content h2 {
    margin-top: 70px;
}

.case-studies.naia .quote.carr {
    background-image: url(../images/coach-carr-quote-desktop.png);
    background-position: 45% 0%;
    background-repeat: no-repeat;
    background-color: #004990;
    position: relative;
    z-index: 10;
}

.case-studies.naia .quote.carr .text {
    height: 325px;
    color: #fff;
    padding-left: 102px;
}

.case-studies.naia .quote.carr .text p {
    margin-top: 50px;
    line-height: 0.9em;
}

.case-studies.naia .quote.carr .text p:before {
    top: 0px;
    left: -19px;
}

.case-studies.naia .quote.carr .text p:after {
    bottom: -7px;
    right: 234px;
}

.case-studies.naia .quote.carr .text .text-left {
    padding-left: 38%;
}

.case-studies.naia .paragraph-content.coaches-players {
    position: relative;
    z-index: 10;
    padding-bottom: 35px;
}

.case-studies.naia .paragraph-content.coaches-players h2 {
    margin-top: 69px;
    margin-bottom: 15px;
}

.case-studies.naia .paragraph-content.coaches-players p:last-child {
    margin-bottom: 0px;
}

.case-studies.naia .paragraph-content.fan-experience {
    padding-top: 0;
    padding-bottom: 1.4%;
    background: url(../images/case-studies-naia-fan-experience.png) center center no-repeat;
    background-size: cover;
}

.case-studies.naia .paragraph-content.fan-experience h2 {
    margin-top: 63px;
    margin-left: 25px;
    margin-bottom: 10px;
    color: #fff;
}

.case-studies.naia .paragraph-content.fan-experience p {
    margin-left: 25px;
    margin-bottom: 19px;
    line-height: 1.4em;
    color: #fff;
}

.case-studies.naia .paragraph-content.fan-experience a.ar-action-button:hover {
    text-decoration: none;
}

.case-studies.naia .paragraph-content.fan-experience a.ar-action-button .button {
    border: 1px solid #fff;
    margin-left: 25px;
    height: 57px;
    width: 442px;
    background-color: rgba(255, 255, 255, 0.3);
}

.case-studies.naia .paragraph-content.fan-experience a.ar-action-button .button p {
    font-family: 'AvenirBlack';
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.case-studies.naia .paragraph-content.naia-video {
    padding-top: 8.4%;
    padding-left: 57px;
    padding-bottom: 11.85%;
    background: url(../images/case-studies-naia-naia-video.png) center center no-repeat;
    background-size: cover;
}

.case-studies.naia .paragraph-content.naia-video h2 {
    color: #fff;
    font-size: 4.4em;
    line-height: 0.8em;
}

.case-studies.naia .paragraph-content.naia-video a:hover {
    text-decoration: none;
}

.case-studies.naia .paragraph-content.naia-video span {
    color: #fff;
    margin-left: 52px;
    font-size: 1.95em;
    line-height: 1.05em;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
}

.case-studies.naia .paragraph-content.naia-video span:before {
    content: '';
    background-image: url(../img/semitransparent-button-play.png);
    background-repeat: no-repeat;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 181px;
    left: 15px;
}

.case-studies.naia .quote.wells {
    background-image: url(../images/coach-wells-quote-desktop.png);
    background-position: 35% 0%;
    background-repeat: no-repeat;
    background-color: #F0F0F0;
    color: #545454;
    position: relative;
    z-index: 10;
    height: 465px;
}

.case-studies.naia .quote.wells p {
    font-size: 2.8em;
    margin-bottom: 22px;
}

.case-studies.naia .quote.wells .text p:before {
    content: '';
    background-image: url(../img/case-studies-quote-marks/kelly-wells-quote-mark-left.png);
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 0px;
    left: 29px;
}

.case-studies.naia .quote.wells .text p:after {
    content: '';
    background-image: url(../img/case-studies-quote-marks/kelly-wells-quote-mark-right.png);
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: -7px;
    right: 33px;
}

.case-studies.naia .quote.wells .standart-blue-button {
    margin-top: 27px;
    background-color: #004990;
}

.case-studies.naia .quote.wells .standart-blue-button div {
    font-size: 1.62em;
}

.case-studies.naia .paragraph-content.naia-bottom-copy {
    padding-top: 50px;
    padding-bottom: 0px;
}

.case-studies.naia .paragraph-content.naia-bottom-copy span {
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.99em;
    font-family: 'AvenirBlack';
}

@media (max-width: 768px) {
    .case-studies.naia .video {
        height: 225px;
        background: url(../images/case-studies-naia-top-MOBILE.png) center 100% no-repeat;
        background-size: cover;
    }

    .case-studies.naia .paragraph-content h2 {
        margin-top: 22px;
        margin-bottom: 1px;
    }

    .case-studies.naia .paragraph-content p {
        margin-bottom: 20px;
    }

    .case-studies.naia .paragraph-content.naia-first-copy {
        padding-bottom: 7px;
    }

    .case-studies.naia .quote.carr {
        background-image: none;
    }

    .case-studies.naia .quote.carr .text {
        height: 240px;
        padding-left: 25px;
    }

    .case-studies.naia .quote.carr .text p {
        font-size: 2.22em;
        margin-top: 26px;
        line-height: 1.0em;
    }

    .case-studies.naia .quote.carr .text p:before {
        top: 2px;
        left: -9px;
        background-size: 100%;
        width: 12px;
    }

    .case-studies.naia .quote.carr .text p:after {
        bottom: -15px;
        right: 85px;
        background-size: 100%;
        width: 12px;
    }

    .case-studies.naia .quote.carr .text .text-left {
        padding-left: 47%;
    }

    .case-studies .quote .text span {
        font-size: 1.07em;
    }

    .case-studies.naia .paragraph-content.coaches-players {
        padding-bottom: 20px;
    }

    .case-studies.naia .paragraph-content.coaches-players h2 {
        margin-top: 21px;
        font-size: 2.8em;
        margin-bottom: 1px;
    }

    .case-studies.naia .paragraph-content.coaches-players p:last-child {
        margin-bottom: 25px;
    }

    .case-studies.naia .paragraph-content.coaches-players a.explore-button .button {
        margin-top: 25px;
        padding-top: 4px;
        width: 100%;
        height: 56px;
    }

    .case-studies.naia .paragraph-content.coaches-players a.explore-button .button span {
        font-size: 1.07em;
    }

    .case-studies.naia .paragraph-content.coaches-players a.explore-button .button p {
        font-size: 1.7em;
    }

    .case-studies.naia .paragraph-content.fan-experience {
        padding-left: 0px;
        padding-bottom: 106%;
        background: url(../images/case-studies-naia-fan-experience-MOBILE.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.naia .paragraph-content.fan-experience h2 {
        margin-top: 28px;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .case-studies.naia .paragraph-content.fan-experience p {
        margin-left: 0px;
        line-height: 1.42em;
    }

    .case-studies.naia .paragraph-content.fan-experience a.ar-action-button .button {
        margin-left: 0px;
        height: 56px;
        width: 100%;
    }

    .case-studies.naia .paragraph-content.fan-experience a.ar-action-button .button p {
        margin-left: 15px;
        margin-top: 17px;
        margin-bottom: 0px;
        font-size: 1.25em;
    }

    .case-studies.naia .paragraph-content.naia-video {
        padding-top: 23%;
        padding-left: 0px;
        padding-bottom: 29%;
        background: url(../images/case-studies-naia-naia-video-MOBILE.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.naia .paragraph-content.naia-video h2 {
        font-size: 2.8em;
        line-height: 0.84em;
    }

    .case-studies.naia .paragraph-content.naia-video span {
        margin-top: 22px;
        margin-left: 64px;
        font-size: 2.53em;
    }

    .case-studies.naia .paragraph-content.naia-video span:before {
        background-size: 100%;
        width: 48px;
        height: 48px;
        top: 113px;
        left: 26px;
    }

    .case-studies.naia .paragraph-content.naia-bottom-copy {
        padding-top: 22px;
        padding-bottom: 0px;
    }

    .case-studies.naia .paragraph-content.naia-bottom-copy p {
        font-size: 1.047em;
        line-height: 1.55em;
    }

    .case-studies.naia .quote.wells {
        background-image: none;
        height: 320px;
    }

    .case-studies.naia .quote.wells p {
        font-size: 2.32em;
        line-height: 0.93em;
        margin-top: 14px;
        margin-bottom: 12px;
    }

    .case-studies.naia .quote.wells .text p:before {
        top: -4px;
        left: -10px;
        background-size: 100%;
        width: 12px;
    }

    .case-studies.naia .quote.wells .text p:after {
        bottom: -12px;
        right: 20px;
        background-size: 100%;
        width: 12px;
    }

    .case-studies.naia .quote.wells .text-left {
        padding-left: 21%;
    }

    .case-studies.naia .quote.wells .text-left span {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    .case-studies.naia .quote.wells .standart-blue-button {
        margin-top: 10px;
        font-size: 1.65em;
    }

    .case-studies.naia .quote.wells .standart-blue-button div {
        padding: 0px 30px;
        height: 44px;
        line-height: 1.3em;
    }

    .quote-wells-mobile-image {
        background: url(../images/coach-wells-quote-mobile.png) center center no-repeat;
        background-size: cover;
        height: 268px;
    }
}

/*./CASE-STUDIES-NAIA-page*/

/*CASE-STUDIES-Northwood-page*/
.case-studies.northwood .top-video {
    background: url(../images/case-studies-northwood-top.png) center center no-repeat;
    background-size: cover;
}

.case-studies.northwood .quote.curtis {
    height: 410px;
    background-image: url(../images/curtis-quote-desktop.png);
    background-position: 45% 0%;
    background-color: #0275b8;
}

.case-studies.northwood .quote.curtis .text {
    color: #FFF;
    width: 52%;
}

.case-studies.northwood .quote.curtis .text p:before {
    left: 0px;
}

.case-studies.northwood .quote.curtis .text p:after {
    right: 15px;
}

.case-studies .paragraph-content.read-article-paragraph h2 {
    margin-top: 56px;
    margin-bottom: 28px;
    color: #0275B8;
}

.case-studies .paragraph-content.read-article-paragraph p {
    margin-left: 50px;
    margin-bottom: 20px;
}

.case-studies .paragraph-content.read-article-paragraph .quote-wrapper {
    position: relative;
}

.case-studies .paragraph-content.read-article-paragraph .quote-wrapper p:before {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-left-DARK.png);
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: -10px;
    left: 30px;
}

.case-studies .paragraph-content.read-article-paragraph .quote-wrapper p:after {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-right-DARK.png);
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: 195px;
    right: 300px;
}

.case-studies .paragraph-content.read-article-paragraph .quote-wrapper span {
    color: #545454;
}

.case-studies .paragraph-content.read-article-paragraph .quote-wrapper .quote-name {
    margin-top: 10px;
    display: inline-block;
    font-family: 'AvenirBlack';
    font-size: 1.4em;
    font-weight: bold;
}

.case-studies .paragraph-content.read-article-paragraph .standart-blue-button {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 30px;
    background-color: #0275B8;
    font-size: 3.3em;
}

.case-studies .paragraph-content.bottom-article-paragraph p {
    margin-top: 50px;
    margin-bottom: 5px;
    line-height: 1.7em;
}

.case-studies .paragraph-content.request-success-tiles h2 {
    font-size: 1.55em;
}

.case-studies .paragraph-content.request-success-tiles p {
    font-size: 1.224em;
}

@media (max-width: 768px) {
    .case-studies.northwood .video {
        height: 240px;
        background: url(../images/case-studies-northwood-top-MOBILE.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.northwood .paragraph-content {
        padding-bottom: 35px;
    }

    .case-studies.northwood .paragraph-content h2 {
        margin-top: 43px;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 2.7em;
    }

    .case-studies.northwood .paragraph-content p {
        font-size: 1.05em;
        line-height: 1.5em;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .case-studies.northwood .quote.curtis {
        height: 310px;
        background-image: none;
    }

    .case-studies.northwood .quote.curtis .text {
        width: 100%;
    }

    .case-studies.northwood .quote.curtis .text p:before {
        left: -18px;
        background-size: 60%;
    }

    .case-studies.northwood .quote.curtis .text p:after {
        right: 150px;
        bottom: -12px;
        background-size: 60%;
    }

    .case-studies .quote .text p {
        font-size: 2.0em;
        line-height: 1.00em;
        margin-top: 35px;
        margin-left: 10px;
        margin-bottom: 12px;
        margin-bottom: 20px;
        text-align: left;
    }

    .case-studies .quote .text span {
        font-size: 1.1em;
    }

    .case-studies .curtis-photo {
        background: url(../images/case-studies-curtis-photo-MOBILE.png) center center no-repeat;
        background-size: cover;
        height: 240px;
    }

    .case-studies .paragraph-content.read-article-paragraph {
        padding-bottom: 25px;
    }

    .case-studies.northwood .paragraph-content.read-article-paragraph h2 {
        margin-top: 32px;
        margin-bottom: 10px;
        font-size: 2.55em;
        line-height: 0.82em;
    }

    .case-studies .paragraph-content.read-article-paragraph .quote-wrapper .quote-name {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.1em;
    }

    .case-studies .paragraph-content.read-article-paragraph .quote-wrapper span {
        font-size: 1.1em;
        line-height: 0.2em;
        text-align: center;
    }

    .case-studies.northwood .paragraph-content.read-article-paragraph .quote-wrapper p:before {
        left: -0px;
        top: -100px;
        background-size: 60%;
    }

    .case-studies.northwood .paragraph-content.read-article-paragraph .quote-wrapper p:after {
        right: 45px;
        top: -15px;
        background-size: 60%;
    }


    .case-studies .paragraph-content.read-article-paragraph .standart-blue-button {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 8px 78px;
        font-size: 2.1em;
    }
}

/*./CASE-STUDIES-Northwood-page*/

/*CASE-STUDIES-JrNBA-page*/
.case-studies.jrnba .top-video {
    background: url(../images/case-studies-jrnba-top.png) center center no-repeat;
    background-size: cover;
}

.case-studies.jrnba .top-video .video-text img {
    margin-top: 165px;
    width: 78px;
}

.case-studies.jrnba .top-video .video-text a img {
    position: relative;
    left: -5px;
}

.case-studies.jrnba .paragraph-content.jrnba-first-copy {
    padding-bottom: 40px;
}

.case-studies.jrnba .paragraph-content.jrnba-first-copy h2 {
    margin-top: 67px;
}

.case-studies.jrnba .quote.rooks {
    background-image: url(../images/coach-rooks-quote-desktop.png);
    background-color: #DD1A32;
}

.case-studies.jrnba .quote.rooks .text {
    height: 325px;
    color: #fff;
}

.case-studies.jrnba .quote.rooks .text span.quote-name {
    text-transform: none;
}

.case-studies.jrnba .quote.rooks p {
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 0.9em;
}

.case-studies.jrnba .quote.rooks p:before {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 18px;
    height: 21px;
    position: absolute;
    top: -3px;
    left: 68px;
}

.case-studies.jrnba .quote.rooks .text p:after {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 18px;
    height: 21px;
    position: absolute;
    bottom: -10px;
    right: 77px;
}

.case-studies.jrnba .paragraph-content.coaches-players {
    padding-bottom: 70px;
}

.case-studies.jrnba .paragraph-content.coaches-players h2 {
    margin-top: 67px;
    margin-bottom: 18px;
}

.case-studies.jrnba .paragraph-content.coaches-players .box-shadow-around {
    margin-top: 130px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.case-studies.jrnba .paragraph-content.coaches-players .box-shadow-around h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2.7em;
}

.case-studies.jrnba .paragraph-content.coaches-players .box-shadow-around p {
    margin-bottom: 8px;
    line-height: 1.3em;
}

.case-studies.jrnba .paragraph-content.coaches-players .photos {
    margin-top: 10px;
}

.case-studies.jrnba .paragraph-content.coaches-players .photos .left {
    padding-right: 0px;
}

.case-studies.jrnba .paragraph-content.coaches-players .photos .center {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.case-studies.jrnba .paragraph-content.coaches-players .photos .right {
    padding-left: 0px;
}

.case-studies.jrnba .paragraph-content.coaches-players .photos img {
    width: 100%;
    border: 1px solid #134C92;
}

.case-studies.jrnba .paragraph-content.coaches-players .photos .center img {
    margin-bottom: 5px;
}

.case-studies.jrnba .paragraph-content.transparent-paragraph {
    padding-top: 0px;
    padding-left: 0px;
}

.case-studies.jrnba .paragraph-content.transparent-paragraph.fan-experience {
    background: url(../images/case-studies-jrnba-fan-experience.png) center center no-repeat;
    background-size: cover;
}

.case-studies.jrnba .paragraph-content.transparent-paragraph h2 {
    margin-bottom: 10px;
    color: #fff;
}

.case-studies.jrnba .paragraph-content.transparent-paragraph p {
    line-height: 1.4em;
    color: #fff;
}

.case-studies.jrnba .paragraph-content.enhanced-broadcast {
    padding-bottom: 30px;
}

.case-studies.jrnba .paragraph-content.enhanced-broadcast img {
    margin-top: 70px;
    width: 110%;
    border: 1px solid #134C92;
}

.case-studies.jrnba .paragraph-content.enhanced-broadcast h2 {
    margin-top: 68px;
    margin-left: 50px;
}

.case-studies.jrnba .paragraph-content.enhanced-broadcast p {
    margin-left: 50px;
}

.case-studies.jrnba .video.broadcasting {
    height: 580px;
    background: url(../images/case-studies-broadcasting-video.png) center center no-repeat;
    background-size: cover;
}

.case-studies.jrnba .video.broadcasting .video-text p {
    margin-top: 45px;
    font-size: 6.1em;
}

.case-studies.jrnba .video.broadcasting .video-text a {
    font-size: 2.9em;
}

.case-studies.jrnba .video.broadcasting .video-text a img {
    position: relative;
    left: -1px;
}

.case-studies.jrnba .quote.skeens {
    background-image: url(../images/coach-rooks-skeens-desktop.png);
    background-color: #DD1A32;
}

.case-studies.jrnba .quote.skeens .text {
    height: 380px;
    color: #fff;
}

.case-studies.jrnba .quote.skeens .text span {
    text-transform: uppercase;
}

.case-studies.jrnba .quote.skeens .text span.quote-name {
    font-weight: bold;
    line-height: 1.33em;
}

.case-studies.jrnba .quote.skeens p {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 2.8em;
    line-height: 1.0em;
}

.case-studies.jrnba .quote.skeens p:before {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 18px;
    height: 21px;
    position: absolute;
    top: -3px;
    left: 20px;
}

.case-studies.jrnba .quote.skeens .text p:after {
    content: '';
    background-image: url(../img/case-studies-quote-marks/jeff-curtis-quote-mark-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 18px;
    height: 21px;
    position: absolute;
    bottom: -10px;
    right: 67px;
}

.case-studies.jrnba .paragraph-content.jrnba-bottom-copy {
    padding-bottom: 5px;
}

.case-studies.jrnba .paragraph-content.jrnba-bottom-copy p {
    margin-top: 43px;
    margin-bottom: 0px;
    font-size: 1.7em;
}

@media (max-width: 768px) {
    .case-studies.jrnba .top-video {
        background: url(../images/case-studies-jrnba-top-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.jrnba .top-video .video-text {
        top: -40px;
    }

    .case-studies.jrnba .top-video .video-text a img {
        left: 5px;
        width: 13%;
    }

    .case-studies.jrnba .paragraph-content.jrnba-first-copy h2 {
        margin-top: 20px;
    }

    .case-studies.jrnba .paragraph-content.jrnba-first-copy {
        padding-bottom: 5px;
    }

    .case-studies.jrnba .quote.rooks {
        background-image: none;
    }

    .case-studies.jrnba .quote.rooks .text {
        height: 215px;
        text-align: center;
    }

    .case-studies.jrnba .quote.rooks p {
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 2.3em;
        line-height: 0.92em;
        text-align: center;
    }

    .case-studies.jrnba .quote.rooks p:before {
        width: 14px;
        top: -3px;
        left: 5px;
    }

    .case-studies.jrnba .quote.rooks .text p:after {
        width: 14px;
        bottom: -15px;
        right: 14px;
    }

    .case-studies.jrnba .paragraph-content.coaches-players {
        padding-bottom: 40px;
    }

    .case-studies.jrnba .paragraph-content.coaches-players h2 {
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .case-studies.jrnba .paragraph-content.coaches-players p {
        line-height: 1.45em;
    }

    .case-studies.jrnba .paragraph-content.coaches-players .box-shadow-around {
        margin-top: 30px;
    }

    .case-studies.jrnba .paragraph-content.coaches-players .box-shadow-around p {
        line-height: 1.4em;
    }

    .case-studies.jrnba .paragraph-content.coaches-players .photos {
        margin-top: 25px;
    }

    .case-studies.jrnba .paragraph-content.coaches-players .photos .left {
        padding-right: 25px;
    }

    .case-studies.jrnba .paragraph-content.transparent-paragraph h2 {
        margin-bottom: 15px;
        margin-top: 32px;
        font-size: 2.8em;
    }

    .case-studies.jrnba .paragraph-content.transparent-paragraph.fan-experience {
        padding-bottom: 360px;
        background: url(../images/case-studies-jrnba-fan-experience-mobile.png) center center no-repeat;
    }

    .case-studies.jrnba .paragraph-content.transparent-paragraph p {
        line-height: 1.6em;
    }

    .case-studies.jrnba .paragraph-content.enhanced-broadcast h2 {
        margin-top: 20px;
        margin-left: 0px;
    }

    .case-studies.jrnba .paragraph-content.enhanced-broadcast p {
        margin-left: 0px;
        line-height: 1.45em
    }

    .case-studies.jrnba .paragraph-content.enhanced-broadcast img {
        margin-top: 10px;
        width: 100%;
    }

    .case-studies.jrnba .video.broadcasting {
        height: 365px;
        background: url(../images/case-studies-broadcasting-video-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.jrnba .video.broadcasting .video-text {
        top: 35px;
    }

    .case-studies.jrnba .video.broadcasting .video-text p {
        margin-top: 0px;
        font-size: 4.15em;
        line-height: 0.85em;
        margin-bottom: 35px;
    }

    .case-studies.jrnba .video.broadcasting .video-text a img {
        width: 22%;
    }

    .case-studies.jrnba .quote.skeens {
        background-image: none;
    }

    .case-studies.jrnba .quote.skeens .text {
        height: 330px;
    }

    .case-studies.jrnba .quote.skeens p {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 2.55em;
        line-height: 0.87em;
        text-align: center;
    }

    .case-studies.jrnba .quote.skeens p:before {
        width: 14px;
        top: -3px;
        left: -5px;
    }

    .case-studies.jrnba .quote.skeens .text p:after {
        width: 14px;
        bottom: -10px;
        right: 18px;
    }

    .case-studies.jrnba .paragraph-content.jrnba-bottom-copy p {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 1.0em;
    }
}

/*./CASE-STUDIES-JrNBA-page*/

/*CASE-STUDIES-UVU-page*/
.case-studies.uvu .top-video {
    background: url(../img/case-study/main-top.png) center center no-repeat;
    background-size: cover;
}

.case-studies.uvu .quote .text p {
    margin-top: 5px;
    line-height: 0.9em;
    padding-bottom: 10px;
}

.case-studies.uvu .quote.mark-pope {
    background-image: url(../img/case-study/uvu-mark-pope-quote-desktop.png);
    background-color: #275D38;
    height: 415px;
}

.case-studies.uvu strong {
    color: #275d38;
    font-family: 'AvenirBlack';
}

.case-studies.uvu .paragraph-content.read-article-paragraph .standart-blue-button {
    background-color: #275d38;

}

.case-studies.uvu .quote.mark-pope .text div.quote-text {
    position: relative;
    padding: 15px 10px 20px 10px;
}

.case-studies.uvu .quote.mark-pope .text div.quote-text span {
    line-height: 1.0em;
    margin-top: 15px;
    font-size: 3em;
    text-align: left;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
}

.case-studies.uvu .quote.mark-pope .text div.quote-text span:before {
    display: inline-block;
    content: '\201C';
    font-family: 'AlternateGotNo1D';
    font-size: 1.8em;
    float: left;
    margin-top: 0px;
    opacity: .4;
    position: absolute;
    background-image: none;
}

.case-studies.uvu .quote.mark-pope .text div.quote-text span:after {
    display: inline-block;
    content: '\201D';
    font-family: 'AlternateGotNo1D';
    font-size: 1.8em;
    float: left;
    margin-top: 28px;
    opacity: .4;
    position: absolute;
    background-image: none;
}


.case-studies.uvu .uvu-slash-line {
    -webkit-transform: translateY(-270px) /*move up-down*/ translateX(200px) /*move left-right*/ rotate(37deg); /*rotate*/
}

.case-studies.uvu .quote.mark-pope .text {
    color: #FFF;
    width: 45%;
    padding-left: 60px;
    padding-top: 40px;
}


.case-studies.uvu .quote.mark-pope .text div.quote-text span:before {
    left: -13px;
}

.case-studies.uvu .quote.mark-pope .text div.quote-text span:after {
    bottom: -14px;
}


.case-studies.uvu .paragraph-content p {
    margin-bottom: 20px;
}

.case-studies.uvu .paragraph-content.read-article-paragraph {
    position: relative;
    z-index: 1;
}

.case-studies.uvu .paragraph-content.read-article-paragraph p {
    margin-left: 0px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .case-studies.uvu .video {
        height: 225px;
        background: url(../img/case-study/main-top-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.uvu .uvu-slash-line {
        width: 54%;
        border-bottom: 650px solid rgba(75, 79, 83, .051);
        -webkit-transform: translateY(-165px) translateX(-40px) rotate(37deg);
    }

    .case-studies.uvu .paragraph-content {
        padding-bottom: 12px;
    }

    .case-studies.uvu .paragraph-content h2 {
        margin-top: 23px;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 2.7em;
        line-height: 0.9em;
    }

    .case-studies.uvu .paragraph-content p {
        font-size: 1.05em;
        line-height: 1.5em;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .case-studies.uvu .quote.mark-pope {
        background-color: #275d38;
        background-image: none;
        height: 273px;
    }

    .case-studies.uvu .quote.mark-pope .text {
        width: 100%;
        padding-left: 25px;
        padding-top: 5px;
    }

    /*.case-studies.uvu .quote .text p {
        line-height: 1.0em;
        margin-top: 15px;
    }*/
    .case-studies.uvu .quote.mark-pope .text div.quote-text span {
        font-size: 2.0em;
    }

    .case-studies.uvu .quote.mark-pope .text div.quote-text span:before {
        left: -8px;
    }

    .case-studies.uvu .quote.mark-pope .text div.quote-text span:after {
        bottom: -4px;
    }

    .case-studies.uvu .quote .text .text-left {
        padding-left: 26%;
    }

    .case-studies.uvu .mark-pope-photo {
        background: url(../img/case-study/mark-pope-small.png) center center no-repeat;
        background-size: cover;
        height: 260px;
    }

    .case-studies.uvu .paragraph-content.read-article-paragraph h2 {
        margin-top: 32px;
        margin-bottom: 10px;
        font-size: 2.55em;
        line-height: 0.82em;
    }

    .case-studies.uvu .paragraph-content.read-article-paragraph p {
        margin-top: 20px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}

/*./CASE-STUDIES-UVU-page*/


/*CASE-STUDIES-Kentucky-page*/
.case-studies.kentucky .top-video {
    background: url(../img/case-study/kentucky-main-top.png) center center no-repeat;
    background-size: cover;
}

.case-studies.kentucky .paragraph-content h2 {
    font-size: 3.9em;
}

.case-studies.kentucky .quote.matthew-mitchel .text div.quote-text {
    position: relative;
    padding: 15px 0px 20px 0px;
}

.case-studies.kentucky .quote.matthew-mitchel .text div.quote-text span {
    line-height: 1.0em;
    margin-top: 15px;
    font-size: 3.0em;
    text-align: left;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
}

.case-studies.kentucky .quote .text div.quote-text {
    margin-top: 5px;
    line-height: 0.9em;
    padding-bottom: 0px;
}

.case-studies.kentucky .quote.matthew-mitchel {
    background-image: url(../img/case-study/kentucky-matthew-mitchel-quote.png);
    background-color: #0033A0;
    height: 415px;
}

.case-studies.kentucky strong {
    font-family: 'AvenirBlack';
}

.case-studies.kentucky .paragraph-content.read-article-paragraph .standart-blue-button {
    background-color: #0033a0;
}

.case-studies.kentucky .quote.matthew-mitchel .text div.quote-text span:before {
    display: inline-block;
    content: '\201C';
    font-family: 'AlternateGotNo1D';
    font-size: 1.8em;
    float: left;
    margin-top: 0px;
    opacity: .4;
    position: absolute;
    background-image: none;
}

.case-studies.kentucky .quote.matthew-mitchel .text div.quote-text span:after {
    display: inline-block;
    content: '\201D';
    font-family: 'AlternateGotNo1D';
    font-size: 1.8em;
    float: left;
    margin-top: 28px;
    opacity: .4;
    position: absolute;
    background-image: none;
}

.case-studies.kentucky .kentucky-slash-line {
    -webkit-transform: translateY(-270px) /*move up-down*/ translateX(200px) /*move left-right*/ rotate(37deg); /*rotate*/
}

.case-studies.kentucky .quote.matthew-mitchel .text div.quote-text span:before {
    left: -24px;
}

.case-studies.kentucky .quote.matthew-mitchel .text {
    color: #FFF;
    width: 55%;
    padding-left: 60px;
    padding-top: 20px;
}

.case-studies.kentucky .paragraph-content div.quote-text {
    margin-bottom: 20px;
}


.case-studies.kentucky .paragraph-content.read-article-paragraph {
    position: relative;
    z-index: 1;
}

.case-studies.kentucky .paragraph-content.read-article-paragraph p {
    margin-left: 0px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .case-studies.kentucky .video {
        height: 225px;
        background: url(../img/case-study/kentucky-main-top-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.kentucky .kentucky-slash-line {
        width: 54%;
        border-bottom: 650px solid rgba(75, 79, 83, .051);
        -webkit-transform: translateY(-165px) translateX(-40px) rotate(37deg);
    }

    .case-studies.kentucky .quote.matthew-mitchel .text div.quote-text {
        padding: 20px 10px 20px 10px;
    }

    .case-studies.kentucky .quote .text span {
        line-height: 1.23em;
    }

    .case-studies.kentucky .paragraph-content {
        padding-bottom: 12px;
    }

    .case-studies.kentucky .quote.matthew-mitchel .text div.quote-text span {
        font-size: 1.7em;
    }

    .case-studies.kentucky .paragraph-content h2 {
        margin-top: 23px;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 2.7em;
        line-height: 0.9em;
    }

    .case-studies.kentucky .paragraph-content p {
        font-size: 1.05em;
        line-height: 1.5em;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .case-studies.kentucky .quote.matthew-mitchel {
        background-color: #0033A0;
        background-image: none;
        height: 273px;
    }

    .case-studies.kentucky .quote.matthew-mitchel .text {
        width: 100%;
        padding-left: 25px;
        padding-top: 5px;
    }

    .case-studies.kentucky .quote .text p {
        line-height: 1.0em;
        font-size: 1.8em;
        margin-top: 20px;
    }

    .case-studies.kentucky .quote.matthew-mitchel .text div.quote-text span:before {
        left: -8px;
    }

    .case-studies.kentucky .quote.matthew-mitchel .text div.quote-text span:after {
        bottom: -1px;
    }

    .case-studies.kentucky .quote .text .text-left {
        padding-left: 24%;
    }

    .case-studies.kentucky .matthew-mitchel-photo {
        background: url(../img/case-study/kentucky-matthew-mitchel-quote-mobile.png) center center no-repeat;
        background-size: cover;
        height: 260px;
    }

    .case-studies.kentucky .paragraph-content.read-article-paragraph h2 {
        margin-top: 32px;
        margin-bottom: 10px;
        font-size: 2.55em;
        line-height: 0.82em;
    }

    .case-studies.kentucky .paragraph-content.read-article-paragraph p {
        margin-top: 20px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}

/*./CASE-STUDIES-Kentucky-page*/


/*CASE-STUDIES-Benedictine-page*/
.case-studies.benedictine .top-video {
    background: url(../img/case-study/benedictine-main-top.png) center center no-repeat;
    background-size: cover;
}

.case-studies.benedictine .paragraph-content h2 {
    font-size: 3.9em;
}

.case-studies.benedictine .quote .text p {
    margin-top: 15px;
    line-height: 0.9em;
    padding-bottom: 10px;
}

.case-studies.benedictine .quote.ryan-moody {
    background-image: url(../img/case-study/benedictine-ryan-moody-quote.png);
    background-color: #a20719;
    height: 415px;
}

.case-studies.benedictine strong {
    font-family: 'AvenirBlack';
}

.case-studies.benedictine .paragraph-content.read-article-paragraph .standart-blue-button {
    background-color: #0033a0;
}

.case-studies.benedictine .quote.ryan-moody .text p:before {
    display: inline-block;
    content: '\201C';
    font-family: 'AlternateGotNo1D';
    font-size: 1.8em;
    float: left;
    margin-top: 0px;
    opacity: .4;
    position: absolute;
    background-image: none;
}

.case-studies.benedictine .quote.ryan-moody .text p:after {
    display: inline-block;
    content: '\201D';
    font-family: 'AlternateGotNo1D';
    font-size: 1.8em;
    float: left;
    margin-top: 28px;
    opacity: .4;
    position: absolute;
    background-image: none;
}


.case-studies.benedictine .benedictine-slash-line {
    -webkit-transform: translateY(-270px) /*move up-down*/ translateX(200px) /*move left-right*/ rotate(37deg); /*rotate*/
}

.case-studies.benedictine .quote.ryan-moody .text {
    color: #FFF;
    width: 45%;
    padding-left: 60px;
    padding-top: 50px;
}

.case-studies.benedictine .quote.ryan-moody .text p:before {
    left: -28px;
    top: 0px;
}

.case-studies.benedictine .quote.ryan-moody .text p:after {
    right: 120px;
}

.case-studies.benedictine .paragraph-content p {
    margin-bottom: 20px;
}

.case-studies.benedictine .paragraph-content.read-article-paragraph {
    position: relative;
    z-index: 1;
}

.case-studies.benedictine .paragraph-content.read-article-paragraph p {
    margin-left: 0px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .case-studies.benedictine .video {
        height: 225px;
        background: url(../img/case-study/benedictine-main-top-mobile.png) center center no-repeat;
        background-size: cover;
    }

    .case-studies.benedictine .benedictine-slash-line {
        width: 54%;
        border-bottom: 650px solid rgba(75, 79, 83, .051);
        -webkit-transform: translateY(-165px) translateX(-40px) rotate(37deg);
    }

    .case-studies.benedictine .quote .text span {
        line-height: 1.23em;
    }

    .case-studies.benedictine .paragraph-content {
        padding-bottom: 12px;
    }

    .case-studies.benedictine .paragraph-content h2 {
        margin-top: 23px;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 2.7em;
        line-height: 0.9em;
    }

    .case-studies.benedictine .paragraph-content p {
        font-size: 1.05em;
        line-height: 1.5em;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .case-studies.benedictine .quote.ryan-moody {
        background-color: #a20719;
        background-image: none;
        height: 273px;
    }

    .case-studies.benedictine .quote.ryan-moody .text {
        width: 100%;
        padding-left: 25px;
        padding-top: 25px;
    }

    .case-studies.benedictine .quote .text p {
        line-height: 1.0em;
        margin-top: 10px;
    }

    .case-studies.benedictine .quote.ryan-moody .text p:before {
        left: -18px;
        top: -2px;
        background-size: 60%;
    }

    .case-studies.benedictine .quote.ryan-moody .text p:after {

        bottom: -5px;
        background-size: 60%;
    }

    .case-studies.benedictine .quote .text .text-left {
        padding-left: 33%;
    }

    .case-studies.benedictine .ryan-moody-photo {
        background: url(../img/case-study/benedictine-ryan-moody-quote-mobile.png) center center no-repeat;
        background-size: cover;
        height: 260px;
    }

    .case-studies.benedictine .paragraph-content.read-article-paragraph h2 {
        margin-top: 32px;
        margin-bottom: 10px;
        font-size: 2.55em;
        line-height: 0.82em;
    }

    .case-studies.benedictine .paragraph-content.read-article-paragraph p {
        margin-top: 20px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}

/*./CASE-STUDIES-Benedictine-page*/

/*RESOURSES-page*/
.resources.paragraph-content {
    padding-bottom: 15px;
}

.resources.paragraph-content h2 {
    font-size: 3.75em;
    margin-top: 55px;
}

.resources-tiles.paragraph-content .tile-wrapper {
    border: 1px solid lightgray;
    padding: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.resources-tiles.paragraph-content .tile-wrapper:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.resources-tiles.paragraph-content .tile-wrapper img.main-img {
    width: 290px;
}

.resources-tiles.paragraph-content .tile-wrapper .media-body h3 {
    margin-top: 15px;
    font-family: 'OswaldLight';
    color: #0D367F;
    font-size: 2.2em;
    text-transform: uppercase;
}

.resources-tiles.paragraph-content .tile-wrapper .media-body h3 a {
    color: #0D367F;
}

.resources-tiles.paragraph-content .tile-wrapper .media-body.publish {
    padding-left: 5px;
}

.resources-tiles.paragraph-content .tile-wrapper .media-body.publish p a {
    color: #545454;
    font-size: 0.65em;
    position: relative;
    top: -13px;
}

.resources-tiles.paragraph-content .tile-wrapper .short-description p {
    color: #545454;
    font-size: 1.1em;
    margin-bottom: 31px;
}

.resources-tiles.paragraph-content .tile-wrapper.big-block {
    height: 370px;
}

.resources-tiles.paragraph-content .tile-wrapper.small-block {
    height: 110px;
}

.resources-tiles.paragraph-content .tile-wrapper.small-block a.main-img img.media-object {
    width: 75px;
}

.resources-tiles.paragraph-content .tile-wrapper.small-block h4 {
    margin-top: 8px;
}

.resources-tiles.paragraph-content .tile-wrapper.small-block h4 a {
    font-family: 'OswaldLight';
    color: #0d2857;
    text-transform: uppercase;
}

.resources-tiles.paragraph-content .tile-wrapper.small-block p {
    margin-bottom: 0px;
}

/*./RESOURSES-page*/

/*INDIVIDUAL-PRODUCT-page*/
.individual-player .video {
    background: url(../images/individual-product-top-image.png) center center no-repeat;
    background-size: cover;
    height: 900px;
}

.individual-player .video .video-text h2 {
    font-size: 4.7em;
}

.individual-player .video .video-text {
    top: 235px;
}

.individual-player .video .video-text p {
    font-family: 'AvenirRoman';
    text-transform: none;
    font-size: 1.95em;
    line-height: 1.64em;
    margin-top: 35px;
}

.individual-player .video .video-text a.standart-semi-transparent-button {
    display: inline-block;
    padding: 2px 40px;
    margin-top: 50px;
    font-size: 3.4em;
}

.individual-player .video-text {
    position: static;
    padding-top: 100px;
    text-shadow: none;
}

.individual-player .contact-us-form {
    top: 0px;
    margin: 0px 0px;
    font-family: 'Avenir';
    opacity: 0.9;
    padding: 15px 15px;
}

.individual-player .contact-us-form input, .individual-player .contact-us-form textarea {
    font-size: 2rem;
    line-height: 2.4em;
    color: #545454;
}

.individual-player .contact-us-form textarea {
    line-height: 1.3em;
}

.individual-player .contact-us-form input[type='submit'] {
    line-height: 3.5rem;
    font-size: 3.2rem;
    color: #FFF;
}

.individual-player .contact-us-paragraph {
    padding-bottom: 0px;
}

.individual-player .flash-success {
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .individual-player .video .video-text {
        top: 20px;
        padding-top: 10px;
    }

    .individual-player .contact-us-form {

        padding: 15px 10px;
    }

    .individual-player .video {
        height: auto;
    }

    .individual-player .contact-us-paragraph {
        padding-bottom: 20px;
    }
}

/*./INDIVIDUAL-PRODUCT-page*/

/******************************/

/*MISC*/
a:active,
a:hover {
    outline: none;
}

a:focus {
    outline: none;
}

section {
    outline: 0px solid red;
}

/*owl-carousel*/
.owl-stage { /*carusel speed control*/
    -webkit-transition: 0.9s !important;
    transition: 0.9s !important;
}

.owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.coaches-carousel .owl-stage { /*carusel speed control*/
    -webkit-transition: 6.9s linear 0s !important;
    transition: 6.9s linear 0s !important;
}

.coaches-carousel .owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.1s ease;
}

.coaches-carousel.slick .slick-slide img {
    width: 60% !important;
}

@media (max-width: 768px) {
    .coaches-carousel.slick .slick-slide img {
        width: 80% !important;
    }
}

.owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.owl-item:not(.center) > div:hover {
    opacity: .75;
}

.carousel-multiple-quotes .owl-item {
    float: left;
}

.carousel-multiple-quotes .disabled {
    display: none;
}

.carousel-multiple-quotes {
    overflow: hidden;
}

span.slider-right-arrow {
    background-image: url(../img/slider-right-arrow.png);
    display: block;
    width: 28px;
    height: 45px;
    position: absolute;
    top: 125px;
    right: 185px;
    cursor: pointer;
}

.about-us-paragraph-testimonials .slider-right-arrow {
    top: 127px;
    right: -30px;
}

span.slider-left-arrow-dark {
    background-image: url(../img/slider-left-arrow-dark.png);
    display: block;
    width: 24px;
    height: 35px;
    position: absolute;
    top: 120px;
    left: 150px;
    cursor: pointer;
}

span.slider-right-arrow-dark {
    background-image: url(../img/slider-right-arrow-dark.png);
    display: block;
    width: 23px;
    height: 34px;
    position: absolute;
    top: 120px;
    right: 150px;
    cursor: pointer;
}

@media (max-width: 768px) {
    span.slider-left-arrow-dark {
        background-image: url(../img/slider-left-arrow-dark-mobile.png);
        background-size: 100%;
        width: 16px;
        height: 23px;
        position: absolute;
        top: 80px;
        left: 50px;
    }

    span.slider-right-arrow-dark {
        background-image: url(../img/slider-right-arrow-dark-mobile.png);
        background-size: 100%;
        width: 16px;
        height: 23px;
        position: absolute;
        top: 80px;
        right: 50px;
    }
}

.carousel.owl-carousel.owl-theme.coaches-carousel.home {
    background-color: #FFF;
}

.slick-home .slick-slide {
    padding: 0px 20px;
}

/*./owl-carousel*/

.box-shadow-bottom {
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2); /*correct border-shadow-bottom*/
}

.box-shadow-bottom-dark {
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.box-shadow-top {
    box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.2); /*correct border-shadow-top*/
}

.box-shadow-around {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3)
}

.box-shadow-top-inset {
    box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    top: 16px;
}

@media (min-width: 991px) {
    .box-shadow-bottom-desktop {
        box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2); /*correct border-shadow-bottom*/
    }

    .box-shadow-top-desktop {
        box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.2); /*correct border-shadow-top*/
    }
}

.transparent-content-trick {
    color: transparent;
}

.trick-clear-padding {
    padding: 0 !important;
}

@media (min-width: 991px) {
    .trick-clear-padding-desktop {
        padding: 0 !important;
    }
}

.trick-clear-both {
    clear: both;
}

.trick-padding-left-0 {
    padding-left: 0;
}

.trick-padding-right-0 {
    padding-right: 0;
}

.trick-empty-padding {
    padding: 20% 0;
}

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

.bold {
    font-weight: bold;
}

.italic-case {
    font-style: italic;
}

/*vertical-alignment*/
.outer {
    height: 100px; /*height should be set or customized*/
}

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

/*./vertical-alignment*/

/*error404*/
.error404 {
    color: #5b5b5b;
    background: url(/img/bg-layout.png) center no-repeat;
    min-height: 630px;
    padding-top: 210px;
}

.error404 h1 {
    font-size: 72px;
    color: #5b5b5b;
    margin-bottom: 0px;
    font-family: 'OswaldLight',
    sans-serif;
    line-height: 1.2em;
}

.error404 p {
    font-size: 20px;
    font-family: 'Questrial', sans-serif;
}

.error404 p.go-back {
    font-size: 25px;
    color: #f36f21;
    margin-top: 20px;
    font-family: 'OswaldLight', sans-serif;
}

.error404 p.go-back a {
    color: #f36f21;
    line-height: 30px;
}

.error404 p.go-back a:hover {
    color: #f36f21;
    text-decoration: none;
}

.error404 p.go-back span {
    padding: 0px 0px 0px 0px;
    font-size: 40px;
    font-family: 'Edmondsans', sans-serif;
    vertical-align: bottom;
}

/*./error404*/

/*block UI popup*/
.blockUI h1 {
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    margin-top: 10px;
}

@media (max-width: 768px) {
    .blockUI.blockMsg.blockPage {
        width: 50% !important;
        left: 25% !important;
    }
}

/*./block UI popup*/

/*block request popup*/
.popup-request-wrapper {
    margin: 135px auto;
    width: 430px;
}

.popup-request-content {
    border-radius: 0;
    background-color: #0D367F;
    font-family: 'Avenir';
}

.popup-request-body {
    color: #fff;
    text-align: center;
}

.popup-request-body {
    text-transform: uppercase;
}

.popup-request-body h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'AlternateGotNo1D';
    font-size: 3.25em;
    line-height: 1.0em;
}

.popup-request-body span {
    font-size: 1.35em;
    line-height: 0.90em;
}

.popup-request-body form {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 9px;
}

.popup-request-body input, .popup-request-body select {
    width: 100%;
    font-size: 1.25em;
    line-height: 2.90em;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0 10px;
    background-color: #264A8C;
    border-width: 0px;
}

.popup-request-body input[type=submit] {
    font-family: 'AlternateGotNo1D';
    font-size: 2.2em;
    line-height: 47px;
    background-color: #0D367F;
    border: 1px solid #fff;
    height: 54px;
}

.popup-request-body input::placeholder {
    opacity: 0.5;
    color: #FFF;
}

.popup-request-body select:required:invalid {
    color: #FFF;
}

.popup-request-body select:required:invalid {
    color: #FFF;
    opacity: 0.5;
}

.popup-request-wrapper.popup-success {
    width: 450px;
}

.popup-request-body.popup-success {
    padding-bottom: 20px;
}

.popup-request-body.popup-success h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 3.15em;
}

.popup-request-body.popup-success span {
    font-size: 1.25em;
}

.custom-transparent-popup .fancybox-slide > * {
    padding: 0px;
}

.request-button {
    position: relative;
    z-index: 10;
    top: 67px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 2.0em;
    background-color: #0D367F;
    border-radius: 0;
    border-width: 0;
}

.request-button:hover {
    background-color: #0D367F;
}

.request-button.transparent-button {
    background-color: rgba(255, 255, 255, .2);
    border: 2px solid #fff;
    position: relative;
    top: 25px;
    font-size: 2.4em;
    padding: 8px 13px;
}

.request-button.transparent-button:active {
    background-color: rgba(255, 255, 255, .2);
}

.request-button.blue-button {
    top: 88px;
    color: #083F88;
    border: 1px solid #083F88;
    background-color: rgba(255, 255, 255, .0);
    font-size: 2.1em;
    padding: 13px 17px;
    width: 260px;
    text-align: right;
}

.request-button.blue-button span:before {
    content: '';
    background-image: url(../img/blue-button-play.png);
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 17px;
}

@media (max-width: 768px) {
    .popup-request-wrapper,
    .popup-request-wrapper.popup-success {
        margin: 50px auto;
        width: 95%;
    }

    .popup-request-wrapper.popup-success {
        margin: 250px auto;
    }

    .popup-request-body h2 {
        font-size: 2.8em;
        line-height: 1.0em;
    }

    .popup-request-body span {
        font-size: 1.10em;
        line-height: 0.90em;
    }


    .popup-request-body.popup-success h2 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 2.5em;
    }

    .popup-request-body.popup-success span {
        font-size: 1.10em;
    }

    .request-button {
        top: 48px;
        font-size: 1.5em;
        padding: 10px 20px;
    }

    .request-button.transparent-button {
        top: 5px;
        font-size: 1.5em;
        padding: 8px 13px;
    }
}

.modal-content.popup-request-content.form-container {
    padding: 0px 0px;
}

.modal-content.popup-request-content .form-message-container {
    padding: 10px 25px;
}

/*./block request popup*/

/*login popup*/
.login-popup-wrapper {
    float: right;
    margin-right: -10px;
    width: 310px;
    margin-top: 110px;
    border-radius: 0;
}

.modal-content.login-popup-content {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-content.login-popup-content .modal-body {
    padding: 20px;
}

.modal-content.login-popup-content .modal-body:before {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 25px solid rgba(255, 255, 255, 0.8);
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.modal-content.login-popup-content .modal-body input {
    width: 100%;
    margin: 0px 5px 13px 5px;
    padding: 11px;
    text-align: center;
    font-size: 1.65rem;
    line-height: 1.65rem;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid gray;
    font-family: 'Avenir';
}

.modal-content.login-popup-content .modal-body {
    padding: 20px 0px 0px 0px;
}

.modal-content.login-popup-content .modal-body form {
    padding: 0px 10px 0px 0px;
}

.modal-content.login-popup-content .modal-body input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.modal-content.login-popup-content .modal-body input::placeholder {
    background-color: rgba(255, 255, 255, 0.0);
}

.modal-content.login-popup-content .modal-body input[type='submit'] {
    text-transform: uppercase;
    background-color: #112755;
    color: #fff;
    font-family: 'OswaldLight';
    font-size: 2.0rem;
    border-width: 0px;
    padding: 12px;
    margin-bottom: 22px;
}

.modal-content.login-popup-content .modal-body button.forgot-button {
    width: 100%;
    border: 0px;
    font-size: 1.7rem;
    background-color: #CACACA;
    padding: 11px;
    font-family: 'Avenir';
}

.modal-content.login-popup-content .modal-body button.forgot-button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

@media (max-width: 768px) {
    .login-popup-wrapper {
        float: right;
        margin-right: 10px;
        width: 310px;
        margin-top: 520px;
        border-radius: 0;
    }
}

/*./login popup*/

/*trick to make width = 12.5%*/
@media (min-width: 990.90px) {
    .width-desktop-12-5per {
        width: 12.5%;
    }
}

/*./trick to make width = 100%*/

/*trick to make half-col-md-classes*/
.padding-l-15 {
    padding-left: 15px;
}

.padding-r-0 {
    padding-right: 0px;
}

.padding-r-45 {
    padding-right: 45px;
}

.padding-t-0 {
    padding-top: 0px !important;
}

.padding-t-40 {
    padding-top: 40px !important;
}

.padding-t-50 {
    padding-top: 50px !important;
}

.padding-t-60 {
    padding-top: 60px !important;
}

.padding-b-10 {
    padding-bottom: 10px !important;
}

.padding-b-20 {
    padding-bottom: 20px !important;
}

.padding-b-30 {
    padding-bottom: 30px !important;
}

.padding-b-40 {
    padding-bottom: 40px !important;
}

.padding-b-50 {
    padding-bottom: 50px !important;
}

.padding-b-60 {
    padding-bottom: 60px !important;
}


.margin-t-0 {
    margin-top: 0px !important;
}

@media (max-width: 768px) {
    .padding-l-r-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding-l-0-mobile {
        padding-left: 0px !important;
    }

    .padding-r-0-mobile {
        padding-right: 0px !important;
    }

    .padding-l-5-mobile {
        padding-left: 5px !important;
    }

    .padding-r-5-mobile {
        padding-right: 5px !important;
    }
}

@media (min-width: 991px) {
    .padding-l-15 {
        padding: 0 0 0 15px;
    }

    .padding-r-15 {
        padding: 0 15px 0 0;
    }

    .padding-l-5 {
        padding: 0 0 0 5px;
    }

    .padding-l-0 {
        padding-left: 0px;
    }

    .padding-r-5 {
        padding: 0 5px 0 0;
    }

    .padding-r-0 {
        padding-right: 0px;
    }

    .padding-0 {
        padding: 0 0 0 0;
    }

    .margin-l-15 {
        margin: 0 0 0 15px;
    }

    .margin-r-15 {
        margin: 0 15px 0 0;
    }

    .form-wrapper .interested-form .last-in-row {
        padding: 0 15px 0 15px;
    }

    .form-wrapper .interested-form .title {
        padding-right: 5px;
    }

    .col-md-3-5 {
        width: 29.16667%;
    }

    .col-md-2-5 {
        width: 20.83333%;
    }
}

/*./trick to make half-col-md-classes on high-res screens*/

/*bg-colors-preset*/
.bg-lightgray {
    background-color: #F5F5F5;
}

.bg-lightgray-vs-shadow-top {
    background-color: #F5F5F5;
    box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 991px) {
    .bg-lightgray-desktop {
        background-color: #F5F5F5;
    }

    .bg-lightgray-vs-shadow-top-desktop {
        background-color: #F5F5F5;
        box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
    }
}

/*./bg-colors-preset*/

/*linear gradient fading out right*/
.fadeout {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 15%, rgba(0, 0, 0, 0) 50%);
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 15%, rgba(0, 0, 0, 0) 50%);
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 1) 15%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(right, rgba(255, 255, 255, 1) 15%, rgba(0, 0, 0, 0) 50%);
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 1) 15%, rgba(0, 0, 0, 0) 50%);
}

/*./linear gradient fading out right*/

/*video-misc*/
.fancybox-slide--video .fancybox-content {
    max-width: 70%;
}

@media (max-width: 768px) {
    .fancybox-slide--video .fancybox-content {
        max-height: 22%;
    }
}

/*./video-misc*/

/*arrow-boxes*/
.arrow-bottom {
    position: relative;
    padding: 1em;
    top: -3em;
    margin-bottom: 4em;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.arrow-bottom::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 2em;
    bottom: -6em;
    left: calc(50% - 6em);
    box-sizing: border-box;
    border: 3em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2); /*correct border-shadow-bottom*/
}

.arrow-top {
    position: relative;
    padding: 0.5em;
    top: -3em;
    margin-top: 8em;
    box-sizing: border-box;
    background: #fff;
    box-shadow: -3px -3px 3px 0 rgba(0, 0, 0, 0.2);
}

.arrow-top::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 2em;
    bottom: -5em;
    left: calc(50% - 6em);
    box-sizing: border-box;
    border: 3em solid black;
    border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.2); /*correct border-shadow-top*/
}

@media (max-width: 768px) {
    .arrow-bottom {
        top: -1em;
    }
}

.triple-arrow-down {
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .triple-arrow-down {
        padding-bottom: 5px;
    }

    .triple-arrow-down img {
        width: 18px;
    }
}

/*./arrow-boxes*/

/*components-slider*/
.component-slider .slider-wrapper img {
    width: 25%;
}

.component-slider .slider-left-arrow-dark {
    top: 130px;
    left: 35%;
}

.component-slider .slider-right-arrow-dark {
    top: 130px;
    right: 35%;
}

/*./components-slider*/

/*standart blue button*/
.standart-blue-button, a.standart-blue-button {
    position: relative;
    z-index: 10;
    top: 0px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 2.0em;
    line-height: 1.3333333;
    color: #fff;
    background-color: #0D367F;
    border-radius: 0;
    border-width: 0;
}

/*./standart blue button*/

/*standart semi-transparent button*/
.standart-semi-transparent-button, a.standart-semi-transparent-button {
    position: relative;
    z-index: 10;
    top: 0px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'AlternateGotNo1D';
    font-size: 2.0em;
    line-height: 1.3333333;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    border: 1px solid #fff;
}

.footer-logo-dd {
    padding: 10px 0px;
}

.footer-logo-dd img {
    width: 25%;
    display: inline;
}

.terms table tr td {
    padding: 10px;
}

.terms table tr td:nth-child(2) {
    width: 68%;
}

section.paragraph-content.seo {
    background-color: #353535;
    color: #FFFFFF;
    font-family: 'AvenirRoman';
    font-size: 1.3em;
    padding-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    section.paragraph-content.seo img {
        padding-top: 10px;
    }

    section.paragraph-content.seo {
        padding-bottom: 20px;
    }
}

section.paragraph-content.seo p {
    color: #FFFFFF;
    font-family: 'AvenirRoman';
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: justify;
}

section.paragraph-content.seo h2 {
    color: #FFFFFF;
    font-size: 2.2em;
}


.st-main-cards .tile span {
    display: block;
}

.st-main-cards .tile {
    text-align: center;
    padding: 20px 4px;
}

.st-main-cards .tile-wrapper a {
    display: block;
}

.st-main-cards .tile-text {
    padding-top: 20px;
    font-family: 'AlternateGotNo1D';
    text-transform: uppercase;
    font-size: 1.75em;
    line-height: 0.8em;
}
.investors-list {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

@media (max-width: 990.90px) {
    .investors-list {
        justify-content: space-between;
    }
    .investors-list > div a img {
        max-width: 140px;
    }
}

.investors-list > div {
    padding-bottom: 30px;
    flex: 1 0 22%
}

@media (max-width: 768px) {
    .investors-list > div {
        text-align: center;
    }
}


.section-page {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    padding-bottom: 0px;
}

.cards-wrapper {
    width: 100%;
    position: relative;
}
.cards-wrapper.access-cards .cards div.card-content h6 {
    font-family: Avenir;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 23px;
}
.cards-wrapper.access-cards .cards div.card-content a {
    font-size: 18px;
}

.cards-wrapper .container-wrapper {
    position: absolute;
    top: -30px;
    z-index: 99;
    background: transparent;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .cards-wrapper .container-wrapper {
position: relative;
    }
}


@media only screen and (max-width: 991px) {
    .cards-wrapper.overlay {
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .cards-wrapper .cards div.card-content {
        margin: 10px 0px;
    }

    .cards-wrapper .cards div.card-content span {
        min-height: 60px;
    }
}


.cards div.card-content {
    font-family: Avenir;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #112856;
    background: #FFFFFF;
    /* Card Shadow */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 20px 10px;
}
@media only screen and (max-width: 1200px) {
    .cards div.card-content {
        min-height: 250px;
    }
}
@media only screen and (max-width: 991.9px) {
    .cards div.card-content {
        min-height: 270px;
    }
}
@media only screen and (max-width: 768px) {
    .cards div.card-content {
        min-height: auto;
    }
}

.cards div.card-content img {
    width: 100px;
    height: 100px;
}

.cards div.card-content span {
    display: block;
}

.cards div.card-content h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /* or 172% */
    color: #112856;
}

.developers .section-default .description strong {
    font-weight: 900;
}

.developers .cards {
    padding-top: 30px;
}

.developers .cards a {
    flex-basis: 200px;
    flex-grow: 1;
}

.developers .cards a:hover {
    text-decoration: none;
}

.developers .cards div.card-content {
    min-height: 220px;
    padding: 40px 10px;
}

.developers .cards div.card-content img {
    width: auto;
    height: auto;
 }

.developers .cards div.card-content h6 {
    font-size: 17px;
    line-height: 20px;
}

.developers.section-page .section-default h3{
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
}
@media only screen and (max-width: 1200px) {
    .developers .cards div.card-content {
        min-height: 240px;
    }
}
@media only screen and (max-width: 991px) {
    .developers .cards div.card-content {
        margin-bottom: 30px;
        min-height: auto;
    }
}

.developers .uppercase {
    text-transform: uppercase;
}

.developers {
    padding: 150px 0px;
}
.developers section.section-default {
    margin-top: 0px;
}
@media only screen and (max-width: 991.9px) {
    .developers .cards div.card-content {
        height: 220px;
    }
}
@media only screen and (max-width: 768px) {
    .developers {
        padding: 10px 0px;
    }
    .developers.section-page .section-default h3{
        font-size: 30px;
    }
    .developers .cards div.card-content h6 {
        font-size: 25px;
        line-height: 25px;
    }
    .developers .description strong{
        font-size: 25px;
        text-transform: uppercase;

        color: #545454;
    }
}


.section-page .section-default {
    padding: 40px 0px 10px 0px;
    margin-top: 50px;
}
.section-page  .overlay-box-wrapper{
    position: relative;
}

@media only screen and (max-width: 991px) {
    .section-page .section-default {
        padding: 50px 0px 10px 0px;
        margin-top: 30px;
    }
}

.section-page .next-after-cards {
    padding-top: 210px;
}

@media only screen and (max-width: 991px) {
    .section-page .next-after-cards {
        padding-top: 40px;
    }
}

.section-page .section-default h3 {
    font-family: Avenir;
    font-weight: 900;
    font-size: 25px;
    line-height: 31px;
    color: #112856;
}

.section-page .section-default p {
    font-family: Avenir;
    font-size: 16px;
    line-height: 30px;
    /* or 187% */
    color: #545454;
}

.section-page .section-default.bg {
    background: rgba(196, 196, 196, 0.1);
}

.section-page .section-default.bg-diagonal {
    background: linear-gradient(170deg, white, white 60%, #F9F9F9 60%, #F9F9F9);
}
.publishers .video, .broadcasters .video, .team-page .video{
    max-height: 570px;
    background-color: transparent;
}
.publishers .top-video video, .broadcasters .top-video video, .team-page .top-video video{
    bottom: 0px;
    width: 100%;
}
@media (max-width: 768px){
    .publishers .video, .broadcasters .video, .team-page .video {
        height: 210px;
    }
}

.team-page.section-page .section-default.offsets {
    padding: 0px 0px 50px 0px;
}
.team-page .section-default.part-overlay{
    padding-bottom: 60px;
}
.team-page.section-page .section-default h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
}
.team-page.section-page .section-default p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.team-page .section-default.part-overlay .overlay-wrapper > div {
    bottom: -210px;
}
.team-page .section-page .section-default p {
    font-size: 20px;
}
.team-page.section-page .section-default.bg-diagonal {
    background: linear-gradient(174deg, white, white 39%, #F9F9F9 39%, #F9F9F9);
}

.team-page .cards div.card-content h6 {
    font-size: 15px;
    text-transform: uppercase;
}
/*********** parallax ****************/
.team-page .parallax > div{
    height: 300px;
    background: url(/img/resources/ST_Ball_Rack_2_mobile.png) top center no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .team-page  .parallax > div {
        background: url(/img/resources/ST_Ball_Rack_2.png) top center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}
/**************************/
.team-page .request-success-tiles {
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 0px;
}

.cards-flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cards-flex .card-content {
    margin: 10px 8px;
    flex: 1;
}
.team-page .cards-flex div.card-content {
    padding: 20px 12px;
}
.team-page .cards-flex div.card-content svg.check{
    fill: #112856;
    width: 26px;
    height: 26px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .team-page .section-default.part-overlay {
        padding-top: 10px;
    }
    .team-page .section-default.part-overlay .overlay-wrapper > div {
        bottom: -108px;
    }

    .team-page  .cards div.card-content {
        min-height: 200px;
    }
    .team-page .cards div.card-content h6 {
        font-size: 13px;
    }

}
@media (max-width: 991.9px){
    .team-page .section-default.part-overlay {
        padding-top: 0px;
    }
    .team-page .section-default.part-overlay .overlay-wrapper > div {
        position: relative;
        top: 0;
        left: 0;
        bottom: auto;
    }
    .team-page .cards div.card-content {
        min-height: auto;
    }
    .team-page .cards div.card-content h6 {
        font-size: 17px;
    }
    .team-page .cards-flex div.card-content svg.check{
        width: 32px;
        height: 32px;
    }
    .team-page .request-success-tiles {
        padding-bottom: 0px;
    }
}
@media (max-width: 768px){
    .cards-flex {
        flex-direction: column;
        align-items: normal;
        align-content: normal;
        flex-wrap: wrap;
    }
    .team-page .cards-flex div.card-content svg.check{
        width: 40px;
        height: 40px;
    }
    .team-page .cards-wrapper{
        padding-top: 0px;
    }
    .team-page.section-page .section-default h3.big-header{
        font-size: 35px;
        line-height: 35px;
    }
}


.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

@media only screen and (max-width: 991px) {
    .section-default .vertical-align {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .section-default .vertical-align > div {
        padding-top: 10px;
    }

    .section-default .vertical-align.xs-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .section-page .coach-video-text p {
        font-size: 2.29em;
    }
    .team-page .cards div.card-content h6 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 379px){
    .section-page .coach-video-text p {
        font-size: 1.9em;
    }
}
.investors-list > div a {
    display: block;
    position: relative;
}

.investors-list > div a img {
    max-width: 210px;
}

@media (max-width: 768px) {
    .investors-list > div a img {
        max-width: 140px;
    }
}

.on-top {
    display: none;
}

.investors-list > div > a:hover img {
    display: none;
}

.investors-list > div > a:hover .on-top {
    display: inline;
}
.flex-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .flex-grid {
        flex-wrap: wrap;
    }

    .section-default .images-tile div {
        width: 100%;
    }

    .section-default .images-tile div img {
        width: 100%;
    }
}

.section-default .flex-grid div:nth-child(2) {
    margin: 0px 10px;

}

@media only screen and (max-width: 991px) {
    .section-default .flex-grid div:nth-child(2) {
        margin: 10px 0px;
    }
}

.section-default .images-tile div {
    position: relative;
}

.section-default .images-tile div span {
    position: absolute;
    bottom: 5px;
    left: 8px;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

a.mailto-small {
    background: url(../img/contact-us-links/email-GRAY.png) no-repeat;
    background-position: 0px 60%;
    background-size: 10%;
    padding-left: 30px;
}

.section-page .card-content div {
    padding-bottom: 10px;
}

.section-default .cards div.card-content {
    color: #545454;
}

.section-default .cards div.card-content a {
    font-family: Avenir;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #112856;
}

.view-btn {
    background: #112856;
    border-radius: 50px;
    color: white;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: none !important;
    outline: none !important;
}

.view-btn:hover {
    text-decoration: none;
    color: white;
}

.view-btn svg {
    transform: rotate(90deg);
    fill: #ffffff;
    margin-right: 5px;
}

.section-default a.view-btn {
    width: 40%;
}


.section-default.part-overlay {
    padding-top: 50px;
    margin-top: 0px;
}

.section-default.part-overlay .overlay-wrapper {
    position: relative;
}

.section-default.part-overlay .overlay-wrapper > div {
    position: absolute;
    left: 0;
    bottom: -160px;
    z-index: 99;
}

@media only screen and (max-width: 991px) {
    .section-default.part-overlay .overlay-wrapper > div {
        position: relative;
        bottom: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .section-page {
        text-align: center;
    }

    .section-page h3 {
        text-align: center;
    }
    .section-page h3.text-left {
        text-align: left;
    }

    .section-page .section-default h3 {
        line-height: 29px;
    }

    .section-page .view-btn {
        margin: 0 auto;
    }
}

.fluid-width-video-wrapper {
    position: relative;
}

a.overlay-box {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 89;
    background: url(/img/bgpix.png) center no-repeat;
}

a.overlay-box:hover {
    background: url(/img/3.png) center no-repeat;
}

.st-main-cards .tile span {
    display: block;
}

.st-main-cards .tile {
    text-align: center;
    padding: 20px 4px;
}

.st-main-cards .tile-wrapper a {
    display: block;
}

.st-main-cards .tile-text {
    padding-top: 20px;
    font-family: 'AlternateGotNo1D';
    text-transform: uppercase;
    font-size: 1.75em;
    line-height: 0.8em;
}
.investors-list {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

@media (max-width: 990.90px) {
    .investors-list {
        justify-content: space-between;
    }
    .investors-list > div a img {
        max-width: 140px;
    }
}

.investors-list > div {
    padding-bottom: 30px;
    flex: 1 0 22%
}

@media (max-width: 768px) {
    .investors-list > div {
        text-align: center;
    }
}


.investors-list > div a {
    display: block;
    position: relative;
}

.investors-list > div a img {
    max-width: 210px;
}

@media (max-width: 768px) {
    .investors-list > div a img {
        max-width: 140px;
    }
}

.on-top {
    display: none;
}

.investors-list > div > a:hover img {
    display: none;
}

.investors-list > div > a:hover .on-top {
    display: inline;
}
.w-100{
    width: 100%;
}

/*./standart semi-transparent button*/

@media (max-width: 768px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .trick-clear-padding-mobile {
        padding: 0;
    }

    .component-slider .slider-wrapper img {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 700px) and (max-width: 768px) {

}

@media (min-width: 570px) and (max-width: 699px) {

}

@media (min-width: 400px) and (max-width: 569px) {

}

@media (min-width: 370px) and (max-width: 399px) {

}

@media (min-width: 350px) and (max-width: 369px) {

}

@media (min-width: 320px) and (max-width: 349px) {

}

/*./MISC*/
/*****************************/
