@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i");
html {
  font-size: 16px;
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 12px !important;
  }
}

body {
  color: #423f43;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media only screen and (min-width: 1242px) {
  body {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 375px) {
  body {
    background-position: center -460px;
  }
}

a {
  text-decoration: none;
  transition: color 0.8s;
  color: #f55755;
}
a:hover {
  text-decoration: none;
  color: #423f43;
}

p {
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 375px) {
  p {
    font-size: 15px;
  }
}

h1,
h2,
h3,
p {
  margin: 0;
}

h2,
h3 {
  font-size: 2.25rem;
}
@media only screen and (max-width: 375px) {
  h2,
  h3 {
    font-size: 24px;
  }
}

.title-2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
}

.bar {
  background: #2c272c;
  height: 45px;
}
.bar a {
  color: #b6b4b6;
  font-weight: 300;
  line-height: 1;
  transition: color 0.5s;
}
.bar a:hover {
  color: #d24341;
}

.bar_container {
  position: relative;
}
.bar_container:before {
  content: "";
  background: url("../../components/image/bar_decoration.png") left top no-repeat;
  display: block;
  position: absolute;
  height: 45px;
  left: -37px;
  top: 0px;
  width: 75px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bar_container:before {
    background: url("../../components/image/bar_decoration@2x.png") left no-repeat;
    background-size: 75px 45px !important;
  }
}

.bar_lang {
  float: right;
  padding: 0.875rem 2.813rem 0.625rem 0;
}

.bottom-nav-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.search-in-menu {
  border-top: solid 3px #f45755;
  width: 100%;
}
.search-in-menu.colour-yellow {
  border-top: solid 3px #fbbe69;
}
.search-in-menu form {
  background-color: #2c272c;
  height: 57px;
}
.search-in-menu button {
  margin: 0;
  height: 100%;
  padding: 0 0 0 10px;
  border: none;
  background: none;
}
.search-in-menu button img {
  width: 16px;
  height: 16px;
}
.search-in-menu input {
  box-shadow: 2px 0 6px 0 rgba(44, 39, 44, 0.4);
  border: navajowhite;
  background-color: #2c272c;
  height: 100%;
  width: calc(100% - 60px);
  padding-left: 32px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
}
.search-in-menu input::placeholder, .search-in-menu input::-webkit-input-placeholder, .search-in-menu input::-moz-placeholder, .search-in-menu input::-ms-input-placeholder {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
}

.user-menu {
  width: 100%;
  border-top: 1px #717171 solid;
  background-color: #423f43;
  padding: 0.85rem 0 0.625rem;
  height: 55px;
  min-width: 15rem;
}
.user-menu a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
}
.user-menu a:first-child {
  padding: 0 20px 0 32px;
}
.user-menu a:first-child:after {
  content: "";
  background: #b6b4b6;
  display: block;
  position: absolute;
  height: 17px;
  right: -2px;
  top: 0;
  width: 1px;
}

.menu {
  background-color: #423f43;
  margin: 0;
  /*@media only screen and (min-width: 768px) and (max-width: 1241px) {
  	margin: 2.813rem 0 5.313rem;
  	width: 100vw;
  	position: fixed;
  	margin-top: 0;
  	left: 0;
  	top: 0;
  	box-shadow: 2px 0 6px 0 rgba(44, 39, 44, 0.4);
  	background-color: #423f43;
  	z-index: 100;
  	.nav {
  		li {
  			display: inline-block;
  			width: auto;
  		}
  	}
  	border-bottom: 3px #f45755 solid;
  	.header-menu-container {
  		width: calc(100% - 200px);
  		float: right;
  	}
  	.search-in-menu {
  		display: none;
  	}

  }*/
}
@media only screen and (max-width: 1241px) {
  .menu {
    margin: 2.813rem 0 5.313rem;
    width: 100vw;
    position: fixed;
    margin-top: 0;
    left: 0;
    top: 0;
    box-shadow: 2px 0 6px 0 rgba(44, 39, 44, 0.4);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
  }
  .menu .menu-switch {
    display: none;
  }
  .menu.open {
    height: 100vh;
    background-color: rgba(44, 39, 44, 0.5019607843);
    z-index: 1000;
  }
  .menu.open .header-logo-mob {
    left: 250px;
  }
}
@media only screen and (max-width: 1241px) and (max-width: 375px) {
  .menu.open .header-logo-mob {
    left: 190px;
  }
}
@media only screen and (max-width: 1241px) and (max-width: 767px) {
  .menu.open .header-logo-mob {
    left: 250px;
    z-index: 9999;
  }
}
@media only screen and (max-width: 1241px) {
  .menu.open .header-logo-mob .main-menu-block {
    float: right;
    top: 0;
    height: 100vh;
    left: -250px;
    position: absolute;
    width: 250px;
  }
}
@media only screen and (max-width: 1241px) and (max-width: 767px) {
  .menu.open .header-logo-mob .main-menu-block {
    left: -250px;
    width: 250px;
  }
}
@media only screen and (max-width: 1241px) and (max-width: 375px) {
  .menu.open .header-logo-mob .main-menu-block {
    float: right;
    top: 0;
    height: 100vh;
    left: -250px;
    position: absolute;
    width: 250px;
  }
}
@media only screen and (max-width: 1241px) {
  .menu.open .header-logo-mob .nav-mobile {
    background-color: rgba(44, 39, 44, 0.5019607843);
  }
  .menu.open .header-logo-mob .add-hover-on-open {
    background-color: rgba(44, 39, 44, 0.5019607843);
  }
  .menu.open .header-logo-mob .hamburger {
    opacity: 0.5;
  }
  .menu.open .header-logo-mob .img-responsive {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1242px) {
  .menu {
    margin: 2.813rem 0 5.313rem;
    width: 250px;
    height: 100vh;
    position: fixed;
    margin-top: 0;
    left: 0;
    top: 0;
    box-shadow: 2px 0 6px 0 rgba(44, 39, 44, 0.4);
    background-color: #423f43;
  }
}
@media only screen and (max-height: 600px) {
  .menu {
    position: fixed;
  }
}
@media only screen and (max-width: 1241px) {
  .menu {
    height: 60px;
  }
}

.nav {
  padding-bottom: 25px;
  position: relative;
  text-align: left;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #5d5d5d;
  height: calc(100vh - 148px);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 1241px) {
  .nav {
    height: calc(100vh - 59px);
  }
}
.nav.logged-in-nav {
  height: calc(100vh - 148px);
}
@media (max-width: 1241px) {
  .nav.logged-in-nav {
    height: calc(100vh - 59px);
  }
}
.nav::-webkit-scrollbar {
  width: 5px;
}
.nav::-webkit-scrollbar-track {
  background: none;
}
.nav::-webkit-scrollbar-thumb {
  background: #5d5d5d;
}
.nav::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.nav a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .nav a {
    font-size: 16px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #ffffff;
  }
}
.nav div {
  float: right;
  width: 100%;
}
.nav li:last-child a {
  margin-right: 0;
}
.nav .nav_login li:nth-last-child(2) a {
  margin-right: 0;
}
.nav .nav_login + .nav_logout li:last-child a {
  margin-right: 2.5rem;
}
@media only screen and (min-width: 1241px) and (max-width: 1449px) {
  .nav .nav_login + .nav_logout li:last-child a {
    margin-right: 2rem;
  }
}
.nav ul {
  list-style-type: none;
}
.nav ul li {
  float: left;
}

/*
.hide-search {
	.search {
		display: none;
	}
	.nav {
		height: 100vh;
		@media(max-width: 1241px) {
			height: 100vh;
		}
		&.logged-in-nav {
			//height: 83.4vh;
			//height: 86.4vh;
			height: calc(100vh - 102px);
			@media(max-width: 1241px) {
				//height: 92.4vh;
				height: calc(100vh - 1px);
			}
		}

	}
}
*/
.nav_logout ul {
  padding: 0;
}
.nav_logout li {
  border-bottom: solid 1px #717171;
  width: 100%;
  position: relative;
}
.nav_logout li.current_page_item {
  border-bottom: solid 1px #f45755;
}
@media (max-width: 1241px) {
  .nav_logout li:first-child {
    border-top: solid 1px #717171;
  }
}
.nav_logout a {
  margin-right: 3.938rem;
}
@media only screen and (max-width: 1450px) {
  .nav_logout a {
    margin-right: 35px;
  }
}
.nav_logout--show {
  background: #423f43;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 1.25rem 3.188rem 1.25rem 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.nav_logout--show a {
  margin-right: 2.5rem;
}
@media only screen and (min-width: 1241px) and (max-width: 1449px) {
  .nav_logout--show a {
    margin-right: 2rem;
  }
}
.nav_logout.nav_second ul li:first-child {
  border-top: none;
}

.logged_in_items a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 32px;
  padding-right: 10px;
  width: 100%;
  position: relative;
  border-top: solid 1px #717171;
}
.logged_in_items a.current_page_item:before {
  content: "";
  width: 8px;
  background-color: #fbbe69;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.logged_in_items a span {
  background: #fbbe69;
  border-radius: 100%;
  padding: 5px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  color: #2c272c;
}

.nav_login {
  position: relative;
  padding-right: 6.25rem;
}
.nav_login a {
  margin-right: 2.813rem;
}
.nav_login li:nth-last-child(2) a {
  margin-right: 0;
}

@media only screen and (min-width: 1241px) and (max-width: 1449px) {
  .logged-in .nav_login {
    padding-right: 5.5rem;
  }
  .nav_login a {
    margin-right: 2rem;
  }
}
.nav_switcher {
  background: #e15251;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  transition: background 0.8s;
  right: 0;
  width: 60px;
  height: 60px;
}
.nav_switcher img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav_switcher:hover {
  background: #423f43;
}
.nav_switcher--on {
  background: none;
  right: 10px;
  z-index: 100;
}
.nav_switcher--on img {
  transform: rotate(90deg);
}

.logo-container {
  background-color: #423f43;
  width: 100%;
  height: 81px;
}
@media only screen and (max-width: 767px) {
  .logo-container {
    height: 64px;
  }
}

.nav-mobile {
  float: right;
  border-left: solid 1px #717171;
  background-color: #423f43;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-mobile a {
  margin-right: 22px;
}
.nav-mobile a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 375px) {
  .nav-mobile {
    border-left: none;
  }
}

.main-menu-block {
  box-shadow: 0 2px 6px 0 rgba(44, 39, 44, 0.4);
  background-color: #423f43;
  display: block;
}
@media only screen and (max-width: 1241px) {
  .main-menu-block {
    float: right;
    top: 80px;
    height: 91vh;
    right: 0;
    position: absolute;
    width: 375px;
  }
}
@media only screen and (max-width: 1241px) and (max-width: 767px) {
  .main-menu-block {
    top: 64px;
  }
}
@media only screen and (max-width: 1241px) and (max-width: 480px) {
  .main-menu-block {
    width: 100%;
  }
}

.nav-mobile_list {
  background: #d24341;
  position: absolute;
  top: 75px;
  left: 0;
  padding: 0 15px;
  z-index: 100;
  width: 100%;
}
.nav-mobile_list ul {
  background: #d24341;
  padding-left: 0;
  width: 100%;
}
.nav-mobile_list li {
  background: #f34a48;
  text-align: center;
  list-style-type: none;
  margin-bottom: 5px;
}
.nav-mobile_list li a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  padding: 15px 0;
}
.nav-mobile_list li:first-child {
  border-top: 5px #fff solid;
}
.nav-mobile_list li.bigtop {
  margin-top: 30px;
}
.nav-mobile_list li.special {
  background: #f66866;
}
.nav-mobile_list li:last-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1241px) {
  .nav-mobile_list {
    top: 105px;
  }
}
@media only screen and (min-width: 1241px) {
  .nav-mobile_list {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .nav-mobile_list {
    top: 68px;
  }
}

.menu-languages {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  background: #423f43;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 60px;
  z-index: 999;
  padding: 0 10px;
}
@media only screen and (max-width: 1241px) {
  .menu-languages {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .menu-languages {
    position: absolute;
    border-bottom-left-radius: inherit;
  }
}
.menu-languages.header-banner-open {
  top: 116px;
}
@media only screen and (max-width: 1241px) {
  .menu-languages.header-banner-open {
    top: 0;
  }
}
.menu-languages .buttons {
  display: flex;
}
.menu-languages .buttons.empty_lang {
  margin-left: 15px;
}
.menu-languages .buttons.empty_lang .open-user-nav {
  left: -83px;
}
.menu-languages .buttons a {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 5px;
  display: block;
}
.menu-languages .buttons a.register {
  padding: 10px 19px;
  border-radius: 25.6px;
  border: solid 1px #ffffff;
}
@media only screen and (max-width: 767px) {
  .menu-languages .buttons a.register {
    padding: 5px 10px;
  }
}
.menu-languages .buttons a.login {
  color: #2c272c;
  padding: 11px 19px;
  border-radius: 25.6px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .menu-languages .buttons a.login {
    padding: 5px 10px;
  }
}
.menu-languages .open-user-nav {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 180px;
  right: 0;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #393639;
  top: 56px;
}
@media only screen and (max-width: 767px) {
  .menu-languages .open-user-nav {
    left: -14px;
  }
}
.menu-languages .open-user-nav a {
  display: block;
  border-bottom: solid 1px rgba(93, 93, 93, 0.3019607843);
  width: 100%;
  position: relative;
  height: 45px;
  background: none;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.75;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 auto;
  text-align: left;
  padding-left: 17px;
}
.menu-languages.show-in-mobile {
  display: none;
  border-bottom-left-radius: inherit;
}
.menu-languages.show-in-mobile.menu-open-lang {
  display: none;
}
@media only screen and (max-width: 767px) {
  .menu-languages.show-in-mobile {
    display: flex;
  }
  .menu-languages.show-in-mobile.empty_lang_wrap {
    width: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-languages {
    display: none;
  }
}

.user-account {
  width: 70px;
  position: relative;
  cursor: pointer;
}
.user-account.active:after {
  border-bottom: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(225deg);
  transition: all 0.15s ease-in-out;
  width: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-account span {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 7px 9px 9px;
  background-color: #f45755;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-family: "Source Sans Pro";
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-account img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.user-account:after {
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_logout.logged_in {
  background-color: #393639;
}
.logged-in-nav .nav_logout.nav_second {
  background-color: #4B484D;
}

.logo-container .header-logo .nav.logged-in-nav {
  background: #4B484D;
}

.form .form-group {
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 375px) {
  .form .form-group {
    margin-bottom: 20px;
  }
}
.form .form-group .span-width-border {
  padding: 12px 19px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  border-radius: 8px;
  border: solid 2px #fbbe69;
  background-color: rgba(251, 190, 105, 0.05);
  margin-bottom: 15px;
}
.form .radio-group {
  float: right;
  width: 78%;
}
.form .radio-group .radio-inline, .form .radio-group .wpcf7-radio.form_radio_wrapper > span {
  margin-left: 0;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form .radio-group {
    float: none;
    width: 100%;
  }
  .form .radio-group .radio-inline, .form .radio-group .wpcf7-radio.form_radio_wrapper > span {
    display: block;
    margin-bottom: 0 !important;
    padding-left: 0;
  }
}
.form .radio-inline, .form .wpcf7-radio.form_radio_wrapper > span {
  cursor: pointer;
}
.form .radio-inline .form_label, .form .radio-inline .wpcf7-list-item-label, .form .wpcf7-radio.form_radio_wrapper > span .form_label, .form .wpcf7-radio.form_radio_wrapper > span .wpcf7-list-item-label {
  cursor: pointer;
}

.form-control:focus {
  border-bottom: 2px solid #dddddd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form_input {
  background-color: #f7f7f7;
  border: none;
  border-bottom: 2px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 0.9375rem;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #2c272c;
}
.form_input.not_empty {
  border-bottom: 4px solid #423f43;
  color: #2c272c;
}
.form_input.error {
  background-color: #fddddd;
  border-bottom: 4px solid #f45755;
}
.form_input:focus {
  box-shadow: none;
}
.form_input--opacity {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.form_input--grey {
  background: #f7f7f7;
  color: #aca5ae;
}
.form_input--normal {
  width: 210px;
}
@media only screen and (max-width: 375px) {
  .form_input {
    height: 45px;
  }
}
.form_input#country {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.form_input#country.not_empty {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #2c272c;
  padding: 5px 10px;
}
.form_input.wpcf7-form-control {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  vertical-align: middle;
  letter-spacing: normal;
  color: #5d5d5d;
}
@media (max-width: 1241px) {
  .form_input.wpcf7-form-control {
    font-size: 15px !important;
  }
}
.form_input.for_filter {
  border: solid 1px #dddddd;
  background-color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #a0a0a0;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
}

.parsley-form .form_input#country option {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2c272c;
}
.parsley-form .form_input#country option::-moz-selection {
  color: #2c272c;
}
.parsley-form .form_input#country option::selection {
  color: #2c272c;
}
.parsley-form .form_input#country option:disabled {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(113, 113, 113, 0.5019607843);
}

select.form_input {
  padding: 10px;
}
select.form_input.parsley-error {
  color: #f52e27 !important;
  background-color: #fddddd;
  font-size: 16px !important;
  border-bottom: 4px solid #f52e27 !important;
}

.form_textarea {
  background: #f2f2f6;
  border-radius: 0;
  box-shadow: none;
  border: none;
  color: #aca5ae;
  height: 235px !important;
  font-size: 1.125rem;
  padding: 1.563rem 1.25rem;
  resize: none;
}
.form_textarea:focus {
  box-shadow: none;
}
@media only screen and (max-width: 375px) {
  .form_textarea {
    font-size: 12px;
  }
}

.form_textarea_counter {
  color: #aca5ae;
  font-size: 0.9375rem;
  position: absolute;
  right: 0;
  top: 5px;
}
@media only screen and (max-width: 375px) {
  .form_textarea_counter {
    font-size: 12px;
  }
}

.form_captch_register {
  margin-top: 3.125rem;
}

.form_container {
  padding: 1.875rem 0;
  margin: 1.25rem 0 2.188rem;
}
.form_container--simple {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.form_description .checkbox {
  margin: 0;
  float: left;
  width: 4%;
}
@media only screen and (max-width: 767px) {
  .form_description .checkbox {
    width: 20px;
  }
}

.form_description_text {
  float: right;
  color: #aca5ae;
  font-size: 0.9375rem;
  padding-top: 5px;
  line-height: 1.3;
  width: 96%;
}
.form_description_text.reg {
  font-size: 1.313rem;
  color: #423f43;
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  .form_description_text {
    width: 92%;
  }
}
@media only screen and (max-width: 375px) {
  .form_description_text {
    font-size: 12px;
  }
}

.form_submit {
  margin-top: 2.5rem;
}

.form_label, .wpcf7-list-item-label {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
@media only screen and (max-width: 375px) {
  .form_label, .wpcf7-list-item-label {
    font-size: 15px;
  }
}
.form_label.label_grey, .wpcf7-list-item-label.label_grey {
  color: #2c272c;
  line-height: 1.6;
}

.form_label_text {
  text-align: left;
  line-height: 1.2;
  padding-top: 3px;
  display: inline-block;
  vertical-align: top;
  max-width: 84%;
}
@media only screen and (min-width: 1450px) {
  .form_label_text {
    max-width: 86%;
  }
}
@media only screen and (min-width: 1242px) and (max-width: 1449px) {
  .form_label_text {
    max-width: 174px;
  }
}

.form_checkbox,
.form_radio,
.wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input {
  opacity: 0;
}

.form_checkbox + label {
  font-weight: 300;
  color: #f2f2f2;
}

.parsley-error .form_checkbox + label em {
  border-color: #d24341;
}

.form_checkbox + label em {
  display: inline-block;
  border: 1px #aca5ae solid;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.form_checkbox--normal + label em {
  width: 25px;
  height: 25px;
}

.form_checkbox--normal:checked + label em {
  background: url("../../components/image/checked.png") center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_checkbox--normal:checked + label em {
    background: url("../../components/image/checked@2x.png") center no-repeat;
    background-size: 19px 13px !important;
  }
}

.form_checkbox--normal:checked + label {
  letter-spacing: -0.01rem;
}

.form_checkbox--small + label em {
  width: 15px;
  height: 15px;
}

.form_checkbox--small:checked + label em {
  background: url("../../components/image/checked_g.png") center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form_checkbox--small:checked + label em {
    background: url("../../components/image/checked_g@2x.png") center no-repeat;
    background-size: 12px 8px !important;
  }
}

.form_checkbox:checked + label span {
  font-weight: 400;
}

.form_radio, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input {
  cursor: pointer;
  color: #2c272c;
}

.form_radio + label em, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input + .wpcf7-list-item-label em {
  background: #f2f2f6;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 1px #aca5ae solid;
  height: 20px;
  width: 20px;
  margin: 5px 10px 0 0;
}

.form_radio:checked + label em, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input:checked + .wpcf7-list-item-label em {
  display: inline-block;
  border: 1px #aca5ae solid;
  position: relative;
}

.form_radio:checked + label em span, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input:checked + .wpcf7-list-item-label em span {
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  background: #d24341;
  border: 4px #f2f2f6 solid;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.checkbox label,
.radio label, .wpcf7-radio.form_radio_wrapper .wpcf7-list-item-label {
  padding-left: 0;
}

.checkbox--space {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

.contact-form-7-checkbox {
  margin-top: 30px;
}
.contact-form-7-checkbox .wpcf7-list-item label {
  margin-bottom: 32px;
  float: left;
  width: 50%;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.contact-form-7-checkbox .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-form-control-wrap .wpcf7-select {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2c272c;
}
.wpcf7-form-control-wrap .wpcf7-textarea {
  background-color: #f7f7f7;
  border: none;
  border-bottom: 2px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  padding: 0.9375rem;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #2c272c;
}

.form_captch .ajax-loader {
  display: none !important;
}

.form_textarea.not_empty {
  border-bottom: 4px solid #423f43;
  color: #2c272c;
}

@media only screen and (max-width: 1241px) {
  .account_contact_content {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1241px) {
  .account_contact_content .form {
    margin-top: 50px;
  }
}

/*
form.search {
	display: none;
}
*/
.button, #give-purchase-button {
  border: none;
  cursor: pointer;
  display: block;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: color 0.8s;
  padding: 1.1rem;
  border-radius: 30px;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 1.5rem;
}
.button--normal, .button#give-purchase-button, #give-purchase-button--normal, #give-purchase-button#give-purchase-button {
  width: 260px;
}
.button--small, #give-purchase-button--small {
  width: 60px;
}
.button--big, #give-purchase-button--big {
  width: 315px;
}
.button--grey, #give-purchase-button--grey {
  background: #f2f2f6;
  color: #aca5ad;
}
.button--grey:hover, .button--grey:focus, .button--grey:visited, #give-purchase-button--grey:hover, #give-purchase-button--grey:focus, #give-purchase-button--grey:visited {
  color: #aca5ad;
  text-decoration: none;
}
.button--red, .button#give-purchase-button, #give-purchase-button--red, #give-purchase-button#give-purchase-button {
  background-color: white;
  border: 2px solid #d24341;
  color: #d24341;
  transition: 0.3s ease all;
}
.button--red:hover, .button--red:focus, .button#give-purchase-button:hover, .button#give-purchase-button:focus, #give-purchase-button--red:hover, #give-purchase-button--red:focus, #give-purchase-button#give-purchase-button:hover, #give-purchase-button#give-purchase-button:focus {
  background-color: #d24341;
  color: #ffffff;
}
.button--black, #give-purchase-button--black {
  background: #423F43;
  color: #fff;
}
.button--black:hover, .button--black:focus, .button--black:visited, #give-purchase-button--black:hover, #give-purchase-button--black:focus, #give-purchase-button--black:visited {
  color: #fff;
  text-decoration: none;
}
.button--no-color, #give-purchase-button--no-color {
  background: none;
  color: #4a414b;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  border-radius: 32px;
  border: solid 2px #4a414b;
}
.button--no-color:hover, .button--no-color:focus, .button--no-color:visited, #give-purchase-button--no-color:hover, #give-purchase-button--no-color:focus, #give-purchase-button--no-color:visited {
  color: #4a414b;
  text-decoration: none;
}
.button--center, #give-purchase-button--center {
  margin: 0 auto;
}
.button--left, #give-purchase-button--left {
  float: left;
}
.button--right, #give-purchase-button--right {
  float: right;
}
.button--left-flat, #give-purchase-button--left-flat {
  border-radius: 0 30px 30px 0;
}
.button--right-flat, #give-purchase-button--right-flat {
  border-radius: 30px 0 0 30px;
}
.button--flat, #give-purchase-button--flat {
  border-radius: 0;
}
.button--always-full, #give-purchase-button--always-full {
  width: 100%;
}
.button img, #give-purchase-button img {
  margin-left: 0.9375rem;
}
@media only screen and (max-width: 375px) {
  .button, #give-purchase-button {
    font-size: 15px;
    line-height: 22px;
    padding: 18px 1.25rem;
  }
  .button--full, #give-purchase-button--full {
    width: 100%;
  }
}
.button--red-border, #give-purchase-button--red-border {
  background-color: white;
  border: 2px solid #d24341;
  color: #d24341;
  transition: 0.3s ease all;
}
.button--red-border:hover, #give-purchase-button--red-border:hover {
  background-color: #d24341;
  color: white;
}
.button--blue-border, #give-purchase-button--blue-border {
  background-color: white;
  border: 2px solid #4a414b;
  color: #4a414b;
  transition: 0.3s ease all;
}
.button--blue-border:hover, #give-purchase-button--blue-border:hover {
  background-color: #4a414b;
  color: white;
}
.button--grey-border, #give-purchase-button--grey-border {
  background-color: white;
  border: 2px solid #e9e9e9;
  color: #393639;
  transition: 0.3s ease all;
}
.button--grey-border:hover, #give-purchase-button--grey-border:hover {
  border: 2px solid #000;
}
.button--inline, #give-purchase-button--inline {
  display: inline-block;
  padding: 18px 38px;
  width: auto;
  border-radius: 32px;
  line-height: 0.89;
}
.button--slim, #give-purchase-button--slim {
  font-size: 18px;
  padding: 4px 16px;
  font-weight: 400;
}

.btn {
  white-space: normal;
}

.cube {
  height: 60px;
  padding: 18px;
  position: absolute;
  border: none;
  width: 60px;
}
.cube img {
  display: block;
  margin: 0 auto;
}
.cube--grey {
  background: #f2f2f6;
  border-bottom: 0.375rem #ebebf1 solid;
}
.cube--gray {
  background: #ACA5AD;
  border-bottom: 0.375rem #827883 solid;
}
.cube--red {
  background: #d24341;
  border-bottom: 0.375rem solid #f02b2a;
}
.cube--turcus {
  background: #6fc8c0;
  border-bottom: 0.375rem solid #37aca0;
}
.cube--brown {
  background: #fcbe69;
  border-bottom: 0.375rem solid #fa9d34;
}
.cube--darkbrown {
  background: #bc7d67;
  border-bottom: 0.375rem solid #9a3e33;
}
.cube--violet {
  background: #bc88ad;
  border-bottom: 0.375rem solid #9a4c84;
}
.cube--green {
  background: #9fd086;
  border-bottom: 0.375rem solid #6fb849;
}
.cube--without {
  padding: 0;
}
.cube--without img {
  margin-top: 12px;
}
@media only screen and (max-width: 375px) {
  .cube {
    height: 45px;
    width: 45px;
  }
  .cube img {
    height: 50%;
    width: 44%;
  }
}

.edo-donate-btn-2 {
  display: inline-block;
  margin-top: 24px;
  border: 2px solid #F45755;
}
.edo-donate-btn-2 span {
  line-height: 24px;
}
.edo-donate-btn-2 span::before {
  vertical-align: middle;
  content: " ";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url("../../components/image/icon-donate.svg") center no-repeat;
  margin-right: 8px;
}
.edo-donate-btn-2:hover {
  background: #F45755;
  color: white;
}
.edo-donate-btn-2:hover span {
  color: white;
}
.edo-donate-btn-2:hover span::before {
  background-image: url("../../components/image/icon-donate-white.svg");
}

.hide-carousel-elements-forevah .carousel-indicators,
.hide-carousel-elements-forevah .control {
  display: none;
}
.hide-carousel-elements-forevah div.carousel-inner {
  padding-bottom: 0;
}

