/* --------------------------------------------------
Theme Name: XVST Certifications
Author: Madeincima.it
Version: 1.0
Text Domain: certifications
---------------------------------------------------*/
@font-face {
  font-family: "Lintel";
  src: url("../certifications/css/font/Lintel-Heavy.eot");
  src: url("../certifications/css/font/Lintel-Heavy.eot?#iefix") format("embedded-opentype"), url("../certifications/css/font/Lintel-Heavy.woff2") format("woff2"), url("../certifications/css/font/Lintel-Heavy.woff") format("woff"), url("../certifications/css/font/Lintel-Heavy.ttf") format("truetype"), url("../certifications/css/font/Lintel-Heavy.svg#Lintel-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lintel";
  src: url("../certifications/css/font/Lintel-BlackItalic.eot");
  src: url("../certifications/css/font/Lintel-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../certifications/css/font/Lintel-BlackItalic.woff2") format("woff2"), url("../certifications/css/font/Lintel-BlackItalic.woff") format("woff"), url("../certifications/css/font/Lintel-BlackItalic.ttf") format("truetype"), url("../certifications/css/font/Lintel-BlackItalic.svg#Lintel-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lintel";
  src: url("../certifications/css/font/Lintel-Medium.eot");
  src: url("../certifications/css/font/Lintel-Medium.eot?#iefix") format("embedded-opentype"), url("../certifications/css/font/Lintel-Medium.woff2") format("woff2"), url("../certifications/css/font/Lintel-Medium.woff") format("woff"), url("../certifications/css/font/Lintel-Medium.ttf") format("truetype"), url("../certifications/css/font/Lintel-Medium.svg#Lintel-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lintel";
  src: url("../certifications/css/font/Lintel-LightItalic.eot");
  src: url("../certifications/css/font/Lintel-LightItalic.eot?#iefix") format("embedded-opentype"), url("../certifications/css/font/Lintel-LightItalic.woff2") format("woff2"), url("../certifications/css/font/Lintel-LightItalic.woff") format("woff"), url("../certifications/css/font/Lintel-LightItalic.ttf") format("truetype"), url("../certifications/css/font/Lintel-LightItalic.svg#Lintel-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* ----------- RESET DEFAULT STYLES ----------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 140%;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ----------- COMMON CLASSES ----------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  height: 100%;
}

body {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  font-family: "Lintel", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 120%;
  color: #081f3f;
  -moz-osx-font-smoothing: grayscale;
}
body .wrapper {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
}
body:not(.page-template-page-test, .main-login) > .wrapper {
  height: auto;
}
body:not(.home) .title-band {
  background: #081f3f;
}
body.main-login {
  display: block;
}
body.main-login .wrapper {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
}

body:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.hidden,
.navigation,
hr {
  display: none;
}

img,
fieldset {
  border: 0;
}

p,
ul,
ol,
li,
form,
fieldset,
table,
td,
th,
h1,
h2,
h3,
h4,
h5,
sup {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

a {
  color: #081f3f;
  text-decoration: none;
}

a {
  text-decoration: underline;
}
.no-touch a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.alt {
  text-indent: -9999px;
  display: block;
  font-size: 0;
  line-height: 0;
}

img {
  display: block;
  max-width: 100%;
}

.js-media-query-tester {
  display: none;
  width: 1px;
}

.aux {
  max-width: 122rem;
  margin: 0 auto;
}

/* ------- HEADER ------- */
.header {
  padding: 2.8rem 4.5% 3.3rem;
  box-sizing: border-box;
}

.header:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.logo {
  position: relative;
  height: 0;
  padding: 0 0 13.55%;
  margin: 0;
}

.wrapper-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  background: url(images/logo-xvst-new.png) no-repeat bottom left;
  background-size: contain;
}

.header h1, .title-certification {
  display: block;
  padding: 1.7rem 0 0;
  color: #081f3f;
  font-style: italic;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 80%;
}

.header p {
  clear: left;
  padding: 2.4rem 0 0 1.15%;
}

.header .bigger {
  font-size: 2rem;
}

.header .lighter {
  font-size: 1.6rem;
}

.header .aux > a {
  display: block;
  text-decoration: none;
}

.header .aux > a:hover {
  opacity: 0.9;
}

.title-band {
  padding: 0 5.62% 0;
  color: #fff;
  background: #00ec8f;
  box-sizing: border-box;
}

.title-band h2 {
  padding: 2.3rem 0 2.5rem;
  margin: 0;
  color: #00ec8f;
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 3px;
}

.title-band.empty {
  height: 7.2rem;
}

.two-col article:nth-child(2) .title-band h2 {
  color: #081f3f;
}

/* ------- MAIN ------- */
.main {
  display: block;
  padding: 0;
  background: #ffffff;
}

.main .aux {
  max-width: 130rem;
  padding: 4.2rem 5.62% 6.3rem;
  box-sizing: border-box;
}

.main header .aux {
  max-width: 120rem;
  padding: 0 !important;
}

article {
  color: #081f3f;
  font-size: 2rem;
}

article h1, .article-title {
  margin-bottom: 0.4em;
  font-size: 3.2rem;
  font-weight: 400;
  color: #081f3f;
  line-height: 110%;
  text-transform: uppercase;
  line-height: 125%;
}

article h2 {
  padding-top: 0.85em;
  margin-bottom: 0.75em;
  font-size: 2.3rem;
  font-weight: 600;
  color: #081f3f;
  line-height: 110%;
  text-transform: uppercase;
  line-height: 125%;
}

article h3 {
  padding-top: 0.8em;
  margin-bottom: 0.95em;
  font-size: 1.9rem;
  line-height: 125%;
  text-transform: uppercase;
}

article h4 {
  padding-top: 0.8em;
  margin-bottom: 0.95em;
  font-size: 1.9rem;
  line-height: 125%;
  text-transform: uppercase;
  font-weight: normal;
}

article h1 + h2 {
  padding-top: 0.6em;
}

article h2 + h3 {
  padding-top: 0.2em;
}

article h3 + h4 {
  padding-top: 0.2em;
}

article p {
  max-width: 88.4rem;
  margin-bottom: 0.6em;
  line-height: 1.45;
}
.page-template-page-test article p {
  font-size: 2rem;
}

article strong {
  font-weight: 600;
}

article ul,
article ol {
  max-width: 88.4rem;
  padding-top: 0.35em;
  margin-bottom: 1.15em;
}

article ol {
  list-style-type: decimal;
  padding-left: 1.4em;
}

article li {
  margin-bottom: 0.65em;
  font-size: 2.1rem;
  line-height: 130%;
}

article li:last-child {
  margin-bottom: 0;
}

article ul li {
  position: relative;
  padding-left: 1.45em;
}

article ol li {
  list-style-type: decimal;
  padding-left: 0.4em;
}

article ul li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 1px;
  background: #121212;
}

.main-login h1 {
  font-size: 2.4rem;
  margin-bottom: 0.2em;
}

.quiz {
  padding-top: 2em;
}

.questions {
  padding: 0;
  margin: 0 0 3.5rem;
  max-width: none;
}

.questions li {
  padding: 0;
  margin: 0;
}

.questions li:before {
  display: none;
}

.questions > li {
  position: relative;
  display: block;
  padding: 2.8rem 2.8rem 2.8rem;
  border-left: 40px solid #2f2f2f;
  background: #f9f9f9;
}

.questions > li:nth-child(2n) {
  border-color: #081f3f;
  background: #f4f4f4;
}

.questions .number {
  position: absolute;
  top: 2.3rem;
  left: -4rem;
  z-index: 5;
  display: block;
  width: 4rem;
  height: 3.6rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: #081f3f;
  line-height: 3.4rem;
  text-align: center;
  background: #00ec8f;
}

.questions .number:after {
  position: absolute;
  top: 0;
  left: 4rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-left: 12px solid #de1a22;
}

.questions p {
  max-width: 82.5rem;
  font-size: 1.8rem;
}

.wrapper-input {
  padding-top: 0.3em;
}

.wrapper-input li {
  position: relative;
  margin-bottom: 0.7em;
}

.wrapper-input li input {
  position: absolute;
  top: 4px;
  left: 0;
  padding: 0;
  margin: 0;
}

.wrapper-input li label {
  padding-left: 2.8rem;
  color: #828282;
  font-size: 1.7rem;
  display: block;
  line-height: 130%;
}

.two-col {
  position: relative;
  overflow: hidden;
}

.two-col article:first-child .title-band {
  background: #081f3f;
}

.two-col article {
  font-size: 1.8rem;
  line-height: 1.45;
}

.two-col article .intro {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.two-col article .intro > :first-child {
  margin-bottom: 2rem;
}

.two-col article .intro > :last-child {
  margin-bottom: 0;
}

.two-col .img-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.86%;
  background: url(images/training-zone.jpg) 0 0 no-repeat;
  background-size: cover;
}

.two-col article:last-child .img-container {
  background-image: url(images/certification-zone.jpg);
}

.two-col article figure {
  display: none;
}

.two-col article figure:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.two-col article .btn {
  margin-top: 2.2rem;
}

.btn:hover {
  text-decoration: none;
}

.two-col .content-text .intro,
.two-col .content-text strong {
  color: #081f3f;
}

.two-col .content-text a {
  font-weight: 600;
}

.download-table:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.download-table .head {
  padding: 0.9em 0;
}

.download-table .head:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.download-table .head strong {
  float: left;
  margin-right: 1em;
  color: #081f3f;
  font-size: 1.8rem;
}

.download-table .head strong:last-child {
  float: right;
  width: 6.4rem;
  margin-right: 0;
  text-align: right;
}

.download-table ul {
  padding: 0;
  margin: 0;
}

.download-table li {
  padding: 0;
  margin: 0;
  line-height: 95%;
  font-size: 2rem;
}

.download-table li:before {
  display: none;
}

.download-table li a {
  position: relative;
  display: block;
  padding: 1em 2px 1em 2.3em;
  color: #081f3f;
  font-weight: 400 !important;
  border-top: 1px solid #dddddd;
}
.download-table li a span {
  text-decoration: underline;
}
.no-touch .download-table li a:hover span {
  text-decoration: none;
}

.download-table li a:before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 2px;
  content: "";
  width: 29px;
  height: 35px;
  background: url(images/ico-file.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li.style-type-pdf a:before {
  background: url(images/ico-pdf.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li.style-type-archive a:before {
  background: url(images/ico-archive.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li.style-type-spreadsheet a:before {
  background: url(images/ico-spreadsheet.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li.style-type-presentation a:before {
  background: url(images/ico-presentation.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li.style-type-image a:before {
  background: url(images/ico-image.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li.style-type-video a:before {
  background: url(images/ico-video.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li.style-type-text a:before {
  background: url(images/ico-text.jpg) 0 0 no-repeat;
  background-size: contain;
}

.download-table li a:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.download-table li span {
  float: left;
  width: calc(100% - 1em - 6.4rem);
  font-size: 1.6rem;
  margin-right: 1em;
}

.download-table li span.file-size {
  float: right;
  width: 6.4rem;
  margin-right: 0;
  text-align: right;
}

.result .btn {
  margin-top: 1em;
}

.result .success .back-home {
  margin-left: 0;
  font-size: 1.9rem;
  display: block;
  width: 100%;
  padding-top: 1.5rem;
}

.result .failed .back-home {
  margin-left: 0;
  font-size: 2.3rem;
  margin-top: 1em;
  display: block;
}

/* ------- FORM ------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.6em 0.95em 0.65em;
  margin: 0;
  border: 1px solid #dadada;
  background: #f1f1f1;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  outline: 0;
  color: #081f3f;
  font-family: "Lintel", Arial, sans-serif;
  border-radius: 0;
  box-sizing: border-box;
}

textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 10rem;
  min-height: 10rem;
  max-height: 10rem;
}

select {
  background: transparent;
  width: 100%;
  padding: 0;
  padding-bottom: 7px;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: "Lintel", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #040604;
}

select::-ms-expand {
  display: none;
}

/* for IE 11 */
select > option {
  color: #2D2D2D;
  background-color: #fff;
}

.ie9 select,
.ie9 select > option {
  background-color: #f1f1f1;
}

.gform_wrapper {
  padding-top: 0.7em;
}

.gform_wrapper ul {
  padding: 0;
  margin: 0;
  max-width: none;
}

.gform_wrapper li {
  padding: 0;
  margin: 0;
}

.gform_wrapper li:before {
  display: none;
}

.gform_body {
  margin-bottom: 1.9rem;
}

#loginform .gform_wrapper {
  padding-top: 0.3rem;
}

.gform_fields {
  padding: 0;
  margin: 0;
}

.gform_fields:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.gfield {
  position: relative;
  padding: 0;
  margin: 0 0 1.8rem !important;
}

.gfield:before {
  display: none;
}

.gform_fields .gfield:last-child {
  margin-bottom: 0 !important;
}

.gfield.form-privacy {
  width: 100% !important;
}

.gfield_label {
  display: none;
}

.ginput_container {
  position: relative;
}

.ginput_container:after {
  display: none;
  content: "!";
  position: absolute;
  z-index: 100;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #BF2B2B;
  color: #BF2B2B;
  background: #FBEFEF;
}

.ie .ginput_container:after {
  line-height: 75%;
}

.ie9 .gfield.select .ginput_container:after {
  right: 4.2rem;
}

.gfield.select .ginput_container {
  position: relative;
  width: 100%;
  padding: 0.45em 0.95em 0.7em;
  border: 1px solid #dadada;
  font-size: 1.7rem;
  height: 45px;
  background: url(images/sprite-form.png) calc(100% - 0.85em) -22px #f1f1f1 no-repeat;
  box-sizing: border-box;
}

.gfield_checkbox label {
  position: relative;
  display: block;
  padding: 0.2rem 0 0 3.3rem;
  font-size: 1.5rem;
  line-height: 135%;
  box-sizing: border-box;
}

.gfield_checkbox label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2.1rem;
  height: 2rem;
  border: 1px solid #dadada;
  background: url(images/sprite-form.png) 25px 0 #f1f1f1 no-repeat;
  box-shadow: inset 0 0 13px rgba(14, 14, 15, 0.05);
}

.gfield_checkbox input {
  display: none;
  outline: none;
}

.gfield_checkbox input:checked ~ label {
  color: #121212 !important;
}

.gfield_checkbox input:checked ~ label:before {
  background-color: #f1f1f1 !important;
  background-position: 3px 4px !important;
}

.gfield--type-honeypot {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.gform_validation_errors h2 {
  font-size: 1.8rem;
  color: #C10000;
  font-weight: 400;
  text-transform: none;
}

.btn,
input[type=submit] {
  cursor: pointer;
  display: inline-block;
  padding: 13px 22px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  background: #081f3f;
  color: #00ec8f;
  border-bottom-right-radius: 16px;
  font-size: 1.8rem;
  border: none;
}
.no-touch .btn:hover,
.no-touch input[type=submit]:hover {
  background: #00ec8f;
  color: #081f3f;
}
@media only screen and (min-width: 56.25em) {
  .btn,
  input[type=submit] {
    padding: 15px 19px;
  }
}

::-webkit-input-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:-moz-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

:focus:-moz-placeholder {
  opacity: 0;
}

::-moz-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:-ms-input-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.validation_error {
  display: block;
  padding: 0;
  width: 100%;
  margin-bottom: 1.2em;
  color: #C10000;
  font-weight: 400;
  font-size: 1.8rem;
  box-sizing: border-box;
  line-height: 1.3em;
}

#lostpasswordform .validation_error {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

.gfield_error .ginput_container:after {
  display: block;
}

.validation_message {
  display: none;
  position: absolute !important;
  z-index: 150;
  right: 0;
  bottom: 4.9rem;
  width: 13rem !important;
  padding: 0.5em 0.8em 0.55em !important;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 120%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  box-sizing: border-box;
}

.validation_message:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -20px;
  right: 1.3rem;
  margin: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.65);
}

.form-privacy .validation_message {
  bottom: auto;
  top: -3.8rem;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gfield_error:hover .validation_message {
  display: block;
}

.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error textarea,
.gfield_error.select .ginput_container,
.gfield_error .gfield_checkbox label:before,
.ie9 .gfield_error select,
.ie9 .gfield_error select > option {
  background-color: #FBEFEF;
}

.gfield_error .gfield_checkbox label {
  padding-right: 2.9rem;
}

.form-privacy .ginput_container:after {
  top: 0.5rem;
  right: 2px;
  bottom: auto;
}

.form-privacy .validation_message:after {
  right: 0;
}

.gform_confirmation_message {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 135%;
  box-sizing: border-box;
}

.gform_confirmation_message h2,
#loginform .messages {
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
  color: #1B841B;
  font-size: 2.2rem;
  line-height: 135%;
  text-transform: none;
}

#loginform .messages {
  font-size: 2rem;
  margin-bottom: 1em;
}

.gform_confirmation_message br {
  display: none;
}

.gform_confirmation_wrapper + .form-link {
  display: none;
}

.form-link {
  display: block;
  padding-top: 1.9rem;
  font-size: 1.4rem;
  color: #081f3f;
  text-decoration: none;
}

.form-link + .form-link {
  padding-top: 0.3rem;
}

.form-link span {
  font-weight: 400;
  color: #081f3f;
  text-decoration: underline;
}
.form-link span:hover {
  text-decoration: none;
}

.form-link:hover {
  text-decoration: none;
}

.form-link:hover span {
  text-decoration: underline;
}

/* ------- FOOTER ------- */
.footer {
  position: relative;
  width: 100%;
  padding: 1.4rem 4.5% 1.4rem;
  background: #081f3f;
  box-sizing: border-box;
}

.footer p {
  font-size: 1.3rem;
  color: #FFF;
  line-height: 140%;
}

.footer p .copy {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
}

.footer a {
  color: #00ec8f;
}

.footer strong {
  font-weight: normal;
}

.footer a:hover {
  text-decoration: none;
}

/* ------- CONTENT-BOX ------- */
.content-box {
  background: #040604;
}

.content-box .wrapper {
  margin: 0 auto;
  background: url(images/homepage-background-new.jpg) center no-repeat;
  background-size: cover;
}

.content-box .header {
  max-width: 51rem;
  margin: 0 auto;
  background: #fff;
}

.content-box .main {
  max-width: 51rem;
  overflow: auto;
  margin: 0 auto;
  background: #e3e3e3;
}

.content-box article {
  padding: 3.2rem 6.75% 3.3rem;
}

.content-box article .form-message {
  font-size: 1.8rem;
  line-height: 145%;
}

.content-box .footer {
  display: table;
  margin-top: -8.3rem;
  height: 8.3rem;
  clear: both;
  position: relative;
  text-align: center;
  background: none;
}

.content-box .footer .aux {
  display: table-cell;
  vertical-align: middle;
}

.content-box .btn,
.content-box input[type=submit] {
  padding: 0.65em 1.7em 0.65em;
  font-size: 1.7rem;
}

.wrapper-form-elements {
  position: relative;
}

.video {
  width: 100%;
}

.video::-webkit-media-controls-volume-slider {
  display: none;
}

.video::-webkit-media-controls-mute-button {
  display: none;
}

@media only screen and (min-width: 20.063em) {
  /* 321px */
}
@media only screen and (min-width: 25.5em) {
  /* 408px */
  .logo {
    width: 191px;
    height: 50px;
    padding-bottom: 0;
  }
  .logo svg {
    margin-top: 3px;
    height: 100%;
    width: 100%;
  }
  .main-login .logo svg {
    margin-top: 5px;
  }
  .header h1 {
    padding-top: 1.8rem;
    font-size: 5rem;
  }
  .content-box .header h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 27.375em) {
  /* 438px */
}
@media only screen and (min-width: 28.75em) {
  /* 460px */
  article {
    font-size: 2.2rem;
  }
  article h2 {
    font-weight: 900;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 28.75em) and (min-width: 56.25em) {
  article h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 28.75em) and (min-width: 87.5em) {
  article h2 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 28.75em) {
  article h2 {
    font-size: 2.6rem;
  }
  article h3 {
    font-size: 2rem;
  }
  .questions > li {
    padding: 3.8rem 4.5rem 3.8rem;
    border-left: 60px solid #081f3f;
  }
  .questions .number {
    left: -6rem;
    z-index: 5;
    width: 6rem;
    height: 5.4rem;
    font-size: 2.8rem;
    line-height: 5.2rem;
  }
  .questions .number:after {
    left: 6rem;
    border: 27px solid transparent;
    border-left: 18px solid #00ec8f;
  }
  .wrapper-submit {
    text-align: right;
  }
  .btn,
  input[type=submit] {
    width: auto;
    font-size: 1.9rem;
  }
  .content-box .header .aux {
    height: 5rem;
    text-align: center;
    white-space: nowrap;
  }
  .content-box .logo {
    display: inline-block;
    float: none;
  }
  .content-box .header h1 {
    display: inline-block;
    float: none;
    padding: 1.5rem 0 0;
    font-size: 4.4rem;
  }
  .content-box .gform_footer {
    text-align: right;
  }
  .content-box .reset-password-form .btn,
  .content-box .reset-password-form input[type=submit] {
    width: 54%;
  }
  .form-link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 0;
    margin-bottom: 1.5rem;
  }
  .form-link.forgot-password {
    left: 2px;
    margin-bottom: 2.6rem;
  }
  .form-link.sign-up {
    left: 2px;
    margin-bottom: 0.5rem;
    text-align: right;
  }
  .form-link.sign-up-single {
    margin-bottom: 1.4rem;
  }
}
.main-login > .wrapper {
  min-height: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media only screen and (min-width: 31.875em) {
  .main-login > .wrapper {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 45.375em) {
  .main-login > .wrapper {
    padding-top: 135px;
  }
}

@media only screen and (min-width: 31.875em) {
  /* 510 px */
  .content-box .header {
    padding: 4.3rem 3.4rem 4.2rem;
  }
  #loginform .gform_body {
    margin-bottom: 0.3rem;
  }
  .gfield {
    float: left;
    width: calc(50% - 0.9rem);
  }
  .gfield.float_right,
  #loginform .gfield:nth-child(2n) {
    float: right;
  }
  .gfield.wide {
    width: 100%;
  }
}
@media only screen and (min-width: 35em) {
  /* 560 px */
  .logo {
    float: left;
  }
  .header .title-certification {
    float: left;
    padding: 0.4rem 0 0 0.7rem;
    font-size: 5.8rem;
  }
  .result .success .back-home {
    display: inline-block;
    padding-top: 0;
    margin-left: 1rem;
    width: auto;
  }
}
@media only screen and (min-width: 37.5em) {
  /* 600 px */
}
@media only screen and (min-width: 40em) {
  /* 640 px */
}
@media only screen and (min-width: 45.375em) {
  /* 726 px */
}
@media only screen and (min-width: 48em) {
  /* 768px */
  .two-col.main:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .two-col article {
    float: left;
    width: 50%;
  }
  .two-col article:first-child {
    padding-bottom: 200em;
    margin-bottom: -200em;
  }
  .two-col .title-band {
    padding: 0 11.24% 0;
  }
  .two-col .title-band:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .two-col.main .aux {
    padding-left: 11.24%;
    padding-right: 11.24%;
    max-width: 65rem;
    float: left;
    width: 100%;
  }
  .two-col.main .title-band .aux {
    max-width: 55rem;
  }
  .two-col article .intro {
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .two-col .img-container {
    float: left;
    max-width: 65rem;
  }
  .two-col.main article:first-child .aux,
  .two-col.main article:first-child .img-container {
    float: right;
  }
  .two-col .btn {
    text-align: left;
  }
}
@media only screen and (min-width: 55.625em) {
  /* 890 px */
  .header {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 3.3rem;
  }
  .main header,
  .main .aux,
  .two-col .title-band,
  .two-col.main .aux {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 57.5em) {
  /* 920 px */
}
@media only screen and (min-width: 62.5em) {
  /* 1000px */
  .header p {
    clear: none;
    float: right;
    padding: 3rem 0 0 1.8em;
  }
}
@media only screen and (min-width: 71.875em) {
  /* 1150 px */
}
@media only screen and (min-width: 75em) {
  /* 1200 px */
}
@media only screen and (min-width: 78.125em) {
  /* 1250 px */
}
@media only screen and (min-width: 81.25em) {
  /* 1300 px */
  .two-col .img-container {
    height: 35rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 87.5em) {
  /* 1400 px */
}
/* ------- RETINA ------- */
/* ------- RULES FOR SAFARI AND CHROME  ------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body,
  input,
  textarea {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  .gfield.select .ginput_container {
    padding: 0.6em 0.95em 0.65em;
  }
}
/* ------- PRINT  ------- */
@media print {
  #header,
  #footer {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */