/***********/
/* Content */
/***********/

.content-text,
.content-text p,
.content-text li,
.article.content-text,
.article.content-text p,
.article.content-text li {
    color: #343434;
    font-family: Roboto, Arial, Helvetica, clean, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.5px;
}

.article.content-text,
.article.content-text p,
.article.content-text li {
    font-size: 16px;
    line-height: 170%;
}

.article.content-text p {
    margin: 25px 0;
}

.content-text h1,
.content-text h1.red,
.article.content-text h1,
.content-text h2,
.content-text h2.red,
.article.content-text h2 {
    font-family: Roboto, Arial, Helvetica, clean, sans-serif;
    color: #343434;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 150%;
    margin: 25px 0;
}

.content-text h3,
.article.content-text h3 {
    font-family: Roboto, Arial, Helvetica, clean, sans-serif;
    color: #343434;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 140%;
    margin: 25px 0;
}

.content-text h4,
.article.content-text h4 {
    font-family: Roboto, Arial, Helvetica, clean, sans-serif;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 150%;
    margin: 25px 0;
}

.content-text h1:first-child,
.content-text h2:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.content-text h1 a,
.content-text h2 a,
.content-text h3 a,
.content-text h4 a,
.content-text h1 a:hover,
.content-text h2 a:hover,
.content-text h3 a:hover,
.content-text h4 a:hover,
.article.content-text h1 a,
.article.content-text h2 a,
.article.content-text h3 a,
.article.content-text h4 a,
.article.content-text h1 a:hover,
.article.content-text h2 a:hover,
.article.content-text h3 a:hover,
.article.content-text h4 a:hover {
    color: inherit;
    font-family: Roboto, Arial, Helvetica, clean, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}

.content-text a,
.content-text a:hover,
.article.content-text a,
.article.content-text a:hover{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-transform: inherit;
}

.article.content-text p.caption {
    text-align: center;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    margin: 15px 10px 25px;
    line-height: 130%;
}

.content-text h3.border {
    border: none;
    padding: 0;
    overflow: initial;
    white-space: initial;
    line-height: 140%;
    margin: 25px 0 20px;
}

.content-text ol li {
    font-size: 14px;
}

.article.content-text ol li {
    font-size: 16px;
}


/*********************/
/* CMS Common Styles */
/*********************/
.cms-banner {
    margin-top: -50px;
}

.cms-section.cms-bg-grey {
    background-color: #f5f2f2;
    border:none;
}

.cms-new-brand {
    font-family: Roboto, sans-serif, clean;
    font-weight: 300;
}

.cms-new-brand .cms-centered,
.cms-new-brand.cms-centered {
    text-align: center;
}

.cms-new-brand h1,
.cms-new-brand h2,
.cms-new-brand h3 {
    font-family: Roboto, sans-serif, clean;
    text-transform: uppercase;
    color: #343434;
}

.cms-new-brand h1 {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 120%;
}

.cms-new-brand h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 150%;
}

.cms-new-brand h3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 140%;
}

.cms-new-brand p {
    font-family: Roboto, sans-serif, clean;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #343434;
}

.cms-new-brand a {
    color: #343434;
    text-decoration: underline;
}

.cms-new-brand a:hover {
    color: #343434;
}

.cms-new-brand h1 a,
.cms-new-brand h2 a,
.cms-new-brand h3 a,
.cms-new-brand h4 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

.cms-new-brand select,
.cms-new-brand input,
.cms-new-brand button,
.cms-new-brand textarea {
    font-family: Roboto, sans-serif, clean;
}

.cms-new-brand .button {
    text-decoration: none;
}

.cms-new-brand.cms-section {
    margin: 80px auto;
}

.cms-new-brand.cms-section.cms-section-narrow {
    width: 600px;
}

.cms-new-brand.cms-section.cms-bg-grey,
.cms-new-brand.cms-section.cms-bg-dark {
    margin: 80px auto;
    padding: 80px 0;
}

.cms-new-brand.cms-section.cms-bg-grey {
    background-color: #f4f2f1;
}

.cms-new-brand.cms-section.cms-section-narrow.cms-bg-grey,
.cms-new-brand.cms-section.cms-section-narrow.cms-bg-dark {
    width: 100%;
}

.cms-new-brand.cms-section.cms-section-narrow.cms-bg-grey > div,
.cms-new-brand.cms-section.cms-section-narrow.cms-bg-dark > div {
    width: 600px;
}

.cms-new-brand h2.cms-section-title {
    margin-bottom: 15px;
}

.cms-new-brand.cms-banner {
    background-size: cover;
}

