body {
    font-size: 10pt;
    -webkit-font-smoothing:antialiased;
}

.me-col-left {
    background: #f1f1f1;
    box-shadow: 0px 0px 19px #a9a9a9;
}
.me-col-left-cont {
    margin-left: 30px;
}

.me-col-left-side {
    height: 100vh;
    position: fixed;
    max-width: 36px;
}
.me-sidebar-cont {
    background: #e1e1e1;
    padding: 0;
}

.me-sect-bg {
    background: rgb(193, 207, 207);
}

.me-tag {
    padding: 10px;
    color: white;
    display: block;
    position: relative;
    left: 0;
    white-space: nowrap;
    margin: 20px 0px;
    z-index: 1;
    width: 90%;
    font-size: 1.2rem !important;
    text-align: left;
    padding-left: 36px;
}
.me-tag-blue {
    background: rgb(51, 86, 145);
}
.me-tag-orange {
    background: rgb(223,130,67);
}
.me-dtl-sect p {
    margin: 0px;
}
.me-dtl-sect-2 {
    margin-top: 15px;
}
.me-sub-dtl {
    color: red;
    font-style: italic;
}
.me-sub-dtl-2 {
    color: #4f4f4f;
}
.me-hdr-text {
    font-weight: 600;
    color: rgb(211, 133, 130);
    text-align: center;
}

.me-sub-hdr-text {
    margin-bottom:20px;
}

.me-sect-cont {
    box-shadow: 0px 0px 19px #a9a9a9;
    color: #4f4f4f;
    display: block;
    text-align: center;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 10px;

}
.me-sect-cont-1 {
    border: 1px solid rgb(193, 207, 207);
    padding: 10px;
    border-radius: 5px;
}
.me-sect-cont-1 > p {
    color: rgb(51,86,145);
    font-weight: 500;
}

.me-lead-text {
    font-size: 1.25rem;
}
.me-sub-lead-text {
    color: darkred;
    font-weight: 600;
    font-size: 1.05rem;
}
.me-sub-lead-text-reg {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 10px !important;
}
.me-ann-sect {
    margin-top: 20px;
}
.me-list-none {
    list-style: none;
    padding-left: 0;
}
.me
.me-reg-bold {
    color: #4f4f4f !important;
}
.row-mr-delete {
    margin-right: 0;
}
.me-img-embed {
    box-shadow: 0px 0px 13px #d2d2d2;
}
.arrow-right {
    margin: 20px 0px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;   
}
.arrow-blue {
    border-left: 25px solid rgb(51, 86, 145);
}
.arrow-orange {
    border-left: 25px solid rgb(223,130,67);
}

/* browser default overrides */

h2,
h3,
h4,
h5 {
    margin: 0px 0px 10px 0px;
}
b {
    color: orangered;
}
sup {
    color: orangered;
    text-decoration: underline;
    font-weight: inherit;
}
ol, ul {
    padding-left: 16px;
    list-style-type: orangered;
}
ul li {
    color: #212529; 
    /* set color of list item text */
  
    list-style: none; 
  }
  
   ul li::before {
    color: orangered;  
    /* color of bullet or square */
  
    content: "\2022"; 
    /* Unicode of character to precede the list item */
  
    font-size: 1em; 
    /* em or %*/
   
    padding-right: 1.1225em; 
    /* use em*/
  
    position: relative;
    top: 0em; 
    /* use em or % */
  
  }

/* media queries */
@media only screen and (max-width:700px) {
    .me-col-left-side {
        display: none;
    }
}