ul:not([class]),
.nav,
.day-list,
.tracks-list,
.session-list,
.speakers-list,
.sponsors-list,
.conversation-list,
.conversation-list .hold ul,
.eventset-list,
.social-list,
.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.contact-form .row:after,
.head-speaker:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #2a2243;
    background: #fff;
    font: 16px/22px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 1.3;
    }
}

body.home {
    background-image: url("../../Images/OnSite/bg-home.jpg");
    background-size: cover;
    background-position: 50% 100%;
    min-height: 100vh;
    color: #FFFFFF;
   
}
.copyrights {
    font-size:12px;
    color: gray;
    text-align:right;
}

.overflowx {
    overflow-x: hidden;
}

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

.gm-style img {
    max-width: none;
}

@media (max-width: 991px) {
    iframe {
        width: 100%;
    }
}

.resize-active * {
    transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 22px;
}

blockquote {
    border-left: 4px solid #3c3c3c;
    padding-left: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #3c3c3c;
    padding: 3px;
/*    text-align: left;
    vertical-align: top;*/
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 20px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        padding-left: 20px;
        margin: 0;
    }

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
    overflow: auto;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    box-sizing: border-box;
    border: 1px solid #9196a3;
    border-radius: 2px;
    width: 100%;
    display: block;
}

    input[type="text"]:not(textarea),
    input[type="tel"]:not(textarea),
    input[type="email"]:not(textarea),
    input[type="search"]:not(textarea),
    input[type="password"]:not(textarea),
    textarea:not(textarea) {
        height: 40px;
    }

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        outline: none;
        border-color: #3167AB;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #3c3c3c;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #3c3c3c;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #3c3c3c;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #3c3c3c;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #3c3c3c;
    }

    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

textarea {
    resize: vertical;
    vertical-align: top;
    line-height: 22px;
    height: 93px;
    min-height: 93px;
    padding: 8px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    transition: background .3s ease-in-out;
    -webkit-appearance: none;
    height: 44px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 40px;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: 2px solid #3167AB;
    border-radius: 2px;
    background: #3167AB;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    border-radius: 2px;
    min-width: 187px;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="file"]:hover,
    input[type="submit"]:hover {
        background: #fff;
        color: #3167AB;
    }

label {
    text-transform: uppercase;
    font: 600 12px/24px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
}

    label .required {
        color: #3167AB;
    }

.contact-form {
    max-width: 472px;
    margin: 0 auto 66px;
    text-align: left;
}

    .contact-form .box {
        padding: 0 35px;
        text-align: center;
        margin: 0 0 35px;
    }

        .contact-form .box p {
            margin-bottom: 5px;
        }

    .contact-form .row {
        margin: 0 0 9px;
    }

@media (min-width: 768px) {
    .contact-form .row .frame {
        width: 50%;
        float: left;
        padding: 0 14px 0 0;
    }
}

@media (min-width: 768px) {
    .contact-form .row .frame:nth-child(even) {
        padding: 0 0 0 14px;
    }
}

.contact-form input[type="submit"] {
    margin: 20px 0 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: inherit;
    font-weight: 700;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .h {
        margin-bottom: 20px;
    }
}

h1 {
    text-transform: uppercase;
    margin: 0 0 5px;
}

h2 {
    text-transform: uppercase;
    color: #3167AB;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #8d93a0;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

p {
    margin: 0 0 19px;
}

a {
    color: #3167AB;
    text-decoration: none;
    transition: color .3s ease;
}

    a:hover {
        color: #2a2243;
        text-decoration: none;
    }

ul:not([class]) {
    margin: 0 0 45px; 45px;
    line-height: 1.2;
}

ul:not([class]) li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 1px;
}

ul:not([class]) li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #2a2243;
    border-radius: 50%;
}

.btn {
    background: #FDC711;
    color: #fff;
    border: 2px solid #3167AB;
    padding: 13px 5px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 900;
    border-radius: 2px;
    letter-spacing: 3px;
    min-width: 138px;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}

@media (min-width: 768px) {
    .btn {
        min-width: 186px;
        padding: 13px 15px;
    }
}

.btn.empty {
    background: transparent;
    color: #3167AB;
}

.btn:hover {
    background: #fff;
    color: #3167AB;
    border-color: #fff;
}

.btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -8px;
}

