/* 
   _  ___         
| |/ (_) |__  ___
| ' <| | '_ \/ _ \
|_|\_\_|_.__/\___/

KIBO STUDIOS // ADVERTISING ® 2018
This file was originally created by Kibo.
No public diffusion allowed. Code rights reserved.
Contact us info@kibostudios.com
www.kibostudios.com

Theme Name: CUNEF
Version: 1.0
Author: KIBO

100    Thin, Hairline
200    Extra Light, Ultra Light
300    Light, Book, Demi
400    Normal, Regular
500    Medium
600    Semi Bold, Demi Bold
700    Bold
800    Extra Bold, Ultra Bold
900    Black, Heavy

*/

/************************ TAGS ************************/

* {
	font-family: 'Gotham';
}

hr {
	border-top: 1.1px solid #eee;
}

main.home-main {
	position: relative;
	margin-top: -75px; /* This way it stays under the semitransparent header menu */
}

img {
	max-width: 100%;
	height: auto;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

iframe,
iframe.youtube-iframe {
	display: inherit;
}

a {
	color: #ec7301;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

p {
	color: #4E5054;
}

ol,
ul {
	font-weight: 300;
}

.box-content.box-content-extra-large {
	padding: 90px 0;
}

.box-content.box-content-large {
	padding: 60px 0;
}

.box-content.box-content-small {
	padding: 30px 0;
}

.box-content.box-content-tiny {
	padding: 15px 0;
}

.box-content.box-content-nano {
	padding: 7.5px 0;
}

.light-gray-bg {
	background-color: #FAFAFA;
}

.btn-cunef,
input[type=submit] {
	padding: 10px 55px;
	font-weight: 500;
	font-size: 17px;
	color: black;
	letter-spacing: 0;
	text-align: center;
	display: inline-block;
	background: rgba( 255, 255, 255, .4 );
	border: 2px solid #ec7301;
	transition: .6s all;
}

form .btn-send.success,
form .btn-send.fail,
.btn-send.sending {
	background: #ec7301;
}

.btn-cunef:active,
.btn-cunef:focus,
.btn-cunef:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover,
.archive-event-box:hover .btn-cunef,
.archive-event-box:active .btn-cunef,
.archive-event-box:focus .btn-cunef {
	background-color: #ec7301;
	color: white;
	border: 2px solid #ec7301;
}

.study-description .btn-cunef {
	margin-bottom: 15px;
	margin-right: 7.5px;
}

body.navbar-collapse-shown {
	overflow: hidden;
}

/* This makes up for the transparent half-header in the home */
body.home .big-carousel-section:first-child .carousel-content {
	margin-top: 75px;
}

.big-carousel-section .carousel-content {
    display: inline-block;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

	.carousel-fade .carousel-inner>.item.next,
	.carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.prev,
	.carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.next.left,
	.carousel-fade .carousel-inner>.item.prev.right,
	.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.carousel-caption {
	text-shadow: 0 1px 4px rgba(0, 0, 0, .9);
	font-size: 17px
}

.carousel-caption h3 {
	font-size: 30px;
}

h1,
h1 p {
    font-weight: 700;
    font-size: 42px;
    color: #4E5054;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 45px;
    line-height: 42px;
    position: relative;
}

h2,
h2 p {
    font-weight: 700;
    font-size: 40px;
    color: #4E5054;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 45px;
    line-height: 40px;
    position: relative;
}

.titles-with-separators h1::after,
.titles-with-separators h2::after,
.title-with-separator::after,
h2::after {
	content: '';
	position: absolute;
	bottom: -22.5px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 1.1px;
	background-color: #ec7301;
}

h2.title.no-separator {
	padding-bottom: 0;
	margin-bottom: 15px;
}

/* Separator being the orange bar under h2 titles */
.no-separator:after {
	content: none;
}

h3,
h3 p {
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	color: #4E5054;
	letter-spacing: -0.76px;
}

h4,
h4 p {
	font-weight: 300;
	font-size: 21px;
	color: #9B9B9B;
	letter-spacing: -0.42px;
	line-height: 26px;
}

p {
	font-size: 1em;
	font-weight: 300;
}

.accordion-content h4 {
	margin-bottom: 35px;
}

.accordion-content .panel-heading h4 {
	margin-bottom: 0;
}

h5 {
	font-weight: 700;
	font-size: 16px;
	color: #4E5054;
	letter-spacing: -0.27px;
	line-height: 18px;
	margin-bottom: 8px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h6 {
	font-weight: 300;
	font-size: 16px;
	color: #4E5054;
	letter-spacing: -0.36px;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumbs {
	padding: 45px 0;
	margin-bottom: 0;
}

.breadcrumbs .arrow {
	margin: 0 7px;
}

.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
	font-weight: 500;
	font-size: 13px;
	line-height: normal;
	color: #000000;
	letter-spacing: -0.28px;
	text-transform: uppercase;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
	color: #ec7301;
}

.breadcrumbs {
	color: #9B9B9B;
}

.breadcrumbs .current {
	color: #9B9B9B;
}

a {
	cursor: pointer;
}


/************************ HEADER ************************/
.header {
	background-color: white;
	padding: 0;
	position: relative;
	transition: .6s all;
	transition-timing-function: cubic-bezier( 0, 1, 0, 1 );
}

.navbar-collapse-shown .header {
	background-color: transparent;
}

.header:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: #F2F2F2;
	z-index: -1;
}

.header.slide-in-top {
	position: fixed;
	top: 0;
	opacity: 1;
	transition: all .6s;
}

body.admin-bar .header.slide-in-top {
	top: 32px;
}

.header.home-header {
	background-color: transparent;
	transition: all .6s;
}
.header.home-header.slide-in-top {
	background-color: white;
}
.header.home-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
    bottom: 0;
    width: 100%;
    background: white;
    opacity: .4;
    z-index: -1;
}

/* I don't know why we need both of these rules, but without them, the fucking carousel won't go under the header and the semitransparent bg can't be achieved. */
.header-logo-and-menu {
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;
}

.header-menu-desktop {
	font-size: 0; /* This prevents display: inline-block spacing from ocurring */
}

.header-logo-col {
	width: 135px;
	float: left;
	position: relative;
    z-index: 101;
}

.header-menu-col {
	float: left;
	width: calc( 100% - 135px );
	text-align: right;
}

.header .logo {
	background: white;
}

/* TODO: Do this with flex so we can add/delete fucking header items. */
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    font-size: 13px;
    font-weight: 500;
    color: black;
    letter-spacing: normal;
    padding: 30px 8.5px;
    padding-top: 32px;
    line-height: normal;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:active {
	color: #ec7301;
}
.navbar-default .navbar-nav>li.dropdown.language>a:hover,
.navbar-default .navbar-nav>li.dropdown.language>a:focus,
.navbar-default .navbar-nav>li.dropdown.language>a:active {
	color: black;
}

.navbar-default.upper-header-menu .navbar-nav>li>a,
.navbar-default.upper-header-menu .navbar-nav>li>a:hover,
.navbar-default.upper-header-menu .navbar-nav>li>a:focus {
	letter-spacing: normal;
}

.navbar ul li::after {
	display: none;
}

.navbar ul li {
	padding-left: 0;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    padding: 0;
    left: 0;
    right: auto;
	border: none;
	transition: all .6s;
}

.home-header .navbar-nav>li>.dropdown-menu {
	background: transparent;
}
.home-header.slide-in-top .navbar-nav>li>.dropdown-menu {
	background: white;
}

.dropdown-menu {
	min-width: 100%;
}

.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:active,
.navbar .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background: #ec7301;
	color: white;
}	

.dropdown-menu>li>a {
	padding: 15px;
	text-align: center;
	font-weight: 300;
}

.navbar .dropdown-menu>li>a {
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	color: black;
	text-align: left;
	background: rgba( 255, 255, 255, .4);
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:active,
.navbar .dropdown-menu>li>a:focus {
	border-bottom: 0;
	margin-bottom: 0;
}

.dropdown.language img.language-dropdown-arrow-image {
	max-width: 10px;
	margin-right: 0;
	margin-left: 5px;
}

.searchform {
	display: inline-block;
	margin: 21.5px 0;
	margin-left: 50px;
}

.searchform .form-control {
	width: 0;
	padding: 0;
	border: 0;
	margin-top: 0;
	border-bottom: 1px solid #ec7301;
	height: 32px;
	background: transparent;
}

.searchform .form-control:focus {
	margin-top: 0;
	border-right: 0;
	border: 0;
}

.search-form-open .searchform .form-control,
.search-form-open .searchform input.form-control[type="text"] {
    width: 100%;
    color: black;
    font-weight: 300;
    padding: 0 7.5px;
    margin-top: 0;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #ec7301;
}

.navbar.search-form-open .menu-item {
	display: none;
}

.navbar.search-form-open,
.navbar.search-form-open .searchform,
.navbar.search-form-open .navbar-nav,
.navbar.search-form-open .search-form-item {
	width: 100%;
}

.navbar.search-form-open .search-form-item {
    padding-left: 15px;
}

.navbar.search-form-open .searchform {
	margin-left: 0;
}

.searchform button.search-submit-btn {
    background: transparent;
    color: black;
    line-height: 18px;
    top: 50%;
    transform: translateY( -50% );
}

/************************ MENU ************************/
.menu-toggle span {
	background: #000;
}

/************************ CONTENT ************************/
.banner-title-and-description-content,
.banner-title-and-description-content p {
	color: white;
}

.title-and-description .title,
.title-and-description .title p {
	color: #4E5054;
}

.title-and-description .description,
.title-and-description .description p {
	font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #9B9B9B;
    font-weight: 300;
}

.title-and-description .description:last-child,
.title-and-description .description *:last-child {
	margin-bottom: 0;
}

.cover-image-link:hover .box-image {
	transform: scale( 1.2 );
}

.banner-with-full-link-cover .box-image {
	position: relative;
	transition: .4s ease all;
}

.banner-with-full-link-cover .wrap-image {
	overflow: hidden;
	position: relative;
}

.big-carousel-youtube-responsive-image {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner-with-full-link-cover .info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX( -50% ) translateY( -50% );
	transition: .6s ease-in-out all;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba( 0, 0, 0, .3 );
}

.banner-full-width-full-height .pretitle {
	font-weight: 500;
    font-size: 18px;
    color: #ec7301;
	letter-spacing: -0.36px;
	margin-bottom: 15px;
}

.banner-full-width-full-height .info {
	flex-flow: column wrap;
}

.banner-full-width-full-height .scroll-down-chavron {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	transform: translatex( -50% );
	text-align: center;
    padding: 60px 0;
}

.banner-with-full-link-cover .title {
	color: white;
	font-size: 2.4em;
	margin-bottom: 0;
}

.banner-full-width-full-height .title {
	font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: -1.2px;
	line-height: 60px;
	text-align: left;
}

.banner-full-width-full-height .wysiwyg-editor-content,
.banner-full-width-full-height .wysiwyg-editor-content p {
	color: white;
	font-size: 18px;
	letter-spacing: -0.42px;
	line-height: 20px;
	width: 100%;
}

.big-carousel .item {
	height: 650px;
}

.big-carousel-youtube-video-wrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
	height: 0;
	top: 50%;
	transform: translateY( -50% ) scale( 1.5 );
	z-index: -1;
}

.big-carousel-youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.big-carousel .item-video .container {
	pointer-events: none;
}
.big-carousel .item-video .container .carousel-content * {
	pointer-events: all;
}

.big-carousel .item .type {
	font-weight: 500;
	font-size: 18px;
	color: #ec7301;
	letter-spacing: -0.36px;
}

.big-carousel .item .title {
	font-weight: 500;
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -1.2px;
	line-height: 60px;
}

.big-carousel .item .desc {
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: -0.42px;
	line-height: 20px;
	margin-bottom: 30px;
}

.big-carousel .prev-arrow.orange,
.big-carousel .next-arrow.orange {
	opacity: 0;
}

.big-carousel .prev-arrow,
.big-carousel .next-arrow {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 60%;
	transform: translateX(-60%);
	cursor: pointer;
	transition: .6s all;
}

.big-carousel .prev-arrow:hover,
.big-carousel .next-arrow:hover {
	opacity: 1;
}

.big-carousel .next-arrow {
	left: calc(60% + 60px);
}

.color-box {
	min-height: 320px;
	position: relative;
}

.color-box .content {
	padding: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 75%;
}

.color-box .title {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 24px;
	margin-bottom: 0;
}

.color-box.has-description .title {
	margin-bottom: 10px;
}

.color-box .desc {
	font-weight: 300;
	font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
	margin-bottom: 0;
}

.info-background {
	padding: 130px 0;
}

.info-background h4 {
	margin-bottom: 0;
}

.info-background .info {
	background-color: rgba(255, 255, 255, .9);
	padding: 55px;
}

.arrow-box .content {
    position: absolute;
    padding: 15px;
    padding-right: 68.75px;
    bottom: 0;
    right: 0;
}

.arrow-box .arrow {
	position: absolute;
	right: 0px;
	height: 100%;
	display: flex;
	background-color: black;
	padding: 0 18.75px;
	bottom: 0;
}

.arrow-box {
	padding-top: 290px;
	padding-left: 40px;
	position: relative;
}

.arrow-box .title {
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	letter-spacing: -1.1px;
	margin-bottom: 0;
	font-weight: normal;
}

.internacional {
	padding: 160px 0;
	position: relative;
}

.internacional::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .3;
}

