@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@font-face {
    font-family: 'MMC';
    font-style: normal;
    font-weight: 400;
    src:
      url('/MMC-Regular.woff2')
        format('woff2')
  }

  @font-face {
    font-family: 'MMC';
    font-style: normal;
    font-weight: 500;
    src:
      url('/MMC-Medium.woff2')
        format('woff2')
  }

  @font-face {
    font-family: 'MMC';
    font-style: normal;
    font-weight: 700;
    src:
      url('/MMC-Bold.woff2')
        format('woff2')
  }

.mmal-site-header {
    margin: 42px 0 21px;
}

.mmal-preheader-container,
.mmal-header-container {
    text-align: center;
}

.mmal-preheader {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 3.96px;
    color: #686d71;
}

.mmal-header-container h1 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
    color: #000;
}

h1, .h1, .page_section h1, h1.mmal-pagetitle {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000;
}

h2, .h2, .page_section h2 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000;
}

h3, .h3, .page_section h3 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    color: #000;
}

/*Start Subgrid Headers*/
h3.form-subgrid-heading {
    /*margin-top: 0px;
    padding: 0;*/
}

/*Styled as per H5*/
h3.form-subgrid-heading label {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000;    
}
/* End Subgrid Headers*/

h4, .h4, .page_section h4 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: #000;
}

h5, .h5, .page_section h5 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000;
}

h6, .h6, .page_section h6 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
}

/* confirm dialog */
h4.modal-title {
    line-height: 40px;
    font-size: 24px;
}

.modal-header {
    max-height: 60px;    
}
/* end confirm dialog */

body {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 400; 
    font-size: 16px; 
    line-height: 24px; 
    letter-spacing: 0px;
    color: #000;
    accent-color: #ed0000;
}

b, strong {
    font-weight: 700; 
    text-align: justify; 
}

i, em {
    font-weight: 400; 
    text-align: justify; 
}

a {
    font-weight: 400; 
    text-align: justify; 
    text-decoration: underline; 
    text-decoration-style: solid; 
    text-decoration-offset: 0%; 
    text-decoration-thickness: 0%; 
    cursor: pointer;
    color: #ed0000; 
    word-break: break-word; 
}

a:hover, a:focus, a:active {
    color: #ed0000;
}

/* Quickview Control */
.container.quickform {
    width: 100%;
}

.crmEntityFormView .cell.crmquickform-cell {
    padding-right: 0px;
}

.crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: 0px none !important;
}
/* End quickview Control */

/* Form Fields ReadOnly*/
input[type='text']:disabled,
input[type='email']:disabled,
input[type='text'].readonly,
input[type='email'].readonly,
.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control,
.status,
.browserPreviewFrame,
a.mmal-rolinkfield {
    background-color: #F1F2F3 !important; 
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    gap: 10px; 
    border-radius: 2px !important; 
    border-width: 1px !important; 
    border: 1px solid #E3E5E6 !important;
    display: inline-block;
    color: #000 !important;
    /*margin-top: 5px;/*inputmargin*/
}

a.mmal-rolinkfield {
    width: 100%;
}

iframe.browserPreviewFrame.tabletPortraitPreview{
    margin-left: 0px !important;
    padding-left: 20px !important;
}

/* Form Fields */
input[type='text'],
input[type='email'],
select.form-control,
.crmEntityFormView .form-control,
.crmEntityFormView select.form-control,
.crmEntityFormView .status
{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    padding: 12px 24px;
    gap: 10px; 
    border-radius: 2px !important; 
    border-width: 1px !important; 
    background: #FFFFFF; 
    border: 1px solid #E3E5E6 !important;
    /*margin-top: 5px;/*inputmargin*/
}

/* Form Fields Textarea */
textarea,
.crmEntityFormView textarea,
.crmEntityFormView textarea.form-control
{
    font-size: 16px;
    line-height: 24px; 
    height: auto;
    min-height: 48px;
    padding: 12px 24px;
    gap: 10px; 
    border-radius: 2px !important; 
    border-width: 1px !important; 
    background: #FFFFFF; 
    border: 1px solid #E3E5E6 !important;
    /*margin-top: 5px;/*inputmargin*/
}

input[type='text'].readonly:focus,
input[type='email'].readonly:focus,
.crmEntityFormView .form-control.readonly:focus,
.crmEntityFormView .form-control[readonly][disabled]:focus,
.form-readonly .form-control:focus,
select.form-control:focus,
a.mmal-rolinkfield:focus
{
    border: 1px solid #E3E5E6 !important;
}

input[type='text']:focus,
input[type='email']:focus,
select.form-control:focus,
textarea:focus
{
    border-width: 2px !important;
    border: 2px solid #2AA0CB !important;
}

/* Radio btn label */
.crmEntityFormView .cell .picklist label,
.crmEntityFormView .cell .boolean-radio label {
    font-size: 16px;
    vertical-align: middle;
}

/* Radio btn span row */
.picklist.horizontal,
.boolean-radio {
    display: inline-block;
    /*padding: 12px 0px; /*inputmargin*/
    padding: 0px 0px; /*inputmargin*/
}

span.picklist.horizontal label{
    padding-right: 16px;
} 

span.picklist.horizontal input[type=radio]{
    vertical-align: inherit !important;
}

.picklist input[type=radio]{
    margin: 0px !important;
}

input[type='radio'] {
    appearance: none;
}

input[type='radio']:hover {
    cursor: pointer;
}
  
input[type='radio']::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #BFC2C4;
    border-radius: 24px;
    vertical-align: middle;
    margin-right:8px;
}

