@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800,800italic,700italic,600italic,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* 
	 Media Queries
*/
/* 
	 Font sizes
*/
/* 
	 Links
*/
/* 
	 Social media colors
*/
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.l-stacked {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-stacked > li {
  display: block;
}

.captcha {
    float: left;
    clear: left;
}
/* ========================================================================== 

		Functions / Mixins

   ========================================================================== */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
@media only screen and (min-width: 768px) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
}
body {
  padding: 0;
  font: normal 14px/20px 'Open Sans', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  background: #eef1f2;
}
.container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}
.input-reset {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #464646;
  background: #f5f7f7;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: normal;
  outline: 0;
  color: #222;
  width: 100%;
  padding: 0px 20px;
  height: 30px;
}
.input-reset:focus {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .input-reset {
    font-size: 18px;
    height: 40px;
  }
}
.input,
.select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #464646;
  background: #f5f7f7;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: normal;
  outline: 0;
  color: #222;
  width: 100%;
  padding: 0px 20px;
  height: 30px;
}
.input:focus,
.select:focus {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .input,
  .select {
    font-size: 18px;
    height: 40px;
  }
}
input[type="text"],
input[type="date"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #464646;
  background: #f5f7f7;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: normal;
  outline: 0;
  color: #222;
  width: 100%;
  padding: 0px 20px;
  height: 30px;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  input[type="text"],
  input[type="date"],
  input[type="password"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  textarea {
    font-size: 18px;
    height: 40px;
  }
}
input[type="text"].error,
input[type="date"].error,
input[type="password"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
textarea.error {
  color: red!important;
  border-color: red!important;
}
select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #464646;
  background: #f5f7f7;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: normal;
  outline: 0;
  color: #222;
  width: 100%;
  padding: 0px 20px;
  height: 30px;
}
select:focus {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  select {
    font-size: 18px;
    height: 40px;
  }
}
select.error {
  color: red!important;
  border-color: red!important;
}
label.error {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  color: red!important;
}
@media only screen and (min-width: 1024px) {
  label.error {
    font-size: 14px;
  }
}
::-webkit-input-placeholder {
  color: #222!important;
}
:-moz-placeholder {
  color: #222!important;
}
::-moz-placeholder {
  color: #222!important;
}
:-ms-input-placeholder {
  color: #222!important;
}
input[type="text"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red!important;
}
textarea {
  height: 150px;
  padding: 10px 20px;
}
input[type="checkbox"].form-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="checkbox"].form-checkbox + label {
  display: inline-block;
  height: auto;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  font: 12px/18px 'Open Sans', helvetica, sans-serif;
  color: #222;
}
.webform-component--i-agree label {
  background-image: url('../images/sprite-checkbox.png');
}
input[type="checkbox"].form-checkbox:checked + label {
  background-position: 0 -184px;
}
@media only screen and (min-width: 1024px) {
  input[type="checkbox"].form-checkbox + label {
    font: 18px/24px 'Open Sans', helvetica, sans-serif !important;
  }
  input[type="checkbox"].form-checkbox + label {
    background-position: 0 6px!important;
  }
  input[type="checkbox"].form-checkbox:checked + label {
    background-position: 0 -180px !important;
  }
}
a {
  color: #008ace;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
  outline: 0;
  color: #008ace;
}
img {
  max-width: 100%;
}
.header--logo {
  height: 42px;
  width: 120px;
  display: block;
  float: right;
  background: transparent url(../images/logo.png) no-repeat center;
  background-size: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media only screen and (min-width: 768px) {
  .header--logo {
    margin: 15px 0;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .header--logo {
    height: 60px;
    width: 170px;
  }
}
@media (min-width: 1140px) {
  .header--logo {
    height: 77px;
    width: 219px;
  }
}
#header .header__top {
  background: #ffcd04;
}
#header .header__top .header--links {
  text-align: right;
  margin-right: -15px;
  margin-left: -15px;
}
#header .header__top .header--links a {
  color: #000000;
  font: 400 10px/28px 'Open Sans', helvetica, sans-serif;
  margin: 0 2px;
  padding: 0 4px;
  display: inline-block;
}
#header .header__top .header--links a:last-child {
  color: #fff;
  background: #008ace;
  font-weight: bold;
  margin-right: 0;
}
#header .header__top .header--links a:nth-of-type(3) {
  position: relative;
  margin-right: 0;
}
#header .header__top .header--links a:nth-of-type(3):before {
  /*content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  top: 9px;
  background: #000;
  right: -3px;*/
}
#header .header__top .header--links a:nth-of-type(4) {
  margin-left: 0;
}
#header .header__top .header--links a:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 480px) {
  #header .header__top .header--links a {
    margin: 0 10px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header__top .header--links a {
    font-size: 12px;
  }
  #header .header__top .header--links a:first-child {
    position: relative;
    padding-left: 48px;
  }
  /*#header .header__top .header--links a:first-child:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    height: 18px;
    width: 28px;
    background: transparent url(../images/flag.svg) no-repeat center;
    background-size: 100% 100%;
  }*/
  #header .header__top .header--links a:nth-of-type(3):before {
    height: 12px;
    top: 8px;
    right: -1px;
  }
  #header .header__top .header--links a:last-child {
    padding: 0 20px;
  }
}
@media (min-width: 350px) {
  #header .header__top .header--links {
    margin-right: 0px;
    margin-left: 0px;
  }
}
#header .header__mid {
  background: #fff;
  position: relative;
}
#header .header__mid .container {
  padding: 10px 15px;
}
#header .header__mid .container .navbar {
  margin-bottom: 0;
  min-height: auto;
  border: none;
  position: static;
}
#header .header__mid .container .navbar-toggle {
  float: left;
  margin: 0;
  padding-top: 7px;
}
#header .header__mid .container .navbar-toggle .icon-bar {
  -webkit-transition: -webkit-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  transition: transform 0.15s linear;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #000;
  border-radius: 0px;
  width: 23px;
  height: 3px;
}
#header .header__mid .container .navbar-toggle.collapsed .icon-bar:nth-child(1),
#header .header__mid .container .navbar-toggle.collapsed .icon-bar:nth-child(2),
#header .header__mid .container .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
  opacity: 1;
  margin-top: 4px;
}
#header .header__mid .container .navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -o-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
  transform: rotate(45deg) translate3d(5px, 5px, 0);
  margin-top: 4px;
}
#header .header__mid .container .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
#header .header__mid .container .navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  -o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  -ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  -moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  transform: rotate(-45deg) translate3d(5px, -5px, 0);
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  #header .header__mid .container {
    padding: 0 15px;
  }
}
#content .container {
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  #content .container {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1440px) {
  #content .container {
    padding: 70px 30px;
  }
}
.percentages {
  width: 142px;
  height: 142px;
  background-size: 100% 100%!important;
}
.percent-boxes .percentages {
  background-size: contain!important;
}
.percentages.percentages_92 {
  background: transparent url('../images/percentages/Percentages_92.svg') no-repeat center;
}
.percentages.percentages_33 {
  background: transparent url('../images/percentages/Percentages_33.svg') no-repeat center;
}
.percentages.percentages_43 {
  background: transparent url('../images/percentages/Percentages_43.svg') no-repeat center;
}
.percentages.percentages_44 {
  background: transparent url('../images/percentages/Percentages_44.svg') no-repeat center;
}
.percentages.percentages_55 {
  background: transparent url('../images/percentages/Percentages_55.svg') no-repeat center;
}
.percentages.percentages_59 {
  background: transparent url('../images/percentages/Percentages_59.png') no-repeat center;
}
.percentages.percentages_85 {
  background: transparent url('../images/percentages/Percentages_85.svg') no-repeat center;
}
.percentages.percentages_87 {
  background: transparent url('../images/percentages/Percentages_87.svg') no-repeat center;
}
.percentages.percentages_60 {
  background: transparent url('../images/percentages/Percentages_60.svg') no-repeat center;
}
.percentages.percentages_65 {
  background: transparent url('../images/percentages/Percentages_65.svg') no-repeat center;
}
.percentages.percentages_67 {
  background: transparent url('../images/percentages/Percentages_67.svg') no-repeat center;
}
.percentages.percentages_89 {
  background: transparent url('../images/percentages/Percentages_89.svg') no-repeat center;
}
.percentages.percentages_90 {
  background: transparent url('../images/percentages/Percentages_90.svg') no-repeat center;
}
.percentages.percentages_91 {
  background: transparent url('../images/percentages/Percentages_91.svg') no-repeat center;
}
.percentages.arrowup {
  max-width: 220px;
  height: 218px;
  width: 100%;
  background-size: contain!important;
}
.percentages.arrowup.percent_up_20 {
  background: transparent url('../images/percentages/percent_up_20.png') no-repeat center;
}
.percentages.arrowup.percent_up_33 {
  background: transparent url('../images/percentages/percent_up_33.png') no-repeat center;
}
.percentages.arrowup.percent_up_25 {
  background: transparent url('../images/percentages/percent_up_25.png') no-repeat center;
}
.globe {
  width: 142px;
  height: 142px;
  font: 400 22px/142px 'Open Sans', helvetica, sans-serif;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  background: #ffcd04;
  overflow: hidden;
}
.globe:after {
  content: "";
  background: transparent url('../images/Globe.png') no-repeat center;
  background-size: 100% 100%;
  opacity: 0.4;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  position: absolute;
  width: 148px;
  height: 148px;
}
@media only screen and (min-width: 768px) {
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul, #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul {
    margin: 0!important;
     width: 430px; 
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories, #navbar .navbar-nav > li:nth-of-type(5) .subcategories {
    width: 480px;
    left: auto;
    right: -10px;
  }
  #navbar {
    padding-left: 200px;
  }
  #navbar .navbar-nav {
    float: none !important;
  }
  #navbar .navbar-nav > li {
    position: relative;
    width: 21.5%;
  }
  #navbar .navbar-nav > li:last-child {
    width: 14%;
  }
  #navbar .navbar-nav > li:nth-of-type(2) {
    position: static!important;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 !important;
  }
  #navbar .navbar-nav > li > a {
    height: 80px;
    font: 400 15px/25px 'Open Sans', helvetica, sans-serif;
    color: #363636;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 250px;
  }
  #navbar .navbar-nav > li > a:hover,
  #navbar .navbar-nav > li > a:focus {
    color: #868686;
    background: none;
  }
  #navbar .navbar-nav > li > a i.fa {
    display: none;
  }
  #navbar .navbar-nav > li.openMenu > a {
    background: #eef1f2;
  }
  #navbar .navbar-nav > li .subcategories {
    display: none;
    position: absolute;
    top: 80px;
    left: -10px;
    /*right: -10px;*/
    width: 100%;
   /* background: #eef1f2;*/
    z-index: 9;
    width: 250px;
    min-width: 250px;
    padding: 0 10px;
  }
	#navbar .navbar-nav > li .subcategories .container ul{
		    max-width: 1370px;
		    display: block;
		    margin: 0 auto;
	}

	#navbar .navbar-nav > li .subcategories .container {
	    background: #eef1f2;
	    max-width: none;
	 }


  #navbar .navbar-nav > li .subcategories .container {
    padding: 15px;
  }
  #navbar .navbar-nav > li .subcategories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #navbar .navbar-nav > li .subcategories ul li a {
    font-size: 14px;
    padding: 8px 0;
    line-height: 20px;
    color: #363636;
    display: block;
    
  }
  #navbar .navbar-nav > li .subcategories.oneColumn ul li a {
		white-space: nowrap;
  }
  #navbar .navbar-nav > li .subcategories.oneColumn {
  	width: auto;
  }

  #navbar .navbar-nav > li .subcategories ul li a:hover {
    color: #008ace;
  }
  #navbar .navbar-nav > li .subcategories .boxes.latest-news p,
  #navbar .navbar-nav > li .subcategories .boxes.latest-news p a {
    font-size: 13px;
    line-height: 16px;
  }
  #navbar .navbar-nav > li .subcategories .boxes.latest-news h3 {
    font-size: 18px;
    line-height: 26px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories {
    text-align: right;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul {
    display: inline-block;
    /*width: 255px;*/
    padding: 0 15px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul li a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul li a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul li a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul li a {
    font-size: 14px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes {
    text-align: left;
    display: inline-block;
    width: 715px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box {
    width: 350px;
    float: left;
    background: #fff;
    height: 250px;
    padding: 20px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box .image,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box .image,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box .image,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box .image {
    float: left;
    margin: 36px 20px 36px 0;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box .text,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box .text,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box .text,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box .text {
    display: table-cell;
    vertical-align: middle;
    height: 210px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box .text p,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box .text p,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box .text p,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box .text p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 24px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box .text p span,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box .text p span,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box .text p span,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box .text p span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box:first-child,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box:first-child,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box:first-child,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box:first-child {
    margin-right: 15px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate {
    width: 560px;
    padding: 15px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .left-box,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .left-box,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .left-box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .left-box {
    width: 240px;
    float: left;
    margin-right: 15px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .left-box a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .left-box a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .left-box a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .left-box a,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .left-box a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .left-box a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .left-box a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .left-box a {
    display: block;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #008ace;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .left-box a i,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .left-box a i,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .left-box a i,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .left-box a i,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .left-box a i,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .left-box a i,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .left-box a i,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .left-box a i {
    font-size: 18px;
    margin-left: 5px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .left-box img,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .left-box img,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .left-box img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .left-box img,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .left-box img,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .left-box img,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .left-box img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .left-box img {
    height: auto !important;
    margin-bottom: 5px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .right-box .date,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .right-box .date,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .right-box .date,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .right-box .date,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .right-box .date,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .right-box .date,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .right-box .date,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .right-box .date {
    color: #000000;
    font-size: 14px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .right-box h3,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .right-box h3,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .right-box h3,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .right-box h3,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .right-box h3,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .right-box h3,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .right-box h3,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .right-box h3 {
    color: #000;
    font-size: 22px;
    margin: 10px 0;
    line-height: 22px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .right-box .teaser,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .right-box .teaser,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .right-box .teaser,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .right-box .teaser,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .right-box .teaser,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .right-box .teaser,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .right-box .teaser,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .right-box .teaser {
    color: #000;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news div.title,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news div.title,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news div.title,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news div.title,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate div.title,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate div.title,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate div.title,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate div.title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news div.title h3,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news div.title h3,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news div.title h3,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news div.title h3,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate div.title h3,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate div.title h3,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate div.title h3,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate div.title h3 {
    margin: 0;
    float: left;
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news div.title a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news div.title a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news div.title a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news div.title a,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate div.title a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate div.title a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate div.title a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate div.title a {
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #008ace;
    padding-top: 4px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news div.title a i,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news div.title a i,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news div.title a i,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news div.title a i,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate div.title a i,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate div.title a i,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate div.title a i,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate div.title a i {
    font-size: 16px;
    margin-left: 5px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .logos a {
    width: 126px;
    height: 126px;
    display: inline-block;
    position: relative;
    background: #eef1f2;
    margin-right: 5px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .logos a img,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .logos a img,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .logos a img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .logos a img,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .logos a img,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .logos a img,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .logos a img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .logos a img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    transition: all 0.2s;
    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .logos a:hover img,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .logos a:hover img,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .logos a:hover img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .logos a:hover img,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .logos a:hover img,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .logos a:hover img,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .logos a:hover img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .logos a:hover img {
    transition: all 0.2s;
    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.latest-news .logos a:last-child,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.latest-news .logos a:last-child,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .logos a:last-child,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .logos a:last-child,
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .logos a:last-child,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .logos a:last-child,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .logos a:last-child,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .logos a:last-child {
    margin-right: 0;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul li {
    width: 14.3%;
    float: left;
    padding-right: 20px;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul li a {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 17px;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul li .subsubcats li {
    display: inline-block;
    width: 100%;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul li .subsubcats li a {
    font-weight: 400;
    margin-bottom: 0;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul .column {
    width: 14%;
    float: left;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul .column li {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul .column li a {
    font-weight: 400;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories {
    text-align: left;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes {
    float: left;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul {
    /*margin-left: 20px;*/
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul {
    float: right;
    margin-left: 20px;
    /*width: 400px;*/
    padding: 0;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul .column,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul .column {
    /*width: 185px;*/
    width: 50%;
    float: left;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul .column:first-child,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul .column:first-child {
    padding-right: 10px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul .column:last-child,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul .column:last-child {
    padding-left: 10px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes {
    background: #fff;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #navbar {
    padding-left: 150px;
  }
  #navbar .navbar-nav > li > a {
    height: 72px;
    font: 400 14px/20px 'Open Sans', helvetica, sans-serif;
    padding: 10px 15px;
  }
  #navbar .navbar-nav > li .subcategories {
    top: 72px;
    height: auto;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes {
    width: 100%!important;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box {
    width: 49%;
    margin: 0!important;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box:last-child,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box:last-child,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box:last-child,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box:last-child {
    float: right;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate > div,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate > div,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate > div,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate > div {
    width: 100% !important;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .logos a {
    width: 24%;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul {
    width: 100%!important;
    /*margin: 0 0 20px 0;*/
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul li,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul li,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul li,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul li {
    width: 100%;
    float: left;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul li a,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul li a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul li a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul li:nth-of-type(2n),
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul li:nth-of-type(2n),
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul li:nth-of-type(2n),
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul li:nth-of-type(2n) {
    float: right;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul .column,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul .column,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul .column,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul .column {
    width: 49%;
    float: left;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul .column:nth-of-type(2n),
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul .column:nth-of-type(2n),
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul .column:nth-of-type(2n),
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul .column:nth-of-type(2n) {
    float: right;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul .column li,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul .column li,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul .column li,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul .column li {
    width: 100%!important;
  }
}

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

}


@media (min-width: 1024px) {
	#navbar .navbar-nav > li > a {
	    height: 90px;
	}
  	#navbar .navbar-nav > li .subcategories {
    	top: 90px;
  	}
}


@media (min-width: 1140px) {
  #navbar {
    padding-left: 270px;
  }
  #navbar .navbar-nav > li > a {
    font: 400 15px/25px 'Open Sans', helvetica, sans-serif;
    padding: 0 5px;
    height: 107px;
  }
  #navbar .navbar-nav > li .subcategories {
    top: 107px;
  }
  #navbar .navbar-nav > li .subcategories .container {
    padding: 30px 15px;
  }
  #navbar .navbar-nav > li .subcategories .boxes.latest-news p,
  #navbar .navbar-nav > li .subcategories .boxes.latest-news p a {
    font-size: 14px!important;
    line-height: 20px!important;
  }
  #navbar .navbar-nav > li .subcategories .boxes.latest-news h3 {
    font-size: 22px;
    line-height: 28px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul {
    /*width: 285px;*/
    padding: 0 15px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories ul .column,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul .column,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul .column,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul .column {
    width: 200px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes {
    width: 815px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box {
    width: 400px;
    padding: 35px;
    height: 260px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box .image,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box .image,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box .image,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box .image {
    margin: 24px 20px 24px 0;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box .text,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box .text,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box .text,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box .text {
    height: 190px;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes .box .text p,
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box .text p,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes .box .text p,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes .box .text p {
    font-size: 18px;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories ul {
    /*width: 265px;*/
    /*padding: 0 0 0 15px;*/
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul {
    /*width: 430px;*/
    margin-left: 20px;
    padding: 0 15px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate {
    width: 660px;
    padding: 30px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .left-box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .left-box {
    width: 242px;
    margin-right: 20px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .logos a {
    width: 139px;
    height: 139px;
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 1280px) {
  #navbar .navbar-nav > li > a {
    font: 400 16px/30px 'Open Sans', helvetica, sans-serif;
    height: 107px;
  }
  #navbar .navbar-nav > li .subcategories {
    top: 107px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul {
    margin-left: 30px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul li a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories ul li a {
    line-height: 22px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate {
    width: 785px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .left-box,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .left-box,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .left-box {
    width: 242px;
    margin-right: 30px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .left-box img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .left-box img,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .left-box img,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .left-box img {
    margin-bottom: 0px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.latest-news .logos a,
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories .boxes.corporate .logos a,
  #navbar .navbar-nav > li:nth-of-type(5) .subcategories .boxes.corporate .logos a {
    width: 163px;
    height: 163px;
    display: inline-block;
    margin-right: 20px;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul li {
    padding-right: 30px;
  }
  #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  #navbar .navbar-nav > li > a {
    font: 400 17px/30px 'Open Sans', helvetica, sans-serif;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes {
    width: 738px;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box {
    padding: 35px 25px;
    width: 49%!important;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box:first-child {
    margin-right: 0;
  }
  #navbar .navbar-nav > li:nth-of-type(3) .subcategories .boxes .box:nth-of-type(2) {
    float: right;
  }
  #navbar .navbar-nav > li:nth-of-type(1) .subcategories .boxes {
    margin-right: 50px;
  }
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories ul {
    /*width: 437px;*/
  }
}
#hamburger {
  display: block;
  width: 50px;
  padding: 7px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  background: #000;
  display: block;
  height: 3px;
  margin: 5px 0;
}
html.mm-opened #hamburger span.top-bar {
  transform: rotate(45deg);
  top: 7px;
}
html.mm-opened #hamburger span.middle-bar {
  opacity: 0;
}
html.mm-opened #hamburger span.bottom-bar {
  transform: rotate(-45deg);
  top: -9px;
}
#hamburger {
  overflow: hidden;
}
#hamburger span {
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}
html.mm-opened #hamburger span.middle-bar {
  left: -40px;
}
@media only screen and (min-width: 1024px) {
  .mm-page {
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
  }
}
#footer {
  background: #454950;
  padding: 35px 0;
}
#footer h3 {
  margin-top: 0;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
#footer p {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}
#footer p:last-child {
  border-bottom: none;
}
#footer .socials {
  text-align: center;
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
}
#footer .socials li {
  display: inline-block;
}
#footer .socials li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  font-size: 35px;
  color: #fff;
  transition: all 0.2s;
}
#footer .socials li:last-child a {
  margin-right: 0;
}
#footer .socials li:last-child a:hover i {
  color: #00acee;
  transition: all 0.2s;
}
#footer .socials li:first-child a:hover i {
  color: #0e76a8;
  transition: all 0.2s;
}
#footer .socials li:nth-of-type(2) a:hover i {
  color: #3b5998;
  transition: all 0.2s;
}
#footer .footer-menu ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
#footer .footer-menu ul li {
  display: block;
}
#footer .footer-menu ul li a {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
#footer .footer-menu ul li a:hover {
  color: #ffcd04;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 50px 0;
  }
  #footer h3 {
    font-size: 22px;
    line-height: 25px;
  }
  #footer p {
    font-size: 14px;
    line-height: 20px;
  }
  #footer .socials {
    margin-top: 100px;
  }
  #footer .socials li a {
    margin-right: 20px;
  }
  #footer .footer-menu {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
  }
  #footer .footer-menu ul li {
    display: inline-block;
  }
  #footer .footer-menu ul li a {
    position: relative;
    margin: 0 15px;
    font-size: 15px;
  }
  #footer .footer-menu ul li a:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 3px;
    height: 15px;
    width: 1px;
    background: #fff;
  }
  #footer .footer-menu ul li:last-child a:before {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #footer {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1440px) {
  #footer .socials {
    margin-top: 70px;
  }
}
#page-banner{
  position: relative;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
#page-banner .container {
  padding: 30px;
}
#page-banner .text-content {
  display: table-cell;
  height: 380px;
  vertical-align: bottom;
}
#page-banner .text-content > * {
  z-index: 2;
  position: relative;
}
#page-banner .text-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 144, 161, 0.5);
  z-index: 1;
}
#page-banner .text-content h1 {
  margin: 10px 0;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
#page-banner .text-content p {
  color: #fff;
  margin-top: 20px;
}
#page-banner .text-content .play {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  border: 3px solid #fff;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding-left: 35px;
  text-decoration: none!important;
  padding: 12px 20px 12px 60px;
}
#page-banner .text-content .play i {
  font-size: 32px;
  position: absolute;
  left: 20px;
  top: 10px;
}
#page-banner .text-content .play:hover {
  background: rgba(136, 136, 136, 0.4);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 768px) {
  #page-banner .text-content {
    height: 460px;
  }
  #page-banner .text-content .play {
    position: relative;
    float: left;
    bottom: 0;
  }
  #page-banner .text-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  #page-banner .text-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #page-banner .text-content {
    height: 540px;
    vertical-align: middle;
  }
  #page-banner .text-content:before {
    display: none;
  }
  #page-banner .text-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  #page-banner .text-content p {
    font-size: 18px;
    line-height: 25px;
  }
  #page-banner .text-content .play {
    font-size: 30px;
    line-height: 30px;
    padding: 27px 35px 27px 80px;
  }
  #page-banner .text-content .play i {
    font-size: 40px;
    left: 30px;
    top: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  #page-banner .container {
    padding: 15px 30px;
  }
}
#page-banner.main-banner .text-content {
  vertical-align: middle;
}
#page-banner.main-banner .text-content h1 {
  margin: 10px 0 70px;
  /*font-size: 50px;
  line-height: 60px;*/
  font-size: 35px;
  line-height: 35px;
}
@media only screen and (min-width: 500px) {
  #page-banner.main-banner .text-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #page-banner.main-banner .text-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  #page-banner.main-banner .text-content h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 1023px) {
  #page-banner:not(.main-banner) .text-content {
    width: 100%!important;
  }
}
h2,
h3,
h1 {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin: 0 0 10px;
}
h4 {
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  margin: 0 0 10px;
}
p{
  font-size: 12px;
  line-height: 16px;
  color: #222;
  margin: 0 0 10px;
}
a {
  color: #008ace;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  p{
    font-size: 14px;
    line-height: 20px;
  }
  a {
    font-size: 14px;
    line-height: 20px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  h2,
  h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  a {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
#linux-professional {
  margin: 20px 0;
}
#linux-professional .container {
  padding: 0 30px;
}
#linux-professional .container div {
  background: #fff;
  padding: 25px 35px;
  text-align: center;
}
#linux-professional .container div:first-child {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  #linux-professional .container > div:first-child {
    margin-bottom: 0px;
    border-right: 9px solid #eef1f2;
  }
  #linux-professional .container > div:last-child {
    border-left: 9px solid #eef1f2;
  }
}
@media only screen and (min-width: 1440px) {
  #linux-professional .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1440px) {
  #linux-professional {
    margin: 40px 15px;
  }
}
#career {
  background: #fff;
  text-align: center;
}
#career .container {
  padding: 45px;
}
#career .container .row {
  margin-top: 50px;
}
#career .container .row > div {
  margin-bottom: 30px;
}
#career .container .row > div:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #career .container {
    max-width: 1020px;
  }
  #career .container .row > div {
    margin-bottom: 0;
  }
  #career .container .row > div p {
    max-width: 225px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #career .container {
    padding: 70px 45px;
  }
  #career .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
