/* STICKY HEADER */

#site-header {
    box-sizing: border-box;
    width: 100%;
    background: none;
    z-index: 100;
    position: absolute;
}

#site-header .make-me-sticky.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
    min-width: 100%;
    margin: 0px auto;
}

#site-header .make-me-sticky.sticky .hero--nav {
    display: block;
}

#site-header .make-me-sticky.sticky .talk-to-expert-head {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
    min-width: 100%;
    display: block;
}

.talk-to-expert-head {
    display: none;
}

#site-header .make-me-sticky.sticky .top-part{
    display: none;
}

.cf {
    *zoom: 1
}

.cf:before, .cf:after {
    display: table;
    content: ""
}

.cf:after {
    clear: both
}

.table-content td span {
    font-weight: 700;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation: fadeIn 1s ease-out .5s both;
    animation: fadeIn 1s ease-out .5s both
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fade-out {
    -webkit-animation: fadeOut 1s ease-in both;
    animation: fadeOut 1s ease-in both
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -100%, 0)
    }
    to {
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize






/* DESKTOP */

.pd-bt-25 {
    padding-bottom: 25px ;
}

.body {
    background-color: #0b2c45;
}

html {
    scroll-behavior: smooth;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-r-20 {
    padding-right: 20px;
}


.talk-to-expert-head {
    padding-top: 0px;
    background-color: #FFFFFF;
}

.c-container {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.c-container a{
    padding: 8px 25px 8px 25px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    float: right;
}

.c-container a span{
    color: #ff8300;
}

.c-container a:hover {
    color: #ffffff;
    background-color: #0B2C45;
    transition: 0.5s;
}

.container_main {
    margin: 0px auto;
    padding: 0px 0px;
}

.container_landing {
    max-width: 100%;
    margin: auto;
    background-color: #F1F2F2;
}

.hero--nav {
    position: relative;
    background-color: #FFFFFF;
}

.hero--nav .top-part {
    max-width: 1450px;
    margin: 0px auto;
    padding: 0px 25px;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
}

.Logo_main {
    width: 540px;
    padding: 20px 0px;
    float: left;;
}

.Logo_main_2 {
    width: 240px;
    padding: 20px 0px;
    float: left;;
}
.Logo_footer {
    width: 300px;
    margin-top: -10px;
}

.hero.hero--alt {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1920px;
    margin: 0px auto;
}

.hero.hero--alt-2 {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero {
    position: relative;
}

.banner-container-2 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 160px 25px 100px;
}

.hero-banner-two {
    text-align: left;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    max-width: 380px;
}

.hero-banner-description {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    margin-bottom: 0px;
    padding: 15px 0px 0px;
}

.hero-banner-two span {
    color: #000000;
    display: block;
}

.hero-banner-info {
    padding: 20px 0px 0px;
}

.hero-banner-info p {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    margin-bottom: 0px;
}

.hero-banner-info p span {
    font-weight: 700;
}

.banner-container-landing-2 {
    position: absolute;
    text-align: left;
    margin-top: 110px;
    padding-left: 50px
}

.text-align {
    padding: 25px 50px 0px 50px;
    font-size: 30px;
    color: #282828;
    font-weight: 300;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    text-align: center;
}

.footer--nav {
    min-height: 90px;
    background-color: #F6F6F6;
    border-top: 2px solid #BBD034;
}

.footer_Logo_main {
    width: 240px;
    padding-top: 25px;
    margin-right: 10px;
}

.footer_Logo_co_brand {
    width: 100px;
    padding-top: 20px;
    margin-left: 10px;
}

.footer-info {
    font-size: 16px;
    color: #0F3250;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.info-tiles {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 35px;
}

.info-tiles-bg {
    background-color: #D6F0F7;
    display: block;
    padding-bottom: 25px;
    margin-top: 20px;
}

.content-border {
    border-top: 1px solid #999999;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: block;
}

.info-tile {
    display: block;
    padding: 10px;
    line-height: 1.42857143;
}

.landing-tab-sub-heading {
    font-weight: 700;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    
    color: #192844;
    font-size: 20px;
    padding: 25px 0px 5px 25px;
    text-align: center;
}

.landing-tab-sub-heading-2 {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #ffffff;
    padding-bottom: 10px;
}

.landing-tab-sub-heading-3 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #282828;
    font-size: 36px;
    padding: 5px 0px 5px 0px
}

.landing-tab-sub-heading-4 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #282828;
    font-size: 36px;
    padding: 5px 0px 5px 0px
}

.img_ico_left p {
    font-weight: 600;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #FFF;
    font-size: 18px;
    float: left;
    background-color: #8EC448;
    padding: 20px 20px 20px 30px;
    position: absolute;
    left: 270px;
    top: 100px;
    max-width: 210px;
    text-align: left;
    border-right: 4px solid #D71A5F;
}

.img_ico_right p {
    font-weight: 600;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #FFF;
    font-size: 18px;
    float: right;
    background-color: #8EC448;
    padding: 20px 30px 20px 20px;
    position: absolute;
    right: 270px;
    top: 100px;
    max-width: 240px;
    text-align: right;
    border-left: 4px solid #D71A5F;
}

.img_ico_left img {
    float: left;
    position: relative;
}

.img_ico_right img {
    float: right;
    position: relative;
}

.img_ico_right {
    padding: 20px 20px;
    float: right;
}

.img_ico_left {
    padding: 20px 20px;
    float: left;
}

.img_ico_down {
    display: inline-flex;
    padding: 20px;
    position: relative;
}

.ico_down_set {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ico_down_txt {
    font-weight: 600;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #FFF;
    font-size: 18px;
    background-color: #8EC448;
    padding: 50px 20px 20px 20px;
    margin-top: -40px;
    border-bottom: 4px solid #D71A5F;
}

.landing-tab-sub-description {
    font-weight: 400;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #6A747A;
    font-size: 18px;
    text-align: justify;
}

.landing-tab-sub-description span {
    font-weight: 600;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #88ce26;
    font-size: 22px;
    line-height: 40px;
}

.footer-logo {
    float: left
}

.two-tiles {
    padding-left: 15px;
    padding-right: 15px;
}

.tabs .tab .two-tiles {
    margin-bottom: -55px;
}










.Org-cta-btn {
    padding: 25px 0px 0px;
    display: flex;
}

.Org-cta-btn a {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #FF8300;
    font-size: 20px;    
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    font-weight: 700;
    padding: 15px 50px;
    border-radius: 50px;
    margin: 0px auto;
    text-transform: uppercase;
}

.Org-cta-btn a:hover {
    color: #ffffff;
    background-color: #FF4C00;
    transition: 0.5s;
}


.Org-cta-link a {
    color: #FF8300;
    font-size: 16px;    
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
}

.Org-cta-link a:hover {
    color: #FF4C00;
    transition: 0.5s;
}





.col-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
}
.block-tiles {
    flex: 1;
    background: #fff;
    padding: 20px;
    position: relative;
    margin: 15px;
    box-sizing: border-box;
    align-content: flex-start;
    border-radius: 10px;
    border-bottom: 4px solid #8DC53E;
}

.block-tiles-container {
    margin: 0px auto;
}

.block-tiles p {
    color: #7A8389;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.icon-size{
    float: initial;
}






.section-1 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-1-heading {
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    font-weight: 700;
    margin: 0px auto;
    max-width: 680px;
    
}

.section-1-thankyou-heading {
    text-align: center;
    color: #092946;
    font-size: 40px;
    line-height: 38px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    
}

.section-1-thankyou-icon {
    text-align: center;
    margin: 0px auto;
    max-width: 100px;
    padding: 25px 0px 0px;
}

.section-1-description {
    text-align: left;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
}
.section-1-description span {
    font-family: 'Metric Bold',sans-serif;
}

.section-1-speaker{
    text-align: left;
    margin: 50px 0px 0px;
    color: #092946;
    font-size: 18px;
    line-height: 16px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
}
.section-1-speaker-container {
    display: flex;
    padding: 20px 0px 0px;
}

.icon-img-row {
    padding: 15px 10px;
}

.section-1-speaker-text-tile-1 {
    text-align: left;
    color: #092946;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    padding-right: 20px;
    max-width: 180px;
}

.section-1-speaker-text-tile-1 p {
    font-weight: 700;
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}

.section-1-speaker-text-tile-2 {
    text-align: left;
    color: #092946;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    padding-right: 20px;
    max-width: 460px;
}

.section-1-speaker-text-tile-2 p {
    font-weight: 700;
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}

.section-2 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}

