
        .contact-article-row *,.contactRowSF *,.ui-widget{
            font-family:inherit !important;
            font-size:medium !important; /*Change to different size of letter on the popup */
        }
        .contact-article-row {
            font: inherit !important;
            display: none;
	    background-color:#f8f8f8;
	    padding: 10px;
	    margin-top:5px;
        }

        @media (min-width:320px) and (max-device-width: 961px) { /*for mobiles and tablets*/
            .custPopup{
                background-color: White !important;
                border-width: 3px;
                border-style: solid;
                z-index: 9999;
                left: 38%;
                padding: 10px; 
                position: fixed;
                width: 100%;
                height: 91% !important;
                margin-left: -38%;
                top: 9% !important;
                -webkit-overflow-scrolling: touch;
            }


	    .custom-button-forward{
		font-weight:800;line-height:1;font-family:‘adiNeuePro’,Arial,Helvetica,Verdana,sans-serif;
		text-transform:uppercase;white-space:normal;border:0;padding:1.3rem 1rem 1.2rem;display:block;height:auto;
		float:none;text-align:center;
		color:#fff;background:#025f8e;background:-webkit-linear-gradient(left,#025f8e,#0286cd);
		background:linear-gradient(to right,#025f8e,#0286cd);
		float: none;
		width: 100%;
	    }
	    .container-button-decision{
		width:100%;
		float:left;
		margin:1%;
	    }
	    .ctaBtn{
		margin-top:20px;
	    }

        }

        @media (min-width:961px) {
            .custPopup {
                background-color: white !important;
                border-width: 3px;
                border-style: solid;
                z-index: 9999;
                left: 45%;
                padding: 10px; /*Zoom of the popup*/
                position: fixed;
                width: 60%;
                height: 60% !important;
                margin-left: -25%;
                top: 20% !important;
                -webkit-overflow-scrolling: touch;
            }
	    .custom-button-forward{
		font-weight:500;line-height:1;font-family:‘adiNeuePro’,Arial,Helvetica,Verdana,sans-serif;
		text-transform:uppercase;white-space:normal;border:0;padding:0.7rem;display:block;height:auto;
		float:none;text-align:center;
		color:#fff;background:#025f8e;background:-webkit-linear-gradient(left,#025f8e,#0286cd);
		background:linear-gradient(to right,#025f8e,#0286cd);
		float:left;
		width:auto;
	    }
	    .container-button-decision{
		float:left;
		margin:1%;
		width:auto;
	    }
        }

	.headerTitle{
		margin-bottom: 20px;
		margin-top: 10px;
		font-size: large;
		text-transform: uppercase;
	}

	.headerSpinner{
		margin-left: 4px;
	}

	.searchBar{
		margin-bottom: 10px;
	}

	.submitBtnContent{
		height:60px;
	}

	.mainContent{
		font-size:medium;
	}

	.foundArticleTitle{
		margin-bottom: 10px;
	}

	.knowledgeContent{
		background-color:#e6e6e6;padding: 5px;
	}

	.questionAnsweredTitle{
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	.errorMsgContent{
		margin-top: 3%;
		margin-bottom: 1%;
	}

	.ctaSpinner{
		margin: 4px;
		height:15px;
	}


        .popupBackground{
            background-color:black;
            font-color:white;
            opacity: 0.20;
            filter: alpha(opacity = 20);
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9998;
            /*overflow: hidden;*/
        }

	/*.custom-button-forward{
		font-weight:800;line-height:1;font-family:‘adiNeuePro’,Arial,Helvetica,Verdana,sans-serif;
		text-transform:uppercase;white-space:normal;border:0;padding:1.3rem 1rem 1.2rem;display:block;height:auto;width:100%;
		float:none;text-align:center;
		color:#fff;background:#025f8e;background:-webkit-linear-gradient(left,#025f8e,#0286cd);
		background:linear-gradient(to right,#025f8e,#0286cd)
	}*/
.btn-red[disabled] {
    
    color: #000000 !important;
}