@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;
}

.form-checkboxes label{
    background-image: url('../images/sprite-checkbox.png');
}

.form-checkboxes input: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: 45px;
  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;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .header--logo {
    margin: 15px 0;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .header--logo {
    height: 63px;
    width: 170px;
  }
}
@media (min-width: 1140px) {
  .header--logo {
    height: 80px;
    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: 20px 30px;
  }
    #quotes-boxes .container{
        padding-bottom: 0px !important;
    }
}
@media only screen and (min-width: 1440px) {
  #content .container {
    padding: 35px 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;
}

#navbar .navbar-nav > li .subcategories .container > ul > li > a img{
    max-width: 115px;
}
@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: static;
    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;
    right: 0;
    /*right: -10px;*/
    width: 100%;
   /* background: #eef1f2;*/
    z-index: 9;
    max-width: 870px;
    padding: 0;
  }
	#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 .subcategories .container > ul {
	  padding: 0;
	  margin: 0 -15px;
  }
	
	#navbar {
		position: relative;
	}
	
	#navbar .navbar-nav > li .subcategories .container > ul > li {
		float: left;
		width: 33.3333%;
		padding: 0 15px;
	}
	
	#navbar .navbar-nav > li .subcategories .container > ul > li > a {
		text-align: center;
		font-weight: 700;
		display: block;
		font-size: 17px!important;
	}
	
	#navbar .navbar-nav > li .subcategories .container > ul > li > a img {
		max-width: 115px;
		display: block;
		margin: 10px auto;
        height: auto;
	}
	
	#navbar .navbar-nav > li .subcategories .container > ul > li .subsubcats ul {
		padding-left: 30px;
	}
	
	#navbar .navbar-nav > li:nth-of-type(4) .subcategories .container > ul > li,
	#navbar .navbar-nav > li:nth-of-type(5) .subcategories .container > ul > li {
		width: 25%;
	}
	
	#navbar .navbar-nav > li:nth-of-type(1) .subcategories {
		right: 23%;
	}
	
	#navbar .navbar-nav > li:nth-of-type(2) .subcategories {
		right: 15%;
	}
	
	#navbar .navbar-nav > li:nth-of-type(4) .subcategories,
	#navbar .navbar-nav > li:nth-of-type(5) .subcategories {
		max-width: 1100px;
	}
/*
  #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;
  }
}
@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 {
    
  }
  #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(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;
position: absolute;
    left: 0px;
    top: 5px;
    z-index: 999999;
}
@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 a:hover i {
  color: #008ACE;
  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;
  position: static !important;
}
#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;
  z-index: 9;
}
#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-node-484 #page-banner .text-content .play,
  .page-node-658 #page-banner .text-content .play{
    padding: 27px 35px 27px 35px;
  }
  #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;
  }
  .view-display-id-webinars_up #events .container .row > div .content .image,
  .view-display-id-webinars_rec #events .container .row > div .content .image{
    height: 188px;
  }
  #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;
  }
  .view-display-id-webinars_rec #events .container{
    padding-top: 20px;
  }
  #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-node-35 #page-intro.columns .container .paragraph{
    -webkit-column-count: 1; 
    -moz-column-count: 1;
    column-count: 1;
}
.page-node-35 #page-intro .container p{
    max-width: 100%;
}
#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-node-658 #page-intro .container h2{
    margin-bottom: 30px;
  }
  #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.list .row > div .content p{
    font-size: 18px;
    line-height: 22px;
  }
  .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;
  background-size: 65% !important;
  width: 100%;
    height: 270px;
}
@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 + #text-image{
    margin-top: 35px;
}
#quotes-boxes .row > div .content h3 {
  margin: 0;
}
#quotes-boxes .row > div .content h3 span {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}
#quotes-boxes.items-1 .row > div{
    margin: 0px auto;
    float: none;
}
@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: 0px;
  }
  #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;
}
.list#HR_Perception .row > div .content .image{
    float: left;
    margin-right: 40px;
    margin: 0px;
    flex: 142px;
}
.list#HR_Perception .row > div{
    overflow: hidden;
}
.list.percentages-detailes .row > div .content{
    background: transparent;
    padding: 0px;
    display: table;
    display: flex;
    align-items: center;
}
.list#HR_Perception .row > div .content .text{
    flex: calc(100% - 142px);
}  
.list#HR_Perception .row > div .content .percentages{
    height: 85px;
    width: auto;
}
#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 .container > .h1 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1440px) {
  #events .container > .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, .node-type-article .content .container a{
    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, .node-type-article .content .container a {
    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, .node-type-article .content .container a {
    font-size: 16px;
    line-height: 22px;
  }
}
#events.blog .container > .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";
}
#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(4) a:before {
  content: "4";
}
#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(5) a:before {
  content: "5";
}
@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 100px 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;
}
.node-type-course #training-program.lpic .content ol li a:hover{
    text-decoration: none;
}
#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;
}
#page-intro.columns + #middle-banner-section{
    margin-top: -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-switcher-locale-url{
    display: none !important;
}
.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%;
}

.imageContainer{
    padding-top: 107px;
    padding-bottom: 73px;
}

.clickable{
    cursor: pointer;
}

.imageContainer .banner-left h1{
    max-width: 620px;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 46px;
}

.imageContainer .banner-left .banner-text p{
    font-size: 45px;
    line-height: 52px;
}

@media only screen and (max-width: 1280px){
    .imageContainer {
        padding-top: 59px;
        padding-bottom: 44px;
    }  
    
    .imageContainer .banner-left h1 {
        font-size: 44px;
        line-height: 39px;
        margin-bottom: 26px;
    }
    .imageContainer .banner-left .banner-text p {
        font-size: 36px;
        line-height: 36px;
    } 
}

@media only screen and (max-width: 1023px){
    .imageContainer .banner-left h1 {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 26px;
    }
    .imageContainer .banner-left .banner-text p {
        font-size: 26px;
        line-height: 32px;
    } 
    

}

@media only screen and (max-width: 767px){
    .imageContainer{
        background: #fcc300 !important;
        text-align: center;
    }
    
    .imageContainer {
        padding-top: 15px;
        padding-bottom: 10px;
    }  
    
    .imageContainer .banner-left h1 {
        font-size: 29px;
        line-height: 28px;
        margin-bottom: 26px;
    }
    .imageContainer .banner-left .banner-text p {
        font-size: 22px;
        line-height: 21px;
    } 
    .node-type-certifications .tabs.objectives ul li a,
    .node-type-certifications .tabs.fixed ul li a{
        font: 400 14px/20px 'Open Sans', helvetica, sans-serif !important;
    }
    
    #text-image .text.left p{
        line-height: 16px !important;
    }
    
    #text-image .text.left{
        text-align: center;
    }
}

.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;
}

.mm-menu .mm-listview > .mm-vertical > a.no-click-menu{
    margin-right: 0px;
}

.mm-menu .mm-listview > .mm-vertical > a.mm-next{
    display: none;
}

.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title{
    white-space: normal;
}

.mm-menu .mm-listview > .mm-vertical > a.no-click-menu + div.mm-vertical{
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    
}

.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: -12px !important;*/
  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(-46px);
  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;
}
.page-node-302 #content .container{
    /* padding: 30px 0px 0px 30px; */
}
.page-node-302 #quotes-boxes:last-child{
    margin-bottom: 30px;
}
.page-node-302 #quotes-boxes .row > div{
    margin-bottom: 0px;
}
.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;
    }
    #page-banner .text-content{
        width: auto !important;
    }
}
.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 */


