/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  scroll-behavior: smooth;
  font-size: 14px; }
body.open {
  position: relative;
  height: 100%;
  overflow-y: hidden; }
p {
  color: #000; }
h1, h2, h3, .btn, button, .features ul li .text .title, .top-nav-content ul li a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal; }
body, p,
blockquote p, body.forgotPassword .head p:first-of-type,
.btn.f-yellow.big, button.f-yellow.big, .head-content .search-links .dropdown-menu ul li a .title  {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal; }
body.homePage .hero h1 {
  font-family: "gravesend-sans", sans-serif;
font-weight: 800;
font-style: normal; }
.subnav-side a {
  text-decoration: none !important;
  color:#FFF; }
.subnav-side a:hover {
  color:#FFF;
}
a {
  color: #121A32;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #121A32;
  text-decoration: none; }
a.load-more {
  color: #FF5A00;
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: table;
  margin: 30px auto 0 auto; }
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  color: #041E42;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 31px 71px; }
.btn:before, button:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-top: 1px solid #FF5A00;
  border-bottom: 1px solid #FF5A00;
  transition: all 0.15s ease-in-out;}
.btn:after, button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-left: 1px solid #FF5A00;
  border-right: 1px solid #FF5A00;
  transition: all 0.15s ease-in-out;}
.btn:hover, button:hover,
.btn:focus, button:focus {
  color: #041E42;
  border: 0;
  background-color: transparent; }
.btn:hover:before, button:hover:before {
  top: 0px;
  bottom: 0px; }
.btn:hover:after, button:hover:after {
  left: 0px;
  right: 0px; }
