.Mesh_BannerBackground {
  margin-top: -38px;
  background-color: #777777;
}

.Mesh_Banners {
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.Mesh_Banner {
  display: block;
}

.Mesh_Banner img {
  display: block;
  width: 100%;
}

.Mesh_PreviousSlide, .Mesh_NextSlide {
  display: block;
  position: absolute;
  top: 40%;
  z-index: 10;
}

.Mesh_PreviousSlide img, .Mesh_NextSlide img {
  width: 48px;
  height: 48px;
}

.Mesh_PreviousSlide {
  left: 10px;
}

.Mesh_NextSlide {
  right: 10px;
}

.Mesh_DisabledSlide img {
  display: none;
}

.Mesh_DisabledArrow {
  display: none;
}

.Mesh_DisabledSlide img.Mesh_DisabledArrow {
  display: block;
}

.Mesh_BelowBanner {
  position: relative;
}

a.Mesh_BannerLiveChat {
  display: none;
  width: 20%;
  height: 60%;
  position: absolute;
  z-index: 10;
  left: 80%;
  top: 0;
  border-top-left-radius: 20px;
  text-align: center;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 19px;
  line-height: 33px;
  background-color: #bfa764;
  color: #fff;
}

.Mesh_HomePageTagLine {
  position: relative;
  z-index: 20;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

/*
.Mesh_BannerBackground .Mesh_LargeContent {
  position: relative;
  height: 0;
}

.Mesh_BannerBackground .Mesh_LargeContent a {
  position: absolute;
  top: 235px;
  z-index: 10;
}

.Mesh_BannerBackground .Mesh_LargeContent a.Mesh_PreviousSlide {
  left: 0;
}

.Mesh_BannerBackground .Mesh_LargeContent a.Mesh_NextSlide {
  right: 0;
}

.Mesh_Banner {
  display: block;
  height: 466px;
  background-repeat: no-repeat;
  background-position: center top;
}

#Mesh_banner1 {
  background-image: url('../images/banner-1.jpg');
}

#Mesh_banner2 {
  background-image: url('../images/banner-2.jpg');
}

#Mesh_banner2 img {
  display: block;
}

.Mesh_BannerText {
  display: block;
  padding-top: 94px;
  padding-bottom: 50px;
}

#Mesh_banner3 {
  background-image: url('../images/banner-3.jpg');
}

#Mesh_banner3 img {
  display: block;
}

.Mesh_JoinOurWebinar {
  padding-left: 0;
  padding-top: 107px;
}

.Mesh_SignUpForWebinar {
  padding-left: 220px;
  padding-top: 20px;
}
*/

/*
.Mesh_Banner {
  margin-top: -38px;
  height: 465px;
  background-image: url('../images/banner.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #777777;
}

*/

.Mesh_HomePageCoach {
  display: block;
  width: 33%;
  float: left;
  text-align: center;
}

.Mesh_HomePageCoach2 {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
}

.Mesh_HomePageCoach2 img {
  max-width: 100%;
}

.Mesh_Button {
  display: block;
  color: #fff;

background: #f1d16b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZDE2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWIyNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f1d16b 0%, #ceb258 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1d16b), color-stop(100%,#ceb258)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1d16b 0%,#ceb258 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1d16b 0%,#ceb258 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1d16b 0%,#ceb258 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1d16b 0%,#ceb258 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d16b', endColorstr='#ceb258',GradientType=0 ); /* IE6-8 */

  text-shadow: 1px 1px 2px #333;
  font-size: 20px;
  line-height: 48px;
  border-radius: 24px;
  box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
  font-weight: bold;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

a.Mesh_Button:hover, a.Mesh_Button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
@-webkit-keyframes pulsate {
  0%   { color: #fff; text-shadow: 1px 1px 2px #333; }
  50%  { color: #fff; text-shadow: 1px 1px 2px #666, 0 0 5px #ffd, 0 0 8px #fff; }
  100% { color: #fff; text-shadow: 1px 1px 2px #333; }
}
@keyframes pulsate {
  0%   { color: #fff; text-shadow: 1px 1px 2px #333; }
  50%  { color: #fff; text-shadow: 1px 1px 2px #666, 0 0 5px #ffd, 0 0 8px #fff; }
  100% { color: #fff; text-shadow: 1px 1px 2px #333; }
}

a.Mesh_Button:active {
  color: #fff;
  text-shadow: 1px 1px 2px #666, 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-animation: none;
  animation: none;
}

@media only screen and (min-width: 1200px) and (min-height: 800px) {
  .Mesh_Banners {
    width: 1280px;
    max-width: 100%;
  }

  .Mesh_PreviousSlide img, .Mesh_NextSlide img {
    width: 76px;
    height: 76px;
  }

  a.Mesh_BannerLiveChat {
    font-size: 28px;
    line-height: 50px;
  }
}
