body {
	font-family: "DIN Regular";
}
#top-menu,
strong {
	font-family: "DIN Bold";
}
/* HEADER */
#main-header {
	background: transparent !important;
	border: none;
  box-shadow: none;
}
#main-header.et-fixed-header {
	background: white !important;
}
#logo {
	max-height: 100% !important;
	height: 72px !important;
}
.nav li.current-menu-ancestor > a,
.nav li.current_page_item > a {
	color: #00DEA1 !important;
}
#top-menu li li,
.nav li ul {
	padding: 0 !important;
}
#top-menu li li a {
	padding: 6px 10px !important;
	width: 230px;
}
#top-menu li {
  vertical-align: text-top;
  padding-right: 15px !important;  
}
#top-menu li a {
  padding-bottom: 15px !important;
  max-width: 190px;
}
/* FOOTER */
#footer-widgets {
	padding: 4% 0 0;
	position: relative;
}
.footer-widget {
	margin-right: 3% !important;
	margin-bottom: 3% !important;
}
.footer-widget:nth-of-type(5) {
	margin-top: 28px;
}
.footer-widget:nth-of-type(5),
.footer-widget:nth-of-type(4) {
	width: 19% !important;	
}
.footer-widget:nth-of-type(5) img,
.footer-widget:nth-of-type(4) img {
	filter: saturate(0) !important;	
}
#custom_html-14 .custom-html-widget,
#custom_html-13 .custom-html-widget {
	font-size: 10px;
	line-height: 13px;	
}
.footer-widget:nth-of-type(3),
.footer-widget:nth-of-type(2) {
	width: 11.6% !important;	
}
.footer-widget:nth-of-type(1) {
	width: 23% !important;
}
.fwidget {
	margin-bottom: 0 !important;
}
#custom_html-12 {
	position: absolute;
}
.textwidget {
	font-size: 12px;
	line-height: 16px;
}
#media_image-9 {
	margin-top: 30px;
}
#media_image-9 img {
	width: 50px;
}
#media_image-10 img {
	width: 120px;
}
#media_image-11 img {
	filter: brightness(0) invert(1);
}
.column-1 {
	height: 300px;
}
.column-3 {
	margin-top: -50px;
}
/* Testimonials */
.testimonial-item .et_pb_main_blurb_image {
	width: 45% !important;	
}
.testimonial-item .et_pb_blurb_container {
	padding: 30px 15px;
	width: 55% !important;	
}
/* Twitter feed */
.twitter-feed-custom {
	background: transparent !important;
}
.twitter-feed-custom .ctf-tweets {
	display: flex;
	flex-wrap: wrap;
}
.twitter-feed-custom .ctf-tweets .ctf-item {
	flex: 1;
	margin:0 1% 3%;
	border-radius: 20px;
}
.twitter-feed-custom .ctf-more {
	background:#00dea1!important;
	color: black !important;
	text-transform: uppercase !important;
	font-weight: 600;
	width: 200px !important;
	margin: 0 auto !important;
}
/* Partners */
.partners-custom .et_pb_image {
	margin: 0 1%;
}
.get-inspired img {
	max-height: 160px !important;
	width: auto !important;	
}
#closebt-container {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.closebt {
-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
/* Peer Learning Notes */
.resources-grid-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.resource-item {
	flex-basis: 25%;
	margin: 0 auto 3%;
}
.modal-files-container a,
.resource-item-title {
	font-family: "DIN Bold";
}
.resource-item-arrow,
.resource-item-title {
	color:#222;
}
.resource-item-image {
	margin: 0 auto;
	text-align: center;
	padding: 0 20%;
}
.resource-item-arrow,
.resource-item-title {
	padding:0 25%;
}
.resource-item-arrow {
	margin-bottom: 25px;
}
.resource-item-image img {
	border-radius: 20px;
}
.resource-item .resource-item-image img {
	box-shadow: -1px 3px 11px rgba(0,0,0,.2);
	transition: ease-in-out all .2s;	
}
.resource-item-image:before {
	content:"view more info";
	color: #222;
	display: block;
	background: rgba(107,221,163,.5);
	width: 162px;
	height: 230px;
	position: absolute;
	border-radius: 20px;
	transition: ease-in-out all .3s;
	line-height: 230px;
	font-family: "DIN Bold";
	font-size: 15px;
	opacity: 0;
}
.resource-item:hover .resource-item-image:before {
	transition: ease-in-out all .2s;
	opacity: 1;
}
.resource-item:hover .resource-item-arrow,
.resource-item:hover .resource-item-title {
	color:#6bdda3;
}
/* Modals */
.modal-content {
	max-width: 980px;
	margin: 2% auto 0;
	display: flex;
	flex-wrap: wrap;
	border: 2px solid white;
	padding: 1% 3%;
}
.modal-title {
	width: 100%;
}
.modal-title h2 {
	color: white;
	text-align: center;
	margin: 2% auto 1%;
}
.modal-left {
	flex-basis: 25%;
}
.modal-right {
	flex-basis: 75%;
	padding: 0 3%;
}
.modal-files-container {
	margin-bottom: 2%;
}
.modal-files-container a {
	padding: 10px 20px;
	background-color: #777;
	color:white;
	border-radius: 20px;
	font-size: 16px;
	display: inline;
}
.resource-modal {
  top: 54px;
}
/* Contact form */
.contact-form textarea,
.contact-form input {
	display: block;
	width: 100%;
	border-radius: 10px !important;
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,.1) !important;
	background-color: white;
	border: none !important;
	padding: 16px;
}
.contact-form input[type="button"],
.contact-form input[type="submit"] {
	width: 35%;
	float:right;
	border-radius: 7px;
	background-color: #00dea1 !important;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase !important;
	color: black !important;
}
.contact-form input[type="submit"]:hover{
	cursor: pointer;
}
.contact-form .nf-field-label {
	display: none;
}
.testimonial-item .et_pb_image_wrap {
	margin: 25px 10px 25px 25px;
}
.et-social-google-plus a:before {
	content:"\e0a3" !important;
}
.et-social-instagram a:before {
	content:"\e09d" !important;
}
.logo-uclg {
	display: inline-block;
	float: left;
	max-width: 190px;
}
.logo_container a:nth-of-type(2) {
	display: inline-block;
	max-width: 130px;
}
.et_pb_gallery_image.landscape img {
	height: 70px;
	width: auto !important;
	max-width: inherit !important;
}
header.et-fixed-header {
	height: 70px;
}
@media only screen and (max-width : 1100px) {
  .et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
  	height: 55% !important;
  }
}
.single .et_pb_post {
	border: 2px solid #6bdda3;
	padding-bottom: 5px;
	padding: 20px;
	border-radius: 8px;
}
a.more-link {
	background: black;
	width: auto;
	border-radius: 5px;
	padding: 5px 10px;
	display: initial !important;
	margin-bottom: 5px;
	font-weight: bold;
}
.approach-section .et_parallax_bg {
  opacity: .7;
}
#top-header {
  background-color: #00dea1 !important;
}
.cf7-form input {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0 !important;
  padding: 0 15px;
  border-radius: 8px;
}
.cf7-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  padding: 0 15px;
  border-radius: 8px;
}
.modal-content label {
  display: block;
  font-family: "DIN Bold";
}
.modal-content .thumb {
  margin-bottom: 20px;
}
.modal-link a {
  color: white;
  border:1px solid white;
  padding:10px;
  border-radius: 20px;
  font-size: 14px;
}
.modal-link a:hover {
  color: black;
  border:1px solid black;
}
.resource-modal {
  overflow: visible !important;
}
.btn-animatedModal {
  flex-basis: 25%;
}
.btn-animatedModal .resource-item-title {
  line-height: 20px;
  padding: 0 10% !important;  
}