/* Import ReNet Styles */
@import url("/t/_common/css/spacing/ReNetMargins.css");
@import url("/t/_common/css/spacing/ReNetPadding.css");

@media screen and (min-width:320px){

    /* Theme Colours */
    #riverside .sectionHeadingColour {
        color:rgba(30, 53, 94, 1);
        margin:0;
    }

    /* Global Styles */
    body {
        background-color: rgba(255, 255, 255, 1);
        color: rgba(65, 65, 65, 1);
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.85;
    }

    #riverside {
        overflow-x:hidden;
    }

    #riverside .btn {
        border-radius:0;
        height:45px;
        width:100%;
    }

    #riverside .btn-primary {
        background-color:rgba(30, 53, 94, 1);
        border-color:rgba(30, 53, 94, 1);
    }

    /* Typography */
    #riverside .sectionHeading {
        align-content: center;
        display:grid;
        min-height:35px;
    }

    #riverside p {
        margin-bottom:25px;
    }

    #riverside p:last-child {
        margin-bottom:0;
    }

    #riverside .text-color-blu {
        color:rgba(30, 53, 94, 1);
    }

    #riverside .text-color-bluLt {
        color:rgba(0, 125, 195, 1);
    }

    #riverside .text-color-white {
        color:rgba(255, 255, 255, 1);
    }

    #riverside a {
        color:inherit;
        text-decoration:none;
    }

    /* Form Styles */
    #riverside form .form-control {
        border-radius:0;
        min-height:45px;
    }

    form li input[type='radio']:checked::after,
    form li input[type='radio']:hover::before {
        background-color:rgba(30, 53, 94, 1);
    }

    /* Forms - Contact */
    #riverside #formsWrapper #formContentWrapper {
        background-color:rgba(30, 53, 94, 1);
        /*background-color:rgba(235, 235, 235, 1);*/
    }

     #riverside #formsWrapper #formContentWrapper #map_wrapper,
     #riverside #formsWrapper #formContentWrapper #contact-map {
        min-height:550px;
    }

    #riverside #formsWrapper #formContentWrapper #map_wrapper #map_canvas {
        bottom:0;
        left:0;
        position:absolute;
        right:0;
        top:0;
    }

    #riverside #formsWrapper #officeContentWrapper {
        background-color:rgba(255, 255, 255, 1);
        border:1px solid rgba(200, 200, 200, 1);
        box-shadow:0 0 25px rgba(0, 0, 0, 0.20);
        min-height:350px;
        -webkit-transform:translateY(-20%);
        transform:translateY(-20%);
    }

    #riverside #formsWrapper #formContentWrapper #formIntro {
        bottom: 0;
        color:rgba(255, 255, 255, 1);
        left: 50%;
        position: absolute;
        top: 0;
        -webkit-transform:translateX(-50%);
        transform: translateX(-50%);
    }

    #riverside #formsWrapper #formContentWrapper #formIntro > section {
        padding-left: 30px;
        padding-right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    #riverside #formsWrapper h2 {
        font-size:35px;
        text-align:center;
    }

    #riverside #formsWrapper p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.75;
        letter-spacing: 0.1em;
    }

    #riverside #formsWrapper form li {
        padding-left:0;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact {
        background-color:rgba(30, 53, 94, 1);
        bottom:0;
        margin-bottom:15px;
        padding:30px;
        position:relative;
        right:0;
        top:0;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact h4 {
        color:rgba(255, 255, 255, 1);
        font-size:20px;
        letter-spacing:0.075em;
        margin:0 0 15px;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact table,
    #riverside #formsWrapper #officeContentWrapper #officeContact table tr th,
    #riverside #formsWrapper #officeContentWrapper #officeContact table tr td {
        border:0;
        color:rgba(255, 255, 255, 1);
        padding:10px 10px 10px 0;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact table tr th i {
        font-size:1.5em;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact table tr {
        position:relative;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact table tr h4 {
        font-size:16px;
        font-weight:300;
        letter-spacing:0.075em;
        line-height:1.5;
        margin:0;
    }

     #riverside #formsWrapper #officeContentWrapper #officeContact #contactSocialWrapper ul li {
        margin:0 10px 0 0;
        padding:0 15px 0 0;
     }

    #riverside #formsWrapper #officeContentWrapper #officeContact #contactSocialWrapper ul li i {
        color:rgba(255, 255, 255, 0.65);
        -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact #contactSocialWrapper ul li:hover i {
        color:rgba(255, 255, 255, 1);
    }

    /* Navigation */
    #riverside #navWrapper {
        height:100vh;
        left:0;
        overflow:hidden;
        position:fixed;
        right:0;
        top:0;
        z-index: +1;
    }

    #riverside #navSelector {
        background-color: rgba(0, 125, 195, 1);
        border-radius: 50%;
        border:0;
        bottom:30px;
        cursor:pointer;
        font-size:14px;
        font-weight:700;
        left: 50%;
        height: 70px;
        position:fixed;
        width: 70px;
        -webkit-appearance: none;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
        z-index:20000;
    }

    #riverside #navSelector:focus {
        outline:none;
    }

    #riverside #navSelector .btnTitle {
        color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
        font-size:14px;
        font-weight:700;
    }

    #riverside #navSelector:after {
        background-color: rgba(0, 125, 195, 0);
        border-radius: 50%;
        border:0;
        bottom:0;
        content:'';
        left: 0%;
        height: 70px;
        position:absolute;
        transform-origin: center;
        transform:scale(0.75);
        width: 70px;
        -webkit-transition:all 0.4s 0.05s ease-out;
        transition:all 0.4s 0.05s ease-out;
        z-index:-1;
    }

    #riverside #navSelector:hover::after {
        background-color: rgba(0, 125, 195, 0.13);
        /* filter:blur(4px); */
        transform:scale(1.3);
    }

    #riverside #navSelector.navOpen {
        background-color:rgba(0, 125, 195, 1);
    }

    #riverside #navSelector.navOpen .btnTitle {
        color: rgba(255, 255, 255, 1);
    }

    #riverside .menuOpen {
        background-color:rgba(255, 255, 255, 1);
        border-radius: 50%;
        border:0;
        bottom:90px;
        cursor:pointer;
        font-size:14px;
        font-weight:700;
        left: 50%;
        height: 70px;
        position:absolute;
        width: 70px;
        -webkit-appearance: none;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
        /*z-index:0;*/
    }

    #riverside #navSelector.navOpen:after {
        background-color: rgba(30, 53, 94, 0);
        border-radius: 50%;
        border:0;
        bottom:0;
        content:'';
        left: 0%;
        height: 70px;
        position:absolute;
        transform-origin: center;
        transform:scale(0.75);
        width: 70px;
        -webkit-transition:all 0.4s 0.05s ease-out;
        transition:all 0.4s 0.05s ease-out;
        z-index:-1;
    }

    #riverside #navSelector.navOpen:hover::after {
        background-color: rgba(30, 53, 94, 0.2);
        transform:scale(1.3);
    }

    #riverside .navStyle {
        color:rgba(30, 53, 94, 1);
        display: block;
        /*font-family: 'Kanit', sans-serif;*/
        font-weight:900;
        font-size:30px;
        letter-spacing: 0.03em;
        line-height:1.65;
        list-style-type: none;
        margin:0;
        height:75%;
        opacity:0;
        padding:30px 0;
        position: absolute;
        text-align: center;
        top:25%;
        width:100%;
        z-index:+1;
    }


    #riverside .navStyle > li {
        max-height:calc(100%/6);
        position:relative;
    }

    .navAnimated {
        -webkit-transition:all 0.35s ease-out;
        transition:all 0.35s ease-out;
    }

    .showNav {
        display:block;
        opacity:1;
        z-index:+1;
    }

    .hideNav {
        display:none;
        opacity:0;
        z-index:1;
    }

    #riverside #nav.navStyle li.open .dropdown-menu {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        float: left;
        list-style-type:none;
        min-width: unset;
        padding:15px 15px 30px;
        position:relative;
        text-align:center;
        width: 100%;
    }

    #riverside #nav.navStyle li.open .dropdown-menu > li {
        border-right:1px solid rgba(0, 125, 195, 0.5);
        color:rgba(0, 125, 195, 1);
        display:inline-block;
        font-size:18px;
        font-weight:900;
        position:relative;
    }

    #riverside #nav.navStyle li.open .dropdown-menu > li:first-child{
        display:none;
    }
    
    #riverside #nav.navStyle li.open .dropdown-menu > li:last-child {
        border-right:0;
    }

    #riverside #nav.navStyle li.open .dropdown-menu > li > a {
        background-color:transparent;
    }

    #riverside #nav.navStyle li.open .dropdown-menu > li > a:hover {
        background-color:transparent;
    }

    #riverside #nav.navStyle li.open .dropdown-menu > li > a:after {
        border-bottom:2px solid rgba(30, 53, 94, 1);
        bottom:-10px;
        content:'';
        left:0;
        position:absolute;
        -webkit-transition:width 0.2s ease-out;
        transition:width 0.2s ease-out;
        width:0;
    }

    #riverside #nav.navStyle li.open .dropdown-menu > li > a:hover::after {
        width:100%;
    }

    /* Navigation - Alternate Option */
    #riverside header {
        left:0;
        min-height:100px;
        position:fixed;
        right:0;
        top:0;
        z-index:10000;
    }

    #riverside header #headerLogoWrapper > a {
        float:left;
        height:100%;
        left:0;
        top:0;
        width:100%;
    }

    #riverside header #headerLogoWrapper > a > img {
        left:50%;
        position:relative;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
    }

    #riverside header #headerInfoWrapper {
        margin-top:5px;
    }

    #riverside header #headerInfoWrapper .headerPhone {
        display:inline-block;
        float:left;
        font-size:30px;
        margin:5px 0 0;
        position:relative;
        text-align:left;
    }

    #riverside header #headerInfoWrapper .headerPhone a[href^="tel"] {
        color: inherit;
        text-decoration: none;
      }

    #riverside header.navbarScrollBG {
        background-color:rgba(255, 255, 255, 1);
    }

    #riverside header.navbarScrollBG #headerInfoWrapper .headerPhone {
        color:rgba(30, 53, 94, 1);
    }

    #riverside header.navbarScrollBG #headerInfoWrapper .headerPhone a[href^="tel"] {
        color:rgba(30, 53, 94, 1);
    }

    /* Alternate Navigation */
    #riverside header #headerInfoWrapper #alterateNav.hamburger{
        float:right;
        margin-left:15px;
        padding:8px 15px;
    }

    #riverside #alternateNavContent #alterateNav.hamburger {
        float:right;
        margin-left:0;
        padding:8px 15px;
        position:absolute;
        right:15px;
        top:15px;
    }

    #riverside header #headerInfoWrapper #alterateNav.hamburger:focus,
    #riverside #alternateNavContent #alterateNav.hamburger:focus  {
        outline:none;
    }

    #riverside header #headerInfoWrapper #alterateNav.hamburger .hamburger-inner,
    #riverside header #headerInfoWrapper #alterateNav.hamburger .hamburger-inner:before,
    #riverside header #headerInfoWrapper #alterateNav.hamburger .hamburger-inner:after,
    #riverside #alternateNavContent #alterateNav.hamburger .hamburger-inner,
    #riverside #alternateNavContent #alterateNav.hamburger .hamburger-inner:before,
    #riverside #alternateNavContent #alterateNav.hamburger .hamburger-inner:after {
        background-color:rgba(255, 255, 255, 1);
    }

    #riverside header #headerInfoWrapper #alterateNav.navAltColor .hamburger-inner,
    #riverside header #headerInfoWrapper #alterateNav.navAltColor .hamburger-inner:before,
    #riverside header #headerInfoWrapper #alterateNav.navAltColor .hamburger-inner:after {
        background-color:rgba(30, 53, 94, 1);
    }

    #riverside header #headerInfoWrapper #alterateNav.navAltColor.hamburger--emphatic.is-active .hamburger-inner,
    #riverside #alternateNavContent.showAltNav #alterateNav.hamburger.is-active .hamburger-inner {
        background-color:transparent;
    }

    #riverside #alternateNavContent {
        background-color:rgba(30, 53, 94, 1);
        min-width:70px;
        height:100vh;
        padding:30px;
        position:fixed;
        top:0;
        right:-100%;
        -webkit-transition:right 0.3s ease-out;
        transition:right 0.3s ease-out;
        min-width:350px;
        z-index:11000;
    }

    #riverside #alternateNavContent.showAltNav {
        right:0px;
    }

    #riverside #alternateNavContent #nav {
        color:rgba(0, 125, 195, 1);
        display: block;
        /*font-family: 'Kanit', sans-serif;*/
        font-weight:900;
        font-size:32px;
        letter-spacing: 0.03em;
        list-style-type: none;
        margin:0;
        padding:15px 0;
        z-index:+1;
    }

    #riverside #alternateNavContent #nav li {
        border-bottom:1px solid rgba(0, 125, 195, 0.5);
    }

    #riverside #alternateNavContent #nav li:last-child {
        border-bottom:0;
    }

    #riverside #alternateNavContent #nav li a {
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    }

    #riverside #alternateNavContent #nav li.active,
    #riverside #alternateNavContent #nav li.active a:hover,
    #riverside #alternateNavContent #nav li a:hover,
    #riverside #alternateNavContent #nav li.open {
        color:rgba(255, 255, 255, 1);
    }

    #riverside #alternateNavContent #nav li.open .dropdown-menu {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        float: left;
        list-style-type:none;
        min-width: unset;
        padding:0;
        position:relative;
        width: 100%;
    }

    #riverside #alternateNavContent #nav li.open > a {
        padding-left:15px;
    }

    #riverside #alternateNavContent #nav li.open .dropdown-menu li {
        padding:0 0 0 15px;
        position:relative;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    }
