/*#t-home .home-hero {*/
/*    background-image: url(/wp-content/uploads/2021/02/Hero1-1.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    height: 44vw;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 26px;*/
/*    min-height: 680px;*/
/*    animation: changeBG 28s cubic-bezier(1, -0.11, 0.97, 0.06) both infinite;*/
/*}*/
/*@keyframes changeBG {*/
/*    0%,100%{*/
/*        background-image: url(/wp-content/uploads/2021/02/Hero1-1.jpg);*/
/*    }*/
/*    25%{*/
/*        background-image: url(/wp-content/uploads/2021/02/Hero2-1.jpg);*/
/*    }*/
/*    50%{*/
/*        background-image: url(/wp-content/uploads/2021/02/Hero3-1.jpg);*/
/*    }*/
/*    75%{*/
/*        background-image: url(/wp-content/uploads/2021/02/Hero4-1.jpg);*/
/*    }*/
/*}*/
#t-home .sub-section {
    background: url(/wp-content/uploads/2021/01/Component-2-–-1-1.png);
    background-size: cover;
    height: auto;
    text-align: center;
    padding: 100px 25px;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
#t-home h2 {
    margin-top: 0;
}
#t-home .city-sub-section {
    background: url(/wp-content/uploads/2021/01/City_Illustration.jpg);
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding: 100px 25px;
}
#t-home .core-sub-section {
    background: url(/wp-content/uploads/2021/01/Conference_Image.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 100px 25px;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
#t-home .inv-sub-section {
    text-align: center;
    padding: 100px 25px;
}
#t-home .home-hero h1 {
    text-align: left;
    line-height: 1.5em;
    margin-top: 0;
    font-size: 36px;
    max-width: 1000px;
    color: #fff;
}
#t-home .home-hero h1 span {
    font-size: 2.3em;
    border-top: 4px solid #fff;
}
#t-home .blue-bubble .sm-btn-wht:hover, #t-home .blue-bubble .sm-btn-wht a:hover {
    background: #707070;
    color: #fff;
}
#t-home .sub-section p {
    padding: 0 10% 1em 10%;
    line-height: 1.75;
}
#t-home .flexthis .item {
    padding: 0 6em;
    position: relative;
}
#t-home .sub-section .item h2 {
    font-size: 1.9em;
    margin-bottom: 0;
}
#t-home .flexthis .item #borderRight {
    border-right: 2px solid #fff;
    position: absolute;
    top: 25%;
    bottom: 10%;
    right: 0%;
    height: 80px;
}
#t-home .flexthis .item.last {
    border-right: unset;
}
.sub-section .sm-btn-wht {
    margin-top: 3em;
}
.sub-section .sm-btn-wht:hover {
    background-color: #707070;
}
#t-home .sub-section .item p {
    padding: 0;
    margin: 0;
}
.city-sub-section .flexthis {
    /*padding: 0 22.5%;*/
    gap: 0 60px;
}
#t-home .grey-bubble {
    background: #707070;
}

#t-home .blue-bubble {
    background: #0657AE;
}
#t-home .blue-bubble .sm-btn-reverse {
    width: 220px;
    min-width: 220px;
    padding: 12px;
}

#t-home .city-sub-section .flexthis h2 {
    font-size: 1.75em;
    margin: 0;
}
#t-home .core-sub-section .gridthis {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0 10%;
}
.gridthis .box {
    padding-top: 25%;
}
.gridthis .box #op-box {
    background: #000;
    opacity: .5;
    height: 15vw;
    width: 15vw;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1
}
.gridthis .box h2, .flexthis .box img {
    z-index: 1;
}
.core-sub-section .sm-btn-wht {
    margin-top: 10em;
}
#t-home .inv-sub-section .flexthis {
    justify-content: space-around;
    padding: 0 20%;
    margin-bottom: 3em;
}
#t-home .inv-sub-section .private, #t-home .inv-sub-section .family {
    width: 30%;
}
.inv-sub-section .mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}
.inv-sub-section .mini-grid img {
    padding: 15px;
}
.inv-sub-section .mini-grid img.left {
    justify-self: start;
    align-self: center;
    padding-left: 0;
}
.inv-sub-section .mini-grid img.right {
    padding-right: 0;
    justify-self: end;
    align-self: center;
}
/* #t-home .grey-bubble .sm-btn-wht:hover {
    color: #fff !important;
} */
#t-home .grey-bubble a.sm-btn-wht, #t-home .blue-bubble a.sm-btn-wht {
    color: #0657AE;
}
#t-home .grey-bubble a.sm-btn-wht:hover {
    color: #fff !important;
}
@media screen and (max-width: 1847px) {
    #t-home .flexthis .item {
        padding: 0px 2em;
    }
}

@media screen and (max-width: 1335px) {
    #t-home .sub-section .item h2 {
        font-size: 1.5em;
    }
}

@media only screen and ( min-width: 1182px ) and ( max-width: 1575px ) {
    #t-home .inv-sub-section .flexthis {
        justify-content: space-around;
        padding: 0 10%;
    }
}

