/* BODY RELATED CLASSES xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */.main_body{        width               : 100%;         /*min-height          : 100vh; */        overflow            : visible;        margin              : 0px;        padding             : 0px;}.main_content{        width               : 100%;         min-height          : calc(100vh - 100px);                               /* Meant for Inside pages where there is a Breadcrumb */        margin              : 0px;        /*background-color    : #ffffff;*/        padding             : 0px 0px 0px 350px;        overflow            : hidden;             background-color    : #ffffff;        background-image    : url("../img/watermark.png");        /*background-image    : url("../img/hammer_logo_white.png");*/        /*background-size     : cover;*/        background-position : right top;                    background-repeat   : no-repeat;}.main_content .sub_content{        width               : calc(100% - 20px);        margin-top          : 0px;        margin-left         : 10px;        border-radius       : 4px;        padding             : 0px 20px;}@media (max-width: 1650px){        .main_content {                padding : 0px 0px 0px 300px;        }}@media (max-width: 1350px){            .main_content {                min-height      : calc(100vh - 100px);                padding         : 0px 0px 0px 250px;        }}@media(max-width: 1150px){                .main_content{                margin              : 0px 0px 0px 0px;                min-height          : calc(100vh - 100px);                padding             : 10px;                position            : relative;                /*top                 : -20px;                */        }                   .main_content .sub_content.short_width{             /*Typically needed when there are large circles on the page*/                width: calc(100% - 45px);        }}