.worldwide {
    margin-top: -50px;
}

@media (min-width: 1025px){
    .worldWideSect .worldwide {
        padding-left: 15px;
    }
}

body .worldWideSect .region a.active::after {
    width: 0;
    height: 0;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #999;
}

.region a.active::after {
    font-family:'FontAwesome';
    font-size: 22px;
    position: absolute;
    bottom: -17px;
    left: 40%;
}

.region {
    background: transparent;
}

.region ul {
    padding-left: 0px !important;
    margin-left: 0px;
}

.region ul li {
    display: inline-block;
    padding: 5px 20px 15px;
}

@media (min-width: 1025px){
    .worldWideSect .region ul li:first-child {
        padding-left: 0px;
    }
}

.region a {
    font-weight: 400;
    font-size: 15px;
    color: #292929;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.worldWideSect .worldwide .content {
    font-size: 16px !important;
}

.content .countryDropDown select .field-title{
    font-size: 14px;
}

.content .countryDropDown select{
    min-width: 200px;
    width: 30%;
    max-width: 220px;
    padding: 5px;
}

.well{
    width: 100%;
}

.title-with-richtext {
    width: 100%;
}

.find-representative-default-content .mura-index dl {
    margin-bottom: 15px;
}

.find-representative-default-content .mura-index a {
    color: #428bca !important;
    font-weight: 700;
    line-height: 1.42857143;
    font-size: 16px;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.find-representative-default-rep {
    width: 100%;
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    background-color: #fcf8e3;
    color: #8a6d3b;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.find-representative-default-rep a {
    color: #428bca !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

@media (max-width: 767px){
    .well, .find-representative-default-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-with-richtext .field-brief-content .find-representative-default-rep.alert-warning {
        margin-left: 15px !important;
        margin-right: 15px;
        width: calc(100% - 30px) !important;
    }
    .worldwide .region ul li {
        padding: 5px 7px 15px;
    }
    .worldwide .region ul{
        padding-left: 10px !important;
    }
}

.selectCountryCont {
    width: 100%;
}

.rep_result_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.rep_result_list ul {
    padding-left: 0;
    margin-left: 0;
}

.rep_result_list .repTitle {
    font-weight: 700;
}

.list-unstyled{
    list-style: none;
}

@media (min-width: 768px){
    .rep_result_list:first-child {
        margin-top: 13px;
    }
}

.leftSectionForm {
    background: none !important;
    border: none !important;
    padding: 5px 10px;
    width: 250px;
}

@media (max-width: 767px){
    .leftSectionForm {
        width: calc(100% - 60px);
        margin: 0px auto 10px;
    }
}

.leftSectionForm h2 {
    font-size: 20px;
    font-weight: 400;
}

.leftSectionForm .input-wrapper {
    background: transparent;
    position: relative;
}

.leftSectionForm select, .leftSectionForm .input-wrapper {
    width: 100%;
}

.leftSectionForm .off {
    display: none;
}

.leftSectionForm .error {
    color: red;
    font-size: 11px;
    position: absolute;
    bottom: -22px;
}

.leftSectionForm .spinner-border {
    color: #0099ff;
    position: absolute;
    left: calc(50% - 15px);
    top: -7px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.leftSectionForm .getStatesData {
    margin-bottom: 29px;
}

.leftSectionForm .countrySubmitBtn input[type="submit"], .leftSectionForm .countrySubmitBtn a {
    justify-content: center;
    white-space: normal;
    word-break: break-word;
    width: 100%;
    line-height: 16px;
    max-width: 100%;
    transition: none !important;
    box-sizing: border-box;
    letter-spacing: -.5px !important;
    display: flex;
    align-items: center;
    min-height: 40px;
    height: auto !important;
    text-transform: uppercase;
}

.leftSectionForm .countrySubmitBtn a {
    background: #fff !important;
    color: #666666 !important;
    border: 2px solid #666666 !important;
}

.leftSectionForm input[type="submit"]:hover {
    text-indent: 0px;
    box-shadow: none;
}

.leftSectionForm .countrySubmitBtn a:hover {
    background: #fff !important;
    color: #C50B20 !important;
    border: 2px solid #C50B20 !important;
}

.leftSectionForm .input-wrapper.labelon>label{
    padding-left: 10px;
}

#divRMAAdminForm #RMAUploadedFile{
    border: none !important;
}

#UploadButton.btn-default, #DownloadButton.btn-default {
    background: #cc0001!important;
    color: #fff!important;
    padding: 2px 14px 0 14px;
    height: 37px !important;
    border: none;
}

input#CheckStatusButton {
    background: #d00;
    color: #fff !important;
    border: unset;
    font-size: 15px;
    margin-top: 20px;
}

#divRMAStatusForm #RMAReferenceNumber,#divRMAStatusForm #Company{
    padding-left: 0px !important;
}

.selectCountryCont .statesDataWrap {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding: 11px 5px;
    align-items: center;
}

.selectCountryCont .statesDataWrap:first-child {
    padding-top: 25px;
}

.statesLeftSect {
    flex-grow: 1;
    flex-basis: 70%;
    box-sizing: border-box;
}

.statesLeftSect h4, .statesLeftSect p{
    margin: 0px !important;
}

.statesLeftSect p{
    font-size: 14px;
}

.statesRightSect {
    flex-basis: 30%;
    text-align: center;
    align-self: center;
    padding-left: 10px;
    box-sizing: border-box;
}

.statesRightSect img{
    margin: 0px !important;
    width: auto !important;
}

#RMATableContainer {
    overflow: auto;
    max-width: 100vw;
}

#RMATableContainer>#RMATableContainer {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    width: 600px;
    max-width: unset;
}

#RMATableContainer>#RMATableContainer table tr th {
    text-align: center;
}

@media (min-width: 768px){
    body #RMATableContainer>#RMATableContainer {
        width: auto;
    }
}