input[type='radio']:hover::before,
input[type='radio']:focus::before {
    outline: 2px solid #2AA0CB;
}

input[type='radio']:checked::before {
    background-color: #000;
    outline: 2px solid #2AA0CB;
    border: 5px solid #fff;
}

input[type='radio']:disabled::before{
    background-color: #F1F2F3;
    outline: 1px solid #BFC2C4;
}

input[type='radio']:disabled:checked::before{
    background-color: #BFC2C4;
    outline: 1px solid #BFC2C4;
    border: 5px solid #f1f2f3;
}

#tandcSection label:before{
    content: " ";
    display: inline-block;
    position: relative;
    margin: 0 .75rem -0.5em 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2px;
    border: 1px solid #bfc2c4;
    background-color: #fff;
    flex: 1 0 auto;
}

input[type='checkbox']:checked+label:after{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 1em;
    margin-top: 2px;
    margin-right: .75rem;
    padding: 3px;
    transform: rotate(45deg);
    width: 0rem;
    position: absolute;
    top: .125rem;
    left: 0.9rem;
    content: " ";
    display: block;
}

select option:checked,
select.form-control option:checked{
    background-color: #F1F2F3;
}

select option:hover,
select.form-control option:hover{
    box-shadow: 0 0 10px 100px #F1F2F3 inset;
}

select option,
select.form-control option {
    color: #686d71bf; 
}

ol li::marker {
    font-family: 'Exo 2';
    color: #bfc2c4;
    font-weight: 700; 
    font-size: 16px; 
    line-height: 22px; 
}

.listitem-unstyled::before {
    content: none;
}

ul {
    padding-inline-start: 0px;
    list-style-type: none;
}

ul li::before {
    background: none;
    border-radius: 0;
    color: #bfc2c4;
    content: "›";
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    height: auto;
    margin: 0;
    padding-right: .625rem;
    position: static;
    width: auto;
}
ul.tick-list li::before {
    border-bottom: 2px solid #bfc2c4;
    border-right: 2px solid #bfc2c4;
    content: "";
    height: 1rem;
    margin-right: .75rem;
    padding: 0;
    transform: rotate(45deg);
    width: .5rem;
}

.crmEntityFormView div.description {
    font-size: 0.75em;
    font-weight: 400;
    margin-bottom: 5px;/*inputmargin*/
}

label {
    font-weight: 400;
    margin-bottom: 5px;/*inputmargin*/
}

.m-labelwithdesc {
    margin-bottom: 0px;/*inputmargin*/
}

/* Buttons */