.internacional .title,
.internacional .title p {
	color: white;
}

.internacional .subtitle,
.internacional .subtitle p {
	color: #FFFFFF;
	margin-bottom: 60px;
}

.row-noticias {
	margin-top: 30px;
}

.row-noticias .content p {
	font-weight: 400;
	font-size: 16px;
	color: #636569;
	letter-spacing: 0;
}

.row-noticias>div:first-child .content {
	padding: 30px 0;
}

.row-noticias>div:nth-child(2) .content {
	padding: 15px 0px;
	padding-bottom: 15px;
}

.actualidad p.date {
	font-weight: 500;
	font-size: 14px;
	color: #ec7301;
	letter-spacing: -0.36px;
	margin-bottom: 3.75px;
}

.actualidad a.noticias {
	font-weight: 500;
	font-size: 18px;
	color: #ec7301;
	letter-spacing: -0.36px;
}

.actualidad .noticias {
	margin-bottom: 0;
}

.actualidad .noticias img {
	margin-left: 10px;
}

.actualidad .date {
	text-transform: uppercase;
	margin-bottom: 0;
}



.row-noticias>div:first-child .content .title {
	font-weight: 700;
	font-size: 28px;
	color: #000000;
	letter-spacing: 0;
	line-height: 28px;
}

.row-noticias>div:nth-child(2) .content .title {
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 22px;
}

.row-noticias>div:first-child .box-image {
	min-height: 270px;
}

.row-noticias>div:nth-child(2) .box-image {
	min-height: 150px;
}

.row-agenda-header,
.row-agenda-body {
	padding-left: 60px;
}

.agenda-items {
	margin-bottom: 60px;
}

.agenda .date-box {
    background-color: #E4E7E7;
    padding: 10px;
    border-radius: 3.75px;
    position: relative;
    padding-bottom: 3.75px;
    padding-top: 18.75px;
}

.agenda .agenda-item {
	margin-bottom: 30px;
}

.agenda .date-box:after {
    content: '';
    position: absolute;
    top: 6.5px;
    left: 50%;
    transform: translateX( -50% ) translateY( -50% );
    width: 3px;
    height: 3px;
    background: white;
    border-radius: 50%;
}

.agenda .date-box:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: '';
	background: #4E5054;
	width: 100%;
	height: 13px;
	border-bottom: 3.50px solid #4E5054;
	border-top-left-radius: 3.75px;
	border-top-right-radius: 3.75px;
}

.agenda .date-box .day,
.agenda .date-box .month {
	font-weight: 500;
	font-size: 24px;
	color: #4E5054;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 0;
}

