/* STICKY HEADER */

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

#site-header .make-me-sticky.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.47);
    background: #FFF
}

.cf {
    *zoom: 1
}

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

.cf:after {
    clear: both
}

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


/* MAUTIC STYLES */

.mauticform_wrapper {
    margin: 25px 0px;
}

.mauticform-innerform {}

.mauticform-post-success {}

.mauticform-name {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}

.mauticform-description {
    margin-top: 2px;
    margin-bottom: 10px;
}

.mauticform-error {
    margin-bottom: 10px;
    color: red;
}

.mauticform-message {
    margin-bottom: 10px;
    color: #8EC448;
    font-size: 24px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}

.mauticform-row {
    display: block;
    margin: 20px 10px;
}

.radiobutton-row {
    display: flex;
}

.mauticform-button-row {
    display: block;
    margin: 50px 0px;
    25px 0px;
}

.mauticform-label {
    font-size: 16px;
    font-family: 'HelveticaNeue-Md', sans-serif;
    color: #575756;
    display: block;
    margin-bottom: 5px;
}

.mauticform-row.mauticform-required .mauticform-label:after {
    color: #e32;
    content: " *";
    display: inline;
}

.mauticform-helpmessage {
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mauticform-errormsg {
    display: block;
    color: red;
    margin-top: 2px;
}

.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    width: 100%;
    padding: 15px 15px;
    border: 2px solid #DFE3E8;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 0px;
    box-sizing: border-box;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.mauticform-checkboxgrp-row {
    display: flex;
    align-items: center;
}

.mauticform-checkboxgrp-label {
    font-size: 16px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
    color: #054750;
    margin-bottom: 0px;
    padding: 0px 10px;

}
.mauticform-checkboxgrp-checkbox {
}

.mauticform-radiogrp-row {
    padding-right: 25px;
}

.mauticform-radiogrp-label {
    font-weight: normal;
}

.mauticform-radiogrp-radio {}

.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    color: #FFFFFF;
    background-color: #138579;
    font-size: 22px;
    font-family: 'HelveticaNeue-bd', sans-serif;
    padding: 20px 75px 15px;
    border-radius: 50px;
}

.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
    background-color: #ffffff;
    border-color: #dddddd;
    opacity: 0.75;
    cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline;
}


/* Fonts */

.HelveticaNeue-Md {
    font-style: normal;
    font-family: 'HelveticaNeue-Md', sans-serif;
}

.HelveticaNeue-Bd {
    font-style: normal;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}

.HelveticaNeue-Lt {
    font-style: normal;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}





/* DESKTOP */

.bg-green {
    background-color: #004750;
}

.bt-2 {
    border-top: 2px solid #FFFFFF;
}

.pt-25 {
    padding-top: 25px;
}

.fixed {
    position: -webkit-sticky;
     position: sticky;
     top: 0;
  }

.center {
    text-align: center;
}

.allign-row-items {
    display: flex;
    align-items: center;
}

.activities {
    border: 1px solid #DFE3E8;
    padding: 25px 0px 25px 20px;
}

.responsive-div {
    position: fixed;
    width: 23vw; // vw being viewport-width, so 70% of the width of the viewport
    height: 50vh; // vh being viewport-height, so 50% of the height of the viewport
    /*works well for SVG's specifically*/
}

.stickynav{
	position: fixed;
    top: 0;
	z-index: 100;
    width: 18vw; 
    height: 50vh;
    transition: all 0.3s ease !important;
    overflow-x: hidden; /* Disable horizontal scroll */
}

.side-nav {
    padding-top:20px ;
}