.logged-in #admin-menu{
    display:none;
}

/*
@media only screen and (min-width: 768px){
    #navbar .navbar-nav > li:nth-of-type(2) .subcategories ul li {
        width:14%;
        position:relative;
    }
}
*/
.menu-heading{
    clear: both;
    width: 100%;
    max-width: 100%!important;
    display: block!important;
    overflow: hidden;
    text-align: right!important;
    margin: 0 auto!important;
	padding: 15px 15px 0!important;
}
.menu-heading li{
    width:100%!important;
    max-width:100%;
}
.menu-heading li a{
    font-size: 16px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
	font-weight: 700;
}

@media screen and (max-width: 991px) {
	#navbar .navbar-nav > li .subcategories .container > ul > li .subsubcats ul {
		padding-left: 10px;
	}
	
	#navbar .navbar-nav > li .subcategories {
		left: auto!important;
		right: 0!important;
	}
    #quotes-boxes .row > div.col-xs-12{
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 20px;
        clear: left;
        float: none;
    }
    
    #quotes-boxes .row > div.col-xs-12:last-child{
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px){
    .menu-heading{
        text-align:center!important;
		padding: 15px 0 0!important;
    }
    .menu-heading li a {
        font-size: 14px!important;
    }
}
li.separator:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0px;
    height: 100%;
    background: #bfbebe;
    width: 1px;
    z-index: 1;
}

#mobile-menu .container {
	padding-left: 0;
	padding-right: 0;
}

.mm-listview>li>a img, .mm-listview>li>span img {
	max-width: 32px;
	margin-right: 5px;
    height: auto;
}

.mm-menu .mm-listview {
	margin: -20px;
}

/* DevOps Page */

.placeholder{
  background: #ddd;
}
#page-banner.devops-banner h1,
#page-banner.devops-banner p{
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#page-banner.devops-banner .text-content{
  vertical-align: bottom;
}
#page-banner.devops-banner p{
    max-width:500px;
}
@media only screen and (min-width: 1024px) {
  #page-banner.devops-banner h1{
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 50px;
  }
  #page-banner.devops-banner p{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px; 
  }
}
.tabs.devops{
  margin-top: 0;
  background: #ffce00;
}
.tabs.devops ul li a:before{
  background: #c4c9d0;
}
.tabs.devops ul li a,
.devops-tab h2,
.devops-tab p,
.devops-tab p *,
.devops-tab .button,
.devops-tab .button2,
#exam-guide-form *{
  color: #4a4a4a;
}
.devops-tab{
    background-size:cover;
}
.tabs.devops ul li{
    width:25%!important;
}
@media only screen and (min-width: 1024px){
  .tabs.devops ul li a {
    font-size: 17px;
  }
}
#content .devops-tab .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.stand-out-in-devops{
  background: #fff;
}

@media only screen and (min-width: 768px){
  .devops-tab p{
    font-size: 16px;
    line-height: 24px;
  }
  .devops-tab h2{
    width: 80%;
  }
}
.popup-video{
  display: block;
}
@media only screen and (max-width: 767px){
  .popup-video{
    margin-top: 10px;
  }
  
  .view-display-id-webinars_up #events .container .row > div .content .image,
  .view-display-id-webinars_rec #events .container .row > div .content .image{
    background-size: contain;
    margin-top: 5px;
  }
  .view-display-id-webinars_up .container .box-articles h3, .view-display-id-webinars_rec .container .box-articles h3{
        min-height: 42px !important;
  }
}
.delivered-by-leader{
  background: #fff;
}
#download-exam-guides,
#exam-guide-form section{
  background: #dbb44a center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px){
  #download-exam-guides,
  #exam-guide-form section{
    background-image: none!important;
  }
  
}
#download-exam-guides h2{
  margin-bottom: 40px;
}
#download-exam-guides .button2{
  margin: 70px 0 0;
}
#exam-guide-form .button2{
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px){
  #download-exam-guides .button2,
  #exam-guide-form .button2{
    font-size: 16px;
  }
}
.take-the-exam{
  background: #fff;
  text-align: center;
}
.take-the-exam h2{
  width: 100%;
}
.take-the-exam p{
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
#exam-guide-form .container{
  padding-top: 60px;
  padding-bottom: 60px;
}
.form-container{
  background: #fff;
}
#exam-guide-form input.required{
  background: #fff;
  border-color: #979797;
}
#exam-guide-form .form-item{
  margin-bottom: 20px;
}
#exam-guide-form input.webform-submit{
  margin: 0;
}
#exam-guide-form label{
  background-image: url("../images/sprite-checkbox.png");
}
#areas{
  position: relative;

}

.area-wrapper p.area{
  position: relative;
  font-size: 14px;
  margin-bottom: 2px;
  padding: 15px 10px;
  background: #d8d8d8;
  cursor: pointer;
}
.area-wrapper.active p.area{
  background: #ffce00;
}

.area-description div,
.area-tools div{
  display: none;
  padding: 10px;
}
.area-wrapper.active .area-description div,
.area-wrapper.active .area-tools div{
  display: block;
}
@media only screen and (min-width: 992px) {
  #areas .abs{
    position: absolute;
    top: 0;
  }
  .area-wrapper.active p.area:after{
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: -25px;
    border-style: solid;
    border-width: 9px 15px 9px 0;
    border-color: transparent #ffcc00 transparent transparent
  }

  .area-description div{
    min-height: 278px;  
    border: 5px solid #ffce00;
    background: #fff;
    padding: 10px 25px;

  }
  .area-tools div{
    min-height: 278px;  
    padding: 15px 20px;
    background: #ffce00;
  }
}

#exam-guide-form{
    position:relative;
}
#exam-guide-form .mfp-close{
    right:15px;
    font-size:40px;
}


@media only screen and (max-width: 767px) {
    .tabs.devops ul li{
        width: 100%!important;
    }
}
/* //DevOps Page */


#training-program.lpic .content h4{
    padding: 30px;
    padding-bottom:0px;
    margin-bottom:0px;
}
#training-program.lpic .content ul{
    min-height:auto;
}
@media only screen and (min-width: 1024px) {
  #training-program.lpic .content h4{
    padding: 30px 100px 0;
  }
  

}
@media only screen and (min-width: 768px){
    #training-program .content h4{
        padding: 30px;
    }
}

.comment-form, .ajax-comments-form-reply{
    margin-top:20px; 
}

.comment-form input[type="submit"]{
    display: table-cell;
    vertical-align: middle;
    background: #ffcd04;
    font-size: 16px;
    transition: all 0.2s;
    color: #262626;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    margin-right:10px;
}

.comment-form input[type="submit"]:hover{
    background: #fad84b;
    transition: all 0.2s;
}

.comment-wrapper p{
    margin-bottom:5px;
}

.comment-text h3{
    margin-bottom:10px;
}

.comment-text{
    margin-bottom:10px;
}

.comment-wrapper .comment{
    overflow: hidden;
    margin-bottom:20px;
}