.home-slider .home-slider_img_container {
  position: relative;
  overflow: hidden;
}
.home-slider .home-slider_img_container img {
  width: 100% !important;
  height: auto !important;
}
.home-slider .carousel-inner {
  border-bottom-right-radius: 32px;
}
.home-slider .carousel-indicators {
  margin: 0;
  right: 40px;
  width: 75px;
}
@media only screen and (max-width: 767px) {
  .home-slider .carousel-indicators {
    top: auto !important;
    bottom: 50px;
    left: 50%;
    width: 75px;
    margin-left: -37px;
  }
}
@media only screen and (max-width: 375px) {
  .home-slider .carousel-indicators {
    top: auto !important;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider .carousel-indicators .active {
    background: #d24341;
  }
}

.home-slider_head.hidden-xs {
  position: absolute;
}

.home-slider_head {
  background: rgba(44, 39, 44, 0.8);
  padding: 1.563rem 2.5rem;
  width: 100%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home-slider_head {
    position: static;
    background: rgb(44, 39, 44);
  }
}
@media only screen and (max-width: 375px) {
  .home-slider_head {
    padding: 20px 30px 10px;
  }
}

.home-slider_head_title {
  color: #fff;
}
.home-slider_head_title span {
  font-size: 1.313rem;
  font-weight: 300;
}
@media only screen and (max-width: 375px) {
  .home-slider_head_title {
    font-size: 27px;
  }
  .home-slider_head_title span {
    font-size: 15px;
  }
}

.home-slider_description {
  background: #2c272c;
  color: #fff;
  padding: 2.813rem 2.5rem;
  box-sizing: content-box !important;
}
@media only screen and (min-width: 768px) and (max-width: 1241px) {
  .home-slider_description {
    padding-top: 5.813rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider_description {
    padding-top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .home-slider_description {
    padding: 0px 30px;
    margin-top: -1px;
  }
}

.home-slider_description_text {
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 375px) {
  .home-slider_description_text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.home-slider_description_link {
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 375px) {
  .home-slider_description_link {
    font-size: 15px;
  }
}

.home-slider_description_button {
  float: right;
}
@media only screen and (max-width: 767px) {
  .home-slider_description_button {
    float: none;
    margin-top: 15px;
    margin-bottom: 60px;
    width: 100%;
  }
}

.testimonials-slider .item {
  margin-bottom: 15px;
}
.fact_checker-slider .carousel-inner {
  margin-bottom: 2.813rem;
  padding-right: 0.9375rem;
}

.founds-slider .carousel-inner, .founds2-slider .carousel-inner {
  margin-bottom: 2.5rem;
}

.founds2-slider img {
  max-height: 100%;
}

.founds_title {
  max-height: 1em;
  overflow: visible;
}

.ebook_logged-slider {
  position: relative;
}
.ebook_logged-slider .control {
  right: 14px;
  bottom: -32px;
}
.ebook_logged-slider .carousel-inner {
  padding-bottom: 45px;
}
.ebook_logged-slider .carousel-indicators {
  left: 100px;
  bottom: -10px;
}
@media only screen and (max-width: 375px) {
  .ebook_logged-slider .carousel-indicators {
    left: 115px;
    bottom: -5px;
  }
}

.slide_info {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
.slide_info--white {
  color: #fff;
}
.slide_info--grey {
  color: #423f43;
}
.slide_info--light-grey {
  color: #b6b4b6;
}
@media only screen and (max-width: 375px) {
  .slide_info {
    font-size: 12px;
  }
}

.slide_title {
  text-transform: uppercase;
  line-height: 1;
}

.control {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.control .carousel-control {
  background: #f2f2f6;
  border-bottom: 0.375rem #ebebf1 solid;
  cursor: pointer;
  height: 60px;
  display: inline-block;
  padding: 1.063rem 1.25rem;
  width: 60px;
}
.control .carousel-control.left {
  margin-right: 0.062rem;
}
@media only screen and (max-width: 375px) {
  .control .carousel-control {
    padding: 10px 0;
    height: 45px;
    width: 45px;
  }
}
.control .right {
  margin-right: 0.125rem;
}
.control .right-fixme {
  margin-right: 0;
}

#founds2Carusel .col-xs-6 {
  height: 50%;
}

.carousel-indicators {
  margin-left: 0;
  width: 75px;
}
.carousel-indicators--grey li.active {
  background: #423f43 !important;
}
.carousel-indicators--grey li {
  background: #d4d3d4 !important;
}
.carousel-indicators--center {
  width: 100%;
  bottom: -50px;
}
@media only screen and (min-width: 376px) and (max-width: 767px) {
  .carousel-indicators--center {
    bottom: -59px;
  }
}
.carousel-indicators--right {
  width: auto;
  bottom: -60px;
}
@media only screen and (min-width: 1450px) {
  .carousel-indicators--right {
    right: -75px;
  }
}
@media only screen and (min-width: 1242px) and (max-width: 1449px) {
  .carousel-indicators--right {
    right: -55px;
  }
}
@media only screen and (max-width: 1241px) {
  .carousel-indicators--right {
    width: 100%;
    bottom: -55px;
  }
}
@media only screen and (max-width: 375px) {
  .carousel-indicators--right {
    bottom: -40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .carousel-indicators--right {
    right: 0 !important;
  }
}

.carousel-indicators li {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0;
  margin-right: 10px !important;
  height: 15px;
  width: 15px;
}
.carousel-indicators li:last-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 375px) {
  .carousel-indicators li {
    margin-right: 8px !important;
    height: 12px;
    width: 12px;
  }
}

.carousel-indicators .active {
  height: 15px;
  width: 15px;
}
@media only screen and (max-width: 375px) {
  .carousel-indicators .active {
    height: 12px;
    width: 12px;
  }
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.module {
  border-bottom-right-radius: 32px;
  position: relative;
}
.module--normal {
  padding: 2.5rem;
}
@media only screen and (max-width: 375px) {
  .module--normal {
    padding: 1.563rem 1.875rem 2.188rem;
  }
}
.module--large {
  padding: 3.25rem 2.5rem 2.813rem;
}
@media only screen and (max-width: 375px) {
  .module--large {
    padding: 1.563rem 1.875rem 2.5rem;
  }
}
.module--without-bottom {
  padding-bottom: 0 !important;
}
.module--without-radius {
  border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  .module--slider {
    padding-bottom: 4.688rem;
  }
}
.module--white {
  background: #fff;
}
.module--grey {
  background: #2c272c;
}
@media only screen and (max-width: 1241px) {
  .module {
    margin-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 375px) {
  .module {
    margin-bottom: 1.875rem !important;
  }
}

.module_title {
  margin-bottom: 1.25rem;
}

.sidebar {
  width: 100%;
}

.sidebar_title {
  background: #1a1a1a;
  display: block;
  color: #fff;
  padding: 2.5rem;
  text-transform: uppercase;
}
.sidebar_title--click {
  cursor: pointer;
}
.sidebar_title--click img {
  display: inline-block;
  transform: rotate(90deg);
  float: right;
  margin-top: 2px;
  margin-right: 5px;
}
.sidebar_title--clean {
  padding-right: 1rem;
}
@media only screen and (max-width: 375px) {
  .sidebar_title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sidebar_title img {
    margin-top: -1px;
  }
}

.sidebar_head {
  background: #1a1a1a;
  padding: 1.563rem;
}

.sidebar-section.single-project-sidebar {
  margin-top: 60px;
  list-style: none;
  padding: 0;
}
.sidebar-section .ebook_content_option {
  margin: auto;
  padding: 25px 22px;
}
.sidebar-section .ebook_content_option .button {
  float: left;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  background: no-repeat;
  color: #d24341;
  border: 2px solid #d24341;
  line-height: 0.89;
  letter-spacing: normal;
  margin: 0 auto;
}
.sidebar-section .ebook_content_option .button:hover {
  color: #fff;
  background: #d24341;
}
.sidebar-section .ebook_content_option :last-child {
  margin-bottom: 0;
}
.sidebar-section .ebook_content_option.app_links {
  margin-bottom: 16px;
}
.sidebar-section .ebook_content_option h4 {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #4a414b;
}
.sidebar-section .image {
  margin-bottom: 16px;
  padding: 0;
}

.sidebar_head_select {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sidebar_head_select .cube {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar_head_select .cube img {
  transform: rotate(90deg);
}
@media only screen and (max-width: 375px) {
  .sidebar_head_select .cube {
    height: 60px;
    width: 60px;
  }
  .sidebar_head_select .cube img {
    height: auto;
    width: auto;
  }
}
.sidebar_head_select select {
  background: #fff;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding-left: 15px;
  height: 60px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
}

.filter {
  border-bottom: 1px #423f43 solid;
  padding-bottom: 1.563rem;
  margin-bottom: 1.063rem;
}
.filter .checkbox {
  margin: 0 0 1.25rem;
}
.filter .checkbox .form_checkbox + label em {
  border: 1px #fff solid;
}
.filter .checkbox label {
  color: #fff;
  font-weight: 300;
  padding-left: 0;
  width: 100%;
}
.filter .checkbox:last-child {
  margin-bottom: 0;
}
.filter--border-top {
  border-top: 1px #423f43 solid;
  padding-top: 1.563rem;
}
.filter--clean {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.resources_search_results_link,
.tests_search_results_link {
  cursor: pointer;
}

.filter_reset,
.filter_reset_link {
  cursor: pointer;
  color: #fff;
  background: url("../../components/image/ico_reset.png") center left no-repeat;
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  padding-left: 2.5rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .filter_reset,
  .filter_reset_link {
    background: url("../../components/image/ico_reset@2x.png") center left no-repeat;
    background-size: 24px 27px !important;
  }
}
.filter_reset:hover, .filter_reset:focus, .filter_reset:visited,
.filter_reset_link:hover,
.filter_reset_link:focus,
.filter_reset_link:visited {
  color: #fff;
}

.filter_search {
  position: relative;
  margin-top: 2.188rem;
}
.filter_search .cube {
  padding: 0;
}

.filter_search_input {
  width: 78%;
}

.above_footer {
  background: #f45755;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.page-template-about .above_footer {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .above_footer {
    height: 100%;
  }
}
.above_footer .display-flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .above_footer .display-flex {
    display: block;
    margin-bottom: 20px;
  }
}

.page-template-who-is-teaching .above_footer {
  margin-top: 0;
}

.page-template-register-learner .above_footer {
  margin-top: 0;
}

.page-template-register-teacher .above_footer {
  margin-top: 0;
}

.page-template-articles .above_footer {
  margin-top: 3.688rem;
}

.page-template-blog .above_footer {
  margin-top: 3.688rem;
}

.page-template-account .above_footer {
  margin-top: 0;
}

.page-template-register .above_footer {
  margin-top: 0;
}

.page-template-contact-us .above_footer {
  margin-top: 0;
}

.page-template-archive-project .above_footer {
  margin-top: 0;
}

.page-template-contributors .above_footer {
  margin-top: 0;
}

.page-template-forgotten_password .above_footer {
  margin-top: 85px;
}

.page-template-login .above_footer {
  margin-top: 60px;
}

.single-project .above_footer {
  margin-top: 0;
}

.page-template-resources footer {
  margin-top: 60px;
}

.footer {
  background: #fff7ed;
  color: #fff;
  padding: 60px 0 56px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 15px 0 30px;
  }
}
.footer ul {
  padding-left: 0;
}
.footer h3 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
}

.footer_title {
  margin-bottom: 1.25rem;
}

.footer_useful {
  padding-left: 0;
  margin: 0;
  column-count: 1;
}
.footer_useful.logged_in_footer {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer_useful {
    margin: 0 0 0.8rem;
  }
}
.footer_useful li {
  margin: 8px 0;
  list-style-type: none;
}
.footer_useful li a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
  text-transform: inherit;
}
@media only screen and (max-width: 375px) {
  .footer_useful li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_useful {
    margin-bottom: 0.8rem;
  }
}

.footer_social {
  margin: 30px 0 0;
}
.footer_social li {
  list-style-type: none;
  margin-right: 0.4375rem;
  display: inline-block;
}
.footer_social li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 375px) {
  .footer_social img {
    height: 35px;
    width: 35px;
  }
}

.footer_copy {
  background: #423f43;
  color: #fff;
  padding: 22px 0;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (max-width: 375px) {
  .footer_copy {
    margin-top: -1px;
  }
}

.footer_copy_container {
  position: relative;
}
.footer_copy_container span {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
}

.footer_form .form-group {
  margin: 0;
}
.footer_form span {
  margin: 0;
}
.footer_form h3 {
  font-family: "Source Sans Pro";
  font-size: 18.67px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .footer_form h3 {
    font-size: 16.3px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_form h3 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    padding: 25px 0 15px;
  }
}
.footer_form label {
  font-size: 16px;
  line-height: 1.5;
  padding: 51px 0 37px;
  color: #ffffff;
  font-weight: normal;
}
@media (max-width: 767px) {
  .footer_form label {
    padding: 0;
  }
}
.footer_form input[type=email] {
  background: white;
  border-radius: 30px 0 0 30px;
  color: black;
  height: 48px;
  line-height: 30px;
  padding: 12px 5px 12px 25px;
}
@media (max-width: 1241px) {
  .footer_form input[type=email] {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer_form input[type=email] {
    margin-top: 0;
  }
}
.footer_form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  vertical-align: middle;
  letter-spacing: normal;
  color: #5d5d5d;
}
.footer_form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  vertical-align: middle;
  letter-spacing: normal;
  color: #5d5d5d;
}
.footer_form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #5d5d5d;
}
.footer_form input[type=email]:-moz-placeholder { /* Firefox 18- */
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  vertical-align: middle;
  letter-spacing: normal;
  color: #5d5d5d;
}
.footer_form input[type=submit] {
  height: 48px !important;
  padding: 0;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .footer_form input[type=submit] {
    margin-top: 0;
  }
}
.footer_form .ajax-loader {
  position: absolute;
  right: 0;
  top: 30px;
}
.footer_form .wpcf7-response-output {
  border: 0;
  margin: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  clear: both;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer_form .wpcf7-response-output {
    text-align: center;
  }
}
.footer_form .footer-padding-form {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer_form .footer-padding-form {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

footer {
  background-color: inherit;
  position: relative;
}

.grecaptcha-badge {
  z-index: 9;
}

#cookie-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #cookie-modal {
    padding: 40px 25px;
  }
}

#cookie-modal[open] {
  display: flex;
}

#cookie-modal .model-inner {
  background: #FFFFFF;
  max-width: 960px;
  padding: 60px 80px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #cookie-modal .model-inner {
    padding: 25px 25px;
  }
}

#cookie-modal .modal-header-wrap {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-header-wrap img {
    height: 24px;
  }
}

#cookie-modal .modal-text-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-text-wrap {
    margin-bottom: 10px;
  }
}
#cookie-modal .modal-text-wrap p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #423F43;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-text-wrap p {
    line-height: 140%;
  }
}
#cookie-modal .modal-text-wrap a {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #F45755;
  margin-bottom: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-text-wrap a {
    line-height: 140%;
  }
}

#cookie-modal .modal-bottom-wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-bottom-wrap {
    text-align: center;
    margin-top: 10px;
  }
}
#cookie-modal .modal-bottom-wrap .col-md-6 {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-bottom-wrap .col-md-6 {
    width: 100%;
  }
}
#cookie-modal .modal-bottom-wrap .modal-white-btn {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #D24341;
  display: block;
  padding: 20px 25px;
  background: #FFFFFF;
  border: 2px solid #F45755;
  border-radius: 32px;
  width: 340px;
}
@media only screen and (max-width: 940px) {
  #cookie-modal .modal-bottom-wrap .modal-white-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-bottom-wrap .modal-white-btn {
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
  }
}
#cookie-modal .modal-bottom-wrap .modal-red-btn {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  padding: 20px 25px;
  background: #F45755;
  border-radius: 32px;
  border: 2px solid transparent;
  width: 340px;
}
@media only screen and (max-width: 940px) {
  #cookie-modal .modal-bottom-wrap .modal-red-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #cookie-modal .modal-bottom-wrap .modal-red-btn {
    width: 100%;
    padding: 20px;
  }
}

#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: black;
  opacity: 0.5;
}

.fancybox-image {
  background: #ffffff;
}

.fancybox__slide.has-image > .fancybox__content {
  width: 70vw !important;
  height: 70vh !important;
}

blockquote {
  border-left: none;
  position: relative;
  padding: 0 0 0.5rem 5rem;
}
blockquote:before {
  content: "";
  display: block;
  width: 76px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../../components/image/testimonials-new.png");
  background-size: 58px 49px;
  background-repeat: no-repeat;
}
blockquote p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4 !important;
  letter-spacing: normal;
  text-align: inherit !important;
  color: #423f43;
  font-family: "Source Sans Pro";
}
blockquote strong {
  font-weight: 600;
}
blockquote .case_study_intro strong {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}
blockquote.second-style strong {
  font-weight: bold;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-align-center {
  margin: 40px auto;
  display: block;
}
@media only screen and (min-width: 1242px) {
  .button-align-center {
    display: none;
  }
}

.color-learning {
  background: #6fc8c0 !important;
}

.color-teaching {
  background: #fbbe69 !important;
}

.hover-text {
  position: relative;
  cursor: pointer;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #f7f7f7;
}
.hover-text.hover-center[hover-title]:hover:after {
  left: 90%;
}
@media only screen and (min-width: 871px) {
  .hover-text.hover-center[hover-title]:hover:after {
    left: 50%;
  }
}
.hover-text[hover-title]:hover:after {
  z-index: 9;
  top: 16px;
  text-transform: initial;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #f7f7f7;
  padding: 24px;
  left: -15%;
  transform: translate(-50%, 16%);
  content: attr(hover-title);
  position: absolute;
  margin: 0 auto;
  display: block;
  width: 206px;
  box-shadow: 0 5px 10px 1px rgba(44, 39, 44, 0.15);
  background-color: #423f43;
  border-radius: 15px;
}
@media only screen and (min-width: 871px) {
  .hover-text[hover-title]:hover:after {
    left: 50%;
  }
}
.hover-text[hover-title]:hover:before {
  content: "";
  border: solid transparent;
  position: absolute;
  bottom: -102%;
  left: 50%;
  border-bottom-color: #423f43;
  border-width: 9px;
  margin-left: -9px;
}

main {
  position: relative;
  flex: 1 0 auto;
}

html.nav-open {
  position: relative;
  overflow-x: hidden;
}
html.nav-open body {
  position: relative;
  overflow-x: hidden;
}
html.nav-open main {
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  transform: translateX(250px);
}
@media only screen and (max-width: 375px) {
  html.nav-open main {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
  }
}

.background-color-for-text {
  background-color: #423F43;
}

@media only screen and (min-width: 992px) {
  .e_books_container .main-head {
    display: flex;
    align-items: baseline;
  }
}
.e_books_container .slick-arrow {
  cursor: pointer;
}
.e_books_container .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom: 65px;
  margin-top: 0px;
  padding: 0;
}
.e_books_container .slick-dots span {
  display: block;
  text-decoration: none;
  background-color: #dddddd;
  border: none;
  border-radius: 2.7px;
  cursor: pointer;
  width: 38px;
  height: 4px;
}
.e_books_container .slick-dots li {
  display: inline-block;
  padding: 11px;
}
.e_books_container .slick-dots li.slick-active span {
  background-color: #717171;
}
.e_books_container .slider_btns_wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .e_books_container .slider_btns_wrapper {
    position: relative;
    bottom: 16px;
  }
}
.e_books_container .slick-arrow {
  margin: 0 0.5rem;
}

@media only screen and (min-width: 992px) {
  .e_books_containers .main-head {
    display: flex;
    align-items: baseline;
  }
}
.e_books_containers .slick-arrow {
  cursor: pointer;
}
.e_books_containers .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom: 65px;
  margin-top: 0px;
  padding: 0;
}
.e_books_containers .slick-dots span {
  display: block;
  text-decoration: none;
  background-color: #dddddd;
  border: none;
  border-radius: 2.7px;
  cursor: pointer;
  width: 38px;
  height: 4px;
}
.e_books_containers .slick-dots li {
  display: inline-block;
  padding: 11px;
}
.e_books_containers .slick-dots li.slick-active span {
  background-color: #717171;
}
.e_books_containers .slider_btns_wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .e_books_containers .slider_btns_wrapper {
    position: relative;
    bottom: 16px;
  }
}
.e_books_containers .slick-arrow {
  margin: 0 0.5rem;
}

.block-link {
  font-family: "Source Sans Pro";
  text-decoration: underline;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #d24341;
}
.block-link:hover {
  color: #f45755;
  text-decoration: underline;
}
.block-link.small {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #d24341;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
.block-link.small span {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #d24341;
}
.block-link.arrow-red:after {
  content: url("../../components/image/icon-chevron-right.svg");
  width: 7px;
  height: 10px;
  margin-left: 10px;
}
.block-link.arrow-white:after {
  content: url("../../components/image/icon-white-right.svg");
  width: 6px;
  height: 10px;
  margin-left: 15px;
}
.block-link.no-decoration {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .block-link {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #d24341;
  }
}
.block-link.more-case-studies-link {
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .block-link.more-case-studies-link {
    display: block;
    margin: 5px auto;
    font-size: 17px;
  }
}
.block-link.very-small {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #d24341;
}
@media only screen and (max-width: 767px) {
  .block-link.very-small {
    font-size: 16px;
  }
}
.block-link.very-small.open-list-link-width-arrow {
  text-align: right;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: right;
  color: #2c272c;
  text-decoration: none;
}
.block-link.very-small.open-list-link-width-arrow:after {
  cursor: pointer;
  border-bottom: 2px solid #f45755;
  border-right: 2px solid #f45755;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-link.back-arrow:before {
  content: url("../../components/image/arrow-pointing-to-right.svg");
  width: 16px;
  height: 12px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .block-link.back-arrow:before {
    margin-top: 2px;
  }
}

.latest_from_core .content_resource p {
  margin-top: 0;
  padding-top: 14px;
}

.vertical-align {
  display: flex;
  align-items: baseline;
}

.page-template-contributors .header {
  height: 100%;
}

.header {
  color: #fff;
  text-align: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #423F43;
  background-image: url("../../components/image/headers/bg.jpg");
}
@media only screen and (max-width: 767px) {
  .header {
    background-size: 100% auto;
    text-align: center;
    background-position: bottom;
  }
}
.home .header {
  background-image: url("../../components/image/headers/bg.jpg");
}
@media only screen and (max-width: 767px) {
  .home .header {
    background-position: center bottom;
  }
}
.page-template-glossary .header {
  background-image: url("../../components/image/headers/bg.jpg");
  position: relative;
}

.header_title {
  text-align: left;
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.75px;
  color: #393239;
  margin-top: 51px;
  margin-bottom: 15px;
}
.header_title.default-title {
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -1.75px;
  color: #393239;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 1241px) {
  .header_title.default-title {
    margin-top: 100px !important;
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header_title.default-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .header_title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: #423f43;
    margin-bottom: 15px;
  }
}

.breadcrumb ~ .header_title {
  margin-top: 15px;
}

.header_subtitle {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #423f43;
}
.header_subtitle p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #423f43;
}
@media only screen and (max-width: 767px) {
  .header_subtitle p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2c272c;
  }
}
.header_subtitle a {
  display: block;
  text-decoration: underline;
  margin-top: 25px;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #d24341;
}
.header_subtitle a:after {
  content: url("../../components/image/icon-red-right.svg");
  width: 6px;
  height: 10px;
  margin-left: 15px;
}
@media only screen and (max-width: 480px) {
  .header_subtitle a {
    font-size: 18px;
  }
}
.header_subtitle .register-button {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #d24341;
  padding: 20px;
  border-radius: 32px;
  border: solid 2px #d24341;
  text-decoration: none;
  width: fit-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  margin-top: 25px;
  margin-bottom: 0;
}
.header_subtitle .register-button:after {
  display: none;
}
.header_subtitle .register-button:hover {
  background: #d24341;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .header_subtitle .register-button {
    width: 200px;
    padding: 15px;
  }
}
.header_subtitle--small {
  font-size: 1.313rem;
}
@media only screen and (max-width: 375px) {
  .header_subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .header_subtitle {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1241px) {
  .logo-container {
    height: 60px;
  }
}
.logo-container .header-logo {
  background-color: #f45755;
}
@media only screen and (max-width: 1241px) {
  .logo-container .header-logo {
    display: none;
  }
}
.logo-container .header-logo a {
  padding: 14px 20px;
  text-align: left;
}
.logo-container .header-logo form {
  position: relative;
  margin-bottom: 10px;
}
.logo-container .header-logo form input {
  width: 92%;
  margin: 0 auto;
  border: none;
  height: 36px;
  padding-left: 10px;
  padding-right: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #5d5d5d;
}
.logo-container .header-logo form button {
  position: absolute;
  right: 10px;
  background: no-repeat;
  border: none;
  top: -3px;
  bottom: 0;
}
.logo-container .header-logo .nav {
  background: #423f43;
}
.logo-container .header-logo-mob {
  background-color: #f45755;
  text-align: center;
  margin: 0 auto;
  float: left;
  height: 60px;
  width: 130px;
  display: none;
  position: absolute;
}
.logo-container .header-logo-mob .nav-mobile {
  float: left;
  border-left: none;
  background-color: inherit;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}
.logo-container .header-logo-mob a {
  display: flex;
  padding: 0 22px 0px 0px;
  height: 100%;
  align-items: center;
}
.logo-container .header-logo-mob a.nav-mobile--menu-js {
  display: flex;
  padding: 0;
  height: 100%;
  position: relative;
  margin: 0 auto;
  align-items: center;
}
.logo-container .header-logo-mob a.nav-mobile--menu-js img {
  margin: 0 auto;
  width: 20px;
  height: 15px;
}
.logo-container .header-logo-mob form {
  position: relative;
  padding-bottom: 9px;
  padding-top: 14px;
  background: #f45755;
}
.logo-container .header-logo-mob form input {
  width: 92%;
  margin: 0 auto;
  border: none;
  height: 36px;
  padding-left: 10px;
  padding-right: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #5d5d5d;
}
.logo-container .header-logo-mob form button {
  position: absolute;
  right: 10px;
  background: no-repeat;
  border: none;
  top: 2px;
  bottom: 0;
}
.logo-container .header-logo-mob .nav a {
  padding: 17px 0px 17px 20px;
}
@media only screen and (max-width: 1241px) {
  .logo-container .header-logo-mob {
    display: block;
  }
}

.nav-mobile--menu-js {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  padding-top: 10px;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.5px;
}
.nav-mobile--menu-js img {
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 1241px) {
  .nav-mobile--menu-js {
    padding-top: 15px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-mobile--menu-js {
    padding-top: 10px;
    height: 64px;
  }
}
.nav-mobile--menu-js span {
  color: white;
}

.header-logo {
  text-align: center;
  margin: 0 auto;
  float: left;
  width: 100%;
}

.header_title.dark-color {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
}

.fix-margin-center {
  margin: 0 auto;
  float: none;
}

.join-us {
  margin-bottom: 40px;
}
.join-us h2 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.btn-join {
  background: #f45755;
  padding: 21px;
  width: 100%;
  border-radius: 50px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  color: #ffffff;
}

.button--full {
  width: 100%;
}

.text-line-center {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin: 0px 0 35px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.1em;
  letter-spacing: 2.4px;
  text-align: center;
  color: #544955;
}
.text-line-center span {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.4px;
  text-align: center;
  color: rgba(84, 73, 85, 0.5019607843);
  background: #fff;
  padding: 0 10px;
  text-transform: initial;
}

.login-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  object-fit: contain;
  border-radius: 32px;
  border: solid 2px #4a414b;
  background-color: #ffffff;
  margin: 20px 0;
}
.login-button span {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #4a414b;
}
.login-button img {
  vertical-align: bottom;
  margin: 0 20px;
}
@media only screen and (max-width: 480px) {
  .login-button img {
    margin: 0 18px;
  }
}
.login-button.learner {
  border: solid 2px #4a414b;
}
.login-button.learner span {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a414b;
  text-transform: inherit;
}

.link-from-text {
  font-family: "Source Sans Pro";
  font-size: 18.7px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #7c7c7c;
}
.link-from-text a {
  font-weight: bold;
  font-weight: bold;
  color: #d24341;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f7f7f7;
  border: solid 1px #a0a0a0;
  border-radius: 4px;
}
.container-checkbox input:checked ~ .checkmark {
  border: solid 2px #f45755;
  background-color: #f45755;
}
.container-checkbox input:focus ~ .checkmark {
  border: solid 2px #423f43;
}
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f7f7f7;
  border: solid 2px #dddddd;
  border-radius: 50%;
}
.container-radio input:checked ~ .checkmark {
  background-color: #f7f7f7;
}
.container-radio input:focus ~ .checkmark {
  border: solid 2px #423f43;
  background-color: #f7f7f7;
}
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-radio input:checked ~ .checkmark:after {
  display: block;
}
.container-radio .checkmark:after {
  right: 0;
  width: 50%;
  height: 50%;
  background-color: white;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 6px #d24341;
}

.help-text-login {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}

.grey-block {
  background-color: #f7f7f7;
  padding: 32px 58px;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .grey-block {
    padding-left: 45px;
  }
}
.grey-block h3 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2c272c;
}
.grey-block ul {
  padding-inline-start: 20px;
  margin-top: 20px;
}
.grey-block li {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #2c272c;
}
.grey-block a {
  margin-top: 30px;
}
.grey-block span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}

.link-from-text.text-left {
  text-align: left !important;
}

.form_container.register {
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin: 1.25rem 0 0;
}

.register-question {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2c272c;
}

@media only screen and (max-width: 1241px) {
  .teacher-block-learning {
    margin-top: 80px !important;
  }
}
.teacher-block-learning .text-line-center {
  text-transform: uppercase;
  margin-top: 40px;
}
.teacher-block-learning .show-on-button-click-google {
  display: none;
  margin-top: 15px;
}
.teacher-block-learning .show-on-button-click-google .google-submit {
  margin: 0 auto;
  width: 304px;
  height: 60px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #d24341;
}
.teacher-block-learning .show-on-button-click-google .google-submit img {
  margin: 0 10px;
  vertical-align: bottom;
}
.teacher-block-learning .show-on-button-click-google .google-submit[disabled]:hover {
  color: #544955;
}
.teacher-block-learning .show-on-button-click-google .google-submit:hover {
  color: #ffffff;
}
.teacher-block-learning .show-on-button-click-facebook {
  display: none;
  margin-top: 15px;
}
.teacher-block-learning .show-on-button-click-facebook .facebook-submit {
  margin: 0 auto;
  width: 304px;
  height: 60px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #d24341;
}
.teacher-block-learning .show-on-button-click-facebook .facebook-submit img {
  margin: 0 10px;
  vertical-align: bottom;
}
.teacher-block-learning .show-on-button-click-facebook .facebook-submit[disabled]:hover {
  color: #544955;
}
.teacher-block-learning .show-on-button-click-facebook .facebook-submit:hover {
  color: #ffffff;
}

.text-decorate-red a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #d24341;
  text-decoration: underline;
}

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

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

.footer_form .form_input {
  box-shadow: none;
  border: none;
}

.not-found-content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}

.not-found-title {
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -2px;
  color: #393239;
}

.small-text {
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2c272c;
}

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

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

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

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

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

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.fix-margin {
  margin: 0 auto;
}

.fix-padding {
  padding: 0;
}

@media only screen and (max-width: 1241px) {
  .page .breadcrumb {
    margin-top: 100px;
  }
  .page .header_title {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .header_title {
    margin-top: 80px;
  }
}
.breadcrumb {
  margin-top: 25px;
  text-align: left;
  background: none;
  padding: 0;
  margin-bottom: 0.75rem;
  color: #423f43;
}
.breadcrumb li {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #423f43;
}
.breadcrumb a {
  color: #423f43;
}
.breadcrumb--home {
  color: #423f43;
}
.breadcrumb--home a {
  border-bottom: 1px #fff solid;
  padding-bottom: 0px;
}

.about_title_helper h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #322c32;
  margin-bottom: 25px;
}

.main-filter .form_label_text {
  white-space: nowrap;
}
.main-filter .radio {
  display: inline-flex;
  margin-right: 40px;
}
@media only screen and (max-width: 680px) {
  .main-filter .radio {
    width: 40%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .main-filter .radio {
    width: 100%;
  }
}
.main-filter .form_radio + label em {
  border: solid 1px #f45755;
  background-color: #ffffff;
}
.main-filter .form_radio:checked + label em {
  border: solid 6px #f45755;
  background-color: #ffffff;
}
.main-filter .filter {
  padding-bottom: 0.563rem;
  border-bottom: solid 1px #dddddd;
}
.main-filter .form_label {
  display: flex;
  align-items: center;
}

.no-decoration-link {
  text-decoration: none !important;
}

.sidebar-single {
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #ffffff;
}
.sidebar-single img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.sidebar-single .date {
  padding: 8px 16px;
  opacity: 0.5;
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #717171;
}
.sidebar-single h4 {
  padding: 0 16px 20px;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}

.sidebar-section h3 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}

.breadcrumb > li + li::before {
  content: "/";
}

.photo_block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.photo_block img {
  width: 100%;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.header-title-h4 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
}