#career .image {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
}
#career .image img {
  max-width: 55px;
  max-height: 55px;
}
@media only screen and (min-width: 1024px) {
  #career .image {
    height: 70px;
    margin-bottom: 20px;
  }
  #career .image img {
    max-width: 95%;
    max-height: 95%;
  }
}
#get-involved .container,
#events .container {
  padding: 30px;
}
#get-involved .container h2,
#events .container h2 {
  text-align: center;
  margin-bottom: 40px;
}
#get-involved .container .row > div,
#events .container .row > div,
#get-involved .container .row > article,
#events .container .row > article {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  min-height: 330px;
}
#get-involved .container .row > div .content,
#events .container .row > div .content,
#get-involved .container .row > article .content,
#events .container .row > article .content {
  background: #fff;
  padding: 30px;
  text-align: left;
  height: 100%;
}
#get-involved .container .row > div .content .image,
#events .container .row > div .content .image,
#get-involved .container .row > article .content .image,
#events .container .row > article .content .image {
  margin-left: -30px;
  margin-top: -30px;
  margin-right: -30px;
  height: 130px;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#get-involved .container .row > div .content a,
#events .container .row > div .content a,
#get-involved .container .row > article .content a,
#events .container .row > article .content a {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#get-involved .container .row > div .content .date,
#events .container .row > div .content .date,
#get-involved .container .row > article .content .date,
#events .container .row > article .content .date {
  font-size: 12px;
  margin-bottom: 10px;
}
#get-involved .container .row > div .content p,
#events .container .row > div .content p,
#get-involved .container .row > article .content p,
#events .container .row > article .content p {
  margin-bottom: 0;
}
#get-involved .container .row > div .content p a,
#events .container .row > div .content p a,
#get-involved .container .row > article .content p a,
#events .container .row > article .content p a {
  font-size: 12px;
  display: inline-block;
  margin: 0;
}
#get-involved .container .row > div:last-child,
#events .container .row > div:last-child,
#get-involved .container .row > article:last-child,
#events .container .row > article:last-child {
  padding-bottom: 0;
}
@media (min-width: 580px) and (max-width: 991px) {
  #get-involved .container .row > div,
  #get-involved .container .row > article,
  #events .container .row > article {
    width: 50%;
  }
  #events .container .row > div{
      width: 100%;
  }
  #get-involved .container .row > div:nth-last-child(2),
  #events .container .row > div:nth-last-child(2),
  #get-involved .container .row > article:nth-last-child(2),
  #events .container .row > article:nth-last-child(2),
  #get-involved .container .row > div:last-child,
  #events .container .row > div:last-child,
  #get-involved .container .row > article:last-child,
  #events .container .row > article:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #get-involved .container .row > div:nth-last-child(2),
  #events .container .row > div:nth-last-child(2),
  #get-involved .container .row > article:nth-last-child(2),
  #events .container .row > article:nth-last-child(2),
  #get-involved .container .row > div:last-child,
  #events .container .row > div:last-child,
  #get-involved .container .row > article:last-child,
  #events .container .row > article:last-child,
  #get-involved .container .row > div:nth-last-child(3),
  #events .container .row > div:nth-last-child(3),
  #get-involved .container .row > article:nth-last-child(3),
  #events .container .row > article:nth-last-child(3) {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #get-involved .container .row > div,
  #events .container .row > div,
  #get-involved .container .row > article,
  #events .container .row > article {
    min-height: 480px;
  }
  #get-involved .container .row > div .content .image,
  #events .container .row > div .content .image,
  #get-involved .container .row > article .content .image,
  #events .container .row > article .content .image {
    height: 240px;
  }
  #get-involved .container .row > div .content a,
  #events .container .row > div .content a,
  #get-involved .container .row > article .content a,
  #events .container .row > article .content a {
    font-size: 22px;
    line-height: 24px;
  }
  #get-involved .container .row > div .content .date,
  #events .container .row > div .content .date,
  #get-involved .container .row > article .content .date,
  #events .container .row > article .content .date {
    font-size: 14px;
  }
  #get-involved .container .row > div .content p,
  #events .container .row > div .content p,
  #get-involved .container .row > article .content p,
  #events .container .row > article .content p {
    font-size: 14px;
  }
  #get-involved .container .row > div .content p a,
  #events .container .row > div .content p a,
  #get-involved .container .row > article .content p a,
  #events .container .row > article .content p a {
    font-size: 14px;
  }
}
#get-involved .container .row.slick-slider > div,
#events .container .row.slick-slider > div,
#get-involved .container .row.slick-slider > article,
#events .container .row.slick-slider > article {
  width: 100% !important;
}
@media only screen and (min-width: 1024px) {
  #get-involved .container,
  #events .container {
    padding: 50px 30px;
  }
  #get-involved .container h2,
  #events .container h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #get-involved .container,
  #events .container {
    padding: 70px 15px;
  }
  #get-involved .container h2,
  #events .container h2 {
    margin-bottom: 70px;
  }
  #get-involved .container .row,
  #events .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
