body {
    font-family: 'Open Sans';
    background-color: #fff;
}

b {
    font-weight: 500;
}

* {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

/*Agregado por Víctor Carrillo a solicitud de Ex Teresa */

a:link {
  text-decoration: none !important;
  color: #000;
}

a:visited {
  text-decoration: none !important;
  color: #000;
}

a:hover {
  text-decoration: none !important;
  color: #000;
}

a:active {
  text-decoration: none !important;
  color: #000;
}
/*Fin de lo agregado*/

.section_title {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    font-family: 'Alegreya Sans SC';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.border_line.top {
    border-top: 1px solid #000;
}

.border_line.left {
    border-left: 1px solid #000;
}

.border_line.bottom {
    border-bottom: 1px solid #000;
}

.border_line.right {
    border-right: 1px solid #000;
}

.border_line.white.top {
    border-top: 1px solid #fff;
}

.border_line.white.left {
    border-left: 1px solid #fff;
}

.border_line.white.bottom {
    border-bottom: 1px solid #fff;
}

.border_line.white.right {
    border-right: 1px solid #fff;
}

.column .title {
    font-size: 21.6px;
    font-family: 'Alegreya Sans';
    text-transform: uppercase;
}

.banner_description {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.banner_description .image,
.banner_description .info {
    width: 100%;
    max-width: 50%;
}

.banner_description.rel40_60 .image {
    max-width: 40%;
}

.banner_description.rel40_60 .info {
    max-width: 60%;
}

.banner_description.rel60_40 .image {
    max-width: 60%;
}

.banner_description.rel60_40 .info {
    max-width: 40%;
}

.banner_description .image {
    background-size: cover;
    background-position: center;
}

.banner_description .info {
    overflow: auto;
    padding: 30px 4vw;
}

.banner_description .info .head {
    font-size: 31.5px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
    font-family: 'Alegreya Sans SC';
    text-transform: uppercase;
}

.banner_description .info .description {
    width: 100%;
    max-width: 90%;
    font-size: 17.6px;
    line-height: 1.2em;
    font-weight: 300;
}

.banner_description .info .goto_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.banner_description .info .goto_btn {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #000;
    text-transform: lowercase;
    padding: 2px 25px 5px 25px;
}

.banner_split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner_split .column .description {
    font-family: 'Open Sans';
}

.banner_split.medium {
    height: 250px;
}

.banner_split.large {
    height: 500px;
}

.banner_split.large .column.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_split.rel60_40 .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.banner_split.rel60_40 .column:nth-child(odd) {
    max-width: 60%;
    background-color: rgba(255,255,255,0.3);
}

.banner_split.rel60_40 .column:nth-child(even) {
    max-width: 40%;
    background-color: rgba(255,255,255,0.4);
}

.banner_split.rel40_60 .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.banner_split.rel40_60 .column:nth-child(odd) {
    max-width: 40%;
    background-color: rgba(255,255,255,0.3);
}

.banner_split.rel40_60 .column:nth-child(even) {
    max-width: 60%;
    background-color: rgba(255,255,255,0.4);
}

.banner_split .column.image {
    background-size: cover;
    background-position: center;
}

.banner_split .column.info {
    padding: 15px 4vw;
}

.banner_split .column.info .head {
    font-size: 31.5px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
    font-family: 'Alegreya Sans SC';
    text-transform: uppercase;
}

.banner_split .column.info .description {
    width: 100%;
    max-width: 90%;
    font-size: 19.2px;
    line-height: 1.2em;
    font-weight: 300;
}

.banner_split .column.info .goto_wrapper {
    margin-top: 40px;
}

.banner_split .column.info .goto_btn {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #000;
    text-transform: lowercase;
    padding: 2px 25px 5px 25px;
}

.sq_btn {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
    padding: 5px 20px;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sq_btn:hover {
    color: inherit;
    padding: 5px 25px;
    text-decoration: none;
}

.sq_btn-ch {
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans';
    padding: 5px 20px;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sq_btn-ch:hover {
    color: inherit;
    padding: 5px 25px;
    text-decoration: none;
}

.sq_btn:hover span.arrow_line {
    width: 240px;
}

.sq_btn.arrow.lg span.arrow_line {
    width: 30%;
}

.sq_btn.arrow.lg:hover span.arrow_line {
    width: 32%;
}

.sq_btn span.arrow_line {
    width: 200px;
    height: 14px;
    display: inline-block;
    background-size: 6px auto;
    background-position: center;
    background-repeat: repeat-x;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-image: url("../img/arrow_line.svg");
}

.sq_btn span.arrow_head {
    width: 10px;
    height: 14px;
    left: -8px;
    position: relative;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/btn_arrow.svg");
}

span.download_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/descarga_icon.svg");
}

span.audio_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/audio_icon.svg");
}

span.video_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/video_icon.svg");
}

#videoPopup,
#audioPopup {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    background-color: #fff;
}

#videoPopup .close_pop,
#audioPopup .close_pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    z-index: 40;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: #add8e6;
}