.section--large {
  margin-top: 4.688rem;
  margin-bottom: 4.688rem;
}
@media only screen and (max-width: 767px) {
  .section--large {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 375px) {
  .section--large {
    margin-top: 45px;
  }
}
.section--medium {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 375px) {
  .section--medium {
    padding-bottom: 0;
  }
}
.section--white {
  background: #fff;
}
.section--white .listing .single-article {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #dddddd;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .section--white .listing .single-article {
    display: block;
  }
}
.section--white .listing .img-wrapper {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  /*min-height: 144px;*/
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section--white .listing .img-wrapper {
    margin-bottom: 20px;
  }
}
.section--white .listing .img-wrapper img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.section--white.page_tests, .section--white.ft_articles {
  padding: 25px 0;
}
.section--white.page_tests .row, .section--white.ft_articles .row {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .row, .section--white.ft_articles .row {
    display: block;
  }
}
.section--white.page_tests .row.quizze-filter-margin, .section--white.ft_articles .row.quizze-filter-margin {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .row.quizze-filter-margin, .section--white.ft_articles .row.quizze-filter-margin {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .section--white.page_tests .row.main-filter-wrap, .section--white.ft_articles .row.main-filter-wrap {
    margin-top: 32px;
  }
}
.section--white.page_tests .button--normal, .section--white.ft_articles .button--normal {
  width: 100%;
  height: 40px;
  display: flex;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #d24341;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  text-decoration: none;
}
.section--white.page_tests .button--normal:hover, .section--white.ft_articles .button--normal:hover {
  background-color: #d24341;
  color: #ffffff;
  text-decoration: none;
}
.section--white.page_tests .button--normal.disabled, .section--white.ft_articles .button--normal.disabled {
  border-color: #9d9d9d;
  color: #a4a4a4;
  cursor: default;
}
.section--white.page_tests .button--normal.disabled:hover, .section--white.ft_articles .button--normal.disabled:hover {
  background-color: #ffffff;
  border-color: #9d9d9d;
  color: #a4a4a4;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .button--normal, .section--white.ft_articles .button--normal {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter, .section--white.page_tests .main-filter-wrap, .section--white.ft_articles .quizze-filter, .section--white.ft_articles .main-filter-wrap {
    margin-bottom: 25px;
  }
}
.section--white.page_tests .quizze-filter .red-arrow-select.show-children, .section--white.page_tests .main-filter-wrap .red-arrow-select.show-children, .section--white.ft_articles .quizze-filter .red-arrow-select.show-children, .section--white.ft_articles .main-filter-wrap .red-arrow-select.show-children {
  display: none;
}
.section--white.page_tests .quizze-filter .red-arrow-select:after, .section--white.page_tests .main-filter-wrap .red-arrow-select:after, .section--white.ft_articles .quizze-filter .red-arrow-select:after, .section--white.ft_articles .main-filter-wrap .red-arrow-select:after {
  position: absolute;
  bottom: 25%;
  right: 23px;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #f45755;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}
.section--white.page_tests .quizze-filter .red-arrow-select label, .section--white.page_tests .main-filter-wrap .red-arrow-select label, .section--white.ft_articles .quizze-filter .red-arrow-select label, .section--white.ft_articles .main-filter-wrap .red-arrow-select label {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2c272c;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter .red-arrow-select label, .section--white.page_tests .main-filter-wrap .red-arrow-select label, .section--white.ft_articles .quizze-filter .red-arrow-select label, .section--white.ft_articles .main-filter-wrap .red-arrow-select label {
    margin-top: 18px;
  }
}
.section--white.page_tests .quizze-filter .red-arrow-select select, .section--white.page_tests .main-filter-wrap .red-arrow-select select, .section--white.ft_articles .quizze-filter .red-arrow-select select, .section--white.ft_articles .main-filter-wrap .red-arrow-select select {
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #2c272c;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 25px 10px 15px;
  cursor: pointer;
}
.section--white.page_tests .quizze-filter .red-arrow-select select ::-ms-expand, .section--white.page_tests .main-filter-wrap .red-arrow-select select ::-ms-expand, .section--white.ft_articles .quizze-filter .red-arrow-select select ::-ms-expand, .section--white.ft_articles .main-filter-wrap .red-arrow-select select ::-ms-expand {
  display: none;
}
.section--white.page_tests .quizze-filter .red-arrow-select select.disabled, .section--white.page_tests .main-filter-wrap .red-arrow-select select.disabled, .section--white.ft_articles .quizze-filter .red-arrow-select select.disabled, .section--white.ft_articles .main-filter-wrap .red-arrow-select select.disabled {
  color: #a0a0a0;
  cursor: pointer;
}
.section--white.page_tests .quizze-filter .red-arrow-select select.disabled .option-color, .section--white.page_tests .main-filter-wrap .red-arrow-select select.disabled .option-color, .section--white.ft_articles .quizze-filter .red-arrow-select select.disabled .option-color, .section--white.ft_articles .main-filter-wrap .red-arrow-select select.disabled .option-color {
  color: #2c272c;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter .after-link-quizzes label, .section--white.page_tests .main-filter-wrap .after-link-quizzes label, .section--white.ft_articles .quizze-filter .after-link-quizzes label, .section--white.ft_articles .main-filter-wrap .after-link-quizzes label {
    margin-top: 40px;
  }
  .section--white.page_tests .quizze-filter .after-link-quizzes:after, .section--white.page_tests .main-filter-wrap .after-link-quizzes:after, .section--white.ft_articles .quizze-filter .after-link-quizzes:after, .section--white.ft_articles .main-filter-wrap .after-link-quizzes:after {
    bottom: 16%;
  }
}
.section--white.page_tests .quizze-filter .after-link-quizzes:before, .section--white.page_tests .main-filter-wrap .after-link-quizzes:before, .section--white.ft_articles .quizze-filter .after-link-quizzes:before, .section--white.ft_articles .main-filter-wrap .after-link-quizzes:before {
  content: url("../../components/image/link.png");
  display: block;
  position: absolute;
  z-index: 9;
  bottom: 20%;
  left: -8px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter .after-link-quizzes:before, .section--white.page_tests .main-filter-wrap .after-link-quizzes:before, .section--white.ft_articles .quizze-filter .after-link-quizzes:before, .section--white.ft_articles .main-filter-wrap .after-link-quizzes:before {
    top: 13%;
    left: 13px;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter a, .section--white.page_tests .main-filter-wrap a, .section--white.ft_articles .quizze-filter a, .section--white.ft_articles .main-filter-wrap a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter .reset-filters-block, .section--white.page_tests .main-filter-wrap .reset-filters-block, .section--white.ft_articles .quizze-filter .reset-filters-block, .section--white.ft_articles .main-filter-wrap .reset-filters-block {
    margin-top: 30px;
    text-align: right;
  }
}
.section--white.page_tests .quizze-filter .reset-filters-block .reset-block-main-reset, .section--white.page_tests .main-filter-wrap .reset-filters-block .reset-block-main-reset, .section--white.ft_articles .quizze-filter .reset-filters-block .reset-block-main-reset, .section--white.ft_articles .main-filter-wrap .reset-filters-block .reset-block-main-reset {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter .reset-filters-block .reset-block-main-reset, .section--white.page_tests .main-filter-wrap .reset-filters-block .reset-block-main-reset, .section--white.ft_articles .quizze-filter .reset-filters-block .reset-block-main-reset, .section--white.ft_articles .main-filter-wrap .reset-filters-block .reset-block-main-reset {
    justify-content: flex-end;
    margin-top: 3px;
  }
}
.section--white.page_tests .quizze-filter .reset-filters-block a, .section--white.page_tests .main-filter-wrap .reset-filters-block a, .section--white.ft_articles .quizze-filter .reset-filters-block a, .section--white.ft_articles .main-filter-wrap .reset-filters-block a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: #d24341;
  text-decoration: underline;
  background: none;
  padding: 0;
  display: contents;
}
.section--white.page_tests .quizze-filter .reset-filters-block a.mob-reset-button, .section--white.page_tests .main-filter-wrap .reset-filters-block a.mob-reset-button, .section--white.ft_articles .quizze-filter .reset-filters-block a.mob-reset-button, .section--white.ft_articles .main-filter-wrap .reset-filters-block a.mob-reset-button {
  display: flex;
  text-decoration: none;
  border-bottom: solid 1px #d24341;
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter .reset-filters-block a.mob-reset-button, .section--white.page_tests .main-filter-wrap .reset-filters-block a.mob-reset-button, .section--white.ft_articles .quizze-filter .reset-filters-block a.mob-reset-button, .section--white.ft_articles .main-filter-wrap .reset-filters-block a.mob-reset-button {
    margin: 0;
  }
}
.section--white.page_tests .quizze-filter .reset-filters-block a.mob-reset-button span, .section--white.page_tests .main-filter-wrap .reset-filters-block a.mob-reset-button span, .section--white.ft_articles .quizze-filter .reset-filters-block a.mob-reset-button span, .section--white.ft_articles .main-filter-wrap .reset-filters-block a.mob-reset-button span {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .section--white.page_tests .quizze-filter .reset-filters-block a.mob-reset-button span, .section--white.page_tests .main-filter-wrap .reset-filters-block a.mob-reset-button span, .section--white.ft_articles .quizze-filter .reset-filters-block a.mob-reset-button span, .section--white.ft_articles .main-filter-wrap .reset-filters-block a.mob-reset-button span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .quizze-filter .reset-filters-block a.mob-reset-button span, .section--white.page_tests .main-filter-wrap .reset-filters-block a.mob-reset-button span, .section--white.ft_articles .quizze-filter .reset-filters-block a.mob-reset-button span, .section--white.ft_articles .main-filter-wrap .reset-filters-block a.mob-reset-button span {
    display: block;
  }
}
.section--white.page_tests .quizze-filter h4, .section--white.page_tests .main-filter-wrap h4, .section--white.ft_articles .quizze-filter h4, .section--white.ft_articles .main-filter-wrap h4 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
.section--white.page_tests .quizze-filter .form_input, .section--white.page_tests .main-filter-wrap .form_input, .section--white.ft_articles .quizze-filter .form_input, .section--white.ft_articles .main-filter-wrap .form_input {
  color: #2c272c;
}
.section--white.page_tests .quizze-filter .form_input.disabled, .section--white.page_tests .main-filter-wrap .form_input.disabled, .section--white.ft_articles .quizze-filter .form_input.disabled, .section--white.ft_articles .main-filter-wrap .form_input.disabled {
  color: #a0a0a0;
}
.section--bg_dotted {
  background-image: url("../../components/image/dotted-bg.png");
}
.section_desc {
  font-family: "Source Sans Pro";
  margin-bottom: 25px;
  font-weight: 400;
  color: #423f43;
  font-size: 20px;
}

.pagination-section .pagination {
  font-size: 0;
  text-align: left;
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-top: 10px;
}
.pagination-section .pagination .page-numbers {
  position: relative;
  padding: 0 13px;
  cursor: pointer;
}
.pagination-section .pagination .page-numbers.current {
  cursor: inherit;
}
.pagination-section .pagination .page-numbers:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: -3px;
  margin: 0 auto;
  color: #2c272c;
}
.pagination-section .pagination .page-numbers:last-child:after {
  display: none;
}
.pagination-section .pagination .page-numbers:first-child {
  padding: 0 13px 0 0;
}

.single-item-blog {
  border-bottom: solid 1px #dddddd;
  padding: 25px 0;
}
.single-item-blog .last_item {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .single-item-blog .last_item {
    display: block;
  }
}
.single-item-blog .last_item img.img-wrapper {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  /*min-height: 144px;*/
  width: 100%;
}
.single-item-blog .last_item .last_item_details {
  margin-top: 0;
  padding: 0;
}
.single-item-blog .last_item .last_item_details .last_item_title {
  margin: 0;
}

.quizzes .one_unit {
  margin-bottom: 24px;
}
.quizzes .row {
  display: flex;
  flex-wrap: wrap;
}
.quizzes .row .col-md-3 {
  display: flex;
}
.quizzes .row .col-md-3 > .first-content {
  width: 100%;
}

.category-container {
  margin-top: 45px;
  margin-bottom: 20px;
}
.category-container h3 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
}
.category-container p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-top: 10px;
}

.join {
  background: #6fc8c0;
  color: #fff;
  font-size: 1.313rem;
  font-weight: 300;
}
@media only screen and (max-width: 375px) {
  .join {
    font-size: 15px;
  }
}

.join_img_2 {
  display: none;
}

@media only screen and (min-width: 1242px) and (max-width: 1450px) {
  .join_page .join_img {
    display: none;
  }
  .join_page .join_img_2 {
    display: block;
    margin-top: 82px;
  }
}

.funders-wrap {
  margin-top: 30px;
}

.partner_single {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 100%;
  position: relative;
  box-shadow: 0 2px 60px 0 rgba(44, 39, 44, 0.1019607843);
  background-color: #ffffff;
  border-radius: 10px;
}
.partner_single img {
  width: 80%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.partner_single.show-description {
  width: 100%;
  padding: 0 0 100%;
  position: relative;
  cursor: pointer;
}
.partner_single.show-description.active:after {
  content: "";
  background: url("../../components/image/rectangle-new.png") center bottom no-repeat;
  display: block;
  width: 71px;
  height: 71px;
  position: absolute;
  bottom: -22px;
  z-index: 9;
  left: 50%;
  margin-left: -35px;
}
.partner_single.show-description img {
  width: 70%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.partner_single.show-description.not-active {
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  opacity: 0.3;
}

.governance-container-wrap {
  margin-bottom: 80px;
}
.governance-container-wrap .about_title h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
}
.governance-container-wrap p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
}
.governance-container-wrap p a {
  color: #d24341;
  text-decoration: underline;
}
.governance-container-wrap .governance_resources .block_governance .governance_resources_box {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  text-decoration: none;
  margin-top: 15px;
}
.governance-container-wrap .governance_resources .block_governance .governance_resources_box .bottom-block {
  padding: 5px 15px;
  min-height: 110px;
  height: 100%;
}
.governance-container-wrap .governance_resources .block_governance .governance_resources_box .bottom-block span {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #717171;
  text-transform: uppercase;
}
.governance-container-wrap .governance_resources .block_governance .governance_resources_box .bottom-block h3 {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #4a414b;
}
.governance-container-wrap .about_more .about-container-block {
  margin-top: 20px;
}

.partner_block {
  margin-bottom: 20px;
}

.partners_block .header-title-h4 {
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #717171;
}
.partners_block .partners_data {
  display: none;
}
.partners_block .partners_data .partners_details {
  text-align: left;
  margin: 0.625rem 0 3.125rem;
  width: 100%;
}
.partners_block .partners_data .partners_details .partners_details_control {
  border-bottom: 1px solid #dddddd;
  position: relative;
  text-align: right;
  padding-bottom: 15px;
}
.partners_block .partners_data .partners_details .partners_details_control .partners_details_control_link {
  cursor: pointer;
}
.partners_block .partners_data .partners_details .partners_details_control .partners_details_control_link img {
  width: 16px;
  height: 16px;
}
.partners_block .partners_data .partners_details .margit_for_partners_details {
  margin-top: 25px;
}
.partners_block .partners_data .partners_details .margit_for_partners_details .partners_details_name {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.partners_block .partners_data .partners_details .margit_for_partners_details .partners_details_info {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
.partners_block .partners_data .partners_details .margit_for_partners_details .block-links {
  text-decoration: underline;
}
@media only screen and (max-width: 1241px) {
  .partners_block .partners_data .partners_details .margit_for_partners_details .block-links {
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 767px) {
  .partners_block .partners_data .partners_details .margit_for_partners_details .block-links {
    margin: 15px 0;
  }
}
.partners_block.partners-full-block {
  display: block;
}
@media only screen and (max-width: 767px) {
  .partners_block.partners-full-block {
    display: none;
  }
}
.partners_block.partners-mobile-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .partners_block.partners-mobile-block {
    display: block;
  }
}

.join_title {
  color: #fff;
}
.join_title--space {
  margin-bottom: 3.438rem !important;
}

.join_text {
  line-height: 1.2;
}

.join_img {
  display: block;
  margin: 39px auto 0;
  max-width: 96%;
}

.join_list {
  margin: 1.25rem 0 1.438rem;
  padding-left: 0;
}
.join_list li {
  background: url("../../components/image/ico_dimond.png") left no-repeat;
  list-style-type: none;
  padding-left: 1.25rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join_list li {
    background: url("../../components/image/ico_dimond@2x.png") left no-repeat;
    background-size: 8px 8px !important;
  }
}
@media only screen and (min-width: 1242px) and (max-width: 1449px) {
  .join_list {
    margin: 20px 0 47px;
  }
}
@media only screen and (max-width: 375px) {
  .join_list {
    margin: 10px 0 25px;
  }
}

.join_button {
  margin-bottom: 1.563rem;
}

.tweets {
  padding: 0;
}
.tweets h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  margin-bottom: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
}

.tweet_title {
  margin-bottom: 2.5rem;
}

.tweet_user {
  color: #423f43;
  font-size: 1.125rem;
  font-weight: 300;
  position: absolute;
  right: 40px;
  top: 52px;
}
.tweet_user span {
  color: #d24341;
}
@media only screen and (max-width: 375px) {
  .tweet_user {
    top: 32px;
  }
}

.testimonials {
  background: #fff url("../../components/image/testimonials.png") 95% top no-repeat;
  font-weight: 300;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials {
    background: #fff url("../../components/image/testimonials@2x.png") 95% top no-repeat;
    background-size: 124px 126px !important;
  }
}
.testimonials span {
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 375px) {
  .testimonials {
    background: #fff url("../../components/image/testimonials_mobile.png") 89% top no-repeat;
  }
}
@media only screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 375px) and (min-resolution: 192dpi) {
  .testimonials {
    background: #fff url("../../components/image/testimonials@2x.png") 89% top no-repeat;
    background-size: 77px 72px !important;
  }
}

.testimonials_title {
  margin-bottom: 2.5rem;
}

.testimonials_text {
  margin-bottom: 0.625rem;
}

@media (max-width: 1241px) {
  .no-margin-bottom-sm {
    margin-bottom: 0;
  }
}

.last--outside {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .last--outside {
    margin-bottom: 30px;
  }
}
.last--inside {
  padding-bottom: 3.438rem;
}
@media only screen and (max-width: 375px) {
  .last--inside {
    padding-bottom: 1.875rem;
  }
}

.last_title {
  margin-bottom: 2.188rem;
}

.last_link {
  font-size: 1.313rem;
}
@media only screen and (max-width: 375px) {
  .last_link {
    font-size: 15px;
  }
}

.last_item--full .last_item_title {
  margin-top: 0 !important;
}
@media only screen and (max-width: 375px) {
  .last_item--big .last_item_title {
    font-size: 18px;
  }
}

.red_link {
  color: #f55755 !important;
}

.cs_title {
  color: #f55755 !important;
  text-decoration: underline;
}

.cs_title:hover {
  color: #423f43 !important;
}

.last_item_figure {
  position: relative;
}
.last_item_figure .cube {
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 375px) {
  .last_item_figure .cube {
    height: 60px;
    width: 60px;
  }
  .last_item_figure .cube img {
    height: auto;
    width: auto;
  }
}
.last_item_figure--left {
  float: left;
  width: 35%;
}
@media only screen and (max-width: 375px) {
  .last_item_figure--left {
    width: 37%;
  }
  .last_item_figure--left .cube {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .last_item_figure--special-left {
    float: left;
    width: 37%;
  }
  .last_item_figure--special-left .cube {
    display: none;
  }
}
.last_item_figure--half {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 375px) {
  .last_item_figure--half .cube {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .last_item_figure--full {
    float: none;
    width: 100%;
  }
}

.last_item_figure_details {
  background: rgba(0, 0, 0, 0.8);
  border-bottom-right-radius: 30px;
  height: 60px;
  padding: 0.8125rem 0 0.625rem 5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.last_item_figure_details .last_item_text {
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .last_item_figure_details {
    padding: 13px 0 10px 80px;
  }
}

.last_item_figure_image {
  /* border-bottom-right-radius: 30px; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /* padding-top: 5px; */
  width: 100%;
}

.ebook_content_header .author-block p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
  text-transform: none;
}
.ebook_content_header .header_title {
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -1.75px;
  color: #544a54;
}

.btn-more__title {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #f45755;
  text-decoration: underline;
}

article .mobile-100percent a img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  article .mobile-100percent {
    padding-left: 0;
    padding-right: 0;
  }
  article .mobile-100percent a {
    width: 100%;
  }
}
article .last_item {
  box-shadow: none;
  border-radius: inherit;
}
article .last_item .last_item_details a {
  display: initial;
}
article .last_item .last_item_details .author-block {
  opacity: 1;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #717171;
}
article .last_item .last_item_details .last_item_excerpt:hover {
  text-decoration: none;
}
article .last_item .last_item_details .last_item_excerpt p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
article .last_item .last_item_details .last_item_excerpt p:hover {
  text-decoration: none;
}
article .last_item .last_item_details h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #322c32;
  position: relative;
}
article .last_item .last_item_details:hover {
  text-decoration: none;
}

.share-block {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
}
.share-block .share_content {
  text-align: center;
}
.share-block a {
  display: block;
  border-bottom: solid 1px #717171;
}
.share-block a:last-child {
  border-bottom: none;
}
.share-block .share_title {
  text-decoration: underline;
  margin-right: 0;
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #423f43;
  margin-bottom: 8px;
}

.article .single-page-content p, .article .single-page-content ul, .article .single-page-content ul li, .article .single-page-content ol, .article .single-page-content ol li {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.article .single-page-content p.press-link, .article .single-page-content ul.press-link, .article .single-page-content ul li.press-link, .article .single-page-content ol.press-link, .article .single-page-content ol li.press-link {
  font-weight: bold;
}
.article .single-page-content p.press-link a, .article .single-page-content ul.press-link a, .article .single-page-content ul li.press-link a, .article .single-page-content ol.press-link a, .article .single-page-content ol li.press-link a {
  font-weight: normal;
  display: block;
  overflow: auto;
}
.article .single-page-content ul, .article .single-page-content ol {
  margin-bottom: 20px;
}
.article .single-page-content ul li, .article .single-page-content ol li {
  margin-bottom: 10px;
}
.article .single-page-content h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2c272c;
  margin-bottom: 15px;
}

.author-block {
  opacity: 0.5;
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #717171;
}

.sidebar-single.removedecoration a {
  text-decoration: none;
}

.loader-2 {
  display: none;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 120px;
  border-radius: 50%;
  /* position: relative; */
  -webkit-animation: loader-2 0.9s 0.35s ease alternate infinite;
  animation: loader-2 0.9s 0.35s ease alternate infinite;
  margin: 0px;
}

.loader-2:after,
.loader-2:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: loader-2 0.9s ease alternate infinite;
  -webkit-animation: loader-2 0.9s ease alternate infinite;
}

.loader-2:before {
  left: -10px;
  animation-delay: 0.2s;
}

.loader-2:after {
  right: -10px;
  animation-delay: 0.5s;
}

@keyframes loader-2 {
  0% {
    box-shadow: 0 15px 0 -15px #f45755;
  }
  100% {
    box-shadow: 0 15px 0 #f45755;
  }
}
@-webkit-keyframes loader-2 {
  0% {
    box-shadow: 0 15px 0 -15px #f45755;
  }
  100% {
    box-shadow: 0 15px 0 #f45755;
  }
}
.last_item_details {
  padding: 0;
  min-height: 120px;
  height: 100%;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.last_item_details a {
  display: block;
}
.last_item_details span.rft {
  display: block;
}
.last_item_details--right {
  float: right;
  width: 61%;
}
.last_item_details--right .last_item_title {
  margin-top: 0;
}
.last_item_details--half {
  width: 50%;
  float: right;
  padding-left: 0.625rem;
}
.last_item_details--half p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 375px) {
  .last_item_details--half p {
    font-size: 12px;
  }
}
.last_item_details--half .last_item_title {
  margin-top: 0;
}
.last_item_details--separator {
  margin-top: 0.9375rem;
}
.last_item_details .last_item_text {
  opacity: 0.5;
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #717171;
}
@media only screen and (max-width: 375px) {
  .last_item_details {
    min-height: 90px !important;
  }
}

.page-template-blog .last_item_details {
  padding: 0 20px;
}

.last_item_title {
  color: #423f43;
  font-size: 1.313rem;
  line-height: 1.2;
  margin: 0.9375rem 0;
}
@media only screen and (max-width: 375px) {
  .last_item_title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.last_item_title:hover {
  color: #d24341;
  text-decoration: underline;
}

.last_item_text {
  color: #aca5ae;
  display: block;
  line-height: 1;
  margin-bottom: 0.1875rem;
}

.last_item_category {
  line-height: 1;
}

.last_list {
  margin: 1.563rem 0 1.563rem 0;
  padding-left: 0;
}
.last_list li {
  position: relative;
  font-size: 1.313rem;
  padding-left: 1.563rem;
  margin-bottom: 0.625rem;
  list-style-type: none;
}
.last_list li:before {
  content: "";
  background: url("../../components/image/title_decoration.png") top left no-repeat;
  display: block;
  height: 9px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .last_list li:before {
    background: url("../../components/image/title_decoration@2x.png") top left no-repeat;
    background-size: 5px 9px !important;
  }
}
.last_list li a {
  color: #423f43;
}

.founds_title {
  margin-bottom: 2.5rem;
}

.link {
  color: #d24341;
  transition: color 0.8s;
}
.link:hover {
  color: #d24341;
}

.nav .nav_logout .current-menu-item a {
  border-bottom: none;
}

.case_study .form_label_text {
  font-size: 1.2rem;
}

.last_item_figure {
  min-height: 100px;
  height: 225px;
}

#testimonialsCarusel .item {
  height: 151px;
}

.resource-dialogbox {
  background: rgba(0, 0, 0, 0.65);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.resource-dialogbox.opened {
  display: block;
}

.resource-dialogbox-window {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  min-height: 200px;
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 506px) {
  .resource-dialogbox-window {
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0 !important;
  }
}

.resource-dialogbox-window .buttons {
  margin-top: 40px;
}

.resource-dialogbox-window .button {
  display: inline-block;
}

.link:hover {
  text-decoration: underline;
}

.cube--pdf {
  background: orange;
}

.cube--xls {
  background: green;
}

.cube--ppt {
  background: purple;
}

.no-hover:hover {
  text-decoration: none;
}

.container--decoration:before {
  z-index: -1;
}

.error404 .container--decoration:after {
  display: none !important;
}

.footer_form .parsley-errors-list {
  width: 270px;
  bottom: 21px;
}

.parsley-errors-list {
  bottom: auto;
  top: 100px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
}

@media (max-width: 375px) {
  .parsley-errors-list {
    position: static;
  }
}
#twitter-widget-0 {
  width: 100% !important;
  min-height: 868px !important;
}

.tweets {
  overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
  display: block;
  width: 60px;
  height: 60px;
  background: red;
  float: right;
  margin-top: -23px;
}

.carousel-control-prev {
  background: url("../../components/image/slider-arrow-left.png");
  margin-right: 5px;
}

.carousel-control-next {
  background: url("../../components/image/slider-arrow-right.png");
}

@media (max-width: 767px) {
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute !important;
    bottom: 0 !important;
    top: 0 !important;
  }
  .carousel-control-prev {
    left: -40px;
    margin-right: 0 !important;
  }
  .carousel-control-next {
    right: -30px;
  }
  .home-slider .carousel-indicators {
    width: 150px;
    margin-left: -75px;
  }
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: auto !important;
  }
}
#foundsCarusel img {
  display: inline !important;
  float: none !important;
}

.home-slider_head_title,
.ebook_logged_slider_title,
.single-project .header_title,
.ebook_logged_slider_details .ebook_logged_slider_date {
  text-transform: none !important;
}

.carousel-indicators li:first-child {
  margin-left: 8px !important;
}

.carousel-control-next {
  right: -40px !important;
}

.ebook_logged-slider .carousel-indicators {
  left: 15px !important;
  width: 295px;
}

@media (max-width: 1449px) {
  .ebook_logged-slider .carousel-indicators {
    width: 240px;
  }
}
@media (max-width: 1241px) {
  .ebook_logged-slider .carousel-indicators {
    width: auto;
    right: 15px !important;
  }
}
.ebook_logged-slider .carousel-indicators li:first-child {
  margin-left: 0 !important;
}

.parsley-form ::-webkit-input-placeholder {
  color: red !important;
}

.parsley-form :-ms-input-placeholder {
  color: red !important;
}

.parsley-form ::-moz-placeholder {
  color: red !important;
  opacity: 1;
}

.parsley-form :-moz-placeholder {
  color: red !important;
  opacity: 1;
}

input.parsley-error, textarea.parsley-error {
  color: #f52e27 !important;
  background-color: #fddddd;
}

#give_donation_receipt p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.main-font-p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}

.teacher-block-register {
  margin-top: 50px !important;
}
@media only screen and (max-width: 1241px) {
  .teacher-block-register {
    margin-top: 0 !important;
  }
}

.teacher-block-register .section_title, .teacher-block-learning .section_title {
  margin-bottom: 1.5rem;
}
.section_title h2 {
  margin-right: 24px;
}

.section_title .account_content_title {
  margin-right: 0px;
}

.teacher-block-learning {
  margin-top: 50px !important;
}
@media only screen and (max-width: 1241px) {
  .teacher-block-learning {
    margin-top: 0 !important;
  }
}
.teacher-block-learning .login-button {
  padding: 15px 10px;
}
.teacher-block-learning .login-button img {
  margin: 0 10px;
}

.colour-black {
  color: #393239;
}

.colour-grey {
  color: #423f43;
}
.colour-grey p {
  color: #423f43;
}
.colour-grey--lighter {
  color: #413942;
}
.colour-grey--lighter p {
  color: #413942;
}

.breadcrumb.colour-grey-1 {
  color: #717171;
}
.breadcrumb.colour-grey-1 li {
  color: #717171;
}
.breadcrumb.colour-grey-1 li a {
  color: #717171;
  border-bottom: 1px #717171 solid;
}