.agenda .date-box .month {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

a:hover .agenda-item .title,
a:focus .agenda-item .title,
a:active .agenda-item .title {
	color: #ec7301;
}

.agenda .desc-evento {
	padding-left: 15px;
}

.agenda .desc-evento .title {
	font-weight: 500;
	font-size: 15px;
	color: #4E5054;
	letter-spacing: 0;
	line-height: 18px;
	transition: all .6s;
}

.agenda .desc-evento .location {
	font-weight: 500;
	font-size: 12px;
	color: #9B9B9B;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

.single-event .content.single h2 {
	margin-bottom: 30px;
}

.single-event .the-content {
    margin: 30px 0;
}

.single-event .box-side {
	background-color: #F9F9F9;
	padding: 10px 25px;
	margin-bottom: 30px;
}

.single-event .btn-calendar a {
	width: 100%;
}

.btn-add-to-my-calendar {
	margin-bottom: 30px;
}

.single-event .box-side .item {
	margin: 25px 0;
}

.single-event .box-side p {
	position: relative;
	padding-left: 50px;
}

.single-event .box-side p {
	font-weight: 300;
	font-size: 16px;
	color: #323232;
	letter-spacing: 0;
	margin-bottom: 0;
}

.single-event .box-side p.title {
	font-weight: 500;
}

.single-event .box-side p.title {
	opacity: 1;
	margin-bottom: 0;
}

.single-event .box-side img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 30px;
	max-height: 30px;
}

/* NOTE: cheapo ´disable interaction'. */
.event-calendar {
	pointer-events: none;
}

.event-calendar.clickable {
	pointer-events: all;
}

.event-calendar table tr td,
.event-calendar table tr th {
	border-radius: 0;
}

.event-calendar table tr td.active.active,
.event-calendar table tr td.active.highlighted.active,
.event-calendar table tr td.active.highlighted:active,
.event-calendar table tr td.active:active,
.event-calendar table tr td.active.active.focus,
.event-calendar table tr td.active.active:focus,
.event-calendar table tr td.active.active:hover,
.event-calendar table tr td.active.highlighted.active.focus,
.event-calendar table tr td.active.highlighted.active:focus,
.event-calendar table tr td.active.highlighted.active:hover,
.event-calendar table tr td.active.highlighted:active.focus,
.event-calendar table tr td.active.highlighted:active:focus,
.event-calendar table tr td.active.highlighted:active:hover,
.event-calendar table tr td.active:active.focus,
.event-calendar table tr td.active:active:focus,
.event-calendar table tr td.active:active:hover,
.event-calendar table tr td span.active.active,
.event-calendar table tr td span.active.disabled.active,
.event-calendar table tr td span.active.disabled:active,
.event-calendar table tr td span.active.disabled:hover.active,
.event-calendar table tr td span.active.disabled:hover:active,
.event-calendar table tr td span.active:active,
.event-calendar table tr td span.active:hover.active,
.event-calendar table tr td span.active:hover:active,
.event-calendar table tr td span.active.active.focus,
.event-calendar table tr td span.active.active:focus,
.event-calendar table tr td span.active.active:hover,
.event-calendar table tr td span.active.disabled.active.focus,
.event-calendar table tr td span.active.disabled.active:focus,
.event-calendar table tr td span.active.disabled.active:hover,
.event-calendar table tr td span.active.disabled:active.focus,
.event-calendar table tr td span.active.disabled:active:focus,
.event-calendar table tr td span.active.disabled:active:hover,
.event-calendar table tr td span.active.disabled:hover.active.focus,
.event-calendar table tr td span.active.disabled:hover.active:focus,
.event-calendar table tr td span.active.disabled:hover.active:hover,
.event-calendar table tr td span.active.disabled:hover:active.focus,
.event-calendar table tr td span.active.disabled:hover:active:focus,
.event-calendar table tr td span.active.disabled:hover:active:hover,
.event-calendar table tr td span.active:active.focus,
.event-calendar table tr td span.active:active:focus,
.event-calendar table tr td span.active:active:hover,
.event-calendar table tr td span.active:hover.active.focus,
.event-calendar table tr td span.active:hover.active:focus,
.event-calendar table tr td span.active:hover.active:hover,
.event-calendar table tr td span.active:hover:active.focus,
.event-calendar table tr td span.active:hover:active:focus,
.event-calendar table tr td span.active:hover:active:hover {
	background: #ec7301;
	color: white;
	border-color: white;
	border-radius: 0;
}

.event-calendar table tr td,
.event-calendar table tr th {
	font-size: 16px;
	font-weight: 300;
	color: #323232;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: normal;
}

.event-calendar table tr th.dow {
	padding-top: 15px;
	padding-bottom: 15px;
}

.event-calendar table tr td {
	font-size: 16px;
}

.event-calendar table tr td.day {
	height: 40px;
	width: 40px;
	background: #FBFBFB;
	border: 1px solid white;
	border-collapse: collapse
}

.event-calendar .datepicker-inline {
	width: auto;
}

.event-calendar .datepicker-left-button {
	content: url(./images/datepicker-left-button.svg);
}

.event-calendar .datepicker-right-button {
	content: url(./images/datepicker-right-button.svg);
}

/************ ARCHIVE EVENTO **************/

.archive-event-box .box-image{
	min-height: 270px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.archive-event-box{
	margin-bottom: 30px;
}

.archive-event-box .box-image::before{
	display: block;
    content: '\f083';
    font-family: 'fontAwesome';
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    background-color: #afafaf;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.archive-event-box .cat{
    font-weight: 400;
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
    line-height: 16px;
}

.btn-cunef.btn-historial{
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.next-events-archive-title {
	margin-top: 25px;
}

.next-events .btn-cunef.btn-historial{
	margin-top: 70px;
	margin-bottom: 100px;
}

.archive-event-box .title{
	font-weight: 700;
	font-size: 21px;
	color: rgba(0,0,0,0.80);
	letter-spacing: 0;
	line-height: 25px;
	margin-top: 20px;
}

.archive-event-box .info-box{
	border:1px solid #e6e6e6;
	padding: 15px;
	display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
}

.archive-event-box .info-box .container-fluid {
	margin-left: 0;
	margin-right: 0;
}

.archive-event-box .info-box .btn-cunef{
	margin-top: 15px;
}

.archive-event-box p {
	margin: 0 0 10px;
}

.archive-event-box .donde,
.archive-event-box .hora{
	opacity: 0.8;
	font-weight: 500;
	font-size: 16px;
	color: black;
	letter-spacing: 0;
	line-height: 25px;
}

.archive-event-box .date{
	font-weight: 700;
    font-size: 16px;
    color: #ec7301;
    letter-spacing: 0;
    line-height: 16px;
}

.event-categories-filter-list {
	padding-left: 0;
	margin-bottom: 0;
}

.event-categories-filter-list .event-category-filter-item {
    display: inline-flex;
    width: 16.6666666667%;
    align-items: center;
    padding: 0;
    margin-right: 15px;
    border-right: 1px solid #E6E6E6;
}

.event-filter-category-table .event-category-filter-item {
	padding: 15px;
}

.event-category-filter-item .event-category-filter-item-title {
	float: left;
	width: 74%;
}

.event-category-filter-item .event-category-filter-item-title label {
	display: inline-block;
	cursor: pointer;
}

.event-category-filter-item .event-category-filter-item-title,
.event-category-filter-item .event-category-filter-item-title label {
	font-size: 12px;
	color: #323232;
	font-weight: 300;
	line-height: 12px;
	letter-spacing: normal;
	margin-bottom: 0;
}

.event-category-filter-item .event-category-filter-item-input {
	width: 24%;
	float: right;
	text-align: center;
}

.event-category-filter-item .event-category-filter-item-input input {
	margin-top: 0;
}

.event-category-filter-item .event-category-filter-item-input.checkbox {
    margin-bottom: 0;
    margin-top: 0;
}

.event-category-filter-item .event-category-filter-item-input.checkbox input[type="checkbox"] {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	height: 18px;
	width: 18px;
	position: relative;
}

.btn-cunef.btn-submit-event-filter {
	padding: 5px 55px;
	border-radius: 0;
	margin-top: 0;
}

.archive-event .filter-box .nav-tabs{
	display: inline-block;
	position: relative;
    top: 7px;
}

.archive-event .nav-tabs, 
.archive-event .nav-tabs>li.active>a, 
.archive-event .lateral-accordion .nav-tabs>li.active>a:focus, 
.archive-event .lateral-accordion .nav-tabs>li.active>a:hover, 
.archive-event .nav-tabs>li>a{
	padding: 0;
	font-weight: 300;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
	margin-bottom: 0;
	border: 0;
}

.event-filter .filter-box {
	margin-top: 0;
}

.event-filter ul li::after {
	content: none;
}

.event-filter-tabs-title {
	display: inline-block;
}

.event-filter .nav-tabs>li.active>a,
.event-filter .nav-tabs>li.active>a:focus,
.event-filter .nav-tabs>li.active>a:hover {
	border: 0;
}

.event-filter .nav-tabs>li>a:hover,
.event-filter .nav>li>a:focus,
.event-filter .nav>li>a:hover {
	border: 0;
	background-color: white;
}

.event-filter .nav-tabs li img {
	position: relative;
	left: 5px;
	transform: rotate(0);
	transition: .6s all;
}

.event-filter .nav-tabs li.active img {
	position: relative;
	transform: rotate(90deg);
}

.event-filter .event-filter-tabs-title p {
	padding: 15px;
	padding-left: 0;
	font-weight: 400;
}

.event-filter-box .nav-tabs li {
	border-right: 1px solid #E6E6E6;
}

.event-filter-box .nav-tabs li:last-child {
	border-right: none;
}

.event-filter-box li {
	padding: 0 30px;
}

.event-filter .tab-content .tab-pane {
	padding: 15px;
}

.event-filter-box.filter-box .filters.event-filter {
	border-bottom: 0;
}

.event-filter-box .filters .event-filter-tabs {
	border-bottom: 1px solid #DFDFDF;
	padding: 7.5px 0;
}

.btn-cunef.btn-historial:hover,
.btn-cunef.btn-historial:active,
.btn-cunef.btn-historial:focus{
	color: black;
	background-color: rgba( 255, 255, 255, .4 );
}

.agenda h3,
.actualidad h3 {
	margin-bottom: 0;
}

.quotes-carousel .item,
.quotes-carousel .carousel-inner,
.quotes-carousel {
	min-height: 560px;
}

.quotes-carousel .item .content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
	z-index: 2;
}

.quotes-carousel .item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .3;
}

.quotes-carousel .title {
	font-weight: 500;
	font-size: 23px;
	color: #FFFFFF;
	letter-spacing: 4.18px;
	text-align: center;
	position: relative;
	margin-bottom: 90px;
	text-transform: uppercase;
}

.quotes-carousel .carousel-control.left img,
.quotes-carousel .carousel-control.right img {
	position: absolute;
	top: 50%;
	transform: translateX( -50% ) translateY( -50% );
	right: inherit;
	cursor: pointer;
	left: 50%;
}

.quotes-carousel .title::before {
	content: "";
	position: absolute;
	bottom: -45px;
	height: 1px;
	background-color: #ec7301;
	width: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.quotes-carousel .quote {
	font-weight: 400;
	font-size: 35px;
	color: #FFFFFF;
	letter-spacing: -0.35px;
	text-align: center;
	line-height: 45px;
	margin-bottom: 45px;
}

.quotes-carousel .name {
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 2.55px;
	text-align: center;
}





.around-world img {
	width: 100%;
}

.claustro .box-image {
	padding: 180px 0;
}

.banner-full-width-full-height .box-image {
	height: 100vh;
	padding: 0;
}

.claustro .box-noticias .box-image {
	padding: 0;
}

.cunef-location {
	padding: 125px 0;
}

.cunef-location .title,
.cunef-location .title p {
	color: white;
}

.cunef-location .city,
.cunef-location .email {
	font-weight: 700;
	font-size: 21px;
	color: #FFFFFF;
	letter-spacing: -0.42px;
	text-align: center;
	line-height: 23px;
}

.cunef-location .info,
.cunef-location .tel {
	font-weight: 300;
	font-size: 21px;
	color: #FFFFFF;
	letter-spacing: -0.42px;
	text-align: center;
	line-height: 23px;
}

.cunef-location .info {
	margin-bottom: 0;
}

.cunef-location .tel,
.cunef-location .email {
	display: block;
}

.cunef-location .city {
	margin-bottom: 20px;
}

.cunef-location .tel {
	margin: 20px 0;
}


/************************ CONOCE CUNEF ************************/
.mini-header {
	padding: 30px 0;
}

.mini-header p {
	font-weight: 500;
	font-size: 18px;
	color: #ec7301;
	letter-spacing: -0.36px;
	margin-bottom: 0;
	text-align: left;
	text-transform: uppercase;
}

.mini-header .title {
	color: white;
	margin-bottom: 0;
	text-align: left;
	line-height: 42px;
}

.mini-header h2:after {
	display: none;
}

.mini-header-btn-col {
	text-align: right;
}

.conoce-cunef .box-items img {
	margin-bottom: 15px;
	max-width: 100%;
}

.conoce-cunef .box-items p {
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	line-height: 23px;
	text-transform: uppercase;
}

.conoce-cunef h4 {
	margin-bottom: 0;
}

.conoce-content .arrow-box {
	padding-top: 200px;
	position: relative;
}

.conoce-content .arrow-boxes,
.conoce-content .study {
	background-color: #F0F0F0;
}

.conoce-content .study {
	padding: 0;
	padding-bottom: 100px;
}

.conoce-content.study .color-box .title,
.conoce-content.study .color-box .desc {
	color: white;
}

.conoce-content .study .row-boxes {
	margin-top: 30px;
	margin-bottom: 80px;
}

/************************ SINGLE STUDY ************************/
.tab-pane-controls {
	text-align: center;
}

.tab-pane-controls .close-tab {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -.24px;
	font-weight: 300;
	color: #ec7301;
	margin-bottom: 7.5px;
}

.study-single-header {
	padding: 130px 0;
}

.study-single-title {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	color: white;
}

.conoce-content .color-box .content {
	padding: 15px;
}

.arrow-boxes .desc-box {
	padding-top: 30px;
	padding-right: 15px;
}

.arrow-boxes .desc-box p {
	font-weight: 300;
	font-size: 15px;
	color: #9B9B9B;
	letter-spacing: -0.15px;
	line-height: 20px;
	margin-bottom: 0;
}

.arrow-boxes .desc-box p.title,
.arrow-boxes .desc-box div.title p,
.arrow-boxes .desc-box div.title {
	font-weight: 700;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: -0.86px;
    line-height: 20px;
    margin-bottom: 15px;
}

.arrow-boxes.images-with-title-and-descriptions .desc-box {
	margin-bottom: 80px;
}

.arrow-boxes .desc-box a {
	font-weight: 700;
	text-decoration: underline;
	font-size: 16px;
	color: #ec7301;
	letter-spacing: -0.16px;
	line-height: 22px;
}

.emprende-content .row-boxes {
	margin-bottom: 0;
}

.lateral-accordion .nav-tabs>li {
	float: none;
}

.lateral-accordion .nav-tabs {
	padding: 15px;
}

.nav-tabs,
.nav-tabs>li.active>a,
.lateral-accordion .nav-tabs>li.active>a:focus,
.lateral-accordion .nav-tabs>li.active>a:hover,
.nav-tabs>li>a {
	border: 0;
	transition: .6s all;
	position: relative;
}

.lateral-accordion .nav-tabs>li.active>a,
.lateral-accordion .nav-tabs>li.active>a:focus,
.lateral-accordion .nav-tabs>li.active>a:hover,
.lateral-accordion .nav-tabs>li>a,
.lateral-accordion .nav-tabs>li>a:focus,
.lateral-accordion .nav-tabs>li>a:hover {
	background-color: transparent;
	border: 0;
	padding: 0;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid white;
	padding-right: 15px;
	padding-left: 5px;
	text-transform: uppercase;
}

.lateral-accordion .nav-tabs>li.active>a,
.lateral-accordion .nav-tabs>li.active>a:focus,
.lateral-accordion .nav-tabs>li.active>a:hover,
.lateral-accordion .nav-tabs>li>a:hover {
	font-weight: 500;
}


.lateral-accordion .nav-tabs>li:first-child.active>a,
.lateral-accordion .nav-tabs>li:first-child.active>a:focus,
.lateral-accordion .nav-tabs>li:first-child.active>a:hover,
.lateral-accordion .nav-tabs>li:first-child>a,
.lateral-accordion .nav-tabs>li:first-child>a:focus,
.lateral-accordion .nav-tabs>li:first-child>a:hover {
	margin-top: 0;
}

.lateral-accordion .nav-tabs>li:last-child.active>a,
.lateral-accordion .nav-tabs>li:last-child.active>a:focus,
.lateral-accordion .nav-tabs>li:last-child.active>a:hover,
.lateral-accordion .nav-tabs>li:last-child>a,
.lateral-accordion .nav-tabs>li:last-child>a:focus,
.lateral-accordion .nav-tabs>li:last-child>a:hover {
	padding-bottom: 0;
	border: 0;
}

.lateral-accordion .nav-tabs>li>a img {
	opacity: 0;
	transition: .6s all;
	position: absolute;
    top: 0;
    transform: translateY(50%);
    right: 0;
}

.lateral-accordion .nav-tabs>li.active>a img,
.lateral-accordion .nav-tabs>li:hover>a img,
.lateral-accordion .nav-tabs>li:active>a img {
	opacity: 1;
}

.lateral-accordion .tab-pane,
.lateral-accordion .tab-pane p,
.lateral-accordion .tab-pane li {
	font-weight: 300;
	font-size: 16px;
	color: #4A4A4A;
	letter-spacing: 0;
}

.studies-info-gathering-message {
	padding: 15px 0;
	margin-bottom: 0;
}

.accordion-content {
	margin-bottom: 30px;
}
.accordion-content.single-study-wysiwyg {
	margin-bottom: 15px;
}

.panel-body .accordion-content {
	margin-bottom: 15px;
}

.panel-body .accordion-content:last-child {
	margin-bottom: 0;
}

.accordion-columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 -1.3%;
}

.accordion-column {
	padding: 0 1.3%;
	margin-bottom: 30px;
}

ul {
	list-style: none;
	padding-left: 15px;
}

table ul {
	margin-bottom: 7.5px;
	margin-top: 7.5px;
}

ul li {
	position: relative;
	padding-left: 20px;
	font-weight: 300;
}

ul li::after {
	content: url('images/orange-arrow.svg' );
	position: absolute;
	top: -1px;
	left: 0;
}

.header-menu ul {
	padding-left: 0;
}

.header-menu ul li {
	position: static;
}

.header-menu ul.normal-sub li {
    padding-left: 0;
}

.header-menu ul li::after {
	content: none;
}

.accordion ul.nav-tabs li::after {
	display: none;
}

.accordion ul.nav-tabs li {
	padding-left: 0;
}

.content-relations .box-image {
	min-height: 400px;
}

.relations-content .arrow-boxes {
	background-color: rgba(240, 240, 240, .5);
}

.relations-content .arrow-boxes .arrow-box,
.images-with-title-and-descriptions.arrow-boxes .arrow-box {
	padding-top: 130px;
}

.relations-content .arrow-boxes .arrow,
.images-with-title-and-descriptions.arrow-boxes .arrow {
	background-color: #ec7301;
}

.images-with-title-and-descriptions-row {
	display: flex;
	flex-flow: row wrap;
}

.relations-content .arrow-boxes .desc-box {
	padding-left: 15px;
}

.organizacion table {
	text-align: left;
}

.organizacion table td {
	vertical-align: top;
}

.table-body {
	overflow-x: auto;
}

.table-zone .nav-tabs li a,
.table-zone .nav-tabs li a:hover,
.table-zone .nav-tabs li a:active,
.table-zone .nav-tabs li a:focus {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    letter-spacing: -0.6px;
    border: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    line-height: 26px;
}

.table-zone .nav-tabs li {
	padding: 0 15px;
}

.table-zone .nav-tabs li::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background-color: #ec7301;
	left: 0;
	opacity: 0;
	transition: .6s all;
	top: auto;
}