#videoPopup .embed-responsive,
#audioPopup .embed-responsive {
    z-index: 20;
}

#videoPopup video,
#audioPopup video {
    width: 100%;
}

#videoPopup .audio_item,
#audioPopup .audio_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#videoPopup .audio_item .audio_cover_img img,
#audioPopup .audio_item .audio_cover_img img {
    width: 100%;
}

#videoPopup .audio_item audio,
#audioPopup .audio_item audio {
    width: 100%;
}

.xtaa_stripe {
    color: #000;
    position: absolute;
    left: 100%;
    z-index: 800;
    top: 120px;
    white-space: nowrap;
    padding: 20px 30px;
    font-size: 30px;
    font-weight: 300;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    text-transform: uppercase;
}

.xtaa_stripe p {
    margin-bottom: 0px;
}

.split_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.split_container.about_xtaa {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.split_container.about_xtaa:before {
    content: '';
    height: 1px;
    width: 10%;
    display: block;
    top: 260px;
    left: 50%;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.split_container.about_xtaa:after {
    content: '';
    height: 1px;
    width: 10%;
    display: block;
    top: 260px;
    left: 61.1%;
    position: absolute;
    background-color: #000;
    -webkit-transform: translateX(-61.1%);
    -ms-transform: translateX(-61.1%);
    transform: translateX(-61.1%);
}

.split_container.about_xtaa .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.split_container.about_xtaa .column:nth-child(odd) {
    max-width: 55%;
}

.split_container.about_xtaa .column:nth-child(even) {
    max-width: 45%;
}

.split_container.about_xtaa .column.content {
    padding: 50px;
}

.split_container.about_xtaa .xtaa_logo {
    text-align: center;
    margin-bottom: 50px;
}

.split_container.about_xtaa .xtaa_logo img {
    width: 100%;
    max-width: 200px;
}

.split_container.about_xtaa p:not(.title) {
    font-size: 17.6px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 300;
    font-family: 'Open Sans';
}

.split_container.at50 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.split_container.at50 .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 50%;
}

.split_container.at50 .column.image {
    margin-right: 15px;
    background-color: rgba(128,128,128,0.3);
}

.split_container.rel60_40 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.split_container.rel60_40 .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.split_container.rel60_40 .column:nth-child(odd) {
    max-width: 60%;
    background-color: #0f0;
}

.split_container.rel60_40 .column:nth-child(even) {
    max-width: 40%;
    background-color: #0ff;
}

.split_container .text_content .title {
    font-weight: 700;
}

.split_container .column.image {
    background-size: cover;
    background-position: center;
}

.expo_year_selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expo_year_selector .item {
    font-weight: 300;
    font-size: 24px;
    padding: 30px 20px;
    position: relative;
}

.expo_year_selector .item:hover {
    cursor: pointer;
}

.expo_year_selector .item:after {
    content: '';
    width: 1px;
    top: 50%;
    left: 50%;
    height: 0px;
    display: block;
    position: absolute;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0,0,0,0.5);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.expo_year_selector .item.active,
.expo_year_selector .item.slick-current {
    font-weight: 700;
}

.expo_year_selector .item.active:after,
.expo_year_selector .item.slick-current:after {
    height: 120px;
}

.year_event {
    margin: 0 auto;
    max-width: 1000px;
}

.year_event .event_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.year_event .event_item .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px;
}

.year_event .event_item .column p:last-child {
    margin-bottom: 0px;
}

.year_event .event_item .column.info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #808080;
    padding: 15px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #b5b5b5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.year_event .event_item .column.info .expo_name {
    font-size: 32px;
    line-height: 1.1em;
    font-family: 'Alegreya Sans';
    font-weight: 700;
}

