/*******************************************************
 *
 * Homepage Styles
 *
 *******************************************************/

/*Slideshow*/
.slideshow-container {
    position: relative;
}

.slideshow-wrapper{
    position: relative;
}

.slideshow-container .cycloneslider-slide:after,
.slideshow-container .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.68);
    pointer-events: none;
    z-index: 2;
}

.slideshow-container .slide-spacer {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 60.375vw;
}
.slideshow-container .cycloneslider,
.slideshow-container #aios-slider-hp-slideshow {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.slideshow-container .cycloneslider .cycloneslider-slides,
.slideshow-container .cycloneslider .cycloneslider-slide,
.slideshow-container .cycloneslider .cycloneslider-slide canvas {
    width: 100%;
    height: 100%;
}

.slideshow-container .cycloneslider-slide-image{
  background-size: auto!important;
}

/*.home .cycloneslider-template-video video {
    max-width: 90%;
    max-height: 90%;
}*/


/* Slideshow Content */

.slideshow-content-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0;
    padding-right: 5.875vw;
    padding-bottom: 4.813vw;
    margin-bottom: auto;
    margin-top: 0;
}

.slideshow-content-wrapper {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
}

.slideshow-content-row {
    display: block;
    position: relative;
}

.slideshow-content-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 50%;
}

.slideshow-content-col:first-child {
    width: 61.316%;
}


.slideshow-content-col:last-child {
    width: 38.684%;
}

.slideshow-content-title {
    position: relative;
    padding-left: 7.688vw;
    margin-bottom: 1.875vw;
}

.slideshow-content-btn {
    position: relative;
    padding: 5.125vw 0 5.75vw 7.688vw;
    background: rgba(16,33,52,.77);
    width: 100%;
    max-width: 67.91%;
}

.slideshow-agent {
    display: block;
    position: relative;
    padding: 1.563vw 2.25vw 0 2.938vw;
    margin-bottom: -4.813vw;
}

.slide-agent-holder {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slideshow-agent img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    width: 30.750vw;
}

.slideshow-content-title h2 {
    font-size: 9.375vw;
    line-height: 0.9;
    letter-spacing: 0.020em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--encorpada);
}


.slideshow-agent-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,43,85,.77);
    pointer-events: none;
    z-index: 1;
}


.slideshow-agent-bg {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.slideshow-agent-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: none;
}


.slideshow-content-img-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.slide-filter-right,
.slide-filter-bottom {
    background: rgba(255,255,255,.95);
    position: absolute;
    content: '';
    z-index: 2;
}

.slide-filter-right canvas,
.slide-filter-bottom canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: .15;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    height: 100%;
    background-repeat: no-repeat;
}


.slide-filter-bottom{
     bottom: 0;
    left: 0;
    width: 77%;
    height: 4.813vw;
}

.slide-filter-right {
    bottom: 0;
    right: 0;
    width: 5.875vw;height: 100%;
}

.slideshow-lines {
    position: absolute;
    content: '';
    top: -6.75vw;
    left: 6%;
    width: 100%;
    height: 73.5%;
    max-width: 34.745%;
    margin: 0 auto;
    z-index: -1;
    pointer-events: none;
}

.slideshow-lines:before, .slideshow-lines:after {
    position: absolute;
    content: '';
    width: 0.063vw;
    height: 85%;
    background: rgba(255,255,255,0.24);
}

.slideshow-lines:before{
    bottom: 0;
    left: 0;
    height: 46%;
}

.slideshow-lines:after {
    height: 71%;
    right: 0;
    left: auto;
}

.floating-smis {
    position: absolute;
    top: 1.25vw;
    left: 2.188vw;
    z-index: 2;
}

.floating-smis ul {
    display: block;
    text-align: center;
}
.floating-smis ul > li {
   display: block;
   position: relative;
}

.floating-smis ul > li > a {
    display: block;
    font-size: 1.5vw;
    color: #fff;
    line-height: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.floating-smis ul > li:last-child {
    margin-right: 0;
}

.floating-smis ul > li > a:hover {
    color: #b4c1d0;
}

.floating-smis ul > li:not(:last-child) {
    margin-bottom: 1.625vw;
}

/* Featured Listings */

.fl-container {
    display: block;
    position: relative;
    font-size: 0;
    background: #fff;
    z-index: 2;
    padding: 3.625vw 0 7.938vw;
    overflow: hidden;
}


.fl-container .parallax-text h2 {
    -webkit-text-stroke-color: #b6bec8;
}

.fl-wrapper {
    display: block;
    position: relative;
}

.fl-main {
    display: block;
    position: relative;
    margin-right: -45%;
    margin-left: -45%;
}

.fl-slide {
    display: block;
    position: relative;
    z-index: 2;
}

.fl-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 1.875vw;
    width: 100%;
    /*    max-width: 68.875vw;*/
    transform: translateZ(0);
}

.fl-item.left, .fl-item.right {
    /*opacity: 0;*/
}

.fl-item a {
    display: block;
    position: relative;
}

.fl-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.fl-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 3.563vw 3.438vw;
    -webkit-transform: translateY(1.25vw);
        -ms-transform: translateY(1.25vw);
            transform: translateY(1.25vw);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.fl-hover-btn,