.btn{
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #ed0000;
    border-color: #ed0000;
    border-radius: 4px;
    font-size:16px;
    /* padding: 12px 16px; */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus
{
    color: #fff;
    background-color: #B41114;
    border-color: #B41114;
    outline: 0;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus 
{
    background-color: #BFC2C4;
    border-color: #BFC2C4;
}

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 4px;
    font-size:16px;
    /* padding: 12px 16px; */
}

.btn-default:hover,
.btn-default.hover,
.btn-default:focus, 
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-success {
    border-radius: 4px;
    background-color: #067300;
    border-color: #067300;
}

.btn-success:hover {
    background-color: #005000;
    border-color: #005000;
}


.btn-tertiary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    font-size:16px;
    padding:3px 0px;
}

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary.focus, .btn-tertiary:active:hover, .btn-tertiary:active:focus, .btn-tertiary:active.focus, .btn-tertiary.active:hover, .btn-tertiary.active:focus, .btn-tertiary.active.focus, .open>.btn-tertiary.dropdown-toggle:hover, .open>.btn-tertiary.dropdown-toggle:focus, .open>.btn-tertiary.dropdown-toggle.focus
{
    color: #ed0000;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.btn-tertiary.disabled:hover, .btn-tertiary.disabled:focus, .btn-tertiary.disabled.focus, .btn-tertiary[disabled]:hover, .btn-tertiary[disabled]:focus, .btn-tertiary[disabled].focus 
{
    background-color: #BFC2C4;
    border-color: #BFC2C4;
}

.btn .material-icons,
.alert-block .material-icons {
    position:relative;
    top: 0.2em;
}

.btn .material-icons{
    font-size: 1em;
}

.alert-block .material-icons{
    font-size: 1.5em;
}


.btn-tertiary:after {
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    content: "chevron_right";
    color: #ed0000;    
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    top: 0.45rem;
    margin-left: 0.25em;
}

.add-file,
.btn-secondary{
    background-color: #fff;
    border-color: #000;
    color: #000;
    border-radius: 4px;
    text-decoration: none;
    font-size:16px;
}

.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:focus, 
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/* MMAL Layout Elements */
.mmal-sectionbuttons {
    margin-top: 26px;
}

.mmal-pageinstruction {    
    margin-bottom: 30px;
}

.mmal-pageinstruction-lg {    
    margin-bottom: 100px;
}

.mmal-informdisclaimer-panel {
    margin-top: 48px;
    margin-bottom: 48px;
}

.mmal-informdisclaimer-content {    
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.mmal-loading {
    display: flex;
    justify-content: center;
}

.mmal-loading-content {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 10px;
}

.mmal-spin {
    margin-right: 10px;
}

.mmal-spinner {
  background: conic-gradient(from 0deg at 50% 50%, #000000 0deg, rgba(0, 0, 0, 0) 360deg);  
  border-radius: 50%;  
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.mmal-spinner-inner{
    background: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 10px;
    position: relative;
    left: 10px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Media */
@media (min-width: 1400px) and (max-width: 1919px) {
    .container {
        width: 1320px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        padding-top: 16px;
    }
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
	
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #DFE0E1;
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        margin-top: 24px;
        margin-bottom: 24px;
    }
	
    .navbar-brand img {
        height: 64px;
    }
}

/*Medium*/
@media (max-width: 991px) {
    .mmal-header-container h1 {
        font-size: 48px;
        line-height: 48px;
    }

    h1, .h1, .page_section h1, h1.mmal-pagetitle {
        font-size: 40px;
        line-height: 50px;
    }

    h2, .h2, .page_section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3, .h3, .page_section h3 {
        font-size: 32px;
        line-height: 40px;
    }

    h4, .h4, .page_section h4 {
        font-size: 28px;
        line-height: 35px;
    }

    h5, .h5, .page_section h5 {
        font-size: 24px;
        line-height: 30px;
    }

    h6, .h6, .page_section h6 {
        font-size: 20px;
        line-height: 25px;
    }

    body {
        font-size: 14px; 
        line-height: 20px; 
    }

    .btn-primary {
        font-size: 14px;
    }

    .btn-default {
        font-size: 14px;
    }

    .btn-secondary {
        font-size: 14px;
    }
    
    .btn-tertiary {
        font-size: 14px;
    }

    .crmEntityFormView .cell .field-label,
    .crmEntityFormView .cell .picklist label,
    .crmEntityFormView .cell .boolean-radio label {
        font-size: 16px; /* No scale labels */
    }

    /* Form Fields Medium */
    input[type='text'],
    input[type='email'],
    textarea,
    .crmEntityFormView textarea,
    .crmEntityFormView .form-control,
    .form-readonly .form-control,
    .crmEntityFormView select.form-control {
        font-size: 16px; /* No scale */
    }

    a.mmal-rolinkfield {
        font-size: 16px; /* No scale per form fields*/
    }

    .navbar-brand img {
        height: 52px;
    }
	
    .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
    }
	
    .xs-md-top-border {
        border-top: 5px solid #ed0000;
    }
    .footerlinks {
        text-align: left;
        flex-direction: column;
        float: left;
        padding-top: 1em;
    }
    
    /* MMAL Layout Elements */
    .mmal-sectionbuttons {
        margin-top: 0px;
    }
}

/*Small*/
@media (max-width: 767px) {
    .mmal-header-container h1 {
        font-size: 48px;
        line-height: 48px;
    }

    h1, .h1, .page_section h, h1.mmal-pagetitle {
        font-size: 40px;
        line-height: 50px;
    }

    h2, .h2, .page_section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3, .h3, .page_section h3 {
        font-size: 32px;
        line-height: 40px;
    }

    h4, .h4, .page_section h4 {
        font-size: 28px;
        line-height: 35px;
    }

    h5, .h5, .page_section h5 {
        font-size: 24px;
        line-height: 30px;
    }

    h6, .h6, .page_section h6 {
        font-size: 20px;
        line-height: 25px;
    }

    body {
        font-size: 14px; 
        line-height: 20px; 
    }

    .btn-primary {
        font-size: 14px;
    }

    .btn-default {
        font-size: 14px;
    }

    .btn-secondary {
        font-size: 14px;
    }
    
    .btn-tertiary {
        font-size: 14px;
    }

    .crmEntityFormView .cell .field-label,
    .crmEntityFormView .cell .picklist label,
    .crmEntityFormView .cell .boolean-radio label {
        font-size: 16px; /* No scale labels */
    }

    /* Form Fields Small */
    input[type='text'],
    input[type='email'],
    textarea,
    .crmEntityFormView textarea,
    .crmEntityFormView .form-control,
    .form-readonly .form-control,
    .crmEntityFormView select.form-control {
        font-size: 16px; /* No scale */        
        padding: 8px 16px;
    }

    a.mmal-rolinkfield {
        font-size: 16px; /* No scale per form fields*/
    }

    .mmal-form-control-cell {
        margin-bottom: 15px; /*match preform bundle behaviour*/
    }
    
    .view-toolbar.grid-actions {
        border-bottom: 0px;
    }

    /* MMAL Layout Elements */
    .mmal-sectionbuttons {
        margin-top: 0px;
    }
}

/*XS*/
@media (max-width: 576px) {
    
    .mmal-header-container h1 {
        font-size: 36px;
        line-height: 36px;
    }

    h1, .h1, .page_section h1, h1.mmal-pagetitle  {
        font-size: 32px;
        line-height: 40px;
    }

    h2, .h2, .page_section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3, .h3, .page_section h3 {
        font-size: 28px;
        line-height: 35px;
    }

    h4, .h4, .page_section h4 {
        font-size: 24px;
        line-height: 30px;
    }

    h5, .h5, .page_section h5 {
        font-size: 22px;
        line-height: 28px;
    }

    h6, .h6, .page_section h6 {
        font-size: 16px;
        line-height: 20px;
    }
    
    body {
        font-size: 12px; 
        line-height: 17px; 
    }

    .btn-primary {
        font-size: 14px;
    }

    .btn-default {
        font-size: 14px;
    }

    .btn-secondary {
        font-size: 14px;
    }
    
    .btn-tertiary {
        font-size: 14px;
    }

    .crmEntityFormView .cell .field-label,
    .crmEntityFormView .cell .picklist label,
    .crmEntityFormView .cell .boolean-radio label {
        font-size: 16px; /* No scale labels */
    }

    /* Form Fields XS */
    input[type='text'],
    input[type='email'],        
    .crmEntityFormView .form-control,
    .form-readonly .form-control,
    .crmEntityFormView select.form-control {
        font-size: 16px; /* No scale */
        width: 100%;
        /*height: 40px;*/
        padding: 8px 16px;
    }

    /* Form Fields XS textarea*/ 
    textarea,
    .crmEntityFormView textarea,
    .crmEntityFormView textarea.form-control {
        font-size: 16px; /* No scale */
        width: 100%;
        height: auto;
        padding: 8px 16px;
    }

    a.mmal-rolinkfield {
        font-size: 16px; /* No scale per form fields*/
    }

    .hero-logo {
        width: 85%;
    }

    .section-landing .row > div .section-landing-heading {
        font-size: 4.5rem;
    }
	
    .section-landing .row > div .section-landing-sub-heading {
        font-size: 2.8rem;
    }
	
    .section-landing .row > div .section-landing-sub-heading {
        font-size: 2.8rem;
    }
	
    .search-results .page-header {
        padding-top: 1.5rem;
    }
	
    .visible-sm-center-block {
        display: inline-block !important;
        min-width: 200px;
        padding-top: 2em;
        text-align: center;
    }

    .dropdown-menu {
        font-size: 1em;
    }

    /* MMAL Layout Elements */
    .mmal-sectionbuttons {
        margin-top: 0px;
    }
}

.cke_contents{
    padding: 12px 24px !important;
}

.dropdown-menu>li>a {
    color: #000;
    text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #ed0000;
}

.nav>li::before,
.dropdown-menu>li::before,
.pagination>li::before,
.breadcrumb>li::before{
    display: none;
}

.breadcrumb>li {
    font-size: 14px;
}

.breadcrumb > li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb > li a:hover {
    color: #ed0000;
}

.breadcrumb>.active {
    font-size: 14px;
    color: #000;
}

/*btnmove*/

.fa, .glyphicon {
    font-size: smaller;
}

.alert-warning, .alert-warning *,
 .alert-danger, .alert-danger * {
    background-color: #FFF4EB !important;
    border-color: #FFF4EB;
    color: #A73D00;
}

.alert-info {
    background-color: #F1F7FA;
    border-color: #F1F7FA;
    color:#006189;
}

.alert-success {
    background-color: #F4FAED;
    border-color: #F4FAED;
    color: #067300;
    border-radius: 4px;
}

/*
input.form-control {
    height: 3.52rem;
    border: 1px solid #eee;
}
*/
input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }
/*
.form-control:focus { 
    border-color: #ed0000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 0 0 / 20%);
}

.form-control {
    border: 1px solid #eee;
    color: #000;
}
    */

.input-group input#search_control.form-control {
    height: 3.54rem;
}

input[type='checkbox'] {
    accent-color: #ed0000;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: 1px solid #000;
    background: #f1f2f2;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    transition: background .2s ease-in-out;
    font-size: 14px;
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
  }
  
  input[type=file]::file-selector-button:hover {
    background: #000;
    color: #fff;
  }

  input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
  }

