

html,
body,
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background-size:cover;
    background-position:50% 50%;
    font-family:"Josefin Sans";
    color:black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family:"Cormorant Garamond", serif;
    font-size:calc(16px + (20 - 16) * ((100vw - 480px) / (1600 - 480)));
}
body{
	background-color: white;
}
a{
    text-decoration:none;
    font-family:inherit;
    font-size:inherit;
    color:inherit;
    word-break:break-all;
    hyphens:auto;
}
p > a {
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 90%;
    font-weight: 400;
    border-bottom: 3px solid #e3735d;
    font-style:normal;
}
.btn {
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    position: relative;
    padding-bottom: 4px;
}

.btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.75px;
    position: relative;
    bottom: 0;
    left: 0;
    background: #e3735d;
}
figure {
    margin: 0;
    padding: 0;
}
img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
}
.color-blue{
    color: #607e90;
    color:#5d7a8b;
}
.color-white{
    color:white;
}
.text-center{
    text-align:center;
}
.tagline{
    text-transform:uppercase;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * ((100vw - 480px) / (1600 - 480)));
}
h1{
	color:black;
	margin:0;
	font-size: 3.35vw;
	font-size:45px;
	line-height:1.25;
	font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
    font-size: calc(42px + (58 - 42) * ((100vw - 480px) / (1600 - 480)));
}
h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: calc(32px + (48 - 32) * ((100vw - 480px) / (1600 - 480)));
}
h3 {
    font-family: "Josefin Sans";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 0;
 }
h4 {
    font-family: "Josefin Sans";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 10px;
    margin: 0 0 0;
 }
 .img-block.tall h2,
.tall .img-block h2 {
    color: white;
    text-align: center;
    font-size: calc(42px + (52 - 42) * ((100vw - 850px) / (1600 - 850)));
}
.img-block h2,
.img-block.half h2,
.img-block.third h2 {
	color: white;
    text-align: center;
    font-size: calc(22px + (38 - 22) * ((100vw - 850px) / (1600 - 850)));
}
.img-block h2 + p,
.hero p {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    margin: 0;
    text-align: center;
    word-break: break-word;
}

.img-block h2 {
    margin: 0;
    word-break: break-word;
}
.global-banner,
.bg-grey{
	background-color: #f5f3f2;
        background-color: #f7f7f7;
}
.text,
.relative{
	z-index:1;
    position: relative;
}
.demo-icon {
    font-size:inherit;
    color:inherit;
    width: auto;
    height: auto;
}
.demo-icon::before{
    margin:0;
    width:auto;
    height:auto;  
}
.alt{
    display:block;
    text-indent: -999999px;
    width: 1px;
    height:1px;
    overflow: hidden;
}
.bg-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size:cover;
    background-position:50% 50%;
}
.bg-img.dark::before,
.hero .bg-img::before, 
.img-block .bg-img::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 51%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 51%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 51%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
    opacity: 0.5;
}

.img-block {
    position: relative;
    z-index: 0;
    min-height:300px;
}
.img-blocks.tall .img-block {
    height: 80vh;
    max-height: 700px;
}
.img-block .text.pad-box {
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, 0%,0);
    transform: translate3d(0, 0%,0);
}

.img-block:hover .text.pad-box {
    transform: translate3d(0,-40px,0);
}

.img-block .hover {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}
.img-block{
    overflow:hidden;
}
.img-block:hover .hover {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
} 

.img-block::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(96,126,144,0) 0%, rgb(96 126 144 / 96%) 80%);
    background: linear-gradient(to bottom, rgba(96,126,144,0) 0%, rgb(96 126 144 / 96%) 80%);
    content: '';
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
   
}

.img-block:hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.img-block .btn{
    color:white;
}
.body-copy .img-block .bg-img::before,
.body-copy .img-block::before {
    display: none;
}



