body {
  /*font-family: Montserrat, sans-serif;*/
  font-family:"Avenir Next" !important;
 
  color: #0d2134;
 background: rgb(19,87,120);
background: linear-gradient(350deg, rgba(19,87,120,1) 0%, rgba(13,33,53,1) 100%);
  text-align:center;
}
.youtube-iframe{
  margin: 15px 0;
}
.mu-copyright{
  color: #fff;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#mu-hero-card{
  
  margin: 40px 0;
}

.myButt {
  outline: none;
    border: none;
        padding: 12px 30px 12px 30px;
    display: block;
    cursor: pointer;
    font-size: 17px;
    background-color: #0d2135;
    position: relative;
    border: 0px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
/*
.myButt:focus{
      outline: none;
    border: none;
    padding: 16px 30px 12px 30px;
    display: block;
    cursor: pointer;
    font-size: 17px;
    background-color: #fff;
    position: relative;
    border: 5px solid #0d2135;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
*/


.one {
    border-color: #0d2135;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
}
.one .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -235px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.one:hover {
  background-color: #42c2ff;
  border-color: #0d2135;
  color: #fff;
}
.one:hover .insider {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: 235px;
}

.add_to_slack{
      padding: 8px 30px 8px 30px !important;
    font-size: 14px!important;
    background-color: #0d2135!important;
    color: #fff!important;
    font-weight: 500!important;
    border-left: none!important;
    outline: none!important;
    margin-bottom: 40px!important;
    margin-top: 20px!important;
}

.add_to_msteams{
        padding: 8px 30px 8px 30px!important;
    font-size: 14px!important;
    background-color: #0d2135!important;
    color: #fff!important;
    font-weight: 500!important;
    border-left: none!important;
    outline: none!important;
    margin-bottom: 40px!important;
    margin-top: 20px!important;
}

.add_to_msteams:hover,.add_to_slack:hover{
  background-color: rgba(0,0,0,.5)!important;
}
.slack-btn-icon{
       max-width: 18px;
    margin-right: 8px;
    padding-bottom: 3px;
}


.play-again, #btn_submit{
  width: auto;
    background: #0d2135!important;
    
    margin-bottom: 30px!important;
    color: #fff!important;
    padding: 8px 32px!important;
    border: 3px solid #0d2135 !important;
    font-size: 1rem;
}

.play-again:hover,  #btn_submit:hover{
    background: #42c2ff!important;
    
    margin-bottom: 30px!important;
    color: #fff!important;
    padding: 8px 32px!important;
    border: 3px solid #42c2ff !important;
}


#cancel{
  width: auto;
    background: #f2f2f2!important;
    border-radius: 50px!important;
    margin-bottom: 30px!important;
    color: #0d2135!important;
    padding: 8px 32px!important;
    margin-left: 15px;
    
}
 #cancel:hover{
    background: #f4f4f4!important;
    border-radius: 50px!important;
    margin-bottom: 30px!important;
    color: #0d2135!important;
    padding: 8px 32px!important;
    border: 3px solid #0d2135 !important;
}


.slide-container {
  margin: auto;
  width: 600px;
  text-align: center;
}

.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
      margin-bottom: 60px;
}
.wrapper:focus {
  outline: 0;
}

.clash-card {
    background: white;
    width: 720px;
    display: inline-block;
    margin: auto;
    border-radius: 19px;
    position: relative;
    text-align: center;
    box-shadow: -1px 15px 30px -12px black;
    z-index: 9999;

/*
    transform: scale(.9)
    */
}
/*Card float right side*/
/* 
.wrapper {
    padding-top: 0px;
    padding-right: 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.wrapper:focus {
  outline: 0;
}

.clash-card {
  background: white;
  width: 520px;
  display: inline-block;
  margin: auto;
  height: 100%;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9999;
}
*/

.clash-card__image {
      position: relative;
    height: 233px;
    margin-bottom: 27px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  
}

.clash-card__image--Communicator_slack,.clash-card__image--Communicator_teams {
  background: url("../images/comu-bg.png");
  background-size: cover;
  background-position: bottom;
}

.clash-card__image--pa_slack,.clash-card__image--pa_teams {
  background: url("../images/pa-bg.png");
  background-size: cover;
}
.clash-card__image--connect_slack, .clash-card__image--connect_teams {
  background: url("../images/connect-bg.png");
  background-size: cover;
}
.clash-card__image--coordi_slack, .clash-card__image--coordi_teams {
  background: url("../images/coordi-bg.png");
  background-size: cover;
}
.clash-card__image--resolver_slack, .clash-card__image--resolver_teams {
  background: url("../images/resolver-bg.png");
  background-size: cover;
}
.clash-card__image--oa_slack, .clash-card__image--oa_teams {
  background: url("../images/oa-bg.png");
  background-size: cover;
}