.year_event .event_item .column.info .expo_author {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 300;
    font-family: 'Alegreya Sans';
    margin-bottom: 0px;
}

.year_event .event_item .column.date,
.year_event .event_item .column.image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 250px;
}

.year_event .event_item .column.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans';
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
}

.year_event .event_item .column.date p {
    margin-bottom: 0px;
}

.year_event .event_item .column.image {
    background-size: cover;
    background-position: center;
}

.expo_list {
    margin-top: 60px;
    margin-bottom: 80px;
}

.expo_list .banner_split .column.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    padding: 15px 5vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expo_list .banner_split .column.image {
    background-size: cover;
    background-position: center;
}

.expo_list .expo_date {
    color: #ff9;
    margin-bottom: 30px;
    font-family: 'Open Sans';
}

.expo_list .expo_title {
    color: #fff;
    font-size: 32px;
    font-family: 'Alegreya Sans';
    font-weight: 500;
}

.expo_list .expo_author {
    color: #fff;
    font-size: 18px;
    font-family: 'Alegreya Sans';
}

.publications {
    background-color: #f9f9f9;
}

.publications .website_content {
    background-color: #f9f9f9;
}

.publications .section_title {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.publications_description {
    width: 100%;
    font-size: 'Open Sans';
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
}

.publications_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row0;
    flex-direction: row0;
}

.publications_list .publication_item {
    width: 100%;
    color: inherit;
    max-width: 25%;
    text-align: center;
    margin-bottom: 60px;
    text-decoration: none;
}

.publications_list .publication_item:hover .publication_img img {
    border: 3px solid #000;
}

.publications_list .publication_img img {
    width: 100%;
    max-width: 180px;
    border: 3px solid transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.publications_list .publication_img,
.publications_list .publication_name {
    margin-top: 10px;
}

.publications_list .publication_name,
.publications_list .publication_year {
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 300;
    font-family: 'Alegreya Sans SC';
}

.visit .section_title {
    padding-top: 60px;
    margin-bottom: 80px;
}

.visit_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.visit_row .visit_column {
    width: 100%;
    max-width: 330px;
    padding-left: 15px;
}

.visit_row .map_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 330px);
}

.visit_row .map_container {
    width: 100%;
    max-width: 800px;
    margin-top: 60px;
}

.visit_row .map_container #xtaaMap {
    width: 100%;
    max-width: 750px;
    height: 430px;
}

.address_info,
.services_info {
    font-size: 28px;
    line-height: 1.1em;
    font-family: 'Alegreya Sans';
    font-weight: 300;
}

.address_info p,
.services_info p {
    margin-bottom: 0px;
}

.services_info {
    margin-top: 30px;
}

.services_info .caption {
    margin-bottom: 30px;
}

.free_entry {
    font-size: 28px;
    margin-top: 30px;
    font-weight: 700;
    font-family: 'Alegreya Sans';
}

.contact .section_title {
    line-height: 1.1em;
    padding-left: 15px;
    padding-top: 60px;
}

.contact .contact_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 9vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.contact .contact_form .form_element {
    display: block;
    margin-bottom: 15px;
}

.contact .contact_form form {
    width: 100%;
    max-width: 480px;
    position: relative;
    margin-bottom: 40px;
    padding-right: 70px;
}

.contact .contact_form form:before {
    content: '';
    display: block;
    height: 400px;
    width: 1px;
    position: absolute;
    top: -90px;
    left: -140px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
}

.contact .contact_form input,
.contact .contact_form textarea {
    width: 100%;
    border: none;
    color: #fff;
    padding: 5px;
    font-size: 24px;
    font-family: 'Alegreya Sans SC';
    background-color: #000;
}

.contact .contact_form input::-webkit-input-placeholder,
.contact .contact_form textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact .contact_form input::-moz-placeholder,
.contact .contact_form textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact .contact_form input:-ms-input-placeholder,
.contact .contact_form textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact .contact_form input::-ms-input-placeholder,
.contact .contact_form textarea::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact .contact_form input::placeholder,
.contact .contact_form textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.contact .contact_form input:-ms-input-placeholder,
.contact .contact_form textarea:-ms-input-placeholder {
    color: #fff;
}

.contact .contact_form input::-ms-input-placeholder,
.contact .contact_form textarea::-ms-input-placeholder {
    color: #fff;
}

