/* -- Colors ----------------------------------------------------------------- */
/* /  Colors ----------------------------------------------------------------- */
/* -- Fonts ----------------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body span,
body ul,
body ol,
body li,
body blockquote {
  font-family: 'Open Sans', sans-serif;
}
main {
  padding-bottom: 20px;
}
/* /  Fonts ----------------------------------------------------------------- */
/* -- Buttons ----------------------------------------------------------------- */
.btn {
  padding: 10px 50px 10px 72px;
  height: 50px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: none;
  background-color: #111639;
}
.btn-orange {
  background-color: #f13307;
  color: #fff;
}
.btn-outline {
  border: 1px solid #f13307;
  background: #fff;
  color: #111639;
  padding-left: 50px;
}
.btn-outline:hover {
  color: #fff;
  border-color: #111639;
}
.btn-icon {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 17% 50%;
}
/* /  Buttons ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
header.header #user #user-name {
  font-size: 16px;
}
header.header #user-avatar {
  display: none !important;
}
header.header .user-info > [role="button"]::after {
  color: #f13307;
}
/* /  Header ----------------------------------------------------------------- */
/* -- Hero ----------------------------------------------------------------- */
.section.hero {
  max-height: 275px;
  background-size: auto;
  margin-bottom: 40px;
}
.section.hero .hero-inner {
  top: 42%;
}
.section.hero .hero-inner h1 {
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.section.hero .search {
  max-width: 475px;
  margin: 0 auto;
}
.section.hero .search-full input[type="search"] {
  border-radius: 0px;
  height: 50px;
}
.knowledge-base h2 {
  color: #f13307;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 30px;
}
.knowledge-base .blocks-list {
  justify-content: center;
  padding-bottom: 60px;
}
.knowledge-base .blocks-item {
  border: 1px solid #ccc;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(239, 236, 234, 0.65) 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(239, 236, 234, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(239, 236, 234, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6efecea', GradientType=0);
  /* IE6-9 */
  border-radius: 15px;
  flex: 1 0 30%;
  max-width: 334px;
}
.knowledge-base .blocks-item:hover .blocks-item-title {
  color: #111639;
}
.knowledge-base .blocks-item:hover {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(239, 236, 234, 0.65) 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(239, 236, 234, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(239, 236, 234, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6efecea', GradientType=0);
  /* IE6-9 */
  background-color: transparent;
}
.knowledge-base .blocks-item:hover .blocks-item-title {
  color: #111639;
}
.knowledge-base .blocks-item a {
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: 69px;
  padding-top: 115px;
}
.knowledge-base .blocks-item .blocks-item-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #1482c7;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 5px;
}
/* /  Hero ----------------------------------------------------------------- */
/* -- Video section ----------------------------------------------------------------- */
.video-section-container {
  background-repeat: no-repeat;
  background-size: cover;
}
.video-section-container .container {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.video-section-container .container .video-greeting {
  padding-top: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  padding-right: 30px;
  max-width: 40%;
  width: 100%;
}
.video-section-container .container .video-greeting h3 {
  font-size: 26px;
  margin-top: 20px;
}
.video-section-container .container .video-iframe {
  margin-top: -50px;
  max-width: 60%;
  width: 100%;
  padding-bottom: 30px;
}
.video-section-container .container .video-iframe p {
  margin: 0px;
  font-weight: bold;
}
.video-section-container .container .video-body {
  display: none;
  font-weight: bold;
  max-width: 90%;
  margin-left: 60px;
}
.video-section-container .container .video-body:first-of-type {
  display: block;
}
.video-section-container .container .video-body iframe {
  max-width: 100%;
}
.video-section-container .container .video-body table {
  max-width: 100%;
}
/* /  Video section ----------------------------------------------------------------- */
/* -- Load more button ----------------------------------------------------------------- */
.btn-load-more-container {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
  padding-top: 30px;
}
/* /  Load more button ----------------------------------------------------------------- */
/* -- Homepage  ----------------------------------------------------------------- */
.other-categories {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-categories .category {
  flex: 1 0 45%;
  max-width: 45%;
  margin-bottom: 40px;
  display: none;
}
.other-categories .category:nth-of-type(1),
.other-categories .category:nth-of-type(2),
.other-categories .category:nth-of-type(3),
.other-categories .category:nth-of-type(4) {
  display: block;
}
.other-categories .category h3 {
  font-size: 24px;
  color: #111639;
  border-bottom: 1px solid #ccc;
}
.other-categories .category .view-all {
  color: #1482c7;
  text-transform: uppercase;
  font-weight: bold;
}
.other-categories .category ul {
  display: none;
}
.other-categories .category ul:nth-of-type(1),
.other-categories .category ul:nth-of-type(2),
.other-categories .category ul:nth-of-type(3),
.other-categories .category ul:nth-of-type(4),
.other-categories .category ul:nth-of-type(5) {
  display: block;
}
.other-categories .category ul li {
  display: none;
}
.other-categories .category ul li:nth-of-type(1),
.other-categories .category ul li:nth-of-type(2),
.other-categories .category ul li:nth-of-type(3),
.other-categories .category ul li:nth-of-type(4),
.other-categories .category ul li:nth-of-type(5) {
  display: block;
}
.other-categories .category ul li a {
  color: #1482c7;
}
.other-categories .category ul li a h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}
.other-categories .category ul li p {
  padding-top: 0px;
  margin-top: 2px;
  color: #333333;
}
/* /  Homepage  ----------------------------------------------------------------- */
/* -- Interior pages ----------------------------------------------------------------- */
.interior-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 20px;
  color: #fff;
  padding-bottom: 50px;
}
.interior-header .breadcrumbs li,
.interior-header .breadcrumbs a {
  color: #fff;
}
.interior-header .breadcrumbs li a {
  color: #fff;
}
.interior-header .search #query {
  border-radius: 0px;
  border: 0px none;
  color: #666666;
  height: 40px;
}
.interior-header .page-header h1 {
  font-size: 54px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
/* -- Category ----------------------------------------------------------------- */
.category-content,
.section-content {
  margin-top: -50px;
  flex: 1 0 100%;
  background: #fff;
  border-radius: 20px;
  background: #e3f2f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3f2f6 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e3f2f6 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e3f2f6 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3f2f6', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  padding: 30px;
}
.section-tree .section-tree-title {
  text-transform: uppercase;
  color: #1482c7;
  font-size: 16px;
}
.section-tree .section-tree-title a {
  text-transform: uppercase;
  color: #1482c7;
  font-size: 16px;
}
.section-tree .article-list {
  padding-bottom: 30px;
}
.section-tree .article-list .article-list-item {
  margin-left: 20px;
  padding-bottom: 0px;
  display: none;
}
.section-tree .article-list .article-list-item:nth-of-type(1),
.section-tree .article-list .article-list-item:nth-of-type(2),
.section-tree .article-list .article-list-item:nth-of-type(3),
.section-tree .article-list .article-list-item:nth-of-type(4),
.section-tree .article-list .article-list-item:nth-of-type(5) {
  display: block;
}
.section-tree .article-list .article-list-item .article-list-link {
  color: #111639;
  font-weight: bold;
}
.section-tree .article-list .article-list-item .article-list-link:before {
  content: '>';
  color: #f13307;
  padding-right: 10px;
  margin-left: -20px;
  transform: scale(0.5, 1.25);
  display: inline-block;
}
.help-by-topic h2 {
  font-size: 48px;
  color: #f13307;
  padding-top: 50px;
}
/* /  Category ----------------------------------------------------------------- */
/* -- Article ----------------------------------------------------------------- */
.article-main-container {
  margin-top: -50px;
}
.article-main-container .article {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  flex: 1 0 70%;
  order: 1;
  padding-top: 15px;
}
.article-main-container .article .article-content {
  margin-top: 0px;
}
.article-main-container .article-sidebar {
  flex: 1 0 30%;
  order: 2;
  border-radius: 0px 15px 15px 15px;
  background: #e3f2f6;
  background: -moz-linear-gradient(top, #e3f2f6 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e3f2f6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e3f2f6 0%, #ffffff 100%);
  padding: 30px;
  margin-top: 20px;
}
.article-main-container .article-sidebar h3 {
  font-size: 16px;
  color: #1482c7;
  font-weight: bold;
  text-transform: uppercase;
}
.article-main-container .article-sidebar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.article-main-container .article-sidebar ul li {
  display: flex;
  max-width: 94%;
  padding-right: 15px;
  width: 100%;
  align-items: flex-start;
}
.article-main-container .article-sidebar ul li:before {
  content: '>';
  color: #f13307;
  padding-right: 10px;
  margin-left: -20px;
  transform: scale(0.5, 1.25);
  display: inline-block;
  padding-top: 6px;
}
.article-main-container .article-sidebar ul li a {
  color: #111639;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.article-main-container .article-body h2 {
  color: #f13307;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 0px;
}
.article-main-container .article-body h3 {
  font-size: 26px;
  font-weight: bold;
  color: #111639;
  margin-bottom: 0px;
}
.article-relatives {
  display: none;
}
.collapsible-sidebar {
  overflow: visible;
}
.sidenav-item.current-article,
.sidenav-item:hover {
  background: none;
}
/* /  Article ----------------------------------------------------------------- */
/* /  Interior pages ----------------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
footer.footer {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  margin-top: 20px;
}
footer.footer .footer-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer.footer .footer-inner a {
  text-align: center;
  max-width: 140px;
  margin-bottom: 20px;
}
footer.footer .footer-inner a img {
  max-width: 100%;
}
footer.footer .footer-inner p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  color: #333333;
}
/* /  Footer ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
@media screen and (max-width: 940px) {
  .article-main-container {
    flex-wrap: wrap;
  }
  .article-main-container .article-sidebar {
    order: 2;
    width: 100%;
    max-width: 100%;
    display: block;
    flex: 1 0 100%;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px 30px;
  }
  .article-main-container .article {
    order: 1;
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 768px) {
  header.header .icon-menu::before {
    font-size: 30px;
  }
  .knowledge-base h2 {
    margin-bottom: 60px;
  }
  .knowledge-base .blocks-list {
    justify-content: space-between;
    margin-right: -30px;
  }
  .knowledge-base .blocks-list .blocks-item {
    margin-right: 30px;
  }
  .video-section-container {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
  }
  .video-section-container .container {
    flex-wrap: wrap;
  }
  .video-section-container .container .video-greeting,
  .video-section-container .container .video-iframe {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .video-section-container .container .video-greeting {
    margin-top: 0px;
  }
  .video-section-container .container .video-body {
    justify-content: flex-start;
  }
  .video-section-container .container .video-body img {
    max-width: 100%;
    display: none;
  }
  .video-section-container .container .video-body img.active {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .knowledge-base .blocks-list {
    justify-content: center;
    margin-right: 0px;
  }
  .knowledge-base .blocks-list .blocks-item {
    flex: 1 0 100%;
    margin-right: 0px;
  }
  .other-categories .category {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .interior-header .page-header h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