#get-news {
  background: #fff;
}
#get-news .container {
  padding: 30px;
}
#get-news .container .image {
  display: none;
}
#get-news .container .sign-up h2,
#get-news .container .sign-up p {
  text-align: center;
}
#get-news .container .sign-up .page-form {
  padding: 20px 0px;
}
#get-news .container .sign-up .page-form .form-item {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #get-news .container .image {
    display: block;
    width: 50%;
    float: left;
    /*height: 495px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #get-news .container .sign-up {
    width: 50%;
    float: right;
    padding: 0 30px;
  }
  #get-news .container .sign-up .page-form .form-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #get-news .container .image {
    /*height: 720px;*/
  }
  #get-news .container .sign-up {
    padding: 0 70px;
  }
  #get-news .container .sign-up .page-form {
    padding: 10px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #get-news .container .image {
    /*height: 635px;*/
  }
}
#interesting-projects .container {
  padding: 30px;
  text-align: center;
}
#interesting-projects .container .projects-slider {
  padding: 20px 0;
}
#interesting-projects .container .projects-slider .right-arrow,
#interesting-projects .container .projects-slider .left-arrow {
  position: absolute;
  width: 12px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
}
#interesting-projects .container .projects-slider .left-arrow {
  background: transparent url(../images/LeftArrow.png) no-repeat center;
  background-size: 100%;
  left: -15px;
}
#interesting-projects .container .projects-slider .right-arrow {
  background: transparent url(../images/RightArrow.png) no-repeat center;
  background-size: 100%;
  right: -15px;
}
#interesting-projects .container .projects-slider .slick-dots {
  text-align: center;
  margin: 25px 0;
}
#interesting-projects .container .projects-slider .slick-dots li {
  display: inline-block;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #707070;
  position: relative;
}
#interesting-projects .container .projects-slider .slick-dots li button {
  display: none;
}
#interesting-projects .container .projects-slider .slick-dots li:last-child {
  margin-right: 0;
}
#interesting-projects .container .projects-slider .slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #707070;
}
#interesting-projects .container .project {
  width: 250px;
  margin: 0 10px;
}
#interesting-projects .container .project .content {
  background: #fff;
  padding: 30px;
  text-align: left;
  min-height: 340px;
  height: 100%;
}
#interesting-projects .container .project .content .image {
  margin-left: -30px;
  margin-top: -30px;
  margin-right: -30px;
  height: 130px;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#interesting-projects .container .project .content h3 {
  font-size: 14px;
  margin: 0 0 10px;
}
#interesting-projects .container .project .content p {
  margin-bottom: 0;
}
@media (min-width: 920px) {
  #interesting-projects .container .project .content {
    min-height: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  #interesting-projects .container .project {
    width: 465px;
  }
  #interesting-projects .container .project .content {
    min-height: 560px;
  }
  #interesting-projects .container .project .content .image {
    height: 240px;
  }
  #interesting-projects .container .project .content h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  #interesting-projects .container .project .content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  #interesting-projects .container .project .content {
    min-height: 465px;
  }
}
@media only screen and (min-width: 1024px) {
  #interesting-projects .container {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1440px) {
  #interesting-projects .container {
    padding: 70px;
  }
  #interesting-projects .container .projects-slider {
    padding: 50px 0 0;
  }
  #interesting-projects .container .projects-slider .right-arrow,
  #interesting-projects .container .projects-slider .left-arrow {
    position: absolute;
    width: 37px;
    height: 109px;
    margin-top: -75px;
  }
  #interesting-projects .container .projects-slider .left-arrow {
    left: -50px;
  }
  #interesting-projects .container .projects-slider .right-arrow {
    right: -50px;
  }
}
#corporate {
  background: #fff;
}
#corporate .container {
  padding: 30px;
  text-align: center;
}
#corporate .container .corporate-logos {
  margin-top: 20px;
}
#corporate .container .corporate-logos .right-arrow,
#corporate .container .corporate-logos .left-arrow {
  position: absolute;
  width: 12px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
}
#corporate .container .corporate-logos .left-arrow {
  background: transparent url(../images/LeftArrow.png) no-repeat center;
  background-size: 100%;
  left: -15px;
}
#corporate .container .corporate-logos .right-arrow {
  background: transparent url(../images/RightArrow.png) no-repeat center;
  background-size: 100%;
  right: -15px;
}
#corporate .container .corporate-logos a {
  width: 180px;
  height: 180px;
  display: inline-block;
  position: relative;
  background: #eef1f2;
  margin: 0 10px;
  height: 180px !important;
}
#corporate .container .corporate-logos a img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  max-height: 90%;
  transition: all 0.2s;
  filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
#corporate .container .corporate-logos a:hover img {
  transition: all 0.2s;
  filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: gray;
}
@media only screen and (min-width: 1024px) {
  #corporate .container {
    padding: 50px 30px;
  }
  #corporate .container .corporate-logos {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  #corporate .container {
    padding: 70px 30px;
  }
  #corporate .container .corporate-logos a {
    width: 165px;height: 165px;margin: 0 5px 5px;
  }
}
#page-intro {
  background: #fff;
}
#page-intro .container {
  text-align: center;
}
#page-intro .container p {
  max-width: 940px;
  margin: 0 auto 15px;
}
#page-intro .container p:last-child {
  margin-bottom: 0;
}
#page-intro .container h2 {
  max-width: 940px;
  margin: 0 auto 10px;
}
#page-intro .container h2 a {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  #page-intro .container h2 {
    margin-bottom: 20px;
  }
  #page-intro .container h2 a {
    font-size: 30px;
    line-height: 35px;
  }
}
#page-intro.educators .container,
#page-intro.columns .container {
  text-align: left;
}
#page-intro.educators h2,
#page-intro.columns h2 {
  text-align: center;
  max-width: 1100px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #page-intro.educators .container .paragraph,
  #page-intro.columns .container .paragraph {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  #page-intro.educators .container,
  #page-intro.columns .container {
    padding: 70px 15px;
  }
}
.right-arrow,
.left-arrow {
  position: absolute;
  width: 12px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
}
.left-arrow {
  background: transparent url(../images/LeftArrow.png) no-repeat center;
  background-size: 100%;
  left: -10px;
}
.right-arrow {
  background: transparent url(../images/RightArrow.png) no-repeat center;
  background-size: 100%;
  right: -10px;
}
.percentages-detailes h2 {
  text-align: center;
  margin-bottom: 50px;
}
.percentages-detailes .row > div {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.percentages-detailes .row > div .slick-slide {
  min-height: 370px;
}
.percentages-detailes .row > div .content {
  padding: 30px;
  background: #fff;
  margin: 0 10px;
  height: 100%;
}
.percentages-detailes .row > div .content .image {
  margin: 0 auto 20px;
}
.percentages-detailes .row > div .content p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.percentages-detailes .row > div .content p span {
  font-size: 12px;
  display: block;
  margin-top: 15px;
  line-height: 15px;
}
@media only screen and (min-width: 1024px) {
  .percentages-detailes .row > div .content p {
    font-size: 22px;
    line-height: 28px;
  }
  .percentages-detailes .row > div .content p span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .percentages-detailes .row > div .content {
    padding: 30px 50px;
  }
}
#text-image {
  background: #fff;
}
#text-image .image {
  margin-bottom: 40px;
  /*height: 300px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #text-image .image {
    display: block;
    width: 50%;
    float: left;
    /*height: 490px;*/
    margin-bottom: 0;
  }
  #text-image .text {
    width: 50%;
    float: right;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #text-image .image {
    /*height: 575px;*/
  }
  #text-image .text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  #text-image .text p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #text-image .image {
    /*height: 510px;*/
  }
  #text-image .text {
    padding: 0 50px;
  }
  #text-image .text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
