*::selection {
    background-color: #00A5D9 !important;
    color: #fff; 
}

.topalign {
    vertical-align: text-top;
}

.middlealign { 
    vertical-align: middle;
}

#menu-item-11962 {
    box-shadow: inset 0 0 0 2px #bcd045 !important;
    background-color: #bcd045 !important;
}

p {
    font-family: 'Roboto', sans-serif;
}

.vc_btn3 {
    border-radius: 0 !important;
}

	
			.flexrow {
				display: flex;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
			}
			
			.flex1, .flex2, .flex3 {
				display: flex;
				padding: 20px;
				align-content: center;
				justify-content: center;
				width: 200px;
			}
			
.da-searchbox-container h3:after{
    content: ' If any documents are missing or need updating, please contact us via email: marketinganz@kaplan.com';
    display: block;
    font-size: 14px;
    margin-top: 20px;
}

.gform_wrapper ul.gfield_checkbox li label {
    font-weight: normal;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 5px;
}

.btn-not-allowed {
    cursor:not-allowed;
    text-align: center !important;
    border: 2px solid #C9CBCC; 
    color: rgba(255,255,255,0.4) !important;  
    background-color: #C9CBCC; 
    display: flex;
    align-self: center !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
        width: 100%; 
    height: 50px; 
}

.btn-not-allowed:hover {
    cursor:not-allowed;
    width: 100%; 
    height: 50px; 
    color: rgba(255,255,255,0.4) !important; 
    background-color: #C9CBCC;
}