.cms-new-brand.cms-banner .cms-banner-container-inner {
    top: 60px;
}

.cms-new-brand.cms-banner.cms-banner-left .cms-banner-container-inner {
    top: 75px;
    text-align: left;
    left: 0;
}

.cms-new-brand.cms-banner h1 {
    font-size: 40px;
}

.cms-new-brand.cms-banner.cms-banner-white h1,
.cms-new-brand.cms-banner.cms-banner-white h2,
.cms-new-brand.cms-banner.cms-banner-white h3,
.cms-new-brand.cms-banner.cms-banner-white p {
    color: #fff;
}

.cms-new-brand.cms-banner + .cms-new-brand.cms-section.cms-bg-grey,
.cms-new-brand.cms-banner + .cms-new-brand.cms-section.cms-bg-dark {
    margin-top: 0;
}

.cms-new-brand.cms-box-section .cms-box-title {
    margin-bottom: 30px;
    text-align: center;
}

.cms-new-brand.cms-box-section .cms-underline-title {
    font-family: Roboto, sans-serif, clean;
    font-size: 16px;
    margin-bottom: 30px;
}

.cms-new-brand.cms-box-section .cms-underline-title:after {
    width:0;
    height:0;
    background:none;
    content:normal;
    display:inline;
    margin:0;
}

.cms-new-brand.cms-box-section .cms-box-image {
    box-sizing: border-box;
    padding: 0 15px!important;
}

.cms-new-brand.cms-box-section .cms-row + .cms-row {
    border-top: none;
    margin: 60px auto 0;
    padding: 0;
}

.cms-new-brand.cms-box-section .cms-box-image img {
    margin-bottom: 15px;
}

.cms-new-brand.cms-box-section .cms-col3 .cms-col.cms-box-image img {
    width: 290px;
}

.cms-new-brand.cms-box-section .cms-box-image h3 {
    text-align: center;
}

.cms-new-brand.cms-circle-section .cms-circle-content,
.cms-new-brand.cms-box-section .cms-box-content {
    border: 0 none;
}

.cms-new-brand.cms-box-section .cms-box-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
}

.cms-new-brand h2.cms-title-italic {
    font-style: normal;
    font-size: 20px;
    text-transform: none;
}

.cms-new-brand.cms-title-divider div {
    background-image: none;
    padding: 0;
}

.cms-new-brand.cms-title-divider h2 {
    margin-top: 0;
}

.cms-new-brand.cms-title-divider p {
    font-size: 16px;
}

/***********************************/
/* Advisors Page (Talk to Curator) */
/***********************************/
.cms-new-brand.cms-ttc-banner p {
    margin-top: 0;
}

.cms-new-brand .cms-ttc-banner-button .button {
    width: auto;
}

.cms-new-brand.cms-ttc-advisory .cms-row .cms-col {
    width:570px;
    margin-left: 60px;
}

.cms-new-brand.cms-ttc-advisory .cms-row .cms-col:first-of-type,
.cms-new-brand.cms-ttc-advisory .cms-row .cms-col:first-of-type img {
    width: 330px;
}

.cms-new-brand .cms-ttc-form h2 {
    text-align: center;
}

.cms-new-brand h3.cms-ttc-form-subtitle {
    text-transform: none;
}

.cms-new-brand .cms-ttc-form form {
    margin-top: 50px;
}

.cms-new-brand .cms-ttc-form legend {
    font-family: Roboto, sans-serif, clean;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #343434;
    padding: 0;
    margin-bottom: 15px;
    border: none;
}

.cms-new-brand .cms-ttc-form div.cms-col:nth-of-type(1) .form-label {
    width: 85px;
}

.cms-new-brand .cms-ttc-form div.cms-col:nth-of-type(1) .form-control {
    margin-left: 95px;
}

.cms-new-brand.cms-ttc-curators > h2:first-of-type {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-bottom:50px;
}

.cms-new-brand.cms-ttc-curators .cms-row {
    width: 600px;
    margin: 0 auto 50px auto;
    padding: 0;
}

.cms-new-brand.cms-ttc-curators .cms-row div:nth-of-type(1) {
    float: left;
    width: 150px;
}

.cms-new-brand.cms-ttc-curators .cms-row div:nth-of-type(2) {
    float: left;
    width: 450px;
}

.cms-new-brand.cms-ttc-curators p.cms-paragraph {
    margin-bottom: 10px;
}


/************************************************/
/* Corporate & Trade Pages (Office & Interiors) */
/************************************************/
.cms-new-brand.cms-corp-afo p {
    font-size: 16px;
}

.cms-new-brand.cms-corp-logos {
    padding: 0;
}