#jobs-report {
  background: #eef1f2;
  padding: 30px;
}
#jobs-report .container {
  background: #fff;
}
#jobs-report h2 {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 800px;
}
#jobs-report .graph {
  text-align: center;
}
#jobs-report .graph img {
  display: inline-block;
  max-width: 80%;
  margin-bottom: 30px;
}
#jobs-report .graph:last-child img {
  margin-bottom: 0;
  max-height: 330px;
}
#jobs-report .graph-legend {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#jobs-report .graph-legend li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  max-width: 350px;
  display: block;
  margin: 0 auto 20px;
}
#jobs-report .graph-legend li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /*border: 1px solid #333333;*/
  background: #e6e6e6;
}
#jobs-report .graph-legend li:last-child {
  margin-bottom: 0;
}
/*
#jobs-report .graph-legend li:nth-of-type(1):before {
  background: #fef9e5;
}
#jobs-report .graph-legend li:nth-of-type(2):before {
  background: #fdf3ca;
}
#jobs-report .graph-legend li:nth-of-type(3):before {
  background: #fce898;
}
#jobs-report .graph-legend li:nth-of-type(4):before {
  background: #fcde65;
}
#jobs-report .graph-legend li:nth-of-type(5):before {
  background: #fdd534;
}
#jobs-report .graph-legend li:nth-of-type(6):before {
  background: #ffcd04;
}*/
#jobs-report .graph-legend li:nth-of-type(1):before {
  background: #690019;
}
#jobs-report .graph-legend li:nth-of-type(2):before {
  background: #c22032;
}
#jobs-report .graph-legend li:nth-of-type(3):before {
  background: #0055a6;
}
#jobs-report .graph-legend li:nth-of-type(4):before {
  background: #4294eb;
}
#jobs-report .graph-legend li:nth-of-type(5):before {
  background: #ffdf4f;
}
#jobs-report .graph-legend li:nth-of-type(6):before {
  background: #ffcd04;
}
@media only screen and (min-width: 768px) {
  #jobs-report h2 {
    margin: 0 auto 50px;
  }
  #jobs-report .graph img {
    margin-bottom: 0;
  }
  #jobs-report .graph-legend li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #jobs-report .graph img {
    margin-bottom: 0;
  }
  #jobs-report .graph:last-child img {
    margin-top: 40px;
    max-height: 500px;
  }
  #jobs-report .graph-legend li {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  #jobs-report .graph-legend {
    margin-top: 30px;
  }
  #jobs-report .graph-legend li {
    font-size: 24px;
    line-height: 30px;
  }
  #jobs-report .graph-legend li:before {
    width: 30px;
    height: 30px;
    left: -35px;
    top: 4px;
  }
}
#just-text {
  background: #fff;
  margin-bottom: 30px;
}
#just-text p {
  font-size: 14px;
  line-height: 18px;
}
#just-text span {
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  #just-text p {
    font-size: 30px;
    line-height: 38px;
  }
  #just-text span {
    font-size: 22px;
    line-height: 25px;
    margin-top: 20px;
  }
  #just-text .container {
    padding: 50px 70px;
  }
}
#learn-more .row > div {
  margin-bottom: 20px;
}
#learn-more .row > div a {
  display: table-cell;
  height: 120px;
  vertical-align: middle;
  background: #ffcd04;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.2s;
  color: #262626;
  text-align: center;
  padding: 20px;
  width: 768px;
  text-decoration: none;
}
#learn-more .row > div a:hover {
  background: #fad84b;
  transition: all 0.2s;
}
@media only screen and (min-width: 1024px) {
  #learn-more .row > div a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  #learn-more .row > div a {
    font-size: 30px;
    line-height: 35px;
  }
}
#learn-more .row > div.col-sm-4 a {
  font-size: 18px;
}
#learn-more .row > div:last-child {
  margin-bottom: 0;
}
#horizontal-graph {
  background: #fff;
}
#horizontal-graph h2 {
  margin-bottom: 40px;
  text-align: center;
}
#horizontal-graph .graph {
  margin-bottom: 30px;
}
#horizontal-graph .graph img {
  margin-bottom: 20px;
}
#horizontal-graph .graph span {
  font-size: 12px;
  color: #302f2f;
}
#horizontal-graph .graph.professionals {
  width: 100%;
  margin-bottom: 0;
}
#horizontal-graph .box .content {
  background: #eef1f2;
  padding: 30px;
  text-align: left;
}
#horizontal-graph .box .content .image {
  margin-left: -30px;
  margin-top: -30px;
  margin-right: -30px;
  height: 240px;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#horizontal-graph .box .content h3 {
  font-size: 14px;
  margin: 0 0 10px;
}
#horizontal-graph .box .content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #horizontal-graph .box {
    width: 465px;
  }
  #horizontal-graph .box .content .image {
    height: 240px;
  }
  #horizontal-graph .box .content h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  #horizontal-graph .box .content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #horizontal-graph h2 {
    margin-bottom: 70px;
  }
  #horizontal-graph .graph {
    float: left;
    width: 65%;
  }
  #horizontal-graph .box {
    width: 29%;
    float: right;
    max-width: 460px;
  }
  #horizontal-graph .box h3 {
    font-size: 14px!important;
  }
  #horizontal-graph .box p {
    font-size: 12px!important;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  #horizontal-graph .box h3 {
    font-size: 22px!important;
  }
  #horizontal-graph .box p {
    font-size: 16px!important;
    line-height: 23px;
  }
}
#lpi-tops .container {
  padding-bottom: 10px;
}
#lpi-tops .title {
  background: #686f7a;
  padding: 25px;
}
#lpi-tops .title h2 {
  color: #fff;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
#lpi-tops ul {
  margin: 0;
  padding: 30px;
  background: #fff;
}
#lpi-tops ul li {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  max-width: 970px;
}
#lpi-tops ul li span {
  float: right;
}
#lpi-tops ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #lpi-tops ul li {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #lpi-tops ul {
    padding: 50px 30px;
  }
}
#quotes-boxes .row > div .content {
  padding: 30px;
  background: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 400px!important;
  width: 500px;
}
#quotes-boxes .row > div .content h3 {
  margin: 0;
}
#quotes-boxes .row > div .content h3 span {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  #quotes-boxes .row > div h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  #quotes-boxes .row > div {
    margin-bottom: 30px;
  }
  #quotes-boxes .row > div .content {
    padding: 50px;
  }
  #quotes-boxes .row > div .content h3 {
    font-size: 30px;
    line-height:33px;
  }
  #quotes-boxes .row > div .content h3 span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  #quotes-boxes .row .container {
    padding: 70px 0 40px;
  }
}
#text-columns {
  padding: 60px 30px;
}
#text-columns .container {
  background: #fff;
}
#text-columns h2 {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 1024px) {
  #text-columns .container {
    padding: 70px 100px;
  }
}
#lpi-certification {
  background: #fff;
}
#lpi-certification .image {
  margin-bottom: 40px;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #lpi-certification .image {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  #lpi-certification .text {
    width: 50%;
    float: right;
    padding: 0 30px;
  }
  #lpi-certification .text .content {
    height: 350px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1024px) {
  #lpi-certification .text {
    padding: 0 50px;
  }
  #lpi-certification .text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  #lpi-certification .text p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #lpi-certification .text {
    padding: 0 70px;
  }
  #lpi-certification .text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
#lpi-certification.employers {
  padding: 30px;
  background: none;
}
#lpi-certification.employers .container {
  padding: 30px;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  #lpi-certification.employers .container {
    padding: 50px;
  }
}
#HR_Perception .row > div .content .image,
#the_future .row > div .content .image {
  margin: 0px auto 40px;
}
#the_future h2 {
  max-width: 650px;
  margin: 0 auto 50px;
}
#important-skills {
  background: #fff;
}
#important-skills h2 {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 800px;
}
#important-skills p {
  text-align: center;
  margin-bottom: 30px;
}
#important-skills .graph {
  text-align: center;
}
#important-skills .graph img {
  display: inline-block;
  max-width: 225px;
  margin-bottom: 30px;
}
#important-skills .graph:last-child img {
  margin-bottom: 0;
  max-height: 330px;
}
#important-skills .graph-legend {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#important-skills .graph-legend li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  display: block;
}
#important-skills .graph-legend li span {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
#important-skills .graph-legend li:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e6e6e6;
}
#important-skills .graph-legend li:last-child {
  margin-bottom: 0;
}
/*
#important-skills .graph-legend li:nth-of-type(1):before {
  background: #fec92f;
}
#important-skills .graph-legend li:nth-of-type(2):before {
  background: #ffd74a;
}
#important-skills .graph-legend li:nth-of-type(3):before {
  background: #fee18d;
}
#important-skills .graph-legend li:nth-of-type(4):before {
  background: #ffedab;
}
#important-skills .graph-legend li:nth-of-type(5):before {
  background: #fff2c2;
}*/
#important-skills .graph-legend li:nth-of-type(1):before {
  background: #fec92f;
}
#important-skills .graph-legend li:nth-of-type(2):before {
  background: #c22032;
}
#important-skills .graph-legend li:nth-of-type(3):before {
  background: #4294eb;
}
#important-skills .graph-legend .column:nth-of-type(2) li:nth-of-type(1):before {
  background: #0055a6;
}
#important-skills .graph-legend .column:nth-of-type(2) li:nth-of-type(2):before {
  background: #690019;
}
@media only screen and (min-width: 768px) {
  #important-skills .graph img {
    margin-bottom: 0;
    max-width: 300px;
  }
  #important-skills .graph-legend li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #important-skills .graph img {
    margin-bottom: 0;
  }
  #important-skills .graph:last-child img {
    margin-top: 40px;
    max-height: 500px;
  }
  #important-skills .graph-legend li {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  #important-skills .graph-legend {
    margin-top: 30px;
  }
  #important-skills .graph-legend .column {
    width: 45%;
    float: left;
  }
  #important-skills .graph-legend .column:nth-of-type(2n) {
    float: right;
  }
  #important-skills .graph-legend li {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-left: 50px;
  }
  #important-skills .graph-legend li:before {
    width: 30px;
    height: 30px;
    left: 0px;
    top: 4px;
  }
  #important-skills .graph-legend li span {
    font-size: 40px;
  }
}
#educators-content {
  padding: 30px;
}
#educators-content .container {
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
  max-width: 1340px;
}
#educators-content .container ul {
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
#educators-content .container ul li {
  display: block;
}
@media only screen and (min-width: 768px) {
  #educators-content .container ul li {
    display: inline-block;
    margin-right: 20px;
  }
  #educators-content .container ul li:last-child {
    margin-right: 0;
  }
}
#educators-content .container:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #educators-content .container {
    padding: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #educators-content .container {
    padding: 70px 125px;
  }
}
.image-text {
  padding: 30px;
}
.image-text.second {
  background: #fff;
  padding: 0;
}
.image-text .container {
  background: #fff;
}
.image-text .image {
  width: 100%;
  margin-bottom: 40px;
  height: 320px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-text .text ol {
  margin: 0;
  padding-left: 15px;
}
.image-text .text ol li {
  margin-bottom: 10px;
  font-size: 12px;
}
.image-text h4 {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .image-text h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .image-text.last .image {
    height: 420px;
  }
  .image-text .image {
    display: block;
    width: 35%;
    margin-bottom: 0;
  }
  .image-text .text {
    width: 65%;
  }
  .image-text .text.right {
    padding-left: 30px;
  }
  .image-text .text.left {
    padding-right: 30px;
  }
  .image-text .text ol li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-text h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .image-text.second {
    padding: 0;
  }
  .image-text.last .image {
    height: 460px;
  }
  .image-text .container {
    padding: 50px 70px!important;
  }
  .image-text .text.right {
    padding-left: 50px;
  }
  .image-text .text.left {
    padding-right: 50px;
  }
  .image-text .text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .image-text .text p:last-child {
    margin-bottom: 0;
  }
  .image-text .text ol li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .image-text .container {
    padding: 70px 100px!important;
  }
  .image-text .text.right {
    padding-left: 70px;
  }
  .image-text .text.left {
    padding-right: 70px;
  }
  .image-text .text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
#training-program .row > div {
  margin-bottom: 20px;
}
#training-program .content {
  background: #fff;
  height: 100%;
}
#training-program .content .title {
  text-align: center;
  padding: 20px;
  background: #ffcd04;
}
#training-program .content .title h3 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #training-program .content .title {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #training-program .content .title {
    padding: 40px 20px;
  }
}
#training-program .content ul {
  padding: 30px;
}
#training-program .content ul li {
  margin-bottom: 15px;
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  #training-program .content ul {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #training-program .content ul {
    padding: 30px;
  }
  #training-program .content ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #training-program .content ul {
    padding: 50px 70px;
  }
  #training-program .content ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  #training-program .content ul {
    padding: 70px 100px;
  }
}
@media only screen and (min-width: 768px) {
  #training-program .row > div {
    margin-bottom: 0px;
  }
}
.button, .see-more .pager li a {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  border: 3px solid #ffcb00;
  font-size: 12px;
  line-height: 20px;
  background: none;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  color: #333333;
}
.button:hover, .see-more .pager li a:hover {
  background: #ffcb00;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .button, .see-more .pager li a {
    font-size: 18px;
  }
}
.button2, .tab-content .button {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  background: #ffcb00;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none;
  text-decoration: none;
  color: #333333;
}
.button2:hover, .tab-content .button:hover {
  background: #fad84b;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .button2, .objectives .tab-content .button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .button2, .tab-content .button {
    font-size: 18px;
  }
}
#training_partner {
  padding: 30px;
}
#training_partner h2,
#training_partner p {
  text-align: center;
}
#training_partner .container {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #training_partner .container {
    padding: 50px;
  }
  #training_partner .container .page-form {
    margin-top: 20px;
    position: relative;
  }
  #training_partner .container .page-form .form-item:nth-child(-n+4) {
    float: left;
    width: 38%;
    clear: left;
  }
  #training_partner .container .page-form .form-item.webform-component-textarea {
    float: right;
    width: 58%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #training_partner .container .page-form .form-item:last-child textarea {
    height: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  #training_partner .container {
    padding: 50px 70px;
  }
  #training_partner .container .page-form .form-item:last-child textarea {
    height: 205px;
  }
}
@media only screen and (min-width: 1440px) {
  #training_partner .container {
    padding: 70px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #training_partner {
    padding: 50px;
  }
}
#training_partner.contact-us {
  padding-top: 25px!important;
}
#training_partner.contact-us .container h2,
#training_partner.contact-us .container p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  #training_partner.contact-us .container .page-form {
    margin-top: 40px;
  }
  #training_partner.contact-us .container .page-form .form-item:nth-child(-n+3) {
    float: left;
    width: 38%;
    clear: left;
  }
  #training_partner.contact-us .container .page-form .form-item:last-child {
    float: right;
    width: 58%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #training_partner.contact-us .container .page-form .form-item:last-child textarea,
  #training_partner.contact-us .container .page-form .form-item textarea{
    height: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  #training_partner.contact-us .container .page-form .form-item:last-child textarea,
  #training_partner.contact-us .container .page-form .form-item textarea{
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  #training_partner.contact-us {
    padding: 50px 30px;
  }
}
#corporate {
  background: #fff;
}
#corporate .row > div:nth-of-type(1) {
  text-align: left;
}
#corporate .row > div:nth-of-type(1) ul {
  padding-left: 15px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #corporate .row > div:nth-of-type(1) {
    padding-right: 30px;
  }
  #corporate .row > div:nth-of-type(1) ul {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #corporate .row > div:nth-of-type(1) {
    padding-right: 50px;
  }
  #corporate .row > div:nth-of-type(1) ul {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  #corporate .row > div:last-child {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #corporate .row > div:last-child {
    padding-left: 50px;
  }
}
#corporate .row > div .page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
#corporate .row > div .page-form .css-checkbox-label {
  text-align: left;
}
#corporate .row > div .page-form .button {
  max-width: 100%;
}
#corporate .row > div h3 {
  margin-top: 40px;
}
#corporate.lpi {
  background: #fff;
  margin: 30px 0;
}
@media only screen and (min-width: 1024px) {
  #corporate.lpi {
    margin: 50px 0px;
  }
}
#newsletter {
  margin: 30px;
}
#newsletter .container {
  background: #fff;
}
#newsletter h3,
#newsletter p {
  text-align: center;
  max-width: 670px;
  margin: 0 auto 20px;
}
#newsletter .page-form {
  max-width: 970px;
  margin: 30px auto 0;
}
#newsletter .page-form .form-actions {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #newsletter .page-form .column {
    width: 49%;
    float: left;
  }
  #newsletter .page-form .column:nth-of-type(2) {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  #newsletter {
    margin: 50px 30px;
  }
  #newsletter .container {
    padding: 50px 70px;
  }
}
@media only screen and (min-width: 1440px) {
  #newsletter {
    margin: 50px 0px;
  }
  #newsletter .container {
    padding: 70px 100px;
  }
}
.form-item {
  margin-bottom: 15px;
  margin-top: 0;
}
.form-actions {
  margin: 15px 0 0 ;
  display: inline-block;width: 100%;
}
#socials-counts .container {
  padding: 0 30px;
}
#socials-counts a {
  display: block;
  height: 150px;
  width: 100%;
  background: #ffcd04;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#socials-counts a i {
  color: #FFF;
  font-size: 70px;
}
#socials-counts a span {
  display: block;
  color: #000;
  font-size: 18px;
  margin-top: 20px;
}
#socials-counts a:hover {
  background: #fad84b;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 520px) {
  #socials-counts .col-xs-12,
  #socials-counts .col-xs-4 {
    width: 33.33333333%!important;
    margin-bottom: 0;
  }
  #socials-counts .col-xs-12 a,
  #socials-counts .col-xs-4 a {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    width: 470px;
  }
  #socials-counts .col-xs-12 a span,
  #socials-counts .col-xs-4 a span {
    line-height: 22px;
  }
}
#join-us h2,
#join-us p {
  text-align: center;
  max-width: 670px;
  margin: 0 auto 20px;
}
#join-us .content {
  padding: 30px;
  background: #fff;
  height: 100%;
  text-align: left;
}
#join-us .content h3 {
  margin-bottom: 20px;
}
#join-us .content p {
  margin-bottom: 40px;
  text-align: left;
}
#join-us .content a {
  display: block;
  margin-bottom: 10px;
}
#join-us .content a i {
  margin-left: 10px;
}
#join-us .boxes {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
}
@media only screen and (min-width: 1024px) {
  #join-us .content {
    padding: 50px;
  }
}
#asked-questions .container {
  padding-bottom: 0;
}
#asked-questions h2,
#asked-questions p,
#asked-questions .middle-link{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 20px;
}
#asked-questions .questions-box {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
#asked-questions .questions-box .item {
  margin-bottom: 10px;
  background: #fff;
  padding: 10px;
}
#asked-questions .questions-box .item:last-child {
  margin-bottom: 0;
}
#asked-questions .questions-box .item .question {
  font-size: 12px;
  position: relative;
  padding: 5px 25px 5px 25px;
  cursor: pointer;
  line-height: 16px;
}
#asked-questions .questions-box .item .question:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "+";
  top: 2px;
  left: -2px;
  background: #ffcd04;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