header .main-nav,
.flex-wrap,
.social{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}
.flex-wrap .flex-wrap {
    width: auto;
}
.flex-wrap.gutter {
    margin: 0;
  
}
.flex-wrap.reverse{
    -ms-flex-direction:row-reverse;
    -webkit-flex-direction:row-reverse;
    flex-direction: row-reverse;
}

.flex-col,
.img-block{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:-webkit-column;
    flex-direction:-moz-column;
    flex-direction:-ms-column;
    -ms-flex-direction: column;
    flex-direction:column;
    justify-content:-webkit-center;
    justify-content:-moz-center;
     -ms-flex-pack: center;
    justify-content:-ms-center;
    justify-content:center;
}
.flex-col.align-bottom,
.flex-wrap a.flex-col.align-bottom,
.flex-wrap.align-right{
    justify-content:-webkit-flex-end;
    justify-content:-moz-flex-end;
    justify-content:-ms-flex-end;
    -ms-flex-pack: end;
    justify-content:flex-end;
}
.three-fourths{
	width: 75%;
}
.gutter .three-fourths{
    margin: 0 12px 0;
    width: calc(75% - 24px);
}
.half,
.one-half{
    width:50%;
}
.gutter .half,
.gutter.halfs > *{
    margin: 0 12px 0;
    width: calc(50% - 24px);
}
.gutter .half.img-block, 
.gutter.halfs > *.img-block {
    margin: 0 12px 24px;
}
.third,
.one-third{
    width:33.333%;
}
.gutter .one-third,
.gutter .third,
.gutter.thirds > *{
    margin: 0 12px 0;
    width: calc(33.333% - 24px);
}
.fourth,
.one-fourth{
    width:25%;
}
.gutter .one-fourth,
.gutter .fourth,
.gutter.fourths > *{
    margin: 0 12px 0;
    width: calc(25% - 24px);
}
.pad-box{
	/*-- 50px on 1024px layout --*/
	padding: 6.25vw;
    padding: 4.25vw 6.25vw;
}
.pad-lr {
    padding: 0 3.125vw;
}
.pad {
    padding: 3.125vw;
}

.img-block .pad-box {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width:850px){
    .pad-box{
        padding:4.25vw;
    }
}
@media only screen and (max-width:768px){
    
    .half{
        width:100%;
        margin:0 0 12px;
    }
    .gutter .half,
    .gutter.halfs > *{
        width:calc(100% - 24px);
        margin:0 12px 24px;
    }
    .half,
    .fourth,
    .third,
    .three-fourths{
        width:100%;
        margin:0 0 24px;
    }
    .gutter .half,
    .gutter.halfs > *,
    .gutter .one-third,
    .gutter .third,
    .gutter.thirds > *,
    .gutter .one-fourth,
    .gutter .fourth,
    .gutter.fourths > *{
        width:calc(100% - 24px);
        margin:0 12px 24px;
    }
    .img-block h2, 
    .img-block.half h2, 
    .img-block.third h2 {
        font-size: 28px;
    }

    .img-block.tall h2,
    .tall .img-block h2{
        font-size: 38px;
    }
    
}
@media only screen and (max-width:600px){
    
	.half,
	.fourth,
	.third,
	.three-fourths{
		width:100%;
        margin:0 0 24px;
	}
    .gutter .half,
    .gutter.halfs > *,
    .gutter .one-third,
    .gutter .third,
    .gutter.thirds > *,
    .gutter .one-fourth,
    .gutter .fourth,
    .gutter.fourths > *{
        width:calc(100% - 24px);
        margin:0 12px 24px;
    }
	
}



/*-- header --*/