.widget-container {
    background-color: #EEF6F5;
    border-radius: 25px;
    padding: 20px;
}
.widget-section {
    margin-bottom: 15px;
}
.widget-head {
    text-align: left;
    font-size: 16px;
    color: #004750;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.widget-text {
    text-align: left;
    font-size: 16px;
    color: #575756;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.widget-head-date {
    text-align: left;
    font-size: 16px;
    color: #004750;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.widget-head-date::before {
    content:url('../resources/images/sb-date-icon.svg')
}
.widget-head-location {
    text-align: left;
    font-size: 16px;
    color: #004750;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.widget-head-location::before {
    content:url('../resources/images/sb-location-icon.svg')
}
.widget-head-dress-code {
    text-align: left;
    font-size: 16px;
    color: #004750;
    font-weight: 700;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.widget-head-dress-code::before {
    content:url('../resources/images/sb-dress-code-icon.svg')
}

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

html {
    scroll-behavior: smooth;
}

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

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

.mar-top-neg-50 {
    margin-top: -105px;
}

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

.container_main {
    max-width: 100%;
    margin: auto;
}

.container_landing {
    max-width: 100%;
    margin: auto;
    background-color: #FFFFFF;
    border-top: 4px solid #138579;
}

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

.hero--nav .top-part {
    max-width: 1450px;
    margin: 0px auto;
    padding: 0px 25px;
    align-items: center;
}

.Logo_main {
    width: 140px;
    padding: 25px 0px;
    float: left;
}

.Logo_footer {
    width: 180px;
    margin-top: 0px;
}

.Page-naviagtion {
    padding: 20px 0px;
    float: right;
}
.navbar-header-text {
    text-align: center;
    font-size: 10px;
    color: #004750;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

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

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

.hero {
    position: relative;
}

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

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

.hero-banner-two {
    text-align: left;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}

.hero-banner-decription p {
    color: #ffffff;
    text-align: left;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-family: 'HelveticaNeue-Lt', sans-serif;
    padding-top: 5px;
}

.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: Arial, Helvetica, 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 #D71A5F;
    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: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    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: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding-bottom: 10px;
}

.landing-tab-sub-heading-3 {
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
    color: #282828;
    font-size: 36px;
    padding: 5px 0px 5px 0px
}

.img-tile {
    max-width: 80%;
    margin: 0px auto;
}

.img_ico_left p {
    font-weight: 600;
    font-style: normal;
    font-family: Arial, Helvetica, 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: Arial, Helvetica, 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: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
    color: #6A747A;
    font-size: 18px;
    text-align: justify;
}

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

.footer-text {
    font-weight: 600;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #6A747A;
    font-size: 18px;
    float: right;
    text-align: right;
    display: inline-flex;
}

.footer-text a {
    padding: 5px;
}

.footer-text span {
    color: #D71A5F;
}

.footer-text span a {
    text-decoration: none;
    color: #D71A5F;
}

.footer-text span a:hover {
    color: #8DC53E;
}

.footer-logo {
    float: left
}

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

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





.navbar-default .navbar-nav .Register-header-btn {
    padding-left: 50px;
}

.navbar-default .navbar-nav .Register-header-btn a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #004750;
    font-size: 18px;
    font-style: normal;
    font-family: 'HelveticaNeue-Md', sans-serif;
    padding: 12px 25px 8px;
    text-align: center;
    border-radius: 50px;
}

.navbar-default .navbar-nav .Register-header-btn a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #094139;
    font-size: 18px;
    font-style: normal;
    font-family: 'HelveticaNeue-Md', sans-serif;
    padding: 12px 25px 8px;
    text-align: center;
    transition: all 0.3s ease !important;
}






.Grn-cta-btn-header {
    padding: 15px 0px;
}

.Grn-cta-btn-header a {
    float: right;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #004750;
    font-size: 18px;
    font-family: 'HelveticaNeue-Md', sans-serif;
    padding: 12px 25px 6px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50px;
}

.Grn-cta-btn-header a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #094139;
    font-size: 14px;
    font-family: 'HelveticaNeue-Md', sans-serif;
    padding: 12px 25px 6px;
    text-align: center;
    transition: all 0.3s ease !important;
}



.Wht-cta-btn {
    padding: 15px 0px;
    display: flex;
}
.Wht-cta-btn a {
    text-decoration: none;
    color: #004750;
    background-color: #FFFFFF;
    font-size: 18px;
    font-family: 'HelveticaNeue-Md', sans-serif;
    padding: 12px 25px 6px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
}
.Wht-cta-btn a:hover {
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background-color: #09413900;
    font-size: 18px;
    font-family: 'HelveticaNeue-Md', sans-serif;
    padding: 12px 25px 6px;
    text-align: center;
    transition: all 0.3s ease !important;
}


.grn-cta-link {
    color: #138579;
    text-decoration: none;
}