#asked-questions .questions-box .item .answer {
  padding-left: 20px;
  display: none;
  padding: 5px 25px 5px 25px;
}
#asked-questions .questions-box .item .answer p {
  font-size: 12px;
  margin: 0;
  max-width: 100%;
  text-align: left;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  #asked-questions .questions-box .item .question,
  #asked-questions .questions-box .item .answer {
    padding: 10px 50px;
    font-size: 14px;
    line-height: 20px;
  }
  #asked-questions .questions-box .item .question p,
  #asked-questions .questions-box .item .answer p {
    font-size: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  #asked-questions .questions-box .item .question:before,
  #asked-questions .questions-box .item .answer:before {
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    top: 6px;
    left: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  #asked-questions .questions-box .item .question,
  #asked-questions .questions-box .item .answer {
    font-size: 18px;
    line-height: 24px;
  }
  #asked-questions .questions-box .item .question p,
  #asked-questions .questions-box .item .answer p {
    font-size: 18px;
    line-height: 26px;
  }
  #asked-questions .questions-box .item .question:before,
  #asked-questions .questions-box .item .answer:before {
    top: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  #asked-questions .questions-box .item .question,
  #asked-questions .questions-box .item .answer {
    padding: 10px 70px;
  }
  #asked-questions .questions-box .item .question:before,
  #asked-questions .questions-box .item .answer:before {
    top: 9px;
    left: 21px;
  }
}
#asked-questions .questions-box .item.open .answer {
  display: block;
}
#asked-questions .questions-box .item.open .question:before {
  content: "-";
  line-height: 17px;
}
@media only screen and (min-width: 768px) {
  #asked-questions .questions-box .item.open .question:before {
    line-height: 20px;
  }
}
#asked-questions .exam-faq {
  margin: 50px 0;
}
@media only screen and (min-width: 1024px) {
  #asked-questions .exam-faq {
    margin: 50px 0 70px;
  }
}
#asked-questions.faq h2,
#asked-questions.faq p,
#asked-questions.faq .middle-link{
  max-width: 920px;
}
#asked-questions.faq .middle-link{
    display: block;
}
.contact-traditional {
  margin-top: 25px;
}
.contact-traditional p {
  margin-bottom: 0!important;
}
#directors h2,
#directors p {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 30px;
}
#directors .box-directors .director {
  padding: 30px;
  background: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#directors .box-directors .director .image {
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 20px;
  filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
#directors .box-directors .director .info h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#directors .box-directors .director .info p {
  max-width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #directors .box-directors .director .image {
    float: left;
    width: 250px;
    height: 250px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  #directors .box-directors .director .info {
    padding-left: 270px;
  }
  #directors .box-directors .director .info h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #directors .box-directors .director .info p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  #directors .box-directors .director .image {
    width: 355px;
    height: 360px;
  }
  #directors .box-directors .director .info {
    padding-right: 30px;
    padding-left: 400px;
  }
  #directors .box-directors .director .info h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #directors .box-directors .director .info p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  #directors .box-directors .director .info {
    padding-right: 50px;
    padding-left: 430px;
  }
}
@media only screen and (min-width: 1440px) {
  #directors .box-directors .director {
    padding: 50px;
  }
  #directors .box-directors .director .info {
    padding-left: 430px;
  }
  #directors .box-directors .director .info h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #directors .box-directors .director .info p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #directors .box-directors {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
}
#our-purpose {
  margin: 30px;
}
#our-purpose .container {
  padding: 30px;
  background: #fff;
}
#our-purpose .container .row > div {
  margin-bottom: 20px;
}
#our-purpose .container p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #our-purpose {
    margin: 50px;
  }
  #our-purpose .container {
    padding: 50px;
  }
  #our-purpose .container .row > div {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  #our-purpose .container {
    padding: 50px 70px;
  }
}
#development-process h2 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}
#development-process p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 10px;
}
.tabs {
  background: #c4c9d0;
  margin: 30px 0 0;
}
.tabs .container {
  padding: 0!important;
}
.tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabs ul li {
  display: block;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tabs ul li a {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  position: relative;
  padding: 10px 0;
  line-height: 20px;
  display: block;
}
.tabs ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFCC02;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tabs ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tabs ul li.current {
  border-bottom: none;
}
.tabs ul li.current a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tabs ul li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .tabs ul li {
    float: left;
    width: 16.6666%;
  }
  .tabs ul li a {
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    height: 69px;
    text-align: center;
    width: 250px;
  }
}
#tabs-content {
  background: #fff;
}
#tabs-content .container {
  padding: 30px;
}
#tabs-content .tab-content {
  /*display: none;*/
}
#tabs-content .tab-content.current {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #tabs-content .container {
    padding: 50px 30px;
  }
  #tabs-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .content .container li {
    font-size: 14px;
    line-height: 20px;
  }
  #tabs-content h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #tabs-content .container {
    padding: 50px 15px;
  }
  #tabs-content p {
    font-size: 18px;
    line-height: 26px;
  }
  #tabs-content .tab-content > div.col-sm-6:first-child {
    padding-right: 50px;
  }
  #tabs-content .tab-content > div.col-sm-6:last-child {
    padding-left: 50px;
  }
}
#events h1 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1440px) {
  #events h1 {
    padding: 0 30px;
  }
  #events .container {
    padding: 50px 0;
  }
}
.box-articles .article {
  margin-bottom: 20px;
  padding-bottom: 0!important;
}
.box-articles .article .featured-text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.box-articles .article .image {
  height: 150px !important;
}
.box-articles .article .date {
  margin-bottom: 0!important;
}
.box-articles .article h3 a {
  color: #333333;
  font-size: 16px!important;
  line-height: 24px;
  text-decoration: none;
}
.box-articles .article h3 a:hover {
  color: #008ace;
}
.box-articles .article.featured {
  width: 100%!important;
}
@media only screen and (min-width: 480px) {
  .box-articles .article .featured-text {
    font-size: 16px;
  }
  .box-articles .article.featured .image {
    height: 230px !important;
  }
  .box-articles .article.featured h3 a {
    font-size: 20px!important;
  }
}
@media only screen and (min-width: 768px) {
  .box-articles .article {
    min-height: auto!important;
  }
  .box-articles .article .featured-text {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 35px;
  }
  .box-articles .article .image {
    height: 255px !important;
  }
  .box-articles .article.featured .content {
    padding: 0!important;
    min-height: 350px;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .box-articles .article.featured .image {
    width: 50%;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 100% !important;
  }
  .box-articles .article.featured .info-content {
    float: left;
    width: 50%;
    padding: 30px;
  }
  .box-articles .article.featured p {
    font-size: 14px;
    line-height: 20px;
  }
  .box-articles .article.featured h3 a {
    font-size: 24px!important;
    line-height: 30px!important;
  }
  .box-articles .article.featured .date {
    font-size: 14px!important;
    line-height: 20px;
    margin-bottom: 5px!important;
  }
}
@media only screen and (min-width: 1024px) {
  .box-articles .article .featured-text {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 35px;
  }
  .box-articles .article.featured .content {
    min-height: 450px!important;
  }
  .box-articles .article.featured .date {
    font-size: 18px!important;
    line-height: 24px;
    margin-bottom: 10px!important;
  }
  .box-articles .article.featured .info-content {
    padding: 50px 80px;
  }
  .box-articles .article.featured h3 a {
    font-size: 30px!important;
    line-height: 35px!important;
    margin-bottom: 30px!important;
  }
  .box-articles .article.featured p {
    font-size: 18px!important;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .box-articles .article.featured {
        padding-right: 25px!important;
        padding-left: 25px!important;
  } 
  .box-articles .article.featured .content {
    min-height: 550px!important;
  }
  .box-articles .article.featured .info-content {
    padding: 80px 125px;
  }
}
.see-more {
  display: inline-block !important;
  width: 100%!important;
  padding: 25px 10px!important;
  min-height: auto!important;
  height: auto!important;
}
.latest-news h1 {
  margin-bottom: 10px!important;
}
.latest-news .box-articles .article {
  width: 100% !important;
  min-height: auto!important;
}
@media (min-width: 579px) {
  .latest-news .box-articles .article:not(.featured) .content {
    display: inline-block;
    width: 100% !important;
  }
  .latest-news .box-articles .article:not(.featured) .image {
    height: 100px!important;
    width: 100px!important;
    float: left;
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-right: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .latest-news .box-articles .article:not(.featured) .image {
    height: 160px!important;
    width: 250px!important;
    margin: 0 !important;
  }
  .latest-news .box-articles .article:not(.featured) .info-content {
    padding-left: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .latest-news .box-articles .article:not(.featured) .image {
    height: 245px!important;
    width: 350px!important;
  }
  .latest-news .box-articles .article:not(.featured) .info-content {
    padding-left: 380px;
  }
  .latest-news .box-articles .article:not(.featured) .info-content .date {
    font-size: 16px!important;
    line-height: 20px;
    margin-bottom: 10px !important;
  }
  .latest-news .box-articles .article:not(.featured) .info-content h3 {
    margin-bottom: 15px;
  }
  .latest-news .box-articles .article:not(.featured) .info-content h3 a {
    margin-bottom: 0!important;
    font-size: 24px!important;
    line-height: 35px!important;
  }
  .latest-news .box-articles .article:not(.featured) .info-content p {
    margin-bottom: 10px;
    font-size: 16px!important;
    line-height: 22px!important;
  }
  .latest-news .box-articles .article:not(.featured) .info-content p a {
    font-size: 16px!important;
    line-height: 22px!important;
  }
}
@media only screen and (min-width: 1440px) {
  .latest-news .box-articles .article:not(.featured) .info-content {
    padding-left: 410px;
  }
  .latest-news .box-articles .article:not(.featured) .info-content .date {
    font-size: 18px!important;
    line-height: 20px;
    margin-bottom: 5px !important;
  }
  .latest-news .box-articles .article:not(.featured) .info-content h3 {
    margin-bottom: 15px;
  }
  .latest-news .box-articles .article:not(.featured) .info-content h3 a {
    margin-bottom: 0!important;
    font-size: 30px!important;
    line-height: 35px;
  }
  .latest-news .box-articles .article:not(.featured) .info-content p {
    margin-bottom: 10px;
    font-size: 18px!important;
    line-height: 26px!important;
  }
  .latest-news .box-articles .article:not(.featured) .info-content p a {
    font-size: 18px!important;
    line-height: 26px;
  }
}
.filters {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filters ul li {
  display: inline-block;
}
.filters ul li a {
  text-align: center;
  padding: 10px;
  display: block;
  line-height: 20px;
}
.filters ul li select {
  width: 250px;
  background: #fff;
  margin: 10px auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .filters ul li a {
    padding: 10px 14px;
    line-height: 30px;
  }
  .filters ul li:first-child {
    padding-left: 0;
  }
  .filters ul li:first-child a {
    padding-left: 0;
  }
  .filters ul li:last-child {
    /*float: right;*/
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .filters ul li {
    padding: 0 8px;
  }
  .filters ul li a {
    padding: 10px 15px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .filters ul li {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .filters {
    padding: 0 30px;
  }
}
.blog-content {
  background: #fff;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.blog-content .share {
  text-align: center;
  padding: 20px 0;
}
.blog-content .share a {
  display: inline-block;
  max-width: 23%;
}
.blog-content .author {
  margin-bottom: 10px;
  font-size: 12px;
}
.blog-content > div {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .blog-content > div.left {
    padding-right: 15px;
  }
  .blog-content > div.left p, .node-type-article .content .container li {
    font-size: 13px;
    line-height: 18px;
  }
  .blog-content > div.right {
    padding-left: 15px;
  }
  .blog-content .author {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-content {
    padding: 30px 50px;
  }
  .blog-content > div.left {
    padding-right: 30px;
  }
  .blog-content > div.left p, .node-type-article .content .container li {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-content > div.right {
    padding-left: 30px;
  }
  .blog-content .author {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .blog-content {
    padding: 70px 100px;
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  .blog-content > div.left p, .node-type-article .content .container li {
    font-size: 16px;
    line-height: 22px;
  }
}
#events.blog h1 {
  margin-bottom: 10px;
}
#affiliate-contact {
  background: #fff;
}
#affiliate-contact table th {
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
#affiliate-contact table td {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #affiliate-contact table th {
    font-size: 18px;
    width: 35%;
  }
  #affiliate-contact table td {
    font-size: 14px;
    width: 35%;
  }
  #affiliate-contact table td:last-child,
  #affiliate-contact table th:last-child {
    padding-right: 30px;
  }
  #affiliate-contact table td:first-child,
  #affiliate-contact table th:first-child {
    padding-left: 30px;
    width: 30%;
  }
  #affiliate-contact table tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (min-width: 1024px) {
  #affiliate-contact table th {
    font-size: 22px;
  }
  #affiliate-contact table td {
    font-size: 18px;
  }
  #affiliate-contact table td:last-child,
  #affiliate-contact table th:last-child {
    padding-right: 50px;
  }
  #affiliate-contact table td:first-child,
  #affiliate-contact table th:first-child {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #affiliate-contact .container {
    padding: 70px 15px;
  }
}
#educators-content.success-stories {
  padding: 30px;
}
#educators-content.success-stories .container {
  text-align: left;
}
.getting-started .container {
  text-align: left!important;
}
.getting-started .container .step {
  margin-bottom: 15px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .getting-started .container .step {
    font-size: 14px;
  }
  .getting-started .container ul {
    text-align: left!important;
  }
  .getting-started .container ul li {
    text-align: center;
  }
  .getting-started .container:nth-of-type(2) ul li {
    width: 25%;
    float: left;
    padding: 0 5px;
    margin: 0!important;
  }
}
@media only screen and (min-width: 1024px) {
  .getting-started .container .step {
    font-size: 18px;
  }
  .getting-started .container:nth-of-type(2) ul li {
    padding: 0 10px;
  }
}
#getting-started-popup {
  width: 90%;
  max-width: 950px;
  padding: 30px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