header ul,
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.global-banner {
    padding: 10px 15px;
}
header nav ul.flex-wrap{
	align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    -ms-flex-pack: center;
    justify-content: -ms-center;
    justify-content: center;
}
.global-banner > .flex-wrap,
header .main-nav{
	justify-content: -webkit-space-between;
    justify-content: -moz-space-between;
    -ms-flex-pack: space-between;
    justify-content: -ms-space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.brands a{
	text-transform:uppercase;
    font-size: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}
header nav ul li a,
#menu nav ul li a {
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color:black;
    font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1600 - 480)));
    font-size:14px;
    transition: color 0.3s linear;
}
header nav ul li a{
    color:#607e90;
    color: #5c7a8b;
}
.img-block {
    background: black;
}
#menu nav ul li a{
    display:inline-block;
}
#menu nav ul li.selected a {
    color: #90aab9;
}
#menu nav ul li.selected a:hover,
#menu nav ul li a:hover {
    color: #272727;
}
header nav ul li.selected a,
header nav ul li a:hover{
    color: #607e90;
    color:black;
}
header nav ul li {
    margin: 0 20px;
}
header nav ul li:last-of-type{
    margin-right:0;
}
header .main-nav {
    /*padding: 20px 20px 15px;
        padding: 3.125vw;*/
        padding:20px 3.125vw;
}
ul.brands.flex-wrap {
    width: auto;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.brands li i.demo-icon.icon-bbf {
    font-size: 84%;
    font-size:115%;
    margin: 0 0px 0 0;
}
ul.brands li i.demo-icon.icon-bmtn {
    font-size: 75%;
    margin: 0 15px 0 0;
    font-size: 88%;
    margin: 0 2px 0 0;
}
ul.brands li {
    margin: 0 30px 0 0;
}
.global-banner > .flex-wrap {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.global-banner .btn{
    font-size:11px;

}
.global-banner .btn::after{
    height: 2px;
}
header a.logo {
    display: block;
    width: 22vw;
    max-width: 350px;
    min-width: 255px;
}
header .burger{
    display:none;
}

#menu{
    display: none;
    position: fixed;
    width: 100%;
    min-width: 300px;
    background-color: #607e90;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0s linear 0.3s, opacity 0.2s linear 0s;
    z-index: 999;
    height: 100vh;
    color: white;
    padding: 0;
    flex-direction:-webkit-column;
    flex-direction:-moz-column;
    flex-direction:-ms-column;
    -ms-flex-direction: column;
    flex-direction:column;
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;
    opacity:0;
    overflow-y:scroll;
}
.menu-active{
    height:100%;
    overflow:hidden;
}
#menu .pad {
    padding: 20px 3.125vw 20px 6.25vw;
}
.menu-active #menu{
    opacity:1;
    transform:translateX(0%);
    transition: transform 0s linear, opacity 0.2s linear 0s;
}
#menu .header,
#menu nav,
#menu .contact,
#menu .copyright{
    opacity: 0;
    transition: opacity 0.15s 0s linear;
}
.menu-active #menu .header,
.menu-active #menu nav,
.menu-active #menu .contact,
.menu-active #menu .copyright{
    opacity: 1;
    transition: opacity 0.65s 0.25s linear;
}
.menu-active #menu nav{
    transition: opacity 0.65s 0.3s linear;
}
.menu-active #menu .contact{
    transition: opacity 0.65s 0.35s linear;
}
.menu-active #menu .copyright{
    transition: opacity 0.65s 0.4s linear;
}
button.burger, 
button.exit {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor:pointer;
}
button.burger .demo-icon, 
button.exit .demo-icon{
    font-size:20px;
}
#menu a.logo .demo-icon {
    color: white;
    font-size: 60px;
}

#menu .flex-wrap.header {
    justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
button.exit .demo-icon {
    font-size: 25px;
    color: white;
}
#menu nav ul{
    display:block;
}
#menu nav ul li a{
    color:white;
    font-size:42px;
    font-weight:600;
    margin: 0 0 15px;
}
#menu nav {
    margin: 40px 0 60px;
}
#menu .contact p, 
#menu .contact p em, 
#menu .contact p strong {
    color: white;
    font-size: 20px;
}

#menu h4 {
    color: #acc0cc;
    font-weight: 700;
}

