@charset "utf-8";

@import url("rentroll_listing.css") screen;


/* CSS Document
-----------------------------------------------------
The Rent Roll Broker
URL: http://www.therentrollbroker.com.au/

Enabled http://www.enabled.com.au
Design by Josh Rogers and HTML/CSS by Nola Falk / Enabled Solutions

------------------------------------------------------ */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
    font-style: normal;
    color: #828a97;
    background-color: #FFF;
}

a,
a:hover,
a:active,
a:focus,
object,
embed,
img,
input,
span,
button {
    outline: 0 !important;
    border: 0;
}

img {
    width: auto \9; /* ie8 bug fix */
    height: auto !important;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

br.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    line-height: 1.4em;
    color: #384047;
}

a {
    color: #9864CF;
}

a:hover,
a:focus {
    color: #BA77FF;
    text-decoration: none;
}

blockquote {
    color: #777777;
    font-style: italic;
}
hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
}
.grey{
    background-color: #F2F6F8;
}
.purple{
    background-color: #70528A;
}
.text-purple{
    color: #70568B;
}

.text-lightpurple{
    color: #BA77FF;
}
/*----- buttons ------*/
.btn {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
     font-weight: 400;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px 25px;
}

.btn-lg {
    font-size: 18px;
    padding: 20px 40px;
}

.buy-sell-button{
    background-color: #FF3366;
    border: 1px solid #FF3366;
    color: #FFF;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px 25px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #9864CF;
    border: 1px solid #9864CF;
    color: #FFF;
}
#wrapper{
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
/*------- top ------*/
.top {
    position: static;
    width: 100%;
    background-color: #70568B;
}

body#home .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

body#home .top-logo {
    margin-left: 20px;
}

.top-logo{
    margin: 30px 0 25px 0;
    display: inline-block;
}

.top-logo img.text-logo{
    width: 140px;
    height: 36px;
}

.top-logo img.spiral-logo {
    width: 140px;
}

@media screen and (min-width: 768px) {
    body#home .top-logo img {
        width: 180px;
    }
    body#home .top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        background-color: transparent;
    }
}

#video-play-poster-container {
    margin-top: 50px;
}

#video-play-poster-container p {
    text-align: center;
    margin-top: 10px;
    color: white;
}

/* Styling the video lightbox - override ekko-lightbox defaults */
.ekko-lightbox .modal-content {
    margin-top: 150px;
    border-radius: 0;
    background-color: transparent;
}

.ekko-lightbox .modal-body {
    padding: 0;
}


/*------- menu ------*/

body#home .menu-toggle,
.menu-toggle.on{
   top: 30px;
}

.menu-toggle {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -67px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .menu-toggle:before {
        content: "menu";
        text-transform: uppercase;
        color: #FFF;
        display: inline-block;
        position: absolute;
        right: 0;
        padding-right: 60px;
        top: 10px;
    }
}

.menu-section{
    position: absolute;
    width: 100%;
}
.menu-section.on .menu-toggle:before {
    opacity: 0.3;
}
.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    transform: rotate(45deg) translate(6px, 7px);
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
    width: 100%;
    height: 3px;
    background: #FFF;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
nav#top-menu {
 padding: 30px 0 0 30px;
}
nav#top-menu ul {
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    list-style: none;
    margin: 4em auto;
    text-align: left;
}

nav#top-menu ul.hidden {
    display: none;
}

nav#top-menu ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: #FFF;
    font-size: 34px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    display: block;
}

nav#top-menu ul li:nth-child(4){
 margin-bottom: 30px;
}

nav#top-menu ul li:nth-child(11):after{
    border-bottom: 3px solid #FFF;
    width: 30px;
    display: block;
    content: "";
    margin-top: 30px;
    margin-bottom: 10px;
}

nav#top-menu ul a:hover {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    text-decoration: none;
}

.menu-section .container {
    position: relative;
}

.menu-section.on {
    z-index: 999;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(112, 84, 140, 0.97);
    position: absolute;
    top: 0;
}

body#home .menu-section.on{
    top: 0;
}

nav#top-menu ul li.social-top a{
    display: inline-block;
    font-size: 16px;
    width: 2em;
    margin-right: 10px;
}

.social-top .fa-inverse{
    color: #f5c1fd;
}

@media screen and (max-width: 767px) {
    nav#top-menu ul a {
        font-size: 20px;
        line-height: 2;
    }
}

