/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(/img/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
.display-inline-block {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html,
body,
p,
ul,
ol,
li,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
select,
textarea,
article,
footer,
header,
menu,
nav,
section,
button {
  padding: 0;
  margin: 0;
}
article,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Roboto', sans-serif;
  flex-direction: column;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
  color: #747474;
  display: flex;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  border: none;
}
iframe {
  border: none;
}
a {
  text-decoration: none;
  color: #00c29d;
}
a:hover {
  color: #009276;
}
a.more {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #3181cb;
}
a.more.more-posts {
  background: url(/img/news.png) no-repeat left center;
  padding-left: 35px;
  line-height: 26px;
  font-size: 20px;
  top: -20px;
}
a.more:hover {
  color: #1c6d9d;
}
.clear {
  font-size: 1px;
  height: 1px;
  clear: both;
}
h1,
.h1-title {
  font-weight: 700;
  text-align: left;
  font-size: 34px;
  color: #2a2a31;
  line-height: 1;
  padding-bottom: 25px;
}
h2 {
  font-weight: 400;
  text-align: left;
  font-size: 19px;
  color: #2a2a31;
  line-height: 1.5;
  padding-bottom: 20px;
}
h2.bold {
  font-weight: 700;
}
h3,
h4 {
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  color: #2a2a31;
  line-height: 1.3;
}
h4 {
  font-weight: 400;
}
.social a {
  display: inline-block;
  margin-right: 10px;
}
.row {
  position: relative;
  overflow: hidden;
}
.row .col {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 600px) and (max-width: 699px),screen and (min-width: 900px) {
  .row .col {
    float: left;
  }
  .row .col.col2 {
    margin-left: 4%;
    width: 48%;
  }
  .row .col.col3 {
    margin-left: 5%;
    width: 30%;
  }
  .row .col:first-child {
    margin-left: 0;
  }
}
input[type=password],
input[type=search],
input[type=text],
.password input,
.text input,
textarea,
select {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  vertical-align: middle;
  font-family: inherit;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 14px;
  color: #2a2a31;
  height: 40px;
  width: 100%;
}
input[type=password]:disabled,
input[type=search]:disabled,
input[type=text]:disabled,
.password input:disabled,
.text input:disabled,
textarea:disabled,
select:disabled {
  background: #f3f3f3;
}
textarea {
  height: 115px;
}
.input {
  margin-bottom: 15px;
}
.input label {
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 300;
  font-size: 15px;
  color: #747474;
}
.checkbox .icheckbox_square-blue {
  float: left;
}
.checkbox label {
  padding-bottom: 0;
  margin-left: 35px;
  display: block;
}
#comment {
  position: absolute;
  border: none;
  height: 1px;
  width: 1px;
  padding: 0;
}
input[type=submit],
.submit input {
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -ms-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
  text-transform: uppercase;
  background-color: #00c29d;
  display: inline-block;
  font-family: inherit;
  border-radius: 3px;
  line-height: 63px;
  font-weight: 700;
  padding: 0 40px;
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  height: 63px;
  border: 0;
}
input[type=submit]:hover,
.submit input:hover {
  background-color: #009276;
}
input[type=submit].red,
.submit input.red {
  background-color: #cf2424;
}
input[type=submit].red:hover,
.submit input.red:hover {
  background-color: #a91c1c;
}
input[type=submit].submit-icn,
.submit input.submit-icn {
  background: transparent url(../img/icn-submit.png) no-repeat center center;
  vertical-align: middle;
  position: absolute;
  height: 40px;
  width: 30px;
  padding: 0;
  bottom: 0;
  right: 0;
}
input[type=submit].submit-icn.search-icn,
.submit input.submit-icn.search-icn {
  background-image: url(../img/icn-search.png);
}
.submit {
  text-align: right;
  margin-top: -10px;
}
input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2a2a31;
}
input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2a2a31;
}
input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2a2a31;
}
form .error label {
  color: #cd1c1c;
}
form .error .error-message {
  display: none;
}
.wrapper {
  background: #fff url(/img/bg-bottom.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: relative;
  flex: 1 0 auto;
}
.inner {
  padding: 0 15px;
  max-width: 1130px;
  margin: 0 auto;
}
header {
  background-color: #fff;
  height: 100px;
}
header #logo {
  margin-top: 9px;
  float: left;
}
header .topnav {
  padding-top: 10px;
  overflow: hidden;
  display: none;
}
header .topnav ul li {
  padding-left: 30px;
  float: left;
}
header .topnav ul li:first-child {
  padding-left: 0;
}
header .topnav ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #2a2a31;
}
header .topnav ul li a.sub {
  background: url(/img/arrow.png) right center no-repeat;
  padding-right: 20px;
}
header .topnav ul li a:hover,
header .topnav ul li a.active {
  color: #00c29d;
}
header .topnav ul li ul {
  background-color: #fff;
  padding: 10px 15px;
  position: absolute;
  display: none;
  z-index: 999;
}
header .topnav ul li ul li {
  float: none;
  padding: 0;
}
header .topnav ul li ul li a {
  font-weight: 300;
  font-size: 14px;
}
header .topnav ul.lang-switch {
  float: right;
}
header .search-form {
  position: relative;
  padding-top: 7px;
}
header .search-form input[type=text] {
  border: 0;
  border-bottom: 1px solid #2a2a31;
  border-radius: 0;
}
header .search-form input[type=text]:focus {
  outline: none;
}
header .search-form .search-icn {
  right: 5px;
}
@media only screen and (max-width: 549px) {
  header.open #logo {
    display: none;
  }
  header.open .topnav {
    display: block;
  }
  header.open .search-form {
    display: block;
  }
}
@media only screen and (min-width: 550px) {
  header .topnav {
    display: block;
  }
  header .topnav .lang-switch {
    margin-left: 40px;
  }
  header .topnav .topmenu {
    float: right;
  }
  header .search-form {
    margin-left: 50%;
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  header .topnav {
    padding-top: 38px;
    float: right;
  }
  header .search-form {
    margin-right: 350px;
    margin-left: 300px;
    padding-top: 25px;
    width: auto;
  }
}
nav {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
  background-color: #2398dc;
  position: relative;
  height: 42px;
}
nav #menu-toggle {
  position: absolute;
  padding-top: 9px;
  margin-top: -12px;
  height: 23px;
  width: 28px;
  top: 50%;
}
nav #menu-toggle span {
  position: relative;
  display: block;
}
nav #menu-toggle span:after,
nav #menu-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
nav #menu-toggle span:after {
  top: 9px;
}
nav #menu-toggle span,
nav #menu-toggle span:after,
nav #menu-toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
}
nav .mainmenu {
  background-color: #2398dc;
  position: absolute;
  display: none;
  z-index: 999;
  width: 100%;
  top: 42px;
  left: 0;
}
nav .mainmenu.open {
  display: block;
}
nav .mainmenu li {
  position: relative;
}
nav .mainmenu li a {
  text-transform: uppercase;
  line-height: 42px;
  font-weight: 500;
  font-size: 16px;
  padding: 0 20px;
  display: block;
  color: #fff;
}
nav .mainmenu li a:hover,
nav .mainmenu li a.active {
  background-color: #1c6d9d;
  color: #fff;
}
nav .mainmenu li ul {
  background-color: #fff;
  padding: 30px 35px;
  position: relative;
  display: none;
  z-index: 999;
  top: 0;
}
nav .mainmenu li ul li a {
  font-weight: 300;
  font-size: 14px;
  color: #747474;
  padding: 0;
}
nav .mainmenu li ul li a:hover,
nav .mainmenu li ul li a.active {
  background: transparent;
  color: #00c29d;
}
nav .social {
  padding-top: 9px;
  float: right;
}
@media only screen and (min-width: 850px) {
  nav #menu-toggle {
    display: none;
  }
  nav .mainmenu {
    position: relative;
    display: block;
    top: 0;
  }
  nav .mainmenu li {
    float: left;
  }
  nav .mainmenu li ul {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.23);
    position: absolute;
    width: 300px;
    top: 42px;
    left: 0;
  }
  nav .mainmenu li ul li {
    float: none;
  }
}
.content-wrapper {
  background: url(/img/bg-top.png) no-repeat;
  background-position: top center;
  background-size: 100%;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.content-wrapper .inner {
  padding-bottom: 80px;
}
.notifications {
  margin-top: 40px;
}
.notifications .block {
  border-radius: 3px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.notifications .block .block-content {
  padding: 15px 5px 12px;
  display: inline-block;
  line-height: 22px;
  text-align: left;
  font-size: 14px;
  color: #fff;
}
.notifications .block .block-content img {
  float: left;
}
.notifications .block .block-content .r {
  margin-left: 60px;
}
.notifications .block .block-content span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.notifications .block.red {
  background-color: #cf2424;
}
.notifications .block.blue {
  background-color: #2398dc;
}
.notifications .block.green {
  background-color: #00c29d;
}
@media only screen and (min-width: 700px) {
  .notifications {
    justify-content: space-between;
    display: flex;
  }
  .notifications .block {
    width: 31%;
  }
}
ul.breadcrumb {
  padding: 10px 0 5px;
}
ul.breadcrumb li {
  font-weight: 400;
  font-size: 12px;
  display: inline;
  color: #373737;
}
ul.breadcrumb li+li:before {
  content: "\003e";
  color: #373737;
  padding: 5px;
}
ul.breadcrumb li a {
  color: #2398dc;
}
.sidebar .side-categories {
  margin-bottom: 25px;
}
.sidebar .side-categories > ul {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  border-radius: 3px;
  padding: 30px 20px 30px 30px;
}
.sidebar .side-categories > ul li {
  padding-top: 20px;
}
.sidebar .side-categories > ul li a {
  font-weight: 700;
  color: #747474;
}
.sidebar .side-categories > ul li a:hover,
.sidebar .side-categories > ul li a.active {
  color: #00c29d;
}
.sidebar .side-categories > ul li ul {
  padding-left: 18px;
  padding-top: 10px;
}
.sidebar .side-categories > ul li ul li {
  padding-top: 5px;
}
.sidebar .side-categories > ul li ul li a {
  font-weight: 300;
}
.sidebar .side-categories > ul li:first-child {
  padding-top: 0;
}
.sidebar .side-videos {
  margin-bottom: 25px;
}
.sidebar .side-videos .entry {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.sidebar .side-videos .entry .img {
  border-radius: 3px;
  display: block;
}
.sidebar .side-videos .entry .icon {
  position: absolute;
  margin-left: -40px;
  margin-top: -47px;
  left: 50%;
  top: 50%;
}
.sidebar .side-videos .more {
  position: relative;
  top: -7px;
}
.sidebar .banners {
  margin-bottom: 25px;
  overflow: hidden;
}
.sidebar .banners iframe,
.sidebar .banners img {
  margin-bottom: 20px;
  display: block;
}
.box {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  border-radius: 3px;
  padding: 40px 45px;
}
.txt h2,
.txt h3,
.txt h4 {
  padding-bottom: 15px;
}
.txt ul {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.txt ul li {
  padding-left: 20px;
  padding-bottom: 7px;
}
.txt ul li::before {
  position: absolute;
  content: "\2022 ";
  font-size: 38px;
  color: #2398dc;
  left: 0;
}
.txt form {
  padding: 20px 0 30px;
}
.txt table {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  border-spacing: 0;
}
.txt table th {
  border: 1px solid #2398dc;
  border-right: 1px solid #e1e1e1;
  background-color: #2398dc;
  padding: 12px 15px;
  font-weight: 300;
  text-align: left;
  color: #fff;
}
.txt table th:last-child {
  border-right: 1px solid #2398dc;
}
.txt table td {
  border: 1px solid #e1e1e1;
  padding: 12px 15px;
  font-weight: 400;
  font-size: 16px;
  color: #344750;
}
.txt table.table-mobile {
  border: none;
}
.txt table.table-mobile td,
.txt table.table-mobile tr {
  display: block;
}
.txt table.table-mobile thead tr:first-child {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.txt table.table-mobile tbody tr {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
}
.txt table.table-mobile tbody tr:first-child {
  margin-top: 0;
}
.txt table.table-mobile .empty {
  display: none;
}
.txt table.table-mobile td {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  border: none;
  border-top: 1px solid #e1e1e1;
}
.txt table.table-mobile td[data-label] {
  text-align: right;
}
.txt table.table-mobile td[data-label]:before {
  content: attr(data-label);
  white-space: nowrap;
  margin-right: 10px;
  font-weight: 700;
  float: left;
}
.txt table.table-mobile td:first-child {
  border-top: none;
}
.txt .file {
  background: url(/img/file.png) no-repeat left top;
  padding-left: 22px;
  line-height: 30px;
}
.txt img {
  border-radius: 3px;
  border-color: #e6e6e6;
}
.txt .share {
  padding-top: 25px;
}
.txt .published {
  background: url(/img/icon-time.png) no-repeat left center;
  display: block;
  padding-left: 35px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #b2b2b2;
}
@media only screen and (max-width: 700px) {
  .txt table td {
    padding: 5px;
  }
}
.posts article {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.posts article h2 a {
  color: #2a2a31;
}
.posts article .img {
  border-radius: 3px 3px 0 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.posts article .img img {
  display: block;
  width: 100%;
}
.posts article .img .overlay {
  background: rgba(0,0,0,0.22) url(/img/view.png) no-repeat center center;
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.posts article .img:hover .overlay {
  display: block;
}
.posts article .article-content {
  border-radius: 0 0 3px 3px;
  padding: 35px 40px 30px;
  border-width: 0 1px 1px;
  background-color: #fff;
  border-color: #f0f0f0;
  border-style: solid;
  position: relative;
  z-index: 100;
}
.posts article .article-content .intro {
  padding-bottom: 15px;
}
.post .share {
  margin-top: -5px;
  padding-top: 0;
  float: right;
}
.buj article {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 20px;
  margin-top: 25px;
}
.buj article h2 {
  padding-bottom: 10px;
  font-weight: 700;
}
.buj article .answer {
  padding-bottom: 5px;
}
.buj .paginator {
  padding-top: 30px;
}
.categories {
  padding-top: 10px;
}
.categories .entry {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  height: 210px;
}
.categories .entry img {
  display: block;
}
.categories .entry h2 {
  text-transform: uppercase;
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 35px;
  color: #00c29d;
}
.categories .entry .target-audience {
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
  color: #747474;
}
.categories .entry .target-audience .icon {
  background: url(/img/icon-user.png) no-repeat left top;
  margin-right: 10px;
  height: 20px;
  width: 17px;
  float: left;
}
.categories .entry .category-content {
  position: absolute;
  padding: 15px 20px;
  height: 100%;
  left: 300px;
  top: 0;
}
.categories .entry .arrow {
  background: url(/img/arrow-categories.png) no-repeat left top;
  position: absolute;
  margin-top: -31px;
  height: 61px;
  width: 33px;
  right: 25px;
  top: 50%;
}
.categories .entry:hover {
  background-color: #00c29d;
}
.categories .entry:hover .category-content {
  background-color: #00c29d;
}
.categories .entry:hover h2 {
  color: #fff;
}
.categories .entry:hover .target-audience {
  color: #fff;
}
.categories .entry:hover .target-audience .icon {
  background-position: left bottom;
}
.categories .entry:hover .arrow {
  background-position: left bottom;
}
@media only screen and (max-width: 400px),only screen and (min-width: 700px) and (max-width: 750px) {
  .categories .entry h2 {
    font-size: 26px;
  }
  .categories .entry .target-audience {
    font-size: 15px;
  }
  .categories .entry .arrow {
    bottom: 19px;
    right: 15px;
    top: auto;
  }
  .categories .entry.notarget .arrow {
    bottom: 7px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 699px),only screen and (min-width: 750px) and (max-width: 999px) {
  .categories .entry .arrow {
    bottom: 26px;
    right: 15px;
    top: auto;
  }
  .categories .entry.notarget .arrow {
    bottom: 14px;
  }
}
@media only screen and (max-width: 600px),only screen and (min-width: 700px) and (max-width: 899px) {
  .categories .entry {
    height: auto;
  }
  .categories .entry img {
    width: 100%;
  }
  .categories .entry .category-content {
    position: relative;
    left: auto;
    top: auto !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 699px),only screen and (min-width: 900px) {
  .categories .entry img {
    max-height: 100%;
  }
  .categories .entry .category-content {
    background-color: #fff;
    left: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .categories .entry .category-content {
    padding-top: 55px;
    left: 280px;
  }
  .categories .entry.notarget .category-content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1100px) {
  .categories .entry .category-content {
    left: 320px;
  }
}
.materials {
  padding-top: 10px;
}
.materials article {
  margin-bottom: 35px;
  overflow: hidden;
}
.materials article img {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  display: block;
  float: left;
  max-width: 300px;
  max-height: 200px;
}
.materials article .article-content {
  margin-left: 345px;
  padding-top: 20px;
}
.materials article .article-content .type {
  margin-bottom: 20px;
  display: block;
}
.materials article .article-content h2 {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 16px;
}
.materials article .article-content .target-audience {
  display: inline-block;
  line-height: 22px;
}
.materials article .article-content .target-audience .icon {
  background: url(/img/icon-user.png) no-repeat left top;
  margin-right: 10px;
  height: 20px;
  width: 17px;
  float: left;
}
@media only screen and (max-width: 499px),only screen and (min-width: 700px) and (max-width: 799px) {
  .materials article img {
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
  .materials article .article-content {
    margin-left: 0;
  }
  .materials article .article-content .type {
    margin-bottom: 10px;
  }
  .materials article .article-content h2 {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 699px),only screen and (min-width: 800px) and (max-width: 1000px) {
  .materials article img {
    width: 50%;
    max-width: 100%;
  }
  .materials article .article-content {
    margin-left: 55%;
  }
}
.videos .video-list h2 {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.videos .video-list h3 {
  padding-bottom: 20px;
}
.videos .video-list h3 a {
  color: #2a2a31;
}
.videos .video-list .row {
  padding-bottom: 35px;
}
.videos .video-list .img {
  position: relative;
  display: block;
}
.videos .video-list .img .thumb {
  width: 100%;
}
.videos .video-list .img .icon {
  position: absolute;
  margin-left: -40px;
  margin-top: -47px;
  left: 50%;
  top: 50%;
}
.video h2 {
  padding-bottom: 15px;
}
.video iframe {
  margin-bottom: 10px;
}
.video .txt {
  border-top: 1px solid #bbbbbb;
  padding-top: 15px;
}
.report form {
  padding: 10px 0 15px;
}
.report form .txt {
  font-size: 12px;
}
.report .form-title {
  padding-bottom: 25px;
  font-weight: 700;
  display: block;
}
.report .form-group {
  border-top: 1px solid #dfdfdf;
  padding-bottom: 15px;
  padding-top: 18px;
}
.report .form-group .checkbox {
  margin-bottom: 5px;
}
.report .email-check {
  margin-top: -10px;
  display: block;
  color: #cd1c1c;
}
.report .submit {
  margin-top: 20px;
}
.lessons form {
  padding: 20px 0 15px;
}
.lessons .form-title {
  padding-bottom: 25px;
  font-weight: 700;
  display: block;
}
.lessons .form-group {
  padding-bottom: 15px;
}
.lessons .form-group .checkbox {
  margin-bottom: 5px;
}
.lessons .submit {
  text-align: left;
  margin-top: 20px;
}
.search .search-list h2 {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.search .search-list h3 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .box {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 700px) {
  .page-content {
    display: flex;
  }
  .content {
    padding-right: 45px;
    flex: 1 1 auto;
  }
  .sidebar {
    flex: 0 0 240px;
  }
  .sidebar.notitle {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 850px) {
  .posts article .img {
    border-radius: 3px;
    position: absolute;
  }
  .posts article .img img {
    width: auto;
  }
  .posts article .article-content {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    min-height: 350px;
    margin-top: 36px;
    width: 415px;
    float: right;
  }
}
.alert {
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 12px;
}
.alert.success {
  background-image: url(/img/success.png);
  color: #00c29d;
}
.alert.error {
  background-image: url(/img/error.png);
  color: #cf2424;
}
.paginator {
  padding-top: 20px;
}
.paginator li {
  display: inline-block;
  padding-left: 10px;
}
.paginator li:first-child {
  padding-left: 0;
}
.paginator li a {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  display: block;
  color: #6e6e6e;
  width: 60px;
}
.paginator li a:hover {
  background-color: #3181cb;
  border-color: #3181cb;
  color: #fff;
}
.paginator li.active a {
  background-color: #3181cb;
  border-color: #3181cb;
  color: #fff;
}
.paginator li::before {
  content: '' !important;
}
footer .top {
  background-color: #f4f7f8;
}
footer .bottom {
  background-color: #41414d;
  padding: 40px 0 20px;
  font-size: 14px;
  color: #fff;
}
footer .bottom a {
  font-weight: 700;
}
footer .bottom .col {
  padding-bottom: 40px;
}
footer .bottom .footer-logo {
  margin-bottom: 20px;
}
footer .bottom .title {
  padding-bottom: 22px;
  font-weight: 900;
  font-size: 25px;
}
footer .bottom .copyright {
  padding-top: 20px;
}
footer .bottom .social {
  padding-top: 20px;
}
footer .bottom .subscription .subscription-form {
  position: relative;
}
footer .bottom .subscription .subscription-form input[type=text] {
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}
footer .bottom .subscription .subscription-form input[type=text]:focus {
  outline: none;
}
footer .bottom .subscription .subscription-form input::-webkit-input-placeholder {
  font-weight: 300;
  color: #fff;
}
footer .bottom .subscription .subscription-form input:-moz-placeholder {
  font-weight: 300;
  color: #fff;
}
footer .bottom .subscription .subscription-form input:-ms-input-placeholder {
  font-weight: 300;
  color: #fff;
}
footer .subscription-message {
  border: 1px solid #00c29d;
  border-radius: 3px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 10px;
  font-size: 11px;
  color: #00c29d;
  display: none;
  height: 32px;
}
footer .subscription-message.err {
  border-color: #cf2424;
  color: #cf2424;
}
@media screen and (min-width: 600px) {
  footer .bottom .footer-content {
    width: 40%;
  }
  footer .bottom .newsletter,
  footer .bottom .contacts {
    margin-left: 5%;
    width: 25%;
  }
}