#menu .contact p strong {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 18px;
}

#menu .contact p {
    margin: 15px 0 40px;
}
#menu .social li a .demo-icon{
    color:white;
}
#menu ul.social {
    margin: 15px 0 0px;
}
.global-banner .social li a{
    font-size: 18px;
    margin: 0 20px 0 0;
}
.global-banner .social li:last-of-type a{
    margin:0;
}
header nav ul li.inquiries a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.0;
    margin: -3px 0 0;
    letter-spacing: 0;
}

header nav ul li.inquiries {
    padding-left: 20px;
    position: relative;
}

header nav ul li.inquiries::after {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 1px;
    background: #cacaca;
    top: -15px;
    left: -10px;
}
#menu nav ul li.inquiries {
    position: relative;
}

#menu nav ul li.inquiries a {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 46px;
}

#menu nav ul li.inquiries::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    height: 2px;
    width: 50px;
    background: rgb(255 255 255 / 21%);
    margin: 0 0 20px;
}
@media only screen and (max-width:1024px){
    header nav ul li {
        margin: 0 15px;
    }
    header nav ul li.inquiries {
        padding-left: 15px;
        position: relative;
    }
    header nav ul li.inquiries::after {
        content: "";
        display: block;
        position: absolute;
        height: 35px;
        width: 1px;
        background: #cacaca;
        top: -14px;
        left: -7.5px;
    }
    header nav ul li a{
        font-size: 12px;
    }
    header nav ul li.inquiries a{
        font-size: 14px;
    }
}
@media only screen and (max-width:900px){
    header nav ul li a{
        font-size: 11px;
    }
    header nav ul li {
        margin: 0 12px;
    }
    header nav ul li.inquiries {
        padding-left: 12px;
    }
    header nav ul li.inquiries::after {
        left: -6px;
    }
    .brands a {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    ul.brands li i.demo-icon.icon-bbf {
        font-size: 130%;
    }

   ul.brands li i.demo-icon.icon-bmtn {
        font-size: 100%;
    }

    .global-banner {
        padding: 8px 20px;
    }

    header nav {
        padding: 0px;
    }
}
@media only screen and (max-width:800px){
    header .burger{
        display:block;
    }
    #menu{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    header nav{
        display:none;
    }

    header a.logo {
        width: 300px;
    }
    .global-banner .social{
        display:none;
    }
    
}