.latest-news .box-articles .article.blog-listing-item:not(.featured) .info-content .date{
    font-size:14px!important;
}
.latest-news .box-articles .article.blog-listing-item .author{
    margin-bottom:10px;
}

.node-type-landing-page .take-the-exam p{
    max-width:800px;
}

.block-gtranslate select{
  background: #ffcd04;
    border: 0px;
    font-size: 12px;
}

.block-gtranslate select option[value^="/pl"],
.block-gtranslate select option[value^="/ko"],
.block-gtranslate select option[value^="/el"]{
    display: none;
}

.language-block{
    top:0px;
    position: relative;
    display: inline-block;
    margin-left: 0px;
    right:0px;
}
.block-gtranslate h2{
  display:none;
}

.webform-client-form-245 .webform-container-inline > div{
    width: 33.33%;
    float: left;
}

.webform-client-form-245 .webform-container-inline .form-item-submitted-application-date-day{
    padding: 0px 10px;
    box-sizing: border-box;
}

.webform-component--q6-container{
    position: relative;
}

.webform-component--q6-container legend{
    display: none;
}

.webform-component--q6-container--q6-detail-promotional-material label,
.webform-component--q6-container--q6-detail-media-contact label,
.webform-component--q6-container--q6-detail-organization-club label,
.webform-component--q6-container--q6-detail-other label{
    display: none;
}

.webform-component--q6-container--q6-detail-promotional-material input,
.webform-component--q6-container--q6-detail-media-contact input,
.webform-component--q6-container--q6-detail-organization-club input,
.webform-component--q6-container--q6-detail-other input{
    height: 32px;
}

.webform-component--q6-container--q6-detail-promotional-material,
.webform-component--q6-container--q6-detail-media-contact,
.webform-component--q6-container--q6-detail-organization-club,
.webform-component--q6-container--q6-detail-other{
    position: absolute;
    width: 73%;
    right: 0px;
    top: 69px;
}

.webform-component--q6-container .form-checkboxes > div{
    margin-bottom: 15px;
}

.webform-component--q6-container--q6-detail-media-contact{
    top: 113px;
}

.webform-component--q6-container--q6-detail-organization-club{
    top: 156px;
}

.webform-component--q6-container--q6-detail-other{
    top: 240px;
}

.webform-client-form-245 input[type="radio"]{
    display: none;
}

.webform-client-form-245 input[type="radio"] + label{
    display: inline-block;
    height: auto;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    font: 12px/18px 'Open Sans', helvetica, sans-serif;
    color: #222;
}

.webform-client-form-245 input[type="radio"] + label{
    background-image: url(../images/sprite-checkbox.png);
    padding-left: 20px;
}

.webform-client-form-245 input[type="radio"]:checked + label{
    background-position: 0 -183px !important;
}

.webform-client-form-245 input[type="checkbox"] + label{
    background-image: url(../images/sprite-checkbox.png);
    padding-left: 20px;
    background-position: 0 -184px;
}

.webform-client-form-245 input[type="checkbox"]:checked + label{
    background-position: 0 -180px !important;
}

.webform-client-form-245 input[type="text"]{
    width: 50%;
    clear: left;
    display: block;
}

.webform-client-form-245 .form-textarea-wrapper{
    width: 75%;
}

.webform-client-form-245 a{
    font-size: 14px;
}

.h1{
    font-size: 30px;
    line-height: 35px;  
}

.date.event,
.date.Events{
    text-indent: -9999px;
}

#header .japan-menu{
    background: #c4c9d0;
}

#header .japan-menu ul li{
        list-style: none;
    display: inline-block;
    width: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
    float: left;
    margin-right: 7%;
}

#header .japan-menu ul li:last-child{
    margin-right: 0px;
}

#header .japan-menu ul{
    float: none !important;
    padding: 0px;
    margin: 0px;
}

#header .japan-menu ul li a{
    color: #000;
    padding: 10px 0px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}


#header .japan-menu ul li a:hover, #header .japan-menu ul li a:focus {
    text-decoration: none;
    background-color: transparent;
}

#header .japan-menu ul li:hover a, #header .japan-menu ul li a.active {
    border-bottom: 2px solid #ffcd04;
}

#header .japan-menu button span {
  background: #000;
  display: block;
  height: 3px;
  margin: 5px 0;
  width: 30px;
}

#header .japan-menu button {
  overflow: hidden;
}
#header .japan-menu button span {
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}

#header .japan-menu button:not(.collapsed) span.top-bar {
  transform: rotate(45deg);
  top: 7px;
}
#header .japan-menu button:not(.collapsed) span.middle-bar {
  opacity: 0;
}
#header .japan-menu button:not(.collapsed) span.bottom-bar {
  transform: rotate(-45deg);
  top: -9px;
}

.node-japan-individual .japan-menu {
    background: #c4c9d0;
    border-bottom: 1px solid #c4c9d0;
}

.node-japan-individual .japan-menu ul{
    margin: 0px;
    padding: 0px;
}

.node-japan-individual .japan-menu ul li{
    list-style: none;
    display: inline-block;  
    padding: 0px;
    margin: 0px;
    text-align: center;
    float: left;
}

.node-japan-individual .japan-menu ul li a{
    color: #363636;
    padding: 10px 0px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    height: 70px;
}

.node-japan-individual .japan-menu ul li a:hover,
.node-japan-individual .japan-menu ul li a:focus{
    text-decoration: none;
    background-color: transparent;
}

.node-japan-individual .japan-menu ul li:hover a,
.node-japan-individual .japan-menu ul li a.active{
    border-bottom: 2px solid #ffcd04;
}

.node-japan-individual .japan-menu button {
  display: block;
  width: 50px;
  padding: 7px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .japan-menu button {
    display: none;
  }

}
@media only screen and (max-width: 768px) {  
  .japan-menu ul li{
    width: 100%;
  }
  
  .japan-menu ul li a{
    height: auto;
  }
}
.node-japan-individual  .japan-menu button span {
  background: #000;
  display: block;
  height: 3px;
  margin: 5px 0;
}

.node-japan-individual  .japan-menu button {
  overflow: hidden;
}
.node-japan-individual .japan-menu button span {
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}

.node-japan-individual .japan-menu button:not(.collapsed) span.top-bar {
  transform: rotate(45deg);
  top: 7px;
}
.node-japan-individual .japan-menu button:not(.collapsed) span.middle-bar {
  opacity: 0;
}
.node-japan-individual .japan-menu button:not(.collapsed) span.bottom-bar {
  transform: rotate(-45deg);
  top: -9px;
}

.lang-ja .page #content{
    margin-top: 70px;
}

.page-search #training_partner.contact-us .container .page-form .form-item{
    width: 100%;
    margin-bottom: 70px;
    position: static;
}

.page-search #training_partner.contact-us .container .page-form .form-item input{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: transparent url('../images/search.jpg') no-repeat center right;
    background-size: auto 100%;
    max-width: 80%;
    margin: 0px auto;
    display: block;
}

.page-search #training_partner.contact-us .container .page-form .views-exposed-widget label{
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}

.page-search .page-form input[type="submit"]{
    margin: 20px auto !important;
    float: none; 
    margin-bottom: 40px !important;
}

.page-search .page-form input[type="submit"]:first-child{
    display: none !important;
}