.last_item {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #ffffff;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

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

.margin-bottom-15 {
  margin-bottom: 15px;
}

.simple_content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4 !important;
  letter-spacing: normal;
  color: #423f43;
  text-align: inherit !important;
  margin-bottom: 25px;
}
.simple_content li {
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
.simple_content strong {
  font-weight: bold;
}
.simple_content a {
  color: #f45755;
  text-decoration: underline;
}
.simple_content a.button {
  text-decoration: none;
}
.simple_content a.button.button--red-border {
  color: #d24341;
}
.simple_content a.button.button--red-border:hover {
  color: white;
}

.grey-text {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.grey-text a {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #f45755;
  margin-top: 0;
  display: inline-block;
}

.contact_content .account_content_help {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.contact_content .account_content_help b {
  font-size: 20px;
  font-weight: bold;
  color: #2c272c;
}
.contact_content .contact_content_details .contact_content_details_link {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #f45755;
  text-decoration: underline;
  margin-bottom: 0;
}

.contact_content .hide-on-mobile {
  display: block;
}
@media only screen and (max-width: 1241px) {
  .contact_content .hide-on-mobile {
    display: none;
  }
}
.contact_content .show-in-mobile {
  display: none;
}
@media only screen and (max-width: 1241px) {
  .contact_content .show-in-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1449px) {
  .teacher-block-learning .login-button {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 1241px) {
  .contact-sub-title {
    margin-bottom: 0;
  }
  .register-change-register {
    text-align: left;
    margin-top: 15px;
  }
  .not-found-title {
    font-size: 50px;
  }
  .not-found-img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .not-found-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .last_item_details {
    min-height: 100px;
  }
  .section_title .account_content_title {
    font-size: 33px;
  }
  .teacher-block-learning .login-button span {
    letter-spacing: 1.4px;
  }
  .teacher-block-learning .text-line-center span {
    letter-spacing: 0;
  }
  .not-found-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .grey-block {
    padding: 32px 20px;
  }
  .teacher-block-learning .login-button img {
    margin: 0 8px 0px 5px;
  }
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .prev_slider {
  display: block;
  position: absolute;
  z-index: 9;
  top: 22%;
  left: -27px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .slider-wrapper .prev_slider {
    display: none;
  }
}
.slider-wrapper .next_slider {
  display: block;
  position: absolute;
  z-index: 9;
  top: 22%;
  right: -30px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .slider-wrapper .next_slider {
    display: none;
  }
}

.deleted-account h1 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
  margin-top: 30px;
  margin-bottom: 25px;
}
.deleted-account p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 1.4;
  color: #4a414b;
}
.deleted-account .button {
  width: 200px;
  margin-top: 30px;
}

.page-template-faqs .header {
  background: white;
}
.page-template-faqs .header_title {
  color: #413942;
  font-size: 40px;
  margin-bottom: 25px;
}
.page-template-faqs .header_subtitle p {
  color: #413942;
  font-size: 20px;
}
.page-template-faqs .breadcrumb li {
  color: #413942;
}
.page-template-faqs .breadcrumb a {
  color: #413942;
  border-bottom: 1px #413942 solid;
}
.page-template-faqs .js-tabs .tab.active:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #f45755;
  display: block;
  position: absolute;
  bottom: -8px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .page-template-faqs .js-tabs .tab.active:after {
    width: 96%;
    bottom: 0;
  }
}
.page-template-faqs .panel-heading--on {
  position: relative;
}
.page-template-faqs .panel-faq .panel-heading--actives {
  margin-bottom: 50px;
}
.page-template-faqs .panel-faq .panel-heading--actives .faq-button {
  border-color: #d24341;
}
.page-template-faqs .panel-faq .panel-heading--actives:after {
  content: "";
  width: 100%;
  border-bottom: solid 1px #d24341;
  padding-bottom: 20px;
  display: inline-block;
  position: absolute;
}

.faq-tabcontrol {
  height: 50px;
  display: flex;
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .faq-tabcontrol {
    height: auto;
    display: block;
  }
}
.faq-tabcontrol a {
  opacity: 0.3;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  color: #2c272c;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .faq-tabcontrol a {
    display: block;
    padding: 10px;
  }
}
.faq-tabcontrol .tab {
  margin-right: 40px;
}

.page-template-hot-topics img {
  max-width: 100%;
}
.page-template-hot-topics .container--decoration {
  margin-bottom: 3rem;
}
@media (min-width: 1242px) {
  .page-template-hot-topics .header_title {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .page-template-hot-topics .header_subtitle {
    margin-bottom: 30px;
  }
  .page-template-hot-topics .header_subtitle p {
    font-size: 16px;
  }
}
.page-template-hot-topics h2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #423f43;
  font-weight: bold;
}
@media (min-width: 1242px) {
  .page-template-hot-topics h2 {
    font-size: 40px;
  }
}
.page-template-hot-topics .hot-topics-summary {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-template-hot-topics .hot-topics-summary {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  .page-template-hot-topics .hot-topics-summary {
    margin-bottom: 20px;
  }
}
.page-template-hot-topics .hot-topics-summary h2 {
  margin-bottom: 15px;
}
.page-template-hot-topics .hot-topics-summary p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #423f43;
}
.page-template-hot-topics .hot-topics-main {
  margin-bottom: 3rem;
}
.page-template-hot-topics .hot-topics-cards {
  margin-top: 30px;
  margin-bottom: 50px;
}
.page-template-hot-topics .card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  margin-top: 1.5rem;
}
@media (min-width: 480px) {
  .page-template-hot-topics .card-title {
    font-size: 24px;
  }
}
.page-template-hot-topics .card {
  margin-bottom: 1.5rem;
}
.page-template-hot-topics .card a {
  text-decoration: none;
  color: #423f43;
}
.page-template-hot-topics p {
  line-height: 1.5;
  font-size: 16px;
  color: #5e5360;
  font-weight: 400;
}

.card_clickable {
  cursor: pointer;
}
.card_clickable .featured_resources_box {
  margin-top: 0 !important;
}

.header.blog-main-header {
  padding-bottom: 50px;
}

.blog-header-filter {
  position: relative;
  right: 0;
  left: 0;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.blog-header-filter p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #393639;
}
@media only screen and (max-width: 767px) {
  .blog-header-filter p {
    font-size: 20px;
  }
}
.blog-header-filter .filter {
  border-bottom: none;
  padding: 0;
  margin: 26px 0 0;
}
@media only screen and (max-width: 480px) {
  .blog-header-filter .filter {
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.blog-header-filter .filter .checkbox {
  margin: 0 8px 10px 0;
  display: inline-block;
}
.blog-header-filter .filter .checkbox button {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  border-radius: 20px;
  padding: 5px 16px;
  border: solid 1px #dddddd;
  background: none;
  color: #393639;
}
@media only screen and (max-width: 767px) {
  .blog-header-filter .filter .checkbox button {
    font-size: 16px;
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-header-filter .filter .checkbox button {
    white-space: nowrap;
  }
}
.blog-header-filter .filter .checkbox button.active-filter {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #d24341;
  border: solid 2px #f45755;
}
@media only screen and (max-width: 767px) {
  .blog-header-filter .filter .checkbox button.active-filter {
    font-size: 16px;
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-header-filter .filter .checkbox button.active-filter {
    white-space: nowrap;
  }
}

.page-template-about aside {
  margin-top: 5px;
}
@media only screen and (max-width: 1241px) {
  .page-template-about aside {
    margin-top: 0;
  }
}
.page-template-about aside .sidebar-section .featured_resources {
  margin-top: 15px;
}
.page-template-about aside .sidebar-section .featured_resources .block_resources a {
  margin-top: 15px;
}

.about-section-single {
  margin-top: 55px;
  margin-bottom: 50px;
}
.about-section-single .about {
  background: #fff;
  margin-bottom: 0.9375rem;
}
.about-section-single .about_title {
  display: block;
  position: relative;
}
.about-section-single .about_title h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
}
.about-section-single .about_title h2.small {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}
@media only screen and (max-width: 375px) {
  .about-section-single .about_title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.about-section-single .about-container-block p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.about-section-single .about-container-block p small {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
}
.about-section-single .about-container-block ul {
  margin-top: 20px;
  padding-bottom: 20px;
}
.about-section-single .about-container-block ul li {
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
}
.about-section-single .about-container-block .join_button {
  font-family: "Source Sans Pro";
  width: 230px;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #d24341;
  border-radius: 32px;
  border: solid 2px #d24341;
  background: #ffffff;
}
.about-section-single .about-container-block .join_button:hover {
  background: #d24341;
  color: #fff;
}
.about-section-single .about-container-block.governance-container {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
}
.about-section-single .about-container-block.governance-container a {
  color: #d24341;
}
.about-section-single .alt_about_title {
  background: #2c272c;
  display: block;
  color: #fff;
  padding: 2.5rem 0;
  position: relative;
}
@media only screen and (max-width: 375px) {
  .about-section-single .alt_about_title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.about-section-single .about_subtitle {
  font-size: 1.875rem;
  margin: 0 0 2.188rem;
}
@media only screen and (max-width: 375px) {
  .about-section-single .about_subtitle {
    font-size: 18px;
  }
}
.about-section-single .about_more {
  margin-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.about-section-single .about_more_steps {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1242px) {
  .about-section-single .about_more_steps--last {
    margin-bottom: 0;
  }
}
.about-section-single .about_more_number {
  background: #fcbe69;
  color: #fff;
  display: block;
  text-align: center;
  float: left;
  font-size: 2.813rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.9375rem 0;
  width: 15%;
}
.about-section-single .about_more_info {
  background: #fef2e1;
  border-bottom-right-radius: 30px;
  float: right;
  width: 85%;
}
.about-section-single .about_more_text {
  line-height: 1.6;
  margin: 1.875rem;
}

.block_governance {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sortby-section {
  margin-top: 20px;
}
.sortby-section .main-head {
  margin-bottom: 20px;
  margin-top: 5px;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .sortby-section .main-head {
    display: block;
  }
  .sortby-section .main-head .col-xs-6 {
    width: 100%;
  }
}
.sortby-section .main-head h3 {
  margin: 0;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}
@media only screen and (max-width: 480px) {
  .sortby-section .main-head h3 {
    margin-bottom: 20px;
  }
}
.sortby-section .main-head .red-arrow-select {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .sortby-section .main-head .red-arrow-select {
    text-align: left;
  }
}
.sortby-section .main-head .red-arrow-select:after {
  position: absolute;
  bottom: 40%;
  right: 23px;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #f45755;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .sortby-section .main-head .red-arrow-select:after {
    right: 30px;
  }
}
.sortby-section .main-head .red-arrow-select label {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2c272c;
  margin-right: 10px;
}
.sortby-section .main-head .red-arrow-select select {
  width: 222px;
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #2c272c;
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sortby-section .main-head .red-arrow-select select {
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .sortby-section .main-head .red-arrow-select select {
    width: 80%;
  }
}
.sortby-section .main-head .red-arrow-select select ::-ms-expand {
  display: none;
}
@media only screen and (max-width: 1241px) {
  .sortby-section .main-head .red-arrow-select select.select-smaller-on-sm {
    width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .sortby-section .main-head .red-arrow-select select.select-smaller-on-sm {
    width: 125px;
  }
}
.sortby-section .hide-on-mobile {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sortby-section .hide-on-mobile {
    display: none;
  }
}
.sortby-section .show-on-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sortby-section .show-on-mobile {
    display: flex;
  }
}

.bottom-line-decoration {
  position: relative;
}
.bottom-line-decoration:after {
  content: "";
  background: #dddddd;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.bottom-line-decoration .slider-wrapper {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.block-for-three-colors {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 15px;
}
.block-for-three-colors .auto-height {
  display: flex;
  align-items: inherit;
}
@media only screen and (max-width: 767px) {
  .block-for-three-colors .auto-height {
    display: block;
  }
}
.block-for-three-colors .first-block {
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .block-for-three-colors .first-block {
    margin-bottom: 16px;
  }
}
.block-for-three-colors .first-block.yellow-color {
  background: #fde6e0;
}
.block-for-three-colors .first-block.green-color {
  background: #a9ded9;
}
.block-for-three-colors .first-block.dark-yellow-color {
  background: #fdd8a5;
}
.block-for-three-colors .first-block.grey-color {
  background: #dddddd;
}
.block-for-three-colors .first-block div:nth-child(2) {
  margin-bottom: 20px;
}
.block-for-three-colors .first-block div:last-child {
  margin-top: auto;
}
.block-for-three-colors .donate_title {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .block-for-three-colors .donate_title {
    color: #322c32;
  }
}
.block-for-three-colors .donate_copy_wrap p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #393639;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .block-for-three-colors .donate_copy_wrap p {
    color: #2c272c;
  }
}
.block-for-three-colors .bottom-block-case {
  margin-top: 20px;
}
.block-for-three-colors .bottom-block-case a {
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  padding: 1.1rem 2rem;
  color: #4a414b;
}

.block-three-colors .main-head h2 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .block-three-colors .main-head h2 {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: normal;
    color: #2c272c;
  }
}
.block-three-colors .row-second-head p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .block-three-colors .row-second-head p {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5360;
  }
}

.browse-wrap-resources {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: space-between;
}
@media only screen and (max-width: 767px) {
  .browse-wrap-resources {
    display: block;
  }
}
.browse-wrap-resources .browse-single-resources {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .browse-wrap-resources .browse-single-resources {
    margin-top: 20px;
  }
}
.browse-wrap-resources .browse-single-resources .bottom-line {
  border-bottom: 2px solid #f45755;
}
@media only screen and (max-width: 767px) {
  .browse-wrap-resources .browse-single-resources img {
    width: 30px;
    height: auto;
  }
}
.browse-wrap-resources .browse-single-resources h3 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #d24341;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .browse-wrap-resources .browse-single-resources h3 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.56;
  }
}
.browse-wrap-resources .browse-single-resources p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
  margin-bottom: 25px;
}

.href-full-width .main-head h2 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .href-full-width .main-head h2 {
    font-size: 18px;
    line-height: 1.78;
    color: #2c272c;
  }
}
.href-full-width .row-second-head p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .href-full-width .row-second-head p {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5360;
  }
}
.href-full-width a {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #d24341;
  width: 100%;
  display: block;
  text-decoration: underline;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .href-full-width a {
    font-size: 16px;
    line-height: 1.5;
    color: #d24341;
  }
}

@media only screen and (max-width: 767px) {
  .section--white.page_tests {
    padding: 10px 0;
  }
}
.section--white.page_tests .show-filter-on-mobile {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .show-filter-on-mobile {
    display: flex;
    align-items: center;
  }
}
.section--white.page_tests .show-filter-on-mobile .search-title {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
@media only screen and (max-width: 767px) {
  .section--white.page_tests .hide-in-mobile-filter {
    display: none;
  }
  .section--white.page_tests .hide-in-mobile-filter.active {
    display: block;
  }
}

#main .resources-post-filter {
  display: none;
}

.quizze-filter .reset-filters-block {
  display: none;
}

.resources-post-filter .block-three-colors .main-head .small {
  display: none;
}

.resources-component__cards .pagination {
  font-size: 0;
  text-align: left;
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-top: 40px;
  margin-bottom: 0;
}
.resources-component__cards .pagination .page-numbers {
  position: relative;
  padding: 0 13px;
  cursor: pointer;
}
.resources-component__cards .pagination .page-numbers.current {
  cursor: inherit;
}
.resources-component__cards .pagination .page-numbers:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: -3px;
  margin: 0 auto;
  color: #2c272c;
}
.resources-component__cards .pagination .page-numbers:last-child:after {
  display: none;
}
.resources-component__cards .pagination .page-numbers:first-child {
  padding: 0 13px 0 0;
}

body.resources-page-logged-out #main .header {
  display: none;
}
body.resources-page-logged-out footer > *:not(.core-pop-up) {
  display: none;
}
body.teaching-pack-page-logged-out #main .header {
  display: none;
}
body.teaching-pack-page-logged-out footer > *:not(.core-pop-up) {
  display: none;
}
body.teaching-community-page-logged-out #main .header {
  display: none;
}
body.teaching-community-page-logged-out footer > *:not(.core-pop-up) {
  display: none;
}

.resources-page-all-user {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .resources-page-all-user {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.resources-page-all-user .resources-page-aligncenter {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .resources-page-all-user .resources-page-aligncenter {
    display: block;
  }
}
.resources-page-all-user .login-form-wrap h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #413942;
  text-align: left;
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  .resources-page-all-user .login-form-wrap h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.resources-page-all-user .login-form-wrap p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #2C272C;
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .resources-page-all-user .login-form-wrap p {
    font-size: 16px;
  }
}
.resources-page-all-user .login-form-wrap p b {
  font-weight: 600;
}
.resources-page-all-user .login-form-wrap .login-form-footer-wrap {
  margin-top: 35px;
}
.resources-page-all-user .login-form-wrap .login-form-footer-wrap .login-button {
  border: 2px solid #F45755;
  height: 60px;
}
.resources-page-all-user .login-form-wrap .login-form-footer-wrap .login-button span {
  color: #F45755;
}
.resources-page-all-user .login-form-wrap .login-form-footer-wrap .login-button.button-red {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #EB5757;
  border-radius: 32px;
  border: none;
}
.resources-page-all-user .login-form-wrap .login-form-footer-wrap .text-line-center {
  margin-top: 35px;
}
@media only screen and (max-width: 480px) {
  .resources-page-all-user .login-form-wrap .login-form-footer-wrap .text-line-center {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.resources-page-all-user .login-form-wrap .login-form-footer-wrap .footer-login .link-from-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
}
.resources-page-all-user .login-form-wrap .login-form-footer-wrap .footer-login .link-from-text a {
  line-height: 24px;
  color: #F45755;
  text-decoration: none;
}
.resources-page-all-user .login-form-wrap .resources-page-tabs-wrap {
  display: none;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .resources-page-all-user .login-form-wrap .resources-page-tabs-wrap {
    display: block;
  }
}
.resources-page-all-user .resources-page-tabs-wrap {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .resources-page-all-user .resources-page-tabs-wrap {
    display: none;
  }
}
.resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item {
  padding: 24px;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item.orange-color {
  background: #FCD19F;
  box-shadow: 0px 2px 20px rgba(66, 63, 67, 0.1);
}
.resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item.green-color {
  background: #A0D9D4;
  box-shadow: 0px -2px 4px rgba(66, 63, 67, 0.15);
  position: relative;
  top: -7px;
}
.resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item.grey-color {
  background: #D8D8D8;
  box-shadow: 0px -2px 4px rgba(66, 63, 67, 0.15);
  border-radius: 10px;
  position: relative;
  top: -15px;
}
.resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.5px;
  color: #413942;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item h2 {
    font-size: 18px;
  }
}
.resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.5px;
  color: #413942;
  text-align: left;
  display: none;
}
.resources-page-all-user .resources-page-tabs-wrap .resources-page-tab-item.tab-open p {
  display: block;
}
.resources-page-all-user .resources-page-tabs-wrap h6 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
  letter-spacing: -0.5px;
  color: #413942;
}
@media only screen and (max-width: 480px) {
  .resources-page-all-user .resources-page-tabs-wrap h6 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
}

