/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

.btn {
  display: inline-block;
  min-width: 150px;
  border: 1px solid #005187;
  color: #005187;
  transition-duration: .5s;
  transition-property: background-color, border-color, color;
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
  letter-spacing: 1px; }
  .btn:hover {
    background-color: #005187;
    color: #fff; }
  .btn.btn-blue {
    border-color: #005187;
    background-color: #005187;
    color: #fff; }
    .btn.btn-blue:hover {
      background-color: #fff;
      color: #005187; }
  .btn.btn-white {
    border-color: #fff;
    background-color: transparent;
    color: #fff; }
    .btn.btn-white:hover {
      background-color: #fff;
      color: #005187; }
  .btn.btn-large {
    font-size: .9em;
    letter-spacing: 2px;
    padding: 20px;
    min-width: 400px; }
  .btn.btn-med {
    font-size: .9em;
    letter-spacing: 2px;
    padding: 20px;
    min-width: 250px; }

.icon-menu {
  width: 30px;
  height: 20px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .5s; }
  .icon-menu .el {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    transition-duration: .5s;
    transition-delay: 0s;
    background-color: #005187; }
  .icon-menu .el1 {
    top: 40%;
    transition-property: width, opacity;
    transition-delay: 0s, .3s; }
  .icon-menu .el2 {
    top: 80%; }
  .icon-menu.active {
    transition-delay: .5s;
    -webkit-transform: scale(0.7, 1);
    -ms-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    .icon-menu.active .el {
      width: 110%;
      transition-delay: .5s; }
    .icon-menu.active .el1 {
      opacity: 0;
      transition-delay: 0s !important; }
    .icon-menu.active .el0 {
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    .icon-menu.active .el2 {
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom; }

html,
body {
  font-family: sans-serif;
  color: #005187;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
  overflow-x: hidden; }

a {
  text-decoration: none; }

.xycenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.clear {
  clear: both; }

section {
  padding: 40px;
  position: relative; }

h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2;
  padding: 30px 0 40px; }

.section-wrapper {
  margin: auto;
  width: 90%;
  max-width: 1000px; }

.section-header {
  text-align: center; }
  .section-header .num {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid #005187; }

.centered {
  max-width: 550px;
  text-align: center;
  margin: auto; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.full-width {
  max-width: 100%; }

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  background-color: #eee; }

.two-col {
  padding-top: 100px;
  padding-bottom: 100px; }
  .two-col .col {
    float: left;
    width: 50%;
    box-sizing: border-box; }
  .two-col .c1 {
    padding-right: 100px; }
  .two-col .c2 {
    padding-left: 100px; }
  .two-col.tc-with-space .c1 {
    padding-right: 10px; }
  .two-col.tc-with-space .c2 {
    padding-left: 10px; }

.ix {
  cursor: pointer; }

.three-col {
  padding-top: 100px;
  padding-bottom: 100px; }
  .three-col .col {
    float: left;
    width: 30%;
    box-sizing: border-box; }
  .three-col .c1,
  .three-col .c2 {
    margin-right: 5%; }

.bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.icon-item {
  position: relative;
  padding-bottom: 20px; }
  .icon-item .icon {
    position: absolute;
    top: 0;
    left: 0; }
  .icon-item .text {
    margin-left: 40px;
    font-weight: bold; }

.two-col-copy {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.template {
  display: none; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px;
  z-index: 100; }
  .navbar > ul .menu {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    position: relative; }
  .navbar > ul .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .navbar > ul .register {
    float: right; }
  .navbar .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1a6393;
    text-align: center;
    z-index: 8;
    line-height: 12px;
    overflow: hidden;
    height: 0;
    transition-duration: 0.5s;
    transition-property: height; }
    .navbar .submenu li {
      display: inline-block; }
      .navbar .submenu li a {
        display: inline-block;
        color: #fff;
        padding: 15px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        margin-right: 20px; }

.showmenu .navbar .submenu {
  height: 42px; }

.intro {
  position: relative;
  background-color: #006;
  color: #fff;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  text-align: center; }
  .intro .intro-copy {
    max-width: 500px; }
  .intro .logo,
  .intro h2,
  .intro .intro-copy {
    margin-bottom: 30px; }

.what-is::after {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #005187;
  top: 0;
  right: 0; }

.what-is .video {
  margin-top: 50px;
  position: relative; }
  .what-is .video .content img {
    height: 150px; }
  .what-is .video .content .btn {
    display: block;
    margin-top: 50px; }
  .what-is .video .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
    .what-is .video .video-content iframe {
      width: 100%;
      height: 100%; }

.what-is .c2 {
  border-left: 1px solid #eee; }

.what-is .icon-list {
  padding-right: 100px; }
  .what-is .icon-list.icon-item:last-child {
    padding-bottom: 0; }

.sign-up::after {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #005187;
  top: 0;
  left: 0; }

.challenges::after {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #005187;
  top: 0;
  right: 0; }

.challenges .challenge-list {
  margin-top: 100px;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out; }
  .challenges .challenge-list .challenge {
    width: 30%;
    float: left;
    margin-bottom: 100px; }
    .challenges .challenge-list .challenge:nth-child(3n + 1) {
      clear: both;
      margin-right: 5%; }
    .challenges .challenge-list .challenge:nth-child(3n + 2) {
      margin-right: 5%; }

.challenges .challenge-image {
  width: 75px;
  height: 75px;
  margin-bottom: 5px; }

.challenges .challenge-title {
  font-weight: bold;
  margin-bottom: 5px; }

.challenges .challenge-name {
  margin-bottom: 30px; }

.challenges .challenge-desc {
  min-height: 170px; }

.challenges p {
  margin-bottom: 1em; }

.challenges .challenge-list-container {
  position: relative; }

.challenges .challenge-detail {
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 1px solid #005187;
  border-bottom: 1px solid #005187;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0); }
  .challenges .challenge-detail .desc-container {
    position: relative; }
  .challenges .challenge-detail .challenge-desc-full {
    margin-right: 33%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
  .challenges .challenge-detail .img {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0; }
    .challenges .challenge-detail .img img {
      width: 100%; }
  .challenges .challenge-detail .all-categories {
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .challenges .challenge-detail .all-categories img {
      height: 20px;
      vertical-align: middle;
      margin-left: 20px; }

.challenges.showdetail .challenge-list {
  -webkit-transform: translate(100vw, 0);
  -ms-transform: translate(100vw, 0);
  transform: translate(100vw, 0); }

.challenges.showdetail .challenge-detail {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.actual-timeline {
  margin: auto;
  max-width: 800px;
  position: relative;
  padding: 10px 0; }
  .actual-timeline::after {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #005187;
    top: 0;
    left: 0; }
  .actual-timeline::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px solid #005187;
    content: ' '; }
  .actual-timeline .time-item {
    padding: 20px;
    background-color: #005187;
    color: #fff;
    clear: both;
    width: 48%;
    float: left;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    transition: opacity 1s;
    text-align: right; }
    .actual-timeline .time-item.show {
      opacity: 1; }
    .actual-timeline .time-item::after {
      content: ' ';
      background-color: #005187;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      z-index: 0; }
    .actual-timeline .time-item:nth-child(2n+1) {
      float: right;
      text-align: left; }
      .actual-timeline .time-item:nth-child(2n+1)::after {
        left: 0;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
    .actual-timeline .time-item.important {
      background-color: #d03027; }
      .actual-timeline .time-item.important::after {
        background-color: #d03027; }
    .actual-timeline .time-item .date {
      text-transform: light; }
    .actual-timeline .time-item .text {
      text-transform: uppercase;
      font-weight: bold; }

.about .img {
  padding: 100px 0 50px; }
  .about .img img {
    height: 40px; }

.about-l-marks::after {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #005187;
  top: 0;
  right: 0; }

.about-capital-one {
  background-color: #d03027;
  color: #fff; }
  .about-capital-one .num {
    border-bottom-color: #fff; }
  .about-capital-one .img img {
    height: 60px; }

.apply {
  background-color: #005187;
  color: #fff;
  text-align: center; }
  .apply img {
    height: 75px; }
  .apply .btn {
    margin-top: 50px; }

.questions {
  background-color: #1a6393;
  color: #fff;
  text-align: center; }
  .questions .read-our-faq {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 20px; }

footer {
  color: #6d8fa6;
  font-size: 11px;
  padding: 50px; }
  footer .left {
    float: left; }
  footer .right {
    float: right;
    text-align: right; }
  footer .copyright {
    margin-top: 15px; }
  footer .social a {
    margin-left: 20px;
    border: 0; }
  footer .lmarks {
    margin-left: 30px; }
  footer .footer-menu {
    margin-top: 20px; }
    footer .footer-menu li {
      display: inline-block;
      margin-left: 40px; }
      footer .footer-menu li a {
        color: #6d8fa6; }
      footer .footer-menu li:first-child {
        margin-left: 0; }

.reg-hr {
  width: 100%;
  height: 0;
  margin: 100px 0;
  border: 0;
  border-top: 1px solid #6d8fa6; }

.register-form {
  background-color: #005187;
  color: #fff;
  padding-bottom: 10%;
  padding-top: 150px; }
  .register-form form {
    font-style: italic; }
  .register-form .num,
  .register-form h1 {
    font-style: normal; }
  .register-form .num {
    border-color: #fff; }
  .register-form .hr3 {
    margin-bottom: 0; }
  .register-form .submit {
    margin-top: 30px; }
  .register-form .submit-cols .pull-right {
    float: right; }
  .register-form .logos {
    height: 130px; }

[type=text],
[type=email],
[type=tel],
textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #005187;
  color: #fff;
  background-color: #1a6393;
  padding: 15px;
  margin-bottom: 20px;
  font-style: italic;
  transition-duration: .5s;
  transition-property: border-color; }
  [type=text]::-webkit-input-placeholder,
  [type=email]::-webkit-input-placeholder,
  [type=tel]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6d8fa6; }
  [type=text]::-moz-placeholder,
  [type=email]::-moz-placeholder,
  [type=tel]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #6d8fa6; }
  [type=text]:-ms-input-placeholder,
  [type=email]:-ms-input-placeholder,
  [type=tel]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #6d8fa6; }
  [type=text]::placeholder,
  [type=email]::placeholder,
  [type=tel]::placeholder,
  textarea::placeholder {
    color: #6d8fa6; }
  [type=text]:focus,
  [type=email]:focus,
  [type=tel]:focus,
  textarea:focus {
    outline: 0;
    border-color: #6d8fa6; }

textarea {
  height: 300px; }

label {
  display: inline-block;
  cursor: pointer; }

.radio-section {
  margin-bottom: 20px; }
  .radio-section .title,
  .radio-section .radio-option {
    float: left;
    line-height: 40px;
    display: inline-block;
    margin-right: 30px; }
  .radio-section .radio-option {
    cursor: pointer; }
    .radio-section .radio-option .radio {
      margin-right: 10px;
      width: 40px;
      height: 40px;
      display: inline-block;
      background-color: #1a6393;
      border-radius: 100%;
      vertical-align: middle;
      position: relative; }
      .radio-section .radio-option .radio::after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: .75;
        border-radius: 100%;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0); }
      .radio-section .radio-option .radio.checked::after {
        -webkit-transform: scale(0.65, 0.65);
        -ms-transform: scale(0.65, 0.65);
        transform: scale(0.65, 0.65); }
  .radio-section [type=radio] {
    display: none; }

.checkbox-section {
  position: relative;
  line-height: 40px; }
  .checkbox-section .title {
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
    line-height: 1.2em; }
  .checkbox-section .options {
    margin-left: 350px; }
  .checkbox-section .checkbox-option {
    cursor: pointer;
    width: 47.5%;
    float: left;
    margin-bottom: 20px; }
  .checkbox-section .checkbox {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #1a6393;
    vertical-align: middle;
    position: relative; }
    .checkbox-section .checkbox::after {
      content: '\2713';
      position: absolute;
      top: 0;
      left: 10px;
      font-size: 24px;
      opacity: 0;
      transition-duration: .5s;
      transition-property: opacity; }
    .checkbox-section .checkbox.checked::after {
      opacity: .75; }
  .checkbox-section [type=checkbox] {
    display: none; }

.faq-intro {
  color: #fff;
  padding: 100px 20px;
  margin-top: 50px; }

.faqs {
  padding-top: 100px; }
  .faqs .faq {
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    position: relative; }
    .faqs .faq .question {
      font-weight: bold;
      font-size: 1.2em;
      margin-bottom: 1em;
      margin-right: 20px; }
    .faqs .faq::after {
      position: absolute;
      top: 0;
      right: 0;
      width: 10px;
      height: 10px;
      content: ' ';
      background-color: #005187; }
    .faqs .faq:last-child {
      border-bottom: 0; }

.faq-more-questions {
  padding: 100px 20px;
  background-color: #005187;
  text-align: center;
  color: #fff; }
  .faq-more-questions a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline; }
    .faq-more-questions a:hover {
      text-decoration: none; }

/*
*
* .-. .-') _  .-')    ('-.   ('-.    .-. .-')   _ (`-.                            .-') _  .-') _     .-')    
* \  ( OO | \( -O ) _(  OO) ( OO ).-.\  ( OO ) ( (OO  )                          ( OO ) )(  OO) )   ( OO ).  
*  ;-----.\,------.(,------./ . --. /,--. ,--._.`     \ .-'),-----.   ,-.-') ,--./ ,--,' /     '._ (_)---\_) 
*  | .-.  ||   /`. '|  .---'| \-.  \ |  .'   (__...--''( OO'  .-.  '  |  |OO)|   \ |  |\ |'--...__)/    _ |  
*  | '-' /_)  /  | ||  |  .-'-'  |  ||      /,|  /  | |/   |  | |  |  |  |  \|    \|  | )'--.  .--'\  :` `.  
*  | .-. `.|  |_.' (|  '--.\| |_.'  ||     ' _)  |_.' |\_) |  |\|  |  |  |(_/|  .     |/    |  |    '..`''.) 
*  | |  \  |  .  '.'|  .--' |  .-.  ||  .   \ |  .___.'  \ |  | |  | ,|  |_.'|  |\    |     |  |   .-._)   \ 
*  | '--'  /  |\  \ |  `---.|  | |  ||  |\   \|  |        `'  '-'  '(_|  |   |  | \   |     |  |   \       / 
*  `------'`--' '--'`------'`--' `--'`--' '--'`--'          `-----'   `--'   `--'  `--'     `--'    `-----'  
*
*/
@media (max-width: 1080px) {
  .checkbox-section .title {
    position: relative;
    display: block; }
  .checkbox-section .options {
    margin-left: 0;
    margin-top: 20px; } }

@media (max-width: 1000px) {
  .register-form .logos {
    height: 80px; }
  .register-form .submit {
    margin-top: 10px;
    padding: 20px 40px;
    min-width: 0px; } }

@media (max-width: 800px) {
  .what-is .icon-list {
    padding-right: 0; }
  .two-col .c1 {
    padding-right: 5%; }
  .two-col .c2 {
    padding-left: 5%; }
  .what-is .video .content img {
    height: 100px; }
  .what-is .video .content .btn {
    margin-top: 20px; } }

@media (max-width: 700px) {
  .checkbox-section .checkbox-option {
    width: 100%; } }

@media (max-width: 600px) {
  .what-is .video .content img {
    height: 75px; }
  .radio-section .title {
    display: block;
    float: none; }
  .register-form .submit-cols {
    padding-top: 15%;
    padding-bottom: 15%; }
    .register-form .submit-cols .col {
      float: none;
      width: 100%;
      text-align: center; }
      .register-form .submit-cols .col .pull-right {
        float: none;
        margin-bottom: 30px; } }

@media (max-width: 500px) {
  section {
    padding-right: 0;
    padding-left: 0; }
  .section-wrapper {
    width: 80%; }
  .two-col {
    padding-top: 15%;
    padding-bottom: 15%; }
    .two-col .col,
    .two-col .c1,
    .two-col .c2 {
      width: 100%;
      margin: 0;
      padding: 0; }
  .what-is .c2 {
    border-left: 0;
    margin-top: 40px; }
  .three-col {
    padding-top: 15%;
    padding-bottom: 15%; }
    .three-col .col {
      width: 100%;
      float: none;
      margin-bottom: 30px; }
  .actual-timeline::after {
    display: none; }
  .actual-timeline .time-item {
    width: 80%;
    margin-bottom: 30px;
    float: none;
    text-align: left;
    left: 10%; }
    .actual-timeline .time-item:nth-child(2n+1) {
      float: none;
      text-align: left; }
    .actual-timeline .time-item::after, .actual-timeline .time-item:nth-child(2n+1)::after {
      left: 50%;
      top: 100%; }
  .two-col-copy {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .two-col.tc-with-space .c1,
  .two-col.tc-with-space .c2 {
    padding-left: 0;
    padding-right: 0; }
  footer .left,
  footer .right {
    float: none;
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
  footer .right {
    margin-bottom: 0; }
  footer .social a {
    margin-left: 0;
    margin-right: 20px; }
  footer .footer-menu li {
    margin-right: 20px;
    margin-left: 0;
    line-height: 2; } }

@media (max-width: 440px) {
  .what-is .video .content img {
    display: none; }
  .register-form .submit-cols .btn {
    padding: 20px;
    width: 100%; } }