.page-search #asked-questions .container{
    padding: 30px !important;  
}

.page-search #edit-field-type-value-wrapper{
    display: none;
}

.page-search .view-header {
    text-align: CENTER;
    margin: 50px 0px;
    font-size: 20px;
}

.page-search #training_partner.contact-us .container p{
    text-align: left;
    max-width: 100%;
    margin: 0px;
    /* margin-bottom: 15px; */
}

.page-search #training_partner.contact-us .container p.category{
    font-weight: bold;
    font-size: 28px;
    line-height: 62px;
}

.page-search #training_partner.contact-us .row{
    margin-bottom: 20px;
    border-bottom: 1px dotted;
    padding-bottom: 20px;
}

.page-search #training_partner.contact-us .row h3 a{
    color: inherit;
}

.page-search #training_partner.contact-us .row .date{
    margin-bottom: 10px;
}

.page-search .placeholder{
    background: transparent
}

.page-search .view-search .pager{
    margin-bottom: 40px;
}

.page-search #training_partner.contact-us .pager a{
    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;
    border-radius: 0px;
    margin: 0px auto;
}

.page-search #training_partner.contact-us .view-search .view-content{
    max-width: 900px;
    margin: 0px auto;
    width: 100%;
}

.page-search.search-page-results .fake-filters label{
    display: inline-block;
}

.page-search.search-page-results .fake-filters select{
    width: auto;
    background: transparent;
    border: 0px;
    color: #008ace;
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.page-search #training_partner.contact-us .container h2{
    line-height: 12px;
    text-align: left;
}
.node-type-article .content .container a.h1{
    display: block;
    font-size: 30px;
    line-height: 35px;
}

#content .japan-part-sections .blog-content{
    margin: 0px;
    padding: 60px 75px;
}

#content .japan-part-sections .japan-menu .container{
    padding: 0px;
}

#content .japan-part-sections .japan-menu{
    background: #c4c9d0;
    padding-top: 45px;
}

#content .japan-part-sections .japan-menu ul{
    text-align: center;
}

#content .japan-part-sections .japan-menu ul li{
    display: inline-block;
    margin-right: 65px;
    width: auto;
    float: none;
}

#content .japan-part-sections .japan-menu ul li:last-child{
    margin-right: 0px;
}

#content .japan-part-sections .japan-menu ul li a{
    font-weight: bold;
    color: #000;
}

#content .japan-part-sections .japan-section-item .section-header{
    padding-top: 70px;
    padding-bottom: 65px;
    background: #ffcc01;
    margin-bottom: 65px;
}

#content .japan-part-sections .japan-section-item h2{
    text-align: center;
    color: #fff;
    font-size: 60px;
}

#content .japan-part-sections .japan-section-item .container{
    padding-top: 0px;
    padding-bottom: 0px;
}


#content .japan-part-sections .japan-section-item .box .inner-box{
    padding: 28px 60px; 
    background: #fff;
    margin-bottom: 50px;
}

#content .japan-part-sections .japan-section-item .row{
    margin-left: -12.5px;
    margin-right: -12.5px;
}

#content .japan-part-sections .japan-section-item .box{
    padding-left: 12.5px;
    padding-right: 12.5px;
}

#content .japan-part-sections .japan-section-item .box .inner-box p.black-bold{
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#content .japan-part-sections .japan-section-item .box .inner-box p.blue{
    text-align: center;
    color: #b9eaf7;
    margin-bottom: 20px;
}

#content .japan-part-sections .japan-section-item .box .inner-box .image{
    margin-bottom: 30px;
    text-align: center;
}

#content .japan-part-sections .japan-section-item .box.centered .inner-box p{
    max-width: 80%;
    margin: 0px auto;
}

#content .japan-part-sections .japan-section-item .box .inner-box a.btn{
    width: calc(100% - 300px);
    text-align: center;
    padding: 10px 0px;
    font-size: 21px;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
    min-width: 270px;
    max-width: 300px;
}

#content .japan-part-sections table > tbody > tr > td{
    padding: 5px;
    font-weight:  500;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table p{
    margin-bottom: 0px;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table{
    border: 2px solid #000;  
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table > tbody > tr > td{
    width: 33.33%;
    border: 2px solid;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table tbody table tbody tr td{
    width: 50%;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table tbody table tbody tr td{
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table tbody table tbody tr td:first-child{
    border-left: 0px;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table tbody table tbody tr td:last-child{
    border-right: 0px;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table tbody table tbody tr:last-child td{
    border-bottom: 0px;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table tbody table{
    margin: 0px;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item > table tbody tr:last-child td:last-child {
    padding: 0px;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item table thead{
    background: #bf172c;
    color: #FFE;
    font-size: 25px;
    text-align: center;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item table + p{
    display: none;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item table thead th{
    border: 2px solid #000; 
    text-align: center;
    padding: 0px;
}

#content .japan-part-sections .japan-section-item .field-name-body .field-item table tbody td{

    text-align: center;
    vertical-align: middle;
}

.btn-yellow{
    background: #ffcc01;
    color: #FFE;
    border: 2px solid transparent;
}

.btn-yellow:hover{
    background: #fff;
    color: #ffcc01;
    border: 2px solid #ffcc01;
}

.view-id-books .blog-content{
    margin: 0px;
    margin-bottom: 30px;
}

.view-id-books #edit-field-book-category-tid-wrapper .form-item > .form-item:first-child{
    display: none;
}

.view-id-books #edit-field-book-category-tid-wrapper .form-item > .form-item{
    float: left;
    margin-right: 20px;
}

#content .japan-part-sections h1,
.view-id-books h1{
    font-weight: bold;
}

#exam-guide-form ul.dropdown-menu{
    width: 100%;
    max-width: 465px;
    text-align: center;
    padding: 0px;
}

#exam-guide-form ul.dropdown-menu li{
    background: #eef1f2;
    padding: 5px 0px;
}


@media only screen and (max-width: 1366px) {
#header .japan-menu ul li{
    margin-right: 4%;
}
}

@media only screen and (max-width: 1280px) {
    #content .japan-part-sections .japan-menu ul li{
        margin-right: 35px;
    }
}

@media only screen and (max-width: 768px) { 
    #content .japan-part-sections .japan-menu{
        padding: 0px;
    }
    #content .japan-part-sections .japan-menu ul li{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #000;
    }
    #content .japan-part-sections .japan-menu ul li:last-child{
        border: 0px;
    }
    #content .japan-part-sections .japan-section-item .section-header{
        padding-top: 25px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    #content .japan-part-sections .japan-section-item .box .inner-box{
        margin-bottom: 25px;
    }
    #content .japan-part-sections .japan-section-item .box .inner-box a.btn{
        font-size: 17px;
        padding: 5px 0px;
        min-width: 200px;
    }
    
    .view-id-books .blog-content .col-sm-3{
        text-align: center;
        margin-bottom: 20px;
    }
}

.membership-type-columns {
	margin-bottom: 26px;
}

.membership-type-col {
	float: left;
	width: 50%;
	padding: 0 13px;
}

.membership-type-block {
	background-color: #FFF;
	padding: 50px;
}

.membership-type-block h2 {
	margin-bottom: 25px!important;
}