.fl-address,
.fl-price {
    display: block;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.fl-price span {
    font-size: 1.875vw;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

.fl-address span {
    font-size: 1.5vw;
    line-height: 1;
    color: #fff;
}

.fl-price {
    margin-bottom: 0.625vw;
}

.fl-item a:hover .fl-address {
    margin-bottom: 2.688vw;
}

.fl-hover-btn span {
    font-size: 0.813vw;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.323em;
    text-transform: uppercase;
    display: block;
    padding-left: 2.938vw;
}

.fl-hover-btn span em {
    font-style: normal;
    position: relative;
}

.fl-hover-btn span em:before {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + 0.938vw);
    width: 2vw;
    height: 0.125vw;
    background: #b4c1d0;
}

.fl-hover-btn {
    -webkit-transform: translateY(3.125vw);
        -ms-transform: translateY(3.125vw);
            transform: translateY(3.125vw);
    opacity: 0;
    visibility: hidden;
}

.fl-address {
    margin-bottom: 0;
}

.fl-item a:hover .fl-hover-btn {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.fl-img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #06356a;
}

.fl-item a .fl-img canvas {
    opacity: .29;
}


.fl-item.slick-current a .fl-img canvas {
    opacity: 1;
}

.fl-item a:hover .fl-img canvas, .fl-item.slick-current a:hover .fl-img canvas {
    opacity: .29;
}


.fl-item a:hover .fl-info {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.fl-item.slick-current a .fl-info {
    opacity: 1;
}

.fl-holder {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.fl-slide:not(.slick-initialized) .fl-holder:nth-child(n+2) ~ div {
    display: none;
}

.fl-slide .slick-slide.slick-current.slick-active > div:first-of-type {
    margin-left: 25.7%;
}

.fl-slide .slick-slide.slick-current.slick-active > div:last-of-type {
    margin-right: 25.7%;
}

.fl-slide-wrapper.row-1 {
    margin-left: 25.7%;
    max-width: 68.875vw;
}

.fl-slide-wrapper.row-2 {
    margin-right: 25.7%;
    margin-left: auto;
    max-width: 68.875vw;
}

.fl-slide .slick-list {
    overflow: visible;
}


.fl-slide .slick-slide.slick-current.slick-active > div:last-of-type .fl-item:first-child,
.fl-slide .slick-slide.slick-current.slick-active > div:first-of-type .fl-item:last-child{
/*    pointer-events: none;*/
}

.fl-slide .slick-slide.slick-current.slick-active > div:first-of-type .fl-item:last-child .fl-img canvas {
    opacity: .15;
 }

 .fl-slide .slick-slide.slick-current.slick-active > div:last-of-type .fl-item:first-child .fl-img canvas {
    opacity: .15;
 }

.fl-slide .slick-slide.slick-current.slick-active > div:last-of-type .fl-item:first-child .fl-info,
.fl-slide .slick-slide.slick-current.slick-active > div:first-of-type .fl-item:last-child .fl-info{
    opacity: 0;
}


.fl-slide-arrow {
    display: block;
    position: relative;
    margin-bottom: 3.938vw;
    text-align: right;
}

.fl-next-arrow span, .fl-prev-arrow span {
    font-size: 0.813vw;
    color: #06356a;
    line-height: 1;
    letter-spacing: 0.400em;
    text-transform: uppercase;
    font-weight: 600;
}

.fl-next-arrow span:hover,
.fl-prev-arrow span:hover{
    color: #b4c1d0;
}

.fl-next-arrow span:hover em{
     border-left: 0.688vw solid #b4c1d0;
}

.fl-prev-arrow span:hover em{
     border-right: 0.688vw solid #b4c1d0;
}

.fl-next-arrow, .fl-prev-arrow {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.fl-slide-arrow em.ai-icon-arrow-prev {
    width: 0;
    height: 0;
    border-top: 0.375vw solid transparent;
    border-bottom: 0.375vw solid transparent;
    border-right: 0.688vw solid #06356a;
    margin-right: 1.063vw;
    vertical-align: baseline;
}


.fl-slide-arrow em.ai-icon-arrow-next {
    width: 0;
    height: 0;
    border-top: 0.375vw solid transparent;
    border-bottom: 0.375vw solid transparent;
    border-left: 0.688vw solid #06356a;
    margin-left: 1.063vw;
    vertical-align: baseline;
}


.fl-btns-container {
    width: 100%;
    display: block;
    max-width: 83.75vw;
    margin: 2.063vw auto 0;
}

.fl-slide-btn {
    display: block;
    text-align: right;
}

.fl-slide-arrow > div {
    margin: 0 2.063vw;
}

.fl-slide-arrow > div:focus {
    outline: none;
}

.fl-slide-arrow > div:first-child {
    margin-left: 0;
}

.fl-slide-arrow > div:last-child {
    margin-right: 0;
}


.fl-mob-slide-wrap.is-mobile{
    opacity: 0;
    height: 0;
    pointer-events: none;
}

/*Community Tours*/

.ct-community-list > ul li a:hover, .ct-community-list > ul li.active a {
    color: #fff;
}

.ct-community-list > ul li:not(:last-child) {
    margin-bottom: 1.813vw;
}

.ct-main .global-title {margin-bottom: 5.375vw;}


.ct-video {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.ct-video:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.40);
    z-index: 2;
}



.ct-video canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #06274b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ct-video video {
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.ct-video-icon span.ai-icon-play {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 32px solid #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.ct-video-icon span.ai-font-pause-button-a{
     position: absolute;
     content: '';
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
         -ms-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
     font-size: 1.5vw;
     color: #fff;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
     display: none;
     opacity: 0;
}


.ct-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ct-video-icon span.ai-font-play-button-a {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 1.563vw;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ct-video-icon span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 5.063vw;
    height: 5.063vw;
    border: 2px solid #fff;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.ct-video:hover .ct-video-icon span.ai-font-pause-button-a {
    opacity: 1;
}



.ct-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ct-container {
    display: block;
    position: relative;
    font-size: 0;
    z-index: 2;
    padding: 7.063vw 0 7.25vw 13.875vw;
    background: #00366a;
    overflow: hidden;
}

.ct-wrapper {
    display: block;
    position: relative;
}

.ct-main {
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
}

.vid-hide{
    display: none;
}

.ct-community-list {
	padding-top: 20px;
    display: block;
    position: relative;
    width: 100%;
    height: 438px;
    height: 20.375vw;
    overflow: hidden;
	padding-bottom: 20px;
}

.ct-comm-btn {
    display: block;
    position: r;
}

.ct-community-list > ul {
    display: inline-block;
    position: relative;
    -webkit-transform: translate3d(0vw, 0vw, 0vw);
    transform: translate3d(0vw, 0vw, 0vw);
    overflow: hidden;
}

.ct-community-list > ul li {
    display: block;
    position: relative;
}


.ct-community-list > ul li a {
    display: block;
    position: relative;
    font-size: 2.125vw;
    font-weight: 600;
    line-height: 1;
    color: rgba(255,255,255,.30);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.ct-col:last-child {
    width: 66.202%;
}

.ct-col:first-child {
    width: 33.798%;
}

.ct-video-list {
    display: block;
    position: relative;
    padding-bottom: 5.688vw;
    padding-right: 6.125vw;
}


.ct-bg {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
}

.ct-bg canvas {
    height: 100%;
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ct-accent-bg {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: calc(100% - 6.188vw);
    height: calc(100% - 5.813vw);
    background: #102134;
}

.ct-accent-bg:before {
    content: '';
    width: 1px;
    height: calc(100% + 150px);
    background: #fff;
    opacity: .08;
    position: absolute;
    top: 0;
    right: 44px;
}

.ct-accent-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.10;
}

.custom-scroll {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 27px 0 30px;
    margin: 1.688vw 0 1.875vw;
}

.ct-lines {
    position: absolute;
    content: '';
    top: 0;
    right: 20%;
    width: 100%;
    height: 100%;
    max-width: 19.584%;
    margin: 0 auto;
    z-index: -1;
    pointer-events: none;
}

.ct-lines:before, .ct-lines:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.063vw;
    height: 85%;
    background: rgba(255,255,255,0.08);
}



.ct-lines:after {
    height: 94%;
    right: 0;
    left: auto;
}

.ct-container .parallax-title-accent.is-right .parallax-text-holder {
    top: 0;
    bottom: auto;
    width: 100%;
    max-width: 14%;
}

.ct-container  .parallax-text h2 {
    font-size: 15vw;
}

.ct-container .parallax-title-accent.is-wt .parallax-text h2{
     -webkit-text-stroke-color: rgba(255,255,255,.10);
}


.ct-btn-label {
    position: absolute;
    bottom: 0;
    right: 2.5vw;
    height: calc(100% - 8.875vw);
    margin: 0 auto;
    z-index: 2;
    overflow: hidden;
    display: none;
}

.ct-btn-label a {
    line-height: 1;
    font-size: 0.813vw;
    letter-spacing: 0.300em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ct-btn-label a:hover {
    color: #0d63c3;
}

.ct-btn-label span {
    position: relative;
}

.ct-btn-label span:before {
    position: absolute;
    content: '';
    bottom: calc(100% + 1.875vw);
    left: 50%;
    width: 0.063vw;
    height: 100vh;
    background: #707a86;
    pointer-events: none;
}

/*Real Estate Minutes*/


 .rm-container {
     display: block;
     position: relative;
     font-size: 0;
     z-index: 2;
     padding: 10.125vw 0 5vw 0;
     background: #fff;
     overflow: hidden;
 }

 .rm-container:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #06356a;
    opacity: .08;
    position: absolute;
    top: 0;
    right: 80px;
}

 .rm-bg {
     position: absolute;
     content: '';
     bottom: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: calc(100% - 26.875vw);
     background: #06274b;
 }

.rm-bg:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .08;
    position: absolute;
    top: 0;
    right: 80px;
}

 .rm-bg canvas {
     height: 100%;
     display: block;
     width: 100%;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     opacity: 0.09;
 }

 .rm-wrapper {
     display: block;
     position: relative;
 }

 .rm-main .global-title {
     text-align: center;
     margin-bottom: 7.563vw;
 }

 .rm-main {
     display: block;
     position: relative;
 }


 .rm-main-video {
     display: block;
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 100%;
     z-index: 5;
 }


 .rm-main-video:before {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,.30);
     z-index: 2;
 }



 .rm-main-video canvas {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #06274b;
 }

.rm-main-video iframe,
 .rm-main-video video {
     min-width: 100%;
     min-height: 100%;
     max-width: 150%;
     width: auto;
     height: auto;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     z-index: 2;
 }

.rm-main-video iframe{
    display: none;
}

 .rm-video-icon span.ai-icon-play {
     position: absolute;
     content: '';
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
         -ms-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
     width: 0;
     height: 0;
     border-top: 18px solid transparent;
     border-bottom: 18px solid transparent;
     border-left: 32px solid #fff;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
 }


 .rm-video-icon span.ai-font-pause-button-a{
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
      font-size: 1.5vw;
      color: #fff;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      display: none;
      opacity: 0;
 }


 .rm-video-icon {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     z-index: 10;
     border-radius: 50%;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
 }

 .rm-video-icon span.ai-font-play-button-a {
     position: absolute;
     content: '';
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
         -ms-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
     font-size: 1.563vw;
     color: #fff;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
 }

 .rm-video-icon span:after {
     position: absolute;
     content: '';
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
         -ms-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
     width: 5.063vw;
     height: 5.063vw;
     border: 2px solid #fff;
     z-index: 10;
     border-radius: 50%;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
 }


 .rm-main-video:hover .rm-video-icon span.ai-font-pause-button-a {
     opacity: 1;
 }


 .rm-main-item {
     display: inline-block;
     vertical-align: middle;
     width: 100%;
     position: relative;
 }

 .rm-main-gallery-slide {
     display: block;
     position: relative;
 }

 .rm-col {
     display: inline-block;
     vertical-align: top;
     width: 50%;
     padding: 0;
     position: relative;
 }


 .rm-row {
     display: block;
     position: relative;
     padding-left: 6.25vw;
     z-index: 3;
 }


 .rm-slide-arrow {
     display: inline-block;
     vertical-align: middle;
     position: relative;
 }

 .rm-next-arrow span, .rm-prev-arrow span {
     font-size: 0.813vw;
     color: #fff;
     line-height: 1;
     letter-spacing: 0.400em;
     text-transform: uppercase;
     font-weight: 600;
 }

 .rm-next-arrow span:hover,
.rm-prev-arrow span:hover{
    color: #0d63c3;
}

.rm-next-arrow span:hover em{
     border-left: 0.688vw solid #0d63c3;
}

.rm-prev-arrow span:hover em{
     border-right: 0.688vw solid #0d63c3;
}

 .rm-next-arrow, .rm-prev-arrow {
     display: inline-block;
     vertical-align: middle;
     cursor: pointer;
 }

 .rm-slide-arrow em.ai-icon-arrow-prev {
     width: 0;
     height: 0;
     border-top: 0.375vw solid transparent;
     border-bottom: 0.375vw solid transparent;
     border-right: 0.688vw solid #fff;
     margin-right: 1.063vw;
     vertical-align: baseline;
 }


 .rm-slide-arrow em.ai-icon-arrow-next {
     width: 0;
     height: 0;
     border-top: 0.375vw solid transparent;
     border-bottom: 0.375vw solid transparent;
     border-left: 0.688vw solid #fff;
     margin-left: 1.063vw;
     vertical-align: baseline;
 }


 .rm-btns-container {
     width: 100%;
     display: block;
     max-width: 83.75vw;
     margin: 2.063vw auto 0;
 }

 .rm-slide-btn {
     display: block;
     text-align: right;
 }

 .rm-slide-arrow > div {
     margin: 0 2.063vw;
 }

 .rm-slide-arrow > div:first-child {
     margin-left: 0;
 }

 .rm-slide-arrow > div:last-child, .rm-slide-arrow > div:nth-child(2) {
     margin-right: 0;
 }

 .rm-btn {
     display: inline-block;
     vertical-align: middle;
     position: relative;
 }

 .rm-main-controls {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     margin: 3.938vw auto 0;
     padding-right: 2.75vw;
 }

 .rm-thumb-item {
     position: relative;
     width: 100%;
     cursor: pointer;
     display: inline-block;
     height: 100%;
 }

 .rm-thumb-img {
     position: relative;
     display: block;
     width: 100%;
     height: 100%;
     /* border: 0.313vw solid #fff; */
 }

 .rm-thumb-img canvas {
     display: block;
     width: 100%;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
/*     -webkit-filter: grayscale(100%);*/
/*     filter: grayscale(100%);*/
     height: 100%;
     background-color: #06274b;
     border: 0.313vw solid #fff;
     min-height: 8.938vw;
 }

 .rm-col:first-child {
     width: 72.4%;
     padding-right: 0.188vw;
     z-index: 1;
 }

 .rm-col:last-child {
     width: 27.6%;
     padding-left: 0.188vw;
 }

 .rm-thumb-col {
     display: inline-block;
     vertical-align: top;
     position: relative;
     width: 50%;
 }

 .rm-thumb-title {
     display: block;
     position: relative;
     width: 100%;
     height: 100%;
     background: transparent;
     padding: 10% 2% 2% 8%;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
 }

 .rm-thumb-title span {
     font-size: 0.875vw;
     line-height: 1.72;
     color: #06274b;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
     opacity: 0;
     visibility: hidden;
 }

 .rm-thumb-icon {
         position: absolute;
         content: '';
         top: 50%;
         left: 50%;
         -webkit-transform: translate(-50%,-50%);
             -ms-transform: translate(-50%,-50%);
                 transform: translate(-50%,-50%);
         font-size: 0.875vw;
         color: #fff;
         -webkit-transition: 0.3s all ease-in-out;
         -o-transition: 0.3s all ease-in-out;
         transition: 0.3s all ease-in-out;
 }


 .rm-thumb-icon span:after {
     position: absolute;
     content: '';
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
         -ms-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
     width: 2.25vw;
     height: 2.25vw;
     border: 2px solid #fff;
     z-index: 10;
     border-radius: 50%;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
 }




 .rm-thumb-item:hover .rm-thumb-title {
     background: #fff;
 }


 .rm-thumb-item:hover .rm-thumb-title span {
     opacity: 1;
     visibility: visible;
 }

 .rm-thumb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}