/*---- home rent roll search bar --- */

#rentroll-search {
    background-color: #70568B;
    padding: 50px 0;
    color: #FFF;
    font-size: 20px;
}

#rentroll-search .btn-default{
    font-size: 18px;
    background-color: #BA77FF;
    border: 1px solid #BA77FF;
    color: #FFF;
    margin-top: 3px;
}
#rentroll-search form{
    margin: 0;
}
#rentroll-search select.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #2D4562;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DEE7EB;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

@media screen and (max-width: 767px) {
    .find-yourself-rent-roll {
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }

    #rentroll-search .btn-default{
        width: 100%;
        margin-top: 15px;
    }
}

/*---- rent roll entry points --- */
#rentroll-entrypoints{
    background-color: #F2F6F8;
}
#rentroll-entrypoints .entrypoint{
    box-sizing: border-box;
    padding: 40px 30px;
    text-align: center;
    font-size: 16px;
}
#rentroll-entrypoints .entrypoint:nth-child(even) {
    background-color: #F7FCFF;
}
#rentroll-entrypoints h3{
    color: #000;
    font-size: 32px;
    margin-bottom: 30px;
}

#rentroll-entrypoints p {
    color: #808080;
    min-height: 80px;
}
#rentroll-entrypoints .container{
    padding: 0;
}
#rentroll-entrypoints .btn-default{
    background-color: #FF3366;
    border: 1px solid #FF3366;
    color: #FFF;
    margin-top: 25px;
    font-size: 18px;
}

#rentroll-search .btn-default:hover,
#rentroll-search .btn-default:focus{
    background-color: #9864CF;
    border: 1px solid #9864CF;
    color: #FFF;
}

#rentroll-entrypoints .btn-default:hover,
#rentroll-entrypoints .btn-default:focus{
    background-color: #a22243;
    border: 1px solid #FF3366;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    #rentroll-entrypoints .btn-default {
        width: 100%;
    }
    #rentroll-entrypoints h3{
        font-size: 28px;
    }
}


/* -------intro header -------- */

.intro-header.home-header {
    margin-bottom: 0;
    background-repeat: no-repeat;
}

.intro-header .container-fluid{
    margin: 0;
    padding: 0;
    background: rgba(90, 64, 118, 0.6);
}

.intro-header.home-header .side-content{
    padding: 150px 10px 0 10px;
    text-align: center;
    color: #FFF;
}

.intro-header {
    background-color: #777777;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px;
}

.title-header {
    background-color: #5F4679;
    margin-bottom: 50px;
    padding: 50px 20px;
}

.title-header .title-heading h1{
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
}


/* Page heading styles for all screen sizes. */
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
    color: white;
}

.intro-header .post-heading h1,
.intro-header .page-heading h1 {
    color: white;
}

.intro-header.home-header .page-heading h1:after{
    /* Creates the white dash separating heading and sub-text on home screen */
    border-bottom: 3px solid #FFF;
    width: 30px;
    display: block;
    content: "";
    /* Centre the dash (overriden below for large screens) */
    margin: 30px auto;
}

.intro-header .page-heading  h1{
    text-transform: uppercase;
}

.intro-header .site-heading .sub-text {
    font-size: 16px;
    line-height: 1.2;
}

/* Additional rules for SMALL screens */
@media only screen and (max-width: 767px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding: 20px 30px;
        text-align: center;
    }

    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        font-size: 30px;
    }

    .intro-header .site-heading .sub-text,
    .intro-header .page-heading .sub-text {
        margin-bottom: 40px;
    }
    .title-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Page heading - additional rules for MEDIUM screens */
@media only screen and (min-width: 768px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding: 40px 40px;
        text-align: center;
    }

    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        font-size: 50px;
    }

    .intro-header .site-heading .sub-text,
    .intro-header .page-heading .sub-text {
        margin-bottom: 40px;
    }
}

/* Page heading - additional rules for LARGE screens (2 column layout) */
@media only screen and (min-width: 992px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding: 150px 0;
    }

    .intro-header.home-header .page-heading {
        text-align: left;
    }

    .intro-header.home-header .page-heading h1:after{
        /* Left-align the white dash separating heading and sub-text */
        margin: 30px 0;
    }

    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        font-size: 60px;
    }
}

.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    margin: 10px 0 0;
}

.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
    line-height: 1.1;
    display: block;
}