.facet-list-group .facet-list-group-item:hover {
    background-color: #f5f5f5;
}

:focus-visible {
    outline: none;
}

.label {
    font-weight: 400;
}

.label-primary {
    background-color: #ed0000;
}

.label-info {
    background-color: #006189   ;
}

.label-danger {
    background-color: #A73D00;
}

.layer_up {
    height: 52px;
}

.text-muted {
    color: #686D71;
    font-size: 11px;
    text-transform: uppercase;
}

abbr[title] {
    cursor: auto;
    border-bottom: 0px;
    text-decoration: none;
}

.form-readonly .form-control:focus {
    outline: 0px;
}

/* Navbar edits */
.navbar-sitetitle-lg{
    padding-left: 40px;
    padding-top: 26px;
    font-weight: bold;
}

.navbar-sitetitle {
	padding-bottom: 4px;
    font-weight: bold;
}

.navbar-brand {
    padding: 1rem;
    text-align: center;
}

.nav>li>a:hover, .nav>li>a:focus {
    border-color: #fff;
    background-color: #fff;
    color:#000;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
    padding-bottom: 10px;
}

.navbar-static-top.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #E3E5E6;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical{
    margin-top: 12px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 4px solid #ED0000;
    background-color: #fff;
    color: #000;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 4px solid transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    border: 2px solid rgba(0,0,0,0);
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    border: 2px solid rgba(0,0,0,0);
    color: #ed0000;
    background-color: #F1F2F2;
    text-decoration: none;
}

.fa.fa-home {
    font-size: 16px;
}

/* Navbar (Responsive) edits */

.navbar-inverse .navbar-toggle {
    border-color: rgba(0,0,0,0);
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #fff;
    border-bottom: 4px solid #ED0000;
}

.navbar-inverse .navbar-nav > li > a:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    border: 1px solid #000;
}

/* Header edits */

.hero-logo {
    width: 50%;
}

.page_section.section-landing .row {
    padding-top: 50px;
}