.cms-new-brand.cms-corp-logos h3 {
    color: #343434;
    font-style: normal;
}

.cms-new-brand.cms-corp-logos img:first-child {
    margin-left: 0px;
}

.cms-new-brand.cms-corp-logos img {
    margin-left: 20px;
}

.cms-new-brand.cms-corp-form > div > div:nth-of-type(1) {
    height: auto;
}

.cms-new-brand.cms-corp-form > div > div:nth-of-type(2) {
    margin-top: 25px;
}

.cms-new-brand .cms-corp-customer-logos > div {
    margin-bottom: 15px;
    width: 960px;
    float: none;
}

.cms-new-brand .cms-corp-customer-logos > div:first-of-type {
    margin-top: 40px;
}

.cms-new-brand .cms-corp-customer-logos > div img {
    margin-left: 50px;
}

.cms-new-brand .cms-corp-customer-logos > div img:first-child {
    margin-left: 0px;
}

.cms-new-brand.cms-corp-testimonials h2 {
    margin: 0 auto 15px;
    width: 960px;
}

.cms-new-brand.cms-corp-testimonials p {
    font-family: Roboto, sans-serif, clean;
    color: #565656;
    font-size: 15px;
    font-style: normal;
    line-height: 150%;
    text-align: left;
}

.cms-new-brand.cms-corp-testimonials > div > div:nth-of-type(2) > div > img {
    height:45px;
}

.cms-new-brand.cms-box-section.cms-corp-afid > div > div.cms-col:nth-of-type(2) h3 {
    margin-bottom: 30px;
}

.cms-new-brand.cms-box-section.cms-corp-afid h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.cms-new-brand.cms-box-section.cms-corp-afid > div:nth-of-type(2) > div:nth-of-type(1) {
    padding-left: 25px!important;
}

.cms-new-brand.cms-box-section.cms-corp-afid > div:nth-of-type(2) > div:nth-of-type(2) {
    width: 615px;
}

.cms-new-brand ul.cms-trade-bullet-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #343434;
    line-height: 150%;
}

.cms-new-brand.cms-trade-cases .cms-trade-case-label {
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.cms-new-brand.cms-trade-cases .cms-trade-case-label {
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.cms-new-brand.cms-trade-cases .cms-col.cms-trade-img-bg > div {
    position:relative;
}

.cms-trade-cases .cms-col.cms-trade-img-bg:hover .cms-trade-case-label {
    visibility: hidden;
}

.cms-new-brand.cms-trade-cases .cms-col.cms-trade-img-bg > div > img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

.cms-new-brand.cms-trade-cases .cms-col h2 {
    font-family: Roboto, sans-serif, clean;
    font-size: 16px;
    font-weight: 300;
}

/**************/
/* Gift Cards */
/**************/
.cms-new-brand.cms-gift-main > div > div:nth-of-type(1) {
    margin: 0;
    width: 325px;
}

.cms-new-brand.cms-gift-main > div > div:nth-of-type(2) {
    width: 600px;
    margin: 35px 0 0 0;
}

.cms-new-brand.cms-gift-main > div > div:nth-of-type(2) h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.cms-new-brand.cms-gift-main > div > div:nth-of-type(2) h3 {
    font-size: 16px;
    margin: 0 0 25px 0;
}

.cms-new-brand.cms-gift-main > div > div:nth-of-type(2) > div > p {
    font-size: 14px;
    margin-bottom: 20px;
}

.cms-new-brand.cms-gift-main > div > div:nth-of-type(2) > div:nth-of-type(1) {
    float: left;
    width: 290px;
}

.cms-new-brand.cms-gift-main > div > div:nth-of-type(2) > div:nth-of-type(2) {
    float: right;
    width: 250px;
}

.cms-new-brand.cms-gift-main > div > div:nth-of-type(2) > div:nth-of-type(2) {
    float: right;
    width: 250px;
}

.cms-new-brand .cms-gift-form-container {
    margin-top: 40px;
}

.cms-new-brand .cms-gift-form-container .cms-gift-form {
    position: relative;
    width: 575px;
    float: left;
}

.cms-new-brand .cms-gift-form-container .cms-gift-form .button {
    width: 300px;
}

.cms-new-brand .cms-gift-form-container .cms-gift-contact {
    width: 330px;
    min-height: 170px;
    float: right;
    padding: 15px;
    background-color: #f4f2f1;
}

.cms-new-brand .cms-gift-contact ul li {
    margin: 10px 0;
}

.cms-new-brand.cms-gift-redeem .button {
    width: 300px;
    margin-top: 30px;
}