@media screen and (max-width: 1181px ) {
    #t-home .inv-sub-section .flexthis {
        justify-content: space-around;
        padding: 0 5%;
    }
    .subhead-underline {
        font-size: 1.3em;
    }
}

/* tablet landscape query  */
@media only screen
and (min-device-width: 740px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
    #t-home .flexthis .item {
        padding: 0px 1em;
    }
    .gridthis .box #op-box {
        height: 20vw;
    }
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    p {
        font-size: 18px; 
    }
    .flexthis {
        display: flex !important;
    }
    .sub-section .flexthis {
        display: grid !important;
    }
    .sm-btn-wht {
        min-width: 180px;
        width: 180px;
    }
    #t-home .flexthis .item {
        padding: 0px 1em;
    }
    .gridthis .box #op-box {
        height: 20vw;
    }
    #t-about .sub-section {
        height: 53vw;
    }
    #t-about .sub-section {
        padding: 50px 25px;
    }
    .origin-section .container {
        padding: 2em 5% 2em 5%;
    }
    .origin-section img {
        height: 30vw; 
    }
    #t-about p {
        font-size: 18px !important;
    }
    #t-about h3, #t-type h3 {
        line-height: normal;
    }
    #t-about .wht-team.testimonials .container {
        padding: 0 2% 1em 12% !important;
    }
	.wht-team .grid {
		grid-template-columns: auto !important;
		grid-row-gap: 1em;
		padding: 0 8em 0 8em;
	}
    #t-about .wht-team.testimonials .test-grid .test-grid-item {
        margin-right: 2em;
    }
    .wht-team .container {
        padding: 0 15% 1em 15%;
    }
    .wht-team .grid .core-grid-item {
        margin-right: .5em;
    }
	#t-type .flexthis div p.numbers {
		font-size: 40px;
	}
	#t-type .subhero .flexthis .line {
		height: 7vw;
	}
	.news h2.entry-title a, .news h1 {
		font-size: 34px;
	}
	.news .sm-btn-reverse {
		float: unset !important;
	}
	#t-cont .container {
		padding: 4em 3% 4em 3%;
	}
	#t-ref .hero-content {
		max-width: 30% !important;
	}
	.sm-btn-reverse {
		display: inline-block;
	}
}
@media only screen 
  and (min-width: 820px) 
  and (max-width: 1180px) {
    p {
        font-size: 18px; 
    }
    .flexthis {
        display: flex !important;
    }
    .sub-section .flexthis {
        display: grid !important;
    }
    .sm-btn-wht {
        min-width: 180px;
        width: 180px;
    }
    #t-home .flexthis .item {
        padding: 1em;
    }
    #t-home .core-sub-section .gridthis {
        grid-gap: 10px;
    }
    .gridthis .box #op-box {
        height: 20vw;
    }
    #t-about .sub-section {
        height: 53vw;
    }
    #t-about .sub-section {
        padding: 50px 25px;
    }
    .origin-section .container {
        padding: 2em 5% 2em 5%;
    }
    .origin-section img {
        height: 30vw; 
    }
    #t-about p {
        font-size: 18px !important;
    }
    #t-about h3, #t-type h3 {
        line-height: normal;
    }
    #t-about .wht-team.testimonials .container {
        padding: 0 2% 1em 12% !important;
    }
	.wht-team .grid {
		grid-template-columns: auto !important;
		grid-row-gap: 1em;
		padding: 0 8em 0 8em;
	}
    #t-about .wht-team.testimonials .test-grid .test-grid-item {
        margin-right: 2em;
    }
    .wht-team .container {
        padding: 0 15% 1em 15%;
    }
    .wht-team .grid .core-grid-item {
        margin-right: .5em;
    }
	#t-type .flexthis div p.numbers {
		font-size: 40px;
	}
	#t-type .subhero .flexthis .line {
		height: 7vw;
	}
	.news h2.entry-title a, .news h1 {
		font-size: 34px;
	}
	.news .sm-btn-reverse {
		float: unset !important;
	}
	#t-cont .container {
		padding: 4em 3% 4em 3%;
	}
	#t-ref .hero-content {
		max-width: 30% !important;
	}
	.sm-btn-reverse {
		display: inline-block;
	}
  }
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    p {
        font-size: 18px; 
    }
    .flexthis {
        display: flex !important;
    }
    .sub-section .flexthis {
        display: grid !important;
    }
    .sm-btn-wht {
        min-width: 180px;
        width: 180px;
    }
    #t-home .flexthis .item {
        padding: 0px 1em;
    }
    #t-home .core-sub-section .gridthis {
        grid-gap: 10px;
    }
    .gridthis .box #op-box {
        height: 20vw;
    }
    #t-about .sub-section {
        height: 53vw;
    }
    #t-about .sub-section {
        padding: 50px 25px;
    }
    .origin-section .container {
        padding: 2em 5% 2em 5%;
    }
    .origin-section img {
        height: 30vw; 
    }
    #t-about p {
        font-size: 18px !important;
    }
    #t-about h3, #t-type h3 {
        line-height: normal;
    }
    #t-about .wht-team.testimonials .container {
        padding: 0 2% 1em 12% !important;
    }
	.wht-team .grid {
		grid-template-columns: auto !important;
		grid-row-gap: 1em;
		padding: 0 8em 0 8em;
	}
    #t-about .wht-team.testimonials .test-grid .test-grid-item {
        margin-right: 2em;
    }
    .wht-team .container {
        padding: 0 15% 1em 15%;
    }
    .wht-team .grid .core-grid-item {
        margin-right: .5em;
    }
	#t-type .flexthis div p.numbers {
		font-size: 40px;
	}
	#t-type .subhero .flexthis .line {
		height: 7vw;
	}
	.news h2.entry-title a, .news h1 {
		font-size: 34px;
	}
	.news .sm-btn-reverse {
		float: unset !important;
	}
	#t-cont .container {
		padding: 4em 3% 4em 3%;
	}
	#t-ref .hero-content {
		max-width: 30% !important;
	}
	.sm-btn-reverse {
		display: inline-block;
	}
}

