.RBL-page-wrapper {
    background: #fff;
	font-family: robotoregular;
}

.RBL-container {
    width: 1170px;
    margin: auto;
}

.RBL-hidden-lg {
    display: none;
}

.RBL-hidden-xs {
    display: block;
}

.RBL-header {
    background-color: #fff;
    z-index: 6;
    box-shadow: 0px 1px 1px #D9D9D9;
    -webkit-box-shadow: 0px 1px 1px #D9D9D9;
    padding: 13px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.RBL-header img {
    width: 170px;
}

.RBL-banner {
    margin-top: 100px;
}

.RBL-banner img {
    width: 100%;
}

.RBL-center-content {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 300px;
    overflow-x: scroll;
}

.RBL-pull-left {
    float: left;
}

.RBL-pull-right {
    float: right;
}

.RBL-footer-container {
    background-color: #ccc;
    width: 100%;
    display: inline-flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.RBL-footer-container .social-icons {
    width: 25%;
}

.RBL-footer-container .social-icons .icon-wrapper {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%;
}

.RBL-footer-container .social-icons .facebook {
    color: #3969b9;
}

.RBL-footer-container .social-icons .twitter {
    color: #1497e2;
}

.RBL-footer-container .social-icons .linkedin {
    color: #0088c0;
}

.RBL-footer-container .social-icons a {
    text-decoration: none;
}

.RBL-footer-container .social-icons .icon {
    transform: scale(1);
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    text-align: center;
    border: 1px solid #dbe0f2;
    height: 26px;
    width: 64px;
    font-size: 26px;
    padding: 19px 0;
    background-color: #ffffff;
}

.RBL-footer-container .copyright-container {
    width: 75%
}

.copyright {
    color: #737690;
    font-family: 'robotoregular';
}

.site-best-viewed-in {
    font-family: "robotoregular";
    font-size: 13px;
    color: #737690;
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .RBL-container {
        width: 970px;
    }
}

@media screen and (max-width: 992px) {
    .RBL-container {
        width: auto;
    }

    .RBL-footer-container .social-icons {
        width: 100%;
    }
    .RBL-footer-container .social-icons .icon-wrapper {
        width: 23%;
    }
    .site-best-viewed-in {
        display: none;
    }
    .RBL-footer-container .copyright-container {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
}

@media screen and (max-width: 770px) {
    .RBL-hidden-xs {
        display: none;
    }
    .RBL-hidden-lg {
        display: block;
    }
    .RBL-header img {
        width: 106px;
    }
    .RBL-banner {
        margin-top: 70px;
    }
}

.checkboxp {
	font-size: 14px;
	}

body .masterbody, .alert-frame, .sugInput-sug, .callout, .blockpanel .input-textarea, .blockpanel .input-text, .blockpanel .input-smaller input, .blockpanel .input-select, .blockpanel .input-date-time select, .blockpanel .sugInput-input, .blockpanel .entity-value select, .blockpanel .inputtextmulti, .blockpanel .inputtextmulti2 {
    font-family: robotoregular;
}