/* test */
#icons {
background-color:#fff;
padding:3rem 0 0 0;
}

body {
    overflow-x: hidden;
}

span, p {
    line-height: 1.6!important;
}

.iconitem {
    width: 70%;
    border-radius: 50%;
    border: 2px solid;
    margin-bottom: 1.5rem;

}
.icon1 {
    /* border-color: #64a19d;*/
    border-color: #000;

}

.about-section {
    padding-top: 0;
    background: linear-gradient(to right, #4d9ba9, #1b6a84 );
    color: #fff;
    font-family: 'Exo', sans-serif;

}

.download-section {
    padding-top: 0;
    background: linear-gradient(to right, #a95b4d, #cc5b4d );
    color: #fff;
    font-family: 'Exo', sans-serif;
}

.pt5 {
padding-top:5rem;
}
.pt3 {
padding-top:3rem;
}
.pb5 {
    padding-bottom: 5rem;
}
.mb5 {
    margin-bottom: 5rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.pb1 {
    padding-bottom: 1rem;
}
.pb2 {
    padding-bottom: 2rem;
}
.p1 {
    padding: 1rem;
}
.sponsorimg {
    border: 1px solid #f4f2f0;
    padding: 1em;
    height: 100%!important;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border:none;

    }
}

.aboutSection {
    border: 1px solid #000;
    padding: 3rem;
    min-height: 26rem;
}

.projects-section {
    padding: 5rem 0;
}

#mainNav .nav-link {
   color: #000;
}

.boxshadow {
    box-shadow: 5px 10px #ddd;
}



.dlImg {
    transition: all .2s ease-in-out;
}

.dlImg:hover {
    transform: scale(1.05);
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.masthead1 {
    position: relative;
    width: 100%;
    height: 1rem;
    max-height: 15rem;
    padding: 3rem 0;
    /*background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-masthead.jpg");*/
    /*background: url("../img/bg-masthead.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 60rem;

}
    .about-section p {
    margin-bottom: 1rem;
}



.highlightedtime {
    border-top: solid 1px #64a19d;
    border-bottom: solid 1px #64a19d;
    margin-bottom: 2rem;
    padding: 0.5rem 0 0.25rem 0;
}
.highlightedtime2 {
    border-top: solid 1px #64a19d;
    border-bottom: solid 1px #64a19d;
    background-color: #64a19d;
    color:#fff;
    margin-bottom: 2rem;
    padding: 0.5rem 0 0.25rem 0;
}
.highlight-speaker {
    /*border: solid 1px #de5b49;*/
    background-color: #d99a91;
    color:#fff;
    margin-bottom: 2rem;
    padding: 0.5rem;
}

.regulartime {
    padding: 0.75rem 0 0.75rem 0;
}


/*provided styles*/

body {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .0625em;
    line-height: 1.4em;
    color: rgba(0,0,0,.6);
    overflow-x: hidden;
}


h1 {
    font-family: 'concave-tuscan', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(255,255,255,.75);
}
.masthead h1 {
    font-family: 'oswald', sans-serif;
    font-style: normal;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2em;
    color: #de5b49;
}
.masthead h2 {
    font-family: 'oswald', sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #de5b49;
}

h2 {
    font-family: 'oswald', sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #de5b49;
}

h3 {
    font-family: 'oswald', sans-serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.2em;
    color: #195668;
}

h4 {
    font-family: 'oswald', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.2em;
    color: #195668;
}

.download-section {
    background: rgba(224,91,72,0.85);
}

.btn {
    font-family: 'josefin sans', sans-serif;
}

.btn-block {
    width:auto;
}

.btn-primary {
    background-color: #69c9cd;
}

a {
    color: #fff;
    text-decoration: none
}

.card-title {
    margin-bottom: 1.75rem;
}

.agendalist .nav-item a {
    background-color: #64a19d;
    color: #fff;
    border-color: #ddd;
}

.agendalist .nav-tabs {
    border-color: #64a19d;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #64a19d;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.smbutton {
   margin:0.75rem 0.75rem 0 0;
   font-size:large;
}

.mt-3 {
    margin-top:0.25rem;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 5rem !important;
}

@media (min-width: 576px) {
    .mt-sm-5, .my-sm-5 {
        margin-top: 15rem !important;
    }
}
@media(min-width:960px) {
    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }
}

#mainNav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
}

