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

b {
    font-weight: 500;
}

* {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

.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: 9.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: 19.2px;
    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: 400px;
}

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

nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1040;
    height: 120px;
    font-family: 'Alegreya Sans SC';
    background-color: #fff;
}

nav .nav_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    height: 120px;
    -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;
}

nav .site_logo img {
    width: 100px;
}

nav .links {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

nav .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

nav .links li {
    color: #000;
    font-size: 18px;
    max-width: 160px;
    line-height: 1.1em;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
}

nav .links li a {
    color: inherit;
}

nav .links .parent_link {
    position: relative;
}

nav .links .parent_link:hover .child_link {
    opacity: 1;
}

nav .links .parent_link:hover .child_link li a {
    pointer-events: auto;
}

nav .links .parent_link .child_link {
    left: 0px;
    opacity: 0;
    right: 0px;
    width: 100%;
    bottom: 0px;
    padding: 0 5px 5px 5px;
    display: block;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

nav .links .parent_link .child_link:hover {
    opacity: 1;
}

nav .links .parent_link .child_link:hover li {
    display: inline-block;
}

nav .links .parent_link .child_link:hover li a {
    pointer-events: auto;
}

nav .links .parent_link .child_link li {
    display: block;
    font-size: 16px;
    text-align: right;
}

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

nav .lang_menu_container {
    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;
}

nav .language {
    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;
}

nav .language .options {
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

nav .language .options a {
    color: inherit;
    display: block;
    line-height: 1.2em;
    opacity: 0.5;
}

nav .language .options a.active {
    opacity: 1;
}

nav .language .symbol {
    margin-left: 10px;
}

nav .mobile_menu_trigger {
    width: 40px;
    height: 42px;
    display: none;
    margin-left: 15px;
}

nav .mobile_menu_trigger .menu_btn {
    width: 100%;
    cursor: pointer;
    display: block;
    height: inherit;
    position: relative;
}

nav .mobile_menu_trigger .menu_btn .line {
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

nav .mobile_menu_trigger .menu_btn .line.top {
    top: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

nav .mobile_menu_trigger .menu_btn .line.middle {
    top: 20px;
}

nav .mobile_menu_trigger .menu_btn .line.bottom {
    top: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

nav .mobile_menu_trigger .menu_btn.open .line.top {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav .mobile_menu_trigger .menu_btn.open .line.middle {
    opacity: 0;
}

nav .mobile_menu_trigger .menu_btn.open .line.bottom {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.website_content {
    margin-bottom: 60px;
    max-width: 1300px;
    margin: 120px auto 0 auto;
    min-height: calc(100vh - 120px);
    background-color: #fff;
}

.home_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 80px;
    background-color: #fff;
}

.home_slider .xtaa_stripe {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 800;
    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: #000;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    text-transform: uppercase;
}

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

.home_slider .expo_info_navigation {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
}

.home_slider .expo_image_display {
    height: 65vh;
    position: relative;
    width: calc(100% - 500px);
}

.home_slider .expo_image_display .social_networks {
    position: absolute;
    bottom: -80px;
    left: 0px;
    right: 0px;
    z-index: 200;
    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;
    background-color: #000;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 100px 20px 20px;
}

.home_slider .expo_image_display .social_networks a {
    color: #fff;
    font-size: 30px;
}

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

.home_slider .expo_item {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
}

.home_slider .slide_information {
    width: 100%;
    padding: 20px 40px 50px 40px;
    max-width: 500px;
}

.home_slider .slide_information .expo_title p {
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Alegreya Sans';
}

.home_slider .slide_information .expo_subtitle p {
    font-size: 40px;
    font-family: 'Open Sans';
    line-height: 1.2em;
    margin-bottom: 0px;
    font-weight: 300;
}

.home_slider .slide_information .expo_date {
    font-size: 24px;
    margin-top: 26px;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Alegreya Sans SC';
}

.home_slider .slide_information .expo_date p {
    margin-bottom: 0px;
}

.home_slider .slide_img {
    width: 100%;
    height: 65vh;
    background-size: cover;
    background-position: center;
}

.home_slider .slide_img.pos_top {
    background-position: center top;
}

.home_slider .slide_img.pos_bottom {
    background-position: center bottom;
}

.home_slider .slider_controls {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
}

.home_slider .slider_controls .arrow {
    position: absolute;
    top: 50%;
    opacity: 0.8;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.home_slider .slider_controls .arrow:hover {
    opacity: 1;
    cursor: pointer;
}

.home_slider .slider_controls .arrow img {
    width: 100%;
    max-width: 50px;
}

.home_slider .slider_controls .arrow.left_arrow {
    left: 40px;
}

.home_slider .slider_controls .arrow.right_arrow {
    right: 40px;
}

.home_slider .slider_controls .slick-dots {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 0px;
}

.home_slider .slider_controls .slick-dots li {
    margin: 0 8px;
    display: inline-block;
}

.home_slider .slider_controls .slick-dots li button {
    display: block;
    opacity: 1;
    color: transparent;
    font-size: 0px;
    height: 18px;
    width: 18px;
    border: none;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.home_slider .slider_controls .slick-dots li button:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50px;
    background-color: #fff;
    border: 3px solid #808080;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.home_slider .slider_controls .slick-dots li.slick-active button:after {
    background-color: #000;
    border: 3px solid #000;
}

.eyecatch_links {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.eyecatch_links .links {
    width: 100%;
    margin: 0 auto;
    max-width: 280px;
    position: relative;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    padding: 80px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 500;
    font-family: 'Alegreya Sans SC';
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eyecatch_links .links:after {
    content: '';
    width: 1px;
    top: 50%;
    left: 50%;
    height: 140px;
    display: block;
    position: absolute;
    background-color: #000;
    -webkit-transform: translate(25%, -50%) rotate(45deg);
    -ms-transform: translate(25%, -50%) rotate(45deg);
    transform: translate(25%, -50%) rotate(45deg);
}

.eyecatch_links .links a {
    color: inherit;
}

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

.activities_list {
    margin-bottom: 80px;
}

.activities_list .activity {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.activities_list .activity:not(:last-child) {
    margin-bottom: 15px;
}

.activities_list .banner_split {
    width: 100%;
    max-width: 900px;
}

.activities_list .column.headers {
    width: 45%;
    border-color: #b5b5b5;
    padding: 20px 30px;
    font-family: 'Alegreya Sans';
}

.activities_list .column.headers .activity_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
}

.activities_list .column.headers .activity_author {
    font-size: 24px;
    font-weight: 300;
}

.activities_list .column.date {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-family: 'Open Sans';
    margin-right: 15px;
    -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;
    background-color: #000;
}

.activities_list .column.date .activity_day,
.activities_list .column.date .activity_hour {
    font-weight: 700;
}

.activities_list .column.date .activity_day,
.activities_list .column.date .activity_num_day_month {
    margin-bottom: 0px;
}

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

.topic_split {
    font-size: 17.6px;
}

.topic_split.at50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.topic_split.inventory {
    background-color: #f5f5f5;
}

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

.topic_split .spaced {
    padding: 40px 20px;
}

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

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

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

.topic_split .column.data.line,
.topic_split .column.link.line {
    position: relative;
    overflow: hidden;
}

.topic_split .column.data.line:before,
.topic_split .column.link.line:before {
    content: '';
    display: block;
    height: 50vw;
    width: 1px;
    position: absolute;
    bottom: -10vw;
    right: 20vw;
    background-color: rgba(0,0,0,0.5);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.topic_split .column.data ul,
.topic_split .column.link ul,
.topic_split .column.data ol,
.topic_split .column.link ol {
    font-family: 'Alegreya Sans';
    margin-bottom: 0px;
    padding-left: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.topic_split .column.data ul li,
.topic_split .column.link ul li,
.topic_split .column.data ol li,
.topic_split .column.link ol li {
    margin-bottom: 15px;
}

.topic_split .column_title {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px;
}

.quote_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quote_container .quote_text {
    width: 48.5%;
    font-size: 18px;
    padding: 10px 40px;
    font-family: 'Alegreya Sans';
    font-weight: 700;
    text-transform: uppercase;
}

.quote_container .quote_text p:last-child {
    margin-bottom: 0px;
}

.xtaa_services {
    padding: 40px;
    font-size: 17.6px;
}

.xtaa_services .title {
    position: relative;
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 300;
    margin-bottom: 20px;
}

.xtaa_services .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
}

.xtaa_services .title p {
    z-index: 10;
    position: relative;
    margin-bottom: 0px;
    padding-right: 20px;
    display: inline-block;
    background-color: #fff;
}

.xtaa_services .services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.xtaa_services .services_list .service {
    width: 33.3%;
    padding: 15px;
    font-family: 'Open Sans';
}

.xtaa_services .services_list .service_title {
    font-family: 'Alegreya Sans';
    font-weight: 700;
    font-weight: 700;
    text-transform: uppercase;
}

.activity_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.activity_header .activity_highlights {
    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;
    color: #fff;
    padding: 40px 15px;
    background-color: #000;
}

.activity_header .activity_highlights .activity_main {
    width: 60%;
}

.activity_header .activity_highlights .activity_main .activity_name + .activity_author {
    margin-top: 30px;
}

.activity_header .activity_highlights .activity_main .activity_complementary_name + .activity_author {
    margin-top: 30px;
}

.activity_header .activity_highlights .activity_name {
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Alegreya Sans';
}

.activity_header .activity_highlights .activity_complementary_name {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Alegreya Sans';
}

.activity_header .activity_highlights .activity_author {
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 300;
    margin-bottom: 0px;
}

.activity_header .activity_highlights .activity_add {
    width: 40%;
    font-size: 24px;
    font-family: 'Alegreya Sans';
}

.activity_header .activity_highlights .activity_add p {
    line-height: 1.2em;
    margin-bottom: 0px;
}

.activity_header .activity_highlights .activity_add .activity_status {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.activity_header .activity_highlights .activity_add .activity_status:before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    left: -80px;
    top: 50%;
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
}

.activity_details {
    position: relative;
    margin-top: 30px;
    padding: 60px 0px;
}

.activity_details:before {
    content: '';
    display: block;
    width: 600px;
    height: 1px;
    top: 220px;
    left: -140px;
    z-index: 10;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: rgba(0,0,0,0.4);
}

.activity_details .title {
    font-family: 'Open Sans';
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 100px;
}

.activity_details .activity_information {
    font-size: 20.8px;
    font-family: 'Alegreya Sans';
    font-weight: 300;
}

.activity_row {
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.activity_row .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.activity_row .column.activity_float {
    width: 100%;
    max-width: 250px;
}

.activity_row .float_content {
    display: block;
    width: 250px;
    top: 130px;
    left: 0px;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 10px;
    padding-right: 20px;
}

.activity_row .activity_date {
    font-size: 24px;
    font-family: 'Alegreya Sans';
    font-weight: 300;
}

.activity_row .activity_date p:not(:last-child) {
    line-height: 1.2em;
    margin-bottom: 0px;
}

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

.activity_row .activity_resource .resource_link {
    cursor: pointer;
    display: inline-block;
}

.activity_row .activity_resource .resource_name {
    font-size: 28px;
    font-family: 'Alegreya Sans';
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

.activity_row .activity_resource .resource_icon {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.activity_row .activity_resource:hover .resource_icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.activity_main_image .image {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    max-width: 750px;
}

.activity_main_image .image img {
    width: 100%;
}

.activity_gallery img {
    width: 100%;
    margin-bottom: 15px;
}

footer {
    background-color: #fff;
}

footer .footer_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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer_row:nth-child(1) {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

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

footer .link_split {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .link_split:after {
    content: '';
    display: block;
    width: 1px;
    top: 50%;
    left: 50%;
    height: 200px;
    position: absolute;
    background-color: #000;
    -webkit-transform: translate(25%, -50%) rotate(45deg);
    -ms-transform: translate(25%, -50%) rotate(45deg);
    transform: translate(25%, -50%) rotate(45deg);
}

footer .link_split a {
    color: #000;
}

footer .link_split .contact_visit_links,
footer .link_split .directory_privacy_policy_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Alegreya Sans SC';
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}

footer .link_split .contact_visit_links {
    font-size: 22.4px;
    line-height: 1.2em;
    font-weight: 500;
}

footer .link_split .directory_privacy_policy_links {
    font-size: 20.4px;
    font-weight: 300;
}

footer .link_split .directory_privacy_policy_links a {
    display: block;
    max-width: 140px;
    line-height: 1.2em;
}

footer .address_telephone_split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -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;
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .address_telephone_split .address {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 500;
    font-family: 'Alegreya Sans SC';
}

footer .address_telephone_split .address p {
    margin-bottom: 0px;
}

footer .address_telephone_split .telephone {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Alegreya Sans SC';
}

footer .operating_hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    font-size: 24px;
    margin-top: 0px;
    -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;
    font-weight: 300;
    font-family: 'Alegreya Sans SC';
    text-transform: uppercase;
    border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

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

footer .operating_hours p {
    margin-bottom: 0px;
}

footer .social_networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    padding: 40px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .social_networks a {
    color: #000;
    font-size: 40px;
    text-decoration: none;
}

footer .government_institutes {
    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;
    padding: 40px 15px;
}

footer .government_institutes a {
    display: block;
    position: relative;
}

footer .government_institutes a img {
    width: 100%;
}

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

footer .government_institutes a:not(:last-child):after {
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c49853;
}

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

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

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

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