.membership-type-block > *:last-child {
	margin-bottom: 0;
}

.membership-type-block .button2 {
	max-width: 290px;
	display: block;
	margin: 0 auto;
}

.membership-type-block ul {
	margin: 20px 0 50px;
	list-style: none;
	padding: 0;
}

.membership-type-block ul li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 45px;
}

.membership-type-block ul li:before {
	content: '';
	width: 30px;
	height: 23px;
	background: url(../images/check.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1;
}

.membership-type-block ul li s {
	color: #c6c3c3;
	text-decoration: none!important;
}

.membership-type-block ul li s:before {
	content: '';
	width: 30px;
	height: 23px;
	position: absolute;
	background: #FFF;
	left: 0;
	top: 1px;
	z-index: 2;
}

.membership-plans {
	margin: 0 13px;
	background: #FFF;
	padding: 50px;
}

.membership-plan h2 {
	margin: 0 0 15px!important;
	text-align: left!important;
}

.membership-plan h5 {
	margin-bottom: 15px;
}

.membership-plan + .membership-plan {
	margin-top: 50px;
}

.membership-plan > *:last-child {
	margin-bottom: 0;
}

.membership-plan a:after {
	content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 6px;
}

.button2:after{
	content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 6px;
}

@media screen and (max-width: 991px) {
	.membership-type-col {
		float: none;
		width: auto;
		margin-bottom: 26px;
		padding: 0;
	}
	
	.membership-type-block {
		padding: 20px;
	}
	
	.membership-plans {
		padding: 20px;
		margin: 0;
	}
	
	.membership-type-block ul li {
		padding-left: 32px;
	}
	
	.membership-type-block ul li:before,
	.membership-type-block ul li s:before {
		width: 20px;
		height: 15px;
	}
}

#sliding-popup .eu-cookie-compliance-default-button{
    display: none !important;
}

#sliding-popup .eu-cookie-compliance-secondary-button{
    color: #fff !important;
    background: #008ace;
    font-weight: 700;
    padding: 10px;
}

.page-node-35 #get-involved > .boxes > .row > .col-xs-12{
    width: 50%;
}

@media screen and (max-width: 460px) { 
    .page-node-35 #get-involved > .boxes > .row > .col-xs-12{
        width: 100%;
    }
}

/** Committee templates */
.white-bk{
    background: #fff;
}

.text-center{
    text-align: center;
}

.p50{
    padding: 50px;
}

section.committees .section-content-item .committee-image img{
    max-width: 105px;
}

section.committees .section-content-item{
    padding: 40px 40px;
}

section.committees .section-content-item p:not(.desc){
    margin-bottom: 0px;
}

section.committees .section-content-item a.button2{
    margin-top: 25px;
}

.node-type-commitee-overview section .section-title{
    margin-bottom: 60px;
}

section.committees .section-content-item + .section-content-item{
    margin-top: 30px;
}

.committee-call-to-action .container{
    padding-top: 0px !important;
}

.committee-call-to-action a{
    display: block;
    vertical-align: middle;
    background: #ffcd04;
    transition: all 0.2s;
    color: #262626;
    text-align: center;
    padding: 40px 20px;
    width: 550px;
    text-decoration: none;
    font-size: 30px;
    line-height: 35px;
    margin: 0px auto;
}

.committee-call-to-action a:hover{
    background: #fad84b;
    transition: all 0.2s;
}

.node-type-commitee-overview .field-name-body a{
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    border: 3px solid #ffcb00;
    font-size: 18px;
    line-height: 20px;
    background: none;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    color: #333333;
    margin-top: 60px;
}

.node-type-commitee-overview .field-name-body a:hover{
    background: #ffcb00;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    color: #333333;
}

.node-type-commitee-overview .field-name-body a.plain_link {
    border: 0;
    display: inline;
    color: #008ace;
}

.node-type-commitee-overview .field-name-body a.plain_link:hover {
  background: none;
  color: #008ace; 
  text-decoration: underline;
}

.node-type-commitee-overview .top-section img{
    width: 100%;
}

.node-type-commitee-individual section.title .container p.h1{
    margin-top: 70px;    
}

.node-type-commitee-individual section.title .container p.h2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 24px;
}

.node-type-commitee-individual .committee-2boxes .container{
    max-width: 1230px;
    padding-top: 30px !important;
}

.node-type-commitee-individual .committee-2boxes .box-container{
    padding: 30px;
}

.node-type-commitee-individual .committee-2boxes .box-container .box-image img{
    max-width: 150px;
}

.node-type-commitee-individual .committee-2boxes .box-container .box-image{
    margin-bottom: 50px;
}

.node-type-commitee-individual .committee-news .white-bk{
    padding: 30px;
}

.node-type-commitee-individual .committee-news p a{
    font-size: 15px;    
    margin-top: -10px;
    margin-bottom: -20px;
    display: block;
}

.node-type-commitee-individual .committee-news h3{
    margin-bottom: 5px;
}

.node-type-commitee-individual .committee-list-items .row + .row{
    margin-top: 40px;
}

.node-type-commitee-individual .committee-list-items .row{
    padding: 30px;
}

.node-type-commitee-individual .committee-list-items .row img{
    max-width: 101px;
}

.node-type-commitee-individual section + section .container{
    padding-top: 0px !important;
}

.node-type-commitee-individual .committee-list-items .section-title h2{
    margin-bottom: 50px;    
}

.node-type-tasks-roles-page section + section{
    margin-top: 60px;
}

.node-type-tasks-roles-page section table > tbody > tr > td{
    padding: 0px !important;
}

.node-type-tasks-roles-page section table > tbody > tr > td ul{
    padding-left: 20px;
}

.node-type-tasks-roles-page section table > tbody > tr > td + td{
    width: 50%;
}

.node-type-tasks-roles-page section .section-title h2{
    margin-bottom: 50px;
}

.node-type-tasks-roles-page section h3{
    margin-bottom: 5px;
}

.node-type-tasks-roles-page #content .container{
    padding-top: 0px !important;
}

