/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}a{color:inherit;text-decoration:none}header,footer,section,nav{display:block}

body, html {
  font-family: "Lato", sans-serif;
}
.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  position: relative;
}
header {
  margin-bottom: 20px;
}
header .user-cp {
  text-align: right;
  padding-top: 10px;
}
header .user-cp::after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
}
header .user-cp>div {
  float: right;
}
header .user-cp {
  float: right;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #f84;
}
header .user-cp .login a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("img/user.png") no-repeat 50% 50%;
  background-size: 24px 24px;
  overflow: hidden;
  text-indent: -10000px;
}
header .user-cp .login.logout a {
  background-image: url('img/logout.png');
}
header .top {
  height: 590px;
  position: relative;
  border-top: 80px solid transparent;
}
header .top.red-h {
  height: 300px;
}
header .top.smallest-h {
  height: 100px;
  height: 10px;
}
header .top .bg-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
header .bg-img::before,
header .bg-img::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  opacity: .15;
}
header .bg-img::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b8a60+0,4b8a60+100&0.3+0,1+100 */
background: -moz-linear-gradient(top, rgba(75,138,96,0.3) 0%, rgba(75,138,96,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(75,138,96,0.3) 0%,rgba(75,138,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(75,138,96,0.3) 0%,rgba(75,138,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4b8a60', endColorstr='#4b8a60',GradientType=0 ); /* IE6-9 */
}
header .bg-img::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#62839f+0,62839f+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(98,131,159,1) 0%, rgba(98,131,159,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(98,131,159,1) 0%,rgba(98,131,159,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(98,131,159,1) 0%,rgba(98,131,159,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62839f', endColorstr='#0062839f',GradientType=0 ); /* IE6-9 */
}

header h1 {
  width: 170px;
  height: 60px;
  position: absolute;
  top: 6px;
}
header h1 a {
  overflow: hidden;
  width: 170px;
  height: 60px;
  display: block;
  background: url("img/logo.png") no-repeat 50% 50%;
  background-size: contain;
  text-indent: -10000px;
}
header nav {
  color: #363636;
  height: 80px;
  background: white;
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 4px 4px rgba(0,0,0,.15);
}
header nav .container {
  padding-top: 20px;
}
header nav .main-menu {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
}
header nav .main-menu li {
  float: left;
  margin-left: 15px;
/*   margin-top: 8px; */
  line-height: 45px;
}
header nav .main-menu li.emph {
  font-weight: bold;
  color: #0035b1;
  color: #fd0306;
}
header nav .main-menu li:first-of-type {
  margin-left: 0;
}
header nav .lang {
  position: absolute;
  top: 0;
  right: 75px;
}
header nav .lang a {
  display: block;
  float: left;
  margin-top: 20px;
  height: 26px;
  width: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  text-indent: -10000px;
}
header nav .lang a.srp {
  background-image: url("img/srp.png");
}
header nav .lang a.eng {
  background-image: url("img/eng.png");
}
header nav .search {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 15px;
}
header nav .search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0 none;
  background: transparent;
  overflow: hidden;
  text-indent: -10000px;
  height: 36px;
  width: 36px;
  background: url("img/search.png") no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}
header .tbc {
  height: 100%;
}
header .text-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
header .text-box h2 {
  background: black;
  color: white;
  font-weight: 300;
  font-size: 36px;
  height: 60px;
  padding: 7px 40px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
header .text-box .tb {
  background: white;
  font-size: 18px;
  color: #363636;
  padding: 28px 20px 20px;
  margin-top: -8px;
  margin-right: -40px;
}
.split-content::after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}
.split-content>div {
  float: left;
}
.split-content>div:first-of-type {
  width: calc(100% - 320px);
  margin-right: 60px;
}
.split-content>div:last-of-type {
  width: 260px;
}
h2 {
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 40px;
}
h2 date {
  overflow: hidden;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
h2 date em, date span, date b {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
h2 date span {
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  color: #1f567c;
}
h2 date em {
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  background: #cb0606;
  color: white;
}
h2 date b {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  background: #e0e0e0;
  color: black;
  font-weight: normal;
}
.post-content {
  font-size: 14px;
  line-height: 20px;
  color: #636363;
  margin-bottom: 20px;
}
.post-content .intro {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.post-content p {
  margin-bottom: 20px;
}
.post-content img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
}
.post-content .img-multi {
  overflow: hidden;
}
.post-content .img-multi img {
  width: calc(50% - 20px);
  float: left;
}
.post-content blockquote {
  font-style: italic;
  font-size: 1.1em;
  color: #333;
  margin: 24px 0;
}
.post-content blockquote::before,
.post-content blockquote::after {
  content: '"';
  font-size: 20px;
  color: #999;
  display: inline-block;
}
.post-content .img-multi img:nth-of-type(2n) {
  margin-left: 20px;
}
.post-content a {
  color: #1f567c;
  font-style: italic;
}
.post-content a:hover {
  text-decoration: underline;
}
h3 {
  font-size: 20px;
  margin: 24px 0;
  text-transform: uppercase;
}
.related {
  
}
.related ul::after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
  margin-bottom: 24px;
}
.related ul li {
  margin-bottom: 0px;
  overflow: hidden;
}

.related ul img {
  width: 260px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
/*   margin-top: 10px; */
  float: left;
  margin-right: 12px;
}
.related ul li h2 a {
  color: #1f567c;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
}
.related ul li .intro a {
  color: #1f567c;
  font-weight: bold;
  display: inline-block;
}
.related ul .intro {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
}
.gen-widget {
  margin-bottom: 24px;
}
.gw-top {
  background: #1533ac;
  color: white;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 17px;
  font-size: 18px;
  margin-bottom: 12px;
}
.gw-content {
  font-weight: 500;
  color: #666;
  line-height: 20px;
  font-size: 14px;
}
.gw-content .cbtn {
  margin-top: 12px;
}
.calendar {
  overflow: hidden;
  background: #cdcdcd;
  margin-bottom: 24px;
}
.calendar .top {
  background: #f8c972;
  color: #1f567c;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Maven Pro", sans-serif;
  text-align: center;
  font-weight: bold;
}
.calendar .days {
  border-left: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  overflow: hidden;
}
.calendar .days>div {
  width: calc(14.2857% - 1px);
  margin-right: 1px;
  float: left;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
  font-size: 14px;
  background: #e2e2e2;
}
.calendar .days>div.othm {
  opacity: .5;
}
.calendar .days>div.cur {
  background: #1f567c;
  color: white;
  font-weight: bold;
}
.forecast {
  margin-bottom: 24px;
}
h4 {
  font-size: 18px;
/*   color: #1f567c; */
  margin: 12px 0;
}
.side-list {
  margin-bottom: 24px;
}
.side-list li {
  margin-bottom: 8px;
}
.side-list li::before {
  content: "◆";
  margin-right: 8px;
  font-size: 8px;
  color: #636363;
  vertical-align: middle;
  display: inline-block;
  line-height: 4px;
}
footer {
  background: #1f567c;
  color: white;
  padding: 20px 0;
  overflow: hidden;
}
.side-list li a {
  color: #1f567c;
}
footer .copy {
  float: left;
  width: 260px;
  margin-right: 30px;
}
footer .main-menu {
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 160px;
  margin-right: 20px;
}
.main-menu li.active {
  color: #f8c972;
}
.main-menu li a {
  transition: .3s;
}
.main-menu li a:hover {
  color: #f8c972;
}
footer .contact-info {
  float: left;
  width: 220px;
}
footer h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer .contact-info p {
  font-size: 14px;
  margin-bottom: 4px;
}
footer .contact-info p a:hover {
  text-decoration: underline;
}
.cbtn, .test-review .btn {
  height: 35px;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  border-radius: 4px;
  line-height: 35px;
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #1f567c;
  background: #f8c972;
  background: #f84;
  color: white;
  border: 0;
  cursor: pointer;
  border-bottom: 2px solid #f00;
}
.test-review .btn {
  font-style: normal;
  float: right;
  margin-bottom: 6px;
}
.test-review .recents {
  display: inline-block;
  padding-top: 6px;
  font-size: 16px;
}
.test-review .btn:hover {
  text-decoration: none;
}
footer .cbtn {
  margin-top: 12px;
}
footer .logo {
  overflow: hidden;
  width: 240px;
  height: 78px;
  display: block;
  background: url("img/logo-foot.png") no-repeat 50% 50%;
  background-size: contain;
  text-indent: -10000px;
  margin-left: -16px;
}
.side-friends {
  margin-bottom: 24px;
}
.side-friends  ul li a img {
  max-width: 100%;
}

.test-list {
  overflow: hidden;
}
.test-list li {
  float: left;
  width: 20%;
  margin-right: 6.66%;
  margin-bottom: 30px;
}
.test-list li:nth-of-type(4n) {
  margin-right: 0;
}
.test-list li:nth-of-type(4n+1) {
  clear: left;
}
.test-list li .cbtn {
  color: white;
  display: block;
  text-align: center;
  font-style: normal;
}
.test-container {
  max-width: 750px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #eee;
  margin: 10px auto;
  padding: 20px;
}
.test-steps {
  
}
.test-steps li {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.test-steps li>div {
  width: 100%;
  padding: 0 40px;
  position: relative;
}
.test-steps li>div div {
  margin-bottom: 16px;
  overflow: hidden;
}
.test-steps li>div .quest {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.test-steps li>div .detail {
  font-size: 14px;
}
.test-steps input[type="text"],
.test-steps input[type="email"] {
  -webkit-appearance: none;
  background: white;
  border: 1px solid #aaa;
  height: 36px;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 18px;
  width: 75%;
  box-sizing: border-box;
  display: block;
  margin: auto;
}
.test-steps button {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: block;
  width: 75%;
  box-sizing: border-box;
  cursor: pointer;
  background: #1432ac;
  margin: auto;
}
.test-steps input[type="radio"] {
  display: block;
  float: left;
  width: 24px;
  cursor: pointer;
}
.test-steps input[type="radio"]+label {
  display: block;
  float: left;
  width: calc(100% - 24px);
  cursor: pointer;
}
.test-steps img {
  max-width: 75%;
  margin: 0 auto 0 auto;
  max-height: 180px;
  object-fit: contain;
}
.test-steps .notify {
  background: #444;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  left: 20px;
  right: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 64px;
  font-size: 24px;
  border: 1px solid rgba(0,0,0,.6);
  box-shadow: 2px 2px 8px rgba(0,0,0,.3);
  border-radius: 8px;
}
.test-steps .notify.error {
  background: #ff0001;
}
.test-steps .notify.success {
  background: #00a001;
}
.test-review {
  
}
.test-review li {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.test-review li .spacer {
  width: 10%;
  display: block;
  padding: 4px 0 2px;
  width: 100%;
}
.test-review li.previous .spacer {
  height: 1px;
}
.test-review li .answer {
  color: white;
  padding: 4px 0 2px;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 12px;
  width: 20px;
  margin-right: 3px;
  margin-bottom: 3px;
  cursor: pointer;
  
}
.test-review li.previous {
  margin-top: -21px;
  margin-bottom: 16px;
}
.test-review li.previous .answer,
.test-review li.previous .spacer {
  overflow: hidden;
  height: 0;
}
.test-review li.not-done .answer {
  color: black;
  background: #ddd !important;
}

.vue-hidden {
  visibility: hidden;
}
.vue-hidden.loaded {
  visibility: visible;
}
.test-popup {
  border: 2px solid #1533ac;
  border-radius: 4px;
/*   overflow: hidden; */
  min-height: 340px;
  box-shadow: 10px 10px 50px 10px rgba(0,0,0,.6);
  position: relative;
  margin: auto;
  width: 750px;
  background: white;
}
.test-popup .close {
  display: block;
  position: absolute;
  right: -34px;
  top: 0;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  background: #aa0306;
  border-radius: 12px;
}
.test-popup .close::before,
.test-popup .close::after {
  position: absolute;
  background: white;
  display: block;
  content: "";
}
.test-popup .close::before {
  left: 4px;
  right: 4px;
  height: 2px;
  top: 11px;
}
.test-popup .close::after {
  top: 4px;
  bottom: 4px;
  width: 2px;
  left: 11px;
}
.test-pop-cont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  background: rgba(0,0,0,.7);
}
.test-popup .pop-head {
  display: flex;
  justify-content: space-between;
}
.test-popup .time {
  color: white;
  font-weight: bold;
  font-size: 16px;
  background: #1533ac;
  min-width: 100px;
  line-height: 28px;
  border-radius: 0px 0px 0px 4px;
  text-align: center;
}
.test-popup .progress {
  min-width: 100px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  background: #f84;
  border-radius: 0px 0px 4px 0px;
  color: white;
  padding: 0 8px;
}
.test-popup .progress span {
  font-size: 12px;
  font-weight: bold;
}
.test-popup .answers {
  line-height: 28px;
  color: #1533ac;
}
.test-popup .answers .corr {
  color: green;
}
.test-popup .answers .incorr {
  color: red;
}
.test-popup .test-steps {
  clear: both;
  padding-top: 20px;
}
.text-end .heading {
  background: #888;
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  padding-top: 4px;
}
.text-end.fail .heading {
  background: #aa0306;
}
.text-end.success .heading {
  background: #03aa06;
}
.text-end .result {
  border: 1px solid #888;
  padding: 10px;
}
.test-steps li > div .q-answer {
  margin: 5px 0px;
  padding: 1px 20px;
  transition: .2s;
  border-radius: 2px;
  display: flex;
  align-items: left;
  border: 1px solid transparent;
}
.test-steps li > div .q-answer label {
  padding: 8px 0;
  vertical-align: middle;
  display: block;
  flex-grow: 1;
  border: 1px solid transparent;
  border-radius: 3px;
  padding-left: 4px;
}
.test-steps li > div .q-answer input {
  margin: 8px 8px 8px 0;
  display: block;
}
.test-steps li > div .q-answer.correct {
  border-color: green;
  background: rgba(0,255,0,.2);
}
.test-steps li > div .q-answer.correct.notselected {
  background: transparent;
  border-color: transparent;
}
.test-steps li > div .q-answer.correct.notselected label {
  border-color: green;
  background: rgba(0,255,0,.2);
}
.test-steps li > div .q-answer.incorrect {
  border-color: red;
  background: rgba(255,0,0,.2);
}
.test-steps li > div .q-answer:hover {
  background: #eee;
}
.test-steps li > div .q-result {
  text-align: center;
  border: 2px solid red;
  background-color: red;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px auto;
  padding: 6px;
  width: 50%;
  visibility: hidden;
  opacity: 0;
/*   transition: .3s; */
}
.test-steps li > div .q-result.shown {
  visibility: visible;
  opacity: 1;
}
.test-steps li > div .q-result.correct {
  text-align: center;
  border-color: green;
  background-color: green;
}
.test-steps li > div div:last-of-type {
  margin-top: 24px;
}
.test-steps li > div .q-img {
  margin-top: 24px;
}
.login-form {
  
}
.login-form .field {
  margin: 12px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 20%;
}
.login-form label {
  width: 150px;
  text-align: right;
  margin-right: 20px;
  display: block;
}
.login-form input {
  width: calc(100% - 170px);
}
.login-form .actions {
  padding-right: 20%;
  text-align: right;
}
.login-form .actions button {
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .split-content > div:first-of-type {
    margin-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .split-content > div:last-of-type {
    width: 100%;
  }
  .test-popup .close {
    right: 0;
    top: -36px;
  }
}
@media only screen and (max-width: 760px) {
  header .main-menu {
    position: absolute;
    top: 80px;
    background: #fa5;
    background: #eee;
    left: -20px;
    right: -20px;
    overflow: hidden;
    visibility: hidden;
  }
  header.open .main-menu {
    visibility: visible;
  }
  header nav .main-menu li {
    float: none;
    text-align: center;
    margin-left: 0;
    line-height: 36px;
    margin: 10px 0;
  }
  .mobile-handle {
    width: 30px;
    height: 20px;
    box-sizing: border-box;
    border-top: 2px solid #1533ac;
    border-bottom: 2px solid #1533ac;
    position: relative;
    float: right;
    margin-top: 10px;
  }
  .mobile-handle::before {
    content: "";
    position: absolute;
    display: block;
    background: #1533ac;
    height: 2px;
    left: 0;
    right: 0;
    top: 7px;
  }
  header .text-box .tb {
    font-size: 14px;
  }
  header .text-box h2 {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .top {
    height: 300px;
  }
  footer .copy {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .main-menu {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .test-popup .time {
    min-width: 50px;
    font-size: 14px;
  }
  .test-popup .progress {
    font-size: 14px;
    min-width: 60px;
  }
  .test-popup .progress span {
    font-size: 12px;
  }
  .test-popup .answers {
    font-size: 12px;
  }
  .test-steps li>div {
    padding: 5px 15px;
  }
  .test-steps li > div .q-img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .test-steps img {
    max-width: 100%;
  }
  .test-steps li > div .q-answer {
    padding: 1px 5px;
  }
  .test-steps li > div .q-answer label {
    padding: 4px 0;
  }
  .test-steps li > div div:last-of-type {
    margin-top: 10px;
  }
  .test-steps li > div .q-result {
    width: 80%;
  }
  .login-form .field {
    padding-right: 0;
  }
  .login-form label {
    width: 100px;
    margin-right: 10px;
  }
  .login-form input {
    width: calc(100% - 110px);
  }
}