.grn-cta-link:hover {
    color: #004750;
    text-decoration: none;
}



.Blue-cta-btn {
    padding: 50px 0px 0px;
}

.Blue-cta-btn a {
    text-decoration: none;
    color: #ffffff;
    background-color: #06283F;
    border: 2px solid #8DC53E;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 50px;
    text-transform: uppercase;
}

.Blue-cta-btn a:hover {
    color: #ffffff;
    background-color: #8DC53E;
    border: 2px solid #8DC53E;
    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: Arial, Helvetica, sans-serif;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.icon-size{
    float: initial;
    width: 35px;
    height: 35px;
}

.icon-img{
    display: flex;
    justify-content: center;
}
.section-grey {
    background-color: #F7F7F7;
}
.section-lgrey {
    background-color: #F0F0F0;
}
.section-magenta {
    background-color: #EFEAF3;
}
.section-blue {
    background-color: #DFF3F7;
}
.section-white {
    background-color: #FFFFFF;
}
.section-green {
    background-color: #EFF6F5;
}

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

.two-tiles-home {
    display: flex;
    align-items: center;
}

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

.section-footer {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-footer-heading {
    text-align: left;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
    max-width: 620px;
}
.section-footer-description {
    text-align: left;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 30px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.section-1 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-1-heading {
    text-align: left;
    margin-bottom: 10px;
    color: #054750;
    font-size: 36px;
    line-height: 44px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
    max-width: 620px;
}
.section-1-description {
    text-align: left;
    margin-bottom: 10px;
    color: #575756;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.section-2 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-2-heading {
    text-align: center;
    margin-bottom: 10px;
    color: #0B2C45;
    font-size: 32px;
    line-height: 40px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-2-description {
    text-align: left;
    margin-bottom: 10px;
    color: #575756;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.section-3 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-3-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #054750;
    font-size: 36px;
    line-height: 44px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-3-description {
    text-align: left;
    color: #575756;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.section-4 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-4-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
    max-width: 380px;
}
.section-4-description {
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
    max-width: 440px;
}

.section-5 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-5-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #054750;
    font-size: 36px;
    line-height: 44px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-5-description {
    text-align: left;
    color: #575756;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}
.section-5-description span {
    font-family: 'HelveticaNeue-Bd', sans-serif;
    display: block;
}

.section-6 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-6-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #06283F;
    font-size: 32px;
    line-height: 40px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-6-description {
    text-align: left;
    color: #7A8389;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}


.section-agenda {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-agenda-heading {
    text-align: left;
    margin-bottom: 10px;
    color: #054750;
    font-size: 32px;
    line-height: 40px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-agenda-description {
    text-align: left;
    color: #575756;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}





.section-faq {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-faq-heading {
    text-align: left;
    color: #054750;
    font-size: 32px;
    line-height: 40px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-faq-container {
    padding: 0px;
}
.section-faq-content {
    padding: 25px 0px 0px;
}
.section-faq-title {
    text-align: left;
    margin-bottom: 5px;
    color: #054750;
    font-size: 24px;
    line-height: 32px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-faq-subtitle {
    text-align: left;
    margin-top: 25px;
    color: #054750;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
}
.section-faq-text {
    text-align: left;
    color: #575756;
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}










.table-agenda {
    padding: 0px;
}
















.section-registration {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-registration-heading {
    text-align: left;
    margin-bottom: 10px;
    color: #054750;
    font-size: 28px;
    line-height: 36px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
    padding-bottom: 25px;
    padding-left: 10px;
}
.section-registration-heading span {
    font-family: 'HelveticaNeue-Bd', sans-serif;
    display: block;
}
.section-registration-subheading {
    text-align: left;
    color: #138579;
    font-size: 22px;
    line-height: 30px;
    font-family: 'HelveticaNeue-Md', sans-serif;
    padding-left: 10px;
}

.section-registration-description {
    text-align: left;
    color: #575756;
    font-size: 18px;
    line-height: 26px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
    padding-left: 10px;
}
.registration-form-row {
    padding: 50px;
    border-radius: 25px;
    background-color: #EEF6F5;
    margin-bottom: 0px;  
}
.section-registration-asterix {
    text-align: left;
    color: #575756;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}
.covid19-cert {
    background-color: #EEF6F5;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    justify-content: center;
}
.covid19-cert p {
    color: #054750;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 10px 0px;
}
.postponed-info {
    background-color: #fff3cd;
    border: 2px solid #ffeeba;
    padding: 15px 75px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    justify-content: center;
}
.postponed-info p {
    color: #856404;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 10px 0px;
}
.postponed-info-2 {
    background-color: #f8d7da;
    border: 2px solid #f5c6cb;
    padding: 15px 75px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    justify-content: center;
}
.postponed-info-2 p {
    color: #721c24;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 10px 0px;
}
.thankyou-container {
    background-color: #EEF6F5;
    padding: 175px 50px;
    margin: 0px auto;
    justify-content: center;
    border-radius: 25px;
}
.section-registration-thankyou-heading {
    text-align: center;
    color: #054750;
    font-size: 42px;
    line-height: 50px;
    font-family: 'HelveticaNeue-Bd', sans-serif;
    padding: 50px 0px 15px;
}
.section-registration-thankyou-description {
    text-align: center;
    color: #575756;
    font-size: 24px;
    line-height: 32px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
    max-width: 820px;
    margin: 0px auto;
}










.review-text {
    position: absolute;
    bottom: 0;
    background: #0D6B6895;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    border-radius: 0px 0px 25px 25px;
}

.review-text span {
    display: block;
    font-weight: 700;
}






.Logo_footer_contact  {
    text-align: left;
    color: #138579;
    font-size: 14px;
    text-decoration: none;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.Logo_footer_contact span {
    font-family: 'HelveticaNeue-bd', sans-serif;
}

.Logo_footer_contact span {
    display: block;
}
.Logo_footer_contact span a {
    color: #FFFFFF;
}
.Logo_footer_contact span a:hover {
    color: #8446AC;
    text-decoration: none;
}

.Logo_footer img {
    padding-bottom: 15px;
}

.section-copy {
    max-width: 1450px;
    margin: 0px auto;
    padding: 10px 25px;
}
.section-copy-description {
    
    display: flex;
    margin: 0px auto;
}
.footer-item {
    padding: 0px 15px;
    text-align: left;
    color: #6A696D;
    font-size: 12px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.footer-item a {
    text-decoration: none;
    text-align: left;
    color: #6A696D;
    font-size: 12px;
    font-family: 'HelveticaNeue-Lt', sans-serif;
}

.footer-item a:hover {
    color: #094139;
}

.panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    
    &::after {
      content: "";
      border: solid #094139;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(45deg);
    }
  
    &[aria-expanded="true"]::after {
      transform: rotate(-135deg);
      top: 5px;
    }
  }






/* 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) {

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

    .img-mr-0 {margin-right: 0px;}
    .img-ml-0 {margin-left: 0px;}

    .mob-conference-det {
        display: none;
    }
    .section-padding {
        padding-top: 50px;
    }

    .display-flex-sticky {
        display: flex;
        align-items: center;
    }

    .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;
    }
    .navbar-header .Grn-cta-btn-header {
        display: none;
    }
}

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

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

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

@media (min-width: 1200px) {

    .Logo_footer_contact {
        text-align: left;
    }

    .hero-img-pos {
        position: absolute;
        top: -200px;
        right: -75px;
    }
}

/* Using Max-widt */

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

@media (max-width: 575.98px) {

    .pad-top-50 {
    padding-top: 25px;
}

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

    .section-copy {
        max-width: 1450px;
        margin: 0px auto;
        padding: 10px 15px;
    }
    .footer-item {
        padding: 0px 10px;
        text-align: left;
        color: #6A696D;
        font-size: 10px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }

    .side-nav {
        padding-top:0px;
    }
    .banner-container-3 {
        margin: 0px auto;
        padding:  25px;
    }
    
    .widget-section {
        margin-bottom: 5px;
    }
    .widget-head {
        text-align: left;
        font-size: 12px;
        color: #004750;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }

    .widget-head-date {
        text-align: left;
        font-size: 14px;
        color: #004750;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }

    .widget-head-location {
        text-align: left;
        font-size: 14px;
        color: #004750;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }

    .widget-head-dress-code {
        text-align: left;
        font-size: 14px;
        color: #004750;
        font-weight: 700;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
    }
    .widget-text {
        text-align: left;
        font-size: 14px;
        color: #575756;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }
    

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

    .row .hero.hero--alt-2 {
        background-position: center;
    }

    .row .hero-banner-two {
        font-size: 36px;
        line-height: 44px;
        color: #fff;
    }
    .lg-heading-under {
        margin-bottom: 30px;
    }
    .container_main .hero--nav .top-part {
        padding: 0px 25px;
    }
    .Logo_main {
        width: 100px;
        padding: 30px 0px;
        float: left;
    }
    .footer-logo .Logo_footer {
        width: 100px;
        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: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
        color: #6A747A;
        font-size: 18px;
        text-align: justify;
    }
    .landing-tab-sub-description span {
        font-weight: 600;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        color: #88ce26;
        font-size: 22px;
        line-height: 40px;
    }
    .hero-banner-decription p {
        font-size: 24px;
        line-height: 28px;
    }


    .Grn-cta-btn-header {
        padding: 15px 0px;
    }
    .Grn-cta-btn-header a {
        text-decoration: none;
        color: #FFFFFF;
        background-color: #004750;
        font-size: 16px;
        font-family: 'HelveticaNeue-Md', sans-serif;
        padding: 12px 15px 6px;
        text-align: center;
    }
    .Grn-cta-btn-header a:hover {
        text-decoration: none;
        color: #FFFFFF;
        background-color: #094139;
        font-size: 16px;
        font-family: 'HelveticaNeue-Md', sans-serif;
        padding: 12px 15px 6px;
        text-align: center;
    }






    .Wht-cta-btn {
        padding: 15px 0px;
        display: flex;
    }
    .Wht-cta-btn a {
        text-decoration: none;
        color: #004750;
        background-color: #FFFFFF;
        font-size: 16px;
        font-family: 'HelveticaNeue-Md', sans-serif;
        padding: 12px 25px 6px;
        text-align: center;
        border-radius: 50px;
        border: 2px solid #FFFFFF;
    }











    


    .section-footer {
        max-width: 1450px;
        margin: 0px auto;
        padding: 50px 25px;
    }
    .section-footer-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-footer-description {
        text-align: left;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }






    
    






    






    







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







    
    .registration-form-row {
        padding: 15px;
        border: 1px solid #DFE3E8;
        margin-bottom: 0px;  
    }
    .thankyou-container {
        background-color: #EEF6F5;
        padding: 75px 50px;
        margin: 0px auto;
        justify-content: center;
    }
    .section-registration-thankyou-heading {
        text-align: center;
        color: #054750;
        font-size: 36px;
        line-height: 44px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
        padding: 25px 0px 10px;
    }
    .section-registration-thankyou-description {
        text-align: center;
        color: #575756;
        font-size: 22px;
        line-height: 30px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }




}

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

@media (max-width: 767.98px) {

    .pad-t-med-25 {
        padding-top: 25px;
    }

    .jacket-img {
        width: 280px;
        margin: 0px auto;
    }

    .section-padding {
        padding-top: 0px;
    }

    .section-1 {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-1-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #054750;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-1-description {
        text-align: left;
        margin-bottom: 10px;
        color: #575756;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }

    .section-2 {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-2-heading {
        text-align: center;
        margin-bottom: 10px;
        color: #0B2C45;
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
    }

    .section-2-description {
        text-align: left;
        margin-bottom: 10px;
        color: #575756;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }

    .section-3 {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-3-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #054750;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-3-description {
        text-align: left;
        color: #575756;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }

    .section-4 {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-4-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-4-description {
        text-align: left;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }

    .section-5 {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-5-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #054750;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-5-description {
        text-align: left;
        color: #575756;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }

    .section-6 {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-6-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #0B2C45;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-6-description {
        text-align: left;
        color: #7A8389;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }
    .section-agenda {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-agenda-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #054750;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-agenda-description {
        text-align: left;
        color: #575756;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }
    .section-faq {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-faq-heading {
        text-align: left;
        color: #054750;
        font-size: 28px;
        line-height: 34px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-faq-title {
        text-align: left;
        margin-bottom: 5px;
        color: #054750;
        font-size: 22px;
        line-height: 30px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-faq-subtitle {
        text-align: left;
        margin-top: 25px;
        color: #054750;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Bd', sans-serif;
    }
    .section-faq-text {
        text-align: left;
        color: #575756;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }
    .section-registration {
        max-width: 1450px;
        margin: 0px auto;
        padding: 25px 25px;
    }
    .section-registration-heading {
        text-align: left;
        margin-bottom: 10px;
        color: #054750;
        font-size: 22px;
        line-height: 30px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }
    .section-registration-description {
        text-align: left;
        color: #575756;
        font-size: 18px;
        line-height: 26px;
        font-family: 'HelveticaNeue-Lt', sans-serif;
    }

    .row .hero-img-pos {
        padding-bottom: 30px;
    }

    .display-flex-row {
        display:block !important;
    }

    .stickynav{
        position:unset;
        top:unset;
        width: 100%; 
        height: 100%;
    }

    .container_landing {
        padding: 0px;
    }
    .content-border {
        border-top: 1px solid #D71A5F;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        display: block;
    }

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

    .two-tiles-home {
        display: block;
    }

    .two-tiles-section {
        padding: 0px;
        display: block;
    }
    .tile-info-right {
        margin-top: 10px;
    }
    .tile-info-right-bg {
        margin-top: 10px;
    }
    .tile-info-left {
        margin-top: 10px;
    }
    .tile-info-left-bg {
        margin-bottom: 10px;
    }

    .Page-naviagtion .navbar-default .navbar-nav .Register-header-btn {
        display: none;
    }

    .Page-naviagtion {
        float: none;
        padding: 7px 0px 0px;
    }

    .widget-container {
        background-color: #EEF6F5;
        position: relative;
        padding: 20px;
        display: none;
    }
}

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

@media (max-width: 991.98px) {
    .allign-row-items {
        display:unset;
        align-items: center;
    }
    .review-text {
        position: absolute;
        bottom: 0;
        background: #0D6B6895;
        width: 100%;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px;
    }
    .landing-tab-sub-heading-3 {
        font-size: 24px;
    }
    .img-half-bt-txt .landing-tab-sub-heading-2 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .Blue-cta-btn {
        padding: 50px 0px 0px;
    }
    .Blue-cta-btn a {
        text-decoration: none;
        color: #ffffff;
        background-color: #06283F;
        border: 2px solid #8DC53E;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 25px;
        text-transform: uppercase;
    }

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

    .navbar-default .navbar-nav .Register-header-btn {
        padding-left: 15px;
    }
    .navbar-default .navbar-nav .Register-header-btn a {
        text-decoration: none;
        color: #FFFFFF;
        background-color: #004750;
        font-size: 18px;
        font-style: normal;
        font-family: 'HelveticaNeue-Md', sans-serif;
        padding: 12px 15px 8px;
        text-align: center;
        border-radius: 50px;

    }
    .navbar-default .navbar-nav .Register-header-btn a:hover {
        text-decoration: none;
        color: #FFFFFF;
        background-color: #094139;
        font-size: 18px;
        font-style: normal;
        font-family: 'HelveticaNeue-Md', sans-serif;
        padding: 12px 15px 8px;
        text-align: center;
    }
}

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

@media (max-width: 1199.98px) {

    .hero-img-pos {
        max-width: 300px;
        margin: 0px auto;
    }

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

    .display-flex-row {
        display: flex;
        align-items: 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-text {
        font-weight: 600;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        color: #6A747A;
        font-size: 18px;
        float: none;
        text-align: center;
        margin: 0px auto;
    }
    .footer-logo {
        float: none;
        margin: 0px auto;
    }
    .Logo_footer {
        margin: 0px auto;
    }

    .Logo_footer_contact {
        margin: 0px auto;
        text-align: center;
    }
    .section-copy-description {
        text-align: center;
        justify-content: center;
    }
}

@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: 1400px;
        margin: 0px auto;
    }
}

@media (max-width: 1400px) {

    .hero.hero--alt {
        background-position: center;
    }
    .hero.hero--alt-2 {
        background-position: center;
    }
    .hero-banner-two {
        text-align: left;
        font-size: 40px;
        line-height: 52px;
    }
    .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: 0px 25px 0px 25px;
    }
}