.rm-thumb-item:hover .rm-thumb-img canvas {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.rm-thumbnail-slide {
    display: block;
    position: relative;
    margin-top: 9.514vw;
}

.rm-up-next-btn {
    text-align: right;
    display: block;
    position: relative;
    margin-bottom: 5.25vw;
    padding: 2vw 3.188vw 0 0;
    display: none;
}

.rm-up-next-btn a {
    line-height: 1;
    font-size: 0.813vw;
    letter-spacing: 0.300em;
    font-weight: 600;
    color: #06274b;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.rm-up-next-btn a:hover {
    color: #0d63c3;
}

.rm-up-next-btn span {
    position: relative;
}

.rm-up-next-btn span:before {
    position: absolute;
    content: '';
    right: calc(100% + 1.125vw);
    top: 50%;
    width: calc(100vw - 71.25vw);
    height: 0.063vw;
    background: #d5dbe1;
    pointer-events: none;
    z-index: -1;
}

.rm-container .parallax-title-accent.is-left .parallax-text-holder {
    left: -3%;
    top: 18%;
}

.rm-container .parallax-title-accent.is-left .parallax-text-holder:last-of-type {
    left: 11%;
    top: 0;
    bottom: auto;
}

.rm-container .parallax-text-holder:last-of-type .parallax-text h2 {
    -webkit-text-stroke-color: #e6e9ed;
}

.rm-container .parallax-text h2 {
    -webkit-text-stroke-color: rgba(216,221,226,.20);
}



.rm-thumb-col:first-child {
    width: 57.344%;
}

.rm-thumb-col:last-child {
    width: 43.656%;
}

.rm-lines {
    position: absolute;
    content: '';
    top: 0;
    left: 25%;
    width: 100%;
    height: 100%;
    max-width: 29.059%;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    margin: 0 auto;
    z-index: -1;
    pointer-events: none;
}

.rm-container .slick-vertical .slick-slide {
    /*border: 0.188vw solid transparent;*/
    border: none;
    padding: 0.188vw;
}

.rm-main-gallery-slide:not(.slick-initialized) .rm-main-item:nth-child(n+2) {
    display: none;
}

.rm-thumbnail-slide:not(.slick-initialized) .rm-thumb-item:nth-child(n+4) ~ div {
    display: none;
}

/*Press Room*/

.pr-container {
    display: block;
    position: relative;
    font-size: 0;
    z-index: 2;
    padding: 8.75vw 0 9.375vw;
    overflow: hidden;

}

.pr-item:hover {
    transform: translateY(-20px);
    transform: translateY(-1.250vw);
}



.pr-main .slick-track {
    padding: 20px 0;
    padding: 1.250vw 0;
}



.pr-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
    position: relative;
    padding: 3.063vw 1.25vw 2.75vw;
    -webkit-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.pr-slide {
    display: block;
    position: relative;
}

.pr-category-title,.pr-title, .pr-desc, .pr-img, .pr-readmore-btn {
    display: block;
    position: relative;
}

.pr-title span {
    font-family: var(--encorpada);
    font-size: 1.563vw;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.020em;
    color: #fff;
}

.pr-category-title span {
    font-family: var(--roboto);
    font-size: 1.25vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.500em;
    color: #fff;
    text-transform: uppercase;
}

.pr-category-title {
    height: 84px;
    margin-bottom: 1.688vw;
}

.pr-desc p {
    font-family: var(--roboto);
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #fff;
}

.pr-img a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.pr-img-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.pr-img-inner canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0d63c3;
}