@media (min-width: 768px) {
    .btn-group {
        margin: 0 -16px;
    }
}

.btn-group .btn {
    margin: 0 8px;
}

@media (min-width: 768px) {
    .btn-group .btn {
        margin: 0 16px;
    }
}

#nav {
    min-width: 96px;
}

.nav-opener {
    height: 16px;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    min-width: 20px;
}

@media (min-width: 768px) {
    .nav-opener {
        min-width: 28px;
    }
}

.nav-opener:hover {
    color: #3167AB;
}

    .nav-opener:hover:before,
    .nav-opener:hover:after,
    .nav-opener:hover .line {
        background: #3167AB;
    }

.nav-opener:before,
.nav-opener:after,
.nav-opener .line {
    transition: background .55s ease;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
}

@media (min-width: 768px) {
    .nav-opener:before,
    .nav-opener:after,
    .nav-opener .line {
        width: 28px;
    }
}

.nav-opener .line {
    transform: translateY(-50%);
}

.nav-opener:before {
    content: "";
    top: 0;
}

.nav-opener:after {
    content: "";
    top: auto;
    bottom: 0;
}

.nav-opener .text {
    margin: 0 0 0 29px;
}

@media (min-width: 768px) {
    .nav-opener .text {
        margin-left: 49px;
    }
}

.nav-close {
    height: 15px;
    position: absolute;
    top: 24px;
    left: 20px;
    float: left;
    font-size: 12px;
    min-width: 15px;
}

@media (min-width: 768px) {
    .nav-close {
        height: 32px;
        min-width: 31px;
        top: 32px;
        left: 44px;
    }
}

.nav-close:after,
.nav-close:before {
    transform: rotate(45deg);
    top: 50%;
    width: 20px;
    margin: 0 0 0 -5px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    content: "";
    transition: background .55s ease;
}

@media (min-width: 768px) {
    .nav-close:after,
    .nav-close:before {
        width: 40px;
    }
}

.nav-close:after {
    transform: rotate(-405deg);
    bottom: auto;
}

.nav-close:hover {
    color: #FDC711;
}

    .nav-close:hover:before,
    .nav-close:hover:after,
    .nav-close:hover .line {
        background: #FDC711;
    }

.nav-drop {
    position: fixed;
    z-index: 25;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    overflow-y: auto;
    background: #3167AB;
    transition: .55s;
    width: 100%;
    color: #FFFFFF;
    padding: 20px 15px;
    text-align: center;
    min-width: 320px;
    margin: 0 0 0 -320px;
}

@media (min-width: 768px) {
    .nav-drop {
        padding: 55px 60px;
    }
}

.nav-active .nav-drop {
    left: 0;
    margin-left: 0;
}

.menu-head {
    padding: 0 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .menu-head {
        margin-bottom: 92px;
        padding-bottom: 25px;
    }
}

.menu-head h1 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .menu-head h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