.table-zone .nav-tabs li.active:after,
.table-zone .nav-tabs li:hover:after {
	opacity: 1;
}

.table-zone .nav-tabs {
	border-bottom: 1px solid #ec7301;
	display: flex;
	flex-flow: row nowrap;
}

.table-zone .tab-content {
	padding-top: 60px;
}

.table-zone thead,
.table-zone .tabla_titulos { /* The '.tabla_titulos' is for compatibility reasons with old CUNEF website */
	background-color: #c3c3c3;
}

.table-zone .plain thead,
.table-zone .plain .tabla_titulos {
	background-color: transparent;
}

.table-zone th,
.table-zone th *,
.table-zone .tabla_titulos td,
.table-zone .tabla_titulos td * {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding: 7.5px;
}

.table-zone tr:nth-child(even) {
	background: #eee;
}
.table-zone .plain tr:nth-child(even) {
	background: transparent;
}

.table-zone td {
	padding: 7.5px;
	vertical-align: top;
	font-weight: 300;
}

.tabs-with-content .tab-content .table table {
	width: 100%;
}

.studies-tabs .title-box {
	margin-bottom: 30px;
}

.table-zone.studies-tabs .nav-tabs {
	border-bottom: 0;
}

.table-zone.studies-tabs .nav-tabs li {
	padding: 0;
	margin: 0;
}

.table-zone.studies-tabs .nav-tabs li::after {
	content: none;
}

.table-zone.studies-tabs .nav-tabs li a {
	font-weight: 700;
	color: white;
	font-size: 21px;
	letter-spacing: -.42px;
	line-height: 1;
	background-color: black;
	padding: 15px 30px;
	text-transform: uppercase;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.safari-flex-fix:before,
.safari-flex-fix:after {
   content: normal;
}

.flex-wysiwyg-editor {
	flex-flow: wrap row;
}

.wysiwyg-editor-content {
	overflow-x: auto;	
	font-weight: 300;
}

.wysiwyg-editor-content p:last-child {
	margin-bottom: 0;
}

.campus-content .arrow-box {
	padding-top: 140px;
}

.campus-content .arrow-box .arrow {
	background-color: #ec7301;
}

.campus-content.arrow-boxes .desc-box {
    margin-bottom: 50px;
    padding: 15px;
	padding-bottom: 0;
}

.campus-content .map-title h2 {
	margin-bottom: 110px;
	margin-top: 55px;
}

.multimedia-gallery-filter-title {
	display: inline-block;
}

.multimedia-gallery-filter-title,
.multimedia-gallery-filter-title p {
	font-weight: 400;
}

.gallery-modal-content {
	max-width: 100%;
}

.gallery-modal-content.gallery-modal-image {
    max-width: 100%;
    max-height: 80vh;
}

.gallery-modal-youtube-iframe {
	display: inherit;
	min-width: 1024px;
	min-height: 576px;
	max-width: 100%;
	max-height: 100%;
	transition: .6s all;
}

.gallery-content {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}

.featured-info {
	padding: 30px;
	position: relative;
	height: 100%;
}

.featured-info-wrapper {
	margin-bottom: 30px;
}

/* .featured-info:after {
    content: '';
    position: absolute;
    background-image: url(./images/featured-info-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
} */

.featured-info * {
	position: relative;
	z-index: 1;
}

.featured-info strong {
	font-weight: 900;
}

.featured-info *:last-child {
	margin-bottom: 0;
}

.box-content.has-google-map {
	padding-bottom: 0;
}

.google-maps {
	min-height: 100px;
	max-height: 1000px;
}

.google-maps .location-title {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.27px;
    line-height: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
	text-transform: uppercase;
}

.google-maps .infowindow-content {
	overflow: hidden;
}

.map-zone {
	position: relative;
}

.map-zone .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 200px;
}

.map-zone p,
.map-zone a {
	font-size: 18px;
	color: #000000;
	letter-spacing: -0.36px;
	line-height: 21px;
}

.map-zone p {
	margin-bottom: 25px;
}

.map-zone .info p.title,
.map-zone .info .title {
	font-weight: 700;
	font-size: 38px;
	line-height: 38px;
	color: #ec7301;
	letter-spacing: -0.76px;
	margin-bottom: 30px;
}

.contact-map .the-map,
.contact-map .the-map-title {
	position: relative;
}

.map-zone .info {
	padding: 60px;
	background-color: white;
	margin: 80px 0;
}

.box-content.contact-map {
	padding-bottom: 0;
}

.filter-box .filters {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 15px;
}

.filter-box .filters.multimedia-gallery-filter {
	padding: 15px 0;
}

.multimedia-gallery-nothing-found {
	font-size: 16px;
	letter-spacing: normal;
}

.filter-box .filters>div.dropdown {
	margin-left: 15px;
	padding-right: 15px;
	display: inline-block;
	border-right: 1px solid #e6e6e6;
}

.filter-box .filters>div.dropdown:last-of-type {
	border-right: 0;
}

.filters .dropdown-toggle {
	cursor: pointer;
}

.filters .dropdown-menu {
	padding: 10px 0;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
	border-radius: 3px;
}

.filters .dropdown-menu li:after {
	display: none;
}

