
@media (min-width: 76px) {
    .featurette .col-md-5
    , .featurette .col-md-7
    , .featurette .col-sm-6
    , .featurette .col-md-6
    {
        padding-right: 35px;
        padding-left: 35px;
    }
}


/*----sections------*/


.sectionDivider {
    border-top: 1px solid #ccc;
    margin: 0 36px;
}


#features {
    background-color: #fff;
    text-align: center;
    /*
    -webkit-box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    */
}







#videoPromo  {
    background-color: #fff;
    text-align: center;
}
#videoPromo .video-responsive {

    border: 1px solid #999;
    border-radius: 8px;
    overflow: hidden;
}
#videoPromo .msgCol {
  text-align: left;
  position: relative;
}
#videoPromo .msgTable {
    position:absolute; height:100%; width:100%;
    display: table;
}
#videoPromo .msgCell {
    display: table-cell;
    vertical-align: middle;
}

#videoPromo .vidCol {
  text-align: right;
}

#videoPromo .subMsg {
    color: #2277ee;
}





/*
@media (min-width: 992px) {
  #videoPromo .featurette-heading {
    font-size: 48px;
    line-height: 52px;
  }
}
*/



@media (max-width: 991px) {
  #videoPromo .container {
    /*
    margin: 0;
    padding: 0;
    width: 100%;
    */
    max-width: 100%;
  }
}



@media (max-width: 767px) {


  #videoPromo .msgTable {
      position:relative;
      display: block;
  }
  #videoPromo .msgCell {
      display: block;
      text-align: center;
      padding-bottom: 18px;
  }

  #videoPromo .vidCol {
    padding: 0;
  }


  #videoPromo .subMsg {
      display: none;
  }



}






#teamOfWeek {
    background-color: #f9f9f9;


}

#pricing {
    background-color: #fff;

}



#iconFeatures {
    background-color: #fff;
    text-align: center;


}

#mobileDevice   {
    background-color: #fff;



}


#testimonials {
    background-color: #b2d3ff;
}


#sitesSlider {
    background-color: #b2d3ff;
}



#faq {
    background-color: #fff;


}



#features .container
, #pricing .container
, #iconFeatures .container
, #mobileDevice .container
, #testimonials .container
, #sitesSlider .container 
, #videoPromo .container 
, #faq .container
{
    padding-top: 56px;
    padding-bottom: 56px;
}
/*----end sections------*/
/*features*/
@media (max-width: 575px) {
    #features .container {
        padding-bottom: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    #features .col-sm-4 {
        max-width: 480px;
        margin: 0 auto 56px auto;
        padding-right: 0;
        padding-left: 0;
    }

}
#features img {
    border-radius: 8px;
    margin-bottom: 5px;
}
#features h3 {
    font-weight: 400;
    color: #2277ee;
    font-size: 24px;
}
#features a:hover {
    text-decoration: none;
}
#features a:hover h3 {
    color:#00b200;
}



/* pricing */

#pricing .container {
    max-width: 1020px;
}
@media (max-width: 767px) {
    #pricing .container {
        padding-bottom: 0;
    }
    #pricing .col-md-6 {
        max-width: 480px;
        margin: 0 auto 56px auto;
        max-width: 365px;
    }
}

#pricing .btn, #mobileDevice .btn {
    line-height: 34px;
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding-top: 2px;
    padding: 2px 22px 0 22px;
    text-transform: uppercase;
}

#mobileDevice .btn {
   margin-bottom: 1rem;
}

#pricing .btn:hover {
    background-color:#00b200;
}

#pricing .schoolPricingSummary {
    max-width: 335px;
}
#pricing .freeTrialHeading {
    margin-top: 32px;
}
#pricing .freeTrialSummary {
    max-width: 245px;
}


#pricing .teamPricingColumn {
    max-width: 365px;
}

#pricing .teamPricingSummary {
		font-size: 22px;
		padding-bottom: 12px;
}
#pricing .teamPricingButton {
		display: flex;
		align-items: center;
		justify-content: center;
}

.teamPricingRow {
    margin: 0 -12px 26px -12px;
    padding: 0 12px;
    border-bottom: 1px solid #aaa;
}

#pricing .priceLabel {
    float: right;
    font-size: 32px;
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
}

#pricing .pricePackage {
    font-size: 28px;
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
}

/*MobileDevice*/
#mobileDevice .container
, #teamOfWeek .container {
    max-width: 1020px;
}



#mobileDevice h2 {
    color: #000;
}
#mobileDevice a:hover {
    text-decoration: none;
}
#mobileDevice a:hover h2 {
    color:#00b200;
}





/* faq */

#faq a.staffOnly {
    float: right;
    margin: 4px 30px 0;
}

#faq .boxcontent .sectionWrapper {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 5px 0px;
}
#faq .bodydata {
  padding: 6px 12px 6px;
  border-bottom: 2px solid #FFF;
  word-wrap: break-word;
}
#faq .excohelp {
  width: 100%;
}


