body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #25ac6a;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
}

.hero-section.about-page {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/SelectedCompressed-27-WEB-2.jpg');
  background-position: 0% 36%;
  background-size: cover;
}

.hero-section.about-page.contactalt {
  background-image: url('../images/SelectedCompressed-20-WEB.jpg');
  background-position: 0% 14%;
}

.hero-section.about-page.workshop {
  background-image: url('../images/SelectedCompressed-29-WEB2.jpg');
  background-position: 0% 21%;
}

.hero-section.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/SelectedCompressed-29-WEB2.jpg');
  background-position: 50% -160px;
  background-size: cover;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.home-page-hero.divergent {
  padding-top: 102px;
  padding-bottom: 125px;
  background-image: url('../images/Web1.jpg');
  background-position: 50% -249px;
  background-size: cover;
}

.hero-section.home-page-hero.divergent.workshopimage {
  padding-top: 120px;
  padding-bottom: 107px;
  background-image: url('../images/SelectedCompressed-29-WEB2.jpg');
  background-position: 0px -160px;
}

.hero-section.home-page-hero.miraclecure {
  padding-top: 80px;
  padding-bottom: 95px;
  background-image: url('../images/Background-B.jpg');
  background-size: cover;
}

.hero-section.mc-media {
  padding-top: 60px;
  padding-bottom: 20px;
  background-image: url('../images/Background-B.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  margin-top: 3px;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .3);
  font-size: 16px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  text-decoration: none;
}

.nav-link.divergentheaderfont {
  font-size: 17px;
}

.nav-link.miracle {
  opacity: 0.9;
  color: #ddd;
}

.nav-link.miracle:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.nav-link.miracle.w--current {
  color: #fff;
}

.nav-link.back {
  opacity: 0.3;
  color: #fff;
}

.nav-link.back:hover {
  opacity: 1;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.section.altcontact {
  background-color: #575757;
}

.hero-container {
  position: relative;
  top: -70px;
  padding: 5px;
  background-color: #fff;
}

.hero-container.project-container {
  padding: 10px;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
}

._60block._100block {
  width: 100%;
  height: 527px;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/about-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: none;
}

.tile-image.video {
  background-image: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.tile-image.video:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tile-image.mc-tile1 {
  background-image: url('../images/AboutTile2.jpg');
  background-position: 0% 88%;
  background-size: cover;
}

.tile-image.mc-tille2 {
  background-image: url('../images/MediaTile.jpg');
  background-position: 0% 2%;
  background-size: cover;
}

.tile-image.mc-tile3 {
  background-image: url('../images/BookingsTile.jpg');
  background-position: 25% 50%;
  background-size: cover;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .37);
}

.tile-text.contact {
  left: 369px;
  bottom: 20px;
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/dribbble.svg');
  background-size: 50px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #2a2a2a;
}

.footer-section.divergentfooter.main {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ff6868;
  color: #ffb1b1;
}

.footer-section.miraclecurefooter {
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, #000), url('../images/Background-B.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000), url('../images/Background-B.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nav-menu.divergent {
  margin-top: -4px;
}

.nav-menu.miracle {
  margin-top: -4px;
  color: #9b8282;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #c5c5c5;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  font-family: 'Droid Sans', sans-serif;
}

.hero-overlay.mc-hero-overlay {
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, #000);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000);
}

.cta-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3bc984;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  background-color: #19975a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #088347;
  color: #fff;
}

.button.mc {
  background-color: #bbb;
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
}

.button.mc:hover {
  background-color: #fff;
}

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 736px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.project-text.pt-title {
  margin-bottom: 0px;
  color: #270f0f;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.project-text.pt-title.subtitle {
  display: block;
  margin-top: -14px;
  margin-bottom: 0px;
  font-weight: 400;
}

.project-text.agetitle {
  margin-right: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 25px;
  line-height: 0px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: none;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.tile-overlay.tile1 {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent 40%, #000), url('../images/dominoes1.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 40%, #000), url('../images/dominoes1.jpg');
  background-position: 0px 0px, 50% 83%;
  background-size: auto, cover;
}

.tile-overlay.tile1.gradient {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent 40%, #000), url('../images/dominoes1.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 40%, #000), url('../images/dominoes1.jpg');
  background-position: 0px 0px, 50% 83%;
  background-size: auto, cover;
}

.tile-overlay.tile2 {
  background-image: url('../images/SelectedCompressed-21-WEB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile-overlay.tile3 {
  background-image: url('../images/SelectedCompressed-20-WEB.jpg');
  background-position: -65px 0px;
  background-size: cover;
}

.tile-overlay.tile4 {
  background-image: url('../images/Contact BG.jpg');
  background-position: 50% 51%;
  background-size: cover;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.divergentbody {
  font-family: 'Droid Sans', sans-serif;
}

.divergentlogo {
  width: 400px;
  margin-top: -2px;
}

.divergentlogo.w--current {
  margin-top: -1px;
}

.divergentfooter {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.divergentfooter.inlinelink {
  color: #ffb1b1;
  text-decoration: none;
}

.divergentfooter.inlinelink:hover {
  color: #fff;
  text-decoration: none;
}

.page-heading {
  font-family: 'Droid Sans', sans-serif;
  font-size: 45px;
  text-transform: none;
}

.about-text {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  text-align: left;
}

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

.about-text p {
  font-family: Lato, sans-serif;
}

.about-text h6 {
  margin-top: -12px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.about-text.alt {
  color: #fff;
}

.about-text li {
  font-style: italic;
}

.about-text em {
  line-height: 25px;
}

.about-text img {
  margin-top: 10px;
}

.about-team-rows {
  margin-top: 10px;
}

.about-team-rows.col2 {
  padding-top: 20px;
}

.divergent-form-success {
  background-color: #333;
  text-align: center;
}

.divergent-form-success.dfs-text {
  color: #fdfdfd;
  text-align: center;
}

.divergent-form-success.dfs-section {
  height: 366px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dfs-close-button {
  width: 65px;
  border-radius: 30px;
  background-color: #3694e7;
  -webkit-transition: color 400ms ease, background-color 200ms ease;
  transition: color 400ms ease, background-color 200ms ease;
}

.dfs-close-button:hover {
  background-color: #0071d5;
  color: #fff;
}

.divergentform {
  display: block;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
}

.divergentform-wrapper {
  display: inline-block;
  width: 450px;
  text-align: center;
}

.workshopage-div {
  display: block;
  width: 736px;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.workshopave-col {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.workshopagecol2 {
  margin-top: -20px;
}

.workshopage-text {
  display: inline-block;
  width: 202px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.workshopage-text.answer {
  width: auto;
  font-weight: 400;
}

.workshopage-row {
  margin-top: -12px;
}

.workshopage-col1 {
  width: 200px;
}

.hero-div {
  width: 920px;
}

.workshopage-col2 {
  display: inline-block;
  width: 536px;
}

.divergentaltform {
  position: static;
  z-index: 100;
  display: inline-block;
  width: 440px;
  height: 455px;
  margin-right: auto;
  margin-left: auto;
}

.altcontactform {
  display: block;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
}

.alt-contact-form {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: left;
}

.alt-contact-form.main-page {
  width: 450px;
  text-align: center;
}

.alt-contact-form.altpage {
  color: #333;
}

.ws-thumb {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 220px;
  height: 220px;
}

.ws-text {
  display: inline-block;
  width: 700px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.ws-text h2 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 34px;
  line-height: 34px;
}

.ws-text h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
}

.ws-text h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 29px;
  line-height: 30px;
  font-weight: 300;
}

.ws-text p {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 400;
}

.ws-entry {
  margin-top: 0px;
  margin-bottom: 30px;
}

.ws-spacer {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 740px;
  height: 1px;
}

.workshop-splitter {
  margin-top: 0px;
  margin-bottom: 80px;
  text-align: center;
}

.workshop-splitter h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 34px;
}

.workshop-splitter p {
  margin-top: 10px;
  font-size: 19px;
  line-height: 19px;
}

.workshop-splitter h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
}

.workshop-splitter.padded {
  margin-top: 80px;
  margin-bottom: 80px;
}

.workshop-splitter.bottom {
  margin-bottom: 0px;
}

.formsubmitbutton {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.miracle-cure-logo {
  width: 350px;
  margin-top: -3px;
}

.miraclefooter {
  color: #aaa;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.miraclefooter.inlinelink {
  color: #aaa;
  font-weight: 700;
  text-decoration: none;
}

.miraclefooter.inlinelink:hover {
  color: #fff;
}

.mc-doubletile-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  margin-bottom: 15px;
  margin-left: 15px;
}

.mc-tile---hero {
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .37);
}

.mc-tile---hero.abouttile {
  padding-left: 2px;
}

.mc-tile---hero.mediatile {
  margin-left: -2px;
}

.mc-tile---sub {
  margin-top: -5px;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .37);
}

.html-embedd-test-3 {
  position: static;
  width: 1000px;
  height: 1000px;
}

.htmltest2 {
  display: block;
  width: 800px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.mc-audioplayer {
  display: block;
  width: 330px;
  height: 468px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cecece;
}

.mc-audioplayer-inner {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.mc-heading {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: none;
}

.miracle-cure-cta {
  margin-bottom: 23px;
  text-align: center;
}

.mcm-photos {
  position: relative;
  display: inline-block;
  width: 600px;
  margin-right: 10px;
  float: left;
}

.mcm-player {
  display: inline-block;
  width: 330px;
  float: right;
}

.mcm-headings {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.mcm-video-slider {
  background-color: transparent;
}

.mcm-video-slider.rightbar {
  width: 80px;
  color: #000;
  font-size: 60px;
  line-height: 60px;
}

.mcm-video-slider.rightbut {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 60px;
  line-height: 55px;
}

.mcm-video-slider.rightbut:hover {
  background-color: #6b6b6b;
}

.mcm-video-slider.leftbut {
  border: 3px solid #000;
  border-radius: 50px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 60px;
  line-height: 55px;
  text-indent: -4px;
}

.mcm-video-slider.leftbut:hover {
  background-color: #6b6b6b;
}

.mcm-video-slider.slide {
  padding-right: 100px;
  padding-left: 100px;
}

.mcm-video-slider.slider {
  width: 940px;
  height: 454px;
}

.mcm-video-div {
  display: block;
  width: 940px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.mcm-photos-container {
  width: 600px;
  text-align: center;
}

.mcm-photos-lb-outer {
  display: inline-block;
  overflow: hidden;
  width: 150px;
  margin-bottom: -5px;
}

.mcm-photos-lb-inner {
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.mcm-photos-lb-inner:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.mcm-media {
  margin-bottom: 20px;
}

.mcm-media.contact {
  margin-top: 20px;
}

.mc-about-rich-text {
  padding-right: 10px;
  padding-left: 10px;
}

.mc-about-rich-text p {
  line-height: 21px;
}

.mc-about-rich-text li {
  font-size: 18px;
  line-height: 21px;
}

.mc-about-rich-text h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.mca-setlist {
  margin-right: 10px;
  margin-left: 10px;
}

.mca-setlist p {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 16px;
}

.contactlink {
  color: #c5c5c5;
  font-weight: 700;
  text-decoration: none;
}

.contactlink:hover {
  color: #fff;
  text-decoration: none;
}

.contactlink-alt {
  color: #525252;
  font-weight: 400;
  text-decoration: none;
}

.contactlink-alt.link {
  font-weight: 700;
}

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

.contactnumber {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.nav-desktop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.divergent-desknav-a {
  margin-top: -4px;
}

.divergent-desknav-b {
  display: none;
  margin-top: -4px;
}

._100block {
  width: 100%;
  height: 80px;
  padding: 5px;
  float: left;
}

.setlist-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.setlist-dates {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.setlist-songs {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.media-video-block {
  margin-bottom: 10px;
}

.video-33-block {
  display: inline-block;
  width: 33.3%;
  height: 200px;
  padding: 5px;
}

.video-33-block.smaller {
  width: 16.666%;
  height: 150px;
}

.video-link-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.video-link-block.irish {
  background-image: url('../images/Irish.jpg');
  background-position: 50% 17%;
  background-size: cover;
}

.video-thumbs-wrapper {
  margin-right: -5px;
  margin-left: -5px;
}

.media-video-thumb-background {
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.media-video-thumb-background:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.media-video-thumb-background.rock {
  background-image: url('../images/Rock and Pop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.media-video-thumb-background.irish {
  background-image: url('../images/Irish.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.media-video-thumb-background.promo {
  background-image: url('../images/Promo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.media-video-thumb-background.learn-to-fly {
  background-image: url('../images/Learn To Fly.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.media-video-thumb-background.domino {
  background-image: url('../images/Domino.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.media-video-thumb-background.all-right-now {
  background-image: url('../images/All Right Now.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.media-video-thumb-background.dont-stop {
  background-image: url('../images/DonBeleivin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.media-video-thumb-background.sex-on-fire {
  background-image: url('../images/Sex on Fire.jpg');
  background-position: 26% 50%;
  background-size: cover;
}

.media-video-thumb-background.minds {
  background-image: url('../images/Suspicious Minds.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.block-top-layer-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

.button-text {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  font-size: 45px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
  text-decoration: none;
  text-shadow: 2px 2px 3px #000;
}

.button-text.smaller {
  height: 100%;
  padding-top: 47px;
  padding-bottom: 47px;
  font-size: 25px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: -2px;
}

.button-text.smaller._3-line {
  height: 100%;
  padding-top: 34px;
  padding-bottom: 35px;
}

.lightbox-video-block-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-section {
    padding-top: 88px;
  }
  .hero-section.about-page {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .hero-section.about-page.workshop {
    background-position: 0px -49px;
  }
  .hero-section.portfolio-hero {
    padding-top: 80px;
    padding-bottom: 65px;
    background-position: 0px -53px;
  }
  .hero-section.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }
  .hero-section.home-page-hero.divergent {
    padding: 65px 80px 105px;
    background-position: 0px -102px;
  }
  .hero-section.home-page-hero.divergent.workshopimage {
    padding-top: 65px;
    padding-bottom: 105px;
    background-position: 0px -51px;
  }
  .hero-section.home-page-hero.miraclecure {
    padding: 46px 80px 79px;
  }
  .hero-section.mc-media {
    padding-top: 46px;
    padding-bottom: 9px;
  }
  .nav {
    padding-top: 10px;
  }
  .nav-link.contact {
    margin: 0px 20px;
    padding: 20px 15px;
    background-color: hsla(0, 0%, 100%, 0);
    line-height: 20px;
  }
  .nav-link.footer-link {
    margin-top: 9px;
  }
  .nav-link.miracle {
    display: block;
  }
  .section.top-section {
    padding-bottom: 0px;
  }
  ._60block._100block {
    height: 408px;
  }
  .tile-image.mc-tile1 {
    background-position: -40px 0px;
  }
  .tile-image.mc-tile3 {
    background-position: 49% 50%;
  }
  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }
  .tile-text.contact {
    left: 254px;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #55acee;
  }
  .menu-button.miracle {
    width: 120px;
  }
  .nav-menu {
    background-color: #242424;
  }
  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .form-wrapper {
    width: 70%;
  }
  .button {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
  }
  .button.mc {
    width: 212px;
  }
  .project-text {
    width: 90%;
  }
  .blog-block {
    padding: 4px;
  }
  .home-page-heading {
    font-size: 38px;
  }
  .tile-overlay.tile1 {
    background-position: 0px 0px, 50% 109%;
  }
  .tile-overlay.tile3 {
    background-position: -132px 0px;
  }
  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }
  .divergentlogo {
    margin-top: 3px;
  }
  .divergentlogo.w--current {
    width: 350px;
    margin-top: 8px;
  }
  .about-team-rows.col2 {
    padding-top: 0px;
  }
  .divergent-form-success {
    text-align: center;
  }
  .divergent-form-success.dfs-section {
    height: 304px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dfs-close-button {
    display: inline-block;
    width: 65px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .workshopage-div {
    width: 90%;
  }
  .hero-div {
    width: 708px;
  }
  .ws-thumb {
    width: 175px;
    height: 175px;
  }
  .ws-text {
    width: 541px;
  }
  .ws-text h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .ws-text h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .ws-text h4 {
    font-size: 26px;
    line-height: 26px;
  }
  .ws-text p {
    font-size: 15px;
  }
  .workshop-splitter {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .workshop-splitter h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .workshop-splitter h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .workshop-splitter.padded {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .miracle-cure-logo {
    width: 300px;
    margin-top: 6px;
  }
  .mc-tile---sub {
    font-size: 18px;
    line-height: 19px;
  }
  .htmltest2 {
    width: 500px;
  }
  .mc-audioplayer {
    width: 250px;
    height: 468px;
  }
  .mc-heading {
    font-size: 38px;
  }
  .mcm-photos {
    width: 468px;
  }
  .mcm-player {
    width: 250px;
  }
  .mcm-video-slider.slider {
    width: 728px;
    height: 334px;
  }
  .mcm-video-div {
    display: block;
    width: 728px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-photos-container {
    width: 468px;
  }
  .mcm-photos-lb-outer {
    width: 117px;
    height: 117px;
  }
  .mc-header---menutext {
    display: inline-block;
    width: 60px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
  }
  .menubutton-icon {
    display: inline-block;
    float: right;
  }
  .mc-about-rich-text p {
    font-size: 16px;
    line-height: 16px;
  }
  .mc-about-rich-text li {
    font-size: 16px;
    line-height: 16px;
  }
  .mc-about-rich-text h6 {
    font-size: 13px;
    line-height: 14px;
  }
  .setlist-songs {
    line-height: 17px;
  }
  .video-33-block {
    height: 180px;
  }
  .button-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .button-text.smaller {
    height: 100%;
    font-size: 22px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }
  .hero-section {
    padding-bottom: 25px;
  }
  .hero-section.about-page {
    padding-top: 54px;
    padding-bottom: 26px;
  }
  .hero-section.about-page.contactalt {
    background-position: 0px -9px;
  }
  .hero-section.about-page.workshop {
    background-position: 0px -32px;
  }
  .hero-section.portfolio-hero {
    padding-top: 54px;
    padding-bottom: 26px;
    background-position: 0px -12px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }
  .hero-section.home-page-hero {
    padding-right: 46px;
    padding-bottom: 60px;
    padding-left: 46px;
  }
  .hero-section.home-page-hero.divergent {
    padding: 54px 45px 26px;
    background-position: 0px -56px;
  }
  .hero-section.home-page-hero.divergent.workshopimage {
    padding-top: 54px;
    padding-bottom: 26px;
    background-position: 0px -33px;
  }
  .hero-section.home-page-hero.miraclecure {
    padding: 45px 20px 1px;
  }
  .hero-section.mc-media {
    padding-top: 45px;
    padding-bottom: 1px;
  }
  .logo-text {
    margin-bottom: 19px;
  }
  .nav-link.contact {
    margin: 0px;
    padding: 20px 15px;
  }
  .nav-link.footer-link {
    float: none;
  }
  .nav-link.footer-link.contact {
    float: none;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-container {
    top: auto;
    padding: 5px 0px;
    text-align: center;
  }
  ._60block._100block {
    display: block;
    width: 558px;
    height: 318px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-tile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tile-image.video {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tile-image.mc-tile1 {
    background-position: -66px 0px;
  }
  .tile-image.mc-tile3 {
    background-position: -156px 0px;
  }
  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }
  .tile-text.contact {
    left: 195px;
  }
  ._33block {
    text-align: left;
  }
  .social-block {
    background-size: 40px;
  }
  .social-block.facebook {
    background-size: 40px;
  }
  .social-block.pinterest {
    background-size: 40px;
  }
  .social-block.dribbble {
    background-size: 40px;
  }
  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .footer-link-col {
    text-align: center;
  }
  .form-wrapper {
    width: 80%;
  }
  .project-title {
    font-size: 25px;
    line-height: 28px;
  }
  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .alternate-image {
    height: 296px;
  }
  .project-text {
    width: 100%;
  }
  .blog-post-wrapper {
    padding-top: 0px;
  }
  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }
  .home-page-heading {
    font-size: 31px;
  }
  .tile-overlay {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tile-overlay.tile1 {
    background-position: 0px 0px, 18% 10%;
  }
  .tile-overlay.tile2 {
    background-position: 19% 0%;
    background-size: cover;
  }
  .tile-overlay.tile3 {
    background-position: -160px 0px;
  }
  .divergentlogo {
    margin-top: 4px;
  }
  .divergentlogo.w--current {
    width: 350px;
  }
  .about-team-rows.col1 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .about-team-rows.col2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .divergent-form-success.dfs-section {
    height: 265px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .workshopage-div {
    width: 100%;
  }
  .hero-div {
    width: 507px;
  }
  .alt-contact-form {
    width: 450px;
  }
  .ws-thumb {
    width: 200px;
    height: 200px;
    margin-bottom: 5px;
  }
  .ws-text {
    width: 490px;
  }
  .ws-entry {
    margin-bottom: 10px;
    text-align: center;
  }
  .workshop-splitter {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .workshop-splitter h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .workshop-splitter h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .workshop-splitter.padded {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .promopagediv {
    display: block;
    width: 558px;
    margin-right: auto;
    margin-left: auto;
  }
  .miracle-cure-logo {
    width: 300px;
    margin-top: 8px;
  }
  .mc-tile---sub {
    font-size: 17px;
    line-height: 17px;
  }
  .htmltest2 {
    width: 300px;
  }
  .mc-heading {
    font-size: 31px;
  }
  .miracle-cure-cta {
    padding-right: 50px;
    padding-left: 50px;
  }
  .mcm-photos {
    display: block;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .mcm-player {
    position: static;
    display: block;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .mcm-video-slider.rightbar {
    width: 40px;
  }
  .mcm-video-slider.rightbut {
    font-size: 30px;
    line-height: 24px;
  }
  .mcm-video-slider.leftbut {
    font-size: 30px;
    line-height: 24px;
  }
  .mcm-video-slider.slide {
    width: 488px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
  }
  .mcm-video-slider.slider {
    width: 488px;
    height: 245px;
  }
  .mcm-video-div {
    display: block;
    width: 488px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-photos-container {
    display: block;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-media.contact {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mc-header---menutext {
    padding-top: 1px;
  }
  .setlist-songs {
    font-size: 15px;
    line-height: 16px;
  }
  .video-33-block.smaller {
    width: 50%;
    height: 75px;
  }
  .media-video-thumb-background.learn-to-fly {
    background-position: 0px 106px;
  }
  .media-video-thumb-background.domino {
    background-position: 0px 123px;
  }
  .media-video-thumb-background.sex-on-fire {
    background-position: 0px 115px;
  }
  .media-video-thumb-background.minds {
    background-position: 50% 33%;
    background-size: cover;
  }
  .button-text {
    height: 100%;
    padding-top: 57px;
    padding-bottom: 57px;
    font-size: 35px;
    line-height: 28px;
  }
  .button-text.rock-pop {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .button-text.smaller {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .button-text.smaller._3-line {
    padding-top: 10px;
    padding-bottom: 11px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .38);
  }
  .hero-section.about-page {
    padding-top: 31px;
    padding-bottom: 6px;
  }
  .hero-section.about-page.contactalt {
    background-position: 0px -4px;
  }
  .hero-section.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-section.portfolio-hero {
    padding: 31px 20px 6px;
    background-position: 0px 9px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }
  .hero-section.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-section.home-page-hero.divergent {
    padding: 31px 10px 6px;
    background-position: 0px -26px;
  }
  .hero-section.home-page-hero.divergent.workshopimage {
    padding-top: 31px;
    padding-bottom: 6px;
  }
  .nav {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .logo-text {
    font-size: 26px;
  }
  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }
  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-container {
    text-align: center;
  }
  ._60block {
    width: 100%;
  }
  ._60block._100block {
    width: 310px;
    height: 179px;
  }
  .hero-tile {
    width: 300px;
  }
  .tile-image.video {
    width: 300px;
  }
  .tile-image.mc-tile1 {
    background-position: 0% 26%;
    background-size: cover;
  }
  .tile-image.mc-tille2 {
    background-position: 0px -48px;
  }
  .tile-image.mc-tile3 {
    background-position: 50% 60%;
  }
  .tile-text {
    left: 30px;
    bottom: 15px;
    font-size: 22px;
    line-height: 19px;
  }
  .tile-text.contact {
    left: 30px;
    bottom: 15px;
    text-align: left;
  }
  ._40block {
    width: 100%;
  }
  ._33block {
    width: 100%;
    height: 80px;
  }
  .menu-button.miracle {
    width: 77px;
    padding: 11px;
  }
  .close-link:hover {
    color: #fff;
  }
  .form-wrapper {
    width: 90%;
  }
  .cta-heading {
    font-size: 28px;
  }
  .button.mc {
    width: 195px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .project-tag {
    right: 18px;
  }
  .project-link.blog-link {
    margin-bottom: 15px;
  }
  .alternate-image {
    height: 217px;
  }
  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .author-wrapper {
    width: 100%;
  }
  .home-page-heading {
    font-size: 18px;
    line-height: 50px;
  }
  .home-page-heading.miracle {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .tile-overlay {
    width: 300px;
  }
  .tile-overlay.tile1 {
    background-position: 0px 0px, 50% 48%;
    background-size: auto, cover;
  }
  .tile-overlay.tile2 {
    background-position: 0px -51px;
  }
  .tile-overlay.tile3 {
    background-position: 0px -22px;
  }
  .tile-overlay.tile4 {
    background-position: -237px 0px;
  }
  .divergentlogo {
    width: 257px;
    margin-top: 13px;
  }
  .divergentlogo.w--current {
    width: 250px;
    margin-top: 13px;
  }
  .divergentfooter {
    font-size: 10px;
    line-height: 11px;
  }
  .page-heading {
    font-size: 30px;
  }
  .divergent-form-success.dfs-section {
    height: 214px;
  }
  .divergent-form-success h2 {
    font-size: 29px;
  }
  .divergent-form-success p {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 13px;
  }
  .divergentform {
    width: 289px;
  }
  .hero-div {
    width: 262px;
  }
  .alt-contact-form {
    width: 277px;
  }
  .ws-thumb {
    width: 150px;
    height: 150px;
  }
  .ws-text {
    width: 245px;
  }
  .ws-text h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .ws-text h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .ws-text h4 {
    font-size: 21px;
    line-height: 21px;
  }
  .ws-text p {
    font-size: 14px;
    line-height: 14px;
  }
  .ws-entry {
    margin-bottom: 10px;
  }
  .workshop-splitter {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .workshop-splitter h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .workshop-splitter h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .promovideodiverent {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .promopagediv {
    display: block;
    width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
  .miracle-cure-logo {
    width: 200px;
    margin-top: 11px;
  }
  .mc-doubletile-text {
    margin-bottom: 13px;
  }
  .mc-tile---sub {
    font-size: 20px;
    line-height: 20px;
  }
  .htmltest2 {
    width: 200px;
  }
  .mc-heading {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }
  .miracle-cure-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mcm-photos {
    display: block;
    width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-player {
    display: block;
    width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-headings {
    display: block;
    width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-video-slider.rightbar {
    width: 40px;
  }
  .mcm-video-slider.rightbut {
    font-size: 30px;
    line-height: 24px;
  }
  .mcm-video-slider.leftbut {
    font-size: 30px;
    line-height: 24px;
  }
  .mcm-video-slider.slide {
    width: 320px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .mcm-video-slider.slider {
    width: 320px;
    height: 163px;
  }
  .mcm-video-div {
    display: block;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-photos-container {
    display: block;
    width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
  .mcm-photos-lb-outer {
    width: 75px;
    height: 75px;
  }
  .mcm-media.contact {
    text-align: center;
  }
  .mc-header---menutext {
    width: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
  }
  .media-video-block {
    width: 310px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .video-33-block {
    width: 100%;
    height: 120px;
  }
  .video-thumbs-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .media-video-thumb-background.promo {
    background-position: 50% -10px;
  }
  .media-video-thumb-background.learn-to-fly {
    background-position: 50% 50%;
    background-size: cover;
  }
  .media-video-thumb-background.domino {
    background-position: 50% 50%;
  }
  .media-video-thumb-background.sex-on-fire {
    background-position: 50% 50%;
  }
  .media-video-thumb-background.minds {
    background-position: 50% 50%;
    background-size: cover;
  }
  .button-text {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .button-text.rock-pop {
    height: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}