/* Imports */
/* edusíť */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: Arial, sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Arial, sans-serif;
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
  padding-top: 70px;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
section .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
section .box {
  min-height: 1%;
  width: 100%;
  clear: both;
  border: 1px solid #607d8b;
  padding: 35px 40px;
  margin-bottom: 30px;
}
section .box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
section .box:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  section .box {
    padding: 35px 25px;
  }
}
hr {
  color: #3B3D3C;
  height: 1px;
  background: #3B3D3C;
  width: 100%;
  margin-top: 50px;
  box-shadow: none !important;
  margin-bottom: 50px;
  border: none;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.half {
  width: 50%;
}
.half.left {
  float: left;
  padding-right: 25px;
}
.half.right {
  float: right;
  padding-left: 25px;
}
@media (max-width: 1020px) {
  .half {
    width: 100% !important;
  }
  .half:first-of-type {
    padding-bottom: 30px !important;
  }
  .half.left {
    float: none;
    padding-right: 0 !important;
  }
  .half.right {
    float: none;
    padding-left: 0 !important;
  }
}
.container {
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
}
h1 {
  clear: both;
  line-height: 1.1;
  color: #3B3D3C;
  font-size: 45px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 25px;
}
h1.blue {
  color: #42a5f5;
}
@media (max-width: 1020px) {
  h1 {
    line-height: 1.3 !important;
    font-size: 40px !important;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 35px !important;
  }
}
h2 {
  clear: both;
  line-height: 1.3;
  color: #3B3D3C;
  font-size: 29px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 25px;
}
h2.blue {
  color: #42a5f5;
}
@media (max-width: 1020px) {
  h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 23px !important;
  }
}
h3 {
  font-size: 21px;
  clear: both;
  margin-bottom: 21px;
  line-height: 1.3;
  color: #3B3D3C;
  font-weight: 400;
}
h3.blue {
  color: #42a5f5;
}
@media (max-width: 450px) {
  h3 {
    font-size: 18px !important;
  }
}
p,
ul li,
table td,
table th,
ol li {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: #3B3D3C;
}
p strong,
ul li strong,
table td strong,
table th strong,
ol li strong {
  font-weight: 600;
}
p a,
ul li a,
table td a,
table th a,
ol li a {
  color: inherit;
}
p a:hover,
ul li a:hover,
table td a:hover,
table th a:hover,
ol li a:hover {
  text-decoration: none;
}
section ul,
.remodal ul {
  margin-bottom: 25px;
  clear: both;
  padding: 0 0;
  list-style: none;
}
section ul li,
.remodal ul li {
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
section ul li:before,
.remodal ul li:before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  left: 0;
  top: 13px;
  background: #3B3D3C;
}
section ol,
.remodal ol {
  margin-bottom: 25px;
  padding: 0 0;
  padding-left: 20px;
  clear: both;
}
section ol li,
.remodal ol li {
  margin-bottom: 8px;
}
.button {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  background: transparent;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  outline: none;
  min-width: 300px;
  padding: 0 27px;
  height: 45px;
  line-height: 45px;
  border: none;
  background: #42a5f5;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}
.button:hover {
  background: #455a64;
  color: #fff;
}
.button.short {
  min-width: 240px;
}
.button.white {
  background: #fff;
  color: #42a5f5;
  border: 1px solid #42a5f5;
  line-height: 43px;
}
.button.white:hover {
  border-color: #455a64;
  color: #455a64;
}
@media (max-width: 550px) {
  .button {
    min-width: 100%;
  }
}
table {
  margin-bottom: 35px;
  border-spacing: 0;
  width: 100%;
  clear: both;
  float: none;
}
table tr td:first-of-type,
table tr th:first-of-type {
  text-align: left;
  padding-left: 0;
}
table tr td:nth-child(odd),
table tr th:nth-child(odd) {
  background: none;
}
table tr td:nth-child(even),
table tr th:nth-child(even) {
  background: rgba(111, 194, 230, 0.05);
}
table th {
  color: #3B3D3C;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  table th {
    font-size: 14px;
  }
}
table td,
table th {
  padding: 25px 20px;
  border-bottom: 1px solid #eeeeee;
}
table td p,
table th p {
  max-width: 448px;
  display: inline-block;
  margin-bottom: 0;
}
table td strong,
table th strong,
table td h3,
table th h3 {
  max-width: 448px;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1020px) {
  table td,
  table th {
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  table td,
  table th {
    padding: 22px 11px;
  }
  table td strong,
  table th strong,
  table td h3,
  table th h3 {
    font-size: 14px;
    margin: 0 0;
  }
  table td p,
  table th p {
    display: none;
  }
}
.table-content {
  max-width: 100%;
  overflow: auto;
}
/* Header */
header {
  width: 100%;
  position: relative;
  background: #fdd835;
  z-index: 500;
}
header .container {
  padding: 40px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container:after {
  content: "";
  display: none !important;
}
header .logo {
  display: block;
  height: 50px;
}
header .logo p {
  text-transform: uppercase;
  color: #3B3D3C;
  margin: 0 0;
  margin-left: 35px;
  margin-top: -14px;
  font-size: 14px;
  letter-spacing: 1px;
}
header .logo-edusit {
  height: 40px;
}
header .hamburger {
  display: none;
}
header nav {
  display: inline-block;
}
header nav ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
header nav ul li {
  display: inline-block;
  margin: 0 0 0 100px;
  padding: 0 0;
}
header .nav-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #373737;
  display: inline-block;
  text-decoration: none;
}
header .nav-link.active {
  color: #42a5f5;
}
header .navigation-link-mobile {
  display: none;
}
@media (max-width: 1200px) {
  header .nav-link {
    font-size: 14px;
  }
  header nav ul li {
    margin: 0 0 0 25px;
  }
  header nav ul li:first-of-type {
    margin: 0 0;
  }
}
@media (max-width: 1200px) {
  header .logo p {
    margin-top: -11px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  header nav {
    margin-top: 0;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 100%;
    background: #fdd835;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  header nav ul {
    width: 100%;
    display: block;
  }
  header nav ul li {
    width: 100%;
    clear: both;
    padding: 0 0 !important;
    margin: 0 0 !important;
    display: block;
  }
  header nav .nav-link {
    width: 100%;
    display: block;
    padding: 22px 25px;
    height: auto;
    line-height: normal;
    color: #3B3D3C !important;
    margin: 0 0;
    text-align: left;
    background: none !important;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header nav .nav-link:hover,
  header nav .nav-link.active {
    text-decoration: underline;
  }
  header .hamburger {
    display: inline-block;
    position: relative;
    z-index: 600;
  }
}
@media (max-width: 500px) {
  header .logo {
    height: 40px;
  }
  header .logo p {
    display: none;
  }
}
/* Footer */
footer {
  width: 100%;
  min-height: 1%;
  clear: both;
  background: #fdd835;
  margin-top: 70px;
}
footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer img {
  display: inline-block;
  margin: 0 0;
  width: 281px;
}
footer .col {
  width: 25%;
  margin-bottom: 35px;
}
footer .col.wide {
  width: 50%;
}
footer h3 {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
footer ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 9px;
}
footer ul a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  text-decoration: none;
}
footer ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1099px) {
  footer .col {
    width: 100%;
    max-width: 100%;
  }
  footer .col:last-of-type {
    margin-bottom: 0;
  }
  footer h3 {
    margin-bottom: 10px;
  }
  footer ul a {
    font-size: 16px;
  }
}
/*  Profile - detail */
.profile-detail .container {
  min-height: 902px;
}
.profile-detail .tags {
  position: absolute;
  left: 25px;
  top: 0;
}
.profile-detail .tags .tag {
  border: none;
  width: 65px;
  height: 65px;
  display: block;
  clear: both;
  background: #d7d7d7;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 5px;
  position: relative;
  font-style: normal;
}
.profile-detail .tags .tag strong {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.profile-detail .tags .tag span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 7px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  line-height: 1.1;
  padding-left: 5px;
}
.profile-detail .tags .tag.active {
  background: #fdd835;
}
@media (max-width: 899px) {
  .profile-detail .tags {
    position: static;
    margin-bottom: 10px;
    display: none;
  }
  .profile-detail .tags .tag {
    clear: none;
    margin-right: 10px;
    display: none;
  }
  .profile-detail .tags .tag.active {
    display: block;
  }
}
.profile-detail .thematic-areas {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.profile-detail .thematic-areas .item {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 1.3;
  color: #373737;
  display: flex;
  align-items: center;
  width: 100%;
}
.profile-detail .thematic-areas .tag {
  border: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #fdd835;
  color: #fff;
  margin: 0 14px 0 0;
  padding: 5px;
  position: relative;
  font-style: normal;
}
.profile-detail .thematic-areas .tag strong {
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
.profile-detail .thematic-areas .tag span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 6px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  line-height: 1.1;
  padding-left: 5px;
}
@media (min-width: 900px) {
  .profile-detail .thematic-areas .tag {
    display: none;
  }
  .profile-detail .thematic-areas .item {
    font-weight: 700;
    font-size: 24px !important;
    margin-bottom: 6px;
    padding-right: 16px;
    margin-right: 14px;
    position: relative;
    width: auto;
    display: inline-block;
  }
  .profile-detail .thematic-areas .item:after {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    height: 60%;
    top: 20%;
    right: 0;
    background: #373737;
  }
  .profile-detail .thematic-areas .item:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .profile-detail .thematic-areas .item:last-of-type:after {
    display: none;
  }
}
.profile-detail .specialities {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.profile-detail .specialities li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #788fa9;
  background: none;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  padding-left: 0;
  margin-right: 14px;
  margin-bottom: 8px;
}
.profile-detail .specialities li:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  height: 60%;
  top: 20%;
  right: 0;
  left: auto;
  background: #788fa9;
}
.profile-detail .specialities li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.profile-detail .specialities li:last-of-type:before {
  display: none;
}
.profile-detail .locations {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 35px;
  flex-wrap: wrap;
  width: 100%;
}
.profile-detail .locations li {
  padding-left: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #3b3d3c;
  background: none;
  margin-right: 8px;
  margin-bottom: 8px;
}
.profile-detail .locations li:after {
  display: inline-block;
  content: ",";
}
.profile-detail .locations li:before {
  display: none;
}
.profile-detail .locations li:last-of-type {
  margin-right: 0;
}
.profile-detail .locations li:last-of-type:after {
  display: none;
}
.profile-detail .button {
  background: none;
  color: #42a5f5;
  border: 1px solid #42a5f5;
  width: auto;
  display: inline-block;
  border-radius: 2px;
  min-width: 168px;
}
.profile-detail .button svg {
  width: 25px;
  height: auto;
  display: block;
  margin: 8px auto 0 auto;
}
.profile-detail .button:hover {
  background: #42a5f5;
  color: #fff;
}
.profile-detail .button.button-blue {
  background: #42a5f5;
  color: #fff;
  margin-bottom: 12px;
}
/* Homepage */
.homepage h2 {
  line-height: 1.3;
  color: #000000;
  margin-bottom: 18px;
}
.homepage p,
.homepage ul {
  margin-bottom: 22px;
  line-height: 1.5;
}
.homepage ul li {
  line-height: 1.5;
  margin-bottom: 0;
}
.homepage ul li:before {
  width: 5px;
  height: 5px;
  top: 9px;
  border-radius: 100%;
}
.homepage .button {
  background: none;
  color: #42a5f5;
  border: 1px solid #42a5f5;
  width: 100%;
  display: inline-block;
  border-radius: 2px;
}
.homepage .button:hover {
  background: #42a5f5;
  color: #fff;
}
.homepage .button.button-blue {
  background: #42a5f5;
  color: #fff;
  margin-bottom: 12px;
}
@media (min-width: 900px) {
  .homepage .button {
    width: auto;
    min-width: 310px;
  }
}
/*------ Components -------*/
/* Slider styles */
.slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  padding-top: 35px;
}
.slick-dots li {
  clear: none;
  display: inline-block;
  margin: 0 13px;
  padding: 0 0;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3B3D3C;
  outline: none;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  border: 3px solid #fff;
}
.slick-dots li.slick-active button {
  border: 3px solid #42a5f5;
  background: #fff;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -30px;
  background-position: center center;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  text-align: left;
  background-color: transparent;
  text-indent: -1000px;
  z-index: 800;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.slick-arrow:hover {
  border-color: #42a5f5;
}
.slick-arrow.slick-prev {
  left: 0;
  background-image: url("./images/arrow-left-white.png");
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url("./images/arrow-right-white.png");
}
/* Checkbox and Radio */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
  clear: none !important;
  display: block;
  top: 4px;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: transparent;
  width: 18px;
  border: 1px solid #42a5f5;
  height: 18px;
  border-radius: 0 0 !important;
  outline: none;
}
input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: url("./images/check.png") center center no-repeat;
  background-size: 10px 10px;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
  clear: none !important;
  display: block;
  top: 4px;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: transparent;
  width: 18px;
  border: 1px solid #42a5f5;
  height: 18px;
  border-radius: 9px !important;
  outline: none;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