.section-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(hero-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-landing .row > div .section-landing-heading {
    text-align: center;
    padding-top: 4rem;
    font-size: 5.8rem;
}

.section-landing .row > div .section-landing-sub-heading {
    text-transform: none;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 400;
    padding-bottom: 2rem;
}

.visible-sm-center-block {
    display: inline-block !important;
    min-width: 980px;
    padding-top: 2em;
    text-align: center;
}

.visible-sm-left-block {
    /*display: inline-block !important;
    min-width: 980px;
    padding-top: 2em;
    text-align: left;
    margin-left: 4em;*/
}

.visible-xs-center-block {
    /*display: inline-block !important;
    min-width: 200px;
    padding-top: 2em;*/
    text-align: center;
}

/* Footer edits */
footer .footer-bottom{
    background-color: #000;
}
footer {
    color: #bfc2c4;    
}

.footerlinks {
    text-align: right;
    display: flex;
    justify-content: space-between;
    float: right;
    width: 70%;
}

.footerlinks a {
    color: #bfc2c4;
    text-decoration: underline;
}

.footerlinks a:hover {
    color: #ED0000;
}

/* Footer (Responsive) edits */


/* Search Results Page */

.section-landing-search {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("hero-search.jpg") no-repeat 0 24%;
    background-size: cover;
}

.section-landing-search .section-landing-heading {
    margin: 6rem 0 3rem;
    font-size: 5rem;
}
/*
.search-results .page-header h2 {
    font-size: 2rem;
}
*/

.search-results li {
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.search-results li > h3 {
    /*font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;*/
    margin-top: 32px;
}

.search-results li > h3 > a {
    color: #ed0000;
    text-decoration: underline;
}

p.fragment {
    padding-top: 1rem;
    line-height: 1.5;
}

#search_sort_options {
    font-size: 15px;
    padding: 2px 1px;
}

/*
.search-results h2 {
    font-size: 24px;
}
*/

.search-results .querytext {
    color: #ed0000;
}

/* Generic Layout Styling */
#content_form, .wrapper-body {
    min-height: calc(100vh - 213px);
    margin-bottom: 0px;
}

/* Generic Section Styling */

.page_section p {
    border: 0;
    padding-top: 1rem;
}


/* Get Help Section */

.section-diagonal-right .section-diagonal-right-content:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.section-diagonal-right .section-diagonal-right-content {
    /*background: url("banner-gethelp.jpg") no-repeat 0 46%;   -- marketing recommeded we remove banner */
    background-size: cover;
    margin-top: 70px; /*markeing want requested we remove the slant*/
}
.section-diagonal-left .row, .section-diagonal-right .row {
    padding-top: 25px;
    padding-bottom :40px;
}

/* Home - Sections */

.header-with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.header-with-icon .fa-bell, .fa-file, .glyphicon-paperclip, .glyphicon-plus {
    padding-right: 1rem;
    padding-top: 0.2rem;
    color: #ed0000;
    font-size: 14px;
}

.home-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blue_border {
    border-bottom: 5px solid #ed0000;
}

.sidebar-home {
    background-color: #F1F2F2;
    border-top: 5px solid #ed0000;
}

a.view-all {
    padding-left: 0.8rem;
    padding-top: 0.2rem;
    font-size: 14px;
    color: #ed0000;
    text-decoration: underline;
}

/* Home - Dashboard */

.content-home .title {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-size: 16px;
}

.content-home .list-group-item a.title {
    color: #ed0000;
    text-decoration: underline;
}

.content-home .list-group-item {
    border-top: 1px solid #eee;
    padding: 18px 0;
}

.content-home .case.title {
    display: inline;
}

.content-home .list-group-item a.title:hover {
    color: #ed0000;
}

.content-home .description {
    font-size: 16px;
}

.page_section .row.sidebar-home {
    padding-top: 4px;
    margin-bottom: 8rem;
}

.sidebar-home .panel-title {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-size: 18px;
}

.content-home .panel p {
    padding-top: 0.2rem;
}

.section-knowledge {
    margin-bottom: 6rem;
}

.section-knowledge .text-muted {
    padding-top: 0.2rem;
}

.section-knowledge p.case-status {
    font-size: 16px;
}

.section-knowledge .kb-2cols a:focus {
    outline: none;
    text-decoration: none;
}

.section-knowledge .kb-2cols {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.section-knowledge .kb-2cols .panel-heading {
    border-bottom: 1px solid #DFE0E1;
    margin-bottom: 0.5rem;
    padding-right: 0px;
}

.section-knowledge .kb-2cols .header-view-all {
    display: flex;
    justify-content: space-between;
}

.section-knowledge .kb-2cols .header-with-icon {
    margin-bottom: 0px;
}

.section-knowledge .kb-2cols .list-group-item {
    font-size: 16px;
} 

.section-knowledge .kb-2cols .boxed-articles .list-group-item {
    padding-bottom: 0px;
}

.section-knowledge .kb-2cols a.list-group-item, .list-group-item a.title  {
    color: #000;
}

.section-knowledge .kb-2cols a.list-group-item:hover, .list-group-item a.title:hover  {
    color: #ed0000;
    text-decoration: none;
}

.section-knowledge .kb-2cols .list-group-item:hover, .list-group-item:focus {
    text-decoration: none;
} 

.lineitem-with-icon {
    display: flex;
    align-items: flex-start;
}

.kb-2cols .lineitem-with-icon .glyphicon-plus {
    padding: 0px 1rem 0rem 0;
    font-size: 12px;
    color: #ed0000;
    top: 0px;
}
/* Home - Forums Section */

.section-sub-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(banner-forum.jpg) no-repeat 0 46%;
    background-size: cover;
}

.section-diagonal-right {
    margin-bottom: -24px;
}


/* Forums & Get Help Footer Sections - Home Buttons*/

.btn-info-home {
    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #ed0000;
}

a.btn-info-home:hover {
    color: #fff;
    border: 0;
    background: #B41114;
}

.btn-lg-home {
    padding: 12px 16px;
    font-size: 16px;
}

/* Forums Page */

.section-landing-forums {
    background: url(hero-forum.jpg) no-repeat 0 38%;
    background-size: cover;
}


/* Profile Pages - General & Admin */

a.text-primary {
    color: #ed0000;
    text-decoration: underline;
}

a.text-primary:hover {
    color: #ed0000;
}

.profile-content legend.section-title h3 {
    padding-top: 3rem;
    border-top: 1px solid #E3E5E6;
}