#getting-started-popup p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}
#getting-started-popup button {
  color: #008ace;
}
#getting-started-popup > a {
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #getting-started-popup {
    padding: 50px;
  }
  #getting-started-popup > a {
    margin-top: 20px;
    font-size: 14px;
  }
  #getting-started-popup p,
  #getting-started-popup p a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #getting-started-popup {
    padding: 50px 70px;
  }
  #getting-started-popup > a {
    font-size: 22px;
  }
  #getting-started-popup p,
  #getting-started-popup p a {
    font-size: 18px;
    line-height: 26px;
  }
}
#page-intro.preparation {
  background: none;
}
#page-intro.preparation .container {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #get-involved.preparation .container .row > div .content .image {
    margin-bottom: 40px;
  }
}
#locate h1 {
  margin-bottom: 30px;
}
#locate .intro-content {
  background: #fff;
  padding: 30px;
}
#locate .intro-content .image {
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  height: 200px;
}
@media only screen and (min-width: 480px) {
  #locate .intro-content .image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  #locate .intro-content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #locate .intro-content .content {
    width: 50%;
    float: left;
    padding: 30px;
  }
  #locate .intro-content .image {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    margin-bottom: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #locate .intro-content .content {
    padding: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #locate .intro-content .content {
    padding: 70px;
  }
}
#search-tool h2 {
  text-align: center;
  margin-bottom: 30px;
}
#search-tool select {
  display: block;
  width: 90%;
  max-width: 490px;
  margin: 20px auto 40px;
}
#search-tool table {
  border-spacing: 5px;
}
#search-tool table th {
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
  background: #fff;
  border-bottom: 1px solid #ddd;
  width: 18%;
}
#search-tool table th:first-child {
  width: 15%;
}
#search-tool table th:nth-of-type(4) {
  width: 25%;
}
#search-tool table td {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  background: #fff;
  width: 20%;
}
#search-tool table td:first-child {
  width: 16%;
}
#search-tool table td:nth-of-type(4) {
  width: 30%;
}
#search-tool table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  #search-tool table tr {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }
  #search-tool table th {
    border-bottom: 10px solid #eef1f2;
    font-size: 14px;
  }
  #search-tool table td {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #search-tool table th {
    font-size: 18px;
    border-bottom: 20px solid #eef1f2;
  }
  #search-tool table td {
    font-size: 18px;
  }
}
#self-study .container {
  padding-bottom: 0!important;
}
#self-study .container .filters {
  margin-bottom: 0;
  padding: 0 !important;
}
#self-study .container .filters ul li:last-child {
  float: none;
}
#self-study .container .filters ul li:first-child a {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  #self-study .container {
    padding: 50px 15px;
  }
}
#get-involved.books .container .row > div {
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
}
#get-involved.books .container .content .image {
  position: relative;
  background: #e1e1e1;
}
#get-involved.books .container .content .image img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  max-height: 90%;
  filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
#get-involved.books .container .content .title {
  color: #333333;
  text-decoration: none;
  margin-bottom: 20px;
}
#get-involved.books .container .content .title:hover {
  text-decoration: none;
  color: #008ace;
}
#get-involved.books .container .content span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  line-height: 15px;
}
@media only screen and (min-width: 1024px) {
  #get-involved.books .container {
    padding: 50px 15px;
  }
  #get-involved.books .container .content .title {
    margin-bottom: 30px;
  }
  #get-involved.books .container .content span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  #get-involved.books .container {
    padding: 50px 5px;
  }
}
#training-material .container {
  padding-top: 0px;
}
#training-material h2,
#training-material a {
  text-align: center;
  display: block;
}
#events.certifications .container .row > article .content .image {
  background-size: contain;
  margin: 0 0 30px 0;
}
#events.certifications ul {
  padding-left: 15px;
  margin-left: 5px;
}
#events.certifications ul.links {
  margin-top: 20px;
}
#events.certifications ul.links li {
  display: inline-block;
  margin-right: 15px;
}
#events.certifications ul li > ul {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 580px) {
  #events.certifications .info-content {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 768px) {
  #events.certifications .info-content {
    padding-left: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  #events.certifications .info-content {
    padding-left: 400px;
    padding-right: 50px;
  }
  #events.certifications .info-content ul > li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #events.certifications .info-content {
    padding-left: 450px;
    padding-right: 100px;
  }
  #events.certifications .info-content ul > li {
    font-size: 18px;
    line-height: 26px;
  }
}
.gray-box {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  background: #eef1f2;
}
@media only screen and (min-width: 1024px) {
  .gray-box {
    margin-top: 30px;
  }
}
.image-text.lpic {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .image-text.lpic .row > div:first-child {
    padding-right: 30px;
  }
  .image-text.lpic .row > div:last-child {
    padding-left: 30px;
  }
}
#page-intro.lpic {
  background: none;
}
#page-intro.lpic .container h2,
#page-intro.lpic .container p {
  max-width: 700px;
}
.percentages-detailes.lpic .container {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
@media only screen and (min-width: 1440px) {
  .percentages-detailes.lpic .container .row > div .content {
    padding: 30px 70px!important;
  }
}
section.title .container {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
section.title .container h1 {
  margin: 0;
}
#training-program.lpic .content .title {
  background: #c4c9d0;
}
#training-program.lpic .content ul, .node-type-course #training-program.lpic .content ol {
  padding-bottom: 0;
  padding-top: 30px;
}
#training-program.lpic .content ul li, .node-type-course #training-program.lpic .content ol {
  margin-bottom: 5px;
}
#training-program.lpic .content ul.links {
  margin: 20px 0;
  list-style-type: none;
}
#training-program.lpic .content ul.links li {
  margin-bottom: 30px;
}
#training-program.lpic .content ul.links li a, .node-type-course #training-program.lpic .content ol li a {
  position: relative;
  padding-left: 45px;
  display: block;
}
#training-program.lpic .content ul.links li a:before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #008ace;
  text-align: center;
  text-decoration: none;
  line-height: 23px;
}
#training-program.lpic .content ul.links li:nth-of-type(2) a:before, .node-type-course #training-program.lpic .content ol li:nth-of-type(2) a:before{
  content: "2";
}
#training-program.lpic .content ul.links li:nth-of-type(3) a:before, .node-type-course #training-program.lpic .content ol li:nth-of-type(3) a:before {
  content: "3";
}
@media only screen and (min-width: 1024px) {
  #training-program.lpic .content ul, .node-type-course #training-program.lpic .content ol {
    padding: 30px 100px 0;
    min-height: 200px;
  }
  #training-program.lpic .content ul.links, .node-type-course #training-program.lpic .content ol{
    min-height: auto;
  }
}
@media only screen and (min-width: 1440px) {
  #training-program.lpic .content .title {
    padding: 40px 75px;
  }
  #training-program.lpic .content ul,  .node-type-course #training-program.lpic .content ol{
    padding: 30px 125px 0;
  }
}
.percentages-detailes.essentials .container {
  padding: 0 30px!important;
}
.percentages-detailes.essentials .container h2 {
  margin-bottom: 30px !important;
}
.percentages-detailes.essentials .container .row > div {
  min-height: auto;
}
.percentages-detailes.essentials .container .row > div .content {
  text-align: center;
}
.percentages-detailes.essentials .container .row > div .content p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .percentages-detailes.essentials .container h2 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .percentages-detailes.essentials .container {
    padding: 0!important;
  }
}
.percent-boxes > div {
  padding: 30px;
  display: inline-block;
  width: 100%;
  min-height: 33%;
  border-bottom: 10px solid #eef1f2;
}
.percent-boxes > div .percentages {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  .percent-boxes > div .percentages {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.percent-boxes > div:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .percent-boxes > div {
    padding: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .percent-boxes > div {
    padding: 35px;
  }
  .percent-boxes > div .percentages {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .percent-boxes > div {
    padding: 50px;
  }
  .percent-boxes > div .percentages {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs.objectives ul li {
    width: 25%;
  }
  .tabs.objectives ul li a {
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs.objectives ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs.exam-topics-mixed ul li {
    width: 12.5%;
  }
  .tabs.exam-topics-mixed ul li a {
    font-size: 11px;
    line-height: 13px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs.exam-topics-mixed ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
  }
}
#page-intro.exam-topics {
  background: none;
}
#page-intro.exam-topics .container {
  padding: 0 30px !important;
}
#page-intro.exam-topics .container h2 {
  margin: 0 auto !important;
}
#locate .container {
  padding-bottom: 0;
}


/* NEW */
.blog-content img{
    height:auto;
}
.see-more .pager li a{
    border-radius: 0px;
}
.node-type-study .filters ul li:last-child{
    float:none;
}
.views-exposed-form .views-exposed-widget{
    padding:0px;
    float:none;
}
#search-tool table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#search-tool table>tbody>tr>td, #search-tool table>tbody>tr>th, #search-tool table>tfoot>tr>td, #search-tool table>tfoot>tr>th, #search-tool table>thead>tr>td, #search-tool table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#search-tool table>caption+thead>tr:first-child>td, #search-tool table>caption+thead>tr:first-child>th, #search-tool table>colgroup+thead>tr:first-child>td, #search-tool table>colgroup+thead>tr:first-child>th, #search-tool table>thead:first-child>tr:first-child>td, #search-tool table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.node-type-course .image-text img{
    height:auto;
}