@media (min-width: 1200px) {
    #mainNav .container {
        max-width: 1400px;
    }
}

.colorBlack {color:#000;}
.colorNavy {color:#003785;}
.colorSkyBlue {color:#1b66cf;}
.colorRed {color:#F00;}
.colorGreen {color:#52b000;}

.redbox {
    padding: 1.25rem 2rem;
    font-family: 'Oswald';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
    color: #fff;
    background-color: #dc3545;
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
}

#sponsorcontent a {color:#64a19d;}
.sponsor-description a {color: #64a19d;}
.feature-button {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    font-family: 'oswald', sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #e8e8e8;
    border-bottom-right-radius: 5px;
    font-size: small;
    border-bottom-left-radius: 5px;
    margin-right: 0.25rem;
    margin-top: -10px;
}

footer {
    background-color: #161616 !important;
    color: #fff;
    text-align: center !important;
    font-size: 80%;
    font-weight: 400;
    padding: 5rem 0;
}

@media (min-width: 992px) {
    #mainNav.navbar-shrink {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }
}

#navbar-shrink {
    min-height: 56px;
    background-color: #fff;

}

.btn {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0,0,0,.1) !important;
    padding: 1.25rem 2rem;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
}

#mainNav {
    min-height: 56px;
    background-color: #fff;
}
@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }
}

#events-tab {
    position: fixed;
    top:85%;
    left: 0;
    border: 1px solid #ddd;
    background-color: #ffc768;
    z-index:9999;
    padding:0.5rem;
    cursor: pointer;
}



/**umb_name:Heading XL*/
.HeadingXL {
    font-size: 5rem;
}

/**umb_name:Heading Lg*/
.HeadingLg {
    font-size: 4rem;
}

/**umb_name:Heading*/
.Heading {
    font-size: 2rem;
}

/**umb_name:Normal Text*/
.NormalText {
    font-size: 1rem;
}

.agendalist p {
    text-align: left;
}

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

.about-section-inner {
    padding-top: 3rem;
}
@media (max-width: 481px) {
    .btn {
        margin-bottom: 0.4rem;
    }
    .owl-carousel .owl-item img {
        margin-left: 25%;
        margin-top: 20px;
    }

    .about-section {
        padding: 0;
    }
    .about-section-inner {
        padding-top: 1rem;
    }

    .about-section-inner iframe {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding-top: 0;
    }
}
@media (max-width: 1024px) {
    .Heading {
        font-size: 1.2rem;
    }
}

.card-body p:nth-last-child(2) {
    height: 180px !important;
}


.dropdown-menu {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position:absolute;
    z-index:1;
    display:none;
    top:28px;
}

.dropdown-item {
    padding: 0.25rem 2.0rem;
    font-weight:bolder;
    white-space:pre-wrap;
}

@media (min-width: 992px) {
    .dropdown-menu {
        background-color: #e8e8e8;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .dropdown-item {
        padding: 0.40rem 2.0rem 0.2rem;
    }
}

li.nav-item.dropdown
{
    padding-left:10px;
    padding-right:10px;
    position:relative;
}

li.nav-item
{
    padding: 0px 10px 0px 10px;
}

div.collapse.navbar-collapse .navbar-nav.ml-auto > li.nav-item.dropdown > a.nav-link.dropdown-toggle:hover + div.dropdown-menu {
    display: block;
}

div.collapse.navbar-collapse .navbar-nav.ml-auto > li.nav-item.dropdown:hover div.dropdown-menu
{
    display:block;
}
ul.navbar-nav.ml-auto li > a {
    /*width: 140px;*/
    width:100%;
    text-align: center;
}

ul.navbar-nav.ml-auto li {
    padding-left: 10px;
    padding-right: 10px;
}

/*To hide the register button in rate page if now link is added*/
.hideRegisterButton {
    display:none!important;
}

/*Minisite Agenda Page CSS Changes*/
ul.nav.nav-tabs.agenda-day-ul {
    border: none;
    margin-bottom: 1.5em;
}

a.nav-link.agenda-day-tabs-links {
    border: 3px solid #EF9221 !important;
    color: #EF9221 !important;
    background-color: white !important;
    border-radius: 0.25em;
}

