body{font-family: Verdana, Arial, Helvetica;}
.form-control, .form-select { color: #003366 }
.btn-primary {background-color: #67779b;border-color: #67779b}
.btn-lg {font-size: 1em }
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple]):not([size]) 
{
    padding-right: 0px;
}

.cursor-pointer {cursor:pointer}
hr { margin: 0.75rem 0; }

.display-inline-block {display:inline-block;}
.pad-left-1-5-mobile {padding-left:1.5em; }
.pad-left-2-mobile {padding-left:2em; }
.download-image-mobile{width:9em; height:6em;}

@media only screen and (max-width : 767px) 
{
    .pad-left-1-mobile {padding-left:0; }
    .pad-left-1-5-mobile {padding-left:0; }
    .pad-left-2-mobile {padding-left:0; }
    .download-image-mobile{width:300px; height:201px; }
    .hide-mobile{display:none; }
    .center-mobile{text-align:center;}
    .mt-3-md {margin-top: 1rem !important;}
}

@media only screen and (max-width : 1199px) 
{
    .mt-3-xl {margin-top: 1rem !important;}
}