/* Form */
form {
  min-height: 1%;
  width: 100%;
  clear: both;
  display: block;
}
form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p {
  min-height: 1%;
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p.last {
  margin-bottom: 0;
}
form p.checkbox {
  padding-left: 32px;
  position: relative;
}
form p.checkbox label {
  padding: 0 0;
}
form p.radio {
  padding-left: 32px;
  position: relative;
  float: left;
  margin-right: 45px;
  clear: none;
  width: auto;
  margin-bottom: 13px;
}
form p.radio label {
  padding: 0 0;
  margin: 0 0;
  float: left;
}
form p.pt10 input[type="radio"],
form p.pt10 input[type="checkbox"] {
  top: 11px;
}
form p.error input[type="text"],
form p.error input[type="email"],
form p.error input[type="password"],
form p.error textarea,
form p.error select {
  border-color: red;
  background: #ffceca;
}
form p.file {
  padding: 0 11px;
}
form p.file a {
  color: #42a5f5;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}
form p.file .info {
  color: #adadad;
  font-size: 13px;
  font-style: italic;
}
form p.float-left {
  float: left;
  clear: none;
  margin-left: 40px;
  margin-top: 4px;
}
form .half {
  float: left;
  clear: none;
}
form .half:first-of-type {
  padding-bottom: 0 !important;
}
form .button {
  float: left;
  margin-right: 30px;
  margin-top: 9px;
  margin-bottom: 9px;
}
form label {
  font-size: 15px;
  color: #42a5f5;
  font-weight: normal;
  clear: both;
  margin-bottom: 5px;
  display: block;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
  border: 1px solid #42a5f5;
  border-radius: 2px;
  width: 100%;
  display: block;
  height: 45px;
  line-height: 44px;
  outline: none !important;
  padding: 0 20px;
  font-size: 15px;
  background: transparent;
  color: #000000;
  font-weight: normal;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
form input[type="text"].error,
form input[type="email"].error,
form input[type="password"].error,
form textarea.error,
form select.error {
  border-color: red;
}
form .short {
  max-width: 460px;
}
form textarea {
  height: 165px;
  padding: 12px 20px;
  line-height: 21px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 54px;
  position: relative;
  z-index: 20;
}
form p.select:after {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  visibility: visible;
  background: transparent url("./images/select-new.svg") center center no-repeat;
  background-size: auto 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  border-radius: 0 5px 5px 0;
}
form .input-search {
  padding-left: 40px !important;
  position: relative;
  background: transparent url("./images/search-new.svg") 10px center no-repeat !important;
  background-size: auto 21px !important;
}
form .button {
  border-radius: 2px;
  color: #fff;
}
@media (max-width: 899px) {
  form p.float-left {
    width: 100%;
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    max-width: 100% !important;
  }
}
/* Results */
.page-results {
  padding-top: 40px;
}
.results .container {
  padding: 0 15px;
}
.results .items {
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.results .items:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.results .item {
  margin: 10px;
  width: calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  flex: 1 1 auto;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 0.5px #f5f5f5;
  padding: 20px 15px;
  position: relative;
  text-align: center;
  display: block;
  text-decoration: none;
}
.results .item:hover {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.7);
}
.results .item h2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
}
.results .item p {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 20px;
}
.results .item .button {
  background: none;
  color: #42a5f5;
  border: 1px solid #42a5f5;
  width: auto;
  display: inline-block;
  border-radius: 2px;
  min-width: 168px;
}
.results .item .photo {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border-radius: 180px;
}
.results .item .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.results .item:hover .button {
  background: #42a5f5;
  color: #fff;
}
@media (max-width: 1099px) {
  .results .item {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 800px) {
  .results .item {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
a.linkedin {
  position: absolute;
  height: 44px;
  width: 44px;
  line-height: 45px;
  text-align: center;
  top: 0;
  font-size: 30px !important;
  right: 0;
  color: #fff !important;
  font-style: normal;
  text-decoration: none;
  background: #42a5f5;
}
.tags {
  min-height: 1%;
  clear: both;
  padding-top: 2px;
}
.tags:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.tags .tag {
  display: inline-block;
  height: 30px;
  line-height: 29px;
  padding: 0 20px;
  border: 1px solid #42a5f5;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  color: #42a5f5;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
/* Articles */
.text-column {
  width: 100%;
  max-width: 600px;
}
.author a {
  color: #42a5f5;
  font-style: italic;
  font-size: 14px;
  text-decoration: none;
}
.author a:hover {
  text-decoration: underline;
}
.author .half.right {
  padding-top: 18px;
  text-align: right;
}
/* FAQ */
.accordion {
  width: 100%;
  min-height: 1%;
  clear: both;
  margin: 0 auto;
}
.accordion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .item {
  text-align: left;
  margin-bottom: 25px;
  min-height: 1%;
  width: 100%;
  border: 1px solid #3B3D3C;
}
.accordion .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link {
  width: 100%;
  display: block;
  padding: 17px 25px 16px 54px;
  color: #3B3D3C;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  line-height: 23px;
  min-height: 1%;
  font-weight: 600;
}
.accordion .accordion-link:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link .link-more {
  float: right;
  display: inline-block;
  position: absolute;
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  background-color: #42a5f5;
  background-image: url("./images/select.svg");
  background-position: center center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  left: 0;
  top: 0;
  z-index: 10;
}
.accordion .accordion-link.active .link-more {
  background-image: url("./images/up.png");
}
.accordion .content {
  padding: 5px 25px 5px 54px;
  /*display: none;
        &.active {
          display: block;
        }*/
}
.accordion-new .item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 0.5px #f5f5f5;
  position: relative;
}
.accordion-new .item .tag {
  border: none;
  width: 65px;
  height: 65px;
  display: block;
  clear: both;
  background: #d7d7d7;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
}
.accordion-new .item .tag strong {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.accordion-new .item .tag span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 7px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  line-height: 1.1;
  padding-left: 5px;
}
.accordion-new .item .tag.active {
  background: #fdd835;
}
.accordion-new .item.active .tag {
  background: #fdd835;
}
.accordion-new .item.active .accordion-link .link-more {
  background-image: url("./images/select-new-up.svg");
}
.accordion-new .accordion-link {
  font-size: 29px;
  font-weight: bold;
  padding: 35px 118px;
  line-height: 1.2;
}
.accordion-new .accordion-link .link-more {
  float: none;
  display: block;
  position: absolute;
  background-color: transparent;
  background-image: url("./images/select-new.svg");
  background-size: 100% 100%;
  width: 31px;
  height: 16px;
  margin-top: -8px;
  right: 30px;
  top: 50%;
  left: auto;
  z-index: 10;
}
.accordion-new .content {
  padding: 5px 35px 35px 118px;
}
.accordion-new .button {
  border-radius: 2px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .accordion-new .item .tag {
    display: none;
  }
  .accordion-new .accordion-link {
    padding: 30px 45px 30px 20px;
    font-size: 22px;
  }
  .accordion-new .accordion-link .link-more {
    width: 20px;
    height: 12px;
    margin-top: -5px;
    right: 20px;
  }
  .accordion-new .content {
    padding: 0 20px 30px 20px;
  }
  .accordion-new .person {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .accordion-new .person h3,
  .accordion-new .person p,
  .accordion-new .person a {
    font-size: 16px;
  }
}
/* BLOG */
.section-blog h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 40px;
}
.section-blog .button {
  min-width: 1px;
}
.section-blog .blog-container {
  padding: 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
  padding-bottom: 40px;
}
.section-blog .blog-article {
  width: 100%;
  padding: 10px 20px;
}
@media (min-width: 800px) {
  .section-blog .blog-article {
    width: 50%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .section-blog .blog-article {
    width: 33.333%;
  }
}
.section-blog .blog-article .inner {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 0.5px #f5f5f5;
  background: #fff;
}
.section-blog .blog-article .inner:hover h3 {
  text-decoration: underline;
}
.section-blog .blog-article .img {
  overflow: hidden;
  height: 180px;
  width: 100%;
}
.section-blog .blog-article .img img {
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.section-blog .blog-article .text {
  width: 100%;
  padding: 30px 20px 20px 20px;
}
.section-blog .blog-article h3 {
  font-weight: bold;
  line-height: 1.3;
  color: #373737;
  margin-bottom: 30px;
}
.section-blog .blog-article .tags {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #788fa9;
}
.section-blog .blog-article .date {
  color: #000;
  font-size: 16px;
  width: 100%;
  display: block;
}
.section-blog-more {
  background: #f7f7f7;
  margin-bottom: -70px;
  padding-bottom: 30px;
}
.section-blog-more h2 {
  font-size: 32px;
}
.section-blog-detail {
  padding-bottom: 60px;
}
.section-blog-detail h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 40px;
  text-align: center;
}
.section-blog-detail .divider {
  display: block;
  width: 100%;
  height: 1px;
  color: #d7d7d7;
  background: #d7d7d7;
}
.section-blog-detail .blog-detail-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.section-blog-detail .blog-detail-content .img {
  overflow: hidden;
  height: 280px;
  width: 100%;
  margin-bottom: 40px;
}
.section-blog-detail .blog-detail-content .img img {
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.section-blog-detail .blog-detail-content p {
  margin-bottom: 40px;
}
.section-blog-detail h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 40px;
  text-align: left;
}
.section-blog-detail .button {
  min-width: 1px;
}
.section-blog-detail .download {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #42a5f5;
}
.section-blog-detail .download svg {
  display: inline-block;
  width: 50px;
  margin-right: 6px;
  margin-left: -9px;
}
.person {
  display: flex;
  clear: both;
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  align-items: center;
}
.person .photo {
  display: none;
  width: 100px;
  height: 100px;
  flex: none;
  overflow: hidden;
  border-radius: 100%;
}
.person .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.person h3 {
  font-size: 24px;
  font-weight: 600 !important;
  margin-bottom: 4px;
}
.person h3:hover {
  color: #42a5f5;
}
.person p {
  margin-bottom: 3px;
}
.person a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #42a5f5;
}
@media (min-width: 500px) {
  .person .photo {
    display: block;
  }
  .person .info {
    padding-left: 30px;
  }
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.radius {
  border-radius: 5px;
}
.shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
}
.text-hidden {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
}
.grey-bg {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 450px) {
  main {
    overflow-x: hidden;
  }
  .items .item {
    width: calc(95% - 20px);
    max-width: calc(95% - 20px);
  }
}