@media only screen
and (min-device-width : 740px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    #t-home .home-hero h1 {
        margin-top: 30%;
        padding: 0 30px;
    }
    .flexthis {
        display: block;
    }
    .city-sub-section .flexthis {
        display: flex;
    }
}


@media screen and (max-width: 810px) {

    #t-home .home-hero h1 {
        font-size: 30px !important;
        margin-top: 75px;
    }
    

    #t-home .home-hero h3 {
        padding: 0;
    }

    #t-home .home-hero {
        height: 80vh;
        display: flex;
        align-items: flex-start;
        padding: 94px 10px 10px 25px;
        min-height: 700px;
    }
    #t-home .sub-section p {
        padding: 0 0 1em 0;
    }
    #t-home .city-sub-section {
        padding: 60px 25px;
    }

    #t-home .sub-section {
        height: auto;
        padding-bottom: 50px;
    }
    
    h2.eyebrow.homepage {
        margin: 0;
    }
    #t-home h2 {
        line-height: normal;
        margin-bottom: 10px;
        font-size: 1.15em;
    }

    .wht h3, h3.blu {
        font-size: 2.15em;
    }

    #t-home .flexthis .item {
        padding: 1em 0em 3em 0;
    }
    #t-home .sub-section .item h2 {
        font-size: 1.5em;
    }
    #t-home .flexthis .item img {
        width: 30%;
        margin-bottom: 1em;
    }

    #t-home .sub-section .item p {
        margin-top: 0px; 
        line-height: normal;
    }

    .sub-section .sm-btn-wht {
        margin-top: 0;
    }

    .flexthis {
        flex-direction: column;
    }

    #t-home .flexthis .item #borderRight {
        display: none;
    }

    #t-home .city-sub-section {
        height: auto;
        background:none;
    }
    .city-sub-section .flexthis {
        padding: 23px;
        align-items: center;
    }

    #t-home .grey-bubble {
        position: initial;
        margin-bottom: 50px;
        /*display: flex;*/
        /*flex-direction: column;*/
        /*padding: 32px;*/
    }

    #t-home .blue-bubble {
        position: initial;
    }

    #t-home .blue-bubble .sm-btn-reverse {
        width: 160px;
        min-width: 160px;
        padding: 12px;
    }

    #t-home .blue-bubble p,
    #t-home .grey-bubble p,
    #t-home .blue-bubble h2,
    #t-home .grey-bubble h2 {
        padding: 0 30px;
    }


    #t-home .blue-bubble,
    #t-home .grey-bubble {
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        height: 90vw;
        width: 90vw;
        max-width: 500px;
        max-height: 500px;
    }

    #t-home .city-sub-section .flexthis h2 {
        margin: 0;
        font-size: 1.5em;
    }

    #t-home .city-sub-section .flexthis p {
        font-size: 16px;
        /* padding: 0; */
    }

    #t-home .core-sub-section {
        height: auto;
        background-position-x: 74%;
        padding-bottom: 60px;
        background-attachment: unset;
        min-height: unset;
        background-position: unset;
    }

    #t-home .core-sub-section .gridthis {
        grid-template-columns: 1fr;
    }

    .gridthis .box #op-box {
        display: none;
    }

    .gridthis .box {
        padding: 0;
        min-height: 270px;
        background-color: rgba(0,0,0,.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 34px;
    }
    .core-sub-section .sm-btn-wht {
        margin-top: 10px;
    }


    #t-home .inv-sub-section .private,
    #t-home .inv-sub-section .family {
        width: auto;
    }

    #t-home .inv-sub-section .flexthis {
        padding: 20px;
    }
    #t-home .inv-sub-section .family {
        margin-top: 56px;
    }

    #t-home .inv-sub-section  .mini-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    #t-home .inv-sub-section .mini-grid img {
        padding: 10px;
    }

    .sm-btn-reverse:hover a {
        color: #0657AE;
    }

    .sm-btn-wht:hover {
        border: none;
    }

    .sm-btn-wht:hover a {
        color: #fff;
    }

    .blue-bubble .sm-btn-wht:hover {
        background-color: gray;
    }

}