.hosted-holder {
    margin: 0 -2px;
}

    .hosted-holder > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px;
    }

    .hosted-holder .text {
        font-size: 9px;
        line-height: 16px;
        font-weight: 900;
        margin-top: 5px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .hosted-holder .hosted-link {
        font-size: 17px;
        line-height: 20px;
        color: #FFFFFF !important;
    }

.nav {
    margin: 0 auto 30px;
    width: 87%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .nav {
        column-count: 2;
        column-gap: 5px;
        font-size: 41px;
        line-height: 44px;
        margin-bottom: 98px;
    }
}

.nav li {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .nav li {
        margin: 0 0 41px;
        padding: 0 5px;
    }
}

.nav li.active a {
    color: #FDC711;
}

.nav a {
    color: #FFFFFF;
}

    .nav a:hover {
        color: #FDC711;
    }

.menu-footer {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
}

@media (min-width: 768px) {
    .menu-footer {
        padding: 34px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.menu-footer a {
    color: #FFFFFF;
}

    .menu-footer a:hover {
        color: #FDC711;
    }

.menu-footer .hosted-link {
    font-size: 15px;
    line-height: 18px;
}

.menu-footer .social-list {
    -ms-flex-pack: center;
    justify-content: center;
}

.day-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 20px 1px;
}

    .day-list li {
        width: 33.3%;
        border: 1px solid #e9e9e9;
        margin: 0 0 0 -1px;
    }

@media (min-width: 768px) {
    .day-list li {
        width: 20%;
    }
}

.day-list li a {
    display: block;
    padding: 17px 10px;
    height: 100%;
    color: #2d2447;
    transition: color .3s ease, background .3s ease;
}

    .day-list li a:hover {
        background: #2d2447;
        color: #fff;
    }

        .day-list li a:hover time {
            color: #fff;
        }

    .day-list li a.active {
        background: #2d2447;
        color: #fff;
    }

        .day-list li a.active time {
            color: #fff;
        }

.day-list .day {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .day-list .day {
        font-size: 30px;
        line-height: 34px;
    }
}

.day-list time {
    color: #8d93a0;
    transition: color .3s ease;
}

.tracks-list {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin: -1px -1px 0 0;
    border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 768px) {
    .tracks-list {
        font-size: 18px;
        line-height: 22px;
    }
}

.tracks-list li {
    min-width: 15%;
    width: 100%;
    border: solid #e9e9e9;
    border-width: 1px 1px 1px 0;
    margin: 0 0 -1px;
    display: -ms-flexbox;
    display: flex;
}

.tracks-list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 10px 17px;
    position: relative;
    width: 100%;
    transition: color .3s ease, background .3s ease;
}

    .tracks-list a:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        border-style: solid;
        border-color: #3167AB transparent;
        border-width: 5px 5px 0;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .tracks-list a:hover {
        background: #3167AB;
        color: #fff;
    }

        .tracks-list a:hover time {
            color: #fff;
        }

    .tracks-list a.active {
        background: #3167AB;
        color: #fff;
    }

        .tracks-list a.active:before {
            opacity: 1;
        }

        .tracks-list a.active time {
            color: #fff;
        }

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

@media (min-width: 768px) {
    .session-list li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.home .session-list li {
    display: flex;
}

.session-list .photo-holder {
    padding: 35px 0 20px;
    position: relative;
    z-index: 1;
    width: 42px;
    display: none;
}

@media (min-width: 768px) {
    .session-list .photo-holder {
        display: block;
    }
}

.session-list .photo-holder:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    z-index: -1;
}

.session-list .photo-holder .frame {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #3167AB;
    width: 42px;
    height: 42px;
    display: block;
}

.session-list .photo-holder img {
    border-radius: 50%;
}

.session-list .description-holder {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 24px;
    padding: 28px 0 16px;
}

@media (min-width: 768px) {
    .session-list .description-holder {
        width: calc(100% - 100px);
    }
}

.session-list .description-holder.active a:before {
    content: "\e901";
}

.session-list .description-holder time {
    display: block;
    margin: 0 0 5px;
    color: #3167AB;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .session-list .description-holder time {
        margin-bottom: 16px;
    }
}