.intro-header .post-heading .subheading {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.intro-header .post-heading .meta {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.intro-header .post-heading .meta a {
    color: white;
}

/* ------- content pane ------- */

.content-pane{
    padding: 60px 0;
}

.content-pane p {
    font-size: 16px;
    line-height: 26px;
}

.content-pane h2 {
    color: #384047;
    font-size: 30px;
    margin: 40px 0 20px 0;
}

.content-pane .readmore{
    color: #BA77FF;
    margin: 20px 0;
    display: block;
}

.content-pane .readmore:hover{
    color: #9864CF;
    text-decoration: none;
}

.content-pane .readmore:after {
    display: inline-block;
    margin-left: 5px;
    content: "\00bb";
}

.content-pane .teaser-container {
    padding: 0 30px;
}


.content-pane h3 {
    color: #384047;
}

@media screen and (max-width: 767px) {
    .content-pane {
        padding: 0 0 30px 0;
    }

    .content-pane h2 {
        font-size: 18px;
    }
}
/* -- Testimonial slider ---*/
#testimonial-slider{
    position: relative;
    width: 100%;
}

.unslider-nav {
    background-color: #70528a;
    padding-bottom: 50px;
}
#testimonial-slider ul li{
    padding: 60px;
    text-align: center;
    font-family: 'Muli', sans-serif;
    color: #FFF;
    font-size: 32px;
    line-height: 1.4em;
    font-style: italic;
    font-weight: 300;
}
#testimonial-slider strong, #testimonial-slider b{
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #CFCFCF;
    margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
    #testimonial-slider p {
    }

    #testimonial-slider ul li {
        padding: 60px 30px;
        font-size: 16px;
    }
}


/* ---- post-preview ----*/

.row.our-blog{
    margin: 50px 0;
}
.post-preview > a {
    color: #333333;
}

.post-preview > a:hover,
.post-preview > a:focus {
    text-decoration: none;
    color: #9864CF;
}
.post-text{
    width: 90%;
    margin: 0 auto  30px auto;
}
.post-preview > .post-text > a > .post-title {
    font-size: 20px;
    margin:0 auto 20px auto;
    text-align: center;
    display: block;
    font-weight: 700;
   text-transform: uppercase;
    min-height: 56px;
}

.post-preview > .post-text > a > .post-title:hover {
    color: #BA77FF;
}

.post-preview > .post-text > a > .post-subtitle {
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-preview > .post-meta {
    color: #ACB7D8;
    font-size: 12px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.post-preview > .post-meta > a {
    text-decoration: none;
    color: #333333;
}

.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
    color: #B97CFC;
    text-decoration: underline;
}
body#home .post-excerpt,
body#our-blog .latest-3-blog-holder .post-excerpt{
    display: none;
    visibility: hidden;
}
.post-excerpt{
    font-size: 16px;
    line-height: 26px;
    color: #9E9E9E;
    text-align: center;
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}