.node-type-course #training-program.lpic .content ol {
    min-height: auto;
}
.node-type-course #training-program.lpic .content ol {
    margin: 20px 0;
    list-style-type: none;
}
.node-type-course #training-program.lpic .content ol li {
    margin-bottom: 30px;
}
.node-type-course training-program.lpic .content ol li a {
    position: relative;
    padding-left: 50px;
    display: block;
}
.node-type-course #training-program.lpic .content ol li a:before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #008ace;
    text-align: center;
    text-decoration: none;
    line-height: 23px;
}
#educators-content{
    padding-bottom:0px;
}
#educators-content:last-child{
    padding-bottom:30px;
}
#jobs-report .graph img,
#important-skills .graph img,
#horizontal-graph .graph img,
#exam-development img{
    height:auto;
}
#page-intro.columns{
    margin-bottom:30px;
}
@media only screen and (min-width: 768px){
    .node-type-value #text-columns .container .twocolumns{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}
.page-user .page-form .form-actions, .page-search .page-form input[type="submit"]{
    clear:both;
}
.page-search .page-form input[type="submit"]{
    margin: 20px 0px!important;
    display: block!important;
    float: left;
}
.page-user .page-form .form-actions input[type="submit"],
.page-search .page-form input[type="submit"]{
    width: 38%;
    max-width: 465px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    border: 3px solid #ffcb00;
    font-size: 12px;
    line-height: 20px;
    background: none;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    color: #333333;
}
.page-user .form-item .description{
    display:none;
}

.questions-box .question-heading{
    margin: 50px auto 50px;
}
.image.right, .text.right{
    float:right!important;
}
.image.left, .text.left{
    float:left!important;
}
.custom-text-blocks h3 {
    text-align: center;
    padding: 20px;
    background: #ffcd04;
    margin:0px;
}


@media only screen and (min-width: 1024px){
    .custom-text-blocks h3 {
        padding: 40px 20px;
    }
}
@media only screen and (min-width: 768px){
    .custom-text-blocks h3 {
        padding: 30px 20px;
    }
}
.training-contact-form .webform-component-markup{
    clear:both;
}
/* //NEW */

.training-contact-form .webform-component--contact-us {
  width: 100%!important;
}

.page-search .info-content{
    padding-left:0px!important;
}

@media only screen and (min-width: 768px) {
  .training-contact-form .container .page-form .form-item:nth-child(-n+5) {
      float: left;
      width: 38%;
      clear: left;
  }
  .training-contact-form .container .page-form .form-item.webform-component-textarea {
      top: 45px!important;
  }
  .training-contact-form .container .page-form .form-item.webform-component-textarea textarea {
      height: 160px;
  }
}

@media only screen and (min-width: 1024px) {
  .training-contact-form .container .page-form .form-item.webform-component-textarea {
      top: 59px!important;
  }
  .training-contact-form .container .page-form .form-item.webform-component-textarea textarea {
      height: 205px;
  }
}

input[type="checkbox"].form-checkbox + label {
    text-align:left;
}
.messages-container{
    padding:30px!important;
}
div.status, div.error{
    background-image: none!important;
}
.language-block{
    position: absolute;
    width: auto;
    background: #ffcd04;
    top: 28px;
    z-index: 9999;
    text-align: left;
    right: 510px;
    display:none;
}
.language-block ul{
    padding:10px 20px 0px;
}
.language-block ul li a{
    font-size:12px!important;
    line-height:14px!important;
    background:transparent!important;
    color:#000000!important;
    font-weight:normal!important;
}
.language-block ul li a:hover{

}
.language-block ul{
    list-style:none;
}
.language-block a:first-child:before{
    background:none!important;
}

.main-banner #home-video{
  position:absolute;
  width:120%;
  height:240%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#video-home-popup {
  display:none;
  width: 90%;
  max-width: 950px;
  padding: 30px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.videoContainer{
  background-color: #000;
  height: 570px;
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 60px);
}
#videoOverlay{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.1);
}
#video_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.no-click{
    cursor:default;
}
#tabs-content .tab-content:first-child{
    margin-top:0px;
}
#tabs-content .tab-content{
    display:block;
    clear:both;
    margin-top:40px;
    overflow:hidden;
}




.tabs.fixed {
  display: none;
}
body.node-type-course.scrolled,
body.node-type-tab.scrolled{
  position: relative;
}
body.node-type-course.scrolled .tabs.fixed,
body.node-type-tab.scrolled .tabs.fixed{
  position: fixed;
  top: 62px;
  z-index: 9;
  margin: auto;
  left: 0px;
  right: 0px;
  height: auto!important;
}
body.node-type-course.scrolled .tabs.fixed li,
body.node-type-tab.scrolled .tabs.fixed li {
  /*width: 33.3%;
  float: left;*/
  text-align: center;
  /*display: block;*/
}

@media only screen and (min-width: 768px) {
	body.node-type-course.scrolled .tabs.fixed,
	body.node-type-tab.scrolled .tabs.fixed{
	    height: 70px;
	}
	body.node-type-tab.scrolled .tabs.fixed{
	  top: 72px;
	}
}
body.node-type-course.scrolled .tabs.fixed, body.node-type-tab.scrolled .tabs.fixed{
    margin-top:0px!important;
}


body.node-type-course .fixed-button-section, body.node-type-tab .fixed-button-section {
   width: 100%;
   position:fixed;
   bottom: 30px;
   display:none;
}

body.node-type-course .fixed-button-section .button.right, body.node-type-tab .fixed-button-section .button.right {
    width: 100%;
   max-width: 465px;
   margin: 0 auto;
   padding: 15px 0;
   text-align: center;
   display: block;
   background: #ffcb00 ;
}

body.node-type-course .fixed-button-container .button.right:hover , body.node-type-tab .fixed-button-container .button.right:hover {
    background: #ffcb00 ;
}

body.node-type-course .image-text .container .button{
    margin-bottom:20px;
}

.videoContainer #home-video{
    display:none;
}
    
@media only screen and (max-width: 768px){
    .videoContainer{
        max-height:auto;
        height:auto;
    }
    .videoContainer #home-video{
        display:none!important;
    }
}


.node-type-info #corporate .row > div h3{
    margin-top:0px;
}

.corporate-logos a:hover img, .subcategories .boxes.corporate .logos a:hover img{
    -webkit-filter: grayscale(100%)!important;
    -moz-filter: grayscale(100%)!important;
    -ms-filter: grayscale(100%)!important;
    -o-filter: grayscale(100%)!important;
}


@media only screen and (min-width: 1240px) {
  #navbar .navbar-nav > li .subcategories {
    width: 100%;
  }
}

/*@media only screen and (min-width: 1440px) {
  #navbar .navbar-nav > li:nth-of-type(4) .subcategories {
    left: -10px;
  }
}*/

@media only screen and (min-width: 1024px) {
  section .container, 
  footer .container, 
  header > div > .container {
    padding-left: 50px!important; 
    padding-right: 50px!important;
  }
}

@media only screen and (min-width: 1240px) {
  section .container, 
  footer .container, 
  header  > div > .container {
    padding-left: 70px!important; 
    padding-right: 70px!important;
  }
}


#navbar .navbar-nav > li:hover > a{
    background: #eef1f2;
}



#navbar .navbar-nav > li.active > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffcd04;

    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#navbar .navbar-nav > li:hover .subcategories{
    display:block;
}

.mm-menu .mm-listview li.active a{
    text-decoration: none;
    background-color: #eee;
}

.success-stories-wrapper .container .page-form .form-item.webform-component-textarea{
    top:0px!important;
}


body.header-fix #header {
    position: fixed;
    top: 0px;
    z-index: 999;
    margin: auto;
    left: 0px;
    right: 0px;
}

body.header-fix {
    padding-top: 91px;
    transition: all 0.5s;
}

body.header-fix.scrolled {
  padding-top: 63px;
  transition: all 0.5s;
}

body.header-fix #header .header__top {
  visibility: visible;
  transition: all 0.5s;
}

body.header-fix.scrolled #header .header__top {
  visibility: hidden;
  transition: all 0.5s;
}

body.header-fix #header {
  top: 0;
  transition: all 0.5s;
}
body.header-fix.scrolled #header {
  top: -28px;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  body.header-fix #header {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.5s;
  top: 0 !important;
}

body.header-fix.scrolled #header {
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: all 0.5s;
}

  body.header-fix {
    padding-top: 100px;
  }

  body.header-fix.scrolled {
    padding-top: 72px!important;
  }

  body.header-fix.scrolled .header--logo {
    height: 52px!important;
    width: 145px!important;
    margin: 10px 0!important;
    transition: all 0.5s;
  }

  body.header-fix.scrolled #navbar .navbar-nav > li > a {
    height: 72px !important;
    transition: all 0.5s;
  }
  body.header-fix.scrolled #navbar .navbar-nav > li .subcategories {
      top: 72px!important;
      transition: all 0.5s;
  }
}

@media only screen and (min-width: 1024px) {
  body.header-fix {
    padding-top: 118px;
  }
}

@media only screen and (min-width: 1140px) {
  body.header-fix {
    padding-top: 135px;
  }
}

.videoContainer .text-content{
    width:auto!important;
}


.content .container li {
  font-size: 12px;
  line-height: 16px;
  color: #222;
}
@media only screen and (min-width: 768px) {
  .content .container li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .content .container li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
    .tabs ul li{
        width:100%!important;
    }
}


#content table {
  background-color: transparent;
  /*border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  border:none;
}
#content caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
#content th {
  text-align: left;
}
#content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#content table > thead > tr > th,
#content table > tbody > tr > th,
#content table > tfoot > tr > th,
#content table > thead > tr > td,
#content table > tbody > tr > td,
#content table > tfoot > tr > td {
  padding: 15px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  /*border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;*/
  border:none;
}
#content table > thead > tr > th {
  vertical-align: bottom;
  /*border-bottom: 2px solid #ddd;*/
  border:none;
}
#content table > caption + thead > tr:first-child > th,
#content table > colgroup + thead > tr:first-child > th,
#content table > thead:first-child > tr:first-child > th,
#content table > caption + thead > tr:first-child > td,
#content table > colgroup + thead > tr:first-child > td,
#content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#content table > tbody + tbody {
  /*border-top: 2px solid #ddd;*/
  border:none;
}
#content tbody{
  border:none; 
}
#content table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
#content table td[class*="col-"],
#content table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.img-responsive{
    float:left;
    width:50%;
    display:inline-block;
}
.footer-menu p{
    text-align:center;
    margin-top:15px;
}
.attribute-img{
    float:left;
    display:inline-block;
    font-size:14px;
    margin-top:10px;
}


.tabs:not(.fixed) ul li .arrows {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.tabs.fixed ul li.currentTab {
		display: block;
	}
	.tabs.fixed ul li .arrows {
	  position: absolute;
	  top: 5px;
	  right: 0;
	  height: 30px;
	  width: 50px;
	  cursor: pointer;
	}
	.tabs.fixed ul li .arrows i.fa {
	  position: absolute;
	  color: #fff;
	  font-size: 17px;
	  line-height: 30px;
	  right: 20px;
	  box-sizing: border-box;
	}
	.tabs.fixed ul li .arrows i.fa.fa-caret-up:before {
	  display: block;
	  bottom: 5px;
	  position: relative;
	}
	.tabs.fixed ul li .arrows i.fa.fa-caret-down:before {
	  display: block;
	  top: 5px;
	  position: relative;
	}
	.tabs.fixed ul li:not(.currentTab) {
	  display: none;
	}
	.tabs.fixed ul li:not(.currentTab) .arrows {
	  display: none !important;
	}
	.tabs.fixed ul li.shown {
	  display: block;
	}
	.tabs.fixed ul li.shown .arrows {
	  display: none !important;
	}
}



@media only screen and (min-width: 768px) {
	.tabs ul li .arrows {
		display: none !important;
	}
}

#training_partner.contact-us .container table p{
    text-align:left;
}

#tabs-content hr{
    border-top: 1px solid #a1a1a1;
    margin: 50px 60px;
    width: auto;
    display: block;
}