/*-- footer --*/
footer ul,
ul.social{
	list-style:none;
	margin:0;
	padding:0;
}
footer{
	width:100%;
    background-color:#f7f7f7;
}
footer .bg-grey{
	padding:20px;
    text-align:center;
    background: #efefef;
}
footer .bg-grey p{
	margin:0;
	font-size:12px;
	line-height:18px;
    font-style:normal;
        color: #717171;
        color:#676565;
}
footer .flex-col{
	justify-content: space-between;
}
footer .flex-wrap{
	width:100%;
	align-items: unset;
    -webkit-align-items: unset;
    -moz-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
footer .links a {
    font-family: "Josefin Sans";
    font-size: 12px;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:1px;
        color: #717171;
}
footer p,
footer address {
    font-style:italic;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-weight:400;
        color: #717171;
}
footer address{
    margin:0 0 30px;
}
footer .pad-box {
    padding: 3.25vw 6.25vw;
}

footer .flex-wrap > div:nth-of-type(1), 
footer .flex-wrap > div:nth-of-type(4) {
    width: 30%;
}

footer .flex-wrap {
    justify-content: space-between;
}

footer .flex-wrap > div {
    padding: 0 30px 0px 0;
}
footer input[type="search"] {
    border: 1px solid grey;
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

footer p {
    margin: 0 0 0;
}

footer h4 + p {
    margin-top: 10px;
}
footer h4 {
    color: #757575;
    color: #6e6e6e;
}

footer .flex-wrap > div:nth-of-type(4) {
    padding: 0;
}
.social li a,
footer .social li a,
#menu .social li a{
    display:block;
    font-size:22px;
    margin:0 25px 0 0;
    color: #757575;
    transition: color 0.3s linear;
}
.social li:last-of-type a{
    margin:0;
}
.social li a:hover {
    color: #e3735d;
}
footer a.logo {
    display: inline-block;
    float: none;
    width: 22vw;
    margin: 0 0 20px;
    min-width:266px;
    max-width:350px;
}
footer p .btn{
    font-style:normal;
    font-size:10px;
}
footer .search h4{
    margin:0 0 15px;
}
@media only screen and (max-width:1024px){
   footer .flex-wrap > div:nth-of-type(4) {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content:-webkit-space-between;
        justify-content:-moz-space-between;
         -ms-flex-pack: space-between;
        justify-content:-ms-space-between;
        margin: 40px 0 0;
        align-items:flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    footer .flex-wrap > div:nth-of-type(1) {
        width: 50%;
    }

    footer .flex-wrap > div {
        width: 25%;
    }

    footer .flex-wrap > div:nth-of-type(4) > div {
        width: 50%;
        padding:0 30px 0 0;
    } 
    
}
@media only screen and (max-width:768px){
    footer .flex-wrap > div:nth-of-type(4) {
        width: 100%;
        padding: 0;
        display: block;
    }
    footer .flex-wrap > div:nth-of-type(4) > div {
        width: 100%;
        padding:0 0px 30px 0;
    } 
    footer .flex-wrap > div:nth-of-type(3){
        padding:0 0 0 10px;
    }
    footer .flex-wrap > div, 
    footer .flex-wrap > div:nth-of-type(1) {
        width: auto;
    }
}
@media only screen and (max-width:650px){
   footer .flex-wrap > div:nth-of-type(1){
    width:100%;
    padding:0;
    margin:0 0 40px;
   } 
   footer .flex-wrap > div:nth-of-type(2){
    text-align:right;
   }
   footer .flex-wrap > div:nth-of-type(2),
   footer .flex-wrap > div:nth-of-type(3){
    width:50%;
   }
    footer .flex-wrap > div:nth-of-type(1) {
        text-align: center;
        display: block;
    }

    footer ul.social {
        margin: 0 auto;
        justify-content: center;
    }

    footer .social li a {
        margin: 0 15px;
    }

    footer .flex-wrap > div:nth-of-type(4) > div {
        text-align: center;
    }
}

/*-- home --*/

.hero{
	position:relative;
	height:60vh;
	min-height: 400px;
	width:100%;
    background-color: black;
}
.hero .text{
	position:relative;
	color:white;
	z-index:1;
	text-align:center;
}
.hero .text h1{
    color:white;
}
.hero .text .icon-logo{
	color:white;
	font-size:150px;
}


/*-- team --*/
.team .third {
    display: block;
    margin-bottom: 30px;
}

.team .text h2 {
    font-size: 22px;
    margin: 0 0 5px;
    color:#617e91;
    color:#5f7a8c;
}

.team .text p {
    margin: 0;
}

.team .text {
    padding: 15px 10px;
}
.team figure{
    position:relative;
    z-index:0;
}
.team figure .bg-img{
    z-index:0;
}
.team figure figcaption{
    min-height:400px;
    opacity:0;
    position:relative;
    z-index:2;
    padding: 25px;
    background-color:#e3735d;
    color:white;
    transition: opacity 0.35s linear;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:-webkit-column;
    flex-direction:-moz-column;
    flex-direction:-ms-column;
    -ms-flex-direction: column;
    flex-direction:column;
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;

        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:0;
}
.team .third:hover figure figcaption,
.team .third:active figure figcaption{
    opacity:1;
}
.team figcaption .name {
    margin:0 0 10px;
}
.team figcaption .name h3{
    color:white;
    margin:0 0 3px;
}
.team figcaption .name p,
.team figcaption .name p em{
    margin:0;
    color:white;
    font-size:14px;
}
.team figcaption .info p{
    color:white;
    font-size: 36px;
    margin:0;
}
.flex-wrap.gutter.team {
    margin: 0 36px 36px;
    width: calc(100% - 72px);
}
.team.gutter .third {
    margin: 0 6px 40px;
    width: calc(33.333% - 12px);
}

.team .info p,
.team .info p:first-child,
.team .info p:nth-of-type(2),
.team .info p:nth-of-type(3) {
    opacity:0;
    -webkit-transition: opacity 0s linear 0.35s, -webkit-transform 0s 0.35s;
    transition: opacity 0s linear 0.35s, transform 0s 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}
.team a figure{
    overflow:hidden;
}
.team a:hover .info p{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.team a:hover .info p:first-child {
    -webkit-transition-delay: opacity 0s, transform 0s;
    transition-delay: opacity 0s, transform 0s;
    -webkit-transition: opacity 0.35s 0s, -webkit-transform 0.35s 0s;
    transition: opacity 0.35s 0s, transform 0.35s 0s;
}

.team a:hover .info p:nth-of-type(2) {
    -webkit-transition: opacity 0.35s 0.05s, -webkit-transform 0.35s 0.05s;
    transition: opacity 0.35s 0.05s, transform 0.35s 0.05s;
}

.team a:hover .info p:nth-of-type(3) {
    -webkit-transition: opacity 0.35s 0.1s, -webkit-transform 0.35s 0.1s;
    transition: opacity 0.35s 0.1s, transform 0.35s 0.1s;
}






@media only screen and (max-width:1024px){
    .team.gutter .third {
        width: calc(50% - 12px);
    }
    .flex-wrap.gutter.team {
        margin: 0 24px 24px;
        width: calc(100% - 48px);
    }
}

@media only screen and (max-width:650px){
    .team.gutter .third {
        width: 100%;
        margin:0 0 30px;
    }
    .flex-wrap.gutter.team {
        margin: 0;
        width: 100%;
        padding:0 6.25vw;
    }
}




/*-- portfolio --*/

ul.specs {
    list-style: none;
    margin: 60px 0 0;
    padding: 0;
}

ul.specs li {
    margin: 0 0 36px;
}

.body-copy ul.specs li p {
    font-size: calc(26px + (32 - 26) * ((100vw - 480px) / (1600 - 480)));
    margin: 0;
    font-family: "Cormorant Garamond", serif;
}

.body-copy h2 {
    margin: 0 0 0;
}

.body-copy h2 + p {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}

.specs h3 {
    font-weight: 400;
    margin:0 0 4px;
}


.grid{
    width:100%;
  }
  .grid a{
    display:block;
  }
  .grid-item{
    border: 8px solid white;
    position:relative;
    display:block;
    width:50%;
    height:350px;
    height:35vw;
  } 
  .grid-item.full{
    width:100%;
  }

.grid-sizer,
  .grid-item {
    width: 50%;
  }
  .grid-item.width2{
    width: 100%;
  }
  .grid-item.height2{
    height: 700px;
    height:70vw;
  }
 

 div.grid-item.height2 {
    border: none;
}

div.grid-item.height2 > a {
    border: 8px solid white;
    /* height: 350px; */
    height: 35vw;
    position: relative;
}
.grid .hover {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}

.grid a:hover .hover {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery-link {
    position: relative;
    overflow: hidden;
}

.gallery-link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(96,126,144,0) 0%, rgb(96 126 144 / 96%) 80%);
    background: linear-gradient(to bottom, rgba(96,126,144,0) 0%, rgb(96 126 144 / 96%) 80%);
    content: '';
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery-link:hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);

}

.grid .btn {
    color: white;
}



/*-- press --*/
.press figure {
    /*border: 1px solid #d6d6d6;*/
    overflow:hidden;
    position:relative;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.press a.third{
    text-align:center;
    margin-bottom: 70px;
}
.press figure figcaption.hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    color: white;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0 0 40px;
    
}
.press figure figcaption.hover::after {
    content:"";
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity:0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    background: -webkit-linear-gradient(top, rgba(96,126,144,0) 0%, rgb(96 126 144 / 96%) 80%);
    background: linear-gradient(to bottom, rgba(96,126,144,0) 0%, rgb(96 126 144 / 96%) 80%);
}

.press a:hover figure figcaption.hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.press .text h2 {
    margin: 0;
    font-size: 22px;
    margin: 0 0 5px;
    color:#617e91;
    color:#5d7a8d;
}

.press .text {
    margin: 40px 0 0;
}

.press .text datetime {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.0;
    display: inline-block;
    font-family: "Josefin Sans";
    font-weight: 300;
    letter-spacing: 2px;
}



.press a figure figcaption .btn{
    color:white;
    opacity: 0;
    position:relative;
    z-index:1;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.press a:hover figure figcaption .btn {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*-- story --*/
.flex-wrap.gutter.body-copy .text {
    padding: 4.75vw 3.125vw;
}

.body-copy p {
    font-style: normal;
    font-size: calc(18px + (22 - 18) * ((100vw - 480px) / (1600 - 480)));
    font-family: "Josefin Sans";
    font-weight: 300;
    line-height: 1.45;

}

.body-copy h2 {
    font-family: "Josefin Sans";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 0;
    color: #607e90;
    color:#5c7a8c;
}

.body-copy .intro-text p {
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    font-size: calc(22px + (32 - 22) * ((100vw - 480px) / (1600 - 480)));
}
.max-width{
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    
}
.max-width h2{
    font-family: "Josefin Sans";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 0;
    color: #607e90;
    color:#5b7483;
}
.max-width p{
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    font-size: calc(22px + (32 - 22) * ((100vw - 480px) / (1600 - 480)));

}
.img-block.tall{
    height: 80vh;
    max-height: 700px;
}
.img-block.third h2,
.img-blocks.full-width .half h2{
    font-size: calc(22px + (36 - 22) * ((100vw - 480px) / (1600 - 480)));
}
.img-blocks.full-width .half:nth-of-type(2n+1) {
    border-right: 2px solid white;
}

.img-blocks.full-width .half:nth-of-type(2n+2) {
    border-left: 2px solid white;
}
@media only screen and (max-width:768px){
    .flex-wrap.gutter.body-copy .text{
        padding:0;
    }
    .half.img-block {
        min-height: 400px;
    }
    .max-width{
        max-width: none;
    }
}






/*-- inquiries --*/



form label, 
.freeform-row .freeform-column .freeform-label {
    margin: 0 0 5px;
    font-weight: normal !important;
    text-transform: uppercase;
    font-family:"Josefin Sans";
    font-size: 13px;
    letter-spacing:1px;
}

form input,
form textarea {
    border: 1px solid #c1c1c1;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-family: "Cormorant Garamond", serif;
    border-radius:0px;
    outline:none;
    transition: border-color 0.3s linear;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus{
    border-color:#607e90;
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
    color:  #e3735d !important;
    font-size:20px !important;
    margin: 0 0px 0px 2px !important;
    position: relative !important;
    top: 1.25px !important;
}

form [type="submit"] {
    border: none;
    background: transparent;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 800;
    padding-bottom: 4px;
}

form [type="submit"]::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.75px;
    position: relative;
    bottom: 0;
    left: 0;
    background: #e3735d;
}



.freeform-row .freeform-column .freeform-errors>li, 
.freeform-row .freeform-column .ff-errors>li, 
.freeform-form-has-errors {
    color: #e3735d !important;
}

.freeform-form-has-errors {
    background: #e3735d !important;
    text-align: center !important;
    padding: 20px !important;
    font-size: 24px;
    color: white !important;
}




