.post-image {
    max-height: 250px;
    height: 190px !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.aldryn-newsblog-detail article.article{
    line-height: 2.2;
    font-size: 18px;
}

.aldryn-newsblog-detail article.article p{
    margin-bottom: 40px;
}

.aldryn-newsblog-detail article.article .image-caption {
    font-style: italic;
    font-size: 0.8em;
    margin-top: -20px;
}


.aldryn-newsblog-detail article.article p:first-of-type{
    color: #2D4562;
    font-weight: 600;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) and (min-width: 481px){
    .post-image {
        max-height: 150px;
        min-height: 150px !important;
        height: auto !important;
        height: 150px !important;
    }
}

@media only screen and (max-width: 480px) and (min-width: 361px) {
    .post-image {
        max-height: 200px;
        min-height: 200px !important;
        height: auto !important;
        height: 200px !important;
    }
}

@media only screen and (max-width: 360px) {
    .post-image {
        max-height: 150px;
        min-height: 150px !important;
        height: auto !important;
        height: 150px !important;
    }
}
@media only screen and (min-width: 768px) {
    .post-preview > a > .post-title {
        font-size: 20px;
    }
}

.section-heading {
    font-size: 36px;
    margin-top: 60px;
    font-weight: 700;
}

.caption {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.latest-3-blog-holder {
  margin-top: 45px;
  padding-bottom: 30px;
}

.from-blog-heading {
    text-align: center;
    margin-bottom:40px;
}

/* -------footer------- */

footer {
    padding: 70px 0 30px 0;
    background-color: #1F3740;
}

footer .logo {
    max-width: 140px;
}

footer .list-inline {
    margin: 5px 0 0 0;
    padding: 0;
}

.list-inline>li{
    padding-left: 0;
    padding-right: 0;
}
footer .fa-inverse{
    color: #ACB7D8;
}

footer h4{
    font-size: 12px;
    text-transform: uppercase;
    color: #C997FD;
}

footer .get-in-touch {
    margin-top: 35px;
}

footer h4:nth-of-type(1){
    margin-top: 0;
    margin-left: 15px;
}
footer ul:nth-of-type(1){
    margin-left: 15px;
    margin-bottom: 20px;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

footer ul a{
    color: #F2F6F8;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
}

footer ul li{
    margin-bottom: 5px;
}

footer .social-footer a {
    display: inline-block;
}

/* Stack footer columns nicely on small screens. */
@media only screen and (max-width: 767px) {
    footer {
        padding-top: 20px;
    }
    footer .row {
        padding: 0 15px;
    }

    footer .col-xs-12 {
        margin-top: 20px;
    }
}


/*-------forms------*/

.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #B97CFC;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}
/*---- pager ------*/
.pager {
    margin: 60px 0 40px 0;
}

.pager li > a,
.pager li > span {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 25px;
    background-color: white;
    border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus {
    color: white;
    background-color: #BA77FF;
    border: 1px solid #BA77FF;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #333333;
    cursor: not-allowed;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #B97CFC;
}

::selection {
    color: white;
    text-shadow: none;
    background: #B97CFC;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #B97CFC;
}


/* ---- blog index ------ */
.intro-header .post-heading{
    text-transform: uppercase;
}


/* ---- blog article ----- */

#our-blog .title-header {
    margin-bottom: 0;
}

#our-blog .post-heading{
    padding: 100px 0;
}

#our-blog .latest-3-blog-holder {
    background-color: #F2F6F8;
    padding-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    #our-blog .post-heading{
        padding: 50px 20px;
    }
    #our-blog .post-heading h1{
        font-size: 26px;
    }
}

/* -------- Generic Page ----------- */

.generic-page-content {
    margin-bottom: 70px;
}

.generic-page-content li {
    margin-top: 10px;
    margin-bottom: 15px;
}


/* ------- Seminar Page ---------- */

.seminar-page .speaker-profiles-container img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.seminar-page table th {
    width: 200px;
    color: #384047;
}

.seminar-page table th,
.seminar-page table td {
    vertical-align: top;
    padding: 5px;
}


/* --------- About Us Page ---------- */
#about-us h4 {
    color: #A9B1C9;
}

.about-us .content-pane h2{
    margin: 0 0 10px 0;
}

/*.about-us .content-pane p:last-of-type{*/
    /*color: #BA77FF;*/
/*}*/

@media screen and (max-width: 767px) {
    .row.about-us .row {
        padding: 20px;
    }
    .row.about-us h2 {
        margin-top: 30px;
    }
}

/* --------- Terms and conditions nested iframe ---------- */
.terms_container {
    height: 200px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 6px;
    overflow: scroll;
}

/* Helper Classes */
.purple-grey {
    color: #ACB7D8;
}

.text-purple2 {
    color: #925FC6;
}

.grey-background {
    background-color: #F2F6F8;
}

.marginTop30 {
    margin-top: 30px;
}

.no-padding {
    padding: 0 !important;
}

.gridItem {
    min-height: 100px;
}

/* Responsive Videos */

.full-width-video-container {
    height: 0;
    padding-top: 56%;
    position: relative;
}

.full-width-video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video-wrapper-grey {
    padding: 26px;
    background: #f4f8f9;
}

.video-wrapper-grey p {
    margin: 0;
    padding-top: 10px
}

.spaced-text {
    line-height: 2;
    font-size: 1.2em;
}

/* Messages (e.g. for form submit success) */

.messages .message {
    border: 2px solid;
    text-align: center;
    margin-bottom:30px;
    padding: 20px;
    border-radius: 3px;
    font-weight: 600;
}

.messages .success {
    border-color: #2FB885;
    color: #2FB885;
}

.messages .message-icon {
    display: block;
    margin: 0 auto 14px auto;
    width: 70px;
    height: 70px;
}