a.nav-link.agenda-day-tabs-links.active {
    border: 3px solid #40423f !important;
    color: black !important;
    background-color: #EF9221 !important;
}

a.nav-link.agenda-day-tabs-links:hover
{
    border: 3px solid #EF9221;
    color: black !important;
    background-color: #EF9221 !important;
}

a.nav-link.agenda-day-tabs-links.active.show {
    background-color: #EF9221 !important;
    color: black !important;
    border-color: #40423f !important;
}

.headLineAgenda {
    text-align: center;
    background-color: #EF9221;
    margin-bottom: 1em;
}

.headLineAgenda h2
{
    color:white;
    padding:0.2em 0em;
}

.tabGrouping{
    display:flex;
}

ul.nav.nav-tabs.agenda-filter-ul, ul.nav.nav-tabs.timezone-filter-ul {
    border: none;
}

a.nav-link.agenda-filter-tabs-links, a.nav-link.agenda-filter-tabs-links:hover {
    border: 3px solid grey;
    color: white !important;
    background-color: grey !important;
    border-radius: 0.25em;
    cursor:pointer;
}

#filtersTagDiv {
    overflow: hidden;
    display: none;
    margin: 2em 0.5em;
}

.tagButtonFilter {
    border: none;
    padding: 0.3em 0.8em;
    border-radius: 10px;
    cursor: pointer;
    outline: none !important;
    margin: 0.5em 0.3em;
}

.tagButtonFilter.filterActive{
    background-color:black;
    color:white;
}

#resetFilter {
    border: none;
    padding: 0.3em 0.8em;
    border-radius: 10px;
    cursor: pointer;
    outline: none !important;
    background-color: #40423f;
    color: white;
}

/*Timezone related CSS Changes*/
.time-zones-div {
    display: none;
}

.timeGroup::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 90%;
    border: 2px solid #ef9221;
}

.timeGroup {
    color: black;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items:center;
    position: relative;
    width: 100px;
    height: 100%;
}

.timeGroup span {
    z-index: 1;
    padding: 8px 0px;
    font-weight:bold;
}

.agendaItemsGroup {
    display: flex;
    flex-wrap: nowrap;
    margin: 1em 0em;
    padding: 0.5em 0em;
}

.time-slot-wrapper {
    flex-wrap: nowrap;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.time-zones-main-container {
    display: flex;
}

.breakTimeZoneContainerClass{
    background:none;
    color: #8c8b87;
}

.breakHeaderClass {
    color: #8c8b87;
}

.breakBorderClass {
    border: 1px solid #e3e3e3;
}

.breakTimeRangeVerticalClass{
    justify-content:center;
}

.breakTimeRangeVerticalClass::before {
    content: none;
}

.breakContentContainerClass {
    align-items:center;
}

.generalTimeZoneContainerClass, .concurrentTimeZoneContainerClass {
    background-color: #e2e3e2;
}

.keynoteTimeZoneContainerClass {
    background-color: #ffe293;
}

.agenda-sessions-content-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em 2em;
}

.agenda-sessions-content-container p{
    width:100%;
}

.filtersGroup {
    display: flex;
    position: absolute;
    right: 6em;
}

.filtersGroup-print {
    right: 1em;
    position: absolute;
    height: 3.8em;
}

    .filtersGroup-print button {
        font-size: 2em;
        height: 100%;
        background-color: white !important;
        color: #8c8b87 !important;
        border: 3px solid #8c8b87 !important;
        font-weight: bold;
        width: 1.5em;
        border-radius: 0.25em;
        cursor: pointer;
    }

#timeZoneFilter {
    white-space: nowrap;
}

#timeZonesList {
    display: none;
    flex-direction: column;
    transition: all 0.5s ease;
    background-color: grey;
    color: white;
}

#timeZonesList li{
    background-color: #8c8b87;
    cursor: pointer;
    height:3em;
    display:flex;
    align-items:center;
    justify-content:center;
}

#timeZonesList li:hover{
    background-color:#e2e3e2;
    color:black;
}

.timezone-filter-ul .timezone-filterli:hover > ul#timeZonesList {
    display: flex;
}

.agenda-timezone-filter-tabs-links {
    background-color: white !important;
    color: #8c8b87 !important;
    border: 3px solid #8c8b87 !important;
    font-weight: bold;
    width: 13.3em;
    border-radius: 0.25em;
}