.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control[readonly][disabled]:focus, .form-readonly {
    outline: none;
}

.profile-header {
    border-bottom: 1px solid #E3E5E6;
    padding-bottom: 9.5px;
}

.profile-instructions {
    padding-bottom: 2.8rem;
}

.profile-content .form-control {
    font-size: 16px;
}

.profile-content .crmEntityFormView .section-title {
    margin-bottom: 4rem;
}

.profile-content .crmEntityFormView fieldset {
    margin-bottom: 4rem;
}

.msos-input-container > input {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
}

.profile-content .msos-label .msos-label-text {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
}

.profile-content .msos-selected-display-item {
    height: 26px;
    line-height: 24px;
}

html[dir="ltr"] .profile-content .msos-selected-display-item {
    margin-top: 3.5px !important;
}

.profile-content .msos-selected-display-item-text {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    color: #000;
}

.profile-content .msos-selecteditems-toggle {
    color: #ed0000;
    line-height: 22px;
}

.profile-content .msos-container:not(.msos-disabled).msos-active {
    border: 1px solid #DFE0E1 !important;
}

.profile-content .msos-container:not(.msos-disabled) {
    border: 1px solid #DFE0E1 !important;
}

.profile-content .msos-container:not(.msos-disabled).msos-focused {
    border-color: #ed0000 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 0 0 / 20%);
}
.profile-content .form-control:focus {
    border-color: #ed0000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 0 0 / 20%);
}

/* Support Page */

.case-deflection .panel-heading {
    font-size: 15px;
}

.case-deflection .panel-heading .fa-search {
    padding-right: 1rem;
}

.entitylist {
    padding-top: 0rem;
}

.entitylist-search input.query.form-control {
    height: 3.3rem;
    border: 1px solid #000;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

input.form-control.subject.case-deflection {
    border: 1px solid #000;
}

.view-grid tbody {
    /*font-size: 16px;*/
}

th.sort-enabled a:hover {
    text-decoration: none;
}

.view-pagination {
    text-align: center;
    padding-bottom: 1em;
}

.pagination {
    font-size: 14px;
}

.pagination > li > a {
    height: 34px;
    width: 34px;
    color: #000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #ed0000 !important;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #ed0000;
}

/* Create Case */

#case-deflection-topics h4.list-group-item-heading {
    font-size: 16px;
}

/* EntityForm Config */
.crmEntityFormView .tab-title {
    padding-bottom: 1.5rem;
    font-size: 28px;
}

.crmEntityFormView .tab {
    /*margin-top: 20px;*/
    margin-top: 0px;
    margin-bottom: 0px;
}

.crmEntityFormView .cell {
    padding: 0 28px 20px 0;
}

.crmEntityFormView .form-control-cell {
    padding: 0 28px 20px 0;
}

.validation-summary {
    margin-top:20px;
}
.validation-summary a {
    color: #ed0000 !important;
}

.validation-summary a:hover {
    color: #000 !important;
}

.crmEntityFormView .validation-summary h2 {
    margin: 0 0 0.8em 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
}
/* End EntityForm Config */

/* Knowledge Base - Search */
ul li.mmal-search::before {
    content: none;
}

/* End Knowledge Base - Search */

/* Knowledge Base - Tree View */

#mmal-accordion a {
    text-decoration: none;
}

#mmal-accordion a:focus {
    outline: none;
    text-decoration: none;
}

#mmal-accordion .panel {
    padding: 0px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-top: 0px;
}

#mmal-accordion .panel-heading.header-with-icon {
    margin-bottom: 0px;
    padding-left: 2rem;
}

#mmal-accordion .panel-heading {
    /* padding: 10px 15px; */
    color: #000;
    font-size: 16px;
}

#mmal-accordion .panel-heading:hover {
    text-decoration: none;
    color: #000;
    background-color: #F1F2F2;
}

#mmal-accordion .category {
    font-weight: 600;
    font-size: 18px;
}

#mmal-accordion .sub-category {
    font-weight: 500;
    background-color: #fbfbfb;
    padding-left: 3.6rem;
}

#mmal-accordion .sub-sub-category {
    font-weight: 500;
    background-color: #fbfbfb;
    padding-left: 5.6rem;
}
#mmal-accordion .sub-sub-sub-category {
    font-weight: 500;
    background-color: #fbfbfb;
    padding-left: 7.6rem;
}

#mmal-accordion .main-category-article {
    padding: 1.3rem 2rem;
    display: flex;
    align-items: flex-start;
}

#mmal-accordion .sub-category-articles {
    padding: 1.2rem 4rem;
    display: flex;
    align-items: flex-start;
}

#mmal-accordion .sub-sub-category-articles {
    padding: 1.2rem 7rem;
    display: flex;
    align-items: flex-start;
}

#mmal-accordion .sub-sub-sub-category-articles {
    padding: 1.2rem 8rem;
    display: flex;
    align-items: flex-start;
}


#mmal-accordion a.article-title {
    color: #ed0000;
    text-decoration: underline;
    margin-left: 0px;
}

#mmal-accordion .article-desc, .text-muted {
    padding-top: 0.2rem;
    margin-bottom: 0px;
}

#mmal-accordion .panel-body {
    padding: 0 15px;
}

#mmal-accordion .no-padding{
    padding: 0px;
}

.left-strip {
    border-left: 5px solid #ed0000;
}

#mmal-accordion .glyphicon-plus, .glyphicon-file {
    font-size: 12px;
    padding-right: 1rem;
    color: #ed0000;
}

#mmal-accordion .glyphicon-file.kb-article-icon {
    padding-top: 5px;
    padding-right: 0.7rem;
}