.form-heading {
    color: #000000;
    font-size: 32px;
    line-height: 38px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
}

.reg-form-container {
    border: 2px solid #ff8300;
    padding: 50px;
}

.reg-form-container-thankyou {
    border: 2px solid #ff8300;
    padding: 100px 50px;
    text-align: center;
}


.footer-container {
    padding: 50px 25px;
    max-width: 1450px;
    margin: 0px auto;
}

.footer-flex-container {
    display: contents;
    padding: 50px 0px;
}

.footer-container-left {
    float: left;
}

.footer-container-left ul {
    list-style: none;
    display: flex;
}

.footer-container-left ul li {
    padding-right: 10px;
}

.footer-container-left ul li a {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    font-weight: 400;
}

.footer-container-left ul li a:hover {
    color: #FF4C00;
}

.footer-container-right {
    float: right;
}

.footer-text {
    text-align: right;
    color: #092946;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.copy-right-text {
    text-align: right;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    font-weight: 400;
}

.footer-social-logo {
    padding-top: 20px;
    display: flex;
    align-items: center;
    float: right;
}

.icon-img {
    padding: 0px 5px;
}

.aruba-footer-logo {
    width: 130px;
    padding: 20px 0px;
    margin: 0px auto;
    text-align: center;
}

.aruba-footer-logo-2 {
    width: 170px;
    padding: 20px 0px;
    margin: 0px auto;
    text-align: center;
}