.contact .contact_form textarea {
    resize: vertical;
    min-height: 220px;
}

.contact .contact_form #sendForm {
    display: block;
    height: 40px;
    width: 40px;
    border: none;
    position: absolute;
    right: 0px;
    bottom: 40px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-size: contain;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center;
    background-image: url("../img/send_form_ico.png");
}

.contact .contact_form #sendForm:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.directory .section_title {
    line-height: 1.1em;
    padding-left: 15px;
    padding-top: 60px;
}

.directory .directory_list {
    padding: 0 15px;
    font-size: 20px;
    max-width: 900px;
    position: relative;
    margin: 0 auto 60px auto;
}

.directory .directory_list:after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    top: 50%;
    right: 0px;
    position: absolute;
    background-color: #000;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.directory .directory_list .title {
    text-transform: uppercase;
    font-family: 'Alegreya Sans';
    font-weight: 700;
}

.directory .directory_list .directory_group:not(:last-child) {
    margin-bottom: 20px;
}

.directory .directory_list .name,
.directory .directory_list .role {
    line-height: 1.1em;
    font-family: 'Open Sans';
    margin-bottom: 0px;
}

.directory .directory_list .name {
    font-weight: 300;
}

.privacy_policy .section_title {
    line-height: 1.1em;
    padding-left: 15px;
    padding-top: 60px;
}

.privacy_policy .privacy_policy_text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    padding: 0px 15px;
    font-family: 'Open Sans';
    font-weight: 300;
    position: relative;
}

.privacy_policy .privacy_policy_text:before {
    content: '';
    display: block;
    width: 20vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -20vw;
    background-color: #000;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.privacy_policy .emphasis {
    font-size: 21px;
    font-weight: 500;
}

@media (min-width: 1400px) {
    .home_slider .expo_image_display {
        height: 44vh;
    }

    .home_slider .slide_img {
        height: 44vh;
    }
}

