1672 lines
62 KiB
CSS
1672 lines
62 KiB
CSS
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
|
|
* {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box; }
|
|
|
|
.view--valid-certificate .accomplishment__details .list--metadata .item:last-child, .view--validate-certificate .list--instructions .item:last-child, .view--validate-certificate .list--instructions .item .instruction__details:last-child {
|
|
margin-bottom: 0;
|
|
margin-right: 0;
|
|
border: none;
|
|
padding-bottom: 0;
|
|
padding-right: 0; }
|
|
|
|
.list--actions, .list--docs, .list--steps, .list--controls, .list--fields, .list--help, .nav--wizard, .list--tips, .field--group, .view--valid-certificate .accomplishment__details .list--metadata, .view--validate-certificate .list--requirements, .view--validate-certificate .list--instructions {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-indent: 0; }
|
|
.list--actions li, .list--docs li, .list--steps li, .list--controls li, .list--fields li, .list--help li, .nav--wizard li, .list--tips li, .field--group li, .view--valid-certificate .accomplishment__details .list--metadata li, .view--validate-certificate .list--requirements li, .view--validate-certificate .list--instructions li, .list--actions dt, .list--docs dt, .list--steps dt, .list--controls dt, .list--fields dt, .list--help dt, .nav--wizard dt, .list--tips dt, .field--group dt, .view--valid-certificate .accomplishment__details .list--metadata dt, .view--validate-certificate .list--requirements dt, .view--validate-certificate .list--instructions dt, .list--actions dd, .list--docs dd, .list--steps dd, .list--controls dd, .list--fields dd, .list--help dd, .nav--wizard dd, .list--tips dd, .field--group dd, .view--valid-certificate .accomplishment__details .list--metadata dd, .view--validate-certificate .list--requirements dd, .view--validate-certificate .list--instructions dd {
|
|
margin: 0;
|
|
padding: 0; }
|
|
|
|
.sr, hr.divider, .title--logo .title--sub {
|
|
border: 0;
|
|
clip: rect(0 0 0 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px; }
|
|
|
|
.view--valid-certificate .accomplishment, .view--valid-certificate .accomplishment__statement, .view--valid-certificate .accomplishment__details, .view--valid-certificate .supplemental__how, .view--valid-certificate .supplemental__certificates, .view--valid-certificate .supplemental__about, .view--invalid-certificate .feedback, .view--invalid-certificate .supplemental__how, .view--invalid-certificate .supplemental__certificates, .view--invalid-certificate .supplemental__about {
|
|
-webkit-transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
|
|
-moz-transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
|
|
transition: width 0.25s ease-in-out, height 0.25s ease-in-out; }
|
|
|
|
.wrapper--header, .view--valid-certificate .accomplishment, .view--invalid-certificate .feedback, .view--validate-certificate .instructions {
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
|
|
|
|
@-webkit-keyframes fadeIn {
|
|
0% {
|
|
opacity: 0.0; }
|
|
50% {
|
|
opacity: 0.5; }
|
|
100% {
|
|
opacity: 1.0; } }
|
|
@-moz-keyframes fadeIn {
|
|
0% {
|
|
opacity: 0.0; }
|
|
50% {
|
|
opacity: 0.5; }
|
|
100% {
|
|
opacity: 1.0; } }
|
|
@keyframes fadeIn {
|
|
0% {
|
|
opacity: 0.0; }
|
|
50% {
|
|
opacity: 0.5; }
|
|
100% {
|
|
opacity: 1.0; } }
|
|
@-webkit-keyframes fadeInUp {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(20px); }
|
|
100% {
|
|
opacity: 1;
|
|
transform: translateY(0); } }
|
|
@-moz-keyframes fadeInUp {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(20px); }
|
|
100% {
|
|
opacity: 1;
|
|
transform: translateY(0); } }
|
|
@keyframes fadeInUp {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(20px); }
|
|
100% {
|
|
opacity: 1;
|
|
transform: translateY(0); } }
|
|
@-webkit-keyframes fadeInDown {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(-20px); }
|
|
100% {
|
|
opacity: 1;
|
|
transform: translateY(0); } }
|
|
@-moz-keyframes fadeInDown {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(-20px); }
|
|
100% {
|
|
opacity: 1;
|
|
transform: translateY(0); } }
|
|
@keyframes fadeInDown {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(-20px); }
|
|
100% {
|
|
opacity: 1;
|
|
transform: translateY(0); } }
|
|
@-webkit-keyframes fadeOut {
|
|
0% {
|
|
opacity: 1.0; }
|
|
50% {
|
|
opacity: 0.5; }
|
|
100% {
|
|
opacity: 0.0; } }
|
|
@-moz-keyframes fadeOut {
|
|
0% {
|
|
opacity: 1.0; }
|
|
50% {
|
|
opacity: 0.5; }
|
|
100% {
|
|
opacity: 0.0; } }
|
|
@keyframes fadeOut {
|
|
0% {
|
|
opacity: 1.0; }
|
|
50% {
|
|
opacity: 0.5; }
|
|
100% {
|
|
opacity: 0.0; } }
|
|
@-webkit-keyframes slideInLeft {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(-2000px); }
|
|
100% {
|
|
transform: translateX(0); } }
|
|
@-moz-keyframes slideInLeft {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(-2000px); }
|
|
100% {
|
|
transform: translateX(0); } }
|
|
@keyframes slideInLeft {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(-2000px); }
|
|
100% {
|
|
transform: translateX(0); } }
|
|
@-webkit-keyframes slideInRight {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(2000px); }
|
|
100% {
|
|
transform: translateX(0); } }
|
|
@-moz-keyframes slideInRight {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(2000px); }
|
|
100% {
|
|
transform: translateX(0); } }
|
|
@keyframes slideInRight {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(2000px); }
|
|
100% {
|
|
transform: translateX(0); } }
|
|
@-webkit-keyframes slideInDown {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(-2000px); }
|
|
100% {
|
|
transform: translateY(0); } }
|
|
@-moz-keyframes slideInDown {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(-2000px); }
|
|
100% {
|
|
transform: translateY(0); } }
|
|
@keyframes slideInDown {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(-2000px); }
|
|
100% {
|
|
transform: translateY(0); } }
|
|
@-webkit-keyframes slideInUp {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(2000px); }
|
|
100% {
|
|
transform: translateY(0); } }
|
|
@-moz-keyframes slideInUp {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(2000px); }
|
|
100% {
|
|
transform: translateY(0); } }
|
|
@keyframes slideInUp {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(2000px); }
|
|
100% {
|
|
transform: translateY(0); } }
|
|
@-webkit-keyframes slideOutLeft {
|
|
0% {
|
|
transform: translateX(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateX(-2000px); } }
|
|
@-moz-keyframes slideOutLeft {
|
|
0% {
|
|
transform: translateX(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateX(-2000px); } }
|
|
@keyframes slideOutLeft {
|
|
0% {
|
|
transform: translateX(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateX(-2000px); } }
|
|
@-webkit-keyframes slideOutRight {
|
|
0% {
|
|
transform: translateX(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateX(2000px); } }
|
|
@-moz-keyframes slideOutRight {
|
|
0% {
|
|
transform: translateX(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateX(2000px); } }
|
|
@keyframes slideOutRight {
|
|
0% {
|
|
transform: translateX(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateX(2000px); } }
|
|
@-webkit-keyframes slideOutUp {
|
|
0% {
|
|
transform: translateY(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateY(-2000px); } }
|
|
@-moz-keyframes slideOutUp {
|
|
0% {
|
|
transform: translateY(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateY(-2000px); } }
|
|
@keyframes slideOutUp {
|
|
0% {
|
|
transform: translateY(0); }
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateY(-2000px); } }
|
|
@-webkit-keyframes rotateUp {
|
|
0% {
|
|
-webkit-transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(-90deg); }
|
|
100% {
|
|
-webkit-transform: rotate(-180deg); } }
|
|
@-moz-keyframes rotateUp {
|
|
0% {
|
|
-moz-transform: rotate(0deg); }
|
|
50% {
|
|
-moz-transform: rotate(-90deg); }
|
|
100% {
|
|
-moz-transform: rotate(-180deg); } }
|
|
@keyframes rotateUp {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(-90deg);
|
|
-moz-transform: rotate(-90deg);
|
|
-ms-transform: rotate(-90deg);
|
|
-o-transform: rotate(-90deg);
|
|
transform: rotate(-90deg); }
|
|
100% {
|
|
-webkit-transform: rotate(-180deg);
|
|
-moz-transform: rotate(-180deg);
|
|
-ms-transform: rotate(-180deg);
|
|
-o-transform: rotate(-180deg);
|
|
transform: rotate(-180deg); } }
|
|
@-webkit-keyframes rotateDown {
|
|
0% {
|
|
-webkit-transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(90deg); }
|
|
100% {
|
|
-webkit-transform: rotate(180deg); } }
|
|
@-moz-keyframes rotateDown {
|
|
0% {
|
|
-moz-transform: rotate(0deg); }
|
|
50% {
|
|
-moz-transform: rotate(90deg); }
|
|
100% {
|
|
-moz-transform: rotate(180deg); } }
|
|
@keyframes rotateDown {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(90deg);
|
|
-moz-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
-o-transform: rotate(90deg);
|
|
transform: rotate(90deg); }
|
|
100% {
|
|
-webkit-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
transform: rotate(180deg); } }
|
|
@-webkit-keyframes rotateCW {
|
|
0% {
|
|
-webkit-transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(180deg); }
|
|
100% {
|
|
-webkit-transform: rotate(360deg); } }
|
|
@-moz-keyframes rotateCW {
|
|
0% {
|
|
-moz-transform: rotate(0deg); }
|
|
50% {
|
|
-moz-transform: rotate(180deg); }
|
|
100% {
|
|
-moz-transform: rotate(360deg); } }
|
|
@keyframes rotateCW {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
transform: rotate(180deg); }
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
-moz-transform: rotate(360deg);
|
|
-ms-transform: rotate(360deg);
|
|
-o-transform: rotate(360deg);
|
|
transform: rotate(360deg); } }
|
|
@-webkit-keyframes rotateCCW {
|
|
0% {
|
|
-webkit-transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(-180deg); }
|
|
100% {
|
|
-webkit-transform: rotate(-360deg); } }
|
|
@-moz-keyframes rotateCCW {
|
|
0% {
|
|
-moz-transform: rotate(0deg); }
|
|
50% {
|
|
-moz-transform: rotate(-180deg); }
|
|
100% {
|
|
-moz-transform: rotate(-360deg); } }
|
|
@keyframes rotateCCW {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
50% {
|
|
-webkit-transform: rotate(-180deg);
|
|
-moz-transform: rotate(-180deg);
|
|
-ms-transform: rotate(-180deg);
|
|
-o-transform: rotate(-180deg);
|
|
transform: rotate(-180deg); }
|
|
100% {
|
|
-webkit-transform: rotate(-360deg);
|
|
-moz-transform: rotate(-360deg);
|
|
-ms-transform: rotate(-360deg);
|
|
-o-transform: rotate(-360deg);
|
|
transform: rotate(-360deg); } }
|
|
@-webkit-keyframes bounceIn {
|
|
0% {
|
|
opacity: 0.0;
|
|
-webkit-transform: scale(0.3); }
|
|
50% {
|
|
opacity: 1.0;
|
|
-webkit-transform: scale(1.05); }
|
|
100% {
|
|
-webkit-transform: scale(1); } }
|
|
@-moz-keyframes bounceIn {
|
|
0% {
|
|
opacity: 0.0;
|
|
-moz-transform: scale(0.3); }
|
|
50% {
|
|
opacity: 1.0;
|
|
-moz-transform: scale(1.05); }
|
|
100% {
|
|
-moz-transform: scale(1); } }
|
|
@keyframes bounceIn {
|
|
0% {
|
|
opacity: 0.0;
|
|
-webkit-transform: scale(0.3);
|
|
-moz-transform: scale(0.3);
|
|
-ms-transform: scale(0.3);
|
|
-o-transform: scale(0.3);
|
|
transform: scale(0.3); }
|
|
50% {
|
|
opacity: 1.0;
|
|
-webkit-transform: scale(1.05);
|
|
-moz-transform: scale(1.05);
|
|
-ms-transform: scale(1.05);
|
|
-o-transform: scale(1.05);
|
|
transform: scale(1.05); }
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
-moz-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
-o-transform: scale(1);
|
|
transform: scale(1); } }
|
|
@-webkit-keyframes bounceOut {
|
|
0% {
|
|
-webkit-transform: scale(1); }
|
|
50% {
|
|
opacity: 1.0;
|
|
-webkit-transform: scale(1.05); }
|
|
100% {
|
|
opacity: 0.0;
|
|
-webkit-transform: scale(0.3); } }
|
|
@-moz-keyframes bounceOut {
|
|
0% {
|
|
-moz-transform: scale(1); }
|
|
50% {
|
|
opacity: 1.0;
|
|
-moz-transform: scale(1.05); }
|
|
100% {
|
|
opacity: 0.0;
|
|
-moz-transform: scale(0.3); } }
|
|
@keyframes bounceOut {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
-moz-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
-o-transform: scale(1);
|
|
transform: scale(1); }
|
|
50% {
|
|
opacity: 1.0;
|
|
-webkit-transform: scale(1.05);
|
|
-moz-transform: scale(1.05);
|
|
-ms-transform: scale(1.05);
|
|
-o-transform: scale(1.05);
|
|
transform: scale(1.05); }
|
|
100% {
|
|
opacity: 0.0;
|
|
-webkit-transform: scale(0.3);
|
|
-moz-transform: scale(0.3);
|
|
-ms-transform: scale(0.3);
|
|
-o-transform: scale(0.3);
|
|
transform: scale(0.3); } }
|
|
@-webkit-keyframes flash {
|
|
0%, 50%, 100% {
|
|
opacity: 1.0; }
|
|
25%, 75% {
|
|
opacity: 0; } }
|
|
@-moz-keyframes flash {
|
|
0%, 50%, 100% {
|
|
opacity: 1.0; }
|
|
25%, 75% {
|
|
opacity: 0; } }
|
|
@keyframes flash {
|
|
0%, 50%, 100% {
|
|
opacity: 1.0; }
|
|
25%, 75% {
|
|
opacity: 0; } }
|
|
@-webkit-keyframes shake {
|
|
0%, 100% {
|
|
transform: translateX(0); }
|
|
10%, 30%, 50%, 70%, 90% {
|
|
transform: translateX(-10px); }
|
|
20%, 40%, 60%, 80% {
|
|
transform: translateX(10px); } }
|
|
@-moz-keyframes shake {
|
|
0%, 100% {
|
|
transform: translateX(0); }
|
|
10%, 30%, 50%, 70%, 90% {
|
|
transform: translateX(-10px); }
|
|
20%, 40%, 60%, 80% {
|
|
transform: translateX(10px); } }
|
|
@keyframes shake {
|
|
0%, 100% {
|
|
transform: translateX(0); }
|
|
10%, 30%, 50%, 70%, 90% {
|
|
transform: translateX(-10px); }
|
|
20%, 40%, 60%, 80% {
|
|
transform: translateX(10px); } }
|
|
@-webkit-keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
transform: translateY(0); }
|
|
40% {
|
|
transform: translateY(30px); }
|
|
60% {
|
|
transform: translateY(15px); } }
|
|
@-moz-keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
transform: translateY(0); }
|
|
40% {
|
|
transform: translateY(30px); }
|
|
60% {
|
|
transform: translateY(15px); } }
|
|
@keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
transform: translateY(0); }
|
|
40% {
|
|
transform: translateY(30px); }
|
|
60% {
|
|
transform: translateY(15px); } }
|
|
@-webkit-keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
transform: translateY(0); }
|
|
40% {
|
|
transform: translateY(30px); }
|
|
60% {
|
|
transform: translateY(15px); } }
|
|
@-moz-keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
transform: translateY(0); }
|
|
40% {
|
|
transform: translateY(30px); }
|
|
60% {
|
|
transform: translateY(15px); } }
|
|
@keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
transform: translateY(0); }
|
|
40% {
|
|
transform: translateY(30px); }
|
|
60% {
|
|
transform: translateY(15px); } }
|
|
html, body {
|
|
height: 100%; }
|
|
|
|
html {
|
|
font-size: 62.5%;
|
|
overflow-y: scroll; }
|
|
|
|
[class^="wrapper-"] {
|
|
padding: 0; }
|
|
|
|
.wrapper--view {
|
|
background: #f4f5f5; }
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
vertical-align: baseline; }
|
|
|
|
abbr[title] {
|
|
border-bottom: none;
|
|
text-decoration: none;
|
|
cursor: help; }
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section, summary,
|
|
time, mark, audio, video {
|
|
font-weight: 400; }
|
|
|
|
.view--valid-certificate .accomplishment__statement .copy__course__org, .view--valid-certificate .accomplishment__details .value {
|
|
font-weight: 500; }
|
|
|
|
strong, .view--valid-certificate .content--supplemental .list--actions .action, .view--invalid-certificate .content--supplemental .list--actions .action, .view--validate-certificate .support .list--actions .action, .view--valid-certificate .accomplishment__statement .copy__name, .view--valid-certificate .accomplishment__statement .copy__course__name, .view--valid-certificate .accomplishment__details .label, .view--valid-certificate .content--supplemental .title, .view--invalid-certificate .feedback__lead .title, .view--invalid-certificate .feedback__support .title, .view--invalid-certificate .feedback__warning .title, .view--invalid-certificate .content--supplemental .title, .view--validate-certificate .content .title--lvl1, .view--validate-certificate .content .title--lvl2, .view--validate-certificate .content .title--lvl3, .view--validate-certificate .list--requirements .item:before, .view--validate-certificate .list--requirements .item .requirement__label, .view--validate-certificate .instructions .title {
|
|
font-weight: 600; }
|
|
|
|
.view--validate-certificate .list--instructions .item:before {
|
|
font-weight: 700; }
|
|
|
|
.view--valid-certificate .accomplishment__statement .copy__name, .view--valid-certificate .accomplishment__statement .copy__course__name, .view--valid-certificate .accomplishment__statement .copy__recogniton, .view--validate-certificate .instructions .title, .view--invalid-certificate .feedback__lead .title, .view--validate-certificate .content .title--lvl1, .title--logo .title--sub, .view--valid-certificate .accomplishment__statement .copy__course__org, .view--validate-certificate .content .title--lvl2, .title--logo .title--sub, .view--valid-certificate .accomplishment__statement .copy__course__org, .view--validate-certificate .content .title--lvl2, .view--valid-certificate .status .title, .view--valid-certificate .accomplishment__details .value, .view--invalid-certificate .status .title, .view--invalid-certificate .feedback__support .title, .view--invalid-certificate .feedback__warning .title, .view--validate-certificate .content .title--lvl3, .view--validate-certificate .list--requirements .item:before, .view--validate-certificate .list--requirements .item .requirement__label, .view--validate-certificate .list--instructions .item:before, .view--valid-certificate .content--supplemental .title, .view--invalid-certificate .content--supplemental .title {
|
|
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
|
|
|
.view--valid-certificate .accomplishment__statement .copy__name, .view--valid-certificate .accomplishment__statement .copy__course__name, .view--valid-certificate .accomplishment__statement .copy__recogniton, .view--validate-certificate .instructions .title {
|
|
font-size: 48px;
|
|
font-size: 4.8rem;
|
|
line-height: 74.4px;
|
|
line-height: 7.44rem; }
|
|
|
|
.view--invalid-certificate .feedback__lead .title, .view--validate-certificate .content .title--lvl1 {
|
|
font-size: 36px;
|
|
font-size: 3.6rem;
|
|
line-height: 55.8px;
|
|
line-height: 5.58rem; }
|
|
|
|
.title--logo .title--sub, .view--valid-certificate .accomplishment__statement .copy__course__org, .view--validate-certificate .content .title--lvl2 {
|
|
font-size: 20px;
|
|
font-size: 2rem;
|
|
line-height: 31px;
|
|
line-height: 3.1rem; }
|
|
|
|
.view--valid-certificate .status .title, .view--valid-certificate .accomplishment__details .value, .view--invalid-certificate .status .title, .view--invalid-certificate .feedback__support .title, .view--invalid-certificate .feedback__warning .title, .view--validate-certificate .content .title--lvl3, .view--validate-certificate .list--requirements .item:before, .view--validate-certificate .list--requirements .item .requirement__label, .view--validate-certificate .list--instructions .item:before {
|
|
font-size: 18px;
|
|
font-size: 1.8rem;
|
|
line-height: 27.9px;
|
|
line-height: 2.79rem; }
|
|
|
|
.view--valid-certificate .content--supplemental .title, .view--invalid-certificate .content--supplemental .title {
|
|
font-size: 16px;
|
|
font-size: 1.6rem;
|
|
line-height: 24.8px;
|
|
line-height: 2.48rem; }
|
|
|
|
body, .view--validate-certificate .list--requirements .item, .view--validate-certificate .list--instructions .item, .view--valid-certificate .accomplishment__statement .copy__context, .view--invalid-certificate .feedback__lead .copy, .footer--app .copyright, .view--valid-certificate .accomplishment__details .explanation, .view--valid-certificate .content--supplemental .copy, .view--valid-certificate .content--supplemental .list--actions .action, .view--invalid-certificate .content--supplemental .copy, .view--invalid-certificate .content--supplemental .list--actions .action, .view--validate-certificate .support .list--actions .action, .view--valid-certificate .accomplishment__details .label {
|
|
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
|
|
|
body, .view--validate-certificate .list--requirements .item, .view--validate-certificate .list--instructions .item {
|
|
font-size: 16px;
|
|
font-size: 1.6rem;
|
|
line-height: 24.8px;
|
|
line-height: 2.48rem; }
|
|
|
|
.view--valid-certificate .accomplishment__statement .copy__context, .view--invalid-certificate .feedback__lead .copy {
|
|
font-size: 20px;
|
|
font-size: 2rem;
|
|
line-height: 31px;
|
|
line-height: 3.1rem; }
|
|
|
|
.footer--app .copyright, .view--valid-certificate .accomplishment__details .explanation, .view--valid-certificate .content--supplemental .copy, .view--valid-certificate .content--supplemental .list--actions .action, .view--invalid-certificate .content--supplemental .copy, .view--invalid-certificate .content--supplemental .list--actions .action, .view--validate-certificate .support .list--actions .action {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; }
|
|
|
|
.view--valid-certificate .accomplishment__details .label {
|
|
font-size: 12px;
|
|
font-size: 1.2rem;
|
|
line-height: 18.6px;
|
|
line-height: 1.86rem; }
|
|
|
|
.footer--app .nav--footer .nav__item {
|
|
font-size: 12px;
|
|
font-size: 1.2rem;
|
|
line-height: 18.6px;
|
|
line-height: 1.86rem; }
|
|
|
|
.view--valid-certificate .content--supplemental .list--actions .action, .view--invalid-certificate .content--supplemental .list--actions .action, .view--validate-certificate .support .list--actions .action {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
|
|
-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
|
|
transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
text-decoration: none; }
|
|
.view--valid-certificate .content--supplemental .list--actions .action:hover, .view--invalid-certificate .content--supplemental .list--actions .action:hover, .view--validate-certificate .support .list--actions .action:hover, .view--valid-certificate .content--supplemental .list--actions .action:active, .view--invalid-certificate .content--supplemental .list--actions .action:active, .view--validate-certificate .support .list--actions .action:active, .view--valid-certificate .content--supplemental .list--actions .action:focus, .view--invalid-certificate .content--supplemental .list--actions .action:focus, .view--validate-certificate .support .list--actions .action:focus {
|
|
text-decoration: none; }
|
|
.view--valid-certificate .content--supplemental .list--actions .disabled.action, .view--invalid-certificate .content--supplemental .list--actions .disabled.action, .view--validate-certificate .support .list--actions .disabled.action, .view--valid-certificate .content--supplemental .list--actions [disabled].action, .view--invalid-certificate .content--supplemental .list--actions [disabled].action, .view--validate-certificate .support .list--actions [disabled].action {
|
|
cursor: default;
|
|
pointer-events: none; }
|
|
|
|
.view--valid-certificate .content--supplemental .list--actions .action, .view--invalid-certificate .content--supplemental .list--actions .action, .view--validate-certificate .support .list--actions .action {
|
|
border-radius: 2px; }
|
|
|
|
.view--valid-certificate .content--supplemental .list--actions .action, .view--invalid-certificate .content--supplemental .list--actions .action, .view--validate-certificate .support .list--actions .action {
|
|
padding: 10px 20px;
|
|
background: #2e81b3;
|
|
border-color: #1d85c4;
|
|
color: #eaf2f7; }
|
|
.view--valid-certificate .content--supplemental .list--actions .action:hover, .view--invalid-certificate .content--supplemental .list--actions .action:hover, .view--validate-certificate .support .list--actions .action:hover, .view--valid-certificate .content--supplemental .list--actions .action:active, .view--invalid-certificate .content--supplemental .list--actions .action:active, .view--validate-certificate .support .list--actions .action:active, .view--valid-certificate .content--supplemental .list--actions .action:focus, .view--invalid-certificate .content--supplemental .list--actions .action:focus, .view--validate-certificate .support .list--actions .action:focus {
|
|
background: #078bda;
|
|
border-color: #078bda;
|
|
color: #f4f8fb; }
|
|
.view--valid-certificate .content--supplemental .list--actions .disabled.action, .view--invalid-certificate .content--supplemental .list--actions .disabled.action, .view--validate-certificate .support .list--actions .disabled.action, .view--valid-certificate .content--supplemental .list--actions .is-disabled.action, .view--invalid-certificate .content--supplemental .list--actions .is-disabled.action, .view--validate-certificate .support .list--actions .is-disabled.action, .view--valid-certificate .content--supplemental .list--actions [disabled].action, .view--invalid-certificate .content--supplemental .list--actions [disabled].action, .view--validate-certificate .support .list--actions [disabled].action {
|
|
opacity: 0.5; }
|
|
|
|
[class^="content__"] a, [class^="content--"] a, .footer--app a, .view--valid-certificate .content a, .view--invalid-certificate .content a, .view--validate-certificate .content a {
|
|
-webkit-transition: color 0.5s ease-in-out, border 0.5s ease-in-out;
|
|
-moz-transition: color 0.5s ease-in-out, border 0.5s ease-in-out;
|
|
transition: color 0.5s ease-in-out, border 0.5s ease-in-out;
|
|
border-bottom: 1px solid transparent;
|
|
color: #2e81b3;
|
|
text-decoration: none; }
|
|
[class^="content__"] a:hover, [class^="content--"] a:hover, .footer--app a:hover, .view--valid-certificate .content a:hover, .view--invalid-certificate .content a:hover, .view--validate-certificate .content a:hover, [class^="content__"] a:focus, [class^="content--"] a:focus, .footer--app a:focus, .view--valid-certificate .content a:focus, .view--invalid-certificate .content a:focus, .view--validate-certificate .content a:focus, [class^="content__"] a:active, [class^="content--"] a:active, .footer--app a:active, .view--valid-certificate .content a:active, .view--invalid-certificate .content a:active, .view--validate-certificate .content a:active {
|
|
color: #3aa2e0;
|
|
border-color: #3aa2e0; }
|
|
|
|
.wrapper--header {
|
|
margin-bottom: 40px;
|
|
padding: 20px 40px;
|
|
background: white;
|
|
color: #0a0a0a; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.wrapper--header {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.wrapper--header {
|
|
padding: 20px 20px; } }
|
|
|
|
.header--app {
|
|
max-width: 1280px;
|
|
margin-left: auto;
|
|
margin-right: auto; }
|
|
.header--app:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
|
|
.title--logo {
|
|
text-align: center; }
|
|
.title--logo .logo {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: 20px; }
|
|
.title--logo .title--sub {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.1rem; }
|
|
|
|
.wrapper--footer {
|
|
padding: 0 40px;
|
|
background: transparent;
|
|
color: #353a3d; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.wrapper--footer {
|
|
padding: 0 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.wrapper--footer {
|
|
padding: 0 20px; } }
|
|
|
|
.footer--app {
|
|
max-width: 1280px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-top: 2px solid #eaebeb;
|
|
margin-top: 20px;
|
|
padding-top: 20px; }
|
|
.footer--app:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
.footer--app .copyright {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 31.76157%; }
|
|
.footer--app .copyright:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.footer--app .copyright {
|
|
width: 100%;
|
|
margin-bottom: 20px; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.footer--app .copyright {
|
|
width: 100%;
|
|
margin-bottom: 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.footer--app .copyright {
|
|
width: 100%;
|
|
margin-bottom: 20px; } }
|
|
.footer--app .nav--footer {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 65.88078%;
|
|
margin-right: 0;
|
|
text-align: right; }
|
|
.footer--app .nav--footer:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.footer--app .nav--footer {
|
|
width: 100%;
|
|
text-align: left; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.footer--app .nav--footer {
|
|
width: 100%;
|
|
text-align: left; } }
|
|
@media screen and (max-width: 499px) {
|
|
.footer--app .nav--footer {
|
|
width: 100%;
|
|
text-align: left; } }
|
|
.footer--app .nav--footer .list {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: 40px; }
|
|
.footer--app .nav--footer .list:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.footer--app .nav--footer .list {
|
|
width: 100%;
|
|
margin: 0 0 20px 0;
|
|
text-align: left; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.footer--app .nav--footer .list {
|
|
width: 100%;
|
|
margin: 0 0 20px 0;
|
|
text-align: left; } }
|
|
@media screen and (max-width: 499px) {
|
|
.footer--app .nav--footer .list {
|
|
width: 100%;
|
|
margin: 0 0 20px 0;
|
|
text-align: left; } }
|
|
.footer--app .nav--footer .nav__item {
|
|
display: inline-block;
|
|
margin-right: 10px; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.footer--app .nav--footer .nav__item {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.footer--app .nav--footer .nav__item {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem;
|
|
display: block;
|
|
margin: 0 0 5px 0; } }
|
|
@media screen and (max-width: 499px) {
|
|
.footer--app .nav--footer .nav__item {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem;
|
|
display: block;
|
|
margin: 0 0 5px 0; } }
|
|
|
|
.view--valid-certificate {
|
|
background: #f4f5f5; }
|
|
.view--valid-certificate .wrapper--view {
|
|
background: transparent url("../images/bg-paperfibers.png") 0 0 repeat-both;
|
|
padding-bottom: 60px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .wrapper--view {
|
|
padding-bottom: 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .wrapper--view {
|
|
padding-bottom: 20px; } }
|
|
.view--valid-certificate .wrapper--content {
|
|
padding: 20px 40px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .wrapper--content {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .wrapper--content {
|
|
padding: 20px 20px; } }
|
|
.view--valid-certificate .content {
|
|
max-width: 1280px;
|
|
margin-left: auto;
|
|
margin-right: auto; }
|
|
.view--valid-certificate .content:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
.view--valid-certificate .status {
|
|
display: block;
|
|
padding: 20px 40px;
|
|
border-top-radius: 2px;
|
|
box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
background: #d6d7d8;
|
|
color: white;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.1rem; }
|
|
.view--valid-certificate .status:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .status {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .status {
|
|
padding: 20px 20px; } }
|
|
@media screen and (min-width: 900px) {
|
|
.view--valid-certificate .status .title {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 74.41059%; }
|
|
.view--valid-certificate .status .title:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--valid-certificate .status .title {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 74.41059%; }
|
|
.view--valid-certificate .status .title:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .status .title {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .status .title {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; } }
|
|
.view--valid-certificate .accomplishment {
|
|
padding: 40px 40px 60px 40px;
|
|
margin-bottom: 40px;
|
|
border-radius: 2px;
|
|
border: 1px solid #eaebeb;
|
|
background: white; }
|
|
.view--valid-certificate .accomplishment:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment {
|
|
padding: 20px 20px; } }
|
|
.view--valid-certificate .accomplishment__statement {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 65.88078%;
|
|
padding: 0 20px 0 0;
|
|
border-right: 1px solid #eaebeb; }
|
|
.view--valid-certificate .accomplishment__statement:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--valid-certificate .accomplishment__statement {
|
|
width: 100%;
|
|
padding: 0;
|
|
border-right: none; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment__statement {
|
|
width: 100%;
|
|
padding: 0;
|
|
border-right: none; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment__statement {
|
|
width: 100%;
|
|
padding: 0;
|
|
border-right: none; } }
|
|
.view--valid-certificate .accomplishment__statement [class^="copy__"] {
|
|
display: block;
|
|
margin-bottom: 20px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__name {
|
|
font-size: 36px;
|
|
font-size: 3.6rem;
|
|
line-height: 55.8px;
|
|
line-height: 5.58rem;
|
|
margin: 10px 0 5px 0; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__name {
|
|
font-size: 24px;
|
|
font-size: 2.4rem;
|
|
line-height: 37.2px;
|
|
line-height: 3.72rem;
|
|
margin: 10px 0 5px 0; } }
|
|
.view--valid-certificate .accomplishment__statement .copy__course__org {
|
|
margin-bottom: 0; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__course__org {
|
|
margin: 10px 0 0 0; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__course__org {
|
|
margin: 10px 0 0 0; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__course {
|
|
margin-bottom: 5px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__course {
|
|
margin-bottom: 5px; } }
|
|
.view--valid-certificate .accomplishment__statement .copy__course__name {
|
|
line-height: 55.8px;
|
|
line-height: 5.58rem; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__course__name {
|
|
font-size: 36px;
|
|
font-size: 3.6rem;
|
|
line-height: 55.8px;
|
|
line-height: 5.58rem;
|
|
margin: 0; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__course__name {
|
|
font-size: 24px;
|
|
font-size: 2.4rem;
|
|
line-height: 37.2px;
|
|
line-height: 3.72rem;
|
|
margin: 0; } }
|
|
.view--valid-certificate .accomplishment__statement .copy__context {
|
|
color: #85888a; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__context {
|
|
font-size: 16px;
|
|
font-size: 1.6rem;
|
|
line-height: 24.8px;
|
|
line-height: 2.48rem; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment__statement .copy__context {
|
|
font-size: 16px;
|
|
font-size: 1.6rem;
|
|
line-height: 24.8px;
|
|
line-height: 2.48rem; } }
|
|
.view--valid-certificate .accomplishment__details {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 31.76157%; }
|
|
.view--valid-certificate .accomplishment__details:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--valid-certificate .accomplishment__details {
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
padding-top: 40px;
|
|
border-top: 1px solid #eaebeb; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .accomplishment__details {
|
|
width: 100%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .accomplishment__details {
|
|
width: 100%; } }
|
|
.view--valid-certificate .accomplishment__details .list--metadata .item {
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #eaebeb; }
|
|
.view--valid-certificate .accomplishment__details .label {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
text-transform: uppercase;
|
|
color: #aeb0b1;
|
|
letter-spacing: 0.1rem; }
|
|
.view--valid-certificate .accomplishment__details .value {
|
|
display: block; }
|
|
.view--valid-certificate .accomplishment__details .explanation {
|
|
display: block;
|
|
margin-top: 10px;
|
|
color: #aeb0b1; }
|
|
.view--valid-certificate .accomplishment__details .certificate--type {
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.1rem; }
|
|
.view--valid-certificate .accomplishment__details .certificate--type .explanation {
|
|
text-transform: none;
|
|
letter-spacing: 0; }
|
|
.view--valid-certificate .accomplishment__details .certificate--id .value {
|
|
word-wrap: break-word; }
|
|
.view--valid-certificate .content--supplemental .title {
|
|
margin-bottom: 10px; }
|
|
.view--valid-certificate .content--supplemental .copy {
|
|
color: #85888a; }
|
|
.view--valid-certificate .content--supplemental .list--actions {
|
|
margin-top: 20px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .content--supplemental .list--actions .action {
|
|
display: block;
|
|
text-align: center; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .content--supplemental .list--actions .action {
|
|
display: block;
|
|
text-align: center; } }
|
|
.view--valid-certificate .supplemental__how {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 23.23176%; }
|
|
.view--valid-certificate .supplemental__how:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--valid-certificate .supplemental__how {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%; }
|
|
.view--valid-certificate .supplemental__how:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .supplemental__how {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .supplemental__how {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
.view--valid-certificate .supplemental__certificates {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 23.23176%;
|
|
margin-right: 0; }
|
|
.view--valid-certificate .supplemental__certificates:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--valid-certificate .supplemental__certificates {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%; }
|
|
.view--valid-certificate .supplemental__certificates:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .supplemental__certificates {
|
|
width: 100%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .supplemental__certificates {
|
|
width: 100%; } }
|
|
.view--valid-certificate .supplemental__about {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%; }
|
|
.view--valid-certificate .supplemental__about:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--valid-certificate .supplemental__about {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate .supplemental__about {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate .supplemental__about {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
.view--valid-certificate.is-honorcode .status {
|
|
background: #88c7ec; }
|
|
.view--valid-certificate.is-honorcode .certificate--type {
|
|
color: #88c7ec; }
|
|
.view--valid-certificate.is-idverified .status {
|
|
background: #3aa2e0; }
|
|
.view--valid-certificate.is-idverified .accomplishment {
|
|
background: white url("../images/logo-idverified-cropped.png") bottom left no-repeat;
|
|
background-size: 75%; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate.is-idverified .accomplishment {
|
|
background-size: 75%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate.is-idverified .accomplishment {
|
|
background-size: 100%; } }
|
|
.view--valid-certificate.is-idverified .certificate--type {
|
|
color: #3aa2e0; }
|
|
.view--valid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
width: 200px;
|
|
border-radius: 200px;
|
|
padding: 10px 10px;
|
|
background: white;
|
|
margin: -80px auto 0 auto; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--valid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
float: right;
|
|
margin: 0 0 20px 20px; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--valid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
width: 150px;
|
|
float: right;
|
|
margin: 0 0 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--valid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
width: 100px;
|
|
float: right;
|
|
margin: 0; } }
|
|
.view--valid-certificate.is-idverified .certificate--type .wrapper--img img {
|
|
width: 100%; }
|
|
|
|
.view--invalid-certificate {
|
|
background: #f4f5f5; }
|
|
.view--invalid-certificate .wrapper--view {
|
|
background: transparent url("../images/bg-paperfibers.png") 0 0 repeat-both;
|
|
padding-bottom: 60px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .wrapper--view {
|
|
padding-bottom: 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .wrapper--view {
|
|
padding-bottom: 20px; } }
|
|
.view--invalid-certificate .wrapper--content {
|
|
padding: 20px 40px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .wrapper--content {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .wrapper--content {
|
|
padding: 20px 20px; } }
|
|
.view--invalid-certificate .content {
|
|
max-width: 1280px;
|
|
margin-left: auto;
|
|
margin-right: auto; }
|
|
.view--invalid-certificate .content:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
.view--invalid-certificate .status {
|
|
display: block;
|
|
padding: 20px 40px;
|
|
border-top-radius: 2px;
|
|
box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
background: #b62568;
|
|
color: white;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.1rem; }
|
|
.view--invalid-certificate .status:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .status {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .status {
|
|
padding: 20px 20px; } }
|
|
@media screen and (min-width: 900px) {
|
|
.view--invalid-certificate .status .title {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 74.41059%; }
|
|
.view--invalid-certificate .status .title:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--invalid-certificate .status .title {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 74.41059%; }
|
|
.view--invalid-certificate .status .title:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .status .title {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .status .title {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; } }
|
|
.view--invalid-certificate .feedback {
|
|
display: block;
|
|
padding: 40px 40px 60px 40px;
|
|
margin-bottom: 40px;
|
|
border-radius: 2px;
|
|
border: 1px solid #eaebeb;
|
|
background: white; }
|
|
.view--invalid-certificate .feedback:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
.view--invalid-certificate .feedback:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .feedback {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .feedback {
|
|
padding: 20px 20px; } }
|
|
.view--invalid-certificate .feedback__lead {
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #eaebeb; }
|
|
.view--invalid-certificate .feedback__lead .title {
|
|
margin-bottom: 10px; }
|
|
.view--invalid-certificate .feedback__lead .copy {
|
|
color: #b62568; }
|
|
.view--invalid-certificate .feedback__support {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%;
|
|
margin-bottom: 20px; }
|
|
.view--invalid-certificate .feedback__support:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .feedback__support {
|
|
width: 100%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .feedback__support {
|
|
width: 100%; } }
|
|
.view--invalid-certificate .feedback__support .title {
|
|
margin-bottom: 10px; }
|
|
.view--invalid-certificate .feedback__support .copy {
|
|
color: #85888a; }
|
|
.view--invalid-certificate .feedback__warning {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%;
|
|
margin-right: 0; }
|
|
.view--invalid-certificate .feedback__warning:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .feedback__warning {
|
|
width: 100%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .feedback__warning {
|
|
width: 100%; } }
|
|
.view--invalid-certificate .feedback__warning .title {
|
|
margin-bottom: 10px; }
|
|
.view--invalid-certificate .feedback__warning .copy {
|
|
color: #85888a; }
|
|
.view--invalid-certificate .content--supplemental .title {
|
|
margin-bottom: 10px; }
|
|
.view--invalid-certificate .content--supplemental .copy {
|
|
color: #85888a; }
|
|
.view--invalid-certificate .content--supplemental .list--actions {
|
|
margin-top: 20px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .content--supplemental .list--actions .action {
|
|
display: block;
|
|
text-align: center; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .content--supplemental .list--actions .action {
|
|
display: block;
|
|
text-align: center; } }
|
|
.view--invalid-certificate .supplemental__how {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 23.23176%; }
|
|
.view--invalid-certificate .supplemental__how:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--invalid-certificate .supplemental__how {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%; }
|
|
.view--invalid-certificate .supplemental__how:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .supplemental__how {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .supplemental__how {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
.view--invalid-certificate .supplemental__certificates {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 23.23176%;
|
|
margin-right: 0; }
|
|
.view--invalid-certificate .supplemental__certificates:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--invalid-certificate .supplemental__certificates {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%; }
|
|
.view--invalid-certificate .supplemental__certificates:last-child {
|
|
margin-right: 0; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .supplemental__certificates {
|
|
width: 100%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .supplemental__certificates {
|
|
width: 100%; } }
|
|
.view--invalid-certificate .supplemental__about {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 48.82117%; }
|
|
.view--invalid-certificate .supplemental__about:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--invalid-certificate .supplemental__about {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate .supplemental__about {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate .supplemental__about {
|
|
width: 100%;
|
|
margin-bottom: 40px; } }
|
|
.view--invalid-certificate.is-honorcode .status {
|
|
background: #88c7ec; }
|
|
.view--invalid-certificate.is-honorcode .certificate--type {
|
|
color: #88c7ec; }
|
|
.view--invalid-certificate.is-idverified .status {
|
|
background: #3aa2e0; }
|
|
.view--invalid-certificate.is-idverified .accomplishment {
|
|
background: white url("../images/logo-idverified-cropped.png") bottom left no-repeat;
|
|
background-size: 75%; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate.is-idverified .accomplishment {
|
|
background-size: 75%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate.is-idverified .accomplishment {
|
|
background-size: 100%; } }
|
|
.view--invalid-certificate.is-idverified .certificate--type {
|
|
color: #3aa2e0; }
|
|
.view--invalid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
width: 200px;
|
|
border-radius: 200px;
|
|
padding: 10px 10px;
|
|
background: white;
|
|
margin: -80px auto 0 auto; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--invalid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
float: right;
|
|
margin: 0 0 20px 20px; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--invalid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
width: 150px;
|
|
float: right;
|
|
margin: 0 0 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--invalid-certificate.is-idverified .certificate--type .wrapper--img {
|
|
width: 100px;
|
|
float: right;
|
|
margin: 0; } }
|
|
.view--invalid-certificate.is-idverified .certificate--type .wrapper--img img {
|
|
width: 100%; }
|
|
|
|
.view--validate-certificate {
|
|
background: #f4f5f5; }
|
|
.view--validate-certificate .wrapper--view {
|
|
background: transparent url("../images/bg-paperfibers.png") 0 0 repeat-both;
|
|
padding-bottom: 60px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .wrapper--view {
|
|
padding-bottom: 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .wrapper--view {
|
|
padding-bottom: 20px; } }
|
|
.view--validate-certificate .wrapper--content {
|
|
padding: 20px 40px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .wrapper--content {
|
|
padding: 20px 20px; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .wrapper--content {
|
|
padding: 20px 20px; } }
|
|
.view--validate-certificate .content {
|
|
max-width: 1280px;
|
|
margin-left: auto;
|
|
margin-right: auto; }
|
|
.view--validate-certificate .content:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both; }
|
|
.view--validate-certificate .content .title--lvl1 {
|
|
margin-bottom: 20px; }
|
|
.view--validate-certificate .content .title--lvl2 {
|
|
margin-bottom: 10px; }
|
|
.view--validate-certificate .content .title--lvl3 {
|
|
margin-bottom: 10px; }
|
|
.view--validate-certificate .introduction {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 65.88078%;
|
|
margin-left: 17.05961%;
|
|
margin-bottom: 40px; }
|
|
.view--validate-certificate .introduction:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--validate-certificate .introduction {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .introduction {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .introduction {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
.view--validate-certificate .requirements {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 65.88078%;
|
|
margin-left: 17.05961%;
|
|
margin-bottom: 40px; }
|
|
.view--validate-certificate .requirements:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--validate-certificate .requirements {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .requirements {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .requirements {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
.view--validate-certificate .list--requirements {
|
|
width: 100%;
|
|
counter-reset: instructions--counter;
|
|
margin: 20px 0; }
|
|
.view--validate-certificate .list--requirements .item {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 3.57866%;
|
|
width: 48.21067%;
|
|
min-height: 160px;
|
|
margin-bottom: 20px;
|
|
border-radius: 2px;
|
|
border-top: 4px solid #29a6f1;
|
|
padding: 20px 20px;
|
|
color: #5d6163;
|
|
background: #eaebeb; }
|
|
.view--validate-certificate .list--requirements .item:last-child {
|
|
margin-right: 0; }
|
|
.view--validate-certificate .list--requirements .item:nth-child(2n) {
|
|
margin-right: 0; }
|
|
.view--validate-certificate .list--requirements .item:nth-child(2n+1) {
|
|
clear: left; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .list--requirements .item {
|
|
width: 100%;
|
|
min-height: 0; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .list--requirements .item {
|
|
width: 100%;
|
|
min-height: 0; } }
|
|
.view--validate-certificate .list--requirements .item:before {
|
|
content: counter(instructions--counter);
|
|
counter-increment: instructions--counter;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
max-width: 10%;
|
|
margin-right: 10px;
|
|
color: #aeb0b1; }
|
|
.view--validate-certificate .list--requirements .item .requirement__label {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: 5px;
|
|
max-width: 85%;
|
|
color: #0a0b0c; }
|
|
.view--validate-certificate .list--requirements .item .requirement__details {
|
|
display: block; }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .list--requirements .item .requirement__details {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; } }
|
|
.view--validate-certificate .list--requirements .requirement--allitems {
|
|
border-top-color: #b62568; }
|
|
.view--validate-certificate .instructions {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 65.88078%;
|
|
margin-left: 17.05961%;
|
|
padding: 20px 20px;
|
|
margin-bottom: 40px;
|
|
border-radius: 2px;
|
|
border: 1px solid #eaebeb;
|
|
background: white; }
|
|
.view--validate-certificate .instructions:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--validate-certificate .instructions {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .instructions {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .instructions {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
.view--validate-certificate .instructions .title {
|
|
margin-bottom: 20px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 3px solid #eaebeb; }
|
|
.view--validate-certificate .list--instructions {
|
|
counter-reset: instructions--counter; }
|
|
.view--validate-certificate .list--instructions .item {
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #eaebeb;
|
|
color: #5d6163; }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .list--instructions .item {
|
|
font-size: 16px;
|
|
font-size: 1.6rem;
|
|
line-height: 24.8px;
|
|
line-height: 2.48rem; } }
|
|
.view--validate-certificate .list--instructions .item:before {
|
|
content: counter(instructions--counter);
|
|
counter-increment: instructions--counter;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
max-width: 10%;
|
|
margin-right: 10px;
|
|
color: #d6d7d8; }
|
|
.view--validate-certificate .list--instructions .item .instruction__details {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: 20px;
|
|
max-width: 85%; }
|
|
.view--validate-certificate .list--instructions .item .instruction__image {
|
|
width: 100%;
|
|
border-radius: 2px;
|
|
border: 1px solid #eaebeb;
|
|
padding: 10px 10px;
|
|
background: #f4f5f5; }
|
|
.view--validate-certificate .list--instructions .item .instruction__image img {
|
|
width: 100%;
|
|
display: block; }
|
|
.view--validate-certificate .support {
|
|
float: left;
|
|
display: block;
|
|
margin-right: 2.35765%;
|
|
width: 65.88078%;
|
|
margin-left: 17.05961%; }
|
|
.view--validate-certificate .support:last-child {
|
|
margin-right: 0; }
|
|
@media screen and (min-width: 760px) and (max-width: 899px) {
|
|
.view--validate-certificate .support {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .support {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .support {
|
|
width: 100%;
|
|
margin-left: 0%; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .support .copy {
|
|
font-size: 14px;
|
|
font-size: 1.4rem;
|
|
line-height: 21.7px;
|
|
line-height: 2.17rem; } }
|
|
.view--validate-certificate .support .list--actions {
|
|
margin-top: 20px; }
|
|
@media screen and (min-width: 500px) and (max-width: 759px) {
|
|
.view--validate-certificate .support .list--actions .action {
|
|
display: block;
|
|
text-align: center; } }
|
|
@media screen and (max-width: 499px) {
|
|
.view--validate-certificate .support .list--actions .action {
|
|
display: block;
|
|
text-align: center; } }
|