.pr-readmore-btn a {
    font-size: 0.813vw;
    line-height: 1;
    letter-spacing: 0.400em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--roboto);
}

.pr-title {
    margin-bottom: 1.438vw;
    min-height: 2.875vw;
}

.pr-desc {
    margin-bottom: 0.625vw;
}

.pr-img {
    margin-bottom: 2.875vw;
}

.pr-item.is-dblue {
    background: #0e253d;
}

.pr-item.is-lblue {
    background: #8cbeff;
}

.pr-item.is-blue {
    background: #08315e;
}

.pr-item.is-white {
    background: #fff;
}

.pr-wrapper {
    display: block;
    position: relative;
}

.pr-wrapper > .container {
    display: block;
    width: 100%;
    padding: 0 0.938vw;
    max-width: 83.25vw;
    margin: 0 auto;
}

.pr-item.is-lblue .pr-title span,
.pr-item.is-lblue .pr-category-title span,
.pr-item.is-lblue .pr-desc p,
.pr-item.is-lblue .pr-readmore-btn a,
.pr-item.is-lblue .pr-title span a,
.pr-item.is-white .pr-title span,
.pr-item.is-white .pr-category-title span,
.pr-item.is-white .pr-desc p,
.pr-item.is-white .pr-readmore-btn a,
.pr-item.is-white .pr-title span a{
    color: #000;
}

.pr-main .global-title {
    text-align: center;
    margin-bottom: 5.125vw;
}

.pr-main {
    display: block;
    position: relative;
    z-index: 2;
}

 .pr-slide-arrow {
     display: block;
     position: relative;
     margin-bottom: 3vw;
 }

 .pr-next-arrow span, .pr-prev-arrow span {
     font-size: 0.813vw;
     color: #fff;
     line-height: 1;
     letter-spacing: 0.400em;
     text-transform: uppercase;
     font-weight: 600;
     outline: none!important;
 }

 .pr-next-arrow span:hover,
.pr-prev-arrow span:hover{
    color: #0d63c3;
}

.pr-next-arrow span:hover em{
     border-left: 0.688vw solid #0d63c3;
}

.pr-prev-arrow span:hover em{
     border-right: 0.688vw solid #0d63c3;
}

 .pr-next-arrow, .pr-prev-arrow {
     display: inline-block!important;
     vertical-align: middle;
     cursor: pointer;
     outline: none!important;
 }

 .pr-slide-arrow em.ai-icon-arrow-prev {
     width: 0;
     height: 0;
     border-top: 0.375vw solid transparent;
     border-bottom: 0.375vw solid transparent;
     border-right: 0.688vw solid #fff;
     margin-right: 1.063vw;
     vertical-align: baseline;
 }


 .pr-slide-arrow em.ai-icon-arrow-next {
     width: 0;
     height: 0;
     border-top: 0.375vw solid transparent;
     border-bottom: 0.375vw solid transparent;
     border-left: 0.688vw solid #fff;
     margin-left: 1.063vw;
     vertical-align: baseline;
 }


 .pr-btns-container {
     width: 100%;
     display: block;
     max-width: 83.75vw;
     margin: 2.063vw auto 0;
 }

 .pr-slide-btn {
     display: block;
     text-align: right;
 }

 .pr-slide-arrow > div {
     margin: 0 2.063vw;
 }

 .pr-slide-arrow > div:first-child {
     margin-left: 0;
 }

 .pr-slide-arrow > div:last-child {
     margin-right: 0;
 }

 .pr-btn {
     display: inline-block;
     vertical-align: middle;
     position: relative;
 }

 .pr-main-controls {
     margin: 4.063vw auto 0;
     text-align: center;
     display: block;
 }

 .pr-lines {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 44.22%;
    border-left: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
    margin: 0 auto;
    right: 8%;
    z-index: 1;
    pointer-events: none;
}

.pr-readmore-btn a:hover {
    color: #0d63c3!important;
}

.pr-title span a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.pr-title span a:hover {
    color: #0d63c3!important;
}


.pr-container .parallax-title-accent.is-right .parallax-text-holder {
    top: 42%;
    bottom: auto;
    right: 10%;
    width: 100%;
    max-width: 16%;
}

.pr-container .parallax-title-accent.is-right .parallax-text-holder:last-of-type {
    top: 0;
    bottom: auto;
    right: 0;
    max-width: 16%;
}