/*
    #riverside #alternateNavContent #nav li.open .dropdown-menu li:before {
        background-color:rgba(0, 125, 195, 1);
        content:'';
        height:2px;
        left:0;
        position: absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        transform:translateY(-50%);
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        width:8px;
    }

    #riverside #alternateNavContent #nav li.open .dropdown-menu li:hover::before {
        background-color:rgba(255, 255, 255, 1);
    }
*/
    #riverside #alternateNavContent #nav li.open .dropdown-menu li:first-child {
        display:none;
    }

    #riverside #alternateNavContent #nav li.open .dropdown-menu li a {
        line-height:40px;
        min-height:40px;
        padding:0;
    }

    #riverside #alternateNavContent #nav li.open .dropdown-menu li a:hover {
        background-color:transparent;
        color:rgba(0, 125, 195, 1);
    }

    #riverside #alternateNavContent #nav li.open .dropdown-menu li:last-child {
        border-bottom:3px solid rgba(255, 255, 255, 1);
    }

    #riverside #alternateNavContent #nav li.open .dropdown-menu > li.active > a,
    #riverside #alternateNavContent #nav li.open .dropdown-menu > li.active > a:hover,
    #riverside #alternateNavContent #nav li.open .dropdown-menu > li.active > a:active {
        background-color:transparent;
        color:rgba(0, 125, 195, 1);
    }

    /* Home - Slider */
    #riverside #homeSliderWrapper {
        height:100vh;
        left:0;
        overflow:hidden;
        position:relative;
        right:0;
        top:0;
        z-index:unset !important;
    }

    #riverside #homeSliderWrapper > .contentWrapper {
        bottom:0;
        left:0;
        position:absolute;
        right:0;
        top:0;
    }

     #riverside #homeSliderWrapper > .contentWrapper > .container {
         height:100%;
     }

     #riverside #homeSliderWrapper > .contentWrapper > .container #homeSocialWrapper {
            bottom: 25px;
            color:rgba(255, 255, 255, 1);
            left: 50%;
            position: absolute;
            text-align: center;
            -webkit-transform:translateX(-50%);
            transform: translateX(-50%);
            z-index:+2;
     }

    /* Home - Content */
    #riverside #homeContentWrapper {
        background-color:rgba(235, 235, 235, 1);
    }

    #riverside #homeContentWrapper .container {
        position:relative;
    }

    #riverside #homeContentWrapper .contentWrapper {
        padding-right:30px;
    }

    #riverside #homeContentWrapper .contentWrapper h2 {
        margin-bottom:30px;
    } 

    #riverside #homeContentWrapper .contentWrapper p {
        font-size: 15px;
        line-height: 1.65;
        color: rgba(51, 51, 51, 1);
        letter-spacing: 0.035em;
        font-weight: 400;
    }

    #riverside #homeContentWrapper .imgWrapper {
        height:0;
        overflow:hidden;
        padding-bottom:123.5%;
        position:relative;
    }

    /* Home - Feature Properties */
    .carousel-control {
        opacity:1;
        text-shadow:none;
        width:auto;
    }

    .carousel-control.left, .carousel-control.right {
        background:none;
    }

    .carousel-control.right .iconWrapper {
        background-color: rgba(255, 255, 255, 1);
        height: 35px;
        overflow:hidden;
        position: absolute;
        right: -5px;
        top:50%;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(45deg) translate(-0%, -50%);
        transform: rotate(45deg) translate(-0%, -50%);
         width: 35px;
    }

    .carousel-control.left .iconWrapper {
        background-color: rgba(255, 255, 255, 1);
        height: 35px;
        overflow:hidden;
        position: absolute;
        top:50%;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(45deg) translate(-0%, -50%);
        transform: rotate(45deg) translate(-0%, -50%);
        left: -29px;
        width: 35px;
    }

    .carousel-control.left i, .carousel-control.right i {
        left:50%;
        position:absolute;
        top:50%;
        -webkit-transform-origin:center;
        transform-origin:center;
         -webkit-transition:all 0.2s ease-out;
        transition:all 0.2s ease-out;
        z-index: +1;
    }

    .carousel-control.left i {
        -webkit-transform:translate(-50%, -50%) rotate(-45deg);
        transform:translate(-50%, -50%) rotate(-45deg);
    }

    .carousel-control.right i {
        -webkit-transform:translate(-50%, -50%) rotate(-45deg);
        transform:translate(-50%, -50%) rotate(-45deg);
    }

    .carousel-control.left .iconWrapper:after {
        background-color: rgba(30, 53, 94, 1);
        content:'';
        height: 35px;
        left:35px;
        overflow:hidden;
        position: absolute;
        top:-50%;
        -webkit-transform:translateY(-50%);
        transform:translateY(-50%);
        -webkit-transition:all 0.2s ease-out;
        transition:all 0.2s ease-out;
        width: 35px;
    }

    .carousel-control.right .iconWrapper:after {
        background-color: rgba(30, 53, 94, 1);
        content:'';
        height: 35px;
        left:-35px;
        overflow:hidden;
        position: absolute;
        top:50%;
        -webkit-transform:translateY(50%);
        transform:translateY(50%);
        -webkit-transition:all 0.2s ease-out;
        transition:all 0.2s ease-out;
        width: 35px;
    }

    .carousel-control:hover {
        opacity:1;
    }

    .carousel-control.left:hover .iconWrapper:after {
        left:-0;
        top:50%;
    }

    .carousel-control.right:hover .iconWrapper:after {
        left:0;
        top:-50%;
    }

    .carousel-control:hover .iconWrapper i {
        color:rgba(255, 255, 255, 1);
    }
   
    #featureSliderParent .carousel-inner .imgWrapper,
    #featureSliderParent .carousel-inner .contentBackground {
        height:0;
        overflow:hidden;
        padding-bottom:66%;
        position:relative;
    }

    #featureSliderParent .carousel-inner .imgWrapper .inspectionWrapper {
        background-color:rgba(255, 255, 255, 1);
        color:rgba(30, 53, 94, 1);
        line-height:40px;
        height:40px;
        padding:0 15px;
        position:absolute;
        top:10%;
        -webkit-transition:all 0.2s ease-out;
        transition:all 0.2s ease-out;
    }

    #featureSliderParent .carousel-inner .imgWrapper .inspectionWrapper:hover {
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
    }

    #featureSliderParent .carousel-inner .contentBackground {
        background-color:rgba(235, 235, 235, 1);
        min-height:265px;
        padding-bottom:0;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper {
        bottom:30px;
        left:30px;
        position:absolute;
        right:30px;
        top:30px;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper .text-street {
        margin:0 0 10px;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper .text-location {
        margin:0 0 30px;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper .text-price {
        font-weight:400;
        letter-spacing:1px;
        margin:0;
        text-transform:capitalize;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyBBCWrapper,
    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyAgentWrapper {
        clear:left;
        float:left;
        position:relative;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper,
    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent{
        display:block;
        float:left;
        list-style-type:none;
        padding:0;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li,
    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li {
        color:rgba(150, 150, 150, 1);
        display:inline-block;
        float:left;
        margin-right:15px;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li h4,
    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li h4 {
        font-weight:400;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li small {
        border-right-color:rgba(185, 185, 185, 1);
        border-right-style:solid;
        border-right-width:1px;
        color:rgba(150, 150, 150, 1);
        font-weight:400;
        padding-right:15px;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li:last-child small {
        border-right:0;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li h4 {
        border-right-color:rgba(185, 185, 185, 1);
        border-right-style:solid;
        border-right-width:1px;
        color: rgba(30, 53, 94, 1);
        font-size:16px;
        padding-right:15px;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li:last-child h4 {
        border-right:0;
    }

    #featureSliderParent .carousel-inner .contentBackground .contentWrapper .btn {
        background-color: rgba(30, 53, 94, 1);
        border-color: rgba(30, 53, 94, 1);
        bottom:0;
        color:rgba(255, 255, 255, 1);
        left:0;
        line-height:45px;
        padding:0 15px;
        position:absolute;
        width:auto;
    }

    /* Home - Subscribe */
    #riverside #homeModuleSubscribeWrapper {
        align-content:center;
        background-color:rgba(30, 53, 94, 1);
        display:grid;
    }

    #riverside #homeModuleSubscribeWrapper > .container {
        position:relative;
    }

    #riverside #homeModuleSubscribeWrapper .sectionHeading h2 {
        margin:0;
    }

    #riverside #homeModuleSubscribeWrapper .sectionHeading .sectionHeadingColour {
        color:rgba(255, 255, 255, 1);
    }

    #riverside #homeModuleSubscribeWrapper #subscribeFormWrapper {
        margin:0;
    }

    #riverside #homeModuleSubscribeWrapper #subscribeFormWrapper #mailSubscription {
        margin:10px 0 0;
    }

    #riverside #homeModuleSubscribeWrapper #subscribeFormWrapper #mailSubscription li {
        margin:0;
        padding:0;
    }

    #riverside #homeModuleSubscribeWrapper #subscribeFormWrapper #mailSubscription li input[type='email'] {
        background-color:rgba(235, 235, 235, 1);
    }

    #riverside #homeModuleSubscribeWrapper #subscribeFormWrapper #mailSubscription li input[type='submit'] {
        background-color:rgba(255, 255, 255, 1);
        border-color:rgba(255, 255, 255, 1);
        color:rgba(30, 53, 94, 1);
    }

    /* Footer */
    #riverside #footerWrapper {
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
        min-height:340px;
        position:relative;
        z-index:1;
    }

    #riverside #footerWrapper #footerNav {
        float: right;
        list-style-type:none;
        margin-top:5px;
        text-align: left;
        width: 100%;
    }

    #riverside #footerWrapper #footerNav li {
        display:inline-block;
        float:left;
        padding:0;
        position:relative;
        text-align:left;
        width:auto;
    }

    #riverside #footerWrapper #footerNav li > a {
        -webkit-transition:all 0.25s ease-out;
        transition:all 0.25s ease-out;
    }

    #riverside #footerWrapper #footerNav li.disabled a {
        cursor:auto;
    }

    #riverside #footerWrapper #footerNav li a:hover {
        color:rgba(0, 125, 195, 1);
    }

    #riverside #footerWrapper #footerNav li.disabled a:hover {
        color:rgba(255, 255, 255, 1);
    }

    #riverside #footerWrapper #footerNav li .dropdown-menu {
        background-color:transparent;
        border:0;
        border-radius:0;
        box-shadow:none;
        display:block;
        margin:15px 0 0;
        position:relative;
    }

    #riverside #footerWrapper #footerNav li .dropdown-menu li {
        width:100% !important;
    }

    #riverside #footerWrapper #footerNav > li > a {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.075em;
    }

    #riverside #footerWrapper #footerNav li .dropdown-menu li:first-child {
        display:none;
    }

    #riverside #footerWrapper #footerNav li .dropdown-menu li > a,
    #riverside #footerWrapper #footerNav li .dropdown-menu li.active > a {
        background-color:transparent;
        color:rgba(255, 255, 255, 0.65);
        font-size:12px;
        font-weight:400;
        letter-spacing:0.075em;
        line-height:30px;
        padding:0;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    }

    #riverside #footerWrapper #footerNav li .dropdown-menu li > a:hover,
    #riverside #footerWrapper #footerNav li .dropdown-menu li.active > a:focus,
    #riverside #footerWrapper #footerNav li .dropdown-menu li.active > a:hover {
        background-color:transparent;
        color:rgba(255, 255, 255, 1);
    }

    /* Listings - Layout */
    #riverside #propertyResultsWrapper #propertySearchWrapper {
        background-color:rgba(235, 235, 235, 1);
    }

    #riverside #propertyResultsWrapper #collapseExample {
        min-height:300px;
    }

    #riverside #propertyResultsWrapper #propertySearchHeader {
        align-content:center;
        background-color:rgba(30, 53, 94, 1);
        display:grid;
        color:rgba(255, 255, 255, 1);
        min-height:80px;
    }

    #riverside #propertyResultsWrapper #propertySearchHeader .mainHeading {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.075em;
        line-height:41px;
        margin: 0;
        -webkit-font-smoothing:antialiased;
    }

    #riverside #propertyResultsWrapper #propertySearchHeader a > i {
        color:rgba(255, 255, 255, 1);
        font-size:2.5em;
    }

    /* QuickSearch */
    #riverside #propertyResultsWrapper #propertySearchWrapper #quicksearch ol > li {
        min-height:45px;
    }

    #riverside #propertyResultsWrapper #propertySearchWrapper #quicksearch li .btn-default {
        background-color:transparent;
        box-sizing:border-box;
        border:0;
    }

    #riverside #propertyResultsWrapper #propertySearchWrapper #quicksearch li .btn-default:hover {
        background-color:transparent;
        border:0;
    }

    #riverside #propertyResultsWrapper #propertyNavigationWrapper {
        align-content:center;
        display:grid;
        padding:15px 15px 30px;
    }

    #riverside #propertyResultsWrapper #propertyNavigationWrapper  h3 {
        color:rgba(30, 53, 94, 1);
    }

    #riverside #propertyResultsWrapper #propertyNavigationWrapper .nav-tabs {
        border:0;
    }

    #riverside #propertyResultsWrapper #propertyNavigationWrapper .nav-tabs li{
        min-height:50px;
        position:relative;
        text-align:center;
        width:calc(100%/3);
    }

    #riverside #propertyResultsWrapper #propertyNavigationWrapper .nav-tabs li > a {
        background-color:rgba(235, 235, 235, 1);
        border:1px solid rgba(215, 215, 215, 1);
        border-radius:0;
        bottom:0;
        box-sizing:border-box;
        font-size: 16px;
        font-weight: 900;
        left:0;
        line-height:50px;
        margin-right:1px;
        padding:0;
        position:absolute;
        right:0;
        top:0;
    }

    #riverside #propertyResultsWrapper #propertyNavigationWrapper .nav-tabs li:last-child > a {
        margin-right:0;
    }

    #riverside #propertyResultsWrapper #propertyNavigationWrapper .nav-tabs li.active > a {
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
    }

    /* Listings - Grid */
    #propertyResultsWrapper #propertyResults .propertyListingWrapper .imgWrapper,
    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground {
        overflow:hidden;
        position:relative;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .imgWrapper {
        height:0;
        padding-bottom:66%;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground {
        padding-bottom:0;
        min-height:265px;
    }

     #propertyResultsWrapper #propertyResults .propertyListingWrapper .imgWrapper .inspectionWrapper {
        background-color:rgba(255, 255, 255, 1);
        color:rgba(30, 53, 94, 1);
        line-height:40px;
        height:40px;
        padding:0 15px;
        position:absolute;
        top:10%;
        -webkit-transition:all 0.2s ease-out;
        transition:all 0.2s ease-out;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper.odd .imgWrapper .inspectionWrapper {
        left:0;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper.even .imgWrapper .inspectionWrapper {
        right:0;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .imgWrapper .inspectionWrapper:hover {
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
    } 

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground {
        background-color:rgba(235, 235, 235, 1);
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper {
        bottom:30px;
        left:30px;
        position:absolute;
        right:30px;
        top:30px;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper .text-street {
        margin:0 0 10px;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper .text-location {
        font-size:24px;
        margin:0 0 30px;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper .text-price {
        font-size:20px;
        letter-spacing:1px;
        margin:0;
        position:relative;
        text-transform:capitalize;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyBBCWrapper,
    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyAgentWrapper {
        clear:left;
        float:left;
        position:relative;
        width:100%;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper,
    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent{
        display:block;
        float:left;
        list-style-type:none;
        padding:0;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li,
    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li {
        color:rgba(150, 150, 150, 1);
        display:inline-block;
        float:left;
        margin-right:15px;
    }

   #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li h4,
    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li h4 {
        font-weight:400;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li small {
        border-right-color:rgba(185, 185, 185, 1);
        border-right-style:solid;
        border-right-width:1px;
        color:rgba(150, 150, 150, 1);
        font-weight:400;
        padding-right:15px;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li:last-child,
    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li:last-child {
        margin-right:0;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyBBCWrapper .BBCWrapper li:last-child small {
        border-right:0;
        padding-right:0;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li h4 {
        border-right-color:rgba(185, 185, 185, 1);
        border-right-style:solid;
        border-right-width:1px;
        color: rgba(30, 53, 94, 1);
        font-size:16px;
        padding-right:15px;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper #PropertyAgentWrapper .listingAgent li:last-child h4 {
        border-right:0;
    }

    #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper .btn {
        background-color: rgba(30, 53, 94, 1);
        border-color: rgba(30, 53, 94, 1);
        bottom:0;
        color:rgba(255, 255, 255, 1);
        left:0;
        line-height:45px;
        padding:0 15px;
        position:absolute;
        width:auto;
    }

    /* Listings - Table */
    #riverside #propertyListingsTableWrapper table tr {
        cursor:pointer;
        font-size:14px;
        -webkit-transition:all 0.2s ease-in-out;
        transition:all 0.2s ease-in-out;
    }

    #riverside #propertyListingsTableWrapper table tr:hover{
        background-color:rgba(0, 125, 195, 0.5);
    }

    /* Pagination */
   #propertyResultsWrapper #propertyResults #paginatonWrapper {
        border-top-color:rgba(235, 235, 235, 1);
        border-top-style:solid;
        border-top-width:1px;
    }

    #propertyResultsWrapper #propertyResults #paginatonWrapper .pagination {
        left: 50%;
        margin: -1px 0 0;
        position: relative;
        transform: translateX(-50%);
    }

    #propertyResultsWrapper #propertyResults #paginatonWrapper .pagination li a {
        background-color:transparent;
        border-radius:0;
        border:0;
        border-top-color:transparent;
        border-top-style:solid;
        border-top-width:1px;
        box-sizing:border-box;
        color:rgba(150, 150, 150, 1);
        font-weight:400;
        padding:15px 20px;
        -webkit-transition:all 0.2s ease-in-out;
        transition:all 0.2s ease-in-out;
    }

    #propertyResultsWrapper #propertyResults #paginatonWrapper .pagination li a i {
        font-size:14px;
    }

    #propertyResultsWrapper #propertyResults #paginatonWrapper .pagination li.current a,
    #propertyResultsWrapper #propertyResults #paginatonWrapper .pagination li.current a:hover,
    #propertyResultsWrapper #propertyResults #paginatonWrapper .pagination li a:hover {
        border-top-color:rgba(30, 53, 94, 1);
        color:rgba(30, 53, 94, 1);
    }

    /* Listing - Detail */
    #propertyDetailWrapper #propertyHeader .mainHeading {
        clear:left;
    }

    #propertyDetailWrapper #propertyHeader .streetAddress {
        margin:0;
    }

    #propertyDetailWrapper #PropertyBBCWrapper,
    #propertyDetailWrapper #PropertyAgentWrapper {
        clear:left;
        float:left;
        position:relative;
    }

    #propertyDetailWrapper #PropertyBBCWrapper .BBCWrapper li.priceWrapper {
        margin-right:45px;
        text-transform:capitalize;
    }

    #propertyDetailWrapper #PropertyBBCWrapper .BBCWrapper li:nth-child(2) {
        clear:left;
    }

    #propertyDetailWrapper #PropertyBBCWrapper .BBCWrapper,
    #propertyDetailWrapper #PropertyAgentWrapper .listingAgent{
        display:block;
        float:left;
        list-style-type:none;
        padding:0;
    }

    #propertyDetailWrapper #PropertyBBCWrapper .BBCWrapper li,
    #propertyDetailWrapper #PropertyAgentWrapper .listingAgent li {
        color:rgba(30, 53, 94, 1);
        display:inline-block;
        float:left;
        margin-right:15px;
    }

   #propertyDetailWrapper #PropertyBBCWrapper .BBCWrapper li h4,
    #propertyDetailWrapper #PropertyAgentWrapper .listingAgent li h4 {
        font-weight:400;
    }

    #propertyDetailWrapper #PropertyBBCWrapper .BBCWrapper li small {
        border-right-color:rgba(185, 185, 185, 1);
        border-right-style:solid;
        border-right-width:1px;
        color:rgba(30, 53, 94, 1);
        font-weight:400;
        padding-right:15px;
    }

    #propertyDetailWrapper #PropertyBBCWrapper .BBCWrapper li:last-child small {
        border-right:0;
    }

    #propertyDetailWrapper #propertyShare {
        align-content:center;
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
        display:grid;
    }

    #propertyDetailWrapper #propertyShare .agentNameTop {
        align-content: center;
        display: grid;
        min-height: 55px;
    }

    #propertyDetailWrapper #propertyShare .agentNameTop h2{
        font-size:28px;
        margin:0;
        text-align:center;
    }

    #propertyDetailWrapper #propertyShare .agentNameTop h2 > span {
        clear:left;
        display:block;
        font-size:24px;
        margin:10px 0;
    }

    #propertyDetailWrapper #propertyShare .addThis {
        display: inline-grid;
        float: none;
        left: 50%;
        position: relative;
        -webkit-transform:translateX(-50%);
        transform: translateX(-50%);
    }

    #propertyDetailWrapper #propertyShare .addThis .social-icons {
        list-style-type:none;
        margin:0;
        padding:0;
    }

    #propertyDetailWrapper #propertyShare .addThis .social-icons li {
        display:inline-block;
        min-height:50px;
        min-width:50px;
        position:relative;
        text-align:center;
    }

    #propertyDetailWrapper #propertyShare .addThis .social-icons li a {
        align-content:center;
        align-items:end;
        bottom:0;
        display:grid;
        left:0;
        margin:0;
        position:absolute;
        right:0;
        top:0;
    }

    #propertyDetailWrapper #propertyShare .addThis .social-icons li a i {
        font-size:1.5em;
    }

    #propertyDetailWrapper #propertyShare h4 {
        margin:0;
        float:right;
        text-align:right;
    }

    #propertyDetailWrapper #propertyFeatures {
        background-color:rgba(235, 235, 235, 1);
        min-height:400px;
    }

    #propertyDetailWrapper #propertyContent {
        min-height:400px;
    }

    #propertyDetailWrapper #propertyContent .mainHeading {
        font-size:35px;
        margin-bottom:30px;
        margin-top:15px;
        text-align:center;
    }

    #propertyDetailWrapper #propertyFeatures .panel {
        background-color:rgba(255, 255, 255, 1);
        border:1px solid rgba(220, 220, 220, 1);
        box-shadow:none;
        margin:0;
        min-height:435px;
        padding:30px;
        position:relative;
    }

    #propertyDetailWrapper #propertyFeatures .panel table td:first-child {
        padding-left:0;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .staffImageWrapper {
        background-color: rgba(225, 225, 225, 1);
        border:6px solid rgba(30, 53, 94, 1);
        border-radius: 50%;
        box-sizing:content-box;
        clear:both;
        display:block;
        float:left;
        height: 200px;
        left: 50%;
        overflow: hidden;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 200px;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .staffContentWrapper {
        clear:left;
        display:block;
        float:left;
        position:relative;
        width:100%;
    }
    
    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .staffContentWrapper h3 {
        margin-top:30px;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .staffContentWrapper .btn {
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
        line-height:40px;
        opacity:1;
        padding:0;
        z-index:1;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .staffContentWrapper .btnWrapper:before {
        bottom:0;
        /*box-shadow: 0px 1px 15px 5px rgba(200, 205, 205, 0.5);*/
        content:'';
        height:45px;
        left:0;
        position:absolute;
        right:0;
    }

    .btn[data-type="phone"] {
        border-right-color:rgba(225, 225, 225, 0.5);
        border-right-style:solid;
        border-right-width:1px;
    }
/*
    .btn[data-type="email"] {
        box-shadow:3px 1px 15px 5px rgba(205, 205, 205, 0.5);
    }
*/
    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .carousel-indicators {
        bottom: -70px;
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .carousel-indicators li {
        background-color:rgba(200, 200, 200, 1);
        border-color:rgba(200, 200, 200, 1);
        height:12px;
        margin:1px;
        width:12px;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .carousel-indicators li.active {
        background-color:rgba(30, 53, 94, 1);
        border-color:rgba(30, 53, 94, 1);
        margin:1px;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .staffContentWrapper .btn:focus {
        outline:none;
    }

    #propertyDetailWrapper #propertyFeatures #agentWrapper .panel .staffContentWrapper .btn:active {
        box-shadow:none;
    }

    
    #propertyDetailWrapper #propertyLinks {
        background-color:rgba(30, 53, 94, 1);
        min-height:400px;
    }

    #propertyDetailWrapper #propertyLinks .propertyLinkWrapper {
        background-color:rgba(0, 125, 195, 1);
        border:0;
        display:block;
        height:0;
        padding-bottom:75%;
        position:relative;
        width:100%;
        -webkit-appearance:none;
    }

    #propertyDetailWrapper #propertyLinks .propertyLinkWrapper:focus {
        outline:none;
        -webkit-appearance:none;
    }

    #propertyDetailWrapper #propertyLinks .propertyLinkWrapper .decal {
        border-color: rgba(255, 255, 255, 1);
        border-style: solid;
        border-width: 6px;
        box-sizing: border-box;
        height: 40%;
        left: 30px;
        overflow:hidden;
        position: absolute;
        top: 30px;
        width: 80%;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    #propertyDetailWrapper #propertyLinks .propertyLinkWrapper .decal:before {
        bottom: 10px;
        color: rgba(255, 255, 255, 1);
        content: 'Click to view';
        font-size: 16px;
        left: 15px;
        opacity:0;
        position: absolute;
        -webkit-transition:all 0.3s 0.2s ease-out;
        transition:all 0.3s 0.05s ease-out;
    }

    #propertyDetailWrapper #propertyLinks .propertyLinkWrapper:hover .decal {
        top: 50%;
    }

    #propertyDetailWrapper #propertyLinks .propertyLinkWrapper:hover .decal:before {
        left: 15px;
        opacity:1;
    }

    #propertyDetailWrapper #propertyLinks .propertyLinkWrapper .linkHeading {
        font-size:28px;
        font-weight:300;
        left: 50px;
        letter-spacing:0.05em;
        margin: 0;
        position: absolute;
        top: 50px;
    }

    .md-content h3 {
        background-color:rgba(0, 125, 195, 1);
    }

    #propertyDetailWrapper #propertyLocation #property-map{
        min-height:500px;
    }

    /* Property Inspections */
    #riverside #propertyDetailWrapper #inspectionWrapper {
        background-color:rgba(235, 235, 235, 1);
        display: block;
        margin: auto;
        position: relative;
    }
    
    .centerContent{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel {
        background-color:rgba(255, 255, 255, 1);
        border:1px solid rgba(210, 210, 210, 1);
        box-shadow:0 0 10px rgba(235, 235, 235, 1);
        cursor:pointer;
        height:0;
        overflow:hidden;
        padding-bottom:133%;
        position:relative;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel a {
        bottom:0;
        left:0;
        position:absolute;
        right:0;
        top:0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper {
        bottom:0;
        left:0;
        position:absolute;
        right:0;
        top:0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .labelWrapper {
        background-color:rgba(30, 53, 94, 1);
        min-height:50px;
        position:relative;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .labelWrapper h4 {
        color:rgba(255, 255, 255, 1);
        font-weight:700;
        left:0;
        position:absolute;
        right:0;
        text-transform: capitalize;
        top:50%;
        transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper {
        padding:15px 0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper hr {
        margin:15px;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper h1,
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper h2,
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper h3,
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper h4,
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper h5 {
        font-weight:700;
        margin:0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .contentWrapper .contentDetailsWrapper h1 {
        /*font-family:Kadwa;*/
        font-size:58px;
        line-height:1;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .inspectionPanelHover {
        background-color:rgba(30, 53, 94, 1);
        height:100%;
        left:0;
        padding:15px;
        position:absolute;
        top:-100%;
        transition:top 0.35s cubic-bezier(0.45, 1.64, 0.47, 0.66);
        -webkit-transition:top 0.35s cubic-bezier(0.45, 1.64, 0.47, 0.66);
        width:100%;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .inspectionPanelHover + .contentWrapper {
        height: auto;
        left:50%;
        position:absolute;
        top:100%;
        transform:translate(-50%, 25%);
        transition: all 0.25s ease-in-out;
        -webkit-transform:translate(-50%, 25%);
        -webkit-transition: all 0.25s ease-in-out;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .inspectionPanelHover + .contentWrapper i,
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .inspectionPanelHover + .contentWrapper h4 {
        color:rgba(255, 255, 255, 1);
        opacity:0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel .inspectionPanelHover + .contentWrapper h4 {
        margin:0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel:hover .inspectionPanelHover {
        top:0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel:hover .inspectionPanelHover + .contentWrapper {
        top:0;
    }
    
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel:hover .inspectionPanelHover + .contentWrapper i,
    #riverside #propertyDetailWrapper #inspectionWrapper .inspectionPanelWrapper .inspectionPanel:hover .inspectionPanelHover + .contentWrapper h4 {
        color:rgba(255, 255, 255, 1);
        opacity:1;
    }

    /* Staff - List */
    #riverside #staffListWrapper #staffWrapperDefault .contentHeading {
        font-size:52px;
        font-weight:900;
        margin: 0 0 15px 15px;
        max-width:70%;
    }

    #riverside #staffListWrapper #staffWrapperDefault #pulloutColumn {
        bottom:0;
        left:0;
        position:absolute;
        top:0;
    }

    #riverside #staffListWrapper #staffWrapperDefault #pulloutColumn .pullout {
        font-size:26px;
        line-height: 1.3;
        position:absolute;
        top:10%;
    }

    #riverside #staffListWrapper #staffWrapperDefault #pulloutColumn .pullout:before {
        content: "\f10d";
        font-family: fontawesome;
        font-size: 24px;
        position: absolute;
        top: -10%;
    }

    #riverside #staffListWrapper #staffWrapperDefault #pulloutColumn .pullout span {
        display:block;
    }

    #riverside #staffListWrapper #staffWrapperDefault #pulloutColumn .pullout span > small {
        color:rgba(30, 53, 94, 1);
        line-height:1;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper{
        overflow:hidden;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper .agentName {
        color:rgba(30, 53, 94, 1);
        margin:0;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper .agentName small {
        color:initial;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper .agentContact {
        bottom:15px;
        position:absolute;
        z-index:+1;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper .agentLink {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper .contentWrapper {
        position:relative;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper .contentWrapper:before {
        background-color:rgba(30, 53, 94, 0.9);
        content:'';
        bottom:175px;
        height:0;
        left:0;
        position:absolute;
        right:0;
        -webkit-transition:all 0.15s linear;
        transition:all 0.15s linear;
        z-index:+2;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper .contentWrapper:after {
        bottom:165px;
        content:'View Agent Profile';
        color:rgba(255, 255, 255, 1);
        font-size:16px;
        font-weight:900;
        left:50%;
        opacity:0;
        position:absolute;
         -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
        -webkit-transition:all 0.15s 0.1s ease-out;
        transition:all 0.15s 0.1s ease-out;
        z-index:+2;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper:hover .contentWrapper:after {
        bottom:195px;
        opacity:1;
    }

    #riverside #staffListWrapper #staffWrapperDefault .agentWrapper:hover .contentWrapper:before {
        height:65px;
    }

    /* Staff Alternate */
    #riverside #staffAlternateWrapper .contentHeading {
        font-size:42px;
        font-weight:900;
        max-width: unset;
    }

    #riverside #staffAlternateWrapper .agentWrapper {
        position:relative;
    }

    #riverside #staffAlternateWrapper .agentWrapper .contentWrapper:after {
        color: rgba(255, 255, 255, 1);
        content: 'View Profile';
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 0.05em;
        line-height:40px;
        opacity:0;
        position: absolute;
        top:0;
        -webkit-transition:all 0.35s ease-in-out;
        transition:all 0.35s ease-in-out;
    }

    #riverside #staffAlternateWrapper .agentWrapper.even .contentWrapper:after {
        left:-15px;
    }

    #riverside #staffAlternateWrapper .agentWrapper.odd .contentWrapper:after {
        right:-15px;
    }

    #riverside #staffAlternateWrapper .agentWrapper .contentWrapper:before {
        top:0;
        content:'';
        height:0px;
        position:absolute;
        right:0;
        -webkit-transition:all 0.2s ease-out;
        transition:all 0.2s ease-out;
        width:100%;
    }

    #riverside #staffAlternateWrapper .agentWrapper.even .contentWrapper:before {
        background-color:rgba(0, 125, 195, 1);
    }

    #riverside #staffAlternateWrapper .agentWrapper.odd .contentWrapper:before {
        background-color:rgba(30, 53, 94, 1);
    }

    #riverside #staffAlternateWrapper .agentWrapper .contentWrapper {
        bottom: 0;
        position: relative;
        top: 0;
    }
    
    #riverside #staffAlternateWrapper .agentWrapper.even .contentWrapper {
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
        left:0;
    }

    #riverside #staffAlternateWrapper .agentWrapper.odd .contentWrapper {
        background-color:rgba(235, 235, 235, 1);
        color:initial;
        right:0;
    }

    #riverside #staffAlternateWrapper .agentWrapper .imgWrapper,
    #riverside #staffAlternateWrapper .agentWrapper .content {
        height:0;
        overflow:hidden;
        padding-bottom:75%;
        position:relative;
    }

    #riverside #staffAlternateWrapper .agentWrapper .content {
        padding:0 30px 75%;
    }

    #riverside #staffAlternateWrapper .agentWrapper .content .agentName {
        font-size:52px;
        font-weight:900;
        margin-top:60px;
    }

    #riverside #staffAlternateWrapper .agentWrapper.odd .content .agentName {
        color:rgba(30, 53, 94, 1);
    }

    #riverside #staffAlternateWrapper .agentWrapper .content .agentContact {
        color:rgba(0, 125, 195, 1);
        margin:0 0 30px;
    }

    #riverside #staffAlternateWrapper .agentWrapper.even:hover .contentWrapper:after {
        left: 15px;
        opacity:1;
    }

    #riverside #staffAlternateWrapper .agentWrapper.odd:hover .contentWrapper:after {
        right: 15px;
        opacity:1;
    }

     #riverside #staffAlternateWrapper .agentWrapper.even:hover .contentWrapper:before {
        height:40px;
    }

    #riverside #staffAlternateWrapper .agentWrapper.odd:hover .contentWrapper:before {
        height:40px;
    }

    #riverside #staffAlternateWrapper .moduleSocial {
        display:block;
        float:left;
        margin:30px 0;
        position:relative;
        text-align:center;
        width:100%;
    }

    #riverside #staffAlternateWrapper .moduleSocial .social-icons {
        display: inline-block;
        float: none !important;
    }

    #riverside #staffAlternateWrapper .moduleSocial .social-icons li {
        color:rgba(30, 53, 94, 1);
        font-size:2.5em;
    }

    /* Staff - Detail */
    #riverside #staffDetailWrapper > .imgWrapper {
        background-color:rgba(30, 54, 93, 1);
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        right: 0;
    }

    #riverside #staffDetailWrapper > .imgWrapper .backstretch-item > img {
        background-blend-mode: multiply;
        filter:grayscale(1);
        opacity:0.15;
    }

    #riverside #staffDetailWrapper > .container {
        color:rgba(255, 255, 255, 1);
        position:relative;
    }

    #riverside #staffDetailWrapper > .container #staffImageWrapper {
        float:left !important;
        text-align:center;
    }

    #riverside #staffDetailWrapper > .container #staffImage {
        background-color:rgba(255, 255, 255, 1);
        border-radius:50%;
        border: 8px solid rgba(0, 125, 195, 1);
        box-sizing: content-box;
        padding-bottom: 100%;
        position: relative;
        width:100%;
    }

    #riverside #staffDetailWrapper > .container #staffAgentContactWrapper,
    #riverside #staffDetailWrapper > .container #staffContact {
        padding-left:0;
        padding-right:0;
        text-align:center;
    }
    
    #riverside #staffDetailWrapper > .container .agentName {
        color:rgba(255, 255, 255, 1);
        font-size:52px;
        font-weight:900;
    }

    #riverside #staffDetailWrapper > .container .agentName > span {
        font-weight:300;
    }
    #riverside #staffDetailWrapper > .container h3 {
        color:rgba(255, 255, 255, 1);
        margin:0;
    }
    
    #riverside #staffDetailWrapper > .container h4 {
        color:rgba(255, 255, 255, 1);
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0.075em;
        margin: 0;
        position: relative;
        width: auto;
    }
    
    #riverside #staffDetailWrapper > .container h2 {
        color:rgba(255, 255, 255, 1);
        margin:0 0 30px;
    }
    
    #riverside #staffDetailWrapper > .container .list-group-item {
        background-color:transparent;
        border:0;
        border-radius:0;
        display:inline-block;
        margin-bottom:15px;
        padding:0 20px 0 0 ;
    }
    
    #riverside #staffDetailWrapper > .container .list-group-item i {
        color:rgba(255, 255, 255, 1);
        font-size:2em;
        margin-right:10px;
        position:absolute;
    }

    #riverside #staffDetailWrapper > .container .list-group-item:first-child i {
        font-size:2.5em;
    }

    #riverside #staffDetailWrapper > .container .list-group-item i.fa-volume-control-phone {
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }

    #riverside #staffDetailWrapper > .container .list-group-item.email > i {
        font-size: 1.4em;
        margin-top: 10px;
    }
    
    #riverside #staffDetailWrapper > .container .list-group-item a {
        color:rgba(255, 255, 255, 1);
        font-size:20px;
        letter-spacing:0.075em;
        position:relative;
        margin-left:35px;
    }
    
    #riverside #staffDetailWrapper > .container #staffLinks .list-group-item {
        border-bottom:1px solid rgba(73, 156, 187, 1);
        margin-bottom:30px;
        overflow:hidden;
        padding:0 0 15px;
        width:100%;
    }

    #riverside #staffDetailWrapper > .container #staffLinks .list-group-item a {
        margin-left:0;
    }
    
    #riverside #staffDetailWrapper > .container #staffLinks .list-group-item:after {
        border-bottom:1px solid rgba(255, 255, 255, 1);
        bottom:0px;
        box-sizing: border-box;
        content:'';
        left:-90%;
        position:absolute;
        transition: left ease-out 0.25s;
        -webkit-transition: left ease-out 0.25s;
        width:100%;
    }
    
    #riverside #staffDetailWrapper > .container #staffLinks .list-group-item:hover::after {
        left:0;
    }
    
    #riverside #staffDetailWrapper > .container .profile {
        color:rgba(255, 255, 255, 1);
    }
    
    #riverside #staffDetailWrapper > .container #imgWrapper {
        background-color:rgba(255, 255, 255, 1);
        height:0;
        overflow:hidden;
        padding-bottom:100%;
        position:relative;
    }

    #riverside #staffDetailWrapper > .container .table-responsive {
        border:0;
    }
    
    #riverside #staffDetailWrapper > .container table tr {
        color:rgba(255, 255, 255, 1);
        cursor:pointer;
        font-size:15px;
        text-align: left;
        text-transform: capitalize;
        transition:background-color 0.15s ease-out;
        -webkit-transition:background-color 0.15s ease-out;
    }
    
    #riverside #staffDetailWrapper > .container table tbody tr td {
        border-top-color:rgba(73, 156, 187, 1);
    }
    
    #riverside #staffDetailWrapper > .container table tbody tr td span {
        color:rgba(255, 255, 255, 0.75);
    }
    
    #riverside #staffDetailWrapper > .container table tbody tr td:first-child {
        color:rgba(255, 255, 255, 0.75);
        font-size:15px;
        text-align: left;
        text-transform: capitalize;
    }
    
    #riverside #staffDetailWrapper > .container table tbody tr td i {
        color:rgba(255, 255, 255, 1);
    }
    
    #riverside #staffDetailWrapper > .container table tbody tr td a:hover i {
        color:rgba(73, 156, 187, 1);
    }
    
    #riverside #staffDetailWrapper > .container table tbody tr b {
        color:rgba(255, 255, 255, 1);
    }
    
    #riverside #staffDetailWrapper > .container table tbody tr:hover {
        background-color:rgba(73, 156, 187, 0.65);
    }

    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact {
        margin-top:0;
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact ol {
        float:left;
        position:relative;
        width:100%;
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li {
        padding-left:0;
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li label{
        color:rgba(255, 255, 255, 1);
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li.form-group ::-webkit-input-placeholder{
        color:rgba(255, 255, 255, 0.65) !important;
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li.form-group ::-moz-input-placeholder{
        color:rgba(255, 255, 255, 0.65) !important;
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li.form-group :-moz-input-placeholder{
        color:rgba(255, 255, 255, 0.65) !important;
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li.form-group :-ms-input-placeholder {
        color:rgba(255, 255, 255, 1) !important;
    }

    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact ol li input[type='radio'] {
        margin-left:-.5rem !important;
        top:0rem;
    }
    
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li .input-text,
    #riverside #staffDetailWrapper > .container #ContactFormWrapper #Contact li textarea {
        background-color:transparent;
        color:rgba(255, 255, 255, 1);
    }
    
    #riverside #staffDetailWrapper > .container #myReviews .grid-item .testimonialContentWrapper {
        border-bottom:1px solid rgba(73, 156, 187, 1);
        box-sizing:border-box;
        margin-bottom:60px;
    }
    
    #riverside #staffDetailWrapper > .container #myReviews h4 {
        margin-bottom:15px;
    }
    
    #riverside #staffDetailWrapper > .container #myReviews h4:before,
    #riverside #staffDetailWrapper > .container #myReviews h4:after {
        display:none;
    }
    
    #riverside #staffDetailWrapper > .container #myReviews h5 {
        color:rgba(255, 255, 255, 1);
        font-weight:700;
    }
    
    #riverside #staffDetailWrapper > .container #myReviews h5:last-child {
        font-weight:400;
        margin-bottom:15px;
    }
    
    #riverside #staffDetailWrapper > .container #myReviews p {
        color:rgba(255, 255, 255, 1);
        margin-bottom:30px;
    }

    /* Testimonials */
    #riverside #testimonialWrapper .contentHeading {
        font-size:34px;
        font-weight:900;
        margin: 0 -15px;
        max-width:100%;
    } 

    #riverside #testimonialWrapper .staffCircle {
        height:60px;
        width:60px;
        position:relative;
        background-color:rgba(235, 235, 235, 1);
        border-radius:50%;
        float:left;
        display:inline-block;
        margin-right:10px;
    }

    #riverside #testimonialWrapper .list-group-item {
        float: left;
        width: 100%;
        display: block;
        clear: left;
        min-height:40px;
        padding: 10px 0;
        line-height: unset;
        background-color: transparent;
        border-radius:0;
        border:0;
        border-bottom:1px solid rgba(235, 235, 235, 1);
    }

    #riverside #testimonialWrapper .list-group-item:first-child {
        padding:0;
        border-bottom:0;
    }

    #riverside #testimonialWrapper .list-group-item:first-child .btn {
        background-color:rgba(30, 53, 94, 1);
        color:rgba(255, 255, 255, 1);
        line-height:45px;
        padding:0;
    }

    #riverside #testimonialWrapper .list-group-item > a > span {
        position:absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        transform:translateY(-50%);
    }

    #riverside #testimonialWrapper .testimonialContentWrapper {
        background-color: rgba(240, 240, 240, 1);
        border: 1px solid rgba(220, 220, 220, 1);
        padding: 30px;
    }
    

    #riverside #testimonialWrapper .testimonialContentWrapper h4 {
        color:rgba(30, 53, 94, 1);
        font-size:20px;
    }

    /* Content - Home */
    #riverside #homeModuleContactWrapper #officeInfoWrapper h3,
    #riverside #homeModuleContactWrapper #officeInfoWrapper h4 {
        margin:0;
    }

    .list-group-item {
        border-radius:0;
        border:0;
        padding:0;
    }

    #riverside #homeModuleContactWrapper #officeContactWrapper #Contact li {
        padding:0;
    }

    /* Content - Home [ Module News ] */
    #riverside #homeNewsWrapper .sectionHeading h2,
    #riverside #homeNewsWrapper .sectionHeading a {
        margin:0;
    }

    #riverside #homeNewsWrapper .sectionHeading a {
        position:relative;
        right:0;
        -webkit-transition:all 0.35s ease-out;
        transition:all 0.35s ease-out;
    }

    #riverside #homeNewsWrapper .sectionHeading a:after {
        content: "\f054";
        display:inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        opacity:0;
        position:relative;
        -webkit-transition:all 0.35s 0.01s ease-out;
        transition:all 0.35s 0.01s ease-out;
        right:10px;
    }

    #riverside #homeNewsWrapper .sectionHeading a:hover {
        right:15px;
    }

    #riverside #homeNewsWrapper .sectionHeading a:hover::after {
        opacity:1;
        right:-15px;
    }

    #riverside #homeNewsWrapper #newsArticleWrapper {
        border-top-color:rgba(30, 53, 94, 1);
        border-top-style:solid;
        border-top-width:1px;
    }

    /* Content - Single */
    #riverside .contentWrapper .pageSelector {
        color:rgba(30, 53, 94, 0.25);
    }

    /* Content - Collapse */
    #riverside #pageImageWrapper {
        height:0;
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
    }

    #riverside #rightColumn {
        background-color:rgba(255, 255, 255, 1);
        padding-left:30px;
        padding-right:30px;
    }

    #riverside #rightColumn.setPageOffset {
        top:0;
    }

    #riverside .panel-default {
        box-shadow:none;
        border-bottom-color:rgba(235, 235, 235, 1);
        border-bottom-style:solid;
        border-bottom-width:1px;
        border-radius:0;
        float: left;
        width: 100%;
    }

    #riverside .panel-default>.panel-heading {
        background-color:transparent;
        border-radius:0;
        float: left;
        padding:15px 0;
        position:relative;
        width: 100%;
    }

    #riverside .panel-default>.panel-heading .panel-title a {
        color:rgba(30, 53, 94, 1);
        font-size:22px;
        font-weight:900;
        letter-spacing:0.05em;
    }

    .panel-group .panel {
        border-radius:0;
        border:0;
    }

    #riverside .panel-group .panel-heading+.panel-collapse>.panel-body {
        border:0;
        border-top:4px solid rgba(30, 53, 94, 1);
        float:left;
        padding:15px 0;
        width:100%;
    }

    /* Content - Social [ Instagram Feed ] */
    #riverside #dynamicContentWrapper #social .moduleSocial {
        display:block;
        float:left;
        margin:30px 0;
        position:relative;
        text-align:center;
        width:100%;
    }

    #riverside #dynamicContentWrapper #social .moduleSocial .social-icons {
        display: inline-block;
        float: none !important;
    }

    #riverside #dynamicContentWrapper #social .moduleSocial .social-icons li {
        color:rgba(30, 53, 94, 1);
        font-size:2.5em;
    }

    /* Content - News Articles */
    #newsArticleWrapper .noContentText {
        color:rgba(0, 125, 195, 1);
        font-size: 18px;
        font-weight:700;
        padding: 0 15px;
    }

    .newsArticleMasonry {
        height:0;
        overflow:hidden;
        padding:0 15px 100%;
        position:relative;
    }

    .newsArticleMasonry.customSize {
        background-color:rgba(0, 125, 195, 1);
        background-color:rgba(30, 53, 94, 1);
    }

    .newsArticleMasonry span {
        bottom:0;
        left:0;
        opacity:0.5;
        position:absolute;
        right:0;
        top:0;
    }

    /* .newsArticleMasonry .newsSelector {
        bottom:0;
        left:0;
        padding:15px;
        position:absolute;
        right:0;
        top:0;
    } */

    
    .newsArticleMasonry .animationWrapper {
        background-color:rgba(235, 235, 235, 1);
        bottom:0;
        cursor:pointer;
        left:0;
        position:absolute;
        right:0;
        top:0;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    }

    .newsArticleMasonry.customSize .animationWrapper{
        background-color:rgba(30, 53, 94, 1);
    }

    #riverside .newsArticleMasonry .animationWrapper:before {
        bottom: 12px;
        color:rgba(255, 255, 255, 1);
        content:'Read Article';
        font-weight:700;
        left: -100%;
        position: absolute;
        -webkit-transition:all 0.3s 0.05s ease-in-out;
        transition:all 0.3s 0.05s ease-in-out;
        z-index:+1;
    }

    #riverside .newsArticleMasonry .animationWrapper:after {
        background-color:rgba(0, 125, 195, 1);
        bottom:-50px;
        color:rgba(255, 255, 255, 0);
        content:'';
        height:50px;
        position: absolute;
        left: 0;
        right:0;
        -webkit-transition:all 0.3s 0.075s ease-in-out;
        transition:all 0.3s 0.075s ease-in-out;
    }

    #riverside .newsArticleMasonry .newsTitle {
        color:rgba(30, 53, 94, 1);
        font-weight:700;
        letter-spacing:1px;
        line-height:1.5;
        margin: 0 15px;
        position:absolute;
        top:55px;
        transform-origin:left center;
        -webkit-transition:all 0.3s 0.075s ease-in-out;
        transition:all 0.3s 0.075s ease-in-out;
        z-index:+1;
    }

    #riverside .newsArticleMasonry .newsCategory {
        color:rgba(30, 53, 94, 1);
        font-size:16px;
        font-weight:400;
        left:15px;
        margin: 0 0 10px 15px;
        position:absolute;
        top:30px;
        transform-origin:left center;
        -webkit-font-smoothing:antialiased;
        -webkit-transition:all 0.3s 0.075s ease-in-out;
        transition:all 0.3s 0.075s ease-in-out;
        z-index:+1;
    }

    #riverside .newsArticleMasonry.customSize .newsTitle.sectionHeadingColor,
    #riverside .newsArticleMasonry.customSize .newsCategory,
    #riverside .newsArticleMasonry.customSize .newsAuthor {
        color:rgba(255, 255, 255, 1);
    }

    #riverside .newsArticleMasonry .animationWrapper:hover::before {
        left: 15px;
    }

    #riverside .newsArticleMasonry .animationWrapper:hover::after {
        bottom:0;
    }

    #riverside .newsArticleMasonry:hover .newsCategory{
        -webkit-transform:scale(0.7) translateY(0px);
        transform:scale(0.7) translateY(0px);
    }

    #riverside .newsArticleMasonry:hover .newsTitle {
        -webkit-transform:scale(0.7) translateY(-15px);
        transform:scale(0.7) translateY(-15px);
    }
}

