

.cmp-text{padding: 0 !important;}
.flex{display: flex;}
.flex-row{flex-direction: row;}
.flex-col{flex-direction: column;}
.flex-wrap{flex-wrap: wrap;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center}
.align-items-end{align-items: flex-end}
.justify-content-start{justify-content: flex-start;}
.justify-content-center{justify-content: center;}
.justify-content-end{justify-content: flex-end;}
.justify-content-space-between{justify-content: space-between;}
.nowrap{white-space: nowrap;}
.underlined{text-decoration: underline;}
.italic{font-style: italic;}

.pleaseContact{
    gap: 20px;
    margin: 20px 0 10px;
    min-height: 273px;
}
.pleaseContact h3{
    text-align: center;
    /* font-family: 'Arial'; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color:#333;
    margin: 0;
}
.azsms-header{background-color: #851C55;}
.azsms-header .wrapper,.azsms-footer{padding: 15px 50px;}
.azsms-header p{
    color: #fff;
    font-size: 18px;
    /* font-family: 'Arial'; */
    font-family: Arial, Helvetica, sans-serif;
}
.azsms-header a{margin-bottom: 8px;}

.azsms-footer{border-top: 1px solid gray;}
.azsms-footer p{
    font-size: 16px;
    /* font-family: 'Arial'; */
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.42857143;
}
.azsms-footer .footer-nav{margin: 20px 0;gap: 21px;}
.azsms-footer .footer-nav li{position: relative;}
.azsms-footer .footer-nav li:not(:last-child)::after{
    content: '|';
    position: absolute;
    margin-left: 10px;
}
.azsms-footer .us-consumers{margin: 0 0 10px;}
.azsms-footer .us-consumers::before{
    content: "";
    background-image: url("/content/dam/intelligentcontent/unbranded/azsmsterms/us/en/images/global/flag-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.azsms-footer a{
    color: #000;
    text-decoration: underline;
    /* font-family: 'Arial'; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.azsms-footer .privacy-toggle-link::after{
    content: "";
    background-image: url("/content/dam/intelligentcontent/unbranded/azsmsterms/us/en/images/global/privacy-toggle-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-left: 4px;
    width: 33px;
    height: 14px;
}

@media only screen and (max-width:991px){
    .mb-0-m{margin-bottom: unset !important;}
    .flex-col-mobile{flex-direction: column;}
    
    .azsms-footer .footer-nav li:not(:last-child)::after{margin-left: 2px;}
    .justify-content-end-desktop{justify-content: unset;}
}
@media only screen and (min-width:991px){
    .mb-26-d{margin-bottom: 26px !important;}
    .justify-content-end-desktop{justify-content: flex-end;}
}