.pr-slide:not(.slick-initialized) .pr-item:nth-child(n+4) ~ div {
    display: none;
}

.pr-bg {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pr-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#102134+0,06356a+100 */
background: rgb(16,33,52); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, right top,  from(rgba(16,33,52,1)),to(rgba(6,53,106,1)));
background: -o-linear-gradient(left,  rgba(16,33,52,1) 0%,rgba(6,53,106,1) 100%);
background: linear-gradient(to right,  rgba(16,33,52,1) 0%,rgba(6,53,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102134', endColorstr='#06356a',GradientType=1 ); /* IE6-9 */

}


/*Blog*/

.blog-container {
    display: block;
    position: relative;
    font-size: 0;
    z-index: 2;
    padding: 8.063vw 0 6vw 0;
    background: #fff;
    overflow: hidden;
}

.blog-container .parallax-title-accent.is-left .parallax-text-holder {
    left: 0;
}

.blog-lines {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 38.851%;
    border-left: 1px solid rgba(6,53,106,0.08);
    border-right: 1px solid rgba(6,53,106,0.08);
    margin: 0 auto;
    right: 15%;
    z-index: 1;
    pointer-events: none;
}

.blog-main .global-title {
    text-align: center;
    margin-bottom: 5.125vw;
}

.blog-main {
    display: block;
    position: relative;
    z-index: 2;
}

.blog-wrapper {
    display: block;
    position: relative;
}

.blog-wrapper > .container {
    width: 73.125vw;
    padding: 0 0.938vw;
}

.blog-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    padding: 0 1.719vw;
    transform: translateZ(0);
}

.blog-item:hover {
        transform: translateY(-1.250vw);
}


.blog-img-wrap, .blog-img a {
    display: block;
    position: relative;
}

.blog-img a canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #06356a;
}

.blog-img {
    display: inline-block;
    vertical-align: bottom;
    width: 92.626%;
}

.blog-readmore-btn {
    display: inline-block;
    vertical-align: bottom;
    width: 7.374%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
}

.blog-readmore-btn a {
    line-height: 2.5vw;
    font-size: 1vw;
    letter-spacing: 0.100em;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--jost);
    position: relative;
    display: block;
    margin: auto;
    height: 100%;
}

.blog-readmore-btn em.ai-icon-logo-sm {
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: -0.438vw;
    left: 0;
    right: 0;
    display: block;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

.blog-info {
    display: block;
    position: relative;
    margin-bottom: 1.25vw;
    padding-top: 1.375vw;
}

.blog-content {
    display: block;
    position: relative;
}

.blog-info h2 {
    font-family: var(--encorpada);
    font-size: 1.563vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
    display: block;
    margin-bottom: 1.125vw;
}

.blog-info h2 a {
    color: #000;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.blog-info h2 a:hover {
    color: #06356a;
}

.blog-info span {
    font-family: var(--roboto);
    font-size: 0.813vw;
    line-height: 1;
    letter-spacing: 0.400em;
    color: #a6a6a6;
    text-transform: uppercase;
}

.blog-content p {
    font-family: var(--roboto);
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #000;
}

.blog-slide-arrow {
     display: block;
     position: relative;
     margin-bottom: 2.688vw;
 }

 .blog-next-arrow span, .blog-prev-arrow span {
     font-size: 0.813vw;
     color: #06356a;
     line-height: 1;
     letter-spacing: 0.400em;
     text-transform: uppercase;
     font-weight: 600;
 }

 .blog-next-arrow span:hover,
.blog-prev-arrow span:hover{
    color: #0d63c3;
}

.blog-next-arrow span:hover em{
     border-left: 0.688vw solid #0d63c3;
}

.blog-prev-arrow span:hover em{
     border-right: 0.688vw solid #0d63c3;
}

 .blog-next-arrow, .blog-prev-arrow {
     display: inline-block!important;
     vertical-align: middle;
     cursor: pointer;
 }

 .blog-slide-arrow em.ai-icon-arrow-prev {
     width: 0;
     height: 0;
     border-top: 0.375vw solid transparent;
     border-bottom: 0.375vw solid transparent;
     border-right: 0.688vw solid #06356a;
     margin-right: 1.063vw;
     vertical-align: baseline;
 }


 .blog-slide-arrow em.ai-icon-arrow-next {
     width: 0;
     height: 0;
     border-top: 0.375vw solid transparent;
     border-bottom: 0.375vw solid transparent;
     border-left: 0.688vw solid #06356a;
     margin-left: 1.063vw;
     vertical-align: baseline;
 }


 .blog-btns-container {
     width: 100%;
     display: block;
     max-width: 83.75vw;
     margin: 2.063vw auto 0;
 }

 .blog-slide-btn {
     display: block;
     text-align: right;
 }

 .blog-slide-arrow > div {
     margin: 0 2.063vw;
 }

 .blog-slide-arrow > div:first-child {
     margin-left: 0;
 }

 .blog-slide-arrow > div:last-child {
     margin-right: 0;
 }

 .blog-btn {
     display: inline-block;
     vertical-align: middle;
     position: relative;
 }

 .blog-main-controls {
     margin: 2.063vw auto 0;
     text-align: center;
     display: block;
 }


.blog-slide {
    display: block;
    position: relative;
    margin: 0 -1.719vw;
}

.blog-slide .slick-track {
        padding: 1.250vw 0;
}

.blog-container .parallax-text h2 {
    font-size: 13.375vw;

}


.blog-container .parallax-text-holder:last-of-type .parallax-text h2{
    -webkit-text-stroke-color: #d8dde2;
}


.blog-readmore-btn span {
    display: block;
    padding-top: 2.5vw;
}

.blog-readmore-btn a:hover {
    color: #06356a;
}

.blog-img a:hover canvas {
    opacity: .85;
}

.blog-slide:not(.slick-initialized) .blog-item:nth-child(n+2) ~ div {
    display: none;
}

/*Meet the Team*/
#meet-the-team {
    display: none;
}

.mtt-bg {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.mtt-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: #00366a;

}

 .mtt-lines {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 40.43%;
    border-left: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
    margin: 0 auto;
    right: 9%;
    z-index: 1;
    pointer-events: none;
}

.mtt-container {
    display: block;
    position: relative;
    font-size: 0;
    z-index: 2;
    padding: 5.438vw 5.625vw 6.75vw;
    overflow: hidden;
}

.mtt-wrapper {
    display: block;
    position: relative;
}

.mtt-main {
    display: block;
    position: relative;
    z-index: 2;
}


.mtt-main .global-title {
    display: block;
    text-align: center;
    padding-bottom: 17.5vw;
}

.mtt-list {
    display: block;
    position: relative;
    margin: 0 -2.656vw;
}

.mtt-caption {
    display: block;
    position: relative;
    margin-bottom: 3.125vw;
    text-align: center;
    width: 100%;
    max-width: 68.125vw;
    margin: 0 auto 2.313vw;
}

.mtt-inner {
    display: block;
    position: relative;
}

.mtt-item a:not(.global-btn) {
    /*display: block;*/
    position: relative;
}

.mtt-img {
    position: relative;
    width: 85.4%;
    height: 100%;
    vertical-align: bottom;
    display: inline-block;
}


.mtt-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #0c4a90;
}

.mtt-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 0 2.656vw;
    margin-bottom: 7vw;
}