/*
@media screen and (min-width:768px){
    /* Content - Home * /
    #riverside #homeModuleContactWrapper #officeContactWrapper #Contact li {
        padding:0 15px 0 0 ;
    }

    #riverside #homeModuleContactWrapper #officeContactWrapper #Contact li:nth-of-type(2n +2),
    #riverside #homeModuleContactWrapper #officeContactWrapper #Contact li.enquiry,
    #riverside #homeModuleContactWrapper #officeContactWrapper #Contact li.submit {
        padding-right:0;
    }
}
*/
@media screen and (min-width:992px){
    /* Forms - Contact */
    #riverside #formsWrapper h2 {
        font-size:52px;
        text-align:left;
    }

    #riverside #formsWrapper #officeContentWrapper #officeContact {
        margin-bottom:0;
        position:absolute;
    }

    /* Header */
    #riverside header #headerLogoWrapper > a > img {
        left:unset;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }

    /* Navigation - Default Option */
    #riverside .navStyle {
        font-size:55px;
    }

    #riverside #navSelector {
        bottom:90px;
    }

    #riverside header #headerInfoWrapper {
        margin-top:30px;
    }

    /* Navigation - Alternate Option */
    #riverside header #headerInfoWrapper .headerPhone {
        display:inline-block;
        float:right;
        font-size:36px;
        margin:0;
        text-align:right;
    }

    /* Listing */
    #riverside #propertyResultsWrapper #propertyNavigationWrapper {
        align-content:center;
        display:grid;
        padding:60px 15px;
    }

    #riverside #propertyResultsWrapper #propertySearchHeader .mainHeading {
        font-size: 32px;
    }

    #riverside #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground,
    #riverside #featureSliderParent .carousel-inner .contentBackground {
        height:0;
        min-height:unset;
        padding-bottom:66%;
    }

    #riverside #propertyResultsWrapper #propertyResults .propertyListingWrapper .contentBackground .contentWrapper .text-location {
        font-size:36px;
    }

    /* Listing - Detail */
    #riverside #propertyDetailWrapper #propertyShare .agentNameTop h2{
        font-size:28px;
        text-align:left;
    }

    #propertyDetailWrapper #propertyShare .agentNameTop h2 > span {
        clear:none;
        display:inline-block;
        font-size:24px;
        margin:10px 0;
    }

    #riverside #propertyDetailWrapper #propertyShare .addThis {
        float: right;
        left: unset;
        position: unset;
        -webkit-transform:translateX(0%);
        transform: translateX(0%);
    }

    #propertyDetailWrapper #propertyShare .addThis .social-icons li a i {
        font-size:2em;
    }

    #riverside #propertyDetailWrapper #propertyContent .mainHeading {
        font-size:52px;
        text-align:left;
    }

    /* Staff - List */
    #riverside #staffAlternateWrapper .agentWrapper .contentWrapper {
        position: absolute;
    }

    #riverside #staffAlternateWrapper .contentHeading {
        font-size:52px;
    }

    #riverside #staffAlternateWrapper .agentWrapper .content {
        padding:0 60px 75%;
    }

    /* Staff Detail */
    #riverside #staffDetailWrapper > .container #staffImageWrapper {
        float:right !important;
        /*margin-left: unset; */
        text-align:left;
    }

    #riverside #staffDetailWrapper > .container #staffImage {
        border-width: 6px;
        /* margin-left:-15px; */
    }

    #riverside #staffDetailWrapper > .container #staffAgentContactWrapper,
    #riverside #staffDetailWrapper > .container #staffContact {
        text-align:left;
    }

    /* Testimonials - List */
    #riverside #testimonialWrapper .contentHeading {
        font-size:52px;
        margin: 0 0 15px 15px;
        max-width:75%;
    } 

    /* Content - Collapse */
    #riverside #rightColumn.setPageOffset {
        top:-165px;
    }

    /* Content - News Articles */
    .newsArticleMasonry.customSize {
        padding-bottom:48%;
    }
}