@media screen and (max-width: 1023px) { 
    .committee-call-to-action a{
        padding: 10px 0px;
        width: 340px;
        font-size: 14px;
        line-height: 17px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .node-type-commitee-individual section.title .container p.h1{
        margin-top: 30px;
    }
    .h1,
    .h2,
    .h3,
    .node-type-commitee-individual section.title .container p.h2{
        font-size: 18px;
    }
    
}

/** Board cnadidates page */
.yellow-accordion .panel{
    border: 0px;
    border-radius: 0px;
}

.yellow-accordion .panel .panel-body{
    padding: 15px 0px;    
}

.yellow-accordion .panel-heading{
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.yellow-accordion .panel-heading span{
    padding: 10px;
    background: #cccccc;
    display: block;
    font-size: 18px;
    line-height: 24px;
}

.yellow-accordion .panel-heading span i{
    color: #fff;
    font-size: 23px;
    line-height: 26px;
    font-weight: bold;
}

.yellow-accordion .panel-heading span.collapsed{
    background: #ffcb00;
}

.yellow-accordion .panel-heading span i.fa-minus-circle{
    display: inline;
}

.yellow-accordion .panel-heading span i.fa-plus-circle{
    display: none;
}

.yellow-accordion .panel-heading span.collapsed i.fa-minus-circle{
    display: none;
}

.yellow-accordion .panel-heading span.collapsed i.fa-plus-circle{
    display: inline;
}

.board-candidates .candidate-item .image{
    margin-bottom: 15px;
}

.board-candidates .candidate-item h2{
    margin-top: 0px;
}

.board-candidates .yellow-accordion{
    margin-top: 30px;
}

.img-100{
    width: 100%;
}

.node-type-board-candidates-landing #page-banner h1{
    color: #000;
}

/** Certigications page */

.node-type-certifications .tabs.objectives{
    margin: 0px;    
}

.node-type-certifications .tab-content h2.text-center{
    font-weight: bold;
}

.node-type-certifications .tabs.objectives ul li a,
.node-type-certifications .tabs.fixed ul li a{
        font: 400 17px/30px 'Open Sans', helvetica, sans-serif;
}

.node-type-certifications .tabs.objectives ul li a{
    text-align: center;
}

.node-type-certifications .tabs.objectives .container{
    padding: 0px 30px !important;
}

.node-type-certifications .tabs.objectives ul li{
    display: table;
}

body.node-type-certifications.scrolled .tabs.fixed,
body.node-type-certifications .tabs.fixed{
    position: fixed;
    top: 62px;
    z-index: 9;
    margin: auto;
    left: 0px;
    right: 0px;
    height: auto!important;
}

body.node-type-certifications.scrolled .tabs.fixed .container{
    padding: 0px 30px !important;
}

body.node-type-certifications.scrolled .tabs.fixed ul li{
    display: table;
}

/*a.linkedin{
    background: url('../images/lpi-linkedin.png') no-repeat top center;
    background-size: 100%;
}*/

.view-display-id-webinars_up .container .box-articles a.image,
.view-display-id-webinars_rec .container .box-articles a.image{
    margin-bottom: 10px !important;
}

.view-display-id-webinars_up .container .box-articles .view-content > .webinar-item{
    margin-bottom: 30px;
}

.view-display-id-webinars_up .container .box-articles h3 a,
.view-display-id-webinars_rec .container .box-articles h3 a{
    color: #333;
    font-weight: bold;
    font-size: 15px !important;
    margin: 0px;
    line-height: 20px !important;
}

.view-display-id-webinars_up .container .box-articles h3,
.view-display-id-webinars_rec .container .box-articles h3{
    margin-bottom: 0px;
    min-height: 82px;
}

.view-display-id-webinars_up .container .box-articles .info-content p,
.view-display-id-webinars_rec .container .box-articles .info-content p{
    font-size: 11px !important;
}

.view-display-id-webinars_up h1,
.view-display-id-webinars_rec h1{
    margin-left: 10px;
    margin-bottom: 30px !important;
}

 .view-display-id-webinars_up #events .container .row > div,
 .view-display-id-webinars_rec #events .container .row > div{
    min-height:  0px !important;
 }
 
#chartdiv{
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.node-type-world-map .field-name-body{
    max-width: 790px;
    margin: 0px auto;
}

section.world-map{
    background: #fff;
    padding-top: 40px;
}

section.map-regions{
    padding-top: 110px;
    background: #fff;
}

section.map-regions .region-item{
    overflow: hidden;
}

section.map-regions .region-item + .region-item{
    margin-top: 40px;
}

section.map-regions .region-item .pull-left{
    max-width: 140px;
}

section.map-regions .region-item .pull-right{
    max-width: calc(100% - 150px);
}

section.map-regions > .row + .row{
    margin-top: 100px;
}

section.map-regions .region-item p{
    margin-bottom: 0px;
}

g[aria-labelledby="id-79-title"]{
    display: none;
}

.view-articles .webinar-item{
    margin: 10px 0px;
}

@media screen and (max-width: 767px) {
    section.map-regions .row-region{
        margin: 0px;
    }
    section.map-regions > .row + .row{
        margin-top: 40px;
    }
    section.map-regions .region-item + .region-item{
        margin-top: 15px;
    }
    section.map-regions .buttons-regions{
        margin-bottom: 45px;
    }
    
    #chartdiv{
        height: 300px;
    }
}

.node-type-history{
    background: #fff;
}

.node-type-history .history{
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}

.node-type-history .history .img-responsive {
  float: none;
  width: auto;
  display: block;
}

.history-line {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.history-line span {
  display: block;
  max-width: 653px;
  margin-left: 143px;
}

.node-type-history .history .history-item{
    margin-bottom: 105px;
}

.node-type-history .history .history-item.even .text{
    order: 2;
}

.node-type-history #page-banner .text-content{
    height: 440px;
    vertical-align: middle;
}
.node-type-history .field-name-body{
    margin-top: 30px;
}
.node-type-history .history .history-item .image{
    text-align: center;
}

.node-type-history .history .history-item .image:before,
.history-line:after {
  content: '';
  width: 36px;
  height: 36px;
  background: #ebbc3c;
  position: absolute;
  border-radius: 50%;
  z-index: 5;
  top: 50%;
  margin-top: -18px;
}

.history-line:after {
  top: auto;
  bottom: 0;
  left: 50%;
  margin: 0 0 36px 16px;
}

.node-type-history .history .history-item-0 .image:before {
  left: 107px;
}

.node-type-history .history .history-item-1 .image {
  padding-right: 100px;
}

.node-type-history .history .history-item-1 .image img {
  margin-left: 0!important;
}

.node-type-history .history .history-item-1 .image:before {
  right: 36px;
}

.node-type-history .history .history-item-2 .image {
  padding-left: 100px;
}

.node-type-history .history .history-item-2 .image:before {
  left: 152px;
}

.node-type-history .history .history-item-3 .image {
  padding-right: 70px;
}

.node-type-history .history .history-item-3 .image img {
  margin-right: 0!important;
}

.node-type-history .history .history-item-3 .image:before {
  left: 145px;
}

.node-type-history .history .history-item-4 .image:before {
  left: 117px;
}

.node-type-history .history .history-item .image img {
  margin-left: auto;
  margin-right: auto;
}

.node-type-history .history .history-item .text p {
  line-height: 1.5;
}

.node-type-history .history .history-item .text p:last-child {
  margin-bottom: 0;
}

.node-type-history .history .history-item .text > .field {
  max-width: 570px;
}

@media screen and (max-width: 1023px) {
    .node-type-history #page-banner .text-content{
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .node-type-history #page-banner .text-content{
        height: auto;
    }

    .node-type-history .field-name-body{
        margin-top: 20px;
    }
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .page-history-block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .node-type-history .history .history-item .text p {
    font-size: 16px;
  }

  .node-type-history .history .history-item {
    margin-bottom: 125px;
  }

  .history-line span {
    max-width: 607px;
    margin-left: -3px;
  }

  .node-type-history .history .history-item-0 .image img {
    margin-right: 0;
  }

  .node-type-history .history .history-item-0 .image:before {
    left: 102px;
  }

  .node-type-history .history .history-item-1 {
    padding-top: 40px;
  }

  .node-type-history .history .history-item-1 .text > .field {
    max-width: 400px;
    margin-left: auto;
  }

  .node-type-history .history .history-item-1 .image:before {
    right: 46px;
  }

  .node-type-history .history .history-item-2 .image {
    padding-left: 185px;
  }

  .node-type-history .history .history-item-2 .image:before {
    left: 132px;
  }

  .node-type-history .history .history-item-3 .image:before {
    left: 14px;
  }

  .node-type-history .history .history-item-4 {
    margin-bottom: 90px;
  }

  .node-type-history .history .history-item-4 .image {
    padding-left: 155px;
  }

  .node-type-history .history .history-item-4 .image:before {
    left: 92px;
  }
}