.mtt-readmore-btn span {
    display: block;
    padding-top: 2.75vw;
}

.mtt-readmore-btn a:hover {
    color: #06356a;
}

.mtt-readmore-btn {
    display: inline-block;
    vertical-align: bottom;
    width: 14.6%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mtt-readmore-btn div {
    line-height: 3.75vw;
    font-size: 1vw;
    letter-spacing: 0.100em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--jost);
    position: relative;
    display: block;
    margin: auto;
    height: 100%;
}

.mtt-readmore-btn em.ai-icon-logo-sm {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

.mtt-info {
    display: block;
    position: relative;
    margin-top: 2.063vw;
}

.mtt-info h2 {
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #fff;
    font-family: var(--encorpada);
    margin-bottom: 0.938vw;
}

.mtt-info span {
    font-family: var(--jost);
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.190em;
    color: #fff;
    text-transform: uppercase;
}

.mtt-item:nth-child(2), .mtt-item:nth-child(5) {
    margin-top: -12.188vw;
}

.mtt-item:first-child, .mtt-item:nth-child(4) {
    margin-top: -5.438vw;
}

.mtt-caption p {
    font-family: var(--jost);
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.020em;
    color: #fff;
}

.mtt-item:nth-child(4), .mtt-item:nth-child(5), .mtt-item:last-child {
    margin-bottom: 0;
    margin-left: 30%;
}

.mtt-btn a {
    max-width: 100%;
}

.mtt-btns {
    display: block;
    position: relative;
    margin-top: 3.563vw;
}

.mtt-btns > div:not(:last-child) {
    margin-bottom: 0.75vw;
    padding-bottom: 20px;
}

.mtt-container .parallax-title-accent.is-right .parallax-text-holder {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    max-width: 16%;
}

.mtt-container .parallax-text h2 {
    font-size: 16.938vw;
}


.mtt-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0.125vw solid #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.mtt-item a:hover .mtt-img:before {
    opacity: 1;
    visibility: visible;
}

.mtt-item a:hover .mtt-img canvas {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.fl-slide-arrow.fl-slide-arrow-top {
    margin-bottom: 0;
}




#press-room .pr-title {
    height: 4.375vw;
    margin-bottom: 0.625vw;
    overflow: hidden;
}

#press-room .pr-desc {
    min-height: 70px;
}

#press-room .pr-item {
    min-height: 31.250vw;
}

