/* Header */

.wyn-header-component .header-content .brand-logo {
	width:306px;
}

@media (max-width: 768px) {
	.wyn-header-component .header-content .brand-logo {
		width: 194px;
	}
}

@media (max-width: 768px) {
	.wyn-header-component .header-content .contact-wrapper {
		flex-grow:1;
		text-align:center;
	}
}



/* Wyn WYSIWYG */

.wyn-wysiwyg a {
	color:#002D72;
}

/* Strip Text */

.wyn-strip-text-component.has-gray-bk {
	background-color: #F3F4F5;
}

.wyn-strip-text-component .wyn-wysiwyg a .icon-view {
	display:none;
}

.wyn-strip-text-component.center>.body, .wyn-strip-text-component.center>.headline {
    width: 100%;
    max-width: 90%;
}

.wyn-strip-text-component.justified {
	display:flex;
	justify-content: space-between;
	flex-direction: row;
}

.wyn-strip-text-component.justified .headline {
	max-width:40%;
}

@media (max-width: 768px) {
	.wyn-strip-text-component.justified {
		flex-direction: column;
	}

	.wyn-strip-text-component.justified .headline {
		max-width:100%;
	}
}


/* Strip Column */

.wyn-strip-column-component .heading-description {
	margin: -20px 0 40px 0;
}

.wyn-strip-column-component .heading-description p {
	margin:0 0 16px 0;
}

.wyn-strip-column-component .heading-description p a {
	color:#002D72;
	font-weight:bold;
}


/* Strip Text */

.wyn-strip-text-component .heading-image img {
	max-width:72px;
	margin:0 auto 24px auto;
}


/* Copy Row */

.wyn-copy-row .copy-item .copy-subheadline.no-headline {
	font-size:18px;
}

/* Wynbiz People */

.wynbiz-people {
    background-color:#F3F4F5;
    padding: 90px 160px 66px;
}

@media (max-width: 768px) {
    .wynbiz-people {
        padding: 40px 22px 24px;
    }
}

.wynbiz-people > .header {
    text-align: center;
    margin-bottom:36px;
}

.wynbiz-people .header h2 {
    color: #222;
    font-size: 36px;
    letter-spacing: -.5px;
    line-height: 1.17;
    margin-bottom: 24px;
}

@media (max-width: 768px) {

    .wynbiz-people .header h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.19;
        letter-spacing: -.4px;
    }

}

.wynbiz-people .body-copy, .wynbiz-step .body-copy p {
    font-size: 18px;
    line-height: 1.5;
    color: #707070;
    margin: 0 0 24px 0;
}

.wynbiz-people .people-list .person {
    display:block;
    background-color:#FFF;
    padding:36px;
    margin:0 0 24px 0;
    border:1px solid #D1D1D1;
}

.wynbiz-people .people-list .person .header {
    display:flex;
    
}

@media (max-width: 768px) {
    .wynbiz-people .people-list .person .header {
        display:block;
    }
}

.wynbiz-people .people-list .person .header .thumbnail {
    width:86px;
    height:86px;
    border-radius:100%;
    background-size:contain;
    overflow: hidden;
    flex-shrink: 0;
    margin:0 36px 0 0;
}

@media (max-width: 768px) {
    .wynbiz-people .people-list .person .header .thumbnail {
        margin:0 26px 24px 0;
        float:left;
    }
}

.wynbiz-people .people-list .person .header .details {
    text-align:left;
}

.wynbiz-people .people-list .person .header .details p.name {
    margin:0 0 8px 0;
}

.wynbiz-people .people-list .person .header .details p.name strong {
    font-size:24px;
    font-weight:normal;
}

.wynbiz-people .people-list .person .header .details p.title {
    font-size:18px;
    margin:0 0 16px 0;
    line-height:1.26;
}

.wynbiz-people .people-list .person .header .details .description, .wynbiz-people .people-list .person .header .details .description p {
    font-size:15px;
}