.teaching-page-all-user {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .teaching-page-all-user {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.teaching-page-all-user .teaching-page-aligncenter {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 992px) {
  .teaching-page-all-user .teaching-page-aligncenter {
    display: block;
  }
}
.teaching-page-all-user .login-form-wrap h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #413942;
  text-align: left;
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  .teaching-page-all-user .login-form-wrap h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.teaching-page-all-user .login-form-wrap p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #2C272C;
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .teaching-page-all-user .login-form-wrap p {
    font-size: 16px;
  }
}
.teaching-page-all-user .login-form-wrap p b {
  font-weight: 600;
}
.teaching-page-all-user .login-form-wrap .login-form-footer-wrap {
  margin-top: 35px;
}
.teaching-page-all-user .login-form-wrap .login-form-footer-wrap .login-button {
  border: 2px solid #F45755;
  height: 60px;
}
.teaching-page-all-user .login-form-wrap .login-form-footer-wrap .login-button span {
  color: #F45755;
}
.teaching-page-all-user .login-form-wrap .login-form-footer-wrap .login-button.button-red {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #EB5757;
  border-radius: 32px;
  border: none;
}
.teaching-page-all-user .login-form-wrap .login-form-footer-wrap .text-line-center {
  margin-top: 35px;
}
@media only screen and (max-width: 480px) {
  .teaching-page-all-user .login-form-wrap .login-form-footer-wrap .text-line-center {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.teaching-page-all-user .login-form-wrap .login-form-footer-wrap .footer-login .link-from-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
}
.teaching-page-all-user .login-form-wrap .login-form-footer-wrap .footer-login .link-from-text a {
  line-height: 24px;
  color: #F45755;
  text-decoration: none;
}
.teaching-page-all-user .login-form-wrap .teaching-page-tabs-wrap {
  display: none;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .teaching-page-all-user .login-form-wrap .teaching-page-tabs-wrap {
    display: block;
  }
}
.teaching-page-all-user .teaching-page-right-block-wrap h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #413942;
  margin-bottom: 45px;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item {
  list-style: none;
  padding: 0;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider {
  margin-bottom: 16px;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  display: block;
}
@media only screen and (max-width: 480px) {
  .teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow {
    max-width: 222px;
  }
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow .header_teaching_page {
  height: 116px;
  background: #f7f7f7;
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow .header_teaching_page span {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  border-radius: 2px;
  background: #ffffff;
  padding: 2px 6px;
  position: absolute;
  margin-top: 10px;
  display: block;
  margin-left: 9px;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow .content_teaching_page {
  padding: 5px 15px;
  min-height: 120px;
  height: 100%;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow .content_teaching_page span {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #717171;
  padding: 0;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow .content_teaching_page h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #2C272C;
  margin-bottom: 8px;
  margin-top: 5px;
}
.teaching-page-all-user .teaching-page-right-block-wrap .teaching-page-right-block-slider .teaching-page-slider-item .single-pac-slider .teaching-page-slider-item-box-shadow .content_teaching_page p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #717171;
}
.teaching-page-all-user .teaching-page-right-block-wrap.hide-on-mobile {
  display: block;
}
@media only screen and (max-width: 992px) {
  .teaching-page-all-user .teaching-page-right-block-wrap.hide-on-mobile {
    display: none;
  }
}
.teaching-page-all-user .teaching-page-right-block-wrap.show-on-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .teaching-page-all-user .teaching-page-right-block-wrap.show-on-mobile {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .teaching-page-all-user .teaching-page-right-block-wrap.show-on-mobile h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.teaching-community-all-user {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .teaching-community-all-user {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.teaching-community-all-user .teaching-community-aligncenter {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 992px) {
  .teaching-community-all-user .teaching-community-aligncenter {
    display: block;
  }
}
.teaching-community-all-user .login-form-wrap h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #413942;
  text-align: left;
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  .teaching-community-all-user .login-form-wrap h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.teaching-community-all-user .login-form-wrap p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #2C272C;
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .teaching-community-all-user .login-form-wrap p {
    font-size: 16px;
  }
}
.teaching-community-all-user .login-form-wrap p b {
  font-weight: 600;
}
.teaching-community-all-user .login-form-wrap .login-form-footer-wrap {
  margin-top: 35px;
}
.teaching-community-all-user .login-form-wrap .login-form-footer-wrap .login-button {
  border: 2px solid #F45755;
  height: 60px;
}
.teaching-community-all-user .login-form-wrap .login-form-footer-wrap .login-button span {
  color: #F45755;
}
.teaching-community-all-user .login-form-wrap .login-form-footer-wrap .login-button.button-red {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #EB5757;
  border-radius: 32px;
  border: none;
}
.teaching-community-all-user .login-form-wrap .login-form-footer-wrap .text-line-center {
  margin-top: 35px;
}
@media only screen and (max-width: 480px) {
  .teaching-community-all-user .login-form-wrap .login-form-footer-wrap .text-line-center {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.teaching-community-all-user .login-form-wrap .login-form-footer-wrap .footer-login .link-from-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
}
.teaching-community-all-user .login-form-wrap .login-form-footer-wrap .footer-login .link-from-text a {
  line-height: 24px;
  color: #F45755;
  text-decoration: none;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #413942;
  margin-top: 30px;
  margin-bottom: 30px;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item {
  position: relative;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item .teaching-community-why-join-item-color {
  max-width: 300px;
  background: #D9D9D9;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  min-height: 166px;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item .teaching-community-why-join-item-color img {
  margin: 0 auto;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item .teaching-community-why-join-item-color p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #2C272C;
  margin-top: 17px;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item .teaching-community-why-join-item-color.first-type:after {
  content: "";
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #d9d9d9 transparent transparent;
  position: absolute;
  bottom: -23px;
  right: 20px;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item .teaching-community-why-join-item-color.second-type:after {
  content: "";
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #d9d9d9 transparent transparent transparent;
  position: absolute;
  bottom: -23px;
  left: 20px;
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap.hide-on-mobile {
  display: block;
}
@media only screen and (max-width: 992px) {
  .teaching-community-all-user .login-form-wrap .teaching-community-block-wrap.hide-on-mobile {
    display: none;
  }
}
.teaching-community-all-user .login-form-wrap .teaching-community-block-wrap.show-on-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .teaching-community-all-user .login-form-wrap .teaching-community-block-wrap.show-on-mobile {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .teaching-community-all-user .login-form-wrap .teaching-community-block-wrap.show-on-mobile h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.teaching-community-all-user .teaching-community-right-block-wrap h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #413942;
  margin-bottom: 30px;
}
.teaching-community-all-user .teaching-community-right-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item {
  min-height: 162px;
  min-width: 305px;
  background: #D9D9D9;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.teaching-community-all-user .teaching-community-right-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #2C272C;
  margin-top: 17px;
}
.teaching-community-all-user .teaching-community-right-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item.first-type:after {
  content: "";
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #d9d9d9 transparent transparent;
  position: absolute;
  bottom: -23px;
  right: 20px;
}
.teaching-community-all-user .teaching-community-right-block-wrap .teaching-community-why-join-wrap .teaching-community-why-join-item.second-type:after {
  content: "";
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #d9d9d9 transparent transparent transparent;
  position: absolute;
  bottom: -23px;
  left: 20px;
}
.teaching-community-all-user .teaching-community-right-block-wrap.hide-on-mobile {
  display: block;
}
@media only screen and (max-width: 992px) {
  .teaching-community-all-user .teaching-community-right-block-wrap.hide-on-mobile {
    display: none;
  }
}
.teaching-community-all-user .teaching-community-right-block-wrap.show-on-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .teaching-community-all-user .teaching-community-right-block-wrap.show-on-mobile {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .teaching-community-all-user .teaching-community-right-block-wrap.show-on-mobile h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* MULTI SPINNER */
.multi-spinner-container {
  display: none;
  width: 150px;
  height: 150px;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
}

.multi-spinner {
  position: absolute;
  width: calc(100% - 9.9px);
  height: calc(100% - 9.9px);
  border: 5px solid transparent;
  /*border-top-color: #d24341;*/
  border-top-color: #f45755;
  border-radius: 50%;
  -webkit-animation: spin 4s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
  animation: spin 4s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.block_resources_all .card__footer {
  height: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .card__footer {
    margin-bottom: 0px;
  }
}
.block_resources_all p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}
.block_resources_all p.no-resources-found {
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  padding: 15px 20px;
  border-radius: 8px;
  border: solid 2px #f45755;
  background-color: rgba(244, 87, 85, 0.05);
  margin-top: 30px;
}
.block_resources_all a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 600;
  color: #f45755;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
.block_resources_all .featured_resources_box {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 1449px) {
  .block_resources_all .featured_resources_box {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box {
    display: flex;
    margin-bottom: 0;
    align-items: center;
  }
}
.block_resources_all .featured_resources_box .header_content_block_resources {
  text-align: center;
  background: #423F43;
  border-radius: 10px 10px 0 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .header_content_block_resources {
    width: 40%;
    border-radius: 10px;
    height: 63px !important;
    margin: 5px;
  }
}
.block_resources_all .featured_resources_box .header_content_block_resources--guide {
  background-image: url("../image/magazine.svg");
  background-size: 40px 50px;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .header_content_block_resources--guide {
    margin: 5px;
    background-size: 20px 25px;
  }
}
.block_resources_all .featured_resources_box .header_content_block_resources--lecture {
  background-image: url("../image/presentation-1.svg");
  background-size: 57px 50px;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .header_content_block_resources--lecture {
    margin: 5px;
    background-size: 20px 25px;
  }
}
.block_resources_all .featured_resources_box .header_content_block_resources--game {
  background-image: url("../image/puzzle.svg");
  background-size: 50px 50px;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .header_content_block_resources--game {
    margin: 5px;
    background-size: 20px 25px;
  }
}
.block_resources_all .featured_resources_box .header_content_block_resources span {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  position: absolute;
  margin-top: 10px;
  display: block;
  margin-left: 9px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #423f43;
  border-radius: 2px;
  background: #ffffff;
  padding: 0 5px;
  height: 16px;
}
.block_resources_all .featured_resources_box .header_content_block_resources .video-gallery__label {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #2c272c;
}
.block_resources_all .featured_resources_box .header_content_block_resources h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #2c272c;
  padding-bottom: 40px;
  margin-top: 0;
}
.block_resources_all .featured_resources_box .header_content_block_resources svg {
  position: absolute;
  top: 0;
  right: 0;
}
.block_resources_all .featured_resources_box .header_content_block_resources.case-studies-img-background {
  height: 112px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .header_content_block_resources.case-studies-img-background {
    background-size: 40%;
  }
}
@media only screen and (max-width: 375px) {
  .block_resources_all .featured_resources_box .header_content_block_resources.case-studies-img-background {
    background-size: 65%;
  }
}
.block_resources_all .featured_resources_box .bottom-block {
  padding: 5px 15px;
  min-height: 110px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .bottom-block {
    width: 60%;
    min-height: 70px;
    padding: 5px 8px;
  }
}
.block_resources_all .featured_resources_box .bottom-block .bullet-section {
  font-family: "Source Sans Pro";
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.46px;
  color: #717171;
  text-transform: uppercase;
}
.block_resources_all .featured_resources_box .bottom-block span {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #717171;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .bottom-block span {
    font-family: "Source Sans Pro";
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 1px;
    color: #717171;
  }
}
.block_resources_all .featured_resources_box .bottom-block h3 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box .bottom-block h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.block_resources_all .featured_resources_box.about_page_news_box {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box.about_page_news_box {
    margin-bottom: 20px;
  }
}
.block_resources_all .featured_resources_box.about_page_news_box h3 {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #4a414b;
  padding: 0 0 15px;
}
.block_resources_all .featured_resources_box.who-is-teaching-box {
  margin-bottom: 14px;
  border: solid 2px #ffffff;
}
.block_resources_all .featured_resources_box.who-is-teaching-box:hover {
  border: solid 2px #f45755;
}
.block_resources_all .featured_resources_box.who-is-teaching-box .header_content_block_resources {
  height: 112px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .block_resources_all .featured_resources_box.who-is-teaching-box .header_content_block_resources {
    background-size: 40%;
  }
}
@media only screen and (max-width: 375px) {
  .block_resources_all .featured_resources_box.who-is-teaching-box .header_content_block_resources {
    background-size: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .block_resources_all .card_resources_landing {
    margin-top: 8px;
  }
}

.answers_to_exercises {
  padding: 50px 0;
}
.answers_to_exercises .main-head h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
}
.answers_to_exercises .main-head .block-link {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #d24341;
}
.answers_to_exercises p {
  margin-top: 28px;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}
.answers_to_exercises .checkbox-filters {
  margin-top: 45px;
  margin-bottom: 40px;
}
.answers_to_exercises .checkbox-filters button {
  border-radius: 20px;
  border: solid 1px #4a414b;
  padding: 5px 17px;
  background: none;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #4a414b;
  margin-right: 8px;
}
.answers_to_exercises .checkbox-filters button:hover {
  font-family: "Source Sans Pro";
  background-color: #4a414b;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #fff;
}
.answers_to_exercises .checkbox-filters .active {
  font-family: "Source Sans Pro";
  background-color: #4a414b;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #fff;
}
.answers_to_exercises .select_exercise {
  position: relative;
  display: none;
}
.answers_to_exercises .select_exercise label {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
.answers_to_exercises .select_exercise select {
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #2c272c;
  border: none;
  background-color: #ffffff;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 25px 10px 15px;
  cursor: pointer;
}
.answers_to_exercises .select_exercise.red-arrow-select:after {
  position: absolute;
  bottom: 25%;
  right: 23px;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #f45755;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}

.hide-on-desktop-sort {
  display: none;
}
.hide-on-desktop-sort.active {
  display: block;
}
.hide-on-desktop-sort .select-style-main:after {
  position: absolute;
  bottom: 40%;
  right: 23px;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #f45755;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hide-on-desktop-sort .select-style-main select {
  width: 100%;
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #2c272c;
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
}

.page-template-contact-us .header_subtitle {
  margin-bottom: 68px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.bottom-arrow-new {
  width: 640px;
  position: relative;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  padding: 0 50px 52px;
  margin-bottom: 65px;
  text-align: left;
}
.bottom-arrow-new:after {
  background: url("../../components/image/article_decoration_white_2.png");
  background-size: 100% 100%;
  width: 70px;
  height: 34.5px;
  position: absolute;
  bottom: -34.5px;
  right: 0;
  left: 50%;
  text-align: center;
  margin-left: -35px;
  content: " ";
  display: block;
}
@media only screen and (max-width: 767px) {
  .bottom-arrow-new {
    width: 100%;
    margin-bottom: 154px;
    padding: 25px 20px 37px;
    border-radius: 0;
  }
}

.other_contributions__first_block {
  column-count: 3;
  margin-bottom: 35px;
}
@media (max-width: 769px) {
  .other_contributions__first_block {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .other_contributions__first_block {
    column-count: 1;
    text-align: center;
  }
}

.other_contributions__second_block {
  column-count: 1;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .other_contributions__second_block {
    text-align: center;
  }
}

.other_contributions__headline_block {
  margin-bottom: 35px;
}
.other_contributions__headline_block h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2c272c;
  margin-bottom: 15px;
}

/* download packs link start */
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.download-loader,
.download-loader:before,
.download-loader:after {
  background: #cc3d24;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.download-loader {
  display: none;
  color: #f45755;
  text-indent: -9999em;
  position: relative;
  font-size: 2.5px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-left: 10px;
}

.download-loader:before,
.download-loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.download-loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.download-loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* download packs link end */
.more-case-studies {
  padding-top: 40px;
  padding-bottom: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ebook_logged_title {
  background: #fcbe69;
  color: #fff;
  padding: 2.5rem;
}
.ebook_logged_title--radius {
  border-bottom-right-radius: 30px;
}
.ebook_logged_title-switch {
  cursor: pointer;
  position: relative;
}
.ebook_logged_title-switch .cube {
  right: 98px;
  top: 30px;
  transition: all 500ms ease;
}
.ebook_logged_title-switch .cube img {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .ebook_logged_title-switch .cube {
    right: 62px;
  }
}
@media only screen and (max-width: 375px) {
  .ebook_logged_title-switch {
    font-size: 1.125rem;
  }
  .ebook_logged_title-switch .cube {
    background: none;
    border: none;
    right: 45px;
    top: 11px;
    height: auto;
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 375px) {
  .ebook_logged_title {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.ebook_logged_slider {
  background: #fff;
  padding: 3.875rem 0 3.125rem;
}
@media only screen and (max-width: 767px) {
  .ebook_logged_slider {
    padding: 1.875rem 0 1.25rem;
  }
}

.ebook_logged_slider_details {
  border-bottom: 5px solid #d24341;
  padding-bottom: 1.25rem;
}

.ebook_logged_slider_title {
  margin: 1.25rem 0 0.625rem;
}

.ebook_logged_slider_date {
  font-size: 1.125rem;
}

.ebook_logged_slider_text {
  margin: 1.563rem 0;
}

.ebook_logged_slider_link {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 375px) {
  .ebook_logged_slider_link {
    font-size: 12px;
  }
}

.ebook_logged_slider__button {
  margin-top: 2.5rem;
}

.ebook_more {
  background: #fff;
  border-bottom-right-radius: 30px;
  padding: 1.25rem 0;
}

.ebook_more_item {
  border-bottom: 2px #eeedef solid;
  padding: 1.563rem 0;
}
.ebook_more_item--last {
  border-bottom: none;
}

.ebook_more_item_title {
  background: url("../../components/image/title_decoration.png") left no-repeat;
  font-size: 1.313rem;
  text-transform: none;
  padding-left: 0.9375rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ebook_more_item_title {
    background: url("../../components/image/title_decoration@2x.png") left no-repeat;
    background-size: 5px 9px !important;
  }
}
@media only screen and (max-width: 375px) {
  .ebook_more_item_title {
    font-size: 15px;
  }
}

.ebook_more_item_text {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
}
@media only screen and (max-width: 375px) {
  .ebook_more_item_text {
    font-size: 12px;
  }
}
.ebook_more_item_text--grey {
  color: #aca5ad;
}
@media only screen and (min-width: 1242px) {
  .ebook_more_item_text--grey {
    text-align: center;
  }
}

.resource {
  margin: 2.5rem 0 3.125rem;
}
@media only screen and (max-width: 375px) {
  .resource {
    margin: 1.25rem 0 1.875rem;
  }
}

.resource_item {
  background: #423f43;
  border-bottom: 0.375rem solid #2c272c;
  float: left;
  padding: 0.9375rem;
  text-align: center;
  margin-right: 1.25rem;
  width: 150px;
}
@media only screen and (min-width: 1242px) and (max-width: 1449px) {
  .resource_item {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1241px) {
  .resource_item {
    margin-right: 1.25rem;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
    width: 142px;
  }
}
@media only screen and (max-width: 767px) {
  .resource_item {
    margin-right: 12px;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 406px) and (max-width: 417px) {
  .resource_item {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 375px) {
  .resource a:nth-child(2n) .resource_item {
    margin-right: 0;
  }
  .resource_item br {
    display: none;
  }
}
@media only screen and (max-width: 370px) {
  .resource a .resource_item {
    margin-right: 0;
  }
}

.resource_item_title {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 375px) {
  .resource_item_title {
    font-size: 0.75rem;
  }
}

.resource_item_block_link:last-child .resource_item {
  margin-right: 0;
}

.glossary {
  background: url("../../components/image/glossary_bg_2.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3.125rem 2.5rem;
  margin-bottom: 3.125rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .glossary {
    background: url("../../components/image/glossary_bg_2@2x.jpg") center top no-repeat;
  }
}
.glossary .link {
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 375px) {
  .glossary .link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .glossary {
    margin-bottom: 1.875rem;
  }
}

.glossary_title {
  text-transform: uppercase;
  border-bottom: 0.3125rem solid #d24341;
  padding-bottom: 2.188rem;
  margin-bottom: 2.5rem;
}

.glossary_word {
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 375px) {
  .glossary_word {
    font-size: 18px;
  }
}

.glossary_description {
  padding-top: 0.625rem;
  line-height: 1.4;
}
@media only screen and (max-width: 375px) {
  .glossary_description {
    font-size: 15px;
    padding-top: 25px;
  }
}

.test {
  position: relative;
}
.test .module--grey {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 375px) {
  .test .module--grey {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 3.438rem !important;
  }
}

.test_title {
  background: #1a1a1a;
  color: #fff;
  padding: 2.188rem 3.125rem 1.875rem;
}
.test_title img {
  float: right;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 375px) {
  .test_title {
    padding: 1.25rem 1.875rem;
  }
}

.test_list {
  padding-left: 0;
  margin: 0.625rem 0 3.125rem;
}
.test_list li {
  clear: both;
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.test_list li a {
  color: #fff;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  padding-right: 53px;
}
@media only screen and (max-width: 375px) {
  .test_list li a {
    font-size: 15px;
    padding-right: 36px;
  }
}
.module-tests2 .test_list li a {
  padding-right: 122px;
}
@media only screen and (max-width: 375px) {
  .module-tests2 .test_list li a {
    padding-right: 86px;
  }
}
.test_list li:before {
  content: "";
  background: url("../../components/image/title_decoration.png") center no-repeat;
  display: block;
  height: 5px;
  width: 9px;
  position: absolute;
  left: 0;
  top: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .test_list li:before {
    background: url("../../components/image/title_decoration@2x.png") center no-repeat;
    background-size: 5px 9px !important;
  }
}
@media only screen and (max-width: 375px) {
  .test_list li:before {
    top: 7px;
  }
}

.test_toggle {
  background: #1a1a1a;
  padding: 1.563rem 3.125rem;
  border-top: 5px solid #2c272c;
  width: 100%;
  z-index: 100;
}
.test_toggle .toggle {
  background: #2c272c;
  margin: 0 1.25rem;
}
.test_toggle .toggle .btn {
  height: 37px;
  width: 75px;
}
.test_toggle .toggle,
.test_toggle .toggle-on,
.test_toggle .toggle-off {
  border-radius: 30px;
  border: none;
}
.test_toggle .toggle .toggle-handle {
  background: #d24341;
  border-radius: 50%;
  border: none;
  height: 28px;
  width: 28px;
  margin-top: 5px;
}
.test_toggle .btn-default .toggle-handle {
  margin-left: 40px;
}
.test_toggle .btn-primary .toggle-handle {
  margin-right: 40px;
}
.test_toggle .toggle-off {
  border: none;
  width: 100% !important;
}
.test_toggle .btn-primary,
.test_toggle .test_toggle .btn-primary,
.test_toggle .btn-default,
.test_toggle .toggle-on,
.test_toggle .toggle-off,
.test_toggle .btn-default.active:hover,
.test_toggle .btn-default.active:focus {
  background: #2c272c;
}
.test_toggle .btn-primary.active.focus, .test_toggle .btn-primary.active:focus, .test_toggle .btn-primary.active:hover, .test_toggle .btn-primary.focus:active, .test_toggle .btn-primary:active:focus, .test_toggle .btn-primary:active:hover, .test_toggle .open > .dropdown-toggle.btn-primary.focus, .test_toggle .open > .dropdown-toggle.btn-primary:focus, .test_toggle .open > .dropdown-toggle.btn-primary:hover {
  background: #2c272c;
}
.test_toggle .slow .toggle-group {
  transition: left 0.7s;
  -webkit-transition: left 0.7s;
}
@media only screen and (max-width: 767px) {
  .test_toggle {
    padding: 1.25rem 1.875rem;
    top: 120px;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .test_toggle {
    top: 60px;
  }
}

.test_toggle_text {
  color: #939393;
  display: inline-block;
  height: 37px;
  font-size: 1.313rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 37px;
  vertical-align: middle;
}
.test_toggle_text--active {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .test_toggle_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .test_toggle_text {
    font-size: 12px;
  }
}

.fact_checker {
  margin-top: 1.875rem;
}

.fact_checker_title {
  background: #6fc8c0;
  color: #fff;
  line-height: 1;
  padding: 2.188rem 2.5rem;
  text-transform: uppercase;
}

.fact_checker_head {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
}

.fact_checker_head_left {
  color: #d24341;
  float: left;
}

.fact_checker_head_right {
  color: #aca5ae;
  float: right;
}

.fact_checker_text {
  color: #423f43;
  line-height: 1.3;
}

.fact_checker_source {
  color: #aca5ae;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.fact_checker_source a {
  color: #d24341;
  text-decoration: underline;
}
@media only screen and (max-width: 375px) {
  .fact_checker_source {
    font-size: 12px;
  }
}

.simple {
  background: #fff;
}
.simple .show-on-mobile-case {
  display: none;
}
@media only screen and (max-width: 1241px) {
  .simple .show-on-mobile-case {
    display: block;
  }
}
.simple .hide-on-mobile-case {
  display: block;
}
@media only screen and (max-width: 1241px) {
  .simple .hide-on-mobile-case {
    display: none;
  }
}
.simple.ebook .simple_content {
  padding-bottom: 0;
}

.breadcrumb, .user-menu, .bar_lang {
  font-size: 16px;
}

.simple.article h1, .simple.article h2, .simple.article h3 {
  margin-bottom: 1.25rem;
}

.simple_header {
  color: #fff;
  position: relative;
}
.simple_header:after {
  content: "";
  background: url("../../components/image/article_decoration.png") center no-repeat;
  height: 34px;
  width: 70px;
  position: absolute;
  bottom: -34px;
  left: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .simple_header:after {
    background: url("../../components/image/article_decoration@2x.png") center left no-repeat;
    background-size: 70px 34px !important;
  }
}
@media only screen and (max-width: 375px) {
  .simple_header:after {
    display: none;
  }
}
.simple_header--noimg:after {
  bottom: -130px;
}
@media only screen and (max-width: 1241px) {
  .simple_header--noimg:after {
    bottom: -34px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .simple_header--noimg:after {
    bottom: -129px !important;
  }
}
.simple_header img {
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
}

.simple_header_band {
  background: rgba(0, 0, 0, 0.8);
  padding: 1.563rem 0 1.563rem;
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.simple_header_band--large {
  padding: 2.188rem 0 1.875rem;
}
.simple_header_band--noimg {
  bottom: inherit;
}
@media only screen and (max-width: 1241px) {
  .simple_header_band {
    position: static;
  }
}

.simple_title {
  font-size: 1.313rem;
}
@media only screen and (max-width: 1241px) {
  .simple_title {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 375px) {
  .simple_title {
    font-size: 15px;
  }
}

.simple_category {
  color: #d24341;
}

.simple_details {
  color: #aca5ae;
  font-size: 1.125rem;
}
@media only screen and (max-width: 375px) {
  .simple_details {
    font-size: 12px;
  }
}

.header_title_single_post {
  text-align: left;
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -1.75px;
  color: #393239;
  margin-top: 50px;
}
@media only screen and (max-width: 1241px) {
  .header_title_single_post {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .header_title_single_post {
    font-size: 32px;
  }
}

.simple_author_blog_single {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #717171;
}

.press-images-wrap {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  /*min-height: 144px;*/
  align-items: center;
  display: flex;
}
.press-images-wrap img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: initial;
}

.press-images-wrap-more {
  min-height: 112px;
  background: #ffffff !important;
  height: 112px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  align-items: center;
  display: flex;
}
.press-images-wrap-more img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: initial;
}

.link-copied-modal {
  width: 424px !important;
  height: 150px;
  background-color: white;
}
@media only screen and (max-width: 480px) {
  .link-copied-modal {
    width: 320px !important;
  }
}
.link-copied-modal .close-modal {
  display: block;
}
.link-copied-modal .modal--content h2 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #322c32;
  text-align: center;
}

.simple_content {
  padding: 0 0 2.063rem;
  /*
  ul {
  	padding: 0.9375rem 0 0.625rem 1.25rem;
  	li {
  		background: url('../../components/image/ico_dimond_b.png') left 12px no-repeat;
  		font-size: 1.313rem; 
  		font-weight: 300;
  		margin-bottom: 1.25rem;
  		list-style-type: none;
  		padding-left: 1.25rem;  
  		@media 
  			(-webkit-min-device-pixel-ratio: 2), 
  			(min-resolution: 192dpi) { 
  				background: url('../../components/image/ico_dimond_b@2x.png') left 12px no-repeat;
  				background-size: 8px 8px !important;
  			}
  		@media only screen and (max-width: 375px) {
  			font-size: 15px;
  			margin-bottom: 0.625rem;
  		}
  	}
  	&.give-donation-levels-wrap {
  		li {
  			background: none;
  			font-size: 1em;
  			font-weight: normal;
  			padding-left: 0;
  		}
  	}
  }
  */
}
.simple_content p {
  text-align: justify;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .simple_content .table-container {
    overflow: auto;
  }
}
.simple_content .table-container table {
  display: table;
  width: 100%;
}
.simple_content .table-container table, .simple_content .table-container th, .simple_content .table-container td {
  border: 1px solid;
  padding: 5px 10px;
}
.simple_content .table-container table p, .simple_content .table-container th p, .simple_content .table-container td p {
  color: #423f43;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Source Sans Pro", sans-serif;
}
.simple_content blockquote {
  border-left: none;
  position: relative;
  padding: 0 0 0.5rem 5rem;
}
.simple_content blockquote:before {
  content: "";
  display: block;
  width: 76px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../../components/image/testimonials-new.png");
  background-size: 58px 49px;
  background-repeat: no-repeat;
}
.simple_content blockquote p {
  /*font-size: 2.25rem;    */
  /*border-left: none;*/
  /*font-weight: 300;*/
  /*text-align: right;*/
  /*line-height: 1.3;*/
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4 !important;
  letter-spacing: normal;
  text-align: inherit !important;
  color: #423f43;
  font-family: "Source Sans Pro";
}
.simple_content strong {
  font-weight: 600;
}
.simple_content .case_study_intro strong {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}
.simple_content.second-style strong {
  font-weight: bold;
}

.archive-project-header {
  margin-bottom: 0;
}

.filter-new {
  background: #f7f7f7;
  padding: 45px 0;
}
.filter-new .align-center {
  display: flex;
  align-items: center;
}
.filter-new h3 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #322c32;
}
.filter-new select {
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 -2px 0 0 #dddddd;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7c7c7c;
  background: url("../../components/image/icon-chevron-right.png") 96%/3% no-repeat #ffffff;
  width: 100%;
  height: 48px;
}
.filter-new select::-ms-expand {
  display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}
.filter-new select option:before {
  content: url("../../components/image/flag-uk.png");
}

.drop-down {
  padding: 5px 35px 5px 45px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 -2px 0 0 #dddddd;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7c7c7c;
  background: url("../../components/image/icon-chevron-right.png") 96%/3% no-repeat #ffffff;
  width: 100%;
  height: 48px;
  align-items: center;
  display: flex;
  position: relative;
  cursor: pointer;
}
.drop-down select {
  display: none;
}
.drop-down .select-list {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 40px;
  padding: 0;
  background-color: #595959;
  list-style: none;
}
.drop-down .select-list li {
  display: none;
  background-color: #ffffff;
  color: #7c7c7c;
  border-bottom: solid 1px #dddddd;
}
.drop-down .select-list li span {
  display: flex;
  min-height: 40px;
  min-width: 280px;
  width: 100%;
  padding: 5px 15px 5px 45px;
  background-color: #ffffff;
  background-position: left 10px center;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: left;
  color: #7c7c7c;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
}
.drop-down .select-list li span:hover, .drop-down .select-list li span:focus {
  opacity: 1;
}
.drop-down .buttons span {
  position: relative;
}
.drop-down .buttons span img {
  position: absolute;
  left: -35px;
  top: 4px;
}

.testi__slider:before {
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  left: -80px;
  top: 7px;
  background-image: url("../../components/image/testimonials-new.png");
  background-size: 58px 49px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1064px) {
  .testi__slider:before {
    left: 5px;
  }
}

.testi__slide {
  position: relative;
}

.header-banner {
  background-color: #f45755;
  border-bottom: solid 4px #423f43;
}
.header-banner .skip-link-to-content {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.header-banner p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #ffffff;
}
.header-banner .banner-control {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.header-banner .banner-control img {
  width: 16px;
  height: 16px;
}
.header-banner .banner-control p {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.header-banner .banner-control span {
  cursor: pointer;
}
.header-banner img {
  width: 40px;
  height: 40px;
}
.header-banner .banner-content {
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1241px) {
  .header-banner .banner-content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .header-banner .banner-content {
    display: block;
    padding-top: 60px;
  }
}
.header-banner .banner-content .mobile-fix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .header-banner .banner-content .mobile-fix {
    margin-bottom: 20px;
  }
}
.header-banner .banner-content .mobile-fix .banner-control {
  display: none;
}
@media only screen and (max-width: 480px) {
  .header-banner .banner-content .mobile-fix .banner-control {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .header-banner .banner-content .banner-control {
    display: none;
  }
}
.header-banner.black {
  background-color: #423f43;
  border-bottom: solid 4px #f45755;
}
.header-banner.black .banner-img svg path {
  fill: #f45755;
}
.header-banner.black .banner-control svg path {
  fill: #f45755;
}
.header-banner.white {
  background-color: #ffffff;
  border-bottom: solid 4px #f45755;
}
.header-banner.white .banner-img svg path {
  fill: #f45755;
}
.header-banner.white .banner-control p {
  color: #f45755;
}
.header-banner.white .banner-control svg path {
  fill: #f45755;
}
.header-banner.white p {
  color: #4a414b;
}

.last_item_project .last_item_details {
  padding: 0 0 70px;
}
.last_item_project .last_item_details a.read-more {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #f87876;
  text-decoration: underline;
  margin-top: 25px;
}

.simple_content_gallery {
  padding: 1.25rem 0;
}

.simple_content_gallery_image {
  width: 100%;
}

.simple_content_gallery_credit {
  color: #423f43;
  display: block;
  font-style: italic;
  font-size: 0.9375rem;
  text-align: right;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 375px) {
  .simple_content_gallery_credit {
    font-size: 12px;
    margin-bottom: 0.3125rem;
  }
}

.simple_content_special {
  color: #d24341;
  font-weight: 400;
}

.simple_action--top {
  border-bottom: 0.375rem solid #d24341;
  padding-bottom: 2.5rem;
  margin-bottom: 2.813rem;
}
.simple_action--bottom {
  background: #2c272c;
  border-bottom-right-radius: 30px;
  color: #fff;
  padding: 3.438rem 0;
}

.simple_action_text {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
}
.simple_action_text--large {
  font-size: 2.25rem;
}
@media only screen and (max-width: 375px) {
  .simple_action_text--large {
    font-size: 23px !important;
  }
}
.simple_action_text:first-child {
  padding-top: 0.1875rem;
}
@media only screen and (max-width: 375px) {
  .simple_action_text {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1242px) {
  .simple_action_button {
    float: right;
  }
}
@media only screen and (min-width: 376px) and (max-width: 1241px) {
  .simple_action_button {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .simple_action_button {
    float: none;
    margin-top: 15px;
  }
}

.share {
  border-top: 1px #c6c5c6 solid;
  margin-top: 4.063rem;
  padding-top: 1.25rem;
}
@media only screen and (max-width: 375px) {
  .share img {
    height: 35px;
    width: 35px;
  }
}

.share_content {
  float: right;
}

.share_title {
  color: #423f43;
  display: inline-block;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 375px) {
  .share_title {
    font-size: 15px;
  }
}

.event_title {
  font-size: 2.125rem;
  font-weight: 300;
}
@media only screen and (max-width: 375px) {
  .event_title {
    font-size: 18px;
    line-height: 1.2;
  }
}

.fouders_content {
  padding-top: 4.375rem;
}

.fouders_slider {
  background: url("../../components/image/glossary_bg.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.188rem 0;
  margin-bottom: 7.5rem;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fouders_slider {
    background: url("../../components/image/glossary_bg@2x.jpg") center top no-repeat;
  }
}
.fouders_slider .carousel-inner {
  margin-bottom: 1.875rem;
}
.fouders_slider .control {
  bottom: -60px;
}
.fouders_slider .control .carousel-control {
  background: #2c272c;
  border-bottom-color: #161316;
}
@media only screen and (max-width: 375px) {
  .fouders_slider .control {
    bottom: -48px;
  }
}

.case_study_slider {
  background-image: url("../../components/image/itworks_bg.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .case_study_slider {
    background: url("../../components/image/itworks_bg@2x.jpg");
  }
}

.fouders_slider_content {
  position: relative;
}

.fouders_slider_title {
  text-transform: uppercase;
  border-bottom: 0.3125rem solid #d24341;
  padding-bottom: 1.875rem;
  margin-bottom: 2.188rem;
}

.fouders_slider_img {
  float: left;
  margin-right: 8.438rem;
}
.fouders_slider_img:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1242px) and (max-width: 1449px) {
  .fouders_slider_img {
    margin-right: 53px;
  }
}
@media only screen and (max-width: 1241px) {
  .fouders_slider_img {
    display: block;
    float: none;
    line-height: 150px;
    vertical-align: middle;
    max-height: 150px !important;
    width: auto !important;
    margin: 0 auto !important;
  }
  .fouders_slider_img:last-child {
    margin-right: 0;
  }
}

.half_funder:nth-child(2n+1) {
  clear: both;
}

.past_funder:nth-child(3n+1) {
  clear: both;
}

.past_funders_title {
  border-bottom: 0.375rem solid #d24341;
  font-size: 30px;
  padding: 10px;
}

.simple2 {
  margin-top: 31px;
}

.fouders_item {
  border-bottom: 0.375rem solid #d24341;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem;
}
.fouders_item a {
  font-size: 1.313rem;
  word-wrap: break-word;
}
.fouders_item.extra {
  padding-top: 0 !important;
}
.half_funder .fouders_item {
  border-top: 0.375rem solid #f55755;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 3.125rem;
  padding-bottom: 0;
  padding-top: 3.125rem;
}
@media (min-width: 768px) {
  .half_funder .fouders_item {
    text-align: center;
  }
  .half_funder .fouders_item .img-wrapper {
    height: 126px;
    position: relative;
  }
  .half_funder .fouders_item img {
    max-width: 80%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.half_funder .fouders_item h3 {
  padding-top: 31px;
  line-height: 39px;
}
.half_funder:first-child .fouders_item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .half_funder:nth-child(2) .fouders_item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.past_funder .fouders_item {
  border-bottom: 0;
  border-top: 1px solid rgba(66, 63, 67, 0.3);
  margin-bottom: 0;
  margin-top: 3.125rem;
  padding-bottom: 0;
  padding-top: 3.125rem;
}
@media (min-width: 768px) {
  .past_funder .fouders_item {
    text-align: center;
  }
  .past_funder .fouders_item .img-wrapper {
    height: 91px;
    position: relative;
  }
  .past_funder .fouders_item img {
    max-width: 80%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.past_funder .fouders_item h3 {
  padding-top: 31px;
  font-size: 21px;
  margin-bottom: 5px;
  line-height: 28px;
}
.past_funder .fouders_item a {
  font-size: 15px;
}
.past_funder:first-child .fouders_item {
  border-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .past_funder:nth-child(2) .fouders_item, .past_funder:nth-child(3) .fouders_item {
    border-top: 0;
    margin-top: 0;
  }
}

.fouders_item_title {
  margin-bottom: 1.563rem;
  text-transform: uppercase;
  font-size: 2rem;
}
@media only screen and (max-width: 375px) {
  .fouders_item_title {
    margin-top: 25px;
  }
}

.fouders_item_img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .fouders_item_img {
    margin-bottom: 25px;
  }
}

.fouders_item_link {
  font-size: 1.125rem;
}
@media only screen and (max-width: 375px) {
  .fouders_item_link {
    font-size: 15px;
  }
}

.glossary_wrap_header {
  margin-top: 60px;
}
@media only screen and (max-width: 1241px) {
  .glossary_wrap_header {
    margin-top: 100px;
  }
}
.glossary_wrap_header .glossary_content_header {
  padding-bottom: 1.25rem;
}
.glossary_wrap_header .glossary_content_header .header_title {
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -1.75px;
  color: #393239;
}
@media only screen and (max-width: 767px) {
  .glossary_wrap_header .glossary_content_header .header_title {
    font-size: 45px;
  }
}
.glossary_wrap_header p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #393639;
}
@media only screen and (max-width: 767px) {
  .glossary_wrap_header p {
    font-size: 20px;
  }
}
.glossary_wrap_header p a {
  color: #d24341;
  text-decoration: underline;
}

.glossary_content {
  padding: 3.125rem 0.625rem;
}
.glossary_content ul {
  margin: 0 -0.625rem 0 0;
  padding: 0;
  z-index: 1;
}
.glossary_content ul li {
  float: left;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  list-style-type: none;
}
@media only screen and (min-width: 768px) and (max-width: 1241px) {
  .glossary_content ul li {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 767px) {
  .glossary_content ul li {
    margin-right: 10.8px;
  }
}
@media only screen and (max-width: 375px) {
  .glossary_content ul li {
    margin-right: 10.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1241px) {
  .glossary_content ul {
    margin-right: -8px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 767px) {
  .glossary_content ul {
    margin-right: -10.8px;
  }
}
@media only screen and (max-width: 375px) {
  .glossary_content ul {
    margin-right: -10.8px;
  }
}

.glossary_content_letter {
  cursor: pointer;
  background: #fde6e0;
  color: rgba(44, 39, 44, 0.5);
  display: inline-block;
  height: 58px;
  width: 58px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 58px;
  padding: 0;
  border-radius: 10px;
}
.glossary_content_letter--active {
  font-weight: bold;
  background: #f45755;
  color: white;
}
@media only screen and (max-width: 375px) {
  .glossary_content_letter {
    height: 41px;
    width: 41px;
    line-height: 41px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .glossary_listing {
    margin-top: 1.875rem;
  }
}
.glossary-mini-link {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 375px) {
  .glossary-mini-link {
    font-size: 12px;
  }
}

.glossary_italic {
  font-style: italic;
}

.glossary_content_word {
  margin-bottom: 24px;
}

.glossary_content_title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 0 7px;
}
.glossary_content_title:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 375px) {
  .glossary_content_title {
    font-size: 15px;
  }
}

.glossary_content_desc {
  margin: 7px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: #4a414b;
}
@media only screen and (max-width: 375px) {
  .glossary_content_desc {
    font-size: 12px;
  }
}

.simple_glossary_header {
  background: #1a1a1a;
  padding: 1.25rem 0;
}
.simple_glossary_header .filter_search {
  float: right;
  margin-top: 0;
}
.simple_glossary_header .filter_search .cube {
  float: right;
  position: static;
}
@media only screen and (max-width: 375px) {
  .simple_glossary_header .filter_search {
    float: none;
    margin-right: 0;
  }
  .simple_glossary_header .filter_search .cube {
    right: 0px;
    position: absolute;
  }
  .simple_glossary_header .filter_search .form_input {
    width: 100%;
  }
}

.login {
  color: #fff;
}
.login .form-group {
  margin-bottom: 1.5rem;
}

.login_content {
  background: #ffffff;
  padding: 0.063rem 0 0.125rem;
}
.login_content .form_label {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.login_content p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}

.login_content_form {
  padding-bottom: 2.188rem;
  margin-bottom: 0.5rem;
}

.login_content_button {
  float: right;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .login_content_button {
    margin-top: 25px;
    float: left;
  }
}

button[disabled], html input[disabled] {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #544955;
  text-transform: initial;
  background-color: white;
  border: 2px #dddddd solid;
}
button[disabled]:hover, html input[disabled]:hover {
  color: #544955;
  background: #dddddd;
}

.login_content_link {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #d24341;
  text-decoration: underline;
}
.login_content_link.not_decoration {
  text-decoration: none;
}
@media only screen and (max-width: 375px) {
  .login_content_link {
    font-size: 15px;
  }
}

.contact_content_details {
  padding-top: 1.563rem;
}
@media only screen and (max-width: 1241px) {
  .contact_content_details {
    padding-top: 0;
  }
}

.contact_content_details_social {
  margin-top: 6.25rem;
}
.contact_content_details_social p {
  font-weight: 400;
}
.contact_content_details_social ul {
  padding-left: 0;
  margin: 0.9375rem 0 0 0;
}
.contact_content_details_social ul li {
  list-style-type: none;
  float: left;
  margin-right: 0.625rem;
}
.contact_content_details_social ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 375px) {
  .contact_content_details_social ul li img {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .contact_content_details_social ul {
    margin-bottom: 25px;
  }
}

.contact_content_details_link {
  display: block;
  font-size: 1.313rem;
  margin-bottom: 1.25rem;
  padding-left: 1.875rem;
}
.contact_content_details_link--mail {
  background: url("../../components/image/icon-envelope.png") left no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .contact_content_details_link--mail {
    background: url("../../components/image/icon-envelope@2x.png") left no-repeat;
    background-size: 20px 20px !important;
  }
}
.contact_content_details_link--phone {
  background: url("../../components/image/icon-phone.png") left no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .contact_content_details_link--phone {
    background: url("../../components/image/icon-phone@2x.png") left no-repeat;
    background-size: 20px 20px !important;
  }
}
@media only screen and (max-width: 375px) {
  .contact_content_details_link {
    padding-left: 2.5rem;
    font-size: 15px;
  }
}

.resources_search_results,
.tests_search_results {
  padding: 2.5rem 2.188rem 0 0.3125rem;
}
@media only screen and (max-width: 1241px) {
  .resources_search_results,
  .tests_search_results {
    padding: 2.5rem 2.188rem 0;
  }
}

.listing.resources_listing,
.listing.tests_listing {
  padding: 0 2.188rem 0 0.3125rem;
}
@media only screen and (max-width: 1241px) {
  .listing.resources_listing,
  .listing.tests_listing {
    padding: 0 2.188rem 0;
  }
}

.resources-pagination .control a {
  cursor: pointer;
}

.fact_search_results {
  padding: 2.5rem 2.188rem 0 0.3125rem;
}

.fact_content {
  margin-top: 1.563rem;
  margin-bottom: 5rem;
}
.fact_content .fact_content_title {
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.fact_content .fact_content_sub {
  display: block;
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.55px;
  color: #717171;
}
@media only screen and (max-width: 375px) {
  .fact_content .fact_content_sub {
    font-size: 12px;
  }
}
.fact_content .fact_content_sub--upper {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 3px;
}
.fact_content .fact_content_sub--space {
  margin-top: 0.9375rem;
}
.fact_content .fact_content_head {
  border-bottom: 0.25rem solid #d24341;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
.fact_content .fact_item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
}
.fact_content .fact_item:last-child {
  border-bottom: none;
}
.fact_content .fact_item_text {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
  margin: 20px auto;
}
@media only screen and (max-width: 530px) {
  .fact_content .fact_item_text {
    word-break: break-all;
  }
}
.fact_content .fact_item_source {
  color: #aca5ad;
  font-size: 0.9375rem;
}
.fact_content .fact_item_source .link {
  text-decoration: underline;
}
@media only screen and (max-width: 375px) {
  .fact_content .fact_item_source {
    font-size: 12px;
  }
}
.fact_content .fact_item_source .fact_item_source_fact_content_sub {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
.fact_content .fact_item_source .fact_item_source_fact_content_sub_source {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
.fact_content .fact_item_source a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  display: block;
  font-weight: normal;
  color: #d24341;
  overflow: hidden;
}
.fact_content .fact_item_note {
  border-radius: 8px;
  border: solid 2px #fbbe69;
  background-color: rgba(251, 190, 105, 0.05);
  padding: 0.625rem 0.9375rem;
  margin-top: 1.563rem;
  color: #1a1a1a;
}
.fact_content .fact_item_note .fact_item_note_fact_content_sub {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #2c272c;
  text-transform: none;
}
.fact_content .fact_item_note .fact_item_note_fact_content_text {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  display: block;
}

.case_study_slider {
  padding-top: 5rem;
}
.case_study_slider .carousel-inner {
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .case_study_slider {
    padding-bottom: 50px;
  }
  .case_study_slider .control {
    bottom: -45px;
  }
}

.case_slide_content {
  position: relative;
}
.case_slide_content:before {
  content: "";
  display: block;
  height: 115px;
  width: 124px;
  position: absolute;
  top: -80px;
  left: 0;
  background: url("../../components/image/case_study_deco.png") top left no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .case_slide_content:before {
    background: url("../../components/image/case_study_deco@2x.png") top left no-repeat;
    background-size: 124px 115px !important;
  }
}
.case_slide_content .carousel-indicators--right {
  bottom: -30px;
}

.case_slide_title {
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 1.875rem;
}

.case_slide_text {
  font-weight: 400;
  line-height: 1.3;
}

.case_slide_link {
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 375px) {
  .case_slide_link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1241px) {
  .faq .panel-group {
    margin-bottom: 35px;
  }
}
.faq .panel-faq {
  border: none;
  box-shadow: none;
  padding-top: 14px;
  padding-bottom: 19px;
  min-height: 60px;
  position: relative;
  border-bottom: solid 1px #dddddd;
}
.faq .panel-faq .panel-collapse {
  border-bottom-right-radius: 30px;
  color: #2c272c;
  margin: 0.625rem 0 0.625rem 0;
}
.faq .panel-faq .panel-collapse .panel-body {
  color: #2c272c;
  font-size: 16px;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 375px) {
  .faq .panel-faq .panel-collapse .panel-body {
    font-size: 12px;
  }
}
.faq .panel-title {
  color: #2c272c;
  font-size: 1.313rem;
  line-height: 1.2;
  max-width: 85%;
}
.faq .panel-title a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 375px) {
  .faq .panel-title {
    font-size: 15px;
  }
}
.faq .panel-heading {
  background: none;
  border: none;
  padding: 0 0 0 0;
}
.faq .panel-heading--on {
  /*&:before {
  	content: "";
  	display: block;
  	height: 20px;
  	width: 20px;
  	position: absolute;
  	top: 3px;
  	left: 0;
  	background: url('../../components/image/ico_plus.png') top left no-repeat;
  	@media 
  	(-webkit-min-device-pixel-ratio: 2), 
  	(min-resolution: 192dpi) { 
  		background: url('../../components/image/ico_plus@2x.png') top left no-repeat;
  		background-size: 20px 20px !important;
  	}
  	@media only screen and (max-width: 375px) {
  		height: 10px;
  		width: 10px;
  		@media 
  		(-webkit-min-device-pixel-ratio: 2), 
  		(min-resolution: 192dpi) { 
  			background: url('../../components/image/ico_plus@2x.png') top left no-repeat;
  			background-size: 10px 10px !important;
  		}
  	}
  }*/
}
.faq .panel-heading--actives:before {
  /*content: "";
  display: block;
  height: 1px;
  width: 21px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url('../../components/image/ico_minus.png') top left no-repeat;
  @media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  	background: url('../../components/image/ico_minus@2x.png') top left no-repeat;
  	background-size: 21px 1px !important;
  }
  @media only screen and (max-width: 375px) {
  	height: 1px;
  	width: 10px;
  	@media 
  	(-webkit-min-device-pixel-ratio: 2), 
  	(min-resolution: 192dpi) { 
  		background: url('../../components/image/ico_minus@2x.png') top left no-repeat;
  		background-size: 10px 1px !important;
  	}
  }*/
}
.faq .panel-heading--actives .panel-title {
  color: #d24341;
  text-decoration: none;
}
.faq .panel-group .panel-heading + .panel-collapse > .list-group, .faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.faq-button {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #a0a0a0;
  border-radius: 50%;
}
.faq-button span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #a0a0a0;
}

.faq_content_title {
  padding-bottom: 0.9375rem !important;
  margin-bottom: 1.25rem !important;
}

.ebook_content {
  margin-top: 60px;
}
.ebook_content ul {
  margin-bottom: 20px;
}
.ebook_content ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
.ebook_content h1, .ebook_content h2, .ebook_content h3, .ebook_content h4, .ebook_content h5, .ebook_content h6, .ebook_content h7 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1241px) {
  .ebook_content {
    margin-top: 100px;
  }
}
.ebook_content .testi__slide__text p {
  text-align: right !important;
}
.ebook_content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4 !important;
  letter-spacing: normal;
  color: #4a414b;
}
.ebook_content p img {
  max-width: 100%;
  height: auto;
}
.ebook_content .ebook_content_header {
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .ebook_content .ebook_content_header h1 {
    font-size: 45px;
  }
}

.ebook_content_title {
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-top: 0.9375rem;
}

.ebook_content_details {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
  text-transform: uppercase;
}
.ebook_content_details--light {
  font-size: 1.063rem;
  color: #aca5ad;
}
@media only screen and (max-width: 375px) {
  .ebook_content_details {
    font-size: 12px;
  }
}

.ebook_content_img {
  margin: 3.125rem auto;
}

.ebook_content_option {
  margin-top: 2.063rem;
  padding: 30px 25px;
}
.ebook_content_option h4 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}
.ebook_content_option .button {
  float: none;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.4px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 1242px) and (max-width: 1449px) {
  .ebook_content_option .button {
    display: block;
    margin-bottom: 15px;
    float: none;
  }
}
@media only screen and (max-width: 660px) {
  .ebook_content_option .button {
    display: block;
    margin-bottom: 15px;
    float: none;
  }
}
@media only screen and (max-width: 375px) {
  .ebook_content_option .button {
    margin-bottom: 15px;
  }
}

.page-template-archive-project .ebook_available {
  margin-top: 0;
}

.ebook_available {
  background: #fff;
  margin-top: 4.063rem;
}

.ebook_available_title {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
}

.ebook_available_content {
  padding: 1.75rem 0 0;
}
.ebook_available_content .fix-height-project {
  height: 281px;
  width: 100%;
}
.ebook_available_content a:hover {
  text-decoration: none;
}
.ebook_available_content p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}
.ebook_available_content .ebook_logged_slider_details {
  border: none;
}
@media only screen and (max-width: 767px) {
  .ebook_available_content .ebook_logged_slider_details {
    margin-top: 15px;
  }
}
.ebook_available_content .slide_info {
  text-transform: capitalize;
}
.ebook_available_content .slide_title {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #322c32;
}
@media only screen and (max-width: 375px) {
  .ebook_available_content .slide_title {
    font-size: 15px;
  }
}
.ebook_available_content .link {
  display: block;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 375px) {
  .ebook_available_content .link {
    font-size: 12px;
  }
}

.ebook_available_item {
  border-bottom: 1px #eeedef solid;
  padding-bottom: 4.063rem;
  margin-bottom: 4.063rem;
}
.ebook_available_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 1242px) and (max-width: 1449px) {
  .ebook_logged_slider__button.shorter {
    max-width: 245px;
  }
}
.app_links {
  width: 100%;
  clear: both;
}
.app_links .links a {
  margin-bottom: 20px;
}
.app_links .links a img {
  margin-right: 15px;
}
body.single-project .app_links {
  background: #332C33;
  padding: 20px 22px;
}
body.home.logged-in .app_links {
  right: 14px;
  bottom: 0;
}
@media only screen and (max-width: 684px) {
  body.home.logged-in .app_links {
    float: none;
    margin-top: 40px;
    position: relative;
    padding: 0 15px;
    max-width: 290px;
  }
}
@media (max-width: 680px) {
  body.home.logged-in .app_links {
    max-width: 100%;
    width: 100%;
    padding: 0;
    right: 0;
  }
}
body.home.logged-in .app_links span:first-child {
  color: black;
}
body.home.logged-in .app_links .links {
  clear: both;
}
@media only screen and (max-width: 767px) {
  body.home.logged-in .app_links .links {
    padding-top: 10px;
    float: none;
  }
}
@media (min-width: 1242px) and (max-width: 1449px) {
  body.home.logged-in .app_links a {
    max-width: 245px;
  }
}
@media (max-width: 375px) {
  body.home.logged-in .app_links a {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  body.home.logged-in .app_links {
    width: 100%;
    max-width: 100%;
  }
}
.home-slider .app_links {
  margin-top: 30px;
  border-top: 1px solid #413F44;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .home-slider .app_links {
    padding-bottom: 50px;
  }
  .home-slider .app_links span:first-child {
    position: static;
  }
  .home-slider .app_links .links {
    float: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .home-slider .app_links a {
    float: none;
    width: 100% !important;
  }
  .home-slider .app_links a + a {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1241px) {
  .home-slider .app_links {
    border-top: 10px;
  }
  .home-slider .app_links span:first-child {
    position: static;
  }
  .home-slider .app_links .links {
    float: none;
    display: block;
    padding-top: 10px;
  }
}
@media (min-width: 1242px) {
  .home-slider .app_links > span {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
  }
  .home-slider .app_links .links {
    float: left;
    display: block;
    padding-top: 0;
    width: auto;
  }
  .home-slider .app_links .links a + a {
    margin-left: 30px;
  }
}
@media (max-width: 560px) {
  .app_links span {
    position: static;
  }
  .app_links span:first-child {
    padding-bottom: 10px;
  }
  .app_links span.links {
    float: none;
    width: 100%;
    display: block;
    padding-top: 20px;
  }
  .app_links span.links a {
    max-width: 100%;
  }
}

.ebook_logged_slider__button {
  float: left;
}

.ebook_logged_slider__button + .ebook_logged_slider__button {
  float: right;
}

.article .simple_header:after {
  content: none;
}

.simple .author-block-case-study {
  margin-top: 20px;
}
.simple .author-block-case-study p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
.simple .author-block-case-study p strong {
  font-weight: bold;
}
.simple .author-block-case-study .photo_block {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .simple .author-block-case-study .photo_block {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .simple .author-block-case-study .author-block-case-study-text {
    width: 100%;
    margin-top: 20px;
  }
}
.simple .simple-line-red hr {
  height: 4px;
  background-color: #f45755;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .simple .simple-line-red hr {
    margin-top: 20px;
  }
}

@media (min-width: 1242px) and (max-width: 1449px) {
  body.home.logged-in .ebook_logged_slider__button {
    max-width: 245px;
  }
}

@media only screen and (max-width: 684px) {
  body.home.logged-in .ebook_logged_slider__button {
    clear: both;
    float: left;
    margin-top: 20px;
  }
}
.home-slider_description_button + .home-slider_description_button {
  margin-top: 20px;
}

.home-slider_description_button {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1241px) {
  .home-slider_description_button {
    float: left;
    margin-top: 30px;
  }
  .home-slider_description_button + .home-slider_description_button {
    float: right;
  }
}
.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .padding-left-xs {
    padding-left: 12px;
  }
  .text-left-xs {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .ebook_available_content .fix-height-project {
    height: 281px;
    width: auto;
    margin: 0 auto;
  }
  .ebook_available_content .ebook_logged_slider_details {
    margin: 0 auto;
    float: none;
    padding: 0;
    width: 100%;
  }
  .filter-new .align-center {
    display: block;
  }
  .filter-new h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .login-button {
    padding: 20px 10px;
  }
  .login-button img {
    margin: 0 10px;
  }
  .login_content_link {
    font-size: 14px;
  }
  .login_content p {
    font-size: 15px;
  }
}
.photo_block div {
  margin-top: 25px;
}

.page-template-rapp .simple_content iframe {
  height: 1250px;
}
@media (max-width: 1370px) {
  .page-template-rapp .simple_content iframe {
    height: 1333px;
  }
}
@media (max-width: 1241px) {
  .page-template-rapp .simple_content iframe {
    height: 1333px;
  }
}
@media (max-width: 880px) {
  .page-template-rapp .simple_content iframe {
    height: 1400px;
  }
}
@media (max-width: 767px) {
  .page-template-rapp .simple_content iframe {
    height: 1600px;
  }
}
@media (max-width: 600px) {
  .page-template-rapp .simple_content iframe {
    height: 1650px;
  }
}
@media (max-width: 500px) {
  .page-template-rapp .simple_content iframe {
    height: 1777px;
  }
}
@media (max-width: 400px) {
  .page-template-rapp .simple_content iframe {
    height: 1850px;
  }
}

.search-div + label {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}
.search-div > div:first-child {
  position: relative;
}
.search-div img {
  position: absolute;
  top: 22px;
  left: 35px;
}
.search-div input[type=text] {
  border: 1px solid #dddddd;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 17px 54px;
  background: transparent;
}
.search-div input[type=submit] {
  width: 100%;
  font-size: 18px;
  line-height: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}
.search-div a.close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}
.search-div a.close img {
  left: auto;
  right: 32px;
}

.simple.search ul {
  border-bottom: 1px solid #dddddd;
}
.simple.search ul li {
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.simple.search ul li a {
  color: #2c272c;
}
.simple.search ul li a mark.ep-highlight {
  padding: 0;
  font-style: normal;
}
.simple.search ul li a[href]:hover h3, .simple.search ul li a[href]:hover h3 mark.ep-highlight {
  color: #d24341;
  text-decoration: none;
}
.simple.search ul li a h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.simple.search ul li a p {
  font-size: 16px;
  line-height: 24px;
}
.simple.search ul li a span {
  font-size: 14px;
  line-height: 16px;
}
.simple.search ul li a span span:first-child {
  color: #d24341;
}

.search-field:focus {
  outline: 0;
  border-color: #2c272c;
}

.logo-container .header-logo form .ep-autosuggest,
.logo-container .header-logo-mob form .ep-autosuggest {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.ep-autosuggest-container .ep-autosuggest > ul {
  padding: 0;
}
.ep-autosuggest-container .ep-autosuggest > ul > li {
  padding: 5px;
}

#contributors-form a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  text-decoration: underline;
  vertical-align: super;
  margin-top: -5px;
}
#contributors-form .form_label_text {
  line-height: 1.75;
  padding-top: 5px;
}

.contributors {
  background: #fff;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 375px) {
  .contributors {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contributors_data {
  display: none;
}
.contributors_data.active {
  display: block;
}

.contributors_picutre {
  cursor: pointer;
  position: relative;
  margin-bottom: 1.875rem;
  width: 100%;
  min-height: 272px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .contributors_picutre {
    min-height: 272px;
  }
}
@media only screen and (max-width: 480px) {
  .contributors_picutre {
    min-height: 220px;
  }
}
@media only screen and (max-width: 380px) {
  .contributors_picutre {
    min-height: 200px;
  }
}
.contributors_picutre.add-hover {
  opacity: 0.3;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 90%);
}
.contributors_picutre:hover .contributors_picutre_name strong {
  text-decoration: underline;
}

.contributors_picutre--active {
  position: relative;
}
.contributors_picutre--active .regular_photo {
  display: inline;
}
.contributors_picutre--active .sepia_photo {
  display: none;
}
.contributors_picutre--active:after {
  content: "";
  background: url("../../components/image/rectangle-new.png") center bottom no-repeat;
  display: block;
  height: 45px;
  width: 71px;
  position: absolute;
  bottom: -22px;
  z-index: 999;
  left: 50%;
  margin-left: -35px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .contributors_picutre--active:after {
    background: url("../../components/image/rectangle-new@2x.png") center bottom no-repeat;
    background-size: 71px 35px !important;
  }
}

.contributors_picutre_name {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 90%);
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  width: 100%;
  z-index: 99;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.contributors_picutre_name > span {
  position: absolute;
  bottom: 50px;
  padding: 0.8125rem 0.625rem;
  width: 100%;
  display: block;
  line-height: 1;
  transform: translateY(50%);
}
.contributors_picutre_name > span strong {
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 7px;
}
.contributors_picutre_name > span span {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .contributors_picutre_name > span {
    font-size: 12px;
  }
  .contributors_picutre_name > span strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .contributors_picutre_name > span {
    padding-left: 3px;
    padding-right: 3px;
    bottom: 35px;
  }
  .contributors_picutre_name > span strong {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .contributors_picutre_name > span span {
    font-size: 13px;
  }
}

.contributors_detials {
  text-align: left;
  margin: 0.625rem 0 3.125rem;
  width: 100%;
}
.contributors_detials h3 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}
@media only screen and (max-width: 375px) {
  .contributors_detials {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contributors_detials_position {
  margin: 1.25rem 0 2.5rem;
  display: block;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
@media only screen and (max-width: 375px) {
  .contributors_detials_position {
    font-size: 15px;
  }
}

.contributors_list {
  padding-bottom: 80px;
}
.contributors_list .about_title h2 {
  margin-top: 90px;
}
@media only screen and (max-width: 1241px) {
  .contributors_list {
    padding-bottom: 40px;
  }
  .contributors_list .about_title h2 {
    margin-top: 40px;
  }
}

.contributors_picutre_small {
  margin-top: 40px;
}
.contributors_picutre_small img {
  border-radius: 20px;
}

.contributors_picutre_name_small {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #423f43;
  text-align: center;
  margin: 14px auto;
  display: block;
  height: 10px;
}

.help_text_title p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
  margin: 30px 0;
}

.block-links a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f45755;
  margin-top: 8px;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.block-links img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.contributors_detials_info {
  text-align: left;
  line-height: 1.3;
  margin: 1.25rem 0 2.5rem;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}

.contributors_detials_control {
  border-bottom: 1px solid #dddddd;
  position: relative;
  text-align: left;
  padding-bottom: 8px;
}
.contributors_detials_control .control {
  top: -1px;
}
.contributors_detials_control .control .carousel-control {
  background: #2c272c;
  border-bottom: 6px #1a1a1a solid;
  float: right;
}

.contributors_detials_control_link {
  display: block;
  cursor: pointer;
  font-size: 1.313rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
  text-align: right;
  color: #2c272c;
}
.contributors_detials_control_link:hover {
  text-decoration: none;
  color: #2c272c;
}
@media only screen and (max-width: 375px) {
  .contributors_detials_control_link {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .hidden-w992 {
    display: none !important;
  }
  .col-w992-3 {
    width: 25% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-w768 {
    display: none !important;
  }
}
/*
	style for join and 
	account pages
*/
.autocomplete-active {
  font-weight: bold;
}

.autocomplete-items {
  cursor: pointer;
}

.autocomplete-items div {
  padding: 15px;
}

.account {
  background: #fff;
}
@media only screen and (max-width: 1241px) {
  .account {
    margin-top: 70px;
  }
}

.account_content {
  background: #fff;
  padding: 2.813rem 0 5rem;
}
.account_content .radio-group .radio-inline, .account_content .radio-group .wpcf7-radio.form_radio_wrapper > span {
  margin-bottom: 1.25rem;
}
.account_content .col-centered-register {
  margin: 0 auto;
  float: none;
}
.account_content .account_first_block {
  background: #f7f7f7;
  height: 332px;
  text-align: center;
  position: relative;
}
.account_content .account_first_block .avatar-wrap {
  padding: 33px 0;
}
.account_content .account_first_block .avatar-wrap .icon-photo {
  border: solid 2px #f7f7f7;
  background-color: #f0585e;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.account_content .account_first_block .avatar-wrap .avatar-section {
  position: relative;
  width: 140px;
  margin: 0 auto;
}
.account_content .fix-height {
  display: flex;
  flex-flow: row wrap;
}

@media only screen and (max-width: 1241px) {
  .js-tabs {
    margin-top: 40px;
  }
}
.js-tabs .tab.active {
  cursor: default;
  position: relative;
  opacity: 1;
}
.js-tabs .tab.active:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #f45755;
  display: block;
  position: absolute;
  bottom: -35px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .js-tabs .tab.active:after {
    width: 96%;
    bottom: 0;
  }
}

.js-tabs .panels {
  background-color: #fff;
  padding: 0.5em;
}

.js-tabs .panel {
  display: none;
}

.js-tabs .panel.active {
  display: block;
  margin-bottom: 20px;
  border: none;
  border-radius: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.account .container-checkbox {
  margin-bottom: 32px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 520px) {
  .account .container-checkbox {
    float: none;
    width: 100%;
  }
}
.account .container-radio {
  margin-bottom: 32px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 520px) {
  .account .container-radio {
    float: none;
    width: 100%;
  }
}

.avatar-section img {
  border-radius: 70px;
  width: 140px;
  height: 140px;
}
.avatar-section .mask {
  display: none;
}
.avatar-section:hover {
  cursor: pointer;
}
.avatar-section:hover .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(113, 113, 113, 0.6);
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-section:hover .mask a {
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
}

.delete-school-block img {
  margin-left: 8px;
}

.account-name {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  text-align: center;
  color: #544955;
  margin-top: 10px;
}

.account-name-helper {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #544955;
  margin: 10px auto;
}

.university_name {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: center;
  color: #544955;
}

.fix-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fix-display span {
  color: #717171;
}

.avatar-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.avatar-bottom a {
  padding: 20px 0;
  width: 100%;
  display: block;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  color: #2c272c;
  text-transform: uppercase;
  border-top: solid 1px #dddddd;
  position: relative;
}
.avatar-bottom a img {
  position: absolute;
  top: 35%;
  right: 35px;
}
.avatar-bottom a.colour-red {
  color: #f45755;
}

.login_content_link:hover {
  color: #d24341;
  text-decoration: underline;
}

.display-centered {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .account .display-centered {
    display: block;
  }
  .delete_acconut_block {
    margin-bottom: 30px;
  }
}
.delete_acconut_block img {
  margin-right: 8px;
}

.account-tabcontrol {
  height: 80px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .account-tabcontrol {
    height: auto;
    display: block;
  }
}
.account-tabcontrol a {
  opacity: 0.3;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #2c272c;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .account-tabcontrol a {
    display: block;
    padding: 10px;
  }
}

.checkbox-group {
  margin-top: 30px;
  position: relative;
}
.checkbox-group .checkbox-inline {
  padding: 0;
  display: block;
  margin-top: 20px;
  margin-left: 0;
}
.checkbox-group .checkbox-inline:first-child {
  margin-top: 0;
}
.checkbox-group .checkbox-inline .form_label {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.checkbox-group .checkbox-inline input[type=checkbox]:checked + label em {
  background: url("../../components/image/checked_g.png") center no-repeat;
}
.checkbox-group .checkbox-inline em {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border: solid 2px #dddddd !important;
  background-color: #f7f7f7;
}

.account_content_title {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
  margin-bottom: 1.5rem;
}
.teacher-block-register .account_content_title, .teacher-block-learning .account_content_title {
  margin-bottom: 0;
}

.account_content_help {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .account_content_help {
    margin-bottom: 15px;
  }
}

.register .container-checkbox {
  margin-bottom: 32px;
  float: left;
  width: 50%;
}

.register .container-radio {
  margin-bottom: 32px;
  float: left;
  width: 50%;
}

.change_email_trigger {
  float: right;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.2;
  cursor: pointer;
  color: #f55755;
}

.email_change {
  display: none;
}

.form_captch_register {
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media only screen and (max-width: 586px) {
  .form_captch_register {
    display: block;
  }
}

@media only screen and (max-width: 520px) {
  .register .container-checkbox {
    float: none;
    width: 100%;
  }
  .register .container-radio {
    float: none;
    width: 100%;
  }
}
@media (max-width: 576px) {
  body .delete-account-modal {
    width: 100vw;
    height: 100vh;
    background-color: white;
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  body .delete-account-modal {
    width: 424px;
    height: 408px;
    background-color: white;
  }
}
body .delete-account-modal h1 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #322c32;
  margin-bottom: 15px;
  margin-top: 10px;
}
body .delete-account-modal p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-bottom: 10px;
}
body .delete-account-modal p:nth-child(3) {
  margin-bottom: 20px;
}

.modal--content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .modal--content {
    padding: 0 40px;
  }
}
.modal--content .button {
  margin-bottom: 16px;
}

.close-modal {
  float: right;
  margin-right: 20px;
  margin-top: 8px;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .close-modal {
    display: none;
  }
}

.close-video-modal {
  float: right;
  margin-right: 20px;
  margin-top: 27px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.modal-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  opacity: 0.56;
  background-color: #393639;
  top: 0;
  left: 0;
}

.modal-video-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  opacity: 0.56;
  background-color: #393639;
  top: 0;
  left: 0;
}
.modal-video-background.hide-modal {
  height: 100%;
  z-index: 10;
  display: none;
}

.tabs-new-js {
  color: #000;
}
@media only screen and (max-width: 1241px) {
  .tabs-new-js {
    margin-top: 40px;
  }
}
.tabs-new-js [role=tablist] {
  margin: 0 0 -0.1em;
  overflow: visible;
}
.tabs-new-js [role=tab] {
  opacity: 0.3;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #2c272c;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
}
@media only screen and (max-width: 600px) {
  .tabs-new-js [role=tab] {
    display: block;
    padding: 10px;
    width: 100%;
  }
}
.tabs-new-js [role=tab][aria-selected=true] {
  cursor: default;
  position: relative;
  opacity: 1;
}
.tabs-new-js [role=tab][aria-selected=true]::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #f45755;
  display: block;
  position: absolute;
  bottom: -35px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .tabs-new-js [role=tab][aria-selected=true]::after {
    width: 96%;
    bottom: 0;
  }
}
.tabs-new-js [role=tab]:focus,
.tabs-new-js [role=tab]:active {
  outline: 0;
  border-radius: 0;
  color: inherit;
  border: 1px solid #f45755;
}
.tabs-new-js [role=tabpanel]:focus {
  border: none;
  outline: 0;
}

.article-item:nth-child(2n+1) {
  clear: both;
}

.page-template-blog .listing .last_item_figure_image {
  height: 230px;
}
@media only screen and (max-width: 1241px) {
  .page-template-blog .listing .last_item_figure_image {
    height: 100%;
  }
}

.ebooks-list .article-item {
  margin: 35px auto;
}
.ebooks-list .article-item .last_item_project {
  display: flex;
  justify-content: start;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .ebooks-list .article-item .last_item_project {
    display: block;
  }
}
.ebooks-list .article-item .last_item_project .img-wrapper {
  max-height: 300px;
  border-radius: inherit;
}
@media only screen and (max-width: 767px) {
  .ebooks-list .article-item .last_item_project .img-wrapper {
    max-height: inherit;
  }
}
.ebooks-list .article-item .last_item_project .last_item_title_project:hover {
  text-decoration: none;
  color: #423f43;
}
.ebooks-list .article-item .last_item_project .last_item_title_project h2 {
  margin-bottom: 15px;
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: -0.5px;
  color: #413942;
}
@media only screen and (max-width: 767px) {
  .ebooks-list .article-item .last_item_project .last_item_title_project h2 {
    font-size: 35px;
  }
}
.ebooks-list .article-item .last_item_project .last_item_excerpt p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.ebooks-list .article-item .last_item_project .read-more {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #d24341;
  font-family: "Source Sans Pro";
  margin-top: 25px;
  display: block;
  text-decoration: underline;
}

.search_results {
  color: #2c272c;
  border-bottom: 0.375rem solid #d24341;
  padding-bottom: 1.25rem;
  margin-bottom: 2.813rem;
}

.search_results_text {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
.search_results_text span {
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  padding-left: 0.9375rem;
}

.search_results_link {
  font-size: 1.125rem;
}
@media only screen and (max-width: 375px) {
  .search_results_link {
    font-size: 15px;
  }
}

.pagination {
  font-size: 0;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0 70px;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin: 20px 0 48px;
  }
}
.pagination .control {
  right: 0px;
  top: 25px;
}
.pagination .control .carousel-control {
  position: static;
  margin-left: 0.125rem;
  margin-right: 0;
}
.pagination .control .carousel-control:first-child {
  margin-right: 0.9375rem !important;
}
.pagination .control .carousel-control:last-child {
  margin-left: 0.9375rem !important;
}
@media only screen and (max-width: 375px) {
  .pagination .control {
    left: 56px;
    top: 60px;
  }
}
.pagination span {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2c272c;
  padding: 0 10px;
}
.pagination span.current {
  color: #f45755;
}
.pagination a {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2c272c;
  padding: 0 10px;
}
.pagination .page-numbers {
  position: relative;
  padding: 0 13px;
}
.pagination .page-numbers:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: -3px;
  margin: 0 auto;
  color: #2c272c;
}
.pagination .page-numbers:last-child:after {
  display: none;
}

.remove-padding-first-child .page-numbers {
  position: relative;
  padding: 0 13px;
}
.remove-padding-first-child .page-numbers:first-child {
  padding: 0 13px 0 0;
}

.pagination_page {
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 375px) {
  .pagination_page {
    text-align: center;
    font-size: 15px;
    padding-top: 2.188rem;
  }
}

.book_not_selected h4 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}

.section_fact_checker .sortby-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.section_fact_checker .sortby-section h3.small {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #2c272c;
}

.ft_filterd_main_wrap {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #factchecker-form {
    margin-top: 15px;
  }
}
.new-size-ft p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #393639;
}
.new-size-ft p.big-text-on-link {
  margin-top: 25px;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.new-size-ft p.big-text-on-link .info {
  color: #d24341;
  cursor: pointer;
  text-decoration: underline;
}

.ftradiostyle {
  color: #413942;
  margin-top: 40px;
}
.ftradiostyle h3 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .ftradiostyle h3 {
    font-size: 32px;
  }
}
.ftradiostyle p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.ftradiostyle p a {
  color: #d24341;
  text-decoration: underline;
}
.ftradiostyle .info {
  cursor: pointer;
  color: #f45755;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
  margin: 21px 0;
  display: block;
}
.ftradiostyle .info:hover {
  text-decoration: underline;
}
.ftradiostyle .info img {
  margin-right: 10px;
}
.ftradiostyle .main-filter-wrap {
  margin-top: 40px;
}
.ftradiostyle .main-filter-wrap .filter_wrapper {
  display: inline-block;
}
.ftradiostyle .main-filter-wrap .filter_wrapper .filter {
  background: rgba(57, 54, 58, 0);
  color: #4a414b;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding: 4px 15px;
  border-radius: 20px;
  border: solid 1px #4a414b;
  margin-right: 8px;
}
.ftradiostyle .main-filter-wrap .filter_wrapper .filter.active {
  color: #ffffff;
  border-radius: 20px;
  background-color: #4a414b;
}
.ftradiostyle .main-filter-wrap .filter_wrapper .filter:hover {
  color: #ffffff;
  border-radius: 20px;
  background-color: #4a414b;
}

.ft_articles .select .filter {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ft_articles .select .filter:first-child .select_a_unit {
  opacity: 0.2;
}
.ft_articles .select .filter:first-child .chosen-container {
  opacity: 1;
}
.ft_articles .select .filter:first-child .chosen-container .chosen-single > span + div {
  background: none;
  border-bottom: none;
}
.ft_articles .select .select_a_unit {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #2c272c;
  opacity: 1 !important;
  margin-bottom: 5px;
}
.ft_articles .select .chosen-container {
  height: 60px;
}
.ft_articles .select .chosen-container * {
  line-height: 56px;
  vertical-align: middle;
  font-size: 21px;
}
.ft_articles .select .chosen-container .chosen-single {
  border: 0;
  border-radius: 0;
  background: white;
  box-shadow: none;
  height: 60px;
  padding: 0;
  color: #423f43;
  font-weight: 300;
}
.ft_articles .select .chosen-container .chosen-single > span {
  padding-left: 17px;
  height: 60px;
  margin-right: 60px;
}
.ft_articles .select .chosen-container .chosen-single > span + div {
  width: 60px;
  height: 60px;
  background: none;
  border-bottom: none;
}
.ft_articles .select .chosen-container .chosen-single > span + div b:after {
  position: absolute;
  bottom: 45%;
  right: 23px;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #f45755;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ft_articles .select .chosen-with-drop .chosen-single > span {
  border-bottom: 0;
}
.ft_articles .select .chosen-with-drop .chosen-single > span + div b {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.ft_articles .select .chosen-drop {
  border: 1px solid #b3b2b4;
  border-top: 0;
  border-radius: 0;
  box-shadow: 0;
}
.ft_articles .select .chosen-results {
  margin: 0;
  padding: 0;
}
.ft_articles .select .chosen-results .active-result {
  padding: 0 0 0 17px;
  font-weight: 300;
}
.ft_articles .select .chosen-results .active-result.highlighted {
  color: #423f43;
  font-weight: 400;
  background: #F2F2F5;
}
.ft_articles .ft_articles-link-icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ft_articles .ft_articles-link-icon {
    margin-bottom: 12px;
    display: inline-block;
  }
}

.articles .ft_article {
  padding-bottom: 17px;
  padding-top: 17px;
  border-bottom: solid 1px #dddddd;
}
.articles .ft_article .article-meta {
  font-size: 15px;
  color: #aca5ae;
  font-weight: 300;
  margin-bottom: 10px;
}
.articles .ft_article .article-meta span {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #4a414b;
}
.articles .ft_article > a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #d24341;
}
.articles .ft_article > a img {
  margin-left: 6px;
  width: 12px;
  height: 12px;
}
.articles .ft_article p {
  font-size: 21px;
  line-height: 24px;
}
.articles .ft_article > p {
  padding-bottom: 15px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
}
.articles .ft_article .more .indent {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-bottom: 20px;
}
.articles .ft_article .more .indent strong {
  font-weight: bold;
}
.articles .ft_article .more .question {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: solid 2px #fbbe69;
  background-color: rgba(251, 190, 105, 0.05);
  margin-bottom: 15px;
}
.articles .ft_article .more .question strong {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #2c272c;
}
.articles .ft_article .more .question img {
  position: absolute;
  left: 2px;
  top: 0;
}
.articles .ft_article .more .question * {
  position: relative;
}
.articles .ft_article .more .question p {
  background: transparent;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  margin-top: 5px;
}
.articles .ft_article .more .question .difficulty {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  margin-top: 20px;
  display: block;
}
.articles .ft_article .moree,
.articles .ft_article .close {
  color: #d24341;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  opacity: 1;
  float: none;
}
.articles .ft_article .moree img,
.articles .ft_article .close img {
  height: auto;
  width: 16px;
  margin-right: 5px;
}
.articles .ft_article .close img {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.ft_modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #423f43;
  opacity: 0.6;
  left: 0;
  top: 0;
}
.ft_modal-window {
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
  z-index: 99;
}
@media (max-width: 840px) {
  .ft_modal-window {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  .ft_modal-window {
    top: 54%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 85%;
  }
}
.ft_modal-window--quizzes {
  color: #423f43 !important;
  top: 40%;
}
.ft_modal-window .header, .ft_modal-window__header {
  padding: 37px 37px 37px 50px;
  background: #423f43;
  margin: 0;
  border-bottom: solid 4px #f45755;
}
.ft_modal-window .header h3, .ft_modal-window__header h3 {
  text-align: left;
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .ft_modal-window .header h3, .ft_modal-window__header h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .ft_modal-window .header h3, .ft_modal-window__header h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .ft_modal-window .header, .ft_modal-window__header {
    padding: 37px 15px 37px 15px;
    font-size: 24px;
    line-height: 24px;
  }
}
.ft_modal-window .header .close, .ft_modal-window__header .close {
  float: right;
  opacity: 1;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  color: #ffffff;
  text-shadow: none;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .ft_modal-window .header .close, .ft_modal-window__header .close {
    margin: 0;
  }
}
.ft_modal-window .header .close img, .ft_modal-window__header .close img {
  width: 16px;
  height: 16px;
  margin-left: 11px;
}
.ft_modal-window .header .block-align-center, .ft_modal-window__header .block-align-center {
  display: flex;
  align-items: center;
}
.ft_modal-window .header .block-align-center .display-flex, .ft_modal-window__header .block-align-center .display-flex {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .ft_modal-window .header .block-align-center .display-flex, .ft_modal-window__header .block-align-center .display-flex {
    width: 50%;
    position: absolute;
    top: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .ft_modal-window .header .ft_header_helper, .ft_modal-window__header .ft_header_helper {
    width: 100%;
    padding-top: 35px;
  }
  .ft_modal-window .header .ft_close_helper, .ft_modal-window__header .ft_close_helper {
    width: 100%;
    position: absolute;
    top: 5%;
  }
}
.ft_modal-window .body {
  background: white;
  font-size: 21px;
  line-height: 30px;
  padding: 35px 50px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .ft_modal-window .body {
    padding: 35px 20px;
  }
}
.ft_modal-window .body hr {
  height: 1px;
  background-color: #dddddd;
  display: block;
  margin-top: 30px;
  border: none;
}
.ft_modal-window .body h3.copyContainer {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}
.ft_modal-window .body .copyContainer {
  margin-bottom: 25px;
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #4a414b;
}
.ft_modal-window .body .copyContainer strong {
  font-weight: bold;
}
.ft_modal-window .body .copyContainer a {
  color: #d24341;
  text-decoration: underline;
}
.ft_modal-window .body p {
  padding-bottom: 15px;
}
.ft_modal-window .body strong {
  font-weight: 400;
}
.ft_modal-window .body .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .ft_modal-window .body .controls {
    display: block;
  }
}
.ft_modal-window .body .close {
  float: none;
  margin: 0 auto;
  opacity: 1;
  width: 250px;
}
.ft_modal-window .body .continue {
  width: 165px;
}
@media (max-width: 640px) {
  .ft_modal-window .body .continue {
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 640px) {
  .ft_modal-window .body .left {
    float: left;
  }
}
@media (min-width: 640px) {
  .ft_modal-window .body .right {
    float: right;
  }
}
.ft_modal-window label {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717171;
}
.ft_modal-window input {
  display: none;
}
.ft_modal-window input + span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #aca5ae;
  color: #aca5ae;
  border-radius: 0;
  background: white;
  box-shadow: 0;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.ft_modal-window input + span img {
  display: none;
  position: absolute;
  left: 2px;
  top: 4px;
}
.ft_modal-window input:checked + span img {
  display: inline;
}

.core_modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #423f43;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: 9;
}

.core_modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 10;
}
.core_modal-window.hide-modal {
  display: none;
  height: 376px;
}
.core_modal-window .header {
  color: white;
  font-size: 36px;
  line-height: 36px;
  padding: 37px 37px 37px 74px;
  background: #302B30;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}
.core_modal-window .header .close {
  float: none;
  margin: 6px 0 0;
}
.core_modal-window .body {
  background: white;
  font-size: 21px;
  line-height: 30px;
  padding: 50px 90px;
  font-weight: 300;
}

.quiz .question {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.quiz .question h3 {
  padding: 30px 100px;
  text-align: left;
}

.quiz .question > p {
  padding: 0 100px 10px 100px;
  text-align: left;
  clear: both;
}

.figure-images.contains-2 img {
  width: 50%;
  float: left;
}

.quiz .question > div.figure,
.quiz .question > div.MathJax_Display {
  padding: 0 100px 10px 100px;
  text-align: left;
}

.quiz .question > p.lastp {
  padding-bottom: 30px;
}

.quiz .question > p > table {
  width: 630px;
  margin: auto;
}

.quiz .question > p > table tr {
  width: 100%;
}

.quiz .question > p > table tr td {
  padding: 5px;
}

.quiz .question p > table tr th,
.quiz .question p > table tr td {
  padding: 5px;
}

.question-belt {
  border-bottom: 4px solid #f05a5b;
  padding-top: 20px;
}

.quiz .question .test-preq,
.quiz .question .sep,
.quiz .question .test-skipq {
  color: #f05a5b;
}

.quiz .question .mcq-options,
.quiz .question .mcq-feedback,
.quiz .question .mcq-options + p {
  padding: 0;
  margin: 0 auto;
  font-size: 1.313rem;
  font-weight: 300 !important;
  line-height: 1.2;
  text-align: left;
}

.quiz .question .mcq-feedback {
  display: none;
  margin-bottom: 50px;
  margin-top: 50px;
}

.quiz .question .mcq-options + p {
  margin-top: 20px;
}

.quiz .question .mcq-options label {
  font-weight: 300 !important;
  text-align: left;
  margin-bottom: 0;
}

.quiz .question .mcq-options li {
  background: #ffffff;
  margin: 0 0 5px 0;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 10px;
  padding: 0;
}

.quiz .question .mcq-feedback::before,
.quiz .question .mcq-feedback::after,
.quiz .question .mcq-feedback-show::before,
.quiz .question .mcq-feedback-show::after {
  font-size: 1.313rem;
  color: #fff;
}

.quiz .question .mcq-feedback,
.quiz .question .mcq-feedback-show {
  text-align: left;
}

.mcq, .question {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.882em;
  border-bottom-right-radius: 2em;
  page-break-inside: avoid;
  margin: 1.5em 0;
}

.mcq h2, .mcq h3, .mcq h4, .mcq h5, .mcq h6, .question h2, .question h3, .question h4, .question h5, .question h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0;
}

.question h3, .question > p,
.quiz .question > div.MathJax_Display,
.quiz .question > div.figure {
  display: block;
  width: 100%;
  background: #2C272C;
  color: white;
}

.question .mcq-options + p {
  background: white;
  color: black;
}

.mcq p, .question p {
  text-indent: 0;
}

.mcq .figure, .question .figure {
  padding-left: 0;
  padding-right: 0;
}

.mcq-questions, .mcq-options {
  margin-bottom: 0;
}

.mcq-options input[type=checkbox] {
  display: none;
}

.mcq-questions [type=checkbox] + label, .mcq-options [type=checkbox] + label {
  padding: 20px 60px;
  background: url("../../components/image/rectangle-no-check.png") 20px center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mcq-questions [type=checkbox] + label, .mcq-options [type=checkbox] + label {
    background: url("../../components/image/rectangle-no-check.png") 20px center no-repeat;
    background-size: 20px 20px !important;
  }
}

.mcq-questions [type=checkbox]:checked + label, .mcq-options [type=checkbox]:checked + label {
  letter-spacing: normal;
  background: url("../../components/image/rectangle-check-quizzes.png") 20px center no-repeat;
  background-size: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mcq-questions [type=checkbox]:checked + label, .mcq-options [type=checkbox]:checked + label {
    background: url("../../components/image/rectangle-check-quizzes.png") 20px center no-repeat;
    background-size: 20px 20px !important;
  }
}

.mcq-questions label, .mcq-options label {
  display: block;
  cursor: pointer;
  color: black;
}

.mcq-questions li table, .mcq-options li table {
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: middle;
}

.mcq-questions li table tbody, .mcq-options li table tbody {
  display: block;
  width: 100%;
}

.mcq-questions li table tr, .mcq-options li table tr {
  width: 100%;
  display: block;
}

.mcq-questions li table td:nth-of-type(1):nth-last-of-type(2), .mcq-questions li table td:nth-of-type(2):nth-last-of-type(1), .mcq-options li table td:nth-of-type(1):nth-last-of-type(2), .mcq-options li table td:nth-of-type(2):nth-last-of-type(1) {
  display: inline-block;
  width: 49.5%;
  vertical-align: middle;
}

.mcq-feedback {
  display: none;
}

.js-mcq .mcq-options {
  list-style-type: none;
  margin-left: 0;
}

.js-mcq .mcq-options li {
  margin-bottom: 0.75em;
  margin-left: -0.75em;
  padding: 0 0.75em;
  border: 0.1em solid transparent;
}

.js-mcq .mcq-options .selected {
  border-color: #423f43;
}

.js-mcq .mcq-feedback {
  display: block;
  position: relative;
  margin-top: 1.5em;
  list-style-type: none;
  margin-left: 0;
  background-color: #F2F2F2;
}

.js-mcq .mcq-feedback:before {
  display: block;
  padding: 0.75em 0 0.75em 1em;
}

.js-mcq .mcq-feedback:after {
  position: absolute;
  top: 0.75em;
  left: 1.5em;
}

.js-mcq .mcq-feedback li {
  display: none;
  padding: 0 0.75em 0.75em 1em;
}

.js-mcq .mcq-feedback .mcq-feedback-show {
  display: block;
}

.quiz .question.mcq-incorrect .mcq-feedback::before,
.quiz .question.mcq-incorrect .mcq-feedback::after,
.quiz .question.mcq-incorrect .mcq-feedback-show::before,
.quiz .question.mcq-incorrect .mcq-feedback-show::after {
  background: none;
}

.quiz .question.mcq-incorrect .mcq-feedback {
  border-radius: 8px;
  border: solid 2px #f45755;
  background-color: rgba(244, 87, 85, 0.05);
}

.quiz .question.mcq-correct .mcq-feedback::before,
.quiz .question.mcq-correct .mcq-feedback::after,
.quiz .question.mcq-correct .mcq-feedback-show::before,
.quiz .question.mcq-correct .mcq-feedback-show::after {
  background: #E2F4F2;
}

.quiz .question.mcq-correct .mcq-feedback-show {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  background: #E2F4F2;
}

.quiz .question.mcq-correct .mcq-feedback {
  border-radius: 8px;
  border: solid 2px #6FC8C0;
  background: #E2F4F2;
  padding: 1px;
}

.quiz .question.mcq-partially-correct .mcq-feedback::before,
.quiz .question.mcq-partially-correct .mcq-feedback::after,
.quiz .question.mcq-partially-correct .mcq-feedback-show::before,
.quiz .question.mcq-partially-correct .mcq-feedback-show::after {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  background: #fef2e1;
}

.quiz .question.mcq-partially-correct .mcq-feedback,
.quiz .question.mcq-partially-correct .mcq-feedback-show {
  background: #fef2e1;
  border: solid 2px #fcbe69;
  border-radius: 8px;
  padding: 1px;
}

.js-mcq .mcq-incorrect .mcq-feedback {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
}

.js-mcq .mcq-incorrect .mcq-feedback:before {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #2c272c;
}

.js-mcq .mcq-partially-correct .mcq-feedback {
  background-color: #F2F2F2;
}

.js-mcq .mcq-correct .mcq-feedback {
  background-color: white;
}

.js-mcq .mcq-correct .mcq-feedback:before {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #2c272c;
  text-transform: uppercase;
}

.question .check-answer-button {
  display: none;
}

.js-mcq .question .check-answer-button {
  display: inline-block;
}

.question .test-nextq {
  display: inline-block;
  vertical-align: middle;
}

.home-test-results {
  color: #f55755;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1241px) {
  .col-centered-mobile-tab {
    float: none;
  }
  .quiz .question .mcq-options,
  .quiz .question .mcq-feedback,
  .quiz .question .mcq-feedback-wrapper,
  .quiz .question .mcq-options + p {
    width: 100%;
    padding: 0 10px;
  }
  .quiz .question .mcq-feedback {
    padding: 0;
  }
}
@media (max-width: 1241px) {
  .quiz .question h3,
  .quiz .question > p,
  .quiz .question > div.figure {
    padding-left: 50px;
    padding-right: 50px;
  }
  .quiz .question > p > table {
    width: 576px;
  }
}
@media (max-width: 767px) {
  .quiz .question > p > table {
    width: 90%;
  }
  .mcq-questions li table td:nth-of-type(1):nth-last-of-type(2), .mcq-questions li table td:nth-of-type(2):nth-last-of-type(1), .mcq-options li table td:nth-of-type(1):nth-last-of-type(2), .mcq-options li table td:nth-of-type(2):nth-last-of-type(1) {
    width: 48%;
  }
  .quiz-modal__content {
    margin: 40% auto;
  }
}
@media (max-width: 380px) {
  .quiz .question h3,
  .quiz .question > p,
  .quiz .question > div.figure,
  .quiz .question > div.MathJax_Display {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mcq-questions [type=checkbox] + label, .mcq-options [type=checkbox] + label {
    background-position: 10px center !important;
    padding-left: 40px;
    padding-right: 20px;
  }
  .quiz .question > p > table {
    float: right;
  }
}
.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.stats {
  background-color: #423f43;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.stats .stats-container {
  position: relative;
}
@media only screen and (max-width: 1241px) {
  .stats .stats-container {
    margin-top: 10px;
  }
}
.stats .stats-container h2 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #ffffff;
}
.stats .stats-container p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.stats .stats-container:before {
  content: "";
  background: #f45755;
  position: absolute;
  width: 4px;
  height: 100%;
  z-index: 9999;
  bottom: 0;
  top: 0;
  left: -6px;
}
.stats .container:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: -10px;
  left: 50%;
  border-bottom: 15px solid #423f43;
  top: -14px;
}

.stats__column {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .stats__column {
    width: 100%;
  }
}

.stats__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f45755;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -60px;
  position: relative;
}
.stats__circle span {
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -1.75px;
  text-align: center;
  color: #fff;
}

.stats__box {
  border-radius: 20px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #fff;
  padding: 90px 38px 50px 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.stats__box p {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #4a414b;
}

.map {
  background-image: url("../image/dotted-bg.png");
  padding: 40px 0;
}
.map img {
  width: 100%;
}

.map__title {
  color: #fff;
  margin-bottom: 28px;
}

.map__subtitle {
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  margin-bottom: 34px;
}

.map__map {
  background-image: url("../image/dotted-map.svg");
  height: 0;
  padding-top: 53.0158730159%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.map__pin {
  position: absolute;
}

.map__pin__marker {
  background-image: url("../image/icon-map-pin.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: block;
  width: 40px;
  height: 48px;
  background-size: 30px 36px;
  cursor: pointer;
  transform: translate(-50%, -100%);
}

.map__pin__marker--white {
  background-image: url("../image/icon-map-pin-white.svg");
  background-size: 40px 48px;
}

.map__pin__box {
  display: none;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #fff;
  padding: 16px;
  max-width: 380px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: -38px;
  top: -25px;
  z-index: 1;
}
.map__pin__box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -15px;
  left: 23px;
}
.map__pin__box p {
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.map__pin--open .map__pin__box {
  display: flex;
}

.map__pin__btn {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-left: auto;
  margin-right: 10px;
}
.map__pin__btn:after {
  content: url("../image/icon-dropdown-arrow.svg");
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 8px;
  transition: margin-left 700ms;
}
.map__pin__btn:hover:after {
  margin-left: 12px;
}

.who-is-teaching-more-than h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #413942;
  margin-top: 50px;
  margin-bottom: 25px;
}
.who-is-teaching-more-than .who-is-teaching-more-than-content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}

.testi {
  padding-top: 70px;
  background-image: url("../image/dotted-bg.png");
}
.testi .title-2 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 375px) {
  .testi .title-2 {
    padding-bottom: 5px;
  }
}

.testi__container .slider-container {
  position: relative;
}
.testi__container .slick-arrow {
  cursor: pointer;
}
.testi__container .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.testi__container .slick-dots span {
  display: block;
  text-decoration: none;
  background-color: #dddddd;
  border: none;
  border-radius: 2.7px;
  cursor: pointer;
  width: 38px;
  height: 4px;
}
.testi__container .slick-dots li {
  display: inline-block;
  padding: 11px;
}
.testi__container .slick-dots li.slick-active span {
  background-color: #717171;
}
.testi__container .slider_btns_wrapper {
  position: relative;
  top: 40px;
  display: block;
}
@media only screen and (max-width: 1241px) {
  .testi__container .slider_btns_wrapper {
    display: none;
  }
}
.testi__container .slider_btns_wrapper .prev_slider {
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
}
.testi__container .slider_btns_wrapper .next_slider {
  display: block;
  right: 0;
  margin: auto;
  position: absolute;
}
.testi__container .slick-arrow {
  margin: 0 0.5rem;
}
.testi__container .main-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 375px) {
  .testi__container .main-head {
    display: block;
  }
}

.testi__slide:focus {
  outline: none;
}

.testi__slide__text p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #423f43;
}

.testi__slide__cite {
  margin-top: 29px;
}
.testi__slide__cite span {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #717171;
}

.universities {
  padding-top: 43px;
  padding-bottom: 50px;
}
.universities .title-2 {
  margin-bottom: 20px;
}

.universities__summary {
  font-size: 16px;
  font-weight: normal;
  color: #423f43;
  margin-bottom: 24px;
}

.universities__column {
  margin-bottom: 60px;
}

.universities__box {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #fff;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.universities__box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

.universities__name h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  text-align: center;
  color: #717171;
}

.donate_module {
  background: none;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 375px) {
  .donate_module {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.donate_module .container {
  background: #a9ded9;
  border-radius: 20px;
}
.donate_module h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .donate_module h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
  }
}
.donate_module .donate_title_wrap {
  padding: 40px 0 20px 30px;
}
@media only screen and (max-width: 767px) {
  .donate_module .donate_title_wrap {
    padding: 20px 10px 10px 10px;
  }
}
.donate_module .donate_copy_wrap {
  padding: 0 0 20px 37px;
}
.donate_module .donate_copy_wrap p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .donate_module .donate_copy_wrap p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.donate_module .donate_copy_wrap p a {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #4a414b;
}
.donate_module .donate_copy_wrap p a.button {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .donate_module .donate_copy_wrap {
    padding: 0 10px 10px 10px;
  }
}
.donate_module .white-block {
  background: #ffffff;
  padding: 17px 25px;
  margin: 26px;
  border-radius: 10px;
}
.donate_module .white-block .single-block h3 {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .donate_module .white-block .single-block h3 {
    line-height: 1.2;
  }
}
.donate_module .white-block .single-block h4 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c272c;
  margin-top: 0;
  margin-bottom: 13px;
}
.donate_module .white-block .single-block:first-child:before {
  display: none;
}
.donate_module .white-block .single-block:before {
  content: "";
  border-top: 1px solid #dddddd;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 14px;
  margin-bottom: 17px;
}
.donate_module .white-block .single-block .bottom-block {
  display: flex;
  align-items: center;
}
.donate_module .white-block .single-block .bottom-block .main-flex-block {
  display: flex;
}
.donate_module .white-block .single-block .bottom-block .main-flex-block img {
  margin-right: 8px;
}
.donate_module .white-block .single-block .bottom-block .main-flex-block p {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #423f43;
}
.donate_module .white-block .single-block .bottom-block a {
  display: block;
  font-family: "Source Sans Pro";
  padding: 4px 9px 4px 10px;
  border-radius: 12px;
  background-color: #dddddd;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.1px;
  text-align: center;
  color: #544955;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .donate_module .white-block .single-block .bottom-block .text-right {
    text-align: inherit;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .donate_module .white-block .single-block .bottom-block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .donate_module .white-block {
    padding: 17px 25px;
    margin: 10px 10px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .donate_module {
    margin-top: 32px;
  }
}

.block_resources {
  list-style: none;
  text-align: unset;
  padding: 0;
}
.block_resources li {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .main-head h2 {
    display: inline-block;
  }
  .main-head h2 + a {
    margin-left: 20px;
  }
}

.featured_resources {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .featured_resources {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 375px) {
  .featured_resources {
    margin-top: 0;
  }
}
.featured_resources .main-head {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .featured_resources .main-head {
    display: block;
  }
}
.featured_resources .main-head h2 {
  font-family: "Source Sans Pro";
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
  margin-top: 20px;
  margin-bottom: 38px;
}
.featured_resources .main-head h2.small {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .featured_resources .main-head h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #413942;
    margin-bottom: 0;
  }
}
.featured_resources .block_resources .slick-slide {
  width: 222px;
}
.featured_resources .block_resources p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}
.featured_resources .block_resources a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 600;
  color: #f45755;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
.featured_resources .block_resources .featured_resources_box {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  text-decoration: none;
  margin: 0;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources {
  text-align: center;
  background: #423F43;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources--guide {
  background-image: url("../image/magazine.svg");
  background-size: 40px 50px;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources--lecture {
  background-image: url("../image/presentation-1.svg");
  background-size: 57px 50px;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources--game {
  background-image: url("../image/puzzle.svg");
  background-size: 50px 50px;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources span {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  position: absolute;
  margin-top: 10px;
  display: block;
  margin-left: 9px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #423f43;
  border-radius: 2px;
  background: #ffffff;
  padding: 0 5px;
  height: 16px;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #2c272c;
  padding-bottom: 40px;
  margin-top: 0;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources svg {
  position: absolute;
  top: 0;
  right: 0;
}
.featured_resources .block_resources .featured_resources_box .header_content_block_resources.case-studies-img-background {
  height: 112px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .featured_resources .block_resources .featured_resources_box .header_content_block_resources.case-studies-img-background {
    background-size: 40%;
  }
}
@media only screen and (max-width: 375px) {
  .featured_resources .block_resources .featured_resources_box .header_content_block_resources.case-studies-img-background {
    background-size: 65%;
  }
}
.featured_resources .block_resources .featured_resources_box .bottom-block {
  padding: 5px 15px;
  min-height: 110px;
  height: 100%;
  font-family: "Source Sans Pro";
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.46px;
  color: #717171;
}
.featured_resources .block_resources .featured_resources_box .bottom-block .bullet-section {
  font-family: "Source Sans Pro";
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.46px;
  color: #717171;
  text-transform: uppercase;
}
.featured_resources .block_resources .featured_resources_box .bottom-block span {
  font-family: "Source Sans Pro";
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.46px;
  color: #717171;
  text-transform: uppercase;
}
.featured_resources .block_resources .featured_resources_box .bottom-block h3 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
}
@media (max-width: 480px) {
  .featured_resources .block_resources .featured_resources_box .bottom-block .card__title_font_xs {
    font-size: 14px;
  }
}
.featured_resources .block_resources .featured_resources_box.about_page_news_box {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .featured_resources .block_resources .featured_resources_box.about_page_news_box {
    margin-bottom: 20px;
  }
}
.featured_resources .block_resources .featured_resources_box.about_page_news_box h3 {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #4a414b;
  padding: 0 0 15px;
}
.featured_resources .block_resources .featured_resources_box.who-is-teaching-box {
  margin-bottom: 14px;
  border: solid 2px #ffffff;
}
.featured_resources .block_resources .featured_resources_box.who-is-teaching-box:hover {
  border: solid 2px #f45755;
}
.featured_resources .block_resources .featured_resources_box.who-is-teaching-box .header_content_block_resources {
  height: 112px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .featured_resources .block_resources .featured_resources_box.who-is-teaching-box .header_content_block_resources {
    background-size: 40%;
  }
}
@media only screen and (max-width: 375px) {
  .featured_resources .block_resources .featured_resources_box.who-is-teaching-box .header_content_block_resources {
    background-size: 65%;
  }
}
.featured_resources.single-blog-more-news {
  margin-bottom: 0;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .featured_resources.single-blog-more-news {
    padding-bottom: 45px;
  }
}
.featured_resources.single-blog-more-news .main-head h2 {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .featured_resources.single-blog-more-news .main-head h2 {
    margin-bottom: 0;
  }
}
.featured_resources.single-blog-more-news .main-head h2.small {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .featured_resources.single-blog-more-news.more-case-main-block {
    padding-bottom: 0;
  }
}
.featured_resources.single-project-footer {
  padding-bottom: 65px;
  margin-bottom: 0;
}
.featured_resources.single-project-footer .main-head h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.featured_resources .featured_resources_box.video-popapp {
  margin: 0;
}
.featured_resources .video-resource-modal--content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.featured_resources .video-resource-modal--content .video-resource-content {
  margin-top: 30px;
}
.featured_resources .video-resource-modal--content .video-resource-content .video-resource-content-single {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.featured_resources .video-resource-modal--content .video-resource-content .video-resource-content-single img {
  margin-right: 16px;
}
.featured_resources .video-resource-modal--content .video-resource-content .video-resource-content-single span {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #d24341;
  text-decoration: underline;
}
.featured_resources .close-modal {
  display: block;
  margin-top: 28px;
}
@media (max-width: 576px) {
  .featured_resources .modal-for-all .core_modal-window {
    width: 92vw;
    padding-top: 0px;
  }
}

.page-template-resources .featured_resources {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-template-resources .featured_resources {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 375px) {
  .page-template-resources .featured_resources {
    margin-top: 0;
  }
}

.curated_resource_pac {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .curated_resource_pac {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .curated_resource_pac {
    padding-bottom: 0;
  }
}
.curated_resource_pac .resource-pac-slider {
  list-style: none;
  padding: 0;
}
.curated_resource_pac .resource-pac-slider .slick-slide {
  width: 305px;
}
.curated_resource_pac .resource-pac-slider .single-pac-slider {
  margin-bottom: 35px;
}
.curated_resource_pac .resource-pac-slider .single-pac-slider:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .curated_resource_pac .resource-pac-slider .single-pac-slider {
    margin-bottom: 20px;
  }
}
.curated_resource_pac .main-head {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .curated_resource_pac .main-head {
    display: block;
  }
}
.curated_resource_pac h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  margin-bottom: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .curated_resource_pac h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .curated_resource_pac .featured_resources_wrap {
    margin-bottom: 36px;
  }
}
.curated_resource_pac .header_resource {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 24px 54px;
  border-radius: 10px 10px 0 0;
  height: 154px;
}
.curated_resource_pac .content_resource {
  border-radius: 0 0 10px 10px;
  padding: 11px 24px 20px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #ffffff;
  line-height: 1.4;
}
.curated_resource_pac .content_resource h3 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  margin-bottom: 10px;
  margin-top: 10px;
}
.curated_resource_pac .content_resource span {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #717171;
  margin-top: 17px;
}
.curated_resource_pac .content_resource p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}

@media only screen and (max-width: 1449px) {
  .featured_resources_box {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .featured_resources_box {
    margin-bottom: 25px;
  }
}
.featured_resources_box--landing {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1449px) {
  .featured_resources_box--landing {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .featured_resources_box--landing {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .featured_resources_box--landing {
    margin-bottom: 15px;
  }
}

.quizzes .quizze-slider {
  padding: 0;
  list-style: none;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .quizzes .quizze-slider li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .quizzes .quizze-slider {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.quizzes .slick-arrow {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .quizzes .slick-slide {
    width: 222px;
  }
}
.quizzes span {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #2c272c;
  background-color: #6fc8c0;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 15px;
}
.quizzes .main-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .quizzes .main-head {
    margin-bottom: 0;
    margin-top: 30px;
    display: block;
  }
}
.quizzes .main-head h2 {
  margin-right: 24px;
}
.quizzes .slider_btns_wrapper {
  display: flex;
  margin-left: auto;
}
.quizzes .slider_btns_wrapper .slick-arrow {
  margin: 0 0.5rem;
}
.quizzes h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  padding: 0;
  color: #413942;
}
@media only screen and (max-width: 767px) {
  .quizzes h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #413942;
    margin-bottom: 0;
  }
}
.quizzes h3 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
  margin: 12px 0 28px;
}
.quizzes h4 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #413942;
  text-transform: uppercase;
  margin: 0;
}
.quizzes .first-content {
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1019607843), 0 0 1px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
  display: block;
}
.quizzes .first-content .header_quizzes {
  height: 112px;
  background: #f7f7f7;
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.quizzes .first-content .header_quizzes span {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  position: absolute;
  margin-top: 10px;
  display: block;
  margin-left: 9px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #423f43;
  border-radius: 2px;
  background: #ffffff;
  padding: 2px 6px;
}
.quizzes .first-content .header_quizzes span.span-header {
  bottom: 0;
  right: 0;
  margin: 0 10px 10px 0;
  background: #2c272c;
  color: #ffffff;
  padding: 2px 8px;
}
.quizzes .first-content .bottom-block {
  padding: 5px 15px;
  min-height: 110px;
  height: 100%;
}
.quizzes .first-content .bottom-block span {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #717171;
  background-color: #ffffff;
  text-transform: initial;
  padding: 0;
}
.quizzes .first-content .bottom-block h3 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  margin: 0;
}
.quizzes .slider-wrapper .prev_slider {
  left: -25px;
  display: block;
}
@media (max-width: 767px) {
  .quizzes .slider-wrapper .prev_slider {
    display: none;
  }
}
.quizzes .slider-wrapper .next_slider {
  right: -25px;
  display: block;
}
@media (max-width: 767px) {
  .quizzes .slider-wrapper .next_slider {
    display: none;
  }
}
.quizzes .quizze-slider .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
  padding: 0;
}
.quizzes .quizze-slider .slick-dots li.slick-active span {
  background-color: #dddddd;
}
.quizzes .quizze-slider .slick-dots li span {
  display: block;
  text-decoration: none;
  background-color: #717171;
  border: none;
  border-radius: 2.7px;
  cursor: pointer;
  width: 38px;
  height: 4px;
  padding: 0;
}
.quizzes .quizze-slider .slick-dots li {
  display: inline-block;
  padding: 11px;
}
.quizzes .quizze-slider .slick-track .slick-slide {
  padding-bottom: 13px;
}
.quizzes.quizzes-single {
  margin-top: 20px;
}
.quizzes.quizzes-single .main-head {
  margin-bottom: 20px;
  margin-top: 5px;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .quizzes.quizzes-single .main-head {
    display: block;
  }
  .quizzes.quizzes-single .main-head .col-xs-6 {
    width: 100%;
  }
}
.quizzes.quizzes-single .main-head h3 {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .quizzes.quizzes-single .main-head h3 {
    margin-bottom: 20px;
  }
}
.quizzes.quizzes-single .main-head .red-arrow-select {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .quizzes.quizzes-single .main-head .red-arrow-select {
    text-align: left;
  }
}
.quizzes.quizzes-single .main-head .red-arrow-select:after {
  position: absolute;
  bottom: 40%;
  right: 23px;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #f45755;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 480px) {
  .quizzes.quizzes-single .main-head .red-arrow-select:after {
    right: 30px;
  }
}
.quizzes.quizzes-single .main-head .red-arrow-select label {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2c272c;
  margin-right: 10px;
}
.quizzes.quizzes-single .main-head .red-arrow-select select {
  width: 222px;
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #2c272c;
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .quizzes.quizzes-single .main-head .red-arrow-select select {
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .quizzes.quizzes-single .main-head .red-arrow-select select {
    width: 80%;
  }
}
.quizzes.quizzes-single .main-head .red-arrow-select select ::-ms-expand {
  display: none;
}

.curated_resource_pac_footer {
  padding-top: 30px;
  margin-bottom: 76px;
}
@media (max-width: 1241px) {
  .curated_resource_pac_footer {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .curated_resource_pac_footer {
    margin-bottom: 0;
  }
}
.curated_resource_pac_footer h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  margin-bottom: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .curated_resource_pac_footer h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    margin-bottom: 15px;
  }
}
.curated_resource_pac_footer .header_resource {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 20px;
  border-radius: 10px 10px 0 0;
}
.curated_resource_pac_footer .header_resource span {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}
.curated_resource_pac_footer .content_resource {
  border-radius: 0 0 10px 10px;
  padding: 0 24px 20px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #ffffff;
  line-height: 1.4;
  padding-top: 18px;
  min-height: 119px;
}
.curated_resource_pac_footer .content_resource h3 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
}
.curated_resource_pac_footer .content_resource span {
  text-transform: uppercase;
  padding: 4px 16px;
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: center;
  color: #2c272c;
}
.curated_resource_pac_footer .content_resource p {
  padding: 10px 0 0;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}
.curated_resource_pac_footer a.block-link {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 24px;
}

.who_is_teaching .core_head_align {
  padding-top: 64px;
  padding-bottom: 0;
  margin: 0 auto;
}
.who_is_teaching .core_head_align .button {
  display: none;
}
@media only screen and (min-width: 1242px) {
  .who_is_teaching .core_head_align {
    padding-bottom: 65px;
  }
  .who_is_teaching .core_head_align .button {
    display: block;
  }
}
.who_is_teaching h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
  padding-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  .who_is_teaching h2 {
    font-size: 24px;
  }
}
.who_is_teaching p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #4a414b;
}
@media only screen and (min-width: 1242px) {
  .who_is_teaching p {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .who_is_teaching p {
    font-size: 20px;
  }
}
.who_is_teaching p.second-text-map {
  display: none;
}
@media only screen and (max-width: 480px) {
  .who_is_teaching p.second-text-map {
    display: block;
  }
}
.who_is_teaching .map-container {
  margin-top: 25px;
}
@media only screen and (min-width: 1242px) {
  .who_is_teaching .map-container {
    margin-top: 86px;
  }
}
.who_is_teaching .map-container img {
  width: 100%;
}
.who_is_teaching a {
  width: 177px;
  padding: 16px;
  background: none;
  color: #d24341;
  border: solid 2px #d24341;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .who_is_teaching a {
    margin: 40px 0;
  }
}

.block-three-colors .row-second-head {
  margin-bottom: 35px;
}

.teacher-block-community {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1449px) {
  .teacher-block-community.bottom-block-main-case {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .teacher-block-community.bottom-block-main-case {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .teacher-block-community.bottom-block-main-case h2 {
    margin-bottom: 25px !important;
  }
}
.teacher-block-community .first-block {
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .teacher-block-community .first-block {
    margin-bottom: 25px;
  }
}
.teacher-block-community .first-block.yellow-color {
  background: #fde6e0;
}
.teacher-block-community .first-block.green-color {
  background: #a9ded9;
}
.teacher-block-community .first-block.dark-yellow-color {
  background: #fdd8a5;
}
.teacher-block-community .first-block.grey-color {
  background: #dddddd;
}
.teacher-block-community .first-block .bottom-block-case {
  margin-top: 40px;
}
.teacher-block-community .first-block div:nth-child(2) {
  margin-bottom: 20px;
}
.teacher-block-community .first-block div:last-child {
  margin-top: auto;
}
.teacher-block-community .second-block {
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  position: relative;
}
.teacher-block-community .second-block.yellow-color {
  background: #fde6e0;
}
.teacher-block-community .second-block.green-color {
  background: #a9ded9;
}
.teacher-block-community .second-block.yellow-color-second {
  background: #fdd8a5;
}
.teacher-block-community .second-block .bottom-block-case {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .teacher-block-community .second-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.teacher-block-community .donate_title {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}
@media only screen and (max-width: 480px) {
  .teacher-block-community .donate_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .teacher-block-community .donate_copy_wrap {
    height: auto !important;
  }
}
.teacher-block-community .donate_copy_wrap p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .teacher-block-community .donate_copy_wrap p {
    font-size: 16px;
  }
}
.teacher-block-community a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  padding: 1.1rem 2rem;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .teacher-block-community a {
    width: 100%;
  }
}
.teacher-block-community .auto-height {
  display: flex;
  align-items: inherit;
}
@media only screen and (max-width: 767px) {
  .teacher-block-community .auto-height {
    display: block;
  }
}

.homepage_project h3 {
  -webkit-user-select: text; /* Chrome all / Safari all */
  -moz-user-select: text; /* Firefox all */
  -ms-user-select: text; /* IE 10+ */
  user-select: text;
}
.homepage_project p {
  -webkit-user-select: text; /* Chrome all / Safari all */
  -moz-user-select: text; /* Firefox all */
  -ms-user-select: text; /* IE 10+ */
  user-select: text;
}
.homepage_project p.copy-all-text {
  -webkit-user-select: all; /* Chrome all / Safari all */
  -moz-user-select: all; /* Firefox all */
  -ms-user-select: all; /* IE 10+ */
  user-select: all;
}
.homepage_project a {
  color: #f45755;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
.homepage_project.remove-tab-index a {
  text-decoration: none;
  color: initial;
}

.hot-topics-cards-current-page .card .card-body .card-title a {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #322c32;
  margin: 20px auto 15px;
  display: block;
}
.hot-topics-cards-current-page .card .card-body p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}

.hot-topics-on-front .hot-topics-slider-wrapper {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .slick-slide {
    width: 245px !important;
  }
}
.hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .card .card-body .card-title a {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #322c32;
  margin: 20px auto 15px;
  display: block;
}
.hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .card .card-body p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}
.hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .card a:focus {
  outline: none;
}
.hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom: 65px;
  margin-top: 30px;
  padding: 0;
}
.hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .slick-dots li {
  display: inline-block;
  padding: 11px;
}
.hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .slick-dots li.slick-active span {
  background-color: #717171;
}
.hot-topics-on-front .hot-topics-slider-wrapper .hot-topics-cards .slick-dots span {
  display: block;
  text-decoration: none;
  background-color: #dddddd;
  border: none;
  border-radius: 2.7px;
  cursor: pointer;
  width: 38px;
  height: 4px;
}
.hot-topics-on-front .hot-topics-slider-wrapper .slick-arrow {
  top: 11%;
}
.hot-topics-on-front .hot-topics-slider-wrapper .slick-arrow.prev_slider {
  position: absolute;
  z-index: 9;
  left: -27px;
  width: 40px;
  height: 40px;
}
.hot-topics-on-front .hot-topics-slider-wrapper .slick-arrow.next_slider {
  position: absolute;
  z-index: 9;
  right: -30px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .hot-topics-on-front .hot-topics-slider-wrapper .prev_slider {
    display: none;
  }
  .hot-topics-on-front .hot-topics-slider-wrapper .next_slider {
    display: none;
  }
}

.homepage_project {
  margin-bottom: 20px;
}
.homepage_project div {
  background: none;
}
.homepage_project.grey div {
  background: none;
}
.homepage_project .thumb {
  overflow: hidden;
  /*height: 200px;*/
  height: 272px;
}
.homepage_project .thumb img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage_project h3 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #322c32;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .homepage_project h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
  }
}
.homepage_project h3.italic {
  font-style: italic;
  font-weight: bold;
}
.homepage_project p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
  margin-top: 13px;
  /*padding: 0 15px 15px;*/
  /*color: white;*/
}
@media (max-width: 767px) {
  .homepage_project {
    width: 245px !important;
  }
}
@media (max-width: 480px) {
  .homepage_project.slick-slide {
    opacity: 0;
    transition: 0.5s;
  }
  .homepage_project.slick-active {
    opacity: 1;
    transition: 0.5s;
  }
}
@media (max-width: 375px) {
  .homepage_project {
    width: 100%;
  }
}

.featured_resources.single-blog-more-news .block_resources .featured_resources_box .bottom-block {
  padding-top: 10px;
}
.featured_resources.single-blog-more-news .block_resources .featured_resources_box .bottom-block span {
  text-transform: none;
}

.section_title {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
  margin-bottom: 25px;
}

.page-template-landing-page .header_title {
  color: #544a54;
  margin-bottom: 35px;
  margin-top: 60px;
}
.page-template-landing-page .header_subtitle {
  font-family: "Source Sans Pro";
  font-size: 24px;
}
.page-template-landing-page .featured_resources .main-head h2 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg h7 {
  margin-bottom: 20px;
}
.wysiwyg img {
  max-width: 100%;
  margin-top: 15px;
  height: auto;
}
.wysiwyg ul {
  margin-bottom: 20px;
}
.wysiwyg .content h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}
.wysiwyg .content h2.section_title {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}
.wysiwyg .content strong {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
}
.wysiwyg .content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-bottom: 25px;
  /*    @media(min-width: 376px) {
        font-size: 1.2rem;
      }
      @media(min-width: 768px) {
        font-size: 1.313rem;
      }*/
}
.wysiwyg .content p a {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: underline;
  color: #d24341;
}
.wysiwyg .content p a.button {
  font-size: 18px;
  text-decoration: none;
  line-height: 0.89;
  font-weight: 600;
}
.wysiwyg .content p a.button:hover {
  color: #fff;
}
.wysiwyg .content a {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: underline;
  color: #d24341;
}
.wysiwyg .content a.button {
  font-size: 18px;
  text-decoration: none;
  line-height: 0.89;
  font-weight: 600;
}
.wysiwyg .content a.button:hover {
  color: #fff;
}
.wysiwyg .content li {
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
.wysiwyg iframe {
  margin-bottom: 25px;
}

aside {
  position: relative;
}

.components .section--medium:first-child {
  margin-top: 0;
}

.landing-cta {
  position: absolute;
  z-index: 1;
}
.landing-cta img {
  max-width: 100%;
}
.landing-cta-mobile {
  position: relative;
  padding-bottom: 50px;
}
.landing-cta--button {
  height: 120px;
  position: relative;
  background-image: url("../image/dotted-bg.png");
}
.landing-cta--button .button {
  width: 175px;
  margin: 0;
  position: absolute;
  line-height: 0.89;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
}
.landing-cta--button .button:hover {
  background: #d24341;
}

.promos {
  margin-top: 3.125rem;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  color: #4a414b;
  padding: 65px 0;
  text-align: left;
}

@media (min-width: 768px) {
  .promos__cards {
    display: flex;
    margin-top: 40px;
  }
}

.promo__card {
  height: 100%;
  border-radius: 20px;
  padding: 30px 40px 115px 40px;
  margin-top: 40px;
  position: relative;
  flex: 1;
}
@media (min-width: 1242px) {
  .promo__card {
    margin-top: 0;
  }
}
.promo__card_bg_turq {
  background: #a9ded9;
}
.promo__card_bg_light {
  background: #fdd8a5;
}
.promo__card.yellow-color {
  background: #fde6e0;
}
.promo__card.green-color {
  background: #a9ded9;
}
.promo__card.dark-yellow-color {
  background: #fdd8a5;
}
.promo__card.grey-color {
  background: #dddddd;
}
@media (min-width: 768px) and (max-width: 1241px) {
  .promo__card-wrapper {
    margin-bottom: 50px;
  }
}

.promo__body p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
  margin-top: 10px;
}

.promo__title {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}

.promo__cta {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.resources__list:first-child {
  padding-left: 0;
}

.card-img-top {
  max-width: 100%;
  background-color: #423F43;
  border-radius: 13px;
}

.download-icon {
  position: relative;
  margin-left: 15px;
}
.download-icon svg {
  margin: 0 0 5px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-bottom: solid 1px #d24341;
  transition: 0.8s all;
}

.pullquote {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 375px) {
  .pullquote {
    padding-top: 25px;
  }
}
@media (min-width: 1242px) {
  .pullquote img {
    padding-top: 8px;
  }
}

.cite_non-italic {
  font-style: normal;
  color: #717171;
}

@media (max-width: 1241px) {
  .page-template-landing-page iframe {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 991px) {
  .page-template-landing-page iframe {
    width: 714px;
    height: 401px;
  }
}
@media (max-width: 767px) {
  .page-template-landing-page iframe {
    width: 486px;
    height: 273px;
  }
}
@media (max-width: 480px) {
  .page-template-landing-page iframe {
    width: 326px;
    height: 183px;
  }
}
@media (max-width: 375px) {
  .page-template-landing-page iframe {
    width: 300px;
    height: 168px;
    margin: auto;
  }
}

.select_red_square {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: solid 1px #a0a0a0;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.select_red_square::after {
  margin: auto;
  width: 11px;
}

.card__footer {
  margin-bottom: 15px;
}
.card__footer .label__text {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #717171;
}
.card__footer_custom_input {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
}
.card__footer_custom_input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.card__footer_custom_input input:checked ~ .select_red_square {
  border: solid 1px #d24341;
  background-color: #d24341;
}
.card__footer_custom_input input:focus ~ .select_red_square {
  border: solid 1px #d24341;
}
.card__footer_custom_input .select_red_square:after {
  content: url("../image/icon-check-thick.svg");
  display: none;
}
.card__footer_custom_input input:checked ~ .select_red_square:after {
  display: block;
}
.card__footer_custom_input label {
  cursor: pointer;
  width: 100%;
}
.card_resources_landing {
  height: 280px;
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1241px) {
  .card_resources_landing {
    width: 25%;
  }
}
.card_resources_landing .header_content_block_resources {
  background-color: #f7f7f7 !important;
}
.card_resources_landing.no-fix-height {
  height: auto;
}

.resources-component {
  /*.container {
    border-bottom: 1px solid #dddddd;
  }*/
}
.resources-component__cards {
  padding-top: 5px;
  position: relative;
}
.resources-component__cards .block_resources_all {
  flex-wrap: wrap;
  display: flex;
}
.resources-component__cards::before {
  content: "";
  background: #dddddd;
  position: absolute;
  top: 0;
  left: 12px;
  height: 1px;
  width: calc(100% - 24px);
}
.resources-component__link {
  padding-top: 15px;
  text-decoration: underline;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 50px;
  display: block;
}
.resources-component__link:hover svg {
  border-bottom: solid 1px black;
}
.resources-component__link::after {
  content: "";
  background: #dddddd;
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 1px;
  width: calc(100% - 24px);
}

.video-gallery__card {
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1241px) {
  .video-gallery__card {
    width: 25%;
  }
}
.video-gallery__card h5.video-gallery__card-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
}
.video-gallery__card-img {
  position: relative;
}
.video-gallery__card-title a {
  font-family: "Source Sans Pro";
  font-size: 16px;
  color: #2c272c;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.25;
}
.video-gallery__label {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  margin-left: 9px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  background: #000000;
  padding: 0 5px;
  height: 16px;
}

.single-unit-template h1 {
  font-family: "Source Sans Pro";
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -1.75px;
  color: #393239;
  margin-top: 43px !important;
}
@media only screen and (max-width: 1241px) {
  .single-unit-template h1 {
    margin-top: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .single-unit-template h1 {
    font-size: 32px;
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .single-unit-template h1.header_title {
    margin-top: 80px !important;
  }
}
.single-unit-template .change-header-unit p, .single-unit-template .change-header-unit ol, .single-unit-template .change-header-unit ul, .single-unit-template .change-header-unit .MathJax_Display {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
  margin-top: 5px;
  overflow: auto;
  clear: both;
}
.single-unit-template .change-header-unit .MathJax_Display {
  overflow: hidden;
}
.single-unit-template .actual_tests .learn-about-link {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #d24341;
  text-decoration: underline;
}
.single-unit-template .actual_tests .current-question p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #2c272c;
  margin-top: 5px;
}
.single-unit-template .actual_tests .current-question p span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: normal;
}
.single-unit-template .actual_tests .one_quiz p {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #413942;
  margin-top: 5px;
}
.single-unit-template .actual_tests .figure-body img {
  cursor: pointer;
}
.single-unit-template .actual_tests .figure-body i {
  display: block;
  color: #d24341;
}
.single-unit-template .quiz-input-list {
  background-color: #f7f7f7;
  padding: 27px 0 40px;
  margin-top: 27px;
}
.single-unit-template .quiz-input-list .mcq-options {
  list-style: none;
}
.single-unit-template .quiz-input-list .mcq-options li {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 10px;
}
.single-unit-template .quiz-input-list .mcq-options li label {
  margin-bottom: 0;
}
.single-unit-template .quiz-input-list .mcq-options li.selected {
  border: solid 2px #423f43;
  margin-bottom: 10px !important;
}
.single-unit-template .quiz-input-list .mcq-options li table td {
  width: auto;
}
.single-unit-template .quiz-input-list .quiz-comment {
  border-radius: 8px;
  border: solid 2px #f45755;
  background-color: rgba(244, 87, 85, 0.05);
  padding: 15px 20px;
  margin-top: 20px;
}
.single-unit-template .quiz-input-list .quiz-comment .comment-head {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #2c272c;
}
.single-unit-template .quiz-input-list .quiz-comment .quiz-comment-content {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  margin-top: 10px;
}
.single-unit-template table {
  width: 100%;
  margin: auto;
}
.single-unit-template table td {
  padding: 5px;
}
.single-unit-template .quiz-buttons-section {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .single-unit-template .quiz-buttons-section {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .single-unit-template .quiz-buttons-section .quiz-back-button {
    width: 100%;
  }
}
.single-unit-template .quiz-buttons-section .quiz-back-button:hover {
  color: #ffffff;
  border: 2px solid #d24341;
}
.single-unit-template .quiz-buttons-section .check-answer-button {
  width: 212px;
  border-radius: 32px;
  border: solid 2px #4a414b;
  margin: 0 auto;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a414b;
}
.single-unit-template .quiz-buttons-section .check-answer-button:hover, .single-unit-template .quiz-buttons-section .check-answer-button:focus {
  color: #ffffff;
  border: 2px solid #d24341;
}
@media only screen and (max-width: 767px) {
  .single-unit-template .quiz-buttons-section .check-answer-button {
    width: 100%;
    margin: 20px 0;
  }
}
.single-unit-template .quiz-buttons-section .hide-on-mobile {
  display: block;
}
@media only screen and (max-width: 767px) {
  .single-unit-template .quiz-buttons-section .hide-on-mobile {
    display: none;
  }
}
.single-unit-template .quiz-buttons-section .show-on-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-unit-template .quiz-buttons-section .show-on-mobile {
    display: block;
  }
}

.resource-pac-teaching {
  list-style: none;
  padding: 0;
}
.resource-pac-teaching .single-pac-slider {
  margin-bottom: 40px;
}
.resource-pac-teaching .single-pac-slider .header_resource {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 24px 54px;
  border-radius: 10px 10px 0 0;
  height: 154px;
}
.resource-pac-teaching .single-pac-slider .content_resource {
  border-radius: 0 0 10px 10px;
  padding: 11px 24px 20px;
  box-shadow: 0 2px 20px 0 rgba(44, 39, 44, 0.1);
  background-color: #ffffff;
  line-height: 1.4;
}
.resource-pac-teaching .single-pac-slider .content_resource h3 {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c272c;
  margin-bottom: 10px;
  margin-top: 10px;
}
.resource-pac-teaching .single-pac-slider .content_resource span {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #717171;
  margin-top: 17px;
}
.resource-pac-teaching .single-pac-slider .content_resource p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e5360;
}

@media only screen and (max-width: 1241px) {
  .error404 .breadcrumb {
    margin-top: 75px;
  }
}
.error404 .header_title.default-title {
  margin-top: 30px !important;
}
.error404 .not-found-title {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .error404 .not-found-title {
    font-size: 24px;
  }
}
.error404 .simple_content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .error404 .simple_content p {
    font-size: 16px;
  }
}
.error404 .simple_content p a {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #d24341;
}
@media only screen and (max-width: 767px) {
  .error404 .simple_content p a {
    font-size: 16px;
    line-height: 1.5;
  }
}

body.page-template-terms {
  overflow: inherit !important;
}

@media only screen and (max-width: 767px) {
  .page-template-terms #cookie-modal .model-inner .modal-text-wrap {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.page-template-terms #modal-overlay {
  opacity: 0;
}

.beyond-core-econ {
  padding-top: 30px;
  padding-bottom: 30px;
}
.beyond-core-econ h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  margin-bottom: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #4a414b;
}
.beyond-core-econ h2.small {
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #4a414b;
}
@media only screen and (max-width: 767px) {
  .beyond-core-econ h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #413942;
    margin-bottom: 10px;
  }
}
.beyond-core-econ .slider-wrapper {
  background-color: #FFF2CC;
  padding: 25px 50px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .beyond-core-econ .slider-wrapper {
    padding: 20px;
  }
}
.beyond-core-econ .slider-wrapper .e_beyond_sliders article h3 {
  font-family: "Source Sans Pro";
  color: #4A404A;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
.beyond-core-econ .slider-wrapper .e_beyond_sliders article h3.desktop-header {
  display: block;
}
@media only screen and (max-width: 1242px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article h3.desktop-header {
    display: none;
  }
}
.beyond-core-econ .slider-wrapper .e_beyond_sliders article h3.mobile-header {
  display: none;
}
@media only screen and (max-width: 1242px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article h3.mobile-header {
    display: block;
    padding: 5px 5px 0;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
  }
}
.beyond-core-econ .slider-wrapper .e_beyond_sliders article p {
  font-family: "Source Sans Pro";
  font-size: 18px;
  color: #4A404A;
}
@media only screen and (max-width: 1242px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article p {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article p {
    padding: 5px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5e5360;
  }
}
.beyond-core-econ .slider-wrapper .e_beyond_sliders article .thumb {
  overflow: inherit;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article .thumb {
    height: 272px;
    overflow: hidden;
  }
}
.beyond-core-econ .slider-wrapper .e_beyond_sliders article .thumb.background-thumb {
  background-color: #423F43;
}
.beyond-core-econ .slider-wrapper .e_beyond_sliders article .thumb img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article .thumb img {
    width: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article {
    width: 245px !important;
  }
}
@media (max-width: 480px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article.slick-slide {
    opacity: 0;
    transition: 0.5s;
  }
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article.slick-active {
    opacity: 1;
    transition: 0.5s;
  }
}
@media (max-width: 375px) {
  .beyond-core-econ .slider-wrapper .e_beyond_sliders article {
    width: 100%;
  }
}
.beyond-core-econ .slider-wrapper .prev_slider {
  position: absolute;
  z-index: 9;
  left: -27px;
  width: 40px;
  height: 40px;
  top: 46%;
  cursor: pointer;
}
.beyond-core-econ .slider-wrapper .prev_slider img {
  width: 100%;
}
.beyond-core-econ .slider-wrapper .next_slider {
  top: 46%;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  right: -30px;
  width: 40px;
  height: 40px;
}
.beyond-core-econ .slider-wrapper .next_slider img {
  width: 100%;
}
.beyond-core-econ .video-resource-modal--content p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4a414b;
}
.beyond-core-econ .video-resource-modal--content .video-resource-content {
  margin-top: 30px;
}
.beyond-core-econ .video-resource-modal--content .video-resource-content .video-resource-content-single {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.beyond-core-econ .video-resource-modal--content .video-resource-content .video-resource-content-single img {
  margin-right: 16px;
}
.beyond-core-econ .video-resource-modal--content .video-resource-content .video-resource-content-single span {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #d24341;
  text-decoration: underline;
}

.institutions-filters {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
}
.institutions-filters__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1rem;
}
.institutions-filters__buttons {
  display: flex;
  gap: 0.5rem;
}

@media only screen and (max-width: 1241px) {
  .col-centered-mobile-tab {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-separator {
    border-top: 1px #504e53 solid;
    padding-top: 2.188rem;
    margin-top: 1.25rem;
  }
  .col-centered-mobile {
    float: none;
    margin: 0 auto;
  }
}
.col-centered {
  float: none;
  margin: 0 auto;
}

@media only screen and (min-width: 1242px) {
  .remove-pl {
    padding-left: 0;
  }
}

/*# sourceMappingURL=app.css.map */