/* Knowledge Base - Category page */

ul#kb-category li > a {
    color: #ed0000;
    text-decoration: underline;
    margin-left: 0;
}

ul#kb-category li.list-group-item {
    padding: 12px 15px;
}

#related-categories {
    font-size: 24px;
    padding-bottom: 1rem;
}

/* Knowledge Base - Article page */

button#foundmyanswerbutton {
    display: none;
}

#found-my-answer {
    display: none;
}

button#foundmyanswerbuttonbottom {
    padding-right: 6px;
}
#foundmyanswerbuttonbottom .fa-check {
    padding-right: 4px;
    padding-left: 4px;
}

#found-my-answer-bottom-comments {
    font-size: 14px;
}

.knowledge-article-related h4 {
    /* per h6 */
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
}

/* media adjustments for knowledge-article-related h4 */
@media (max-width: 991px) {	/* medium */
    .knowledge-article-related h4 {
        /* per h6 */
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {	/* small */
    .knowledge-article-related h4 {
        /* per h6 */
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 576px) { /* XS */
    .knowledge-article-related h4 {
        /* per h6 */
        font-size: 16px;
        line-height: 20px;
    }
}
/* End media adjustments for knowledge-article-related h4 */

.knowledge-article-related ul li::before {
    content: none;
}

.glyphicon-file:before {
    font-size: 13px;
    color: #ed0000;
    padding-right: 2px;
}

.knowledge-article-content {
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.knowledge-article-content a {
    color: #ed0000;
    text-decoration: underline;
}

form#create-comment {
    margin-top: 2rem;
}

form#create-comment legend {
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
    padding-top: 2rem;
    margin-bottom: 1rem;
}

#create-comment label {
    display: none;
}

#create-comment #copyControl {
    overflow: hidden;
}

#create-comment .form-group .col-sm-offset-3 {
    margin-left: 0px;
}

#comments {
    padding-top: 2rem;
}

#comments legend {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0.8rem;
}

#comments .comment-author {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5rem;
}

.timeago {
    /*color: #686D71;
    font-size: 11px;
    text-transform: uppercase;*/
}


/* Case - Create/View Case */

a.add-folder{
    background-color: #fff;
    border-color: #000;
    color: #000;
}

a.add-folder:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

a.add-file:hover,
a.add-file:active,
a.add-file:focus,
a.add-file:active:focus {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}

a.add-file {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
}
.btn-primary.create-action {
    background-color: #fff;
    border-color: #000;
    color: #000;
    text-decoration: none;
}

.btn-primary.create-action:hover {
        color: #fff;
        background-color: #000;
        border: 1px solid #fff;
    }

.btn-primary.button.submit-btn {
    background-color: #ed0000;
    border-color: #ed0000;
    /*font-size:1em;*/
}

.btn-primary.button.submit-btn:hover {
    background-color: #B41114;
    color: #fff;
    border: 1px solid #B41114;
}
/*
@media screen and (max-width: 767px){
    .table-responsive {
        scrollbar-width: none;
    }
}
*/
.entity-grid .view-grid > table > tbody > tr > td > a,
.view-grid > table > tbody > tr > td > a{
    color: #000;
}

.entity-grid .view-grid > table > thead > tr > th > a,
.view-grid > table > thead > tr > th > a {
    color: #000;
    text-decoration: none;
}

.entity-grid .view-grid > table > tbody > tr.info > td > a {
    color: #ed0000;
}

.case-info .crmEntityFormView fieldset {
    border-bottom: 1px solid #E3E5E6;
}

.case-info legend.section-title {
    border-top: 0px;
    padding-top: 2rem;
}

.case-info .table>thead>tr>th {
    border-bottom: 1px solid #BFC2C4;
}

#mmal_ivnvinrego, #mmal_name, #mmal_ivn {
    margin-bottom: 1rem;
}

#errormessageblock {
    margin: 1rem 0;
}

#errormessagetext {
    font-size: 15px;
}

.entity-timeline .note .attachment-outer-border {
    padding: 0px;
    border: 0px;
}

.entity-timeline .note .row .content .description {
    font-size: 16px;
}

.entity-timeline .note .row .header .metadata .postedon {
    padding-top: 6px;
    padding-bottom: 2px;
}

#notescontrol .from h5 {
    font-size: 14px;
    border-bottom: 1px solid #E3E5E6;
    padding-bottom: 0.8rem;
}

#notescontrol .from h5 .glyphicon {
    padding-left: 4px;
    padding-right: 4px;
}

.case-info .notes-cell .info {
    border-top: 1px solid #E3E5E6;
    padding-top: 2rem;
}

.case-info .createdby {
    margin-top: 2rem;
}

button.cancel-case-link {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 4px;
}

button.cancel-case-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-custom-actions .btn,
.form-action-container-right .btn {
    margin-top: 2rem;
    margin-right: 1rem;
}

.form-custom-actions .btn:last-child,
.form-action-container-right .btn:last-child {
    margin-right: 0px;
}

.modal-closecase .modal-footer .btn-success {
    background-color: #ed0000;
    border-color: #ed0000;
}

div.message.success,
div.alert-success {
    color: #067300 !important;
    background-color: #F4FAED;
    border-color: #F4FAED;
    border-radius: 4px;
}

div.message.success span{
    color: #067300 !important;
}

.close {
    font-size: 24px;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    background-color: transparent;
}

#btnCloseMessage.close {
    position: relative;
    top: -2px;
    right: -21px;
    font-size: 23px;
}

legend.section-title h3 {
    /*padding-top: 1rem;*/
    margin-top:0rem;
    padding-top: 0rem;
    /*font-size: 28px;*/
}