@media (max-width: 1200px) {
    nav .links {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1023px) {
    .website_content {
        margin-top: 70px;
    }

    nav {
        height: 70px;
    }

    nav .nav_row {
        height: 70px;
    }

    nav .site_logo img {
        width: 60px;
    }

    nav .links {
        position: fixed;
        top: 70px;
        width: 100%;
        right: -100vw;
        bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    nav .links.open {
        right: 0px;
    }

    nav .links ul {
        top: -60px;
        display: block;
        position: relative;
    }

    nav .links li {
        max-width: inherit;
        display: block;
        font-size: 32px;
        margin: 2vw auto;
        text-align: center;
    }

    nav .links .parent_link .child_link {
        opacity: 1;
        position: static;
    }

    nav .links .parent_link .child_link li {
        display: block;
        font-size: 18px;
        text-align: center;
        margin-bottom: 0px;
    }

    nav .links .parent_link .child_link li a {
        display: block;
        pointer-events: none;
    }

    nav .mobile_menu_trigger {
        display: block;
    }

    .banner_description {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .banner_description .image {
        min-height: 200px;
        height: 200px;
    }

    .banner_description .image,
  .banner_description .info {
        width: 100%;
        max-width: 100%;
    }

    .banner_description.rel40_60 .image {
        max-width: 1000%;
    }

    .banner_description.rel40_60 .info {
        max-width: 1000%;
    }

    .banner_description.rel60_40 .image {
        max-width: 100%;
    }

    .banner_description.rel60_40 .info {
        max-width: 100%;
    }

    .banner_description .image {
        background-size: cover;
        background-position: center;
    }

    .banner_description .info {
        overflow: auto;
        padding: 30px 4vw;
    }

    .banner_description .info .head {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.1em;
        margin-bottom: 30px;
        font-family: 'Alegreya Sans SC';
        text-transform: uppercase;
    }

    .banner_description .info .description {
        width: 100%;
        max-width: 90%;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 300;
    }

    .banner_description .info .goto_wrapper {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .banner_description .info .goto_btn {
        color: #000;
        font-size: 32px;
        font-family: 'Open Sans';
        font-weight: 300;
        text-decoration: none;
        border: 1px solid #000;
        text-transform: lowercase;
        padding: 2px 25px 5px 25px;
    }

    .banner_split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .banner_split.medium,
  .banner_split.large {
        height: auto;
    }

    .banner_split.rel60_40 .column,
  .banner_split.rel40_60 .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
    }

    .banner_split.rel60_40 .column:nth-child(odd),
  .banner_split.rel40_60 .column:nth-child(odd) {
        max-width: 100%;
        background-color: rgba(255,255,255,0.3);
    }

    .banner_split.rel60_40 .column:nth-child(even),
  .banner_split.rel40_60 .column:nth-child(even) {
        max-width: 100%;
        background-color: rgba(255,255,255,0.4);
    }

    .banner_split.rel60_40 .column.image,
  .banner_split.rel40_60 .column.image {
        height: 200px;
    }

    .banner_split .column.info .head {
        margin-bottom: 0px;
    }

    .banner_split .column.info .description {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .banner_split .column.info .goto_wrapper {
        margin-top: 0px;
    }

    .eyecatch_links .links {
        max-width: 100%;
        padding: 20px 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .eyecatch_links .links a:nth-child(1) {
        position: relative;
        left: -20px;
        margin-left: 15px;
        margin-right: 40px;
    }

    .eyecatch_links .links a:last-child {
        margin-left: 0px;
    }

    .eyecatch_links .links:after {
        height: 100px;
        left: 45%;
        -webkit-transform: translate(25%, -50%) rotate(45deg);
        -ms-transform: translate(25%, -50%) rotate(45deg);
        transform: translate(25%, -50%) rotate(45deg);
    }

    .split_container.about_xtaa {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .split_container.about_xtaa .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .split_container.about_xtaa .column:nth-child(odd) {
        max-width: 100%;
    }

    .split_container.about_xtaa .column:nth-child(even) {
        max-width: 100%;
    }

    .split_container.about_xtaa .column.content {
        padding: 15px;
    }

    .split_container.about_xtaa .column.image {
        height: 60vw;
    }

    footer .footer_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .column {
        max-width: 600px;
    }

    footer .social_networks {
        padding: 20px 15px;
    }

    .home_slider {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .home_slider .expo_info_navigation {
        max-width: 100%;
    }

    .home_slider .expo_image_display {
        width: 100%;
        height: 420px;
    }

    .home_slider .expo_image_display .social_networks {
        left: inherit;
        bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 20px 20px 20px;
    }

    .home_slider .expo_image_display .social_networks a {
        font-size: 23px;
    }

    .home_slider .expo_image_display .social_networks a:not(:first-child) {
        margin-left: 0px;
    }

    .home_slider .slide_img {
        height: 420px;
    }

    .home_slider .xtaa_stripe {
        font-size: 15px;
    }

    .home_slider .slide_information {
        max-width: 100%;
        padding: 20px 20px 30px 20px;
    }

    .home_slider .slide_information .expo_title p {
        font-size: 42px;
    }

    .home_slider .slide_information .expo_subtitle p {
        font-size: 28px;
    }

    .home_slider .slide_information .expo_date {
        margin-top: 16px;
    }

    .expo_list .banner_split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .expo_list .banner_split .column.info {
        background-color: #000;
    }

    .expo_list .expo_title {
        margin-bottom: 0px;
    }

    .activities_list .banner_split {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
    }

    .activities_list .column.headers {
        width: 50%;
    }

    .activities_list .column.date {
        width: 20%;
        margin-right: 0px;
    }

    .activities_list .column.image {
        width: 30%;
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .xtaa_stripe {
        top: 70px;
        font-size: 15px;
    }

    .privacy_policy .privacy_policy_text:before {
        content: none;
        display: none;
    }

    .topic_split.at50 {
        display: block;
    }

    .topic_split.at50 .column {
        width: 100%;
    }

    .topic_split.img_reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .topic_split .column.data,
  .topic_split .column.link {
        padding: 15px;
    }

    .topic_split .column.image {
        height: 300px;
    }

    .quote_container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .quote_container .quote_text {
        width: 50%;
        padding: 15px;
    }

    .xtaa_services {
        padding: 15px;
    }

    .topic_split.inventory .column.data {
        padding: 40px 40px 60px 40px;
    }

    .topic_split .spaced {
        padding: 0px;
    }
}

@media (max-width: 991px) {
    .year_event .event_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .year_event .event_item .column.date {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 100%;
    }

    .year_event .event_item .column.date .end_day,
  .year_event .event_item .column.date .year {
        margin-left: 5px;
    }

    .year_event .event_item .column.info {
        width: 100%;
        max-width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .year_event .event_item .column.image {
        width: 100%;
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .year_event .event_item .column.info {
        padding: 15px 15px;
    }

    .activities_list .banner_split {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
    }

    .activities_list .column.headers {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 70%;
    }

    .activities_list .column.date {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 30%;
    }

    .activities_list .column.image {
        height: 180px;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        width: 100%;
    }

    .visit .section_title,
  .contact .section_title,
  .directory .section_title,
  .privacy_policy .section_title {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .visit_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .visit_row .visit_column,
  .visit_row .map_column {
        width: 100%;
        max-width: 100%;
    }

    .visit_row .map_container {
        max-width: 100%;
        margin-top: 20px;
    }

    .visit_row .map_container #xtaaMap {
        width: 100%;
        height: 350px;
        max-width: 100%;
    }

    .contact .contact_form {
        margin-left: 90px;
        margin-right: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contact .contact_form form {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
    }

    .contact .contact_form form:before {
        content: none;
        display: none;
    }

    .contact .contact_form #sendForm {
        display: block;
        height: 40px;
        width: 40px;
        position: static;
    }

    .privacy_policy .xtaa_stripe {
        display: none;
    }
}

@media (max-width: 767px) {
    .activities_list .column.headers {
        width: 100%;
        padding: 15px;
    }

    .activities_list .column.headers .activity_author {
        margin-bottom: 0px;
    }

    .activities_list .column.date {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .activities_list .column.date .activity_num_day_month,
  .activities_list .column.date .activity_year,
  .activities_list .column.date .activity_hour {
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .activities_list .column.image {
        height: 160px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
    }

    .publications_list .publication_item {
        max-width: 33.3%;
    }

    .contact .contact_form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .contact .xtaa_stripe {
        display: none;
    }

    .directory .directory_list:after {
        content: none;
        display: none;
    }

    .xtaa_services .services_list .service {
        width: 50%;
    }

    .activity_header .activity_highlights {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .activity_header .activity_highlights .activity_add .activity_status:before {
        content: none;
    }

    .activity_main_image .image {
        padding: 15px;
    }

    .activity_details {
        margin-top: 20px;
        padding: 20px 0px;
    }

    .activity_details .title {
        margin-bottom: 20px;
    }

    .activity_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .activity_row .column.activity_float {
        max-width: none;
    }

    .activity_row .float_content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: static;
    }

    .activity_row .activity_resource {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    .banner_split .column.info .head {
        font-size: 32px;
    }

    .year_event .event_item .column.info {
        max-width: 100%;
    }

    .year_event .event_item .column.image {
        height: 180px;
        max-width: 100%;
    }

    .year_event .event_item .column.info {
        padding: 15px 15px;
    }

    .publications_list .publication_item {
        max-width: 50%;
    }

    .publications_list .publication_img img {
        width: 100%;
        max-width: 80%;
    }

    footer .footer_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .column {
        max-width: 100%;
    }

    footer .link_split {
        height: auto;
        margin: 0 auto;
        max-width: 400px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .link_split .contact_visit_links {
        width: 100%;
    }

    footer .link_split .directory_privacy_policy_links {
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    footer .link_split .directory_privacy_policy_links a {
        max-width: 100%;
    }

    footer .address_telephone_split,
  footer .operating_hours {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .operating_hours .days {
        margin-right: 0px;
    }

    footer .government_institutes a:not(:last-child) {
        margin-right: 30px;
    }

    footer .government_institutes a:not(:last-child):after {
        right: -15px;
    }

    footer .government_institutes a:nth-child(1) img {
        max-width: 240px;
    }

    footer .government_institutes a:nth-child(2) img {
        max-width: 240px;
    }

    footer .government_institutes a:nth-child(3) img {
        max-width: 240px;
    }

    .quote_container .quote_text {
        width: 100%;
    }

    .sq_btn .arrow_ico {
        display: block;
    }

    .sq_btn.arrow.lg {
        display: block;
    }

    .sq_btn.arrow.lg span.arrow_line {
        width: 80%;
    }

    .xtaa_services .services_list .service {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .publications_list .publication_item {
        max-width: 100%;
    }

    footer .link_split .contact_visit_links {
        font-size: 28px;
    }

    footer .link_split .directory_privacy_policy_links {
        font-size: 20px;
    }
}