.session-list .description-holder .opener {
    display: block;
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 40px 8px 0;
    margin: 0 0 11px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

@media (min-width: 768px) {
    .session-list .description-holder .opener {
        font-size: 22px;
        line-height: 26px;
    }
}

.session-list .description-holder .opener:before {
    content: "\e900";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    font: 28px/1 "icomoon";
    color: #3167AB;
}

.session-list .description-holder .opener:hover {
    color: #3167AB;
}

.session-list .description-holder .slide p {
    margin-bottom: 0;
}

.speakers-list {
    text-align: center;
    margin: 0 0 -27px;
    color: #3c3c3c;
    font-size: 15px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .speakers-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.speakers-list li {
    margin: 0 0 27px;
}

@media (min-width: 768px) {
    .speakers-list li {
        padding: 0 30px;
        width: 33.33%;
    }
}

.speakers-list .photo-holder {
    margin: 0 0 16px;
}

    .speakers-list .photo-holder img {
        border-radius: 50%;
    }

.name {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #3167AB;
    margin: 0 0 9px;
}

.position {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 14px;
    color: #8d93a0;
    margin: 0 0 9px;
}

.back-holder {
    margin: 0 0 15px;
    text-align: right;
}

@media (min-width: 768px) {
    .back-holder {
        margin-bottom: 3px;
    }
}

.back {
    text-transform: uppercase;
    font: 700 14px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 2px;
    padding: 0 0 0 34px;
    position: relative;
}

    .back:before {
        content: "\e906";
        font-family: "icomoon";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
    }

.head-speaker {
    margin: 0 0 29px;
}

@media (min-width: 768px) {
    .head-speaker {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        max-width: 630px;
    }
}

.head-speaker .photo-holder {
    width: 178px;
    margin: 0 auto 25px;
}

@media (min-width: 768px) {
    .head-speaker .photo-holder {
        margin: 0;
    }
}

.head-speaker .photo-holder img {
    border-radius: 50%;
}

.head-speaker .info-holder {
    font-size: 15px;
    line-height: 18px;
    color: #3c3c3c;
}

@media (min-width: 768px) {
    .head-speaker .info-holder {
        width: calc(100% - 168px);
        padding: 35px 0 0 50px;
    }
}

.head-speaker p {
    margin: 0;
}

.head-speaker .name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 4px;
    margin-bottom: 11px;
}

.head-speaker .position {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.body-speakers {
    font: 14px/20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #6c6c6c;
}

@media (min-width: 768px) {
    .body-speakers {
        font-size: 16px;
        line-height: 28px;
    }
}

.sponsors-holder p {
    margin: 0 0 64px;
}

.sponsors-holder .title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #2a2243;
    padding: 0 0 7px;
    margin: 0 0 18px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.sponsors-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -21px 53px;
}

    .sponsors-list li {
        padding: 0 21px 10px;
    }

.conversation-list {
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .conversation-list {
        font-size: 22px;
        line-height: 26px;
    }
}

.conversation-list > li {
    padding: 0 0 0 45px;
    position: relative;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .conversation-list > li {
        padding-left: 68px;
    }
}

.conversation-list > li:before {
    font-family: "icomoon";
    content: "\e903";
    position: absolute;
    left: 0;
    top: 33px;
    color: #3167AB;
    font-size: 28px;
}

@media (min-width: 768px) {
    .conversation-list > li:before {
        font-size: 45px;
    }
}

.conversation-list p {
    margin: 0;
}

.conversation-list .box {
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    padding: 15px 10px;
    position: relative;
}

@media (min-width: 768px) {
    .conversation-list .box {
        padding: 32px 44px;
    }
}

.conversation-list .box:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 38px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid #f3f3f3;
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
}

.conversation-list .hold {
    margin: 0 -10px 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .conversation-list .hold > * {
        padding: 0 10px;
    }

    .conversation-list .hold ul {
        color: #8d93a1;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        display: -ms-flexbox;
        display: flex;
    }

        .conversation-list .hold ul li {
            padding: 0 0 0 10px;
        }

            .conversation-list .hold ul li:before {
                width: 4px;
                height: 4px;
                background: #8d93a1;
                left: 5px;
            }

            .conversation-list .hold ul li:first-child {
                padding-left: 0;
            }

                .conversation-list .hold ul li:first-child:before {
                    display: none;
                }

        .conversation-list .hold ul a {
            color: inherit;
        }

            .conversation-list .hold ul a:hover {
                color: #2a2243;
            }

@media (min-width: 768px) {
    .map-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 22px;
    }
}

.map-holder .eventset {
    position: relative;
    margin: 0 auto 20px;
    max-width: 480px;
}

@media (min-width: 768px) {
    .map-holder .eventset {
        width: 53.3%;
        margin-bottom: 0;
        max-width: 100%;
    }
}

.map-holder .eventset img {
    max-width: 100%;
    width: 100%;
}

.map-holder .text-holder {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .map-holder .text-holder {
        padding: 0 0 0 61px;
        width: 46.7%;
    }
}

.map-holder .text-holder:only-child {
    width: 100%;
}

.map-holder .text-holder .link {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
}

.eventset-list {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

    .eventset-list li {
        position: absolute;
    }

    .eventset-list a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        width: 4.3vw;
        height: 4.3vw;
        max-width: 44px;
        max-height: 44px;
        min-width: 28px;
        min-height: 28px;
        color: #fff;
        background: #3167AB;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        transition: background .3s ease;
    }

        .eventset-list a.active,
        .eventset-list a:hover {
            background: #3c3c3c;
        }