#selectedTimeZone{
    line-height:inherit !important;
}

.agenda-item-header-4 {
    width: 100%;
    margin-bottom: 0.8em;
}

.agenda-item-header-5 {
    background-color: #ef9221;
    color: black;
    margin-bottom: 0.5em;
    padding: 0.1em 0.15em;
    border-radius: 0.25em;
}

.concurrentSessionContainerStartBar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    background: black;
    color: white;
    padding: 0.5em 0em;
    margin: 2em 0em 0.5em 0em;
    font-family: oswald,sans-serif;
}

.concurrentAgendaItemContainerClass{
    margin:0.5em 0em;
}

.concurrentSessionContainerEndLine {
    border: 2px solid #484646;
    margin-bottom:2em;
}

.allTimeZoneSpanClassForConcurentBar {
    display:none;
    margin-left: 0.5em;
    width: 12em;
    white-space: nowrap;
    line-height: 0 !important;
}

.est-times-default-show, .cst-times-default-show, .mst-times-default-show, .pst-times-default-show {
    display: block;
}

.agenda-sessions-content-container ul li p {
    margin-bottom: 0.2em;
}

.agenda-sessions-content-container p strong{
    color:#ef9221;
}

@media (max-width : 992px) {
    .filtersGroup, .filtersGroup-print {
        position: relative;
        flex-direction: column;
        right: 0 !important;
    }

    ul.nav.nav-tabs.timezone-filter-ul {
        height: 5em;
        z-index: 2;
    }

    ul.nav.nav-tabs.agenda-day-ul {
        flex-direction: column;
        text-align: center;
    }

    .margin-small-screen {
        margin-bottom: 1.2rem !important;
    }

    ul.nav.nav-tabs.agenda-filter-ul {
        justify-content: center;
    }

    .concurrentSessionContainerStartBar {
        padding: 2em 1em;
    }

    .concurrentSessionStartBarTitle {
        text-align: center;
        margin-right: 0.5em;
    }
}

@media (max-width : 420px) {
    .concurrentSessionContainerStartBar {
        padding: 3em 1em;
    }
}
/*Ministe Agenda Css Changes End*/

/*Minisite nav related css*/
.banner-display-div {
    margin-bottom: 1em;
}

.ad {
    display: flex;
    max-width: 728px;
    justify-content: center;
}

.navigation-group-div {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: white;
}


.margin-top-add {
    margin-top: 130px;
}

@media (min-width: 768px) {
    .margin-top-add {
        margin-top: 180px;
    }
}

@media (min-width: 992px) {
    .margin-top-add {
        margin-top: 173px;
    }
}

.margin-top-add-child {
    margin-top: 12%;
}

@media (min-width: 768px) {
    .margin-top-add-child {
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    .margin-top-add-child {
        margin-top: 80px;
    }
}
/*Minisite nav related css*/

/*To show all the dates in agenda*/
@media print {
    .tab-pane-print {
        display: block !important;
    }

    .event-heading-print{
        display: flex !important;
        flex-direction: column !important;
    }

        .event-heading-print img {
            transform: scale(1.5, 1.5) !important;
            margin: 2em 0 2em 0 !important;
            padding-left: 3em !important;
        }

        .filtersGroup-print {
            display: none !important;
        }

    .filtersGroup {
        position: absolute !important;
        right: 1em !important;
    }

    .container-print-friendly, .container-print-friendly div, #icons {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .container-print-friendly h1, .event-heading-print  h1{
        font-size: 40px !important;
        font-weight: 600 !important;
        }

    ul.nav.nav-tabs.agenda-day-ul {
        flex-direction: unset!important;
    }
}

.filtersGroup-print a {
    width: auto;
    padding: 8px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background-color: #8c8b87 !important;
    color: white !important;
}

.heading-h1-tag {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2em;
    color: #c0b0d6;
    font-family: 'oswald',sans-serif;
    font-style: normal;
}

.Top-h1 {
    display: none;
}
.concurrentConmargin_bottom {
    margin-bottom: 0em;
    font-size: 18px;
    height: 2em;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    font-weight: bold;
}

.concurrentSessionContent {
    background: black;
    color: white;
    margin: 0em 0em 0.5em 0em;
    padding-left: 2em;
    font-family: oswald,sans-serif;
}