.agenda-table {
    padding: 20px 0px 0px;
}

.agenda-table > tbody {
    padding: 0px 20px;
    
}

.table {
    background-color: #F1F2F2;
    padding: 0px 20px;
}


.table-bar {
    background-color: #FF8300;
    color: FFFFFF;
}

.table-bar th {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    text-transform: uppercase;
}

.table > tbody > tr > td {
    border-top: 1px solid #FF8300 ;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    padding: 20px;
}

.table > thead > tr > th {
    border-bottom: 0px;
}

.table > thead > tr > th {
    padding: 20px;
}

.display-radio-flex {
    display: inline-flex;
}

.reg-form-container-thankyou img {
    width: 65px;
    padding-bottom: 20px;
}

.series_form_header {
    font-weight: 400;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    color: #000000;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    padding-bottom: 35px
}

.series_form_header span {
    font-family: 'Metric Bold',sans-serif;
}

.hero-banner-asterix {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    font-weight: 400;
    bottom: 20px;
    position: absolute;
}

.addeventatc {
    color: #ffffff !important ;
    background-color: #ff8300 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-family: 'Metric Regular',sans-serif !important;
    border-radius: 25px !important;
    padding: 15px 60px 15px 80px !important;
}

.addeventatc span {
    color: #ffffff ;
}