.filters .dropdown-menu a {
	padding: 5px 0;
	display: inline-block;
}

.filter-box li {
	padding: 0 15px;
}

.filter-box li a {
	border-bottom: 2px solid transparent;
}

.filter-box p,
.filter-box a,
.filter-box li,
.filter-box .dropdown-toggle:hover,
.filter-box .dropdown.open .dropdown-toggle {
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0;
	margin-bottom: 0;
}

.filter-box .dropdown.open .dropdown-toggle img {
	filter: grayscale(0);
	transform: rotate(90deg);
}

.filter-box .dropdown-toggle img {
	width: 8px;
	margin-left: 10px;
	filter: grayscale(100%);
	transition: .6s all;
}

.filter-box a,
.filter-box li {
	color: #9B9B9B;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	background-color: white;
	border-bottom: 2px solid #ec7301;
	display: inline-block;
}

/************ STUDIES ***********/
.studies-archive-related-pages {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -7.5px;
}

.studies-archive-related-pages .color-boxes-col {
    flex: 1 1 30%;
    margin: 0 7.5px;
}

.single-study-banner {
	position: relative;
	overflow: hidden;
}

.single-study-banner-link .single-study-banner-image {
	transition: all .6s;
}

.single-study-banner-link:hover .single-study-banner-image,
.single-study-banner-link:active .single-study-banner-image,
.single-study-banner-link:focus .single-study-banner-image {
	transform: scale( 1.2 );
}

.single-study-banner .single-study-banner-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.single-study-banner .single-study-banner-title-wrapper {
    min-height: 400px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.single-study-banner .title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    color: white;
}

.studies-single-tabs {
	background: #F9F9F9;
}

.nav-tabs-studies-single {
	display: flex;
    flex-flow: row wrap;
	margin: 30px -7.5px;
}

.studies-single-tab,
.nav-tabs-studies-single .studies-single-tab {
    margin: 7.5px;
    padding: 0;
    text-align: center;
	flex: 1 1 20%;  /* This last 20% is just approx. because margin is in px */
}

.studies-single-tab a,
.nav-tabs-studies-single .studies-single-tab a {
    padding: 22.5px 11.25px;
	height: 100%;
	width: 100%;
	
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
	justify-content: center;
	background: white;
}

.nav-tabs-studies-single .studies-single-tab a:hover,
.nav-tabs-studies-single .studies-single-tab a:active,
.nav-tabs-studies-single .studies-single-tab a:focus {
	background: #e7e7e7;
}

.studies-single-tab:after,
.nav-tabs-studies-single .studies-single-tab:after {
	content: none;
}

.nav-tabs-studies-single .studies-single-tab.active a,
.nav-tabs-studies-single .studies-single-tab.active a:hover,
.nav-tabs-studies-single .studies-single-tab.active a:active,
.nav-tabs-studies-single .studies-single-tab.active a:focus {
    line-height: normal;
    background: #dcdcdc;
    margin-right: 0;
	border-radius: 0;
	border: 0;
}

.studies-single-tab .title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	color: #4E5054;
	margin-bottom: 0;
}

.studies-tabs .title-box p {
	font-weight: 500;
	font-size: 30px;
	color: #000000;
	letter-spacing: -0.6px;
	margin-bottom: 15px;
}

.studies-tabs .nav-tabs.hidden+.tab-content {
	padding-top: 0;
}

.studies-tabs .tab-content {
	padding-top: 30px;
}

.studies-tabs .desc {
	margin-bottom: 15px;
}

.studies-tabs .desc,
.studies-tabs .desc p {
    font-size: 14px;
    color: #9B9B9B;
    letter-spacing: -0.16px;
    line-height: 18px;
}

.studies-tabs .study-title .title {
	color: #4E5054;
}

.studies-archive-download {
	margin-bottom: 30px;
}

.other-studies .other-studies-title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
	color: #4E5054;
	text-align: left;
}
.other-studies .other-studies-title:after {
	content: none;
}

.formative-offer-items {
	display: flex;
    flex-flow: row wrap;
	margin: 30px -7.5px;
}

.formative-offer-related .formative-offer-items {
	margin: 0 -7.5px;
}

.formative-offer-item {
    display: inline-block;
    background: #F9F9F9;
    margin: 7.5px;
    padding: 30px 15px;
    text-align: center;
	flex: 1 1 30%; /* This last 30% is just approx. because margin is in px */
	
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.formative-offer-item .title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	color: #4E5054;
	margin-bottom: 0;
}

.formative-offer-item:hover,
.formative-offer-item:focus,
.formative-offer-item:active{
	background: #e7e7e7;
}

/************************ SINGLE STUDIOS ************************/
.box-link {
    width: 150px;
    min-height: 150px;
    text-align: center;
    display: inline-block;
    padding: 15px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .6s all;
    overflow-y: auto;
    overflow-x: hidden;
    border: 2px solid #ec7301;
}

.box-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 400;
    font-size: 15px;
    color: black;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 100%;
    padding: 5px;
    transition: .6s all;
    word-break: break-word;
    hyphens: auto;
}

.box-link:hover,
.box-link:active,
.box-link:focus {
	background-color: #ec7301;
	border-color: #ec7301;
}

.box-link:hover span,
.box-link:active span,
.box-link:focus span {
	color: white;
}

.studios-links li {
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: -5px;
}

.studios-links ul {
	padding-left: 0;
	margin-bottom: 0;
}

.studios-links li:after {
	display: none;

}

.studios-links li a {
	font-weight: 700;
	color: white;
	font-size: 21px;
	letter-spacing: -.42px;
	line-height: 1;
	background-color: black;
	padding: 15px 30px;
	text-transform: uppercase;
	margin: 0;
	border: 0;
	border-radius: 0;
	display: block;
}

.study-description .box-img {
	min-height: 440px;
	position: relative;
	margin-bottom: 15px;
}

.study-description .info {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	background-color: white;
	padding: 20px;
}

.study-description .info p {
	margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 20px;
}

.study-description h3 {
	padding-bottom: 15px;
	margin-bottom: 40px;
}

ul.studies-list {
	display: flex;
	flex-flow: row nowrap;
}

ul.studies-list li {
	flex: 1;
	text-align: center;
}