.clash-card__image--Communicator_slack img, .clash-card__image--Communicator_teams img,
.clash-card__image--pa_slack img, .clash-card__image--pa_teams img,
.clash-card__image--connect_slack img, .clash-card__image--connect_teams img,
.clash-card__image--coordi_slack img, .clash-card__image--coordi_teams img,
.clash-card__image--resolver_slack img, .clash-card__image--resolver_teams img,
.clash-card__image--oa_slack img, .clash-card__image--oa_teams img{
        width: 176px;
    position: relative;
    top: 73px;
    left: 156px;
}




.card-list-block{
    padding: 0px 20px 0px 40px;
    margin-bottom: 20px;
}
.clash-card__unit-title{
  font-weight: 700;
  
}
.clash-card__unit-title,.clash-card__unit-list{
  text-align:left;
  
}
.clash-card__unit-list{
 font-size: 14px;
  padding: 20px 0px 0px 20px;
  
}

.clash-card__image--archer {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/archer-bg.jpg");
}
.clash-card__image--archer img {
  width: 400px;
  position: absolute;
  top: -34px;
  left: -37px;
}

.clash-card__image--giant {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/giant-bg.jpg");
}
.clash-card__image--giant img {
  width: 340px;
  position: absolute;
  top: -30px;
  left: -25px;
}

.clash-card__image--goblin {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/goblin-bg.jpg");
}
.clash-card__image--goblin img {
  width: 370px;
  position: absolute;
  top: -21px;
  left: -37px;
}

.clash-card__image--wizard {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/wizard-bg.jpg");
}
.clash-card__image--wizard img {
  width: 345px;
  position: absolute;
  top: -28px;
  left: -10px;
}

.clash-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #42c2ff;
}

.clash-card__level--barbarian {
  color: #42c2ff;
}

.clash-card__level--archer {
  color: #EE5487;
}

.clash-card__level--giant {
  color: #F6901A;
}

.clash-card__level--goblin {
  color: #82BB30;
}

.clash-card__level--wizard {
  color: #4FACFF;
}

.clash-card__unit-name {
  font-size: 28px;
    color: #0d2135;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 10px;
}

.clash-card__unit-description {
  padding: 20px 40px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.clash-card__unit-stats--barbarian {

  background: #42b2ff;
}
.clash-card__unit-stats--barbarian .one-third {
  border-right: 1px solid #006fa4;
}

.clash-card__unit-stats--archer {
  background: #EE5487;
}
.clash-card__unit-stats--archer .one-third {
  border-right: 1px solid #D04976;
}

.clash-card__unit-stats--giant {
  background: #F6901A;
}
.clash-card__unit-stats--giant .one-third {
  border-right: 1px solid #de7b09;
}

.clash-card__unit-stats--goblin {
  background: #82BB30;
}
.clash-card__unit-stats--goblin .one-third {
  border-right: 1px solid #71a32a;
}

.clash-card__unit-stats--wizard {
  background: #4FACFF;
}
.clash-card__unit-stats--wizard .one-third {
  border-right: 1px solid #309eff;
}

.clash-card__unit-stats {
  color: white;
  font-weight: 700;
  /*
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  */
}
.clash-card__unit-stats .one-third {
  width: 33%;
  float: left;
  padding: 20px 15px;
}
.clash-card__unit-stats sup {
  position: absolute;
  bottom: 4px;
  font-size: 45%;
  margin-left: 2px;
}
.clash-card__unit-stats .stat {
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
}
.clash-card__unit-stats .stat-value {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.clash-card__unit-stats .no-border {
  border-right: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.slick-prev {
  left: 100px;
  z-index: 999;
}

.slick-next {
  right: 100px;
  z-index: 999;
}
.card-link{
  text-decoration: none;
    color: #42c2ff;
    font-weight: 500;
    margin: 0 0px;
}
.card-link:hover{
  text-decoration: none;
    color: #42c2ff;
    display: inline-block;
    transform: translate(4px,0);
    transition: all .3s ease-in;
}

a{
      text-decoration: none;
    color: #42c2ff;

}
a:hover{
      text-decoration: none;
    color: #42c2ff;
    font-weight: 500;
    margin: 0 20px;
}

.card-link-title{
      color: #002d42;
    font-weight: 700;
    text-decoration: none;
}
.card-link-title:hover{
    color: #42e2ff;
    display: inline-block;
    transform: translate(4px,0);
    transition: all .3s ease-in;
}