/* Recent Articles Page */

.recent-articles a.article-title {
    color: #ed0000;
    text-decoration: underline;
    margin-left: 0px;
}

.recent-articles .text-muted {
    padding-top: 0.2rem;
}

.recent-articles .description {
    padding-top: 0.2rem;
}

/* Dealer Cases & All Articles Page */

.dealer-cases, .all-articles, .all-cases {
    padding-bottom: 2rem;
}

.dealer-cases .entitylist-filter-option-group-label.h4,
.all-articles .entitylist-filter-option-group-label.h4,
.all-cases .entitylist-filter-option-group-label.h4 {
    /*font-size: 14px;*/
}

.dealer-cases .entitylist-filter-option-group,
.all-articles .entitylist-filter-option-group,
.all-cases .entitylist-filter-option-group {
    padding-right: 2rem;
}

.dealer-cases .entitylist-filter-option-text,
.all-articles .entitylist-filter-option-text,
.all-cases .entitylist-filter-option-text {
    width: 240px;
}

.dealer-cases .view-toolbar.grid-actions,
.all-articles .view-toolbar.grid-actions,
.all-cases .view-toolbar.grid-actions {
    padding-bottom: 2rem;
}

.fa.fa-info-circle, .fa.fa-pencil-square-o {
    font-size: 14px;
    padding-right: 0.4rem;
}

.fa.fa-trash-o {
    font-size: 14px;
    padding-right: 0.6rem;
}
/* drop zone settings begin */
#drop-zone {
    width: 100%;
    min-height: 200px;
    border: 5px dashed #7e878d;
    text-align: center;
    background-color: #c2cfd7;
    border-radius: 0.5em;
    padding: 1em;
    overflow-y: hidden;
}

    #drop-zone.dragover {
        background: red;
        transition: background ease 0.3s;
    }

.attachment-preview {
    width: 200px;
    height: 200px;
    float: left;
    border: 5px solid #adb6d2;
    margin: 0 1em 1em 0;
    border-radius: 0.5em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    padding: 1em;
}

.inner {
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
    font-size: clamp(0.5em, 1em, 1em);
}

.attachment-preview .glyphicon {
    font-size: 3em;
    display: block;
    margin-bottom: 0.25em;
}

.msos-selection {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    max-height: 350px !important;
    margin: 0;
    padding: 0;
}
/* drop zone settings end */

.section-card .img-fluid{
    width: 100%;
    height: auto;
}

.section-card .container{
    padding-top: 2.5vh;
}

.section-card .row{
    margin-bottom: 2.5vh;
}
.section-diagonal-right.home-section{
    margin-top:60px;
}

#FormMessage {
    margin-top: 21px;
}

.nav-account{
    display:none;
}

#RegistrationForm .actions {
    border-top:none;
}

#MessagePanel{
    margin-top:20px;
}

.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #000000 !important; 
    color: #fff !important; 
}
.nav-sidebar .active a:hover {
    background-color: #000000 !important;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.nav-sidebar .nav > li > a {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    color: #000000;
    border-right:none;
}

.nav-sidebar .nav > .active > a:before,
.nav-sidebar .nav > li > a:before {
    content: none;
}

.nav-sidebar .nav > .active > a{
    border-right:2px solid #000000;
}

.nav>li>a {
    padding: 10px 12px;
    text-decoration: none;
    color: #000;
}

.alert-danger a{
    text-decoration: underline;
    color: #A73D00;
}

.alert-info a{
    text-decoration: underline;
    color: #006189;
}


#ManageOrganisationContacts {
    margin-top: 1em;
}

.alert-block{
    margin-top:21px;
}

.ul-revert-padding ul{
    padding-inline-start: revert;
}

#mainContent {
    margin-top: 12px;
}

div.browserPreviewFrameBorder.tabletPortraitPreview{
    padding:0 !important;
}

#gridLoadingModal .material-icons{
    position: relative;
    top: 0.5rem;
    margin-right: 0.25rem;
}
.subgrid{
    overflow: hidden;
}
#gridLoadingModal{
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff;
    opacity: 100%;
    z-index: 0;
}
.no-log{
    
}

.text-dark-grey, .text-dark-grey h4 {
    color: #686d71 !important;
}

.body-text-level5 {
    font-size: 1.4rem; /*14px*/
    line-height: 2rem; /*20px*/
    font-weight: 400;
}

.body-text-level6 {
    font-size: 1.2rem; /*12px*/
    line-height: 1.7rem; /*17px*/
    font-weight: 400;
}

#tandc label{
    font-size: 1.6rem; /*16px*/
    line-height: 2.4rem; /*24px*/
    font-weight: 400;
}

#privacyPolicy h4{
    font-size: 1.6rem; /*16px*/
    line-height: 2.4rem; /*24px*/
    font-weight: 400;
}
#tandc input[type=checkbox]{
    content: " ";
    display: none;
    position: relative;
    margin: 0 1.2rem 0 0; /*12px*/
    width: 2.4rem; /*24px*/
    height: 2.4rem; /*24px*/
    border-radius: 2px;
    border: 1px solid #bfc2c4 !important;
    background-color: #fff;
    /*flex: 1 0 auto;*/
}
#tandc p,
#tandc fieldset {
    margin-bottom: 1.6rem; /*16px*/
}

#tandcSection {
    align-items: center;
    color: #000;
    display: flex;
    position: relative;
    margin-bottom: 0rem;
}

/* Vehicle Search Page */
.mmal-searchprompt{
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.mmal-searchfieldcontainer {
    width: 230px;
}