#header {
    /*background-image: url(../../Images/OnSite/bg-header.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 22px 0;
    background-color: #FDC711;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.home #header {
    padding: 20px 0;
    margin: 0 0 40px;
    background: transparent;
}

@media (min-width: 768px) {
    .home #header {
        margin-bottom: 98px;
        padding: 37px 0;
    }
}

@media (min-width: 768px) {
    .home #header .container {
        padding: 0 45px;
    }
}

.home #header .home-elements {
    display: block;
}

.home #header .title-page {
    display: none;
}

#header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .nav-drop .container {
    display: block;
}

#header .social-list {
    font-size: 15px;
    line-height: 22px;
    margin-top: 4px;
}

    #header .social-list a {
        color: #FFFFFF;
    }

        #header .social-list a:hover {
            color: #3167AB;
        }

#header #nav .social-list {
    font-size: 18px;
    margin: 12px 0 10px;
}

@media (min-width: 768px) {
    #header #nav .social-list {
        margin: 0;
    }
}

#header #nav .social-list a:hover {
    color: #FDC711;
}

#header #nav .hosted-link:hover {
    color: #FDC711;
}

.home-elements {
    display: none;
}

.hosted-link {
    color: #FFFFFF;
    font-size: 23px;
    line-height: 26px;
    margin-left:20px;
}

    .hosted-link:hover {
        color: #3167AB;
    }

.title-page h1 {
    color: #fff;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    /*text-shadow: 5px 5px 0 #1e1931;*/
    margin: 0;
}

    .title-page h1 .large {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #3167AB;
    }

@media (min-width: 768px) {
    .title-page h1 .large {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 8px;
    }
}

#wrapper {
    overflow: hidden;
}

.container {
    padding: 0 15px;
    max-width: 1024px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        padding: 0 33px;
    }
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

.social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 20px;
}

    .social-list li {
        padding: 0 16px;
    }

    .social-list a {
        color: #2a2243;
    }

        .social-list a:hover {
            color: #3167AB;
        }

#main {
    padding: 138px 0;
    font-weight: 700;
}

.information-holder {
    padding: 138px 0 50px;
    text-align: center;
}

.information-holder h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    margin: 0 0 33px;
    text-shadow: 5px 5px 0 #1e1931;
}

.information-holder img {
    max-height: 38px;
    margin-right: 10px;
}



@media (min-width: 768px) {
    .information-holder h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .information-holder img {
        max-height: 65px;
        margin-right: 20px;
    }
}

.contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 -10px 18px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .contact-list {
        letter-spacing: 4px;
        font-size: 17px;
        line-height: 18px;
    }
}

.contact-list li {
    margin: 0 10px 5px;
    position: relative;
    padding: 0 0 0 25px;
}

@media (min-width: 768px) {
    .contact-list li {
        padding-left: 35px;
    }
}

.contact-list a {
    color: #FFFFFF;
}

    .contact-list a:hover {
        color: #3167AB;
    }

.contact-list i {
    color: #3167AB;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .contact-list i.icon-location {
        font-size: 21px;
    }

.small-box {
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .small-box {
        max-width: 82%;
        margin: 0 auto;
    }
}

.small-box.center {
    text-align: center;
}

.text-hold {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin: 0 0 29px;
}

@media (min-width: 768px) {
    .text-hold {
        font-size: 24px;
        line-height: 28px;
    }
}

.agenda-holder {
    border: 1px solid #e9e9e9;
    padding: 0 0 50px;
}

.tab-content {
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .tab-content {
        padding: 13px 105px 33px 73px;
    }
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.contact-holder {
    text-align: center;
}

    .contact-holder .social-list {
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 22px;
    }

.title-social {
    margin: 0 0 22px;
    display: block;
}

#footer {
    background: #fff;
}

@font-face {
    font-family: "icomoon";
    src: url("../../Fonts/OnSite/icomoon.eot?jp625k");
    src: url("../../Fonts/OnSite/icomoon.eot?jp625k#iefix") format("embedded-opentype"), url("../../Fonts/OnSite/icomoon.ttf?jp625k") format("truetype"), url("../../Fonts/OnSite/icomoon.woff?jp625k") format("woff"), url("../../Fonts/OnSite/icomoon.svg?jp625k#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
    content: "\e909";
}

.icon-calendar:before {
    content: "\e907";
}

.icon-arrow-left:before {
    content: "\e906";
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-up:before {
    content: "\e901";
}

.icon-instagram:before {
    content: "\e902";
}

.icon-twitter:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-google-plus:before {
    content: "\e905";
}

.icon-linkedin:before {
    content: "\eaca";
}