#faq .excohelp > tbody > tr:nth-child(1) > td {
  color:#27e;
  font-family: Oswald-Regular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  border-top: none;
  text-transform: capitalize;

  padding-top: 18px;
  padding-bottom: 14px;

}

#faq .excohelp > tbody > tr:nth-child(2) > td {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 48px;
}

/*
#.excohelp tr:nth-child(1) td:before {
  width: 40px;
}
*/

/* team Of the Week */
#teamOfWeek {

}
#teamOfWeek .modSubHeader {
    color: #000;
}
#teamOfWeek .col-md-7 {
    text-align: center;
}


#teamOfWeek .btn-primary:hover {
    background-color:#00b200;
}

@media (max-width: 991px) {
    #teamOfWeek .col-md-7 {
        min-width: 312px;
    }
    #teamOfWeek .col-md-5 {
        max-width: 402px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }
}
@media (max-width: 359px) {
    #teamOfWeek .container {
        padding-right: 0;
        padding-left: 0;
    }
    #teamOfWeek .featurette .col-md-7 {
        padding-right: 19px;
        padding-left: 19px;
    }
}
.featuredTeam {
    background-image: url("/sportswebsites/images/homePage/tabletBack.png");
    background-repeat: no-repeat;
    transition: background-color 0.5s linear;
    width: 281px;
    padding: 33px 0 38px 0px;
    margin: 0 auto;
}
.weekTeam {
    color: #2277ee;
}
.weekSport {
    color: #aaa;
}
.featuredButton .btn {
    line-height: 34px;
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding-top: 2px;
}

/*icons*/
#iconFeatures .col-md-4 {
    padding-left: 42px;
    padding-right: 42px;
}
#iconFeatures img {
    width: 45px;
    height: 45px;
}
#iconFeatures h4 {
    color: #2277ee;
    margin:8px 0;
}
#iconFeatures p {
    font-size: 18px;
}



#iconFeatures a:hover {
    text-decoration: none;
}
#iconFeatures a:hover h4 {
    color:#00b200;
}

@media (min-width: 768px) {
    #iconFeatures .row:first-child {
        margin-bottom: 56px;
    }
}
@media (max-width: 767px) {
    #iconFeatures .col-md-4 {
        margin-bottom: 56px;
    }
    #iconFeatures .container {
        padding-bottom: 0;
    }
}

/*carousel
.carousel-item {
    height: 270px;
}
.carousel-item img {
    width: auto;
    height: 38rem;
}
.carousel-caption {
    right: 5%;
    top: 25px;
    left: 5%;
}
.carousel-caption h1 {
    font-weight: normal;
    font-style: normal;
    font-size: 68px;
}
.carousel-caption p {
    font-size: 32px;
}
.slideSignUpButton .btn {
    text-transform: uppercase;
}

.ci-1 .carousel-caption {
    text-align: right;
}

.ci-2 .carousel-caption {
    text-align: left;
}

.ci-3 .carousel-caption {
    text-align: left;
}
@media (min-width: 1700px) {
    .carousel-item img {
        position: absolute;
        bottom:0;
    }
}
@media (max-width: 1300px) {
    .carousel-caption h1 {
        font-size: 52px;
    }
    .carousel-caption p {
        font-size: 28px;
    }
}
@media (min-width: 1150px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 966px) {
    .carousel-item.ci-1 img {
        position: absolute;
        right: -20px;
    }
    .carousel-item.ci-2 img, .carousel-item.ci-3 img {
        position: absolute;
        right: -205px;
    }
}
@media (max-width: 768px) {
    .carousel-item.ci-1 img {
        position: absolute;
        left: -402px;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .btn-large {
        line-height: 68px;
        font-size: 25px;
        border-radius: 6px;
        border: 2px solid #fff;
    }
}
@media (max-width: 504px) {
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption p {
        font-size: 18px;
    }
    .btn-large {
        line-height: 48px;
        font-size: 18px;
        border-radius: 6px;
        border: 2px solid #fff;
    }
    .carousel-item, .carousel-item img {
        height:32rem;
    }
}
*/


/*
.carousel-control-prev {
    left: -100px;
}
.carousel-control-next {
    right: -100px;
}

*/



#testimonials .testimonial-card {
    max-width: 370px;
    margin: 0 auto;
}
#testimonials .card-deck .card {
    margin-right: 2px;
    margin-left: 2px;
}
#testimonials .card {
    padding: 25px;
}
#testimonials .card-body {
    border-top: 2px solid #999;
    padding: 20px 0 0 0;
    margin-top: 25px;
}
#testimonials .card .t-stars {
    font-size: 16px;
    color: #2277ee;
}
#testimonials .card .t-comment {
    height: 200px;
}
@media (max-width: 385px), (min-width: 992px) and (max-width: 1199px) {
    #testimonials .card .t-comment {
        height: 250px;
    }
}
#testimonials .card h5.card-title {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 1px;
}
#testimonials .card p.card-subtext {
    font-size: 13px;
    font-weight: 300;
}
#testimonials .testimonials-header {
    text-align: center;
}