@media (max-width: 1024px) {
  .history-line {
    display: none!important;
  }

  .node-type-history .history:before {
    content: '';
    height: 100%;
    width: 4px;
    left: 15px;
    position: absolute;
    background: #ebbc3c;
  }

  .node-type-history .history .history-item {
    margin-bottom: 50px!important;
    padding-left: 50px;
  }

  .node-type-history .history .history-item .row > div {
    width: 100%!important;
    padding: 0 15px!important;
  }

  .node-type-history .history .history-item .image {
    order: 1!important;
    margin-top: 15px;
  }

  .node-type-history .history .history-item .text {
    order: 1!important;
  }
  .node-type-history .history .history-item .text > .field {
    max-width: none!important;
  }

  .node-type-history .history .history-item .image:before {
    display: none!important;
  }

  .node-type-history .history .history-item .image img {
    margin-left: 0!important;
    margin-right: auto!important;
    max-width: 320px;
  }

  .node-type-history .history .history-item .text:before,
  .field-name-field-bottom-content:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ebbc3c;
    position: absolute;
    border-radius: 50%;
    z-index: 5;
    top: -6px;
    left: -32px;
  }

  .field-name-field-bottom-content {
    padding-left: 50px;
    position: relative;
  }

  .field-name-field-bottom-content:before {
    left: 0;
  }

  .field-name-field-bottom-content p {
    text-align: left!important;
  }

  .node-type-history #content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width: 767px) {
  .node-type-history .history .history-item .image img {
    max-width: 240px;
  }
}

.view-id-timeline .view-header > p,
.view-id-timeline #page-banner br{
    display: none;
}

.view-id-timeline{
    background: #fff;
}

.view-id-timeline .item-list ul li{
    margin: 0px;
    padding: 0px;
}

.view-id-timeline .simple_timeline ul .timeline-image{
    max-width: 300px;
}

.view-id-timeline .simple_timeline ul .timeline-image img{
    height: auto;
}

.view-id-timeline .simple_timeline ul .timeline-content{
    width: calc(100% - 310px);
}

.view-id-timeline .simple_timeline ul li .timeline-text{
    width: auto;
    float: none !important;
    /* text-align: justify !important; */
}

#asked-questions .questions-box .item.open .question,
#asked-questions .questions-box .item.open .answer{
    font-weight: bold;
}

/** Board elections */
.yellow-bk{
    background: #fbc000;
}

.section-board-elections .background-section{
    padding: 104px 0px;
}

.section-board-elections .background-section .text-content{
    max-width: 490px;
}

.section-board-elections .background-section .text-content h1{
    font-size: 51px;
    line-height: 68px;
}

.key-election-dates .key-election-dates-items .key-election-dates-item {
    padding: 10px 0px;
    border-bottom: 1px solid #000;
    font-size: 16px;
}

.key-election-dates .key-election-dates-items .key-election-dates-item a {
    font-size: 16px;
}

.key-election-dates{
    padding-top: 30px;
}

.key-election-boxes{
    padding: 30px 0px;
}

.key-election-boxes .key-election-boxes-item{
    background: #ebeff0;
    padding: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
    padding-top: 196px;
}

.node-type-board-elections .button2:after{
    display: none;
}

.node-type-board-elections .row:not(.webinars-carousel){
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.node-type-board-elections .row .col-sm-4{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.board-elections-quick-links .board-elections-quick-link a{
    cursor: pointer;
}

.board-elections-quick-links .board-elections-quick-link span.button2{
    background: #ebeff0;
}

.board-elections-quick-links .board-elections-quick-link > *{
    padding: 29px 0px;
    display: block;
    margin-bottom: 15px;
}

.node-type-board-elections .webinars{
    padding-bottom: 30px;
}

.node-type-board-elections .webinars .left-arrow{
    background: url(../images/left-arrow.png) no-repeat;
    left: -30px;
}

.node-type-board-elections .webinars .right-arrow{
    background: url(../images/right-arow.png) no-repeat;
    right: -30px;
}

.node-type-board-elections .webinars .slick-arrow{
    height: 63px;
    width: 22px;
    margin-top: -31.5px;
}

.node-type-board-elections .webinars h2{
    margin-bottom: 40px;
}

.node-type-board-elections .webinars .webinar-content{
    padding: 10px 20px;
}

.node-type-board-elections .webinars .webinar-content h3{
    min-height: 90px;
}
.node-type-board-elections .webinars .webinar-content p{
    font-size: 13px;
}

.node-type-board-elections .webinars .webinar-content h3 a{
    color: #333;
    font-weight: bold;
    font-size: 15px !important;
    margin: 0px;
    line-height: 20px !important;
}

.key-election-boxes .key-election-boxes-item span.button2,
.key-election-boxes .key-election-boxes-item span.button2:hover{
    background: #d6d6d6 !important;
}

@media (max-width: 767px) {
    .section-board-elections .background-section{
        background: none !important;
        padding: 50px 0px;
    }
    
    .key-election-boxes .col-sm-4 + .col-sm-4{
        margin-top: 20px;
    }
    .node-type-board-elections .webinars .left-arrow{
        left: -15px;
    }
    
    .node-type-board-elections .webinars .right-arrow{
        right: -15px;
    }
    .node-type-board-elections .webinars h2{
        margin-bottom: 15px;
    }
    
    .key-election-dates .key-election-dates-items .key-election-dates-item .col-sm-3{
        text-align: right;
    }
    
}

@media only screen and (min-width: 1024px){
    .node-type-article #events .container .blog-content h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: inherit;
    }
}

/** changes to events page */
.view-display-id-events .view-content .article:nth-child(3n+1),
.view-display-id-events_category .view-content .article:nth-child(3n+1){
    clear:  left;
}

/** changes to board candidates page */
.board-candidates .candidate-item .image + .candidate-video{
    margin-top: -10px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.board-candidates .candidate-item .candidate-video a{
    color: #fff;
    background: #008ace;
    padding: 6px;
    display: block;
}

.board-candidates .candidate-item .candidate-video a:hover{
    text-decoration: none;
}

.board-candidates .candidate-item .candidate-video a i{
    font-size: 29px;
    line-height: 23px;
}

@media only screen and (min-width: 768px){
    .board-candidates .candidate-item .candidate-video a i{
        font-size: 24px;
        line-height: 17px;
    }  
}

/** Team page changes */
.node-type-world-map .map-regions .row-region > .hidden-xs{
  position: -webkit-sticky;
  position: sticky;
  top: 120px;   
}

section.map-regions .region-item .pull-right{
    padding-right: 20px;
}

.node-type-world-map .map-regions .row-region:last-child{
    padding-bottom: 30px;
}


/** Trainer page */
.paragraphs-items-field-paragraph-sections .paragraphs-items-field-paragraph-item .field-name-field-paragraph-item .field-items.row{
    display: flex;
    flex-flow: row wrap;
}

.paragraphs-items-field-paragraph-sections .paragraphs-items-field-paragraph-item .field-name-field-paragraph-item .field-items.row > div > div{
    min-height: 100%;
}

.paragraphs-items-field-paragraph-sections .paragraphs-items-field-paragraph-item .field-name-field-paragraph-item .field-items.row > div > div.title_background{
    background-size: cover !important;
    background-position: center 20% !important;
    min-height: 500px;
}

.paragraphs-items-field-paragraph-sections .paragraphs-items-field-paragraph-item .field-name-field-paragraph-item .field-items.row > div > div.title_background .block-title-featured{
    padding-left: 40px;
    padding-top: 80px;
}

.paragraphs-items-field-paragraph-sections .paragraphs-items-field-paragraph-item .field-name-field-paragraph-item .field-items.row > div > div.title_background .block-title-featured h2{
    font-weight: 500;
    line-height: 24px;
    font-size: 35px;
}
.paragraphs-items-field-paragraph-sections .block-item{
    background: #fff;
    padding: 30px 40px;
}

.paragraphs-items-field-paragraph-sections .block-item.has-cta{
    padding: 30px 20px 70px 20px;
}

.paragraphs-items-field-paragraph-sections .block-item .image-wrapper{
    margin-bottom: 15px;
}

.paragraphs-items-field-paragraph-sections .block-item .image-wrapper img{
    max-width: 100px;
}

.paragraphs-items-field-paragraph-sections > .field-name-field-paragraph-sections > .field-items > .field-item + .field-item{
    margin-top: 30px;     
}



.node-type-trainer .block-item .block-cta a.button2{
    display: inline-block;
    padding: 15px;
    width: auto;
    max-width: 100%;
}

.node-type-trainer .block-item .block-cta{
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}

.node-type-trainer  #page-banner{
    background-size: cover !important;
    background-position: center !important;
}

.node-type-trainer #footer{
    margin-top: 30px;
}