.client-img {
    background: url(../../images/agent-photo.png);
    background-size: cover;
    width: 100%;
    height: 51.9375vw;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ct-community-list > ul li:nth-child(n+10) ~ li {
        display: none;
    }

    .ct-community-list > ul {
        transform: none!important;
        overflow: visible!important;
    }

    .ct-community-list {
        height: auto;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  .slideshow-container .slide-spacer {
      display: none;
  }

  .slideshow-container .cycloneslider,
  .slideshow-container #aios-slider-hp-slideshow {
      position: initial;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .slideshow-container .cycloneslider .cycloneslider-slides,
  .slideshow-container .cycloneslider .cycloneslider-slide,
  .slideshow-container .cycloneslider .cycloneslider-slide canvas {
      width: 100%;
      height: 100%!important;
  }

  .slideshow-content-container {
        position: relative;
        padding-right: 0;
        padding-bottom: 0;
    }

    .slideshow-content-col {
        display: block;
        width: 100%!important;
    }

    .slideshow-agent img {
        width: 100%;
        max-width: 100%;
    }

    .slide-filter-right {
        width: 68px;
    }

    .slide-filter-bottom {
        height: 60px;
        width: 46%;
    }

    .slideshow-agent {
        margin-bottom: -60px;
        padding: 26px 100px 0 75px;
    }

    .slideshow-content-btn {
        padding: 43px 0;
        max-width: 100%;
        margin-top: 60px;
        background: rgba(16,33,52,.94);
    }

    .slideshow-content-title {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 8;
        padding-left: 25px;
        margin-bottom: 74px;
    }

    .slideshow-content-title h2 {
        font-size: 74.68px;
        letter-spacing: 1.49px;
        text-shadow: 0px 2px 2px rgba(3, 43, 82, 0.5);
    }

    .floating-logos {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }


    .floating-logo:not(:last-child) {
        margin-bottom: 30px;
    }

    .floating-logo img {
        max-width: 100%;
    }

    .slideshow-lines {
        top: 0;
        height: 100%;
        max-width: 100%;
        width: calc(100% - 84px);
        z-index: 2;
        left: 0;
        right: 0;
    }

    .slideshow-lines:before, .slideshow-lines:after {
        height: 100%;
        width: 1px;
    }

    .slideshow-content-btn-bg {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }

    .slideshow-content-btn-bg canvas {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }


    /* Featured Listings */

    .fl-item {
        padding: 7.5px;
        max-width: 100%;
    }

    .fl-slide .slick-slide.slick-current.slick-active > div:last-of-type {
        margin-right: 0;
    }

    .fl-slide .slick-slide.slick-current.slick-active > div:first-of-type {
        margin-left: 0;
    }

    .fl-mob-slide .slick-slide.slick-current.slick-active > div:first-of-type {
        margin-left: 19.5px;
    }

    .fl-mob-slide .slick-slide.slick-current.slick-active > div:last-of-type {
        margin-right: 19.5px;
    }

    .fl-main {
        margin: 0 auto;
    }

    .fl-price span {
        font-size: 15px;
    }

    .fl-address span {
        font-size: 12px;
    }

    .fl-hover-btn span {
        font-size: 13px;
    }

    .fl-info {
        padding: 0 24px 24px;
        -webkit-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        transform: translateY(0)!important;
        opacity: 1;
    }

    .fl-mob-slide-wrap.is-mobile{
        opacity: 1;
        height: auto;
        pointer-events: auto;
    }

    .fl-slide{
        display: none;
    }

    .fl-btns-container.is-desktop {
        display: none;
    }

    .fl-next-arrow span, .fl-prev-arrow span {
        font-size: 13px;
    }

    .fl-slide-arrow em.ai-icon-arrow-prev {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 11px solid #06356a;
        margin-right: 14px;
    }

    .fl-slide-arrow em.ai-icon-arrow-next {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 11px solid #06356a;
        margin-left: 14px;
    }

    .fl-next-arrow span:hover em{
         border-left: 11px solid #b4c1d0;
    }

    .fl-prev-arrow span:hover em{
          border-right: 11px solid #b4c1d0;
    }

    .fl-slide-arrow {
        margin-bottom: 35px;
    }

    .fl-slide-arrow > div {
        margin: 0 26px;
    }

    .fl-container {
        padding: 31px 0 55px;
    }

    .fl-item a .fl-hover-btn {
        display: none;
    }

    .fl-price {
        margin-bottom: 8px;
    }

    .fl-item a .fl-address {
        margin-bottom: 0!important;
    }

    .fl-btns-container {
        max-width: 100%;
        padding: 0 37px;
        margin: 28px auto 0;
    }

    .fl-mob-slide {
        display: block;
        margin: 0 -7.5px;
    }


    .fl-container .parallax-title-accent.is-left .parallax-text-holder {
        left: -11px;
    }

    .fl-container .parallax-title-accent.is-left .parallax-text-holder:last-of-type {
        left: 50px;
        top: 43%;
        bottom: 0;
    }

    .fl-container .parallax-text h2 {
        font-size: 74px;
        -webkit-text-stroke-width: 1px;
    }

      .fl-item a .fl-img canvas {
        opacity: 1;
    }

   /* Community Tours*/

    .ct-col {
        display: block;
        width: 100%!important;
    }

    .ct-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .ct-community-list {
        padding-bottom: 44px;
        padding-top: 44px;
        max-width: 380px;
        margin: 0 auto;
        height: auto;
    }

    .ct-container {
        padding: 49px 28px 56px;
    }

    .ct-video-list {
        padding-bottom: 48px;
        padding-right: 54px;
    }

    .ct-btn-label {
        right: 22px;
        height: calc(100% - 69px);
    }

    .ct-btn-label a {
        font-size: 12px;
        letter-spacing: 3.6px;
    }

    .ct-btn-label span:before {
        bottom: calc(100% + 13px);
        width: 1px;
    }

    .ct-main .global-title {
        text-align: center;
        margin-bottom: 45px;
    }

    .ct-community-list > ul li a {
        font-size: 30px;
    }

    .ct-community-list > ul li:not(:last-child) {
        margin-bottom: 27px;
    }

    .ct-comm-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .ct-container .parallax-title-accent.is-wt .parallax-text h2 {
        font-size: 123px;
    }

    .ct-container .parallax-title-accent.is-right .parallax-text-holder {
        right: 94px;
        width: 100%;
        max-width: 120px;
    }

    .ct-container .parallax-title-accent.is-right .parallax-text-holder:last-of-type {
        right: 0;
        width: 100%;
        max-width: 114px;
    }

    .ct-lines:after {
        width: 1px;
        height: 67%;
    }

    .ct-lines:before {
        display: none;
    }

    .ct-community-list > ul {
        -webkit-transform: translate3d(0px, 0px, 0px)!important;
                transform: translate3d(0px, 0px, 0px)!important;
    }

    .ct-video-icon span:after {
        width: 42px;
        height: 42px;
        border: 3px solid #fff;
    }

    .ct-video-icon span.ai-font-play-button-a {
        font-size: 13px;
    }


    .ct-community-list > ul li:nth-child(n+10) ~ li {
        display: none;
    }

    .ct-accent-bg:before {
        display: none;
    }

    /*Real Estate Minute*/

    .rm-main .global-title {
        margin-bottom: 25px;
        padding: 0 29px;
    }

    .rm-row {
        padding-left: 0;
    }

    .rm-container {
        padding: 60px 30px 55px;
    }

    .rm-col {
        display: block;
        width: 100%!important;
    }

    .slick-slide.slick-current.slick-active .rm-thumb-title {
        background: transparent;
    }

    .slick-slide.slick-current.slick-active .rm-thumb-title span {
         opacity: 0;
         visibility: hidden;
     }


    .slick-slide.slick-current.slick-active .rm-thumb-img canvas{
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
    }

    .rm-thumb-col:last-child {
        display: none;
    }

    .rm-thumb-col {
        display: block;
        width: 100%!important;
    }

    .rm-thumb-item {
        display: block;
    }

    .rm-thumbnail-slide:not(.slick-initialized) .rm-thumb-item:nth-child(n+2) ~ div {
        display: none;
    }


    .rm-next-arrow span, .rm-prev-arrow span {
        font-size: 12px;
    }

    .rm-slide-arrow em.ai-icon-arrow-prev {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 10px solid #fff;
        margin-right: 14px;
    }

    .rm-slide-arrow em.ai-icon-arrow-next {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
        margin-left: 14px;
    }

    .rm-next-arrow span:hover em{
         border-left: 10px solid #b4c1d0;
    }

    .rm-prev-arrow span:hover em{
          border-right: 10px solid #b4c1d0;
    }

    .rm-slide-arrow {
        display: block;
        margin-bottom: 34px;
    }

    .rm-slide-arrow > div {
        margin: 0 24px;
    }


    .rm-main-controls {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .rm-btn {
        display: block;
        margin-bottom: 0;
    }

    .rm-up-next-btn {
        display: none;
    }

    .rm-video-icon span:after {
        width: 33px;
        height: 33px;
        border: 3px solid #fff;
    }


    .rm-video-icon span.ai-font-play-button-a {
        font-size: 10px;
    }

    .rm-thumb-icon span:after {
        width: 36px;
        height: 36px;
    }

    .rm-thumb-icon {
        font-size: 10px;
    }

    .rm-thumb-img {
        border: 5px solid #fff;
    }

    .rm-thumbnail-slide {
        margin-bottom: -3px;
    }

    .rm-container .slick-vertical .slick-slide {
        border: 3px solid transparent;
    }

    .rm-col:last-child {
        max-width: 240px;
        margin: 15px auto 34px;
    }

    .rm-container .parallax-text h2 {
        font-size: 87px;
    }

    .rm-bg {
        height: calc(100% - 230px);
    }

    .rm-lines {
        left: 38%;
        max-width: 43.8%;
    }

    /*Press Room*/

    .pr-container .parallax-title-accent.is-right .parallax-text-holder:last-of-type {
        right: 0;
        width: 100%;
        max-width: 103px;
    }



    .pr-category-title span {
        font-size: 20px;
    }

    .pr-title span {
        font-size: 25px;
    }

    .pr-desc p {
        font-size: 16px;
    }

    .pr-readmore-btn a {
        font-size: 13px;
    }

    .pr-item {
        padding: 50px 24px 44px;
        margin-bottom: 4px;
        width: 100%;
        display: block;
        transform: none;
    }

    .pr-main .slick-track{
        padding: 0;
    }



    .pr-slide:not(.slick-initialized) .pr-item:nth-child(n+2) ~ div {
        display: none;
    }

    .pr-title {
        margin-bottom: 23px;
        min-height: 0;
    }

    #press-room .pr-title{
        height: auto;
        margin-bottom: 10px;
    }

    .pr-category-title {
        height: auto;
        margin-bottom: 27px;
    }

    .pr-desc {
        margin-bottom: 10px;
    }

    .pr-img {
        margin-bottom: 42px;
    }

    .pr-container {
        padding: 50px 0 60px;
    }

    .pr-main .global-title {
        margin-bottom: 39px;
    }

    .pr-main-controls {
        margin: 45px auto 0;
    }

    .pr-wrapper > .container {
        padding: 0 15px;
        max-width: 356px;
    }

    .pr-next-arrow span, .pr-prev-arrow span {
        font-size: 12px;
    }

    .pr-slide-arrow em.ai-icon-arrow-prev {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 10px solid #fff;
        margin-right: 14px;
    }

    .pr-slide-arrow em.ai-icon-arrow-next {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
        margin-left: 14px;
    }

    .pr-next-arrow span:hover em{
         border-left: 10px solid #b4c1d0;
    }

    .pr-prev-arrow span:hover em{
          border-right: 10px solid #b4c1d0;
    }

    .pr-slide-arrow {
        margin-bottom: 36px;
    }

    .pr-lines {
        max-width: 77.4%;
        right: 0;
    }

    .pr-container .parallax-text h2 {
        font-size: 110px;
    }

    #press-room .pr-item {
        min-height: 0;
    }

   /* Blog*/

    .blog-wrapper > .container {
        width: 100%;
        padding: 0;
    }


    .blog-info h2 {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .blog-info span {
        font-size: 13px;
    }

    .blog-content p {
        font-size: 16px;
    }


    .blog-readmore-btn span {
        padding-top: 50px;
    }

    .blog-readmore-btn em.ai-icon-logo-sm {
        top: 0;
    }

    .blog-readmore-btn a {
        line-height: 50px;
        font-size: 16px;
    }

    .blog-info {
        margin-bottom: 26px;
        padding-top: 29px;
    }

     .blog-next-arrow span, .blog-prev-arrow span {
            font-size: 12px;
        }

    .blog-slide-arrow em.ai-icon-arrow-prev {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 11px solid #06356a;
        margin-right: 14px;
    }

    .blog-slide-arrow em.ai-icon-arrow-next {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 11px solid #06356a;
        margin-left: 14px;
    }

    .blog-next-arrow span:hover em{
         border-left: 11px solid #b4c1d0;
    }

    .blog-prev-arrow span:hover em{
          border-right: 11px solid #b4c1d0;
    }


    .blog-slide-arrow {
        margin-bottom: 43px;
    }

    .blog-main-controls {
        margin: 80px auto 0;
    }

    .blog-container {
        padding: 55px 0 69px;
    }

    .blog-main .global-title {
        margin-bottom: 49;
        margin-bottom: 49px;
    }

    .blog-readmore-btn {
        width: 10%;
    }

    .blog-img {
        width: 90%;
    }

    .blog-container .parallax-title-accent.is-left .parallax-text-holder {
        top: 0;
    }

    .blog-container .parallax-text h2 {
        font-size: 112px;
    }

    .blog-info-wrap {
        display: block;
        padding: 0 30px;
    }

    .blog-slide-arrow > div {
        margin: 0 33px;
    }

    .blog-lines {
        right: auto;
        max-width: 100%;
        width: calc(100% - 70px);
        left: 20px;
    }

    /*Meet the Team*/

    html.safari-true.ipad-true.tablet-true .mtt-container .parallax-title-accent.is-right .parallax-text-holder{
        right: 0;
    }

    .mtt-container .parallax-title-accent.is-right .parallax-text-holder {
        width: 100%;
        right: 0;
        max-width: 150px;
    }


    .mtt-item {
        margin: 0!important;
        width: 100%;
        padding: 0;
    }

    .mtt-list {
        margin: 0 auto;
        width: 100%;
        max-width: 434px;
    }

    .mtt-info h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .mtt-info span {
        font-size: 20px;
    }

    .mtt-info {
        margin-top: 33px;
    }

    .mtt-readmore-btn span {
        padding-top: 44px;
    }

    .mtt-readmore-btn div {
        line-height: 60px;
        font-size: 16px;
    }

    .mtt-img:before {
        border: 2px solid #fff;
    }

    .mtt-main .global-title {
        padding-bottom: 55px;
    }

    .mtt-container {
        padding: 46px 40px 74px;
    }

    .mtt-caption p {
        font-size: 20px;
        letter-spacing: 0.4px;
    }

    .mtt-caption {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .mtt-container .parallax-text h2 {
        font-size: 162px;
    }

    .mtt-lines {
        right: 0;
        max-width: 100%;
        width: calc(100% - 67px);
    }


    .mtt-item.is-btn {
        display: none!important;
    }

    .mtt-list .slick-slide[data-slick-index="5"] {
        display: none;
    }

    .mtt-slide-arrow {
         display: block;
         position: relative;
         margin-bottom: 48px;
     }

     .mtt-next-arrow span, .mtt-prev-arrow span {
         font-size: 13px;
         color: #fff;
         line-height: 1;
         letter-spacing: 0.400em;
         text-transform: uppercase;
         font-weight: 600;
     }

     .mtt-next-arrow span:hover,
    .mtt-prev-arrow span:hover{
        color: #0d63c3;
    }

    .mtt-next-arrow span:hover em{
         border-left: 11px solid #0d63c3;
    }

    .mtt-prev-arrow span:hover em{
         border-right: 11px solid #0d63c3;
    }

     .mtt-next-arrow, .mtt-prev-arrow {
         display: inline-block!important;
         vertical-align: middle;
         cursor: pointer;
     }

     .mtt-slide-arrow em.ai-icon-arrow-prev {
         width: 0;
         height: 0;
         border-top: 6px solid transparent;
         border-bottom: 6px solid transparent;
         border-right: 11px solid #fff;
         margin-right: 17px;
         vertical-align: baseline;
     }


     .mtt-slide-arrow em.ai-icon-arrow-next {
         width: 0;
         height: 0;
         border-top: 6px solid transparent;
         border-bottom: 6px solid transparent;
         border-left: 11px solid #fff;
         margin-left: 17px;
         vertical-align: baseline;
     }


    .mtt-slide-arrow > div {
         margin: 0 33px;
     }

     .mtt-slide-arrow > div:first-child {
         margin-left: 0;
     }

     .mtt-slide-arrow > div:last-child {
         margin-right: 0;
     }

    .mtt-main-controls {
        text-align: center;
        margin-top: 70px;
    }

    .mtt-slide-arrow {
        display: block;
        position: relative;
        margin-bottom: 50px;
    }

    .mtt-btns {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .mtt-btns > div:not(:last-child) {
        margin-bottom: 12px;
    }

    .mtt-list:not(.slick-initialized) .mtt-item:nth-child(n+2) {
        display: none;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .slideshow-content-title h2 {
        font-size: 49.68px;
    }

    .slideshow-agent {
        padding: 26px 50px 0 32px;
        margin-bottom: -30px;
    }

    .slide-filter-right {
        width: 35px;
    }

    .slide-filter-bottom {
        height: 30px;
    }

    .slideshow-content-title {
        margin-bottom: 35px;
        padding-left: 16px;
    }

    .slideshow-content-btn {
        margin-top: 30px;
        padding: 43px 15px;
    }

    .floating-logos {
        padding: 0 27px;
    }

    .slideshow-lines {
        width: calc(100% - 30px);
    }

    .slideshow-wrapper canvas {
        min-height: 250px;
    }

   /* Featured Listings*/


    .fl-btns-container {
        padding-right: 23px;
        padding-left: 0;
    }

    .fl-img canvas {
        min-height: 230px;
    }



    /*Community Tours*/

    .ct-container {
        padding: 49px 15px 56px;
    }

    .ct-video canvas {
        min-height: 230px;
    }

    .ct-video-list {
        padding-bottom: 30px;
        padding-right: 40px;
    }

    .ct-btn-label {
        right: 15px;
        height: calc(100% - 55px);
    }

    .ct-community-list > ul li a {
        font-size: 25px;
    }

    /*Real Estate Minute*/

    .rm-main .global-title {
        padding: 0;
    }

    .rm-container {
        padding: 60px 15px 55px;
    }

    /*Blog*/

    .blog-readmore-btn {
        width: 15%;
    }

    .blog-img {
        width: 85%;
    }

    /*Meet the Team*/

    .mtt-caption p {
        font-size: 18px;
    }

    .mtt-container {
        padding: 46px 25px 74px;
    }

    .mtt-lines {
        width: calc(100% - 28px);
    }

    .mtt-info h2 {
        font-size: 30px;
    }

    .mtt-info span {
        font-size: 18px;
    }

}


/*******************************************************
 *
 * End of Homepage Styles
 *
 *******************************************************/
#real-estate-minutes, #blog, #press-room {
  opacity: 0;
}

#featured-listings, #community-tours{
  display: none;
}