.btn.red, button.red {
  color: #FF5A00; }
.btn.red:hover, button.red:hover,
.btn.red:focus, button.red:focus {
  color: #FF5A00;
  border: 0; }
.btn.centered, button.centered {
  display: table;
  margin: auto; }
img {
  max-width: 100%; }
.container {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  max-width: 100%;
  width: 100%; }
.container-fluid {
  width: auto;
  padding: 0 20px;
  max-width: 100%;
  width: 100%; }
.my-content,
.content {
  margin-top: 40px;
  margin-bottom: 40px; }
.inverse .partners-section {
  margin-top: 0;
  padding-top: 40px; }  
.title {
  text-transform: uppercase; }
.cta .btn {
  font-weight: normal !important;
}
.d-lg-none .nav-link,
.full-red {
  color: #FFF!important;
  background-color: #FF5A00!important; 
  text-decoration: none;
  border: 2px solid #FF5A00!important; }
.d-lg-none .nav-link:hover,
.d-lg-none .nav-link:focus,
.full-red:hover,
.full-red:focus {
  color: #FFF!important;
  border: 2px solid #FF5A00;
  background-color: transparent; }

.social-fix {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: -60px;
  text-align: center;
	-webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl; }
.social-fix.open {
	right: -25px; }
.social-fix span {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.77rem;
  line-height: 1;
  letter-spacing: 0.5em;
  display: block;
  margin-left: 15px;
  opacity: 1;
	-webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.social-fix.open span {
  opacity: 0;
  transform: translateX(-25px); }
.social-fix strong {
  font-weight: 400;
  color: #ff5a00;
  line-height: 1;
  margin-bottom: 5px; }
.social-fix .social {
	padding-left: 55px; }
.social-fix .social a {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.social-fix .social [class^="ico-sn-"] {
  width: 30px;
  height: 30px;
  margin: 5px 0;
  opacity: 0.5; }
.social-fix .social [class^="ico-sn-"]:hover {
  opacity: 1; }
.share {
  position: relative;
  color: #041E42;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.2em;
	-webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.share strong {
  font-weight: 400;
  color: #ff5a00;
  margin-right: 10px; }
.share .social-list {
  display: none; }
.share:hover .social-list {
  text-align: center;
  padding: 20px;
  background-color: #FF5A00;
  position: absolute;
  z-index: 999;
  top: 22px;
  right: 0;
  display: block; }

/*** HEADER ***/
header .header-fix {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #041E42;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.hero header .header-fix {
  background-color: #041E42;
  background-image: none; }
header .header-fix.nav-down,
.hero header.open .header-fix {
  background-image: url('../images/header-bg.svg')!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
header .navbar-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0; }
header .navbar-brand img {
  width: 133px;
  height: 40px; }
header .centerCol {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
header .social a {
  margin: 0 5px; }
header .asideCol.rightCol a.subscribe {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  /*font-weight: bold;*/
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 70px; }
.header-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 30px 0 50px 0;
  background-image: url('../images/header-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.header-links:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background-image: url('../images/header-footer-links.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.header-links a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 40px; }
.header-links a:hover,
.header-links a:focus {
  color: #FF5A00; }
.navbar {
  padding: 0;
  margin: 0; }
.navbar-collapse .header-content .nav-side .nav li {
  padding: 10px 0;
  position: relative;
}
.mobileSubNav {
  display: none;
}
.nav div.drop {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nav div.drop:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  background-image: url(../images/arrow-nav.svg);
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.navbar-collapse .header-content .nav-side .nav li {
  padding: 10px 0; }
.navbar-collapse .header-content .nav-side .nav li a {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 2.22rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none; }
.navbar-collapse .header-content .nav-side .nav li a:hover,
.navbar-collapse .header-content .nav-side .nav li a:focus,
.navbar-collapse .header-content .nav-side .nav li a.active {
  color: #FF5A00; }
.navbar-collapse ul.bottom-nav {
  list-style: none;
  padding: 0 30px;
  margin: 0; }
.navbar-collapse ul.bottom-nav li {
  display: block;
  padding: 15px 0; }
.navbar-collapse ul.bottom-nav li a {
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  color: #5A5A5A;
  text-transform: uppercase;
  text-decoration: none; }
.navbar-collapse ul.bottom-nav li a:hover,
.navbar-collapse ul.bottom-nav li a:focus {
  color: #FFF; }

.sub_cat {
  display: none;
  opacity:0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sub_cat.show {
  opacity:1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.sub_cat li {
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
  opacity: 0;
  -webkit-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}

.sub_cat.show li {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.sub_cat.show li {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.sub_cat li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.sub_cat li:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sub_cat li:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sub_cat li:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sub_cat li:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sub_cat li:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sub_cat li:nth-of-type(7) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sub_cat li:nth-of-type(8) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sub_cat li:nth-of-type(9) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.sub_cat li:nth-of-type(10) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.sub_cat li:nth-of-type(11) {
  -webkit-transition-delay: 1.0s;
  -o-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

.sub_cat li:nth-of-type(12) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.sub_cat li:nth-of-type(13) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.sub_cat li:nth-of-type(14) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

/*** NAV ***/
.navbar-collapse {
  position: absolute;
  left: -100vw;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background: #000;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.navCollapse2 {
  display: none;
  background: #fff; }
.navbar-collapse.open {
  background-color: #041E42;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  width: 100vw;
  overflow: scroll; }
.navCollapse2.show {
  z-index: 2;
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #fff; }
body.noScroll {
  position: relative;
  overflow: hidden; }
.navbar-collapse .header-content {
  padding: 100px 30px 15px 30px; }
.navbar-collapse .header-content .nav-side .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.navbar-collapse .header-content .nav-side.left-col {
  text-align: right;
  position: relative; }
.navbar-collapse .header-content .nav-side.left-col:before,
.navbar-collapse .header-content .nav-side.left-col:after {
  content: '';
  height: 50px;
  width: 100%;
  left: 0;
  z-index: 1;
  position: absolute; }
.navbar-collapse .header-content .nav-side.left-col:before {
  top: 0;
  background: linear-gradient(180deg, #041E42 0%, rgba(4, 30, 66, 0) 100%); }
.navbar-collapse .header-content .nav-side.left-col:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(4, 30, 66, 0) 0%, #041E42 100%); }
.navbar-collapse .header-content .subnav-side {
  display: none; }
.navbar-collapse .header-content .subnav-side .block .title, .main_menu_info h1 {
  color: #FFFFFF;
  font-size: 6.38rem;
  line-height: 1;
  margin-bottom: 50px;
}
.navbar-collapse .header-content .subnav-side .block .subtitle, .main_menu_info h3, .main_menu_info h2 {
  color: #FFFFFF;
  font-size: 1.15rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px; }
.navbar-collapse .header-content .subnav-side .block  .time, .main_menu_info p {
  color: #FFF;
  font-size: 1.15rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px; }
.navbar-collapse .header-content .subnav-side .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.navbar-collapse .header-content .subnav-side .nav li {
  padding: 10px 0; }
.navbar-collapse .header-content .subnav-side .nav li a {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase; }
.navbar-collapse .header-content .subnav-side .nav li a:hover,
.navbar-collapse .header-content .subnav-side .nav li a:focus,
.navbar-collapse .header-content .subnav-side .nav li a.active {
  color:  #FF5A00; }
.navbar-toggler {
  width: 25px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.navbar-toggler:after,
.navbar-toggler:before {
  display: none; }
.navbar-toggler.navToggler2 {
  right: 0; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  outline: 0; }
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FF5A00;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.navbar-toggler.navToggler2 span {
  background: #000; }
.navbar-toggler.navToggler2 span.wnNumbers {
  background-color: #EF3340;
  margin-left: 12px; }
.navbar-toggler span:nth-child(1) {
  top: 0px; }
.navbar-toggler span:nth-child(2) {
  top: 7px; }
.navbar-toggler span:nth-child(3) {
  top: 14px; }
.navbar-toggler.open span:nth-child(1) {
  top: 6.62px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
.navbar-toggler.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }
.navbar-toggler.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
.navbar-toggler.open {
  z-index: 99; }

/*** HOME ***/
.block2 {
  padding: 40px 10px 10px 10px; }
.top-content-section {
  margin-bottom: 25px; }
.block2 h2 {
  font-size: 3.08rem;
  color: #5A5A5A;
  margin-bottom: 10px; }
.block2 p.title {
  color: #000;
  font-size: 1.54rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0; }
.block3 h2 {
  text-align: center;
  margin-bottom: 25px; }
.features ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0 20px 0 20px; 
  margin-top: 20px; }
.features ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(146, 177, 205, 0.5); }
.features ul:after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: -10px;
  left: 20px;
  width: 1px;
  background-color: rgba(146, 177, 205, 0.5); }
.features ul li:after {
  content: '';
  position: absolute;
  z-index: 4;
  left: -10px;
  right: -10px;
  bottom: -0.5px;
  height: 1px;
  background-color: rgba(146, 177, 205, 0.5); }
.features ul li {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }
.features ul li:before {
  content: '';
  position: absolute;
  z-index: 4;
  top: -10px;
  bottom: -10px;
  right: 0;
  width: 1px;
  margin-left: -0.5px;
  background-color:  rgba(146, 177, 205, 0.5); }
.features ul li:nth-child(4n+4):before {
  display: none; }
.features ul li a {
  position: relative;
  background-color: #FFF;
  text-decoration: none;
  display: block; }
.features.blue ul li a {
  background-color: #041E42; }
.features ul li .pic-wrapper {
  padding-bottom: 56%; }
.features ul li a:hover .pic-wrapper .pic {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.features ul li .text {
  z-index: 2;
  padding: 30px 20px; }
.features ul li .text .category {
  color: #FF5A00;
  font-weight: 400;
  font-size: 1.14rem;
  text-transform: uppercase;
  line-height: 1.6; 
  letter-spacing: 0.2em;
  margin-bottom: 10px; }
.features ul li .text .title,
.title {
  color: #041E42;
  font-weight: 900;
  font-size: 1.57rem;
  line-height: 1.2;
  margin-bottom: 10px; }
.features.blue ul li .text .title {
  color: #FF5A00; }
.features ul li .text p,
.ctaTwoBoxes .box p {
  color: #000000;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6; }
.features.blue ul li .text p {
  color: #FFF; }
.features ul li .text p:last-of-type {
  margin: 0; }
.social-section-big {
  text-align: center;
  padding: 25px 0 40px 0; }
.social-section-big a {
  margin: 0 6px; }

/*** HERO ***/
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  background-image: url('../images/hero-bg.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #041E42; }
body.homePage .hero {
  background-image: none; }
.hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #041E42;
  z-index: 2;
  opacity: 0.8; }
body.homePage .hero:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  background-image: url('../images/road.svg'); }
.hero .video-pic {
  position: absolute;
  inset: 0;
  padding-bottom: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
.hero-lines {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100px;
  width: 70px;
  background-image: url('../images/hero-lines.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain; }
.hero-line {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  background-color: #FF5A00;
  height: 60px;
  width: 1px; }
.hero iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.hero .contBox {
  padding: 125px 0;
  text-align: center;
  position: relative;
  z-index: 4; }
.hero .video-bg-play {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 9;
  cursor: pointer;
  display: inline-block; }
.hero .video-bg-play .btn-close {
  width: 10px;
  height: 10px;
  padding: 0;
  opacity: 1;
  display: inline-block;
  background-size: cover; }
.hero .video-bg-play.sound .btn-close {
  display: none; }
.hero .video-bg-play .playing {
  display: inline-block; }
.hero .video-bg-play .playing .bar {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: #FF5A00;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: 0; }
.hero .video-bg-play.sound .playing .bar {
  animation-iteration-count: infinite; }
.hero .video-bg-play .playing .bar.n1 {
  height: 8px;
  animation-delay: 0.5s; }
.hero .video-bg-play .playing .bar.n2 {
  height: 19px;
  animation-delay: 0.2s; }
.hero .video-bg-play .playing .bar.n3 {
  height: 18px;
  animation-delay: 1.2s; }
.hero .video-bg-play .playing .bar.n4 {
  height: 10px;
  animation-delay: 0.9s; }
.hero .video-bg-play .playing .bar.n5 {
  height: 13px;
  animation-delay: 2.3s; }

@keyframes pulse {
  0% {
    height: 1px;
    margin-top: 0;
  }
  10% {
    height: 13px;
    margin-top: -13px;
  }
  50% {
    height: 7px;
    margin-top: -7px;
  }
  60% {
    height: 10px;
    margin-top: -10px;
  }
  80% {
    height: 20px;
    margin-top: -20px;
  }
  100% {
    height: 1px;
    margin-top: 0;
  }
}

.hero h1 {
  color: #FFF;
  font-weight: 900;
  font-size: 3.33rem;
  line-height: 1; 
  margin: 0;
  text-transform:uppercase;}
body.homePage .hero h1 {
  color: #FF5A00;
  font-weight: 800;
  font-size: 2.85rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px; }
.hero h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1.28rem;
  text-align: center;
  text-transform: uppercase; }
.hero .btn {
  margin-top: 30px; }
.head p.subtitle,
body.account .content p.subtitle {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.63rem;
  line-height: 1.1;
  color: #000000; }
.head {
  padding: 60px 0 0 0; }
.head h1 {
  margin-bottom: 30px;
  text-align: center; }
.head .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** BREADCRUMB ***/
.breadcrumb {
  margin: 0; }
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.pageItem {
  color: #041E42;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase; }
.breadcrumb-item.active,
.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus,
.breadcrumb .breadcrumb-item.active a {
  color: #FF5A00; }
.breadcrumb-item+.breadcrumb-item::before {
  color: #041E42; }

/*** CONTENT ***/
h1,
.features-section h2 {
  color: #041E42;
  font-weight: 900;
  font-size: 2.22rem;
  line-height: 1;
  margin-bottom: 30px; }
.features-section h2 {
  padding-left: 20px; }
h2 {
  color: #041E42;
  font-weight: 900;
  font-size: 2.22rem;
  line-height: 1.2;
  text-transform: uppercase; 
  margin-bottom: 20px; }
.h2-underline {
  position: relative; }
.h2-underline:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  background-color: #FF5A00; }
.h2-underline h2 {
  color: #041E42;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #FFF;
  margin: 0;
  padding-right: 30px; }
h3 {
  color: #041E42;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.2; 
  margin: 10px 0; }
article h3 {
  font-weight: 900; }
mark, div.intro {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  background-color: transparent;
  margin-bottom: 15px; }
.pic-wrapper {
  position: relative;
  overflow: hidden; }
.pic-wrapper .pic {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.blockquote-section {
  margin: 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.blockquote-section .pic-wrapper {
  padding-bottom: 56%;
  margin-bottom: 10px; }
.blockquote-section .blockquote {
  margin: 0; }
.blockquote-section .blockquote blockquote {
  background-color: transparent;
  padding: 20px; }
blockquote p {
  color: #041E42;
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0; }
blockquote cite {
  color: #000;
  font-style: normal;
  display: block;
  margin-top: 20px;
  font-size: 1.38rem;
  line-height: 1;
  text-align: right;
  text-transform: uppercase; }
.top-content {
  padding: 40px 0;
  border-bottom: 1px solid rgba(146, 177, 205, 0.5); }
.top-content .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
  -webkit-box-align: center; 
      -ms-flex-align: center; 
          align-items: center; }
.subcontent {
  padding-top: 60px; }
.subcontent p {
  font-size: 1.15rem; }
.subcontent p strong {
  font-weight: 900;
  color: #ff5a00; }
.subcontent .btn {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: table; }
.subcontent ul {
  list-style: none;
  padding: 0; }
.subcontent ul li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0; }
.subcontent ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url('../images/bullet-plus.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.lines {
  position: absolute;
  top: -40px;
  width: 75px;
  left: 50%;
  margin-left: -27.5px; }
.article-published {
  display: block;
  color: #ff5a00;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px; }
time.article-published {
  margin-top:60px; }
.article-published span {
  color: #041E42; }
.cards-list ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0 20px; }
.cards-list ul li,
.partners-section ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%; }
.cards-list ul li .pic-wrapper {
  padding-bottom: 100%; }
.cards-list ul li .pic-wrapper:hover .pic {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.articles-cards ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  list-style: none;
  padding: 0;}
.articles-cards ul li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px; }
.articles-cards ul li a {
  position: relative;
  text-decoration: none;
  display: block; }
.articles-cards ul li a .text-wrapper, .articles-cards ul li a .text {
  height:100%; }
.articles-cards ul li .pic-wrapper {
  padding-bottom: 56%; }
.articles-cards.mixed ul li:nth-child(2) .pic-wrapper {
  padding-bottom: 90%; }
.articles-cards ul li a:not(.no-zoom):hover .pic-wrapper .pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.articles-cards .text .footer-card {
  border-top: 2px solid #FFF; }
.articles-cards ul li:nth-child(odd) .text .footer-card {
  border-top: 2px solid #000; }
.articles-cards.mixed ul li:nth-child(2) .text-wrapper {
  display: none; }
.articles-cards.mixed ul li:first-child a {
  background-color: #000;
  color: #FFF; }
.articles-cards.mixed ul li:first-child .text .footer-card {
  border-top: 2px solid #FFF; }
.play {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  height: 35px;
  background-image: url('../images/ico-play.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.more-articles .btn {
  margin: 10px auto; }
.total-comments {
  padding: 0 0 15px; }
.total-comments img {
  width: auto;
  height: 40px;
  margin-right: 10px; }

/*** e404 ***/
body.e404 {
  background-color: #000;
  padding: 0; }
body.e404 a.logo {
  width: 360px;
  display: inline-block; }
body.e404 h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
body.e404 a,
body.e404 p {
  color: #FFF;
  font-size: 1.5rem; }
.fill-viewport {
  height: 100vh; }

/*** CATEGORY ***/
.subcategory-cards {
  padding: 0 10px; }
.subcategory-cards ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
  padding: 15px 0; }
.subcategory-cards ul li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px; }
.subcategory-cards ul li a,
.cards-slider .swiper-slide a {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.subcategory-cards ul li .pic-wrapper,
.cards-slider .swiper-slide a .pic-wrapper {
  padding-bottom: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
.subcategory-cards ul li a:hover .pic-wrapper .pic,
.cards-slider .swiper-slide a:hover .pic-wrapper .pic {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.subcategory-cards ul li .text,
.cards-slider .swiper-slide .text {
  z-index: 2;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #000; }
.subcategory-cards ul li .text .title,
.cards-slider .swiper-slide .text .title {
  color: #041E42;
  font-size: 1.15rem;
  line-height: 1; }

.top-nav-content {
  position: relative;
  text-align: center;
  background-color: #041E42;
  padding: 20px 0; }
.top-nav-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
    white-space: nowrap; }
.top-nav-content:before  {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45px; 

  /* safari 5.1+,chrome 10+ */

  /* opera 11.10+ */
  background:-o-linear-gradient(0deg, rgba(4, 30, 66, 1) 30%, rgba(4, 30, 66, 0.5) 50%);

  /* ie 10+ */

  /* global 94%+ browsers support */
  background:-o-linear-gradient(bottom, rgba(4, 30, 66, 1) 30%, rgba(4, 30, 66, 0.5) 50%);
  background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(4, 30, 66, 1)), color-stop(50%, rgba(4, 30, 66, 0.5)));
  background:linear-gradient(0deg, rgba(4, 30, 66, 1) 30%, rgba(4, 30, 66, 0.5) 50%); }
.top-nav-content:after  {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45px;
   /* ff 3.6+ */ 
   /* safari 5.1+,chrome 10+ */
   /* opera 11.10+ */
   background:-o-linear-gradient(90deg, rgba(4, 30, 66, 0.5) 50%, rgba(4, 30, 66, 1) 30%);
   /* ie 10+ */
   /* global 94%+ browsers support */
   background:-o-linear-gradient(left, rgba(4, 30, 66, 0.5) 50%, rgba(4, 30, 66, 1) 30%);
   background:-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(4, 30, 66, 0.5)), color-stop(30%, rgba(4, 30, 66, 1)));
   background:linear-gradient(90deg, rgba(4, 30, 66, 0.5) 50%, rgba(4, 30, 66, 1) 30%); }
.top-nav-content ul {
  padding: 0 30px; }
.top-nav-content ul li {
  display: inline-block;
  padding: 0 10px; }
.top-nav-content ul li a {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.15;
  text-decoration: none;
  line-height: 1.2;
  text-transform:uppercase;}
.top-nav-content ul li a:hover,
.top-nav-content ul li a:focus,
.top-nav-content ul li a.active {
  color: #FF5A00; }

/*** CONTACT ***/
.contactPage article a {
  color: #EF3340;
  text-decoration: none;
  line-height: 1.4; }
.contactPage article a:hover,
.contactPage article a:focus {
  text-decoration: underline; }

/*** CTA ***/
.cta {
  text-align: center;
  padding: 60px 0;
  background-image: url('../images/cta-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.cta h2 {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px; }

/*** CTA BIG SECTION ***/
.ctaTwoBoxes .box {
  text-decoration: none;
  margin-bottom: 20px;
  display: block; }
.articles-cards ul li a {
  text-decoration: none;
  display: block; }
.ctaTwoBoxes .box .pic-wrapper {
  padding-bottom: 63%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
.ctaTwoBoxes .box:hover .pic-wrapper .pic {
-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.ctaTwoBoxes .box .text {
  position: relative;
  padding: 20px 20px 40px 20px; }
.articles-cards ul li .text {
  position: relative;
  padding: 20px 20px 50px 20px;
  width:100%; }
.ctaTwoBoxes.light-bg .box .text .title,
.ctaTwoBoxes.light-bg .box .text .subtitle {
  color: #FFF; }
.ctaTwoBoxes .box .text .subtitle {
  margin-bottom: 40px; }
.ctaTwoBoxes .box .footer-card,
.articles-cards .text .footer-card  {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 1;
  padding-top: 6px; }
.ctaTwoBoxes .box .footer-card span,
.articles-cards .footer-card span {
  text-transform: uppercase;
  font-size: 1.38rem; }

/*** PARTNERS SECTION ***/
.partners-section {
  text-align: center;
  background-color: #fff; }
.partners-section ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 20px;
  margin: 0; }
.partners-section ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(146, 177, 205, 0.5); }
.partners-section ul:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 20px;
  width: 1px;
  background-color: rgba(146, 177, 205, 0.5); }
.partners-section ul li {
  position: relative; }
.partners-section ul li:before {
  content: '';
  position: absolute;
  z-index: 4;
  top: -10px;
  bottom: -10px;
  right: 0px;
  width: 1px;
  background-color: #C8D8E6; }
.partners-section ul li:after {
  content: '';
  position: absolute;
  z-index: 4;
  left: -10px;
  right: -10px;
  bottom: -0.5px;
  height: 1px;
  background-color: #C8D8E6; }
.partners-section ul li a {
  margin-top: -0.5px;
  margin-left: -0.5px;
  margin-bottom: -0.5px;
  margin-right: -0.5px;
  display: block;
  border: 1px solid transparent;
  padding-bottom: 100%;
  position: relative;
  transition: all 0.15s ease;}
.partners-section ul li a:hover,
.partners-section ul li a:focus {
  z-index: 9;
  border: 1px solid rgba(255, 90, 0, 1); }
.partners-section img {
  max-width: 56%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/*** CARDS SLIDER ***/
.features-section {
  padding-bottom: 30px; }
.cards-slider {
  position: relative;
  margin: 0 -10px;
  padding: 0 30px; }
.cards-slider .swiper-button-next:after, .cards-slider .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  width: 9px;
  height: 18px;
  background-image: url('../images/ars.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.cards-slider .swiper-button-prev:after, .cards-slider .swiper-container-rtl .swiper-button-next:after {
  content: '';
  width: 9px;
  height: 18px;
  background-image: url('../images/als.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.cards-slider .swiper-button-prev, .cards-slider .swiper-container-rtl .swiper-button-next {
  left: 0px; }
.cards-slider .swiper-button-next, .cards-slider .swiper-container-rtl .swiper-button-prev {
  right: 0px; }

/*** ARTICLE ***/
article p:first-of-type strong {
  color: #041E42;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.6;
  display: block; }
article table p strong,
article table p:first-of-type strong {
  color: #041E42;
  font-size: 1rem;
  font-weight: 600;
  display: inline;
  margin: 0; }
article h2 {
  font-size: 1.5rem;
  margin: 30px 0 20px 0; }
article .social {
  padding: 10px 0; }
article .social a {
  margin: 0 20px 0 0; }
article img {
  width: 100%;
  /*margin: 15px 0 30px 0;*/
}
article .table-wrapper {
  margin: 30px 0;
  position: relative; }
article tbody, article td, article tfoot, article th, article thead, tr {
  border-color: #DEDEDE;
  border-style: solid;
  border-width: 2px; }
article table {
  width: 100%;
  /*border-left: 13px solid #DEDEDE;*/
  /*border-bottom: 13px solid #DEDEDE;*/
  margin: 0;
  border-color: #DEDEDE;
  margin-bottom:2rem;
}
article table>thead {
  background-color: #DEDEDE; }
article table thead tr td {
  font-size: 30px;
  height: 70px; }
article table thead tr td img {
  width: auto;
  margin: 0;
  margin-right: 30px; }
article tbody tr td {
  font-size: 1rem;
  line-height: 1;
  height: 50px;
  /* white-space: nowrap; */
  /* min-width: 430px; */
  padding-left: 20px;
  padding-right: 20px }
article .table-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.15; }

article table.table-four-cols,
article table.table-four-cols tbody,
article table.table-four-cols td,
article table.table-four-cols tfoot,
article table.table-four-cols th,
article table.table-four-cols thead,
article table.table-four-cols tr {
  border: 0; }
article table.table-four-cols tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
article table.table-four-cols tbody tr td {
  text-align: center;
  vertical-align: top;
  white-space: normal;
  height: auto !important;
  width: 100%;
  padding-bottom: 25px !important; }
article table.table-four-cols img {
  height: 50px;
  width: 50px;
}
.title-category {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  color: #FF5A00;
  -webkit-text-stroke: 1px #FF5A00;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl; 
  display: none;
  text-transform:uppercase;}

.features-slider .box-wrapper {
  position: relative;
  display: block;
  padding-top: 100%; }
.features-slider .box-wrapper .box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.features-slider .box-wrapper .box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(left, rgba(4, 30, 66, 0.75) 0%, rgba(4, 30, 66, 0.5) 50.52%, rgba(4, 30, 66, 0.75) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(4, 30, 66, 0.75)), color-stop(50.52%, rgba(4, 30, 66, 0.5)), to(rgba(4, 30, 66, 0.75)));
  background: linear-gradient(90deg, rgba(4, 30, 66, 0.75) 0%, rgba(4, 30, 66, 0.5) 50.52%, rgba(4, 30, 66, 0.75) 100%); }
.features-slider .box-wrapper .box .text {
  position: relative;
  z-index: 2; 
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center; }
.features-slider .box-wrapper .box:hover .text,
.features-slider .box-wrapper .box:focus .text {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3); }

/*** ACCOUNT -LOGIN - REGISTER - FORGOT PASSWORD***/
body.account h2 {
  font-size: 1.63rem;
  margin-bottom: 1.38rem; }
form.account .form-group {
  margin-bottom: 1.88rem; }
form.account .form-control,
form.account .form-select {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.19;
  color: #696969;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none; }
.form-select {
  background-image: url('../images/arrow-select.svg');
  background-size: 11px;
  background-repeat: no-repeat; }
.form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.form-control::-moz-placeholder {
  color: #C4C4C4; }
.form-control:-ms-input-placeholder {
  color: #C4C4C4; }
.form-control::-webkit-input-placeholder {
  color: #C4C4C4; }
form.account .label-radio, form.account label {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000000; }
form.account label,
form.account .label-radio {
  margin: 0;
  margin-bottom: 10px; }
.form-check {
  padding-left: 20px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.form-check .form-check-input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  border: 1px solid #000;
  background-color: #FFF; }
.form-check-input:checked {
  background-color: #fff;
  border-color: #000; }
.form-check-input:checked[type=radio] {
  background-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/ico-radio.svg'); }
.form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
.form-check .form-check-label {
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  margin-left: 17px;
  margin-bottom: 0;
  color: #000000; }
form.account p {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  color: #000000; }
form.account p a {
  text-decoration: none; }
form.account p.register {
  font-weight: 300; }
form.account p.register a {
  text-transform: uppercase; }
form.account .btn {
  min-width: 180px;
  margin-bottom: 1.25rem;
  margin-right: 17px;}
.mw-auto {
  min-width: auto!important; }
body.account .content {
  min-height: 100vh; }
body.forgotPassword .head p:first-of-type {
  font-weight: normal;
  font-size: 1.63rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000; }

/*** UPDATE DETAILS ***/
.head-content {
  padding: 0 10px;
  padding-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.head-content .search-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.head-content .search-links a {
  display: block;
  padding: 15px 0; }
.head-content .search-links a,
.whatsNewLink {
  margin-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #000000; }
.head-content .search-links .whatsNewLink.show:before {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #DEDEDE transparent; }
.head-content .search-links .whatsNewLink-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0; }
.head-content .search-links .whatsNewLink-content {
  display: none;
  background-color: transparent;
  border: 0;
  padding: 30px 0; }
.head-content .search-links .whatsNewLink-content.show {
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  min-width: 235px;
  top: 32px;
  /*height: calc(95vh - 200px);*/
  height: auto;
  overflow: hidden; }
.head-content .search-links .whatsNewLink-content .border-box {
  height: 100%;
  background-color: #DEDEDE;
  border: 10px solid #DEDEDE; }
.head-content .search-links .whatsNewLink-content ul {
  height: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
  background-color: #DEDEDE;
  list-style: none; }
.head-content .search-links .whatsNewLink-content ul::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.head-content .search-links .whatsNewLink-content ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */ }
.head-content .search-links .whatsNewLink-content ul li {
  padding: 2.5px 0; }
.head-content .search-links .whatsNewLink-content ul li a {
  text-decoration: none;
  text-transform: none;
  position: relative;
  display: block;
  margin: 0;
  min-height: 120px;
  background-color: #F7F7F7;
  padding: 15px 20% 15px 25px; }
.head-content .search-links .whatsNewLink-content ul li a.unread {
  background-color: #fff;
  border-left: 5px solid #FAE100; }
.head-content .search-links .whatsNewLink-content ul li a .title {
  font-size: 1.88rem;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000000; }
.head-content .search-links .whatsNewLink-content ul li a p {
  font-weight: normal;
  font-size: 0.88rem;
  line-height: 1.2;
  color: #000000;
  margin: 0; }
form.search_form {
  margin-right: 40px; }
form.search_form .form-control {
  background-color: #F0F0F0;
  border-radius: 30px;
  border: 0;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1;
  color: #000000;
  height: 20px; }
form.search_form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  margin-right: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }
form.search_form .btn {
  height: 20px;
  width: 20px;
  background-image: url('../images/ico-search.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  background-color: transparent;
  border: 0;
  padding: 0; }
.whatsNewLink {
  position: relative; }
span.wnNumbers {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #FFF;
  font-weight: bold;
  font-size: 0.69rem;
  line-height: 1;
  background-color: #EF3340;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

/*** COMENTS ***/
.coments {
  padding: 0 10px 35px 10px; }
.coments .box {
  border-top: 1px solid #000;
  padding-top: 35px; }
.comment-policy {
  border-top: 20px solid #DEDEDE;
  border-bottom: 20px solid #DEDEDE;
  border-left: 15px solid #DEDEDE;
  border-right: 15px solid #DEDEDE;
  padding: 5px 25px;
  margin: 3.44rem 0; }
.comment-policy div.title {
  font-weight: 500;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.4;
  color: #000000; }
.comment-policy p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  color: #000000;
  margin: 0; }
.comment-policy p a {
  color: #E4303D; }
.coments .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.18rem; }
.coments .top-section .form-select {
  width: 170px;
  border: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #000000; }
.coments .comment-typing-area .d-lg-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 4.38rem; }
.coments .comment-typing-area textarea.form-control {
  font-size: 1rem;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  margin-bottom: 30px; }
.coments .comment-typing-area .form-check {
  margin: 10px 24px 10px 0; }
.coments .comment-typing-area .btn {
  margin-top: 20px;
  width: 100%; }
.comments-renderer .body-comment {
  padding: 15px 0; }
.comments-renderer .body-comment .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C4C4C4;
  margin: 0 5px; }
.comments-renderer .body-comment .header-comment {
  margin-bottom: 10px;
  font-weight: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.comments-renderer .body-comment .text-comment p {
  font-weight: 300; }
.comments-renderer .body-comment .comment-action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px; }
.comments-renderer .comment-action-buttons .reply-btn {
  cursor: pointer;
  color: #EF3340;
  font-weight: 700; }
.like-dislike-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.like-dislike-buttons .ldb,
.like-dislike-buttons .ldb span,
.like-dislike-buttons .ldb .ico-like,
.like-dislike-buttons .ldb .ico-dislike {
  margin: 0 5px; }
.like-dislike-buttons .ldb .ico-like,
.like-dislike-buttons .ldb .ico-dislike {
  cursor: pointer; }
.comment-replies {
  margin-left: 7%; }

.g-recaptcha iframe {
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

/*** ASIDE ***/
aside ul.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 40px; }
aside ul.nav li {
  margin-bottom: 10px; }
aside ul.nav li a {
  color: #041E42;
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1.2; 
  text-decoration: none;
  text-transform: uppercase; }
aside ul.nav li a:hover,
aside ul.nav li a:focus,
aside ul.nav li a.active {
  color: #FF5A00; }
div.adv-wrapper {
  position: relative;
  overflow: hidden;
  /*background-color: #000;*/
  padding-bottom: 100%; }
div.adv-wrapper .adv {
  position: absolute;
  /*top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
div.adv img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
div.adv-wrapper .adv:hover img {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/*** ICO's ***/

[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"] {
  width: 17px;
  height: 17px;
  margin: 0 10px; }
.ico-sn-fb {
  background-image: url('../images/fb.svg');
  width: 8px; }
.ico-sn-tw {
  width: 20px;
  background-image: url('../images/tw.svg'); }
.ico-sn-in {
  background-image: url('../images/in.svg'); }
.ico-sn-ig {
  background-image: url('../images/ig.svg'); }
.ico-sn-yt {
  background-image: url('../images/yt.svg'); }
.ico-sn-tt {
  background-image: url('../images/tt.png'); }
.ico-sn-podcast {
  background-image: url('../images/podcast.png'); }
article [class^="ico-sn-"] {
  width: 27px;
  height: 27px; }
.ico-sn-fb-dark {
  background-image: url('../images/fb-dark.svg');
  width: 8px; }
.ico-sn-tw-dark {
  width: 20px;
  background-image: url('../images/tw-dark.svg'); }
.ico-sn-ig-dark {
  background-image: url('../images/ig-dark.svg'); }
.ico-sn-yt-dark {
  background-image: url('../images/yt-dark.svg'); }
article .ico-sn-fb-dark {
  width: 13px; }
article .ico-sn-tw-dark {
  width: 33px; }
.social-section-big [class^="ico-sn-"] {
  width: 20px;
  height: 20px; }
.social-section-big .ico-sn-fb-dark {
  width: 9px; }
.social-section-big .ico-sn-tw-dark {
  width: 23px; }
.ico-like {
  width: 20px;
  height: 20px;
  background-image: url('../images/ico-like.svg'); }
.ico-dislike {
  width: 20px;
  height: 20px;
  background-image: url('../images/ico-dislike.svg'); }
.ico-forward {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-image: url('../images/ico-forward.svg'); }
.ico-trash {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url('../images/ico-trash.svg'); }

/*** SEARCH ***/
.big-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none; }
.big-search--open {
	pointer-events: auto; }
.big-search::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
  background: rgba(4, 30, 66, 0.9); }
.big-search--open::before {
	opacity: 1; }
.btn--search-close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: block; }
.btn--search-close:before,
.btn--search-close:after {
  content: none; }
.btn--search-close svg {
  width: 100%;
  height: 100%; }
.search__form {
	margin: 5em 0; }
.search__input {
	font-family: inherit;
	font-size: 7.5vw;
	line-height: 1;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding: 0.05em 0;
	color: #FF5A00;
	outline: none;
	border: 0;
	border-bottom: 5px solid;
	background: transparent;
	-webkit-transform: scale3d(0,1,1);
	        transform: scale3d(0,1,1);
	-webkit-transform-origin: 0 50%;
	    -ms-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; }
.big-search--open .search__input {
	-webkit-transform: scale3d(1,1,1);
	        transform: scale3d(1,1,1);
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s; }
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none; }
.search__input::-ms-clear {
	display: none; }
.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #FF5A00;
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }
.big-search--open .search__info {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0); }
.btn--search-close,
.btn--search-close:hover,
.btn--search-close:focus {
	padding: 0;
	width: 15px;
  top: 25px;
  right: 25px;
	border: 0;
	opacity: 0;
	background: transparent;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s; }
.big-search--open .btn--search-close {
	opacity: 1; }
.search-results {
  padding: 0;
  margin: 75px 0;
  list-style-type: none; }
.search-results li {
  padding-bottom: 25px; }
.search-results li a {
  text-transform: none; }
.search-results .intro {
  font-weight: normal; }
.search-results .type {
  color: #FF5A00; }

.pagination .page-link {
  color: #FF5A00; }
.pagination .active > .page-link,
.pagination .page-link.active {
  border-color: #041E42;
  background-color: #041E42; }
.pagination .page-link:focus {
  box-shadow: none; }

/*** FOOTER ***/
.footer-nav {
  background-color: #041E42;
  padding: 20px 0; }
.footer-nav ul {
  padding: 0 20px;
  margin: 0;
  list-style: none; 
  -webkit-column-gap: 80px; 
     -moz-column-gap: 80px; 
          column-gap: 80px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;}
.footer-nav ul li {
  display: inline-block;
  padding: 5px 0; }
.footer-nav ul li a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase; }
.footer-nav ul li a.active,
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
  color: #FF5A00; }
.copy-legals {
  text-align: center;
  padding: 30px 20px; }
.copy-legals .asideCol-f img {
  width: 90px; }
.copy-legals .asideCol-f.gov img {
  width: 140px; }
.copy-legals .asideCol-f p {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0; }
.copy-legals .centerCol-f {
  text-align: center;
  margin-top: 30px;
  width: 100%; }
.copy-legals .centerCol-f p {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase; }
.copy-legals .centerCol-f ul {
  position: relative;
  list-style: none;
  padding: 0;
  padding-top: 25px;
  margin: 0; }
.copy-legals .centerCol-f ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: #FF5A00; }
.copy-legals .centerCol-f ul li,
.copy-legals .centerCol-f a {
  color: #041E42;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block; }
.copy-legals .centerCol-f ul li {
  padding: 5px 0;
  display: block; }
.copy-legals .centerCol-f ul li:last-child {
  padding-top: 55px;
  padding-bottom: 0;
  position: relative; }
.copy-legals .centerCol-f ul li:last-child:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: #FF5A00; }

@media (max-width: 767px) {

  header .header-fix {
    padding: 18px 0px; }
  .navbar {
    min-height: 25px; }
  body.homePage .hero h1 {
    font-size: 2.85rem; }
  .header-fix.nav-down {
    top:0; }
  header .navbar-brand img {
    width: 99.75px;
    height: 30px; }
  article tbody tr td p {
    margin: 10px 0 !important; }
  article tbody tr td h5, article thead tr th h5 {
    background-position:10px !important;
    padding:15px 55px 15px 63px !important;
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }
  article tbody tr td {
    white-space: initial;
    padding:0 .5rem !important; }
  .subcategory-cards ul li .text .title, .cards-slider .swiper-slide .text .title {
    text-align: center;
    width: 100%; }
  .desktopOnly {
    display: none !important; }
  .navbar-collapse .header-content .nav-side .nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav div.drop {
    display: block; }
  .mobileSubNav {
    display: block;
    border-left: 1px solid #FF5A00; }
  .mobileSubNav .nav li {
    margin-left: 1.5rem; }
  .mobileSubNav .nav li a {
    font-size: 1.2rem !important; }
  .header-links a {
    margin: 0 10px; }
  .navbar-collapse ul.bottom-nav {
    display: none; }
  .navbar-collapse .header-content {
    overflow: auto;
    height: calc(100vh - 100px);
    padding: 100px 10px 15px 10px; }
  .navbar-collapse .header-content .nav-side.left-col {
    text-align: left; }
  .navbar-collapse .header-content .nav-side.left-col:before,
  .navbar-collapse .header-content .nav-side.left-col:after {
    content: none; }
  .features ul li:before,
  .features ul li:nth-child(4n+4):before {
    display: inline-block; }
  .footer-social-list li:nth-child(8),
  .footer-social-list li:nth-child(9),
  .footer-social-list li:nth-child(10),
  .footer-social-list li:nth-child(11),
  .footer-social-list li:nth-child(12),
  .footer-social-list li:last-child {
    display: none; }

}

.blockquote-section .row {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;

}

@media (min-width: 768px) {

  .atc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; 
    text-align: right; }
  .navbar-expand-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navbar-expand-md .navbar-toggler {
    display: inline-block!important; }
  header .header-fix {
    padding: 30px 0px; }
  .social-fix {
    display: block;
		right: -100px; }
	.social-fix.open {
		right: 0px; }
  .social-fix-wrapper {
    position: sticky;
    top: 25px;
    height: 300px;
    bottom: 0;
    left: 8px;
    z-index: 100;
    width: 40px;
    float: left; }
  .navbar-collapse {
    height: 100vh;
    width: 100vw;
    position: fixed;
    inset: 0;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    background-color: #041E42;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .navbar-collapse.open {
    z-index: 999;
    display: block;
    opacity: 1;
    pointer-events: auto; }
  .navbar-collapse .header-content {
    padding: 23vh 0 100px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navbar-collapse .header-content .subnav-side {
    display: block; }
  .navbar-collapse .container-fluid {
    height: 100%; }
  .navbar-collapse .header-content .top-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .navbar-collapse .header-content .top-nav > .row {
    position: relative; }
  .navbar-collapse .header-content .top-nav > .row:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    background-color: #FF5A00; }
  .navbar-collapse .header-content .nav-side,
  .navbar-collapse .header-content .subnav-side {
    position: relative;
    padding: 0 15%; }
  .navbar-collapse .header-content .nav-side > div,
  .navbar-collapse .header-content .subnav-side > div {
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 50vh;
    overflow: scroll; }
  .navbar-collapse .header-content .nav-side > div::-webkit-scrollbar,
  .navbar-collapse .header-content .subnav-side > div::-webkit-scrollbar {
    display: none; }
  .navbar-collapse .header-content .nav-side .nav {
    margin: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .navbar-collapse ul.bottom-nav {
    padding: 0;
    text-align: center; }
  .navbar-collapse ul.bottom-nav li {
    display: inline-block;
    padding: 0 15px; }
  header .header-fix {
    background-image: url('../images/header-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh; }
  .hero header .header-fix {
    background-color: transparent;
    background-image: none; }
  .hero .video-pic {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
  .hero .contBox {
    background-color: transparent;
    padding: 40px 0;
    max-width: 90%;
    margin: 0 auto; }
  .head .pic {
    min-height: auto;
    padding-bottom: 27%; }
  .top-content-section {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .hero-line {
    height: 35vh; }
  .block2 {
    padding: 40px 0 20px 0; }
  .block2 h2 {
    margin: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    color: #5A5A5A; }
  .block2 p.title {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    margin: 0;
    text-align: right;
    color: #000; }
  .subcontent .btn {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }
  .lines {
    position: absolute;
    top: auto;
    bottom: -63px;
    width: 60px;
    left: 27.33%;
    margin-left: -48px; }
  .lines.rl {
    left: auto;
    right: 21%; }
  .social-section-big {
    text-align: center;
    padding: 35px 0 40px 0; }
  .social-section-big a {
    margin: 0 15px; }
  .social-section-big [class^="ico-sn-"] {
    width: 50px;
    height: 50px; }
  .social-section-big .ico-sn-fb-dark {
    width: 23px; }
  .social-section-big .ico-sn-tw-dark {
    width: 60px; }
  .blockquote-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0; }
  .blockquote-section .pic-wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    z-index: 2;
    margin-top: -0.5px;
    margin-right: -20px;
    width: 40px;
    background-color: #FF5A00; }
  .blockquote-section .pic-wrapper {
    overflow: unset;
    margin: 0;
    margin-right: 20px; }
  .blockquote-section .blockquote {
    position: relative;
    height: 100%; }
  .blockquote-section .blockquote blockquote {
    height: 100%;
    padding: 20px 0 20px 20px; }
  .blockquote-section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .blockquote-section:nth-of-type(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .blockquote-section:nth-of-type(even) .pic-wrapper {
    margin-right: auto;
    margin-left: 20px; }
  .blockquote-section:nth-of-type(even) .pic-wrapper:before {
    right: auto;
    left: 0;
    margin-left: -20px;
    margin-right: auto; }
  .blockquote-section:nth-of-type(even) .blockquote blockquote{
    padding: 20px 20px 20px 0; }
  .subcontent {
    padding-top: 0; }
  .cards-list ul li,
  .partners-section ul li {
    -ms-flex: 0 0 16.66%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66%;
    max-width: 16.66%; }
  .partners-section ul,
  .cards-list ul {
    padding: 0; }
  .subcategory-cards {
    padding: 0; }
  .subcategory-cards ul {
    padding: 7.5px 0 22.5px 0; }
  .subcategory-cards ul li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .subcategory-cards ul li .pic-wrapper,
  .cards-slider .swiper-slide a .pic-wrapper {
    padding-bottom: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .subcategory-cards ul li .text,
  .cards-slider .swiper-slide .text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 10px; }
  .subcategory-cards ul li .text .title,
  .cards-slider .swiper-slide .text .title {
    color: #041E42;
    background-color: #FFF;
    padding: 10px; }
   .features ul:before {
    display: none; }
  .features ul {
    padding: 0;
    margin: 0; }
  .features ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .partners-section ul {
    padding: 0 1px; }
  .features ul li:after,
  .partners-section ul li:after {
    left: 0px;
    right: 0px; }
  .features ul:after,
  .partners-section ul:after {
    display: none; }
  .partners-section ul:before {
    left: 0;
    right: 0; }
  .partners-section ul li:nth-child(6n+6):before {
      display: none; }
  .features ul li a {
    height: 100%; }
  .features ul li .text {
    padding: 15px; }
  .article article {
    padding-left:5%;}
  .articles-cards ul {
    margin: 0 -3px; }
  .articles-cards ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 3px; }
  .articles-cards.mixed ul li:first-child {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .articles-cards ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .articles-cards.mixed ul li:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .articles-cards.mixed ul li:first-child a .pic-wrapper {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    padding-bottom: 35%; }
  .articles-cards.mixed ul li a .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .articles-cards.mixed ul li:first-child a .text-wrapper {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .articles-cards.mixed ul li:first-child a .text-wrapper, .articles-cards.mixed ul li:first-child a .text {
    height: auto !important;
  }
  .articles-cards.mixed ul li:nth-child(2) a .pic-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .title-category {
    display: block; }
  .ctaTwoBoxes {
    padding: 0; }
  .ctaTwoBoxes .box,
  .articles-cards a {
    height: 100%; }
  .ctaTwoBoxes .box {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ctaTwoBoxes .box .text,
  .articles-cards .text {
    padding-bottom: 65px; }
  article table {
    border-right: 13px solid #DEDEDE;
    border-left: 13px solid #DEDEDE;
    border-bottom: 13px solid #DEDEDE; }
  article table.table-four-cols tr {
    display: block; }
  article table.table-four-cols tbody tr td {
    width: 25%;
    padding: 0 2% 5% 2% !important; }

  .head-content {
    padding: 3.8rem 0 0 0; }
  form.account label,
  form.account .label-radio {
    margin: 0; }
  .coments {
    padding: 0 0 5rem 0; }
  .coments .box {
    padding-top: 35px; }
  .coments .comment-typing-area .btn {
    width: 175px; }
  .head-content .search-links .whatsNewLink-content.show {
    min-width: 260px;
    top: 15px; }
  .collapse:not(.show) {
    display: block; }
  .head-content .search-links a, .whatsNewLink, .head-content .search-links .whatsNewLink-wrapper {
    display: inline-block;
    padding: 0; }
  form.search_form {
    margin-right: 0;  }
  .copy-legals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .copy-legals .asideCol-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
  .copy-legals .asideCol-f a {
    display: inline-block;
    padding: 0 20px 0 0; }
  .copy-legals .centerCol-f ul {
    margin: 0;
    padding: 0; }
  .copy-legals .centerCol-f ul li {
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 10px; }
  .copy-legals .centerCol-f ul li:last-child {
    padding-left: 20px; }
  .copy-legals .centerCol-f ul li,
  .copy-legals .centerCol-f a {
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1.6;}
.copy-legals .asideCol-f p {
  font-size: 0.7rem; }
.stiky-box {
  position: sticky;
  top: 100px;
  padding-bottom: 100px; }
.footer-nav {
  text-align: center; }
.footer-nav ul {
  padding: 0;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }
.footer-nav ul li {
  padding: 0 7.5px; }
.copy-legals .centerCol-f {
  margin-top: 0; }
.copy-legals .centerCol-f ul:before,
.copy-legals .centerCol-f ul li:last-child:before {
  display: none; }
.copy-legals .centerCol-f ul li:last-child {
  padding-top: 0; }
 
}

@media (min-width: 992px) {

  .social-fix {
    right: -60px; }
  .social-fix span {
    margin-left: 40px; }
  .social-fix .social {
    padding-left: 15px; }
  .navCollapse2,
  .collapse:not(.show) {
    display: block; }
  header .navbar-brand {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static; }
  .navbar-expand-md .navbar-toggler {
    position: static; }
  header .asideCol.rightCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  header .asideCol {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .centerCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-expand-md {
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
            justify-content: space-between!important; }
  .navbar-expand-md .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar-expand-md .navbar-nav .nav-item {
    line-height: 1;
    padding: 0 5px; }
  .d-lg-none .nav-link,
  .navbar-expand-md .navbar-nav .nav-item .nav-link {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: 4px 10px;
    text-align: center; }
  .navbar-expand-md .navbar-nav .nav-item .nav-link:hover,
  .navbar-expand-mds .navbar-nav .nav-item .nav-link:focus,
  .navbar-expand-md .navbar-nav .nav-item .nav-link.active {
    color: #FF5A00; }
  .d-lg-none .nav-link,
  .full-red {
    color: #FFF!important;
    background-color: #FF5A00!important; 
    text-decoration: none;
    border: 2px solid #FF5A00!important; }
  .d-lg-none .nav-link:hover,
  .d-lg-none .nav-link:focus,
  .full-red:hover,
  .full-red:focus {
    color: #FFF!important;
    border: 2px solid #FF5A00;
    background-color: transparent; }
  .hero h1 {
    margin-bottom: 30px;
    font-size: 5.8rem;
    line-height: 5rem; }
  header .header-fix {
    padding: 20px 0; }
  .head {
    padding: 65px 0 0 0; }
  .block2 h2 {
    font-size: 3.8rem; }
  .block2 p.title {
    font-size: 1.3rem; }
  h2 {
    font-size: 2.3rem; }
  mark, div.intro {
    font-size: 1.13rem;
    font-weight: 700;
    margin-bottom: 30px; }
  blockquote cite {margin-top: 10px;
    font-size: 1.25rem; }
  .article-published {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 10px; }
  .subcategory-cards ul li .pic-wrapper,
  .cards-slider .swiper-slide .pic-wrapper {
    padding-bottom: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .subcategory-cards ul li .text,
  .cards-slider .swiper-slide .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .features ul {
    padding: 0;
    margin: 0; }
  .features ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .articles-cards ul {
    margin: 0 -10px; }
  .articles-cards ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px; }
  .articles-cards.mixed ul li:first-child {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .articles-cards.mixed ul li:first-child a .pic-wrapper {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    padding-bottom: 35%; }
  .articles-cards.mixed ul li:first-child a .text-wrapper {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%; }
  .ctaTwoBoxes .box p, .articles-cards p {
    font-size: 14px; }
  .play {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px; }
  .more-articles .btn {
    margin: 20px auto 10px auto; }
  .ctaTwoBoxes.light-bg {
    background-image: url('../images/cta-bg.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    padding: 0; }
  .ctaTwoBoxes .box .footer-card span,
  .articles-cards .footer-card span {
    font-size: 1.25rem; }
  .cta {
    padding: 45px 0px; }
  .subcategory-cards ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  article h2 {
    margin: 40px 0 30px 0; }
  article tbody tr td {
    min-width: auto; }
  .footer-nav ul li {
    padding: 0 10px; }
  .copy-legals {
    padding: 40px 0; }
  .copy-legals .asideCol-f a {
    padding: 0 30px 0 0; }
  .copy-legals .centerCol-f {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .copy-legals .centerCol-f ul {
    display: inline-block;
    margin-top: 0; }
  .comment-policy {
    margin-top: 0; }
  .coments .comment-typing-area textarea.form-control {
    margin-bottom: 8px; }
  .coments .comment-typing-area .btn {
    margin-top: 0; }
    .copy-legals .centerCol-f ul li {
      padding: 0 10px;
      margin-bottom: 0; }
    
}


@media screen and (min-width: 1024px) {

  .social-fix span {
    margin-left: 75px; }
  .container {
    padding-left: 4.4rem;
    padding-right: 4.4rem; }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }
  .lines {
    position: absolute;
    bottom: -63px;
    width: 60px;
    left: 26.8%;
    margin-left: -48px; }
  .lines.rl {
    right: 22%; }
}

@media screen and (min-width: 1200px) {

  html {
    font-size: 18px; }
  a.load-more {
    position: relative;
    margin: 120px auto 0 auto; }
  a.load-more:before {
    content: '';
    position: absolute;
    top: -110px;
    left: calc(50% - 1px);
    width: 1px;
    height: 60px;
    background: #C8D8E6;}
  .my-content,
  .content {
    margin-top: 100px;
    margin-bottom: 100px; }
  .inverse .partners-section {
    margin-top: 0;
    padding-top: 100px; }
  .navbar-expand-md .navbar-nav .nav-item {
    padding: 0 5px; }
  .navbar-expand-md .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;}
  .navbar-toggler {
    width: 40px;
    height: 23px; }
  .navbar-toggler span:nth-child(2) {
    top: 11px; }
  .navbar-toggler span:nth-child(3) {
    top: 22px; }
  header .header-fix {
    padding: 40px 20px; }
  .social-fix {
    right: -100px; }
  .social-fix strong {
    margin-bottom: 5px; }
  .social-fix .social.open {
    display: inline-block;
    margin-left: 45px; }
  .social-fix .social {
    padding-left: 45px; }
  .head-content .search-links .whatsNewLink-content.show {
    min-width: 370px;
    top: 22px; }
  .head {
    padding: 110px 0 0 0; }
  .hero h1 {
    font-size: 5rem; }
  .hero h3 {
    font-size: 1.33rem; }
  .hero-lines {
    height: 25%;
    width: 80px; }
  .hero-line {
    height: 35vh; }
  body.homePage .hero h1 {
    font-size: 3.2rem; }
  .lines {
    bottom: -100px;
    width: 96px;
    left: 24.95%;
    margin-left: -48px; }
  .lines.rl {
    right: 21.5%; }
  .h2-underline h2 {
    padding-right: 40px; }
  .cards-list ul li,
  .partners-section ul li {
    -ms-flex: 0 0 16.66%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66%;
    max-width: 16.66%; }
  .cards-slider {
    position: relative;
    margin: 0 -50px;
    padding: 0 50px; }
  .cards-slider .swiper-button-prev, .cards-slider .swiper-container-rtl .swiper-button-next {
    left: -10px; }
  .cards-slider .swiper-button-next, .cards-slider .swiper-container-rtl .swiper-button-prev {
    right: -10px; }
  .features ul li .text p,
  .ctaTwoBoxes .box p {
    font-size: 0.88rem; }
  .features ul li .text {
    padding: 30px; }
  .features ul li .text .category {
    font-size: 1rem; }
  .features-section h2 {
    padding: 0; }
  .top-nav-content {
    padding: 30px 0; }
  .top-nav-content ul li {
    padding: 0 15px; }
  .features-slider .box-wrapper .box .text {
    font-size: 2.4rem; }
  .cta {
    padding: 100px 0px; }
  .cta h2 {
    font-size: 2.5rem;
    margin-bottom: 45px; }
   h2 {
    font-size: 3.2rem; }
  .stiky-box {
    top: 160px; }
  aside ul.nav li {
    margin-bottom: 20px; }
  .title-category {
    font-size: 5.5rem; }
  .footer-nav {
    padding: 35px 0; }
  .copy-legals .asideCol-f {
    margin-bottom: 40px; }
  .copy-legals .asideCol-f a {
    padding: 0 40px 0 0; }
  .copy-legals .centerCol-f ul li {
    padding: 0 15px; }
  .copy-legals .centerCol-f ul li:last-child {
    padding-left: 45px; }

}

@media screen and (min-width: 1550px) {

  .hero .btn {
    margin-top: 70px; }
  .container {
    padding-left: 5.2rem;
    padding-right: 5.2rem; }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px; }
  .share strong {
    margin-right: 20px; }
  .social-fix .social {
    padding-left: 60px; }
  .hero h1 {
    font-size: 6.33rem; }
  .hero-lines {
    width: 120px; }
  body.homePage .hero h1 {
    font-size: 4.77rem;
    margin-bottom: 20px; }
  .block2 h2 {
    font-size: 5rem;}
  .block2 p.title {
    font-size: 1.75rem; }
  h1 {
    font-size: 4.22rem;
    margin-bottom: 60px; }
  .navbar-collapse .header-content .nav-side .nav li a,
  h2 {
    font-size: 4.22rem; }
  article h2 {
    font-size: 3.11rem; }
  .cta h2 {
    font-size: 3.11rem;
    margin-bottom: 60px; }
  .navbar-collapse .header-content .nav-side .nav li {
    padding: 10px 0; }
  .navbar-collapse .header-content .nav-side .nav li a {
    font-size: 4.2rem; }
  .navbar-collapse .header-content .subnav-side .block .title, .main_menu_info h1 {
    font-size: 9.38rem;
    margin-bottom: 100px; }
  .navbar-collapse .header-content .subnav-side .block .subtitle, .main_menu_info h3, .main_menu_info h2 {
    font-size: 2.63rem;
    margin-bottom: 16px; }
  .navbar-collapse .header-content .subnav-side .block  .time, .main_menu_info p {
    font-size: 2.63rem;
    margin-bottom: 60px; }
  .navbar-collapse .header-content .subnav-side .nav li {
    padding: 15px 0; }
  .navbar-collapse .header-content .subnav-side .nav li a {
    font-size: 2.63rem; }
  .features-section h2 {
    font-size: 5rem; }
  .features ul li .text {
    padding: 45px; }
  .features ul li .text .category {
    margin-bottom: 20px; }
  .features ul li .text .title,
  .title {
    font-size: 1.55rem;
    margin-bottom: 15px; }
  .subcontent p,
  h3,
  .top-nav-content ul li a,
  a.load-more,
  blockquote p,
  article p:first-of-type strong,
  aside ul.nav li a,
  .navbar-collapse .header-content .subnav-side .nav li a,
  .navbar-collapse .header-content .subnav-side .block .subtitle, .main_menu_info h3, .main_menu_info h2,
  .navbar-collapse .header-content .subnav-side .block  .time, .main_menu_info p  {
    font-size: 1.55rem; }
  article h3 {
    font-weight: 700; }
  .subcontent .btn {
    margin-top: 40px; }
  .subcategory-cards ul li .text .title,
  .cards-slider .swiper-slide .text .title {
    font-size: 1.55rem;
    padding: 15px; }
  .ctaTwoBoxes .box .text,
  .articles-cards .text {
    padding: 35px 20px 65px 20px;
  }
  .ctaTwoBoxes .box .footer-card,
  .articles-cards .text .footer-card {
    bottom: 35px;
    left: 20px;
    right: 20px;
    padding-top: 6px; }
  .cta {
    padding: 140px 0px; }
  .copy-legals .asideCol-f img {
    width: 200px; }
  .copy-legals .asideCol-f.gov img  {
    width: 300px; }
  article .table-wrapper {
    margin: 40px 0; }
  .title-category {
    font-size: 7rem; }
  .head-content .search-links .whatsNewLink-content.show {
    min-width: 420px; }

}

@media screen and (min-width: 1770px) {

  .my-content,
  .content {
    margin-top: 140px;
    margin-bottom: 140px; }
  .lines {
    bottom: -140px; }
  .inverse .partners-section {
    margin-top: 0;
    padding-top: 140px; }
  header .header-fix {
    padding: 50px 20px; }
  .head {
    padding: 132px 0 0 0;}
  .hero .video-bg-play {
    right: 60px;
    bottom: 40px; }
  article h3 {
    font-size: 2.5rem; }
  .social-fix .social [class^="ico-sn-"] {
    width: 40px;
    height: 40px;
    margin: 5px 0; }
  .h2-underline h2 {
    padding-right: 60px; }
  .social-fix strong {
    margin-bottom: 15px; }
  .social-fix-wrapper {
    top: 25px; }
  .container {
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px; }
  .hero-lines {
    width: 150px; }
  .subcontent .btn {
    margin-top: 50px; }
  .features .container-fluid {
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px; }
  .lines.rl {
    right: 22.6%; }
  .features ul li .text {
    padding: 60px; }
  .top-nav-content {
    padding: 45px 0; }
  .top-nav-content ul li {
    padding: 0 20px; }
  .features-slider .box-wrapper .box .text {
    font-size: 4.22rem; }
  .cta {
    padding: 180px 0px; }
  .title-category {
    font-size: 8rem; }
  .footer-nav {
    padding: 50px 0; }
  .copy-legals .asideCol-f {
    margin-bottom: 60px; }
  .copy-legals .asideCol-f a {
    padding: 0 60px 0 0; }
  .copy-legals .centerCol-f ul li,
  .copy-legals .centerCol-f a,
  .copy-legals .asideCol-f p {
    font-size: 0.88rem; }
  .subcontent ul li {
    font-size: 1.55rem; }
  .subcontent ul li:before {
    top: 10px;
    width: 13px;
    height: 13px; }

}


article tbody tr td {
  margin: 0;
  padding: 0;
  height: 44px !important;
  padding-left: 1rem;
}
article tbody tr td p {
  margin: 15px 0;
}
article tbody tr td h5, article thead tr th h5 {
  margin: 0;
  padding: 15px 50px;
  background: #dedede;
  background-image: url(../images/ico-table.png);
  text-transform: uppercase;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left;
  font-size: 1.8rem;
  margin-left:-1rem;
}
article thead tr th h5 {
  margin-left:0;
}
.search-table button {
  padding: 0 8px;
  margin: 0;
  width: 100%;
  font-size: 1.85rem;
}
.search-table {
  width:100%;
  padding-right:calc(var(--bs-gutter-x)/ 2);
  padding-left:calc(var(--bs-gutter-x)/ 2);
  margin-bottom:2rem;
}
.search-table .row div {
  padding:0 1rem !important;
}
.replying {
  display: none;
  background-color: #fff;
  padding: 0.2rem 1rem;
}
.forgot-email {
  font-size:1.5rem;
}

.video_link {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  cursor: pointer;
}

.videoWrapper {
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
}
.videoWrapper iframe {
  max-width: 100% !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .videoWrapper {
    padding:56.25% 0 0 0;
  }
}
.customBG {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
footer {
  background:#fff; }

.articleBG {
  padding-top:80px;
  padding-bottom:80px;
  background:#FFF; }

.inverse .articleBG,
.inverse .cta {
  background-color: transparent !important; }

.inverse,
.inverse h1,
.inverse h2,
.inverse h3,
.inverse span,
.inverse p,
.inverse a,
.inverse .share,
.inverse article p:first-of-type strong,
.inverse .features ul li .text .title,
.inverse .breadcrumb-item+.breadcrumb-item::before {
  color: #FFF !important; }

.inverse .h2-underline h2 {
  color: #FFF !important;
  background-color: transparent; }
.inverse .h2-underline:before {
  content: none; }

.inverse .article-published {
  color: #FF5A00 !important; }

.inverse .partners-section h2 {
  color: #041E42 !important; }

.inverse .features ul li a,
.inverse.features ul li a {
  background-color: transparent; }

.inverse .my-content.features-slider {
  margin-bottom: 0 !important; }