.pamlogosvg img {
    width: 138px;
    height: 26px;
    margin-top: 10px;
}
.quick-links-wrap {
	margin: 30px 0;
}
.container>h2{
	text-align: center;
	font-size: 38px;
    line-height: 1.25;	
}
.quick-nav-wrap>ul{
    width: 25%;
    float: left;
}	
.quick-nav-wrap a {
	color: #727272;
    line-height: 35px;
    text-decoration: none;	
}

#scroll ul {
    list-style-type: none;
}

    * {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    
    .newsletter-wrap {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .news-search-wrap {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        max-width: 400px;
        margin: 0 auto;
    }
    
    select.not-selected {
        opacity: .4
    }
    
    select.year-slct,
    select.month-slct {
        background: transparent;
        color: #000;
        font-size: 16px;
        opacity: .8;
        max-width: 120px;
        -webkit-appearance: none;
        padding: 10px 30px 10px 10px;
        cursor: pointer;
        margin-right: 10px;
        border: 1px solid #000;
        text-align: center;
        border-radius: 0;
        line-height: 1.2;
        height: auto;
    }
    
    .search-text {
        margin: 0 10px 0 0;
    }
    
    .dropdown {
        position: relative;
        z-index: 5;
    }
    
    .dropdown svg {
        content: "";
        width: 12px;
        height: 8px;
        position: absolute;
        right: 10px;
        top: 17px;
        margin: 0;
        z-index: -1;
    }
    /*  */
    
    .hide-content {
        display: none;
    }
    
    .newsletter-content-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    
    .news-list-content-wrap {
        /* padding: 25px; */
        /* border: 1px solid #ccc; */
    }
    
    .news-list-content-wrap h5 {
        font-size: 25px;
        font-family: var();
        margin: 20px 0 10px;
    }
    
    #quickFixDiv,
    .pam360-breadcrumb {
        display: none
    }
    
    .news-list-content-wrap span {
        font-family: var(--primaryfont-semibold);
    }
    
    .news-list-content-wrap .news-btn {
        color: #00a8f9;
        margin-top: 20px;
        margin-bottom: 0;
        font-family: var(--zf-secondary-medium);
    }
    
    .news-list-content {
        position: relative;
        padding: 25px;
        border: 1px solid #ccc;
    }
    
    .news-list-content a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .banner-wrap {
        width: 100%;
        padding: 80px 0;
        background: url(../images/features/Central-control-feature-banner-bg.png) #28296d;
        background-size: cover;
        background-position: center;
        color: #e8e8e8;
    }
    
    .banner-left {
        max-width: 510px;
    }
    
    .banner-left h1 {
        color: #fff;
        margin: 0 0 10px;
        font-size: 58px;
        line-height: 1.2;
        /* max-width: 730px; */
        /* width: 90%; */
    }
    
    .pam360-footer-wrap {
        background: #28296d;
    }
    
    .pam360-footer-wrap .container {
        display: block;
        text-align: center;
    }
    
    .pam360-footer-wrap h2 {
        font-size: 38px;
        margin: 0 auto 20px;
        color: #fff;
    }
    
    .pam360-footer-wrap {
        background: #28296d;
    }
    
    .pam360-footer-wrap .container {
        display: block;
        text-align: center;
        padding: 80px 0;
    }
    
    .pam360-footer-wrap p:last-child {
        margin: 0;
    }
    
    .newsletter-wrap {
        padding: 80px 0;
    }
    
    .newsletter-content-wrap {
        margin: 40px 0 0;
    }
    
    span.colon {
        padding: 6px 10px 6px 10px !important;
    }
    
    .banner-contain {
        max-width: 1020px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .banner-contain p {
        margin: 0;
    }
    
    span.clearall {
        display: block;
        margin: 0 0 0 10px;
        border-bottom: 2px solid;
        cursor: pointer;
    }
    
    .banner-right {
        width: 460px;
        background: #fff;
        overflow: hidden
    }
    
    .latest-newsletter {
        position: relative;
    }
    
    .latest-newsletter a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: .5s;
    }
    
    .latest-newsletter a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0%;
        bottom: 0;
        left: 0;
        background: #1d1d1da8;
        transition: .5s;
    }
    
    .latest-newsletter a:before {
        content: 'click here to view';
        position: absolute;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .5s;
        z-index: 5;
        font-family: var(--primaryfont-bold);
        color: #fff;
        opacity: 0;
    }
    
    .latest-newsletter a:hover:after {
        height: 100%;
    }
    
    .latest-newsletter a:hover:before {
        opacity: 1;
        transition-delay: .6s;
    }
    
    .latest-newsletter img {
        transition: .5s;
    }
    
    .latest-newsletter a:hover~div img {
        transform: scale(1.1);
        transition: .5s;
    }
    
    .issue-wrap {
        position: absolute;
        bottom: 0;
        background: #1d1d1dd9;
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        transition: .5s all;
        z-index: 10;
    }
    
    .issue-wrap span {
        font-family: var(--primaryfont-bold);
    }
    
    .newsletter-heading {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .download-form-wrap {
        margin: 30px 0 0;
        max-width: 550px;
        text-align: left;
    }
    
    .form-group {
        margin: 0;
        background: #f0e09f;
        z-index: 1;
    }
    
    #meGDPRMessage {
        width: 100%;
        color: #717171;
    }
    
    .one-line-form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .one-line-form .form-group:nth-child(1) {
        width: 100%;
    }
    
    .list-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    input#btnSubmit {
        margin: 0;
        padding: 7px 14px;
        height: 44px;
        border-radius: 0;
        border: 1px solid transparent;
        max-width: 160px;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="number"],
    select,
    textarea {
        padding: 7px 14px;
        height: 45px;
        border: 1px solid #cfd9ea;
        appearance: none;
        outline: none;
    }
    
    select#MECountryListing {
        width: 53px;
        font-weight: 300;
        height: 45px;
        border: 0;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 0;
        margin: 0;
        z-index: 9;
        position: relative;
        color: #000;
        font-size: 12px;
        opacity: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        float: left;
    }
    
    .selectedCountry {
        text-align: left;
        width: 70px;
        height: 100%;
        top: 0;
        position: absolute;
        color: #000;
        font-size: 14px;
        line-height: 33px;
        left: -17px;
        padding-left: 8px;
        font-weight: 300;
        background: #fff;
        padding-top: 8px;
        border: 1px solid #cfd9ea;
    }
    
    .selectedCountry:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #1e0437;
        z-index: 0;
        right: 10px;
        top: 23px;
    }
    
    .selectedCountry:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 33px;
        top: 0;
        right: 0;
        background-color: #e6e6e6;
        display: none;
    }
    
    .download-form-wrap.with-state {
        max-width: 540px;
    }
    
    .download-form-wrap.with-state .form-group.country-select-box {
        width: auto;
    }
    
    .download-form-wrap.with-state .form-group.country-select-box .selectedCountry {
        left: -15px;
    }
    
    .form-group.country-select-box {
        margin: 0;
        display: flex;
        position: relative;
        width: 68px;
    }
    
    .const-text {
        font-size: 10px;
        margin: 10px 0 0;
    }
    
    .const-text a {
        color: #53beff;
    }
    
    .success-banner {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 70%);
        z-index: 1000000;
    }
    
    .success-contain {
        text-align: center;
        position: absolute;
        max-width: 800px;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 30px;
    }
    
    .success-banner h4 {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
    }
    
    .success-banner .ico-close {
        text-indent: -9999px;
        cursor: pointer;
    }
    
    .ico-close {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 20px;
        height: 20px;
        opacity: 1;
        /* background: #fff; */
        border-radius: 50%;
    }
    
    .ico-close:hover {
        opacity: 1;
    }
    
    .ico-close:before,
    .ico-close:after {
        position: absolute;
        top: 0px;
        left: 15px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #000;
    }
    
    .ico-close:before {
        transform: rotate(45deg);
    }
    
    .ico-close:after {
        transform: rotate(-45deg);
    }
    
    .success-img {
        max-width: 720px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .success-banner p a {
        background: #e9152b;
        color: #fff;
        cursor: pointer;
        outline: none;
        display: inline-block;
        padding: 10px 30px;
        font-size: 15px !important;
        font-weight: 600;
        border: 1px solid #e9152b;
        box-sizing: border-box;
        text-transform: uppercase;
        border-radius: 5px;
    }
    
    @media only screen and (max-width: 992px) {
        h2 {
            font-size: 34px;
        }
        .banner-contain {
            display: block;
        }
        .banner-left {
            margin: 0 auto;
            text-align: center;
        }
        .banner-right {
            display: none;
        }
    }
    
    @media only screen and (max-width: 767px) {
        h2 {
            font-size: 30px;
        }
        .newsletter-content-wrap {
            grid-template-columns: repeat(1, 1fr);
        }
    }
