281 lines
4.7 KiB
SCSS
281 lines
4.7 KiB
SCSS
body.cid-casestudies {
|
|
h2 {
|
|
font-size: 3em;
|
|
font-weight: 300;
|
|
color: #3366ff;
|
|
margin-top: 3rem;
|
|
margin-bottom: 1rem;
|
|
text-align: left;
|
|
}
|
|
|
|
h1[id]:before,
|
|
h2[id]:before,
|
|
h4[id]:before {
|
|
display: none;
|
|
}
|
|
|
|
main > section:first-child {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.content p, .content li {
|
|
font-size: 14px;
|
|
font-weight: 300;
|
|
color: #606060;
|
|
}
|
|
|
|
.quote + h2,
|
|
.quote + .lead {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.content {
|
|
width: 76.2%;
|
|
margin: 0 auto;
|
|
margin-top: 2%;
|
|
margin-bottom: 4%;
|
|
}
|
|
|
|
.heading {
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
.heading-logo {
|
|
max-height: 1em;
|
|
}
|
|
|
|
.subheading {
|
|
display: block;
|
|
font-size: 26px;
|
|
font-weight: 300;
|
|
line-height: 1.4em;
|
|
margin-top: 0.75em;
|
|
padding-bottom: 0.5em;
|
|
letter-spacing: 0.02em;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
position: relative;
|
|
font-weight: 300;
|
|
color: #fff;
|
|
padding-top: 5%;
|
|
padding-left: 11.9%;
|
|
padding-right: 11.9%;
|
|
font-size: 1.2em;
|
|
background-position: center;
|
|
background-size: cover;
|
|
background-color: #666;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.banner * {
|
|
position: relative;
|
|
}
|
|
|
|
.overlay:before{
|
|
position: absolute;
|
|
content: "";
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
z-index: 0;
|
|
background: linear-gradient(to right, #2635e4, #c72f6c);
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.details {
|
|
font-weight: 300;
|
|
color: #3366ff;
|
|
letter-spacing: 0.03em;
|
|
padding-bottom: 2% !important;
|
|
padding-top: 2%;
|
|
margin-left: 0;
|
|
padding-left: 11.9%;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.details .item {
|
|
margin-right: 2em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.quote {
|
|
width: 100vw;
|
|
position: relative;
|
|
left: 50%;
|
|
right: 50%;
|
|
margin-top: 3rem;
|
|
margin-bottom: 3rem;
|
|
margin-left: -50vw;
|
|
margin-right: -50vw;
|
|
}
|
|
|
|
.content .quote-text {
|
|
color: #fff;
|
|
padding-bottom: 5%;
|
|
width: 74%;
|
|
font-size: 1.3em;
|
|
line-height: 1.4em;
|
|
letter-spacing: 0.03em;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.content .quote-text p {
|
|
color: #fff;
|
|
font-size: 100%;
|
|
line-height: 1.4em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.quote-author {
|
|
display: block;
|
|
margin-top: 3em;
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
.lead {
|
|
font-size: 1.35rem;
|
|
font-weight: 300;
|
|
color: #3366ff;
|
|
margin-top: 3rem;
|
|
margin-bottom: 3rem;
|
|
letter-spacing: 0.03em;
|
|
}
|
|
|
|
.youtube-quote-sm {
|
|
display: inline-block;
|
|
width: 380px;
|
|
height: 215px;
|
|
}
|
|
|
|
.youtube-quote-sm iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0;
|
|
}
|
|
|
|
@media screen and (max-width: 910px) {
|
|
h1 {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.details {
|
|
font-size: 1em !important;
|
|
}
|
|
|
|
.quote-text {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.quote-author {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
body.td-section.cid-casestudies {
|
|
/* skip color override used elsewhere */
|
|
.gridPage p:not(.announcement-main > p) {
|
|
color: initial;
|
|
background: transparent;
|
|
}
|
|
|
|
section#case-studies h2, h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 3em;
|
|
margin-top: 2em;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
#case-studies .case-studies {
|
|
display: flex;
|
|
flex-direction: row;
|
|
max-width: calc(clamp(40em, 20vw + 80em, 100vw - 4em));
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 5em;
|
|
}
|
|
|
|
main > section, main > section:first-child {
|
|
padding-left: 10em;
|
|
padding-right: 10em;
|
|
}
|
|
|
|
.video-quote, .case-study-video {
|
|
max-width: calc(clamp(40em, 50vw + 20em, 100vw - 4em));
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 1em;
|
|
padding-bottom: 1em;
|
|
iframe {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-top: 1.5em;
|
|
}
|
|
}
|
|
|
|
.case-studies {
|
|
position: relative;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.case-study {
|
|
position: relative;
|
|
width: 50%;
|
|
flex-basis: 48%;
|
|
padding: 0 40px 0 242px;
|
|
margin-bottom: 60px;
|
|
min-height: 152px;
|
|
|
|
.quote {
|
|
color: black;
|
|
width: initial;
|
|
position: initial;
|
|
margin: initial;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
a {
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
.case-study:nth-child(9), .case-study:nth-child(10) {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.case-study img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 215px;
|
|
}
|
|
|
|
#usersGrid {
|
|
max-width: calc(clamp(10em, 25cm + 80em, 100vw - 4em));
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1000px) {
|
|
body.td-section.cid-casestudies {
|
|
.case-study {
|
|
width: initial;
|
|
flex-basis: 90vw;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
}
|