

body {
    font-weight: 400;
    overflow-x: hidden !important;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
}
b{
    font-weight: 700;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input:focus {
    outline: none;
}

p{
    margin-bottom: 0px; 
}
.ease {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.uppercase{
    text-transform: uppercase;
}



@media only screen and (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
}
@media only screen and (min-width: 1300px) {
    .container {
      max-width: 1200px;
    }
}
@media only screen and (min-width: 1600px) {
    .container {
      max-width: 1450px;
    }
}


/* Order Changed here since we are floating the content for ipad, so we need to do this. Check in ipad to get more clarity */
.tab-floating-container-right > article:nth-child(1) {
    order: 2;
}

.tab-floating-container-right > article + article {
    order: 1;
}

@media only screen and (min-width: 1025px) {
    .tab-floating-container-right .col-md-6 + .col-md-6{
        padding-left: 0;
    }

    .tab-floating-container-right .col-md-6 + .col-md-6 .left-adjuster.right-adjuster {
        padding-right: 0 !important;
    }
}


/* Beginning Section */

#rmz-profile-beginning .section-title-wrap .section-title {
    width: 60%;
}

.beginning-image-wrap {
    position: relative;
}

.beginning-content-wrap {
    padding-right: 65px;
}

.beginning-label {
    position: absolute;
    width: 245px;
    padding: 20px 0px;
    background-image: linear-gradient(270deg, #FC6466 0%, #3304F2 100%);
    bottom: 30px;
    right: -70px;
}

.beginning-label h6 {
    font-size: 26pt;
    font-weight: 400;
    letter-spacing: 6px;
    margin: 0;
    line-height: 26px;
    padding-bottom: 15px;
}

.beginning-label h4 {
    font-size: 32pt;
    font-weight: 900;
    letter-spacing: 5.33px;
    margin: 0;
    line-height: 32px;
}

/* Career Section */
.profile-career-image-block {
    background: url(../images/rmz-block.jpg) center no-repeat;
    background-size: cover;
}

.profile-career-image-block.career-image2 {
    background: url(../images/inner-hall.jpg) center no-repeat;
    background-size: cover;
}

.profile-career-image-block.career-image3 {
    background: url(../images/building-longshot.jpg) center no-repeat;
    background-size: cover;
}


/* Philanthropy Section */

.philanthropy-content {
    background-image: linear-gradient(135deg, #FF6564 0%, #5D28D1 100%);
    padding: 85px;
    position: relative;
    z-index: 1;
}

/* Membership Section */

.membership-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.membership-list li {
    font-size: 18pt;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    color: #333333;
}

.membership-list li::before {
    content: '';
    display: block;
    width: 55px;
    height: 40px;
    float: left;
    background-image: url(../images/awrd-icon.svg);
    background-position: left top;
    background-size: 30px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/* Footer */

footer{
    background: #1E252D;
    padding: 40px 0px;
}

.link-bq {
    color: #a1a1a1 !important;
    font-size: 12px;
    line-height: 2.5;
    text-decoration: none;
    padding-left: 0;
}

.powered-by .link-bq::after {
    content: "|";
    color: #fff;
    margin: 0 11px;
    margin-left: 11px;
}

.powered-by .link-bq:first-child::after {
    content: "|";
    color: #fff;
    margin-left: 14px;
}
.powered-by .link-bq:last-child::after {
    content: "";
}

footer .dot {
    height: 3px;
    width: 3px;
    margin: 0 11px 2px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
}

.sidepane-module__hamberger-menu {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.sidepane-module__hamberger-menu-inner::before {
    content: " ";
    top: -7px;
}
.sidepane-module__hamberger-menu-inner::after {
    content: " ";
    top: 7px;
}


.mobile-nav-panel-overlay.show-now{
    opacity: 1;
    visibility: visible;
}

.mobile-nav-panel{
    position: fixed;
    left: -110%;
    top: 0;
    width: 85%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 1px 12px 3px rgba(0,0,0,.6);
    -webkit-transition: left .4s ease;
    transition: left .4s ease;
}

.mobile-nav-panel.show-now{
    left: 0%;
}

.mobile-nav-top-ceil{
    background-color: #2B00F7;
    padding: 15px 30px;
    width: 100%;
    position: relative;
}

.close-mobile-nav{
    display: inline-block;
    width: 62px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.close-mobile-nav::before, .close-mobile-nav::after{
    content: '';
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    border-radius: 2px;
    top: 30px;
    right: 20px;
}
.close-mobile-nav::before{
    transform: rotate(45deg);
}
.close-mobile-nav::after{
    transform: rotate(-45deg);
}


.mobile-menu{
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu li{
    padding-left: 30px;
    border-bottom: 1px solid hsla(0,0%,58.8%,.2);
    position: relative;
}



.mobile-menu li a{
    font-size: 1.125rem;
    font-weight: 700;
    color: #2b00f7;
    line-height: 1.5;
    text-decoration: none;
    margin: 10px 0px;
    display: inline-block;
}



.footer-links .social-links a{
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-left: 10px;
}

.footer-links .social-links a img {
    width: 100%;
}

.copyright-wrapper p {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}