/*
Theme Name: WP Basic Theme
Description: This is a starter theme
Author: Spark Digital
Author URI: http://sparkdigital.com.au
Version: 1.0
Text Domain: wp-basic-theme
*/

/* Custom styles */
.MRCF .Video {
  margin: 30px 0 0 0;
}

.MRCF .Cta {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}

.MRCF .Cta__anchor {
  display: inline-block;
  font: normal normal 14px Rubik;
  color: #fff;
  padding: 10px 20px;
  background: #3f6aa5;
}

.MRCF .mt-24 {
  margin-top: 24px;
}
.MRCF .mt-30 {
  margin-top: 30px;
}
.MRCF .mt-60 {
  margin-top: 60px;
}

.MRCF.SingleColumn h3 {
  font: normal normal 24px Rubik;
  line-height: 150%;
}

.MRCF.SingleColumn .SingleColumn__image {
  max-width: 400px;
  margin: 30px auto 30px;
}