.table-zone.studies-tabs .nav-tabs li a,
ul.studies-list li a {
	background-color: #FAFAFA;
    color: #4E5054;
    border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4E5054;
    position: relative;
    min-height: 60px;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

ul.studies-list li.no-related-page a {
	pointer-events: none;
	cursor: not-allowed;
	border-bottom-color: #b8b9bb;
}

ul.studies-list li.no-related-page a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: white;
	opacity: .6;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.table-zone.studies-tabs .nav-tabs li a:hover,
.table-zone.studies-tabs .nav-tabs li a:active,
.table-zone.studies-tabs .nav-tabs li a:focus,
.table-zone.studies-tabs .nav-tabs li.active a,
ul.studies-list li a:hover,
ul.studies-list li a:active,
ul.studies-list li a:focus,
ul.studies-list li.active,
ul.studies-list li.active a {
	border-bottom-color: #ec7301;
}

ul.studies-list li a span {
    position: absolute;
	transition: all .6s;
}

ul.studies-list li a span.active {
	opacity: 0;
}
ul.studies-list li a span.inactive {
	opacity: 1;
}

ul.studies-list li a:hover span.active,
ul.studies-list li a:active span.active,
ul.studies-list li a:focus span.active,
ul.studies-list li.active a span.active {
	opacity: 1;
}
ul.studies-list li a:hover span.inactive,
ul.studies-list li a:active span.inactive,
ul.studies-list li a:focus span.inactive,
ul.studies-list li.active a span.inactive {
	opacity: 0;
}

.study-description .info span {
	color: black;
}

.study-description .study-description,
.study-description .study-description p {
	font-weight: 300;
    font-size: 15px;
    color: #4E5054;
    letter-spacing: 0;
    line-height: 20px;
}

.study-description .study-description *:last-child {
	margin-bottom: 30px;
}

.study-description .study-bullet-points {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.study-description .study-bullet-point {
	position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}

.study-description .study-bullet-point.study-bullet-point-with-image {
	padding-left: 22.5px;
}

.study-description .study-bullet-point img {
    max-width: 13px;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY( -50% );
}

.study-description .study-bullet-point .bullet-point-title,
.study-description .study-bullet-point .bullet-point-subtitle {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	color: #4E5054;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
}

.study-description .study-bullet-point .bullet-point-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.study-description .study-bullet-point .bullet-point-subtitle {
	margin: 0;
	font-weight: 300;
}

.study-description .title-program {
	font-weight: 400;
	font-size: 32px;
	color: #000000;
	letter-spacing: -1.28px;
	line-height: 38px;
	margin-bottom: 30px;
}

.buttons-box .button {
	display: inline-block;
	margin: 15px;
}

.buttons-box p {
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 28px;
}

.banner-content {
	margin-bottom: 30px;
	padding: 25px 50px;
	background: #F7F7F7;
}

.banner-content h4 {
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	letter-spacing: 0;
	line-height: 34px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	margin: 0 15px;
	position: relative;
	top: 2.5px;
}

.banner-content .btn-cunef {
	margin: 0 15px;
}

.banners-box .row:last-of-type .banner-content {
	margin-bottom: 0;
}

.single-study-big-accordion .panel-body {
	padding: 15px 0;
}

.single-study-big-accordion .accordion-content-spacing {
	padding: 0 15px;
}

.tabs-single-studio {
	padding-top: 70px;
}

.tabs-single-studio {
	overflow: hidden;
	background-color: #F7F7F7;
}

.tabs-single-studio .tab-content>div,
.tabs-single-studio .nav-tabs {
	position: relative;
	z-index: 2;
}

.panel-group:last-child {
	margin-bottom: 0;
}

.panel-accordion h4 {
	font-weight: 400;
	font-size: 16px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 28px;
	position: relative;
}

.panel-accordion a img.panel-heading-triangle {
	position: absolute;
	right: 0;
	top: 50%;
	transition: .6s all;
	transform: translateY(-50%) rotate(90deg);
}

.panel-accordion a.collapsed img.panel-heading-triangle {
	transform: translateY(-50%) rotate(0deg);
}

.panel-accordion .panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.panel-accordion .panel-body p {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}

.panel-accordion .panel-heading {
	padding: 10px 0;
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

.back,
.back:hover,
.back:active,
.back:focus {
	font-weight: 500;
	display: inline-block;
	margin-top: 7.5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	letter-spacing: -0.28px;
}

.back img {
	margin-right: 15px;
}

/************************ MODALS ************************/
.modal-studies-info-gathering legend {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.modal-studies-info-gathering .modal-dialog {
	max-width: 600px;
}

.modal-studies-info-gathering .form-group {
	text-align: left;
}

.modal-studies-info-gathering .modal-footer .form-group {
	text-align: center;
}

.modal-studies-info-gathering .modal-body .row > div:last-of-type .form-group,
.modal-studies-info-gathering .modal-footer .row > div:last-of-type .form-group,
.modal-studies-info-gathering .modal-footer button {
	margin-bottom: 0;
}

.modal-studies-info-gathering .modal-footer button {
	margin-right: 0;
}

.modal-content {
	border-radius: 0;
}

.modal button.close {
	position: absolute;
	right: 0px;
	top: -35px;
	font-weight: 400;
	color: white;
	opacity: .8;
	text-shadow: none;
	font-size: 32px;
	text-transform: lowercase;
}

.modal {
	padding-left: 15px; /* This makes the modal look centered in responsive, doesn't hurt in desktop. */
}

.modal .modal-dialog {
	margin: 75px auto;
}

.modal.vertically-centered-modal {
	text-align: center;
}

.modal.vertically-centered-modal .modal-dialog {
	margin: 0 auto;
    top: 50%;
	transform: translateY( -50% );
}

.modal.vertically-centered-modal .modal-dialog {
	width: auto;
	pointer-events: none;
}

.modal.vertically-centered-modal .modal-content {
	display: inline-block;
	pointer-events: all;
}


/************************ FOOTER ************************/
.footer {
	background-color: #F9F9F9;
	color: #9D9D9D;
	font-size: 13px;
	letter-spacing: 0;
	line-height: normal;
	position: relative;
	padding: 50px 0;
	padding-bottom: 0;
}

.footer-bottom-bar {
	position: relative;
	padding: 30px 0;
	font-weight: 300;
}

.footer-bottom-bar strong {
	font-weight: 400;
}

hr.footer-bottom-bar-separator {
	border-top: 1.1px solid #DFDFDF;
	margin-top: 0;
	margin-bottom: 0;
}

.footer-menu {
	margin-bottom: 30px;
}

.footer-menu li {
	display: block;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

.footer p {
	color: #979797;
}

.footer-menu li,
.footer-menu li a,
.footer-bottom-bar a {
	font-size: 13px;
	color: #9D9D9D;
	letter-spacing: 0;
	line-height: normal;
	font-weight: 300;
	transition: .6s all;
}

.footer-menu li:hover,
.footer-menu li:active,
.footer-menu li:focus,
.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus,
.footer-bottom-bar a:hover,
.footer-bottom-bar a:active,
.footer-bottom-bar a:focus {
	color: #ec7301;
	transition: .6s all;
}

.footer-menu li {
	margin-right: 10px;
}

.footer-menu li:first-child,
.footer-menu li:first-child a,
.twitter-timeline-header,
.footer-multimenu-wrapper .footer-multimenu-title {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}


.footer-menu li:first-child:hover,
.footer-menu li:first-child:active,
.footer-menu li:first-child:focus,
.footer-menu li:first-child a:hover,
.footer-menu li:first-child a:active,
.footer-menu li:first-child a:focus {
	color: #ec7301;
}

.footer-multimenu-wrapper .footer-multimenu-title {
	display: inline-block;
}

.footer-multimenu .footer-menu li:first-child,
.footer-multimenu .footer-menu li:first-child a {
	font-size: 13px;
	color: black;
	font-weight: 400;
}

ul.footer-menu li::after,
ul.social-links li::after {
	display: none;
}

.social-links {
	margin-bottom: 75px;
}

.social-links li {
	padding-left: 0;
	margin-right: 5px;
}

.social-links li a,
.box-share li a {
	border-radius: 50px;
	border: 1px solid #9D9D9D;
	height: 45px;
	width: 45px;
	display: inline-block;
	text-align: center;
	position: relative;
	transition: .6s all;
}

.box-share,
.post-content .blog-share,
.blog-content .box-share,
.blog-content .the-content-col .box-share {
	margin-top: 15px;
	margin-bottom: 15px;
}

.box-share li {
	padding-left: 0;
}

.box-share li:after {
	display: none;
}

.social-links li a i,
.box-share li a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	color: #9D9D9D;
	transition: .6s all;
	font-size: 18px;
}

.social-links li a:hover,
.social-links li a:active,
.social-links li a:focus,
.social-links li a:hover i,
.social-links li a:active i,
.social-links li a:focus i,
.box-share li a:hover,
.box-share li a:active,
.box-share li a:focus,
.box-share li a:hover i,
.box-share li a:active i,
.box-share li a:focus i {
	color: #ec7301;
	border-color: #ec7301;
	transition: .6s all;
}

.twitter-timeline-header {
	margin-bottom: 15px;
}

.twitter-timeline-header img {
	margin-right: 15px;
	display: inline-block;
}

.twitter-timeline-header p {
	display: inline-block;
}

/************************ 404 ************************/

.box-404 {
	margin: 50px 0;
}

.box-404 .subtitle {
    font-size: 16px;
    letter-spacing: -0.27px;
    line-height: 18px;
    margin-bottom: 8px;
    padding-bottom: 15px;
    text-transform: uppercase;
	font-weight: 700;
	color: #4E5054;
}

.box-404 .title {
	font-weight: 400;
	font-size: 62px;
	color: #4E5054;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 45px;
	line-height: 50px;
	position: relative;
}

.box-404 p {
	margin: 0px;
	font-size: 1em;
	line-height: normal;
}



/************************ BLOG **********************/
.post-info {
	clear: both;
	margin-bottom: 15px;
}

.blog-content .post-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-content .archive-post {
	margin-bottom: 50px;
}

.blog-content .blog-archive-post-head .post-image {
	min-height: 325px;
}
.blog-content .blog-archive-post-body .post-image {
	min-height: 215px;
}

.blog-content .blog-archive-sidebar {
	margin-left: 60px;
}

.blog-archive-sidebar .featured-articles {
	margin-bottom: 90px;
}
.blog-archive-sidebar .featured-articles:last-of-type {
	margin-bottom: 0;
}

.blog-content .featured-article-title {
    font-size: 16px;
    font-weight: 500;
    color: #4E5054;
    line-height: 20px;
    margin-bottom: 0;
}

.blog-content .archive-title {
    font-size: 18px;
    font-weight: 700;
    color: #4E5054;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 7.5px;
}

.blog-content .featured-article-title,
.blog-content .archive-title {
	transition: all .6s;
}

.blog-content a:hover .featured-article-title,
.blog-content a:active .featured-article-title,
.blog-content a:focus .featured-article-title,
.blog-content a:hover .archive-title,
.blog-content a:active .archive-title,
.blog-content a:focus .archive-title {
	color: #ec7301;
}

.blog-content .date {
	font-size: 14px;
	line-height: 14px;
	color: #ec7301;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog-content .excerpt {
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	color: #4E5054;
	margin-bottom: 15px;
}

.blog-content article {
	margin-bottom: 0;
	height: 100%;
}

.blog-content .archive-box {
	position: relative;
	padding-bottom: 30px;
	height: 100%;
	margin-bottom: 0;
}

.blog-content .post-additional-info {
	position: absolute;
	bottom: 0;
	left: 0;
}

.blog-content .row-noticias>div:first-child .box-image {
	min-height: 400px;
}

.blog-content .row-noticias>div:nth-child(2) .box-image {
	min-height: 210px;
}

.blog-content .filter-box {
	margin-top: 30px;
}

.box-pagination span,
.box-pagination a,
.box-pagination a:hover,
.box-pagination a:active,
.box-pagination a:focus {
	margin: 0;
    padding: 7.5px 11.25px;
	font-weight: 300;
	font-size: 18px;
	color: #7f7f7f;
	letter-spacing: 0;
	text-align: center;
}

.box-pagination a.active,
.box-pagination a:hover,
.box-pagination a:active,
.box-pagination a:focus {
	color: #ec7301;
}

.box-pagination i {
	margin: 0 3.75px;
}

.box-pagination a.active {
	font-weight: 700;
}

/************************ AGENDA/NEWS SECTION **********************/
.row-agenda-header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.agenda-news-title,
.agenda-news-subtitle {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #4E5054;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.agenda-news-subtitle {
	letter-spacing: -.36px;
	font-size: 18px;
	line-height: 18px;
}

a .agenda-news-subtitle,
a .agenda-news-subtitle svg path {
	transition: all .6s;
}

a:hover .agenda-news-subtitle,
a:focus .agenda-news-subtitle,
a:active .agenda-news-subtitle {
	color: #ec7301;
}

.agenda-news-subtitle svg {
	margin-left: 7.5px;
}

a:hover .agenda-news-subtitle svg path,
a:focus .agenda-news-subtitle svg path,
a:active .agenda-news-subtitle svg path {
	fill: #ec7301;
}

.blog-content .agenda-archive {
	padding-top: 0;
}

.blog-content .agenda-archive .row-noticias {
	margin-top: 0;
}

.archive-post-image {
	position: relative;
}

.archive-post-image::before {
	display: block;
	content: '\f083';
	font-family: 'fontAwesome';
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	background-color: #afafaf;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.event-filter-box-controls {
	min-height: 50px;
}

.right-event-filter-box-controls {
	text-align: right;
	position: relative;
	padding: 5px 0;
}

.right-event-filter-box-controls .search-box input {
	margin-top: 0;
}

.right-event-filter-box-controls .clear-filter,
.btn-submit-event-filter {
	margin-right: 15px;
}

.right-event-filter-box-controls .clear-filter,
.clear-filter {
	color: #808080; 
	font-weight: 300;
	margin-right: 15px;
}
.right-event-filter-box-controls .clear-filter:hover,
.right-event-filter-box-controls .clear-filter:active,
.right-event-filter-box-controls .clear-filter:focus,
.clear-filter:hover,
.clear-filter:active,
.clear-filter:focus {
	color: #ec7301;
}

.multimedia-gallery-filter .clear-filter {
	margin-right: 0;
	float: right;
}

.search-box {
	position: relative;
	display: inline-block;
}

.search-box::before {
	content: url("images/lupa.svg");
	position: absolute;
	top: 55%;
	transform: translateY( -50% );
	left: 10px;
}

.search-box input {
	background-color: #F2F2F2;
	font-size: 17px;
	color: #000000;
	letter-spacing: 0;
	padding: 7px;
	padding-left: 40px;
	border: 1px solid white;
	min-width: 240px;
}

.blog-content .post-image:before {
	background-color: #F2F2F2;
}

/************************ SEARCH **********************/
.no-search-results-found.search-page {
	min-height: 256px;
}

.search-results-boxes-inner-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.box-search-result .box-image {
	min-height: 210px;
	margin-bottom: 15px;
}

.date {
	font-weight: 500;
	font-size: 14px;
	color: #ec7301;
	letter-spacing: -0.36px;
	text-transform: uppercase;
	margin-bottom: 7.5px;
}

.box-search-result .title {
	font-weight: 700;
    font-size: 18px;
    color: #4E5054;
    letter-spacing: 0;
	line-height: normal;
	margin-bottom: 30px;
}

/************************ SINGLE NEWS **********************/
.content.single .title:after {
	display: none;
}

.content.single .title {
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #ec7301;
	margin-bottom: 15px;
    line-height: normal;
    font-size: 32px;
	color: #4E5054;
}

.content.single.box-side .title {
	border-bottom: 0;
	font-size: 26px;
	line-height: 26px;
}

.content.single .post-image {
	min-height: 410px;
}

.content.single .excerpt {
	margin-bottom: 15px;
}

.content.single .excerpt p {
    font-size: 16px;
    color: #4E5054;
    letter-spacing: 0;
    line-height: normal;
}

.content.single .content p {
	font-size: 16px;
	color: #4E5054;
	letter-spacing: 0;
	line-height: normal;
}

.content.single .date {
	text-transform: uppercase;
}

h3.leave-comment {
	font-weight: 700;
    font-size: 26px;
    line-height: 26px;
	color: #4E5054;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.post-comments {
	margin-top: 30px;
}

.comments-form {
	margin-bottom: 30px;
}

.comment {
	background: rgba(240, 240, 240, 0.40);
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}

.comment:last-of-type {
	margin-bottom: 60px;
}

.comment .name {
	font-weight: 700;
	font-size: 25px;
	color: #4E5054;
	letter-spacing: 0;
}

.comment .singleComment p {
	font-size: 16px;
	color: #4E5054;
	letter-spacing: 0;
	margin-bottom: 0;
}

.comment .date-comment {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 500;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.30);
	letter-spacing: 0;
	text-align: center;
}

.content.single .tags {
	margin-top: 50px;
	margin-bottom: 30px;
}

.content.single .tags span {
	font-size: 21px;
	color: #9B9B9B;
	letter-spacing: 0;
	margin-right: 7.5px;
}

.content.single .tags a,
.content.single .tags a:hover,
.content.single .tags a:active,
.content.single .tags a:focus {
	font-size: 14px;
    color: #9B9B9B;
    letter-spacing: 0;
    margin-right: 7.5px;
    background: #e4e4e4;
    border-radius: 100px;
    padding: 7.5px 15px;
}

.content.single .box-autor {
	background-color: #F0F0F0;
	padding: 30px 60px;
}

.content.single .name {
	font-weight: 400;
	font-size: 24px;
	color: #4E5054;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
	margin-bottom: 15px;
	display: inline-block;
}

.content.single .box-autor .name {
	margin-bottom: 0;
}

.content.single .cargo {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.40);
	letter-spacing: 0;
	text-align: center;
}

.content.single .box-autor {
	text-align: center;
	margin-bottom: 30px;
}

.content.single .box-autor img {
	display: inline-block;
	width: 100px;
	margin-bottom: 15px;
	border-radius: 50%;
}

.content.single .box-autor .desc {
	text-align: left;
}

.content.single .box-autor .desc p {
	font-size: 15px;
	color: #4E5054;
	letter-spacing: 0;
	line-height: 15px;
	margin-bottom: 0;
}

.blog-separator {
	margin: 15px 0;
}

.blog-secondary-title {
	text-align: left;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	color: #ec7301;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.blog-secondary-title:after {
	content: none;
}

.blog-content .other-news .post-image {
	min-height: 70px;
	margin-bottom: 15px;
}

.other-news p {
	display: inline-block;
	margin-bottom: 0;
}

.other-news .news-title {
	font-size: 14px;
    color: #4E5054;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 30px;
    transition: all .6s;
}

.other-news a:hover,
.other-news a:focus,
.other-news a:active,
.other-news a:hover .news-title,
.other-news a:focus .news-title,
.other-news a:active .news-title {
	color: #ec7301;
}

.other-news .other-tags,
.other-news .other-tags a {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.40);
	letter-spacing: 0;
}

/************************ CLAUSTRO ******************/
.docente-image {
	min-height: 200px;
}

.docente-info {
	background-color: #E7E7E7;
	padding: 20px;
}

.docente-info p {
	margin-bottom: 0;
}

.docente-info .name {
	font-weight: 700;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
	margin-bottom: 0;
	text-align: left;
}

.docente-info .type,
.docente-info .type a {
	margin-top: 0;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
}

.inline-cloister-list{
	margin-bottom: 30px;
}

.inline-cloister-list ul {
	padding-left: 0;
}

.inline-cloister-list li{
	display: inline-block;
	padding: 5px 10px;
}

.inline-cloister-list a{
	color: #000000;
	font-size: 20px;
}

.inline-cloister-list.departments a {
	font-size: 18px;
}

.inline-cloister-list ul li::after{
	display: none;
}

.list-cloister p{
	color: #000000;
}

.list-cloister a p,
.inline-cloister-list a p {
	transition: .6s all;
}

.list-cloister a:hover p,
.list-cloister a:focus p,
.list-cloister a:active p,
.inline-cloister-list a:hover,
.inline-cloister-list a:focus,
.inline-cloister-list a:active,
.inline-cloister-list a.selected {
	color: #ec7301;
	transition: .6s all;
}

.cloister-archive-header{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.cloister-archive-header p{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0;
	display: inline-block;
}

.cloister-archive-header .clear-filters {
	position: relative;
	top: 5px;
}

.cloister-archive .box-pagination {
	margin-top: 25px;
}

.cloister-archive .filter-box .filters {
	margin-bottom: 0;
}

.cloister-archive .results {
	margin-bottom: 50px;
}

.cloister-archive .results p {
	font-weight: 500;
	font-size: 14px;
	color: #B6B6B6;
	letter-spacing: 0;
	text-align: right;
}

.filter-box-cloister-archive .filter-by {
	display: inline-block;
	margin-bottom: 15px;
}

.filter-box-cloister-archive .search-box {
	margin-top: -7.5px;
	float: right;
}

.cloister-single .personal-info-item-title {
	font-weight: 700;
    font-size: 16px;
    color: black;
    letter-spacing: -0.27px;
    line-height: 18px;
    padding-bottom: 15px;
    text-transform: uppercase;
	margin-top: 30px;
}

.cloister-single .personal-info-item-title span {
	border-bottom: 1px solid #ec7301;
}

.cloister-single .personal-info .personal-info-list p {
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 0;
	position: relative;
	line-height: normal;
}

.cloister-single .personal-info .personal-info-list p img {
	max-width: 29px;
	position: absolute;
	top: 0px;
	left: 0;
}

ul.personal-info-list {
	column-count: 1;
	padding-left: 0;
}

ul.personal-info-list.two-columns {
	column-count: 2;
}

ul.personal-info-list,
ul.personal-info-list li {
	list-style-type: none;
}

ul.personal-info-list li:after {
	content: none;
}

ul.personal-info-list li p:before {
	content: url('images/orange-arrow.svg' );
	position: absolute;
	top: 0;
	left: 0;
}

ul.selected-publications-list {
	padding-left: 0;
}

.cloister-single-go-back {
	display: inline-block;
}

.cloister-single-go-back-arrow {
	display: inline-block;
	margin-right: 15px;
}

.cloister-single-go-back-wrapper a {
	margin-bottom: 0;
}

.personal-info-head .department,
.personal-info-head .department p {
	margin-bottom: 0;
	font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: black;
	letter-spacing: -0.76px;
	text-align: left;
}

/************************ FORMULARIOS ************************/
form input.form-control,
form textarea.form-control,
form input.form-control:focus,
form textarea.form-control:focus,
form input.form-control:active,
form textarea.form-control:active,
form input,
form textarea,
form input:focus,
form textarea:focus,
form input:active,
form textarea:active{
	border: 1px solid #A6A6A6;
	margin-top: 10px;
}

form input[type="text"]:focus,
form input[type="text"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form textarea:focus,
form textarea:active,
form input.form-control[type="text"]:focus,
form input.form-control[type="text"]:active,
form input.form-control[type="email"]:focus,
form input.form-control[type="email"]:active,
form textarea.form-control:focus,
form textarea.form-control:active {
	border: 1px solid #ec7301;
}

form label,
form input.form-control,
form textarea.form-control,
form input,
form textarea{
	font-weight: 300;
	font-size: 16px;
	color: black;
	letter-spacing: 0;
}

form input.form-control,
form textarea.form-control,
form input,
form textarea{
	font-size: 16px;
}

form legend{
	margin-bottom: 30px;
	padding-bottom: 15px;
}

form .checkbox .form-control:checked:before,
form .checkbox input[type="checkbox"]:checked:before{
	background-color: #ec7301;
	border:0;
}


form .checkbox .form-control,
form .checkbox .form-control:hover,
form .checkbox .form-control:active,
form .checkbox .form-control:focus{
	border: 1px solid #A6A6A6;
	margin-top: 0;
}

form .checkbox .has-error .form-control,
form .checkbox .has-error .form-control:hover,
form .checkbox .has-error .form-control:active,
form .checkbox .has-error .form-control:focus,
form .checkbox .has-error .form-control:checked {
	border: 1px solid red;
}

.has-error {
	color: red;
}

form .checkbox label, 
form .checkbox p,
form .checkbox a{
	font-weight: 300;
	font-size: 14px;
	color: rgba(0,0,0,0.80);
	letter-spacing: 0;
}

form .checkbox label a{
	color: #ec7301;
	transition: .6s all;
}

form .checkbox label a:hover,
form .checkbox label a:focus,
form .checkbox label a:active {
	color: black;
}

form input[type=file]{
	border:0;
}

.subscription-form-wrapper {
	margin: 50px 0;
}

form.subscription-form legend {
	margin-bottom: 30px;
}

form.subscription-form .checkbox {
	margin-bottom: 15px;
}

form.subscription-form label[for="document_number"] {
	margin-right: 15px;
}

.label-content {
	display: inline-block;
	position: relative;
	font-weight: 400;
}

.label-content.required {
	padding-right: 10px;
}

.label-content.required:after {
	content: '*';
    position: absolute;
    color: red;
    right: 0;
    top: 0;
    font-size: 12px;
}

.btn-cunef.success:hover,
.btn-cunef.success:active,
.btn-cunef.success:focus,
input[type=submit].success:hover,
input[type=submit].success:active,
input[type=submit].success:focus,
.btn-cunef.sending:hover,
.btn-cunef.sending:active,
.btn-cunef.sending:focus,
input[type=submit].sending:hover,
input[type=submit].sending:active,
input[type=submit].sending:focus {
	background: #ec7301;
}

.form-errors p {
	display: none;
	margin-top: 15px;
	color: red;
	font-size: 14px;
}

form.subscription-form .btn-send.fail {
	pointer-events: auto;
}

form.subscription-form .btn-send.fail .error {
	transition: none;
}

/************************ ALUMNI ************************/
.row-box-description{
	display: flex;
	flex-wrap: wrap;
}

.row-box-description > div{
	margin-bottom: 30px;
}

.box-only-description{
	background-color: #f1f1f1;
	padding: 20px;
	min-height: 230px;
}

.box-only-description h5{
	margin-bottom: 10px;
	padding-bottom: 0;
}

.box-only-description .desc{
	margin-bottom: 20px;
}

.box-only-description .subtitle{
	margin-bottom: 0;
	padding-top: 20px;
	border-top:1px solid #ec7301;
}

.boxes-desc-image .box-image{
	min-height: 275px;
	width: 100%;
}

.boxes-desc-image .row-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.boxes-desc-image .row-box .box-image {
	height: 100%;
}

.boxes-desc-image .box{
	background-color: #f1f1f1;
    padding: 20px 5px;
	margin-bottom: 30px;
}

.boxes-desc-image h5{
	padding-top: 15px;
	padding-bottom: 0;
}

.boxes-desc-image {
	display: flex;
	flex-flow: row wrap;
	margin: -15px;
}

.boxes-desc-image .box {
    flex: 1 1 45%;
    margin: 15px;
    display: flex;
    flex-flow: row wrap;
}

.boxes-desc-image .box > .box-inner {
	flex: 1 1 33%;
	margin: 0 7.5px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.box-inner.info .desc {
	min-height: 150px;
}

.boxes-desc-image .btn-cunef{
	padding: 10px 15px;
}

/************************ ANIMATIONS ************************/
section {
	opacity: 0; /* This will change when we apply the fade in top */
}

section.faded-in {
	opacity: 1;
}

/************************ COOKIES ************************/
.cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4E5054;
    z-index: 1;
    padding: 15px 30px;
    transition: 0.6s ease all;
    display: none;
}

.cookies-row {
	display: flex;
    flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.cookies img {
    max-width: 40px;
}

.cookies p,
.cookies a {
	font-weight: 300;
    line-height: 18px;
    font-size: 14px;
    color: white;
    letter-spacing: normal;
    margin-bottom: 0;
    text-decoration: none;
}

.cookies .close-cookies {
	text-transform: uppercase;
	font-weight: 700;
}

.cookies p a,
.cookies .close-cookies:hover,
.cookies .close-cookies:active,
.cookies .close-cookies:focus {
	color: #ec7301;
}

.cookies p a:hover,
.cookies p a:focus,
.cookies p a:active {
	color: white
}

/************************ AUX ************************/
.f {
	display: flex;
	flex-flow: row wrap;
}

.f-center-x {
	justify-content: center;
}

.f-center-y {
	align-items: center;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.black,
.black > * {
	color: black !important;
}
.white,
.white > * {
	color: white !important;
}

.no-spacing > .container,
.no-spacing > .container-fluid,
.no-spacing > div > .row > div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-spacing > div > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.half-spacing > .container,
.half-spacing > .container-fluid,
.half-spacing > div > .row > div {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}
.half-spacing > div > .row {
	margin-left: -7.5px !important;
	margin-right: -7.5px !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

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

.no-padding-top {
	padding-top: 0 !important;
}

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

.no-margin-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.no-padding-col,
.no-padding-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hidden {
	display: none !important;
}

.absolute-centered {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.hyphenate {
	word-wrap: break-word;
	overflow-wrap: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.flex-row-stretch {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

.dark-overlay {
	position: relative;
}

.dark-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .2;
	pointer-events: none;
}

.item-video.dark-overlay:before {
	opacity: .1;
}

/************************ MEGAMENU JS ************************/
.header-menu-upper .menu.megamenu > ul > li a {
	padding: 22px 15px;
    font-weight: 400;
}

.menu.megamenu > ul > li a.students-access-btn,
a.students-access-btn {
	padding: 10px 15px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 0;
	margin: 10px 15px;
}

a.students-access-btn:hover,
a.students-access-btn:focus {
	background-color: #ec7301;
	color: white;
}

.header-menu {
	display: inline-block;
	text-align: left;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
}

.menu-mobile {
    display: none;
    padding: 32px;
    padding-right: 0;
    padding-bottom: 55px;
}

.menu-dropdown-icon {
	position: relative;
}

.menu-dropdown-icon:before {
	content: "+";
	font-size: 18px;
    line-height: 18px;
    display: none;
    cursor: pointer;
    float: right;
    padding: 18.75px 0;
    background: #fff;
    color: #333;
}

.menu.megamenu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    /* position: relative; */
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu.megamenu > ul:before,
.menu.megamenu > ul:after {
    content: "";
    display: table;
    text-align: right;
}

.menu.megamenu > ul:after {
    clear: both;
}

.menu.megamenu > ul > li {
    float: left;
    padding: 0;
	margin: 0;
	color: black;
}

.menu.megamenu > ul > li a {
    text-decoration: none;
	display: block;
	
	font-size: 13px;
    font-weight: 500;
    color: black;
    letter-spacing: normal;
    padding: 29.5px 8.5px;
    line-height: normal;
}

.menu.megamenu > ul > li a:hover,
.menu.megamenu > ul > li a:active {
	color: #ec7301;
}

.menu.megamenu > ul.normal-sub > li > a:hover,
.menu.megamenu > ul.normal-sub > li > a:active {
	color: white;
}

.menu.megamenu > ul > li a.students-access-btn:hover,
.menu.megamenu > ul > li a.students-access-btn:active {
	color: white;
}

.menu.megamenu > ul > li > ul.visible {
	display: flex;
}

.menu.megamenu > ul > li > ul.visible.normal-sub {
	display: block;
}

.menu.megamenu > ul > li > ul {
    display: none;
    width: 100%;
	padding: 30px 0;
	position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
	box-sizing: border-box;
	background-color: white;
}

/* .menu.megamenu > ul > li > ul:before,
.menu.megamenu > ul > li > ul:after {
    content: "";
    display: table;
} */

.menu.megamenu > ul > li > ul:not(.normal-sub):before {
	content: "";
	position: absolute;
	background-color: white;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX( -50% );
	z-index: -1;
}

.menu.megamenu > ul > li > ul:after {
    clear: both;
}

.menu.megamenu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: auto;
    background: none;
    flex: 1;
}

.menu.megamenu > ul > li > ul > li a {
    color: black;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1.1px solid #ec7301;
    font-weight: 300;
}

.menu.megamenu > ul > li > ul.normal-sub > li a {
	color: black;
}

.menu.megamenu > ul > li > ul > li a:hover,
.menu.megamenu > ul > li > ul > li a:active {
	color: #ec7301;
}

/* Estudios names */
.menu.megamenu > ul > li > ul.sub-menu:not(.normal-sub) > li > a {
	color: black;
	font-weight: 500;
}

.menu.megamenu > ul > li > ul.sub-menu:not(.normal-sub) > li > a:hover,
.menu.megamenu > ul > li > ul.sub-menu:not(.normal-sub) > li > a:active {
	color: #ec7301;
}

.menu.megamenu > ul > li > ul.sub-menu:not(.normal-sub) > li > ul.sub-menu > li > a[href="#"] {
	font-weight: 500;
	pointer-events: none;
}

.menu.megamenu > ul > li > ul.sub-menu:not(.normal-sub) > li > ul.sub-menu > li {
	padding-left: 7.5px;
}

.menu.megamenu > ul > li > ul:not(.normal-sub) > li > a {
	text-transform: uppercase;
}

.menu.megamenu > ul.normal-sub > li > a {
	color: white;
}

.menu.megamenu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 7.5px 0 0;
    list-style: none;
    box-sizing: border-box;
}

/* .menu.megamenu > ul > li > ul > li > ul:before,
.menu.megamenu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
} */

.menu.megamenu > ul > li > ul > li > ul:not(.normal-sub):before {
	content: "";
	position: absolute;
	background-color: white;
	top: 0;
	left: 50%;
	transform: translateX( -50% );
	width: 125vw;
	height: 100%;
	z-index: -1;
}

.menu.megamenu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu.megamenu > ul > li > ul > li > ul > li > ul > li,
.menu.megamenu > ul > li > ul > li > ul > li {
    float: left;
    width: 95%;
    padding-top: 3.75px;
	padding-bottom: 3.75px;
	padding-left: 15px;
}

.menu.megamenu > ul > li > ul > li > ul > li a {
	border: 0;
}

.menu.megamenu > ul > li > ul > li > ul > li > ul > li:last-child {
	margin-bottom: 15px;
}

.menu.megamenu > ul > li > ul.normal-sub {
    width: auto;
	left: auto;
	padding: 0;
	padding-top: 0;
}

.menu.megamenu > ul > li > ul.normal-sub > li {
	width: 100%;
    padding: 0;
}

.menu.megamenu > ul > li > ul.normal-sub > li {
	color: black;
	background-color: white;
	transition: all .6s;
}

.menu.megamenu > ul > li > ul.normal-sub > li:hover,
.menu.megamenu > ul > li > ul.normal-sub > li:active {
	background-color: #ec7301;
	color: white;
}

.menu.megamenu > ul > li > ul.normal-sub > li:hover a,
.menu.megamenu > ul > li > ul.normal-sub > li:active a {
	color: white;
}

.menu.megamenu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 15px;
    width: 100%;
    font-weight: 300;
}