.node-type-trainer .paragraphs-items .container{
    max-width: 1290px;
}

@media only screen and (min-width: 1440px){
    .node-type-trainer #content .container {
        padding: 0px 30px !important;
    }
    
    .node-type-trainer #content .body-content .container{
        max-width: 1290px;
    }
    
    .node-type-trainer .body-content .field-items{
          padding: 30px 0px 15px 0px;
    }
}

/* Why page */
.page-node-713 #page-banner h1{
    color: #000;
}

/** Success stories */
.page-node-19 #page-banner h1{
    color: #000;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  

/* Dynamic content */
.node-type-dynamic-content .view-timeline #page-banner{
    display: none;
}

.node-type-dynamic-content .paragraphs-items{
    background: #fff;
}

/** Sign up template */
.node-type-sign-up form .form-actions .webform-submit{
    max-width: 100%;
}

.left-side-menu{
  margin: 0;
  position: fixed;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.left-side-menu .left-side-menu-container{
    position: relative;
    min-height: 270px;
    min-width: 60px;
    background: #fff;
    padding-bottom: 20px;
}

.left-side-menu .left-side-menu-container .icons{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    background: #fff;
    padding-top: 45px;
    z-index: 10;
    min-height: 270px;
}

.left-side-menu .left-side-menu-container .icons span{
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover !important;
    margin-bottom: 19px;
    cursor: pointer;
}

.left-side-menu .left-side-menu-container .icons li:last-child span{
    margin-bottom: 0px;
}

.left-side-menu .left-side-menu-container ul{
    margin: 0px;
    padding: 0px;
}

.left-side-menu .left-side-menu-container ul li ul{
    /* max-height: 0; */
    display: none;
}

.left-side-menu .left-side-menu-container ul li.opened > ul{
    /* max-height: 100%; */
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container{
    overflow: hidden;
    transition: all 0.5s ease;
    position: absolute;
    left: -280px;
    top: 0px;
    z-index: 1;
    background: #fff;
    min-height: 270px;
    padding: 20px 0px;
    box-shadow: 3px 4px 6px #b5b5b5;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container .fa-angle-left{
        margin-left: -3px;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container .fa-angle-right{
        margin-right: -3px;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container h3{
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
}

.left-side-menu.opened .left-side-menu-container .left-side-menu-items-container{
    left: 0;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li{
    list-style: none;
    overflow: hidden;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul.level-1{
    padding-left: 60px;
    min-width: 340px;
}

.left-side-menu .left-side-menu-container .open-left-side-menu{
    display: block;
    width: 35px;
    height: 35px;
    background: #ffcb00;
    border-radius: 100%;
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 999;
    text-align: center;
    line-height: 20px;
    font-size: 30px;
    cursor: pointer;
}

.left-side-menu.opened .left-side-menu-container > .open-left-side-menu{
    display: none;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container .open-left-side-menu{
    display: none;
    left: auto;
    bottom: 20px;
    right: 10px;
}

.left-side-menu.opened .left-side-menu-container .left-side-menu-items-container .open-left-side-menu{
    display: block;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li a{
    font-size: 15px;
    color: #262626;
    display: inline-block;
    margin-bottom: 15px;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li a.active{
    color: #ffcb00;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li a.bold{
    font-weight: bold;
    margin-top: 30px;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li a.bold i{
    display: none !important;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container a.yellow_button{
    display: inline-block;
    border: 1px solid #ffcb00;
    padding: 5px 20px 5px 8px;
    margin-bottom: 10px;
    color: #000 !important;
    font-size: 15px; 
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container a.yellow_button.active{
    background: #ffcb00;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container a:hover{
    text-decoration: none;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul:not(.level-1) li:last-child a{
    margin-bottom: 0px;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li > a .fa-angle-left{
    display: none;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li.opened > a .fa-angle-left{
    display: inline;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li.opened > a .fa-angle-right{
    display: none;
}

.left-side-menu .left-side-menu-container .left-side-menu-items-container ul li.opened > a{
    font-weight: bold;
    border: 0px;
}

.left-side-menu.first-level-opened .left-side-menu-container .left-side-menu-items-container ul.level-1 > li{
    display: none;
}

.left-side-menu.first-level-opened .left-side-menu-container .left-side-menu-items-container ul.level-1 > li.opened{
    display: inline;
}

.left-side-menu.first-level-opened .left-side-menu-container .left-side-menu-items-container ul.level-1 > li.opened > ul{
    padding-left: 18px;
}

.left-side-menu.second-level-opened .left-side-menu-container .left-side-menu-items-container ul.level-2 > li{
    display: none;
}

.left-side-menu.second-level-opened .left-side-menu-container .left-side-menu-items-container ul.level-2 > li.opened{
    display: inline;
}

.left-side-menu.second-level-opened .left-side-menu-container .left-side-menu-items-container ul.level-1 > li > a{
    display: none !important;
}
.left-side-menu.second-level-opened .left-side-menu-container .left-side-menu-items-container ul.level-2 li.opened{
    margin-left: -18px;
}

.left-side-menu.first-level-opened .left-side-menu-container .icons ul li{
    opacity: 0.4;
}

.left-side-menu.first-level-opened .left-side-menu-container .icons ul li.active{
    opacity: 1;
}

.field-name-field-notify-translators{
    display: none !important;
}