.addeventatc .addeventatc_icon {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    left: 52px !important;
    top: 16px !important;
    background: url(https://edge-to-cloud.net/edge7/accelerate-networking-journey/resources/images/icon-calendar-t1.svg) no-repeat !important;
    background-size: 18px 18px;
}

.two-tiles-blk-bg {
    padding: 0px 0px 0px;
    display: flex;
    align-items: center;
}

.two-tiles-blk-bg-2 {
    padding: 0px 0px 0px;
    display: flex;
}

.section {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px 0px;
}


/* MOBILE */

/* Using Max-width */

/* Small devices (landscape phones, 576px and up */

@media (min-width: 576px) {
    ...
}

/* Medium devices (tablets, 768px and up */

@media (min-width: 768px) {
    .tile-info-left {
        margin-right: 25px;
    }
    .tile-info-left-bg {
        margin-right: 25px;
    }
    .tile-info-right {
        margin-left: 25px;
    }
    .tile-info-right-bg {
        margin-left: 25px;
    }

    .hero-banner-mob-img {
        display: none;
    }
}

/* Large devices (desktops, 992px and up */

@media (min-width: 992px) {
    ...
}

/* Extra large devices (large desktops, 1200px and up */

@media (min-width: 1200px) {
    ...
}

/* Using Max-widt */

/* Small devices (mobile phones, less than 576px */

@media (max-width: 575.98px) {

    .agenda-table {
        padding: 20px 0px 0px;
    }

    .section {
        max-width: 1450px;
        margin: 0px auto;
        padding: 50px 25px 0px;
    }

    .series_form_header {
        font-size: 20px;
        line-height: 28px;
        }

    .row .banner-container-2 {
        padding: 100px 25px 40px;
    }

    .row .hero-banner-two {
        font-size: 32px;
        line-height: 40px;
        color: #000000;
    }

    .hero.hero--alt-2 {
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .lg-heading-under {
        margin-bottom: 30px;
    }
    .container_main .hero--nav .top-part {
        padding: 0px 25px;
    }
    .Logo_main {
        width: 320px;
        padding: 20px 0px;
        float: left;
    }

    .Logo_main_2 {
        width: 240px;
        padding: 20px 0px;
        float: left;
    }

    .footer-logo .Logo_footer {
        width: 200px;
        padding-bottom: 20px;
    }
    .row .two-tiles-bg {
        background-color: #06283F;
        display: block;
        padding: 15px 35px 15px 35px;
    }
    .row .two-tiles-wo-bg {
        background-color: #FFFFFF;
        display: block;
        padding: 15px 25px 15px 25px;
    }
    .text-align {
        padding: 20px 30px 0px 30px;
        font-size: 18px;
        color: #282828;
        font-weight: 300;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        text-align: center;
    }
    .footer_Logo_co_brand {
        width: 80px;
        padding-top: 25px;
        margin-left: 10px;
    }
    .landing-header-title {
        font-size: 32px;
        font-weight: 300;
        font-style: normal;
        font-family: 'Lato', sans-serif;
    }
    .landing-tab-sub-heading {
        font-size: 16px;
        padding: 15px 0px 5px 25px
    }
    .landing-tab-sub-description {
        font-weight: 400;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        color: #6A747A;
        font-size: 18px;
        text-align: justify;
    }
    .landing-tab-sub-description span {
        font-weight: 600;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        color: #88ce26;
        font-size: 22px;
        line-height: 40px;
    }

    .reg-form-container .section-1-heading {
        text-align: left;
        margin-bottom: 5px;
        color: #444444;
        font-size: 32px;
        line-height: 28px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        
    }


    
    .tile-info-left .section-1-heading {
        text-align: left;
        margin-bottom: 5px;
        color: #444444;
        font-size: 32px;
        line-height: 40px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        
    }

    .tile-info-left .section-1-thankyou-heading {
        text-align: center;
        color: #444444;
        font-size: 24px;
        line-height: 30px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        
    }

    .section-1-description {
        text-align: left;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
    }

    .reg-form-container {
        padding: 20px;
    }

    .reg-form-container-thankyou {
        padding: 20px;
    }

    .section-1-heading {
        text-align: center;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        font-weight: 700;
        margin: 0px auto;
        max-width: 680px;
    }

    .form-heading {
        color: #092946;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
    }

}

/* Small devices (landscape phones, less than 768px */

@media (max-width: 767.98px) {

    .row .hero.hero--alt {
        background-position: left;
    }

    .container_landing {
        padding: 0px;
    }

    .content-border {
        border-top: 1px solid #999999;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        display: block;
    }
    .two-tiles-blk-bg {
        padding: 0px;
        display: block;
    }

    .two-tiles-blk-bg-2 {
        padding: 0px;
        display: block;
    }

    .tile-info-right {
        margin-top: 10px;
    }
    .tile-info-right-bg {
        margin-top: 0px;
    }
    .tile-info-left {
        margin-top: 10px;
        padding: 25px 25px;
    }
    .tile-info-left-bg {
        margin-bottom: 10px;
    }

    .section-1 {
        padding: 100px 25px;
    }

    .section-2 {
        padding: 25px;
    }

    .section-1-thankyou-heading {
        padding-top: 25px;
    }
}

/* Medium devices (tablets, less than 992px */

@media (max-width: 991.98px) {


    .section-1-speaker-container {
        display: block;
        padding: 20px 0px 0px;
    }

    .footer-flex-container {
        display: grid;
        padding: 50px 0px;
    }

    .footer-container-left {
        float: none;
    }
    
    .footer-container-right {
        float: none;
    }

    .footer-text {
        text-align: center;
        color: #092946;
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .copy-right-text {
        text-align: center;
        color: #999999;
        font-size: 14px;
        line-height: 20px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        font-weight: 400;    
    }

    .footer-container-left ul {
        list-style: none;
        display: block;
    }
    
    .footer-container-left ul li {
        padding-right: 0px;
        text-align: center;
    }
    
    .footer-container-left ul li a {
        text-align: center;
        color: #999999;
        font-size: 14px;
        line-height: 20px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        font-weight: 400;
    }

    .footer-social-logo {
        padding-top: 20px;
        display: flex;
        align-items: center;
        float: none;
        justify-content: center;
    }

    .section-1-speaker-text-tile-1 {
        text-align: left;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        padding-right: 0px;
        max-width: 100%;
        padding-bottom: 20px;
    }
    
    .section-1-speaker-text-tile-1 p {
        font-weight: 700;
        margin: 0px;
        font-size: 16px;
        line-height: 22px;
    }
    
    .section-1-speaker-text-tile-2 {
        text-align: left;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        padding-right: 0px;
        max-width: 100%;
        padding-bottom: 20px;
    }
    
    .section-1-speaker-text-tile-2 p {
        font-weight: 700;
        margin: 0px;
        font-size: 16px;
        line-height: 22px;
    }

    .banner-container-2 {
        padding: 160px 25px 100px;
    }

    .landing-tab-sub-heading-3 {
        font-size: 24px;
    }
    .img-half-bt-txt .landing-tab-sub-heading-2 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .Org-cta-btn {
        padding: 25px 0px 0px;
    }
    .Org-cta-btn a {
        text-decoration: none;
        color: #ffffff;
        background-color: #ff8300;
        font-size: 18px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
        padding: 15px 50px;
        text-align: center;
    }

    .col-wrap {
        display: block;
        padding-top:20px;
    }
    .col-wrap .block-tiles {
        margin: 100px 0px;
        min-height: 100%;
        padding: 25px;
    }
}

/* Large devices (desktops, less than 1200px */

@media (max-width: 1199.98px) {
    .hero.hero--alt {
        background-position: center;
    }

    .landing-header {
        padding: 15px 50px 15px 50px;
        background-color: #0F3250;
        font-weight: 300;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        color: #ffffff;
    }
    .tabs .tab .two-tiles {
        margin-bottom: -15px;
        padding: 0px 15px 0px 15px;
    }
    .info-tile {
        display: block;
        padding: 0px;
        margin-top: 10px;
        line-height: 1.42857143;
    }
    .landing-tab-sub-heading-2 {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .footer-logo {
        float: none;
        margin: 0px auto;
    }
    .Logo_footer {
        margin: 0px auto;
    }
}

@media (max-width: 1250px) {
    .block-tiles {
        margin: 10px;
        padding: 10px;
    }
}

@media (max-width: 1300px) {
    .info-tiles {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
    }
}

@media (min-width: 1400px) {
    .two-tiles-wo-bg {
        background-color: #FFFFFF;
        display: block;
        padding: 50px 0px;
        max-width: 1400px;
        margin: 0px auto;
    }
    .two-tiles-bg {
        background-color: #06283F;
        display: block;
        padding: 50px 220px 50px 220px;
    }
    .two-tiles-bg-2 {
        background-color: #06283F;
        display: block;
        padding: 50px 220px 0px 220px;
    }
    .content-border-bg {
        display: block;
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 0px;
    }
}

@media (max-width: 1400px) {

    .hero-banner-two {
        text-align: left;
        font-size: 36px;
        line-height: 42px;
        max-width: 470px;
    }
    
    .two-tiles-bg {
        background-color: #06283F;
        display: block;
        padding: 50px 50px 50px 50px;
    }
    .two-tiles-bg-2 {
        background-color: #06283F;
        display: block;
        padding: 50px 50px 0px 50px;
    }
    .two-tiles-wo-bg {
        background-color: #FFFFFF;
        display: block;
        padding: 50px 25px;
    }
    .content-border-bg {
        display: block;
        padding: 25px 0px;
    }
}