@media only screen and (min-width: 768px){
    .paragraphs-tabs{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.node-type-page .form-type-item{
    display:none;
}

.regional-wrapper{
    text-align:center;
}
.regional-wrapper table{
    text-align:left;
}


.view-articles .filters li{
    position:relative;
}
.view-articles .filters li a:before{
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FFCC02;
    margin:0 10px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.view-articles .filters li a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    text-decoration:none;
}
.view-articles .filters li a:hover{
    text-decoration:none;
}

.view-articles .filters li:first-child a:hover:before,
.view-articles .filters li:last-child a:hover:before{
    margin:0px;
}

.view-articles .filters .active_term a:before{
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FFCC02;
    margin:0 10px;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.view-articles .filters li.active_term:first-child a:before{
    margin-left:0px;
    margin-right:0px;
}
.view-articles .filters li.active_term:last-child a:before{
    margin-left:0px;
    margin-right:0px;
}
@media only screen and (min-width: 1440px) {
  .view-articles .filters .active_term a:before, .view-articles .filters li a:hover:before{
      margin:0 25px;
  }
  
  .view-articles .filters li.active_term:first-child a:before{
      margin-left:0px;
      margin-right:30px;
  }
  .view-articles .filters li.active_term:last-child a:before{
      margin-left:30px;
      margin-right:0px;
  }  
  
  .view-articles .filters li:first-child a:hover:before{
      margin-left:0px;
      margin-right:30px;
  }
  .view-articles .filters li:last-child a:hover:before{
      margin-left:30px;
      margin-right:0px;
  }
}

.ytp-spinner{
    display:none!important;
}

@media only screen and (max-width: 767px) {
    .regional-wrapper table td{
        display:block;
        text-align:center;
        margin:0 auto;
    }
    .node-type-course #training-program.lpic .content ol{
        padding:10px;
    }
}

.subcategories .no-click:hover{
    text-decoration: none;
    color:#363636!important;
}

.margin-top-0{
    margin-top:0px!important;
}

.contact-us{
    margin-top:50px;
}

#asked-questions .container{
    padding-top:0px!important;
}

.mollom-privacy{
    display:none!important;
}

div.error{
    border:none;
    background:none;
    padding:0px;
}
div.status{
    border:none;
    background:#fff;
    padding:20px;
}
.node-type-homepage div.status{
    padding:0px;
}
div.error li{
    color:red!important;
    text-align:center;
}
div.status p, div.status li{
    color:#ffcd04!important;
    text-align:center;
    font-weight: bold;
}

.disqus-comments .container{
    margin-top:0px!important;
    padding-top:0px!important;
}

.feed-icon{
    float:right;
    display:inline-block;
    padding-right: 30px;
}

.page-node-165 section.title .container h2 {
  margin-bottom: 40px;
}


@media only screen and (min-width: 1240px) {
  .page-node-165 section.title {
    padding: 30px;
  }
  .page-node-165 section.title .container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .page-node-165 .image-text .col-xs-12.col-sm-6.right {
    padding-left: 25px;
  }
  .page-node-165 .image-text .col-xs-12.col-sm-6.left {
    padding-right: 25px;
  }
}

.page-node-165 .yellow-box {
  padding: 15px;
  background: #ffc20e;
  text-align: center;
  margin-bottom: 20px;
}

.page-node-165 .yellow-box p {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
}
.page-node-165 .yellow-box p span {
  font-size: 53px;
  line-height: 60px;
  display: block;
}
.page-node-165 .yellow-box p span.last {
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
}
.page-node-165 .gray-box {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .page-node-165 .yellow-box p {
    font-size: 15px;
    line-height: 20px;
  }
  .page-node-165 .yellow-box p span {
    font-size: 33px;
    line-height: 40px;
  }
  .page-node-165 .yellow-box p span.last {
    font-size: 12px;  }
}

section.performing {
  padding: 30px;
}

section.performing .container {
  background: #fff;
  margin-bottom: 30px;
}

section.performing ul {
  list-style-type: none;
  padding: 0;
  margin: 25px -5px;
      display: inline-block;
    width: 100%;
}


section.performing ul li {
  padding: 0 5px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
section.performing ul li .content {
  /*background: #ffc20e;*/
  position: relative;
  padding: 20px;
  background-image: url('../images/big-tr-down.svg');
  padding-bottom: 50px;
  background-size: 100% 100%;
}
section.performing ul li p {
  margin: 0;
  text-align: center;
}
section.performing ul li p span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
section.performing ul li .content:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 10%;
/*  background: #ffc20e;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%);*/
   width: 100%;
   height: 50px;
   background-image: url('../images/arrow-down.png');
   background-size: 100% 50px;
   display: none;
}




@media only screen and (min-width: 480px) {
  section.performing ul li {
    width: 50%;
  }
  section.performing ul li .content:after {
     padding-bottom: 20%;
  }
  section.performing ul li:nth-of-type(2n) .content:after {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    top: inherit;
    bottom: 100%;
  }
}
@media only screen and (min-width: 768px) {
	section.performing ul {
		margin-top: 50px;
	}
	section.performing ul li {
	    width: 25%;
	    position: relative;
	}
	section.performing ul li .content {
	    padding-top: 20px;
	    padding-bottom: 50px;
	    top: 20px;
	}
	section.performing ul li:nth-of-type(2n) .content {
		background-image: url('../images/triangle-bg.svg');
  		background-size: 100% 100%;
  		padding-top: 50px;
  		padding-bottom: 20px;
  		top: inherit;
  		bottom: 25px;
	}
}
@media only screen and (min-width: 1024px) {
  section.performing .container {
        padding: 50px 70px!important;
  }
  section.performing ul li .content { 
		top: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  section.performing .container {
        padding: 50px 100px!important;
  }
  section.performing ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.performing ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.performing ul li p span {
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 50px;
  }
  section.performing ul li .content {
	    padding-top: 40px;
	    padding-bottom: 80px;
	    top: 34px;
	}
	section.performing ul li:nth-of-type(2n) .content {
  		padding-top: 80px;
  		padding-bottom: 40px;
  		top: inherit;
  		bottom: 34px;
	}
}

.devops-exams {
  background: #fff;
}

.devops-exams h2 {
  text-align: center;
  margin-bottom: 50px;
}
.exam-list {
  margin-bottom: 50px;
}
.exam-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.exam-item .image {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
}
.exam-item .image.Upcoming {
  background-image: url('../images/upcoming.svg');
}
.exam-item .image.Current {
  background-image: url('../images/current.svg');
}
.exam-item .image.Past {
  background-image: url('../images/past.svg');
}

.item-content {
  padding-left: 120px;
  color: #000002;
}
.item-content h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}

.devops-exams .bottom-content ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

.exam-buttons a:first-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .exam-item .image {
    width: 50px;
    height: 50px;
  }
  .item-content {
    padding-left: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .exam-buttons {
    float: right;
    min-width: 460px;
  }
  .devops-exams .bottom-content ul {
    float: left;
  }
  .bottom-content > p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  section.devops-exams .container {
        padding: 50px 70px!important;
  }
}
@media only screen and (min-width: 1440px) {
  section.devops-exams .container {
        padding: 50px 100px!important;
  }
}

.socialize {
  display: inline-block;
  width: 100%;
}

.socialize h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.socialize .share {
	text-align: center;
}

.percentage_overtitle{
    font-size: 22px;
    line-height: 28px;
    color:#008ace;
}
.percentages-under{
    margin-top:0px;
    margin-bottom:10px!important;
    padding: 0 50px!important;
    text-align: center;
}
.percentages-under p{
    font-size: 16px;
    line-height: 22px;
}
.node-type-campaign #content .container{
    padding-bottom:20px;
    padding-top:40px;
}
.node-type-campaign #learn-more .container{
    padding-bottom:20px;
    padding-top:40px;
}
.node-type-campaign #page-banner .text-content p{
    font-size: 22px;
    line-height: 28px;
}
.node-type-campaign #page-banner .text-content strong,
.node-type-campaign #page-banner .text-content b{
    display:block;
    margin-top:10px;
    color:#fcc200;
}
.page-subbanner{
    background:#fff;
    text-align:center;
    padding:18px 0px;
}
.page-subbanner p{
    font-size: 32px;
    line-height: 42px;
    margin-bottom:0px;
}
.node-type-campaign #get-involved{
    background:#fff;
    padding-bottom:40px;
}
.node-type-campaign #get-involved .container .row > div .content{
    background:#eef1f2;
}
.node-type-campaign #get-involved .container .row > div .content .campaign-block p a{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}
.campaign-block{
    min-height:170px;
}
.header-slider .left-arrow{
    left:30px;
    z-index:9999;
    background:transparent url(../images/arrow-left.png) no-repeat center;
    width:26px;
    height:85px;
}
.header-slider .right-arrow{
    right:30px;
    z-index:9999;
    background:transparent url(../images/arrow-right.png) no-repeat center;
    width:26px;
    height:85px;
}
@media only screen and (max-width: 767px){
    .page-subbanner p {
        font-size: 24px;
        line-height: 30px;
    }
}
.slick-dots{
    position: absolute;
    bottom: 25px;
    right: 0px;
    left: 0px;
    margin: auto;
    text-align: center;
}
.slick-dots li button{
    display:none;
}
.slick-dots li{
    cursor:pointer;
    list-style:none;   
    background:transparent url(../images/dot.png) no-repeat center;
    height:22px;
    width:22px;
    display:inline-block;
    margin-right:15px;
}
.slick-dots li.slick-active{
    list-style:none;   
    background:transparent url(../images/active-dot.png) no-repeat center;
}

@media only screen and (max-width: 890px){
    .slick-dots{
        display:none!important;
    }
    .header-slider .left-arrow{
        left:5px;
        height:40px;
    }
    .header-slider .right-arrow{
        right:5px;
        height:40px;
    }
}

.about-author-wrapper{
    border-top: 2px solid #eef1f2;
    padding-top: 20px;
}
.about-author-wrapper p{
    font-style:italic;
}
.about-author .author-column{
    min-height: auto;
    padding-right: 20px;
    display: inline-block;
    float: left;
}
.node-type-campaign #page-banner .text-content h1{
    font-size:36px!important;
    line-height:36px!important;
    margin-bottom:30px;
    max-width:500px;
}
.node-type-campaign #page-banner .text-content .play{
    font-size:28px!important;
    line-height:28px!important;
}
.node-type-campaign .video-banner{
    background-position:bottom right!important;
}
@media only screen and (min-width: 480px) {
  .node-type-campaign #page-banner .text-content {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-campaign #page-banner .text-content {
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .node-type-campaign #page-banner .text-content {
    height: 460px;
    vertical-align: middle;
  }
}
@media (max-width: 768px){
    .node-type-campaign #page-banner .text-content h1{
        margin-bottom:80px;
    }
}
.node-type-campaign #page-banner .text-content{
    width:100%!important;
}




/* Slider */
.header-slider-item {
  position: relative;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-slider-item .container {
  padding: 30px;
}
.header-slider-item .text-content {
  display: table-cell;
  height: 380px;
  vertical-align: bottom;
}
.header-slider-item .text-content > * {
  z-index: 2;
  position: relative;
}
.header-slider-item .text-content:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 144, 161, 0.5);
  z-index: 1;
}
.header-slider-item .text-content h1 {
  margin: 10px 0;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.header-slider-item .text-content p {
  color: #fff;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .header-slider-item .text-content {
    height: 460px;
  }
  .header-slider-item .text-content .play {
    position: relative;
    float: left;
    bottom: 0;
  }
  .header-slider-item .text-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .header-slider-item .text-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-slider-item .text-content {
    height: 540px;
    vertical-align: middle;
  }
  .header-slider-item .text-content:before {
    display: none;
  }
  .header-slider-item .text-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .header-slider-item .text-content p {
    font-size: 18px;
    line-height: 25px;
  }
  .header-slider-item .text-content .play {
    font-size: 30px;
    line-height: 30px;
    padding: 27px 35px 27px 80px;
  }
  .header-slider-item .text-content .play i {
    font-size: 40px;
    left: 30px;
    top: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slider-item .container {
    padding: 15px 30px;
  }
}
.header-slider-item.main-banner .text-content {
  vertical-align: middle;
}
.header-slider-item.main-banner .text-content h1 {
  margin: 10px 0 70px;
  font-size: 35px;
  line-height: 35px;
}
@media only screen and (min-width: 500px) {
  .header-slider-item.main-banner .text-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slider-item.main-banner .text-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-slider-item.main-banner .text-content h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 1023px) {
  .header-slider-item:not(.main-banner) .text-content {
    width: 100%!important;
  }
}
.node-type-campaign .header-slider-item .text-content h1{
    font-size:36px!important;
    line-height:36px!important;
    margin-bottom:30px;
    max-width:500px;
}
.node-type-campaign .header-slider-item .text-content .play{
    font-size:28px!important;
    line-height:28px!important;
}
.node-type-campaign .video-banner{
    background-position:bottom right!important;
}
@media only screen and (min-width: 480px) {
  .node-type-campaign .header-slider-item .text-content {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-campaign .header-slider-item .text-content {
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .node-type-campaign .header-slider-item .text-content {
    height: 460px;
    vertical-align: middle;
  }
}
@media (max-width: 768px){
    .node-type-campaign .header-slider-item .text-content h1{
        margin-bottom:80px;
    }
}
.node-type-campaign .header-slider-item .text-content{
    width:100%!important;
}
.node-type-campaign .header-slider-item .text-content strong,
.node-type-campaign .header-slider-item .text-content b{
    display:block;
    margin-top:10px;
    color:#fcc200;
}
.node-type-campaign .header-slider-item .text-content p{
    font-size: 22px;
    line-height: 28px;
}
@media only screen and (max-width: 1240px) {
    .header-slider .left-arrow{
        left:5px;
        height:40px;
    }
    .header-slider .right-arrow{
        right:5px;
        height:40px;
    }
}

.node-type-campaign .header-slider #page-banner .text-content:before{
    background: transparent;
}

@media (max-width: 768px){
    .page-blog .box-articles .article .image{
        height:200px !important;
    }
}

/* //Slider */