#sitesSlider .testimonial-card {
    max-width: 370px;
    margin: 0 auto;
}
#sitesSlider .card-deck .card {
    margin-right: 2px;
    margin-left: 2px;
}
#sitesSlider .card {
    padding: 25px;
}
#sitesSlider .card-body {
    border-top: 2px solid #999;
    padding: 20px 0 0 0;
    margin-top: 25px;
}
#sitesSlider .card .t-stars {
    font-size: 16px;
    color: #2277ee;
}
#sitesSlider .card .t-comment {
    height: 200px;
}
@media (max-width: 385px), (min-width: 992px) and (max-width: 1199px) {
    #sitesSlider .card .t-comment {
        height: 250px;
    }
}
#sitesSlider .card h5.card-title {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 1px;
}
#sitesSlider .card p.card-subtext {
    font-size: 13px;
    font-weight: 300;
}
#sitesSlider .testimonials-header {
    text-align: center;
}

















.slider-carousel {
  position: relative;
}
.slider-carousel .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.slider-carousel .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .slider-carousel .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .slider-carousel .MS-content .item {
    width: 100%;
  }
}
.slider-carousel .MS-content .item .imgTitle {
  position: relative;
}
.slider-carousel .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
.slider-carousel .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
.slider-carousel .MS-content .item p {
}
.slider-carousel .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
.slider-carousel .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
.slider-carousel .MS-controls button {
  cursor: pointer;
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 40%;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
.slider-carousel .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .slider-carousel .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .slider-carousel .MS-controls button {
    font-size: 20px;
  }
}
.slider-carousel .MS-controls .MS-left {
  left: -45px;
}
@media (max-width: 767px) {
  .slider-carousel .MS-controls .MS-left {
    left: -15px;
  }
}
.slider-carousel .MS-controls .MS-right {
  right: -50px;
}
@media (max-width: 767px) {
  .slider-carousel .MS-controls .MS-right {
    right: -22px;
  }
}











#sitesSlider-carousel .siteTopWrapper {
  position: relative;
  min-height: 140px;
  text-decoration: none;
}

#sitesSlider-carousel .siteName {
  display: inline-block;
  margin: 0 auto;
  font-family: Oswald-Bold,Arial,Helvetica,sans-serif;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
}



#sitesSlider-carousel .siteTopWrapper::after {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;

}

.siteDomain {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}



@media (min-width: 992px) {
  .length3 .MS-controls {
    display: none;
  }
}




.video-responsive {
    overflow:hidden;
    padding-bottom:56%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.landing-link-wrapper {
  margin-top: 24px;
  text-align: center;
}
.landing-link-wrapper-floating {
  position: absolute;
  bottom: 9vh;
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn-landing-link {
  font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px 36px;
  border: 1px solid #340077;
  border-radius: 100px;
  background-color: #000000bb;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.btn-landing-link:hover {
  background-color: #21004b;
  color: #fff;
}
.btn-landing-link .btn-landing-logo {
  vertical-align: middle;
  margin-left: 12px;
}

@media (max-width: 992px) {
  .btn-landing-link .btn-landing-logo {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .btn-landing-link {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .landing-link-wrapper-floating .btn-landing-link {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .btn-landing-link {
    font-size: 18px;
  }

  .landing-link-wrapper-floating .btn-landing-link {
    font-size: 16px;
  }

  .landing-link-wrapper-floating {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#containerAccountType {
    background-color: #110044;
    text-align: center;
}
#containerAccountType .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#containerAccountType .section-heading {
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
#containerAccountType .section-heading:before {
  content: url("/sportswebsites/images/roboHI.png");
  margin-right: 8px;
}

#containerAccountType .section-heading:after {
  content: url("/sportswebsites/images/roboSTOP.png");
  margin-left: 8px;
}
#containerAccountType .section-heading:before, #containerAccountType .section-heading:after {
  vertical-align: sub;
}

#containerAccountType .account-type-buttons-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}


#containerAccountType .account-type-buttons-row .btn {
    color: #fff;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-weight: normal;
    height: 42px;
    padding: 0 24px;
    border: none;
}

@media (max-width: 1050px) {
    #containerAccountType .account-type-buttons-row {
        flex-direction: column;
        align-items: center;
        gap: 16px;

    }
    #containerAccountType .account-type-buttons-row .btn {
        width: 300px;
    }
}

#containerAccountType .account-type-buttons-row .btn.isTournament {
    background-color: #701CB4;
}
#containerAccountType .account-type-buttons-row .btn.isTournament:hover {
    background-color: #501484;
}


#containerAccountType .account-type-buttons-row .btn.btn-goto:before {
    font-size: 24px;
}
#containerAccountType .account-type-buttons-row .btn-label {
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 4px;
}