.navbar {
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.navbar a.link {
    line-height: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}
a.link.icon-only {
    width: 25px;
    margin: 0 16px;
}
.back-icon {
    margin: 0 5px !important;
}
a.link.open-picker {
    margin-right: 7px;
}
a.link.open-popover {
    margin-right: 1px;
}
.logo {
    display: inline-block;
    margin-left: 20px;
    width: 30px;
    border-radius: 3px;
}
ol {
    padding: 0 0 0 20px;
    margin: 20px 0 7px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}
ol li {
    display: inline-block;
}
.linking-page {
    color: #757575;
    font-size: 15px;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
}
h2 {
    font-size: 23px;
    color: #2196f3;
    margin: 0px 0 0 23px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}
.tabbar-scrollable a.tab-link, .tabbar-scrollable a.link {
    padding: 2px;
    color: #757575;
    margin: 0 7px;
    text-transform: none;
    font-size: 15px;
}
a.tab-link.active {
    color: #fff;
}
.tabbar .tab-link-highlight {    
    height: 2px;
    background: #ffffff;  
}
.tabbar {
    top: 60px;
}
.toolbar {
    background: #fff;
    height: 130px;
    padding: 0;
    box-shadow: 0 1px 2px 0 grey;
}
.toolbar-inner {
    margin-top: 40px;
}
.page-content {
    padding-top: 110px;
}
.structure {
    font-size: 12px;
    margin: 15px 20px 10px 24px;
    color: #5f6368;
}
.linking-page {
    color: #5f6368;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
.card {
    background: #FFFFFF;
    margin: 10px;
    line-height: 22px;
    font-size: 16px;
    padding: 16px;
    border-top: none;
    z-index: 10;
    box-shadow: none;
}
.header-skill {
    text-align: center;
}
.header-image {
    max-width: 100%;
}
.skill-wrapper {
    margin: 15px 0 10px 0;
}
.skill-title {
    font-weight: 500;
    margin: 15px auto 15px auto;
    max-width: 350px
}
.skill-description {
    margin: 0 auto 20px auto;
    border-bottom: 5px solid #eeeeee;
    padding-bottom: 30px;
    max-width: 350px;
}
.speaking-wrapper {
    margin: 50px 0;
    line-height: 25px;
    padding: 20px;
    background-color: #eeeeee;
    border-radius: 4px;
    position: relative;
}
.dialog-icon {
    max-width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    margin: -35px -5px 0 0;
}
.dialogue {
    margin: 10px 0;
}
.person {
    font-weight: 500;
}
.questions-wrapper {
    padding: 20px 0;
}
audio {
    width: 100%;
}
audio:focus { 
    outline: 0; 
    outline-color: transparent; 
    outline-style: none; 
}
.accordion {
  background-color: #f1f3f4;
  color: #212121;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  line-height: 8px;
  height: 45px;
  text-transform: none;
  margin-top: 5px;
}
.accordion:after {
  content: '';
  background: url(../img/accordion-expand.svg);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  margin-top: -8px;
}
.accordion-active:after {  
  background: url(../img/accordion-contract.svg);
}
.accordion-container {
    padding: 0;
    border: 5px solid #eeeeee;
    max-height: 0;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: -10px 0 30px 0;
}
.container-text {
    margin: 20px;
    text-align: left;
    line-height: 25px;
}
.questions-title {
    font-weight: 500;
}
.questions-description {
    margin: 10px 0 50px 0;
}
.questions-subtitle {
    margin-top: 20px;
    font-weight: 500;
    margin-left: 35px;
}
.subtitle-number {
    background-color: #2196f3;
    border-radius: 50px;
    padding: 3px 10px;
    color: #ffffff;
    margin-right: 5px;
    margin-left: -35px;
}
.question-container {    
    border-bottom: 1px solid #dfdfdf;
    margin: 40px 0 20px 0;
}
.exercise-question {
    color: #2E2E2E;
    margin: 30px 0 0 0;
    text-align: left;
}
.first-question {
    margin-top: 50px !important;
}
.exercise-label {
    position: relative;
    padding-left: 20px;
    margin: 10px 10px 0 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.exercise-label  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.exercise-label:hover input ~ .exercise-checkmark {
     background-color: #ccc;
}
.exercise-label input:checked ~ .exercise-checkmark {
    background-color: #2196f3;
    border-color: #2196f3;
}
.exercise-label input:checked ~ .exercise-checkmark:after {
    display: block;
}
.exercise-checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
}
.exercise-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.exercise-answer{
    margin: 0;
    display: inline-block;
    border-radius: 4px;
}
input.exercise-radio {
    display: none;
}
.exercise-correction .exercise-checkmark{
    display: none;
}
.exercise-checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
}
.exercise-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.exercise-answer{
    margin: 0;
    border-radius: 4px;
}
.answer-container {
    text-align: center;
    padding-bottom: 20px;
}
input.exercise-radio {
    display: none;
}
.exercise-correction .exercise-checkmark{
    display: none;
}
input.exercises-submit[type="submit"] {
    color: #ffffff;
    background-color: #2196F3;
    margin: 0;
    border: 0;
    outline: 0;
    text-transform:uppercase;
    height:35px;
    width: 210px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}
input.exercises-submit[type="submit"]:hover {
  color: #ffffff;  
  text-decoration: none;
}
.exercises-check {
    text-align: center;
    margin: 50px 0 0 0;
}
.exercise-correct {
    background-color: #00C853;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    max-width: 70px;
    margin: 20px auto;
}
.exercise-incorrect {
    background-color: #ff2828;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: 72px;
    margin: 20px auto 0 auto;
    font-size: 14px;
}
.exercise-correction {
    padding: 5px 10px;
    background-color: #00C853;
    border-radius: 4px;
    margin-top: 1px;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    color: #ffffff;
}
.exercise-correction-highlight {
    height: 50px;
}
.exercises-restart {
    color: #ffffff;
    background-color: #2196F3;
    margin: 10px auto;
    border: 0;
    outline: 0;
    text-transform:uppercase;
    height:35px;
    width: 210px;
    font-size: 16px;
    border-radius: 4px;
    line-height: 36px;
}
.exercises-score {
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    z-index: -1;
    margin-bottom: 50px;
}
.exercises-score-wrapper {
    height: 96%;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    position: absolute;
    top: 0;
    margin-left: -16px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.exercises-perfect-score {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 4px;
    border: 2px solid #000000;
}
.exercises-hide {
    display:none;
}
.footer {
    text-align: center;
    font-weight: 300;
    margin-top: 100px;
    background-color: #333;
    bottom: 0;
    padding-top: 50px;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-item {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #fff;
}
.footer-item a {
    color: #ffffff;
}
.contact {
    display: block;
    margin: 30px 0 10px 0;
}
.contact-email {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.contact-icon {
    display: inline-block;
    vertical-align: text-bottom;
}
.footer-division {
    width: 80%;
    height: 1px;
    background-color: #606060;
    margin: 20px 30px;
    border: none;
}
.footer-app {
    color: #ffffff;
    margin: 0;
    max-width: 150px;
    padding: 0;
    border-radius: 5px;
}
.footer-legals {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}
.footer-social-wrapper {padding: 5px 0 40px 0;color: #fff;line-height: 20px;}
.footer-social-icon {
    display: inline-block;
    width: 40px;
    margin: 0 3px 0 3px;
    border-radius: 50%;
}
p {
    margin: 0;
}
@media screen and (min-width: 600px) {
    h2 {
        max-width: 800px;
        margin: 10px auto;
    }
    ol {
        width: 800px;
        margin: 30px auto 0 auto;
        padding-left: 0;
    }
    .toolbar-inner {
        width: 800px;
        left: 0;
        right: 0;
        top: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0 0 20px 0 !important;
    }
    .tab-link:first-child {
        margin: 0 !important;
    }
    .page-content {
        padding-top: 110px;
    }
    .card {
        max-width: 800px;
        margin: 50px auto !important;
    } 
    .skill-title {
        max-width: initial;
        margin-top: 50px;
    }
    .skill-description {
        max-width: 800px;
    }
    .audio-wrapper {
        width: 400px;
        margin: 0 auto;
    }
    .footer {
        text-align: center;
        font-family: 'Roboto-Light', sans-serif;
    }
    .footer-app {
        margin: 0 auto 0 auto;
    }
    .footer-item {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer-division {
        margin: 30px auto;
    }
    .footer-social-icon {
        margin: 0 5px 0 5px;
    }
    .contact {
        margin: 30px 0 10px 0;
    }
    .footer-legals {
        margin-left: 0;
    }
}
