/* 
    Created on : Feb 28, 2018, 1:20:23 PM
    Author     : S.Albright
*/

.visa-form-wrap .required {
    color:red;
}

#siaContactUs .contact-header {
	background-color: #E2EDFF;
	color: #444444;
	font-family: 'oswald_regular';
	width: 46.6%;
	font-size: 1em;
	overflow: auto;
	float: left;
	margin: 10px;
	border-top: #CED9EA solid 20px;
}
#siaContactUs .second-header {
	background-color: #E2EDFF;
	color: #444444;
	font-family: 'oswald_regular';
	width: 95.7%;
	font-size: 1em;
	overflow: auto;
	float: left;
	margin: 10px;
	border-top: #CED9EA solid 20px;
}
#siaVisaContactForm  option, #visaForm option,  #passportForm option,  #otherForm option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.6em;
	padding: 0px 2px 1px;
}

#siaVisaContactForm  select, #visaForm select, #passportForm select, #otherForm select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
        font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 4px 6px;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 10px;
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
        word-wrap: break-word;
}
#siaVisaContactForm  input, #visaForm input, #passportForm input, #otherForm input {
    margin-left: 0px;
    padding-left: 19px;
    font-size: 1em;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-rendering: auto;
    height: 34px;
}
#siaVisaContactForm .form-control, #visaForm .form-control, #passportForm .form-control, #otherForm .form-control {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#siaVisaContactForm  .form-group, #visaForm .form-group, #passportForm .form-group, #otherForm .form-group {
	margin-bottom: 1rem;
}

#siaVisaContactForm  h1, #visaForm h1, #passportForm h1, #otherForm h1 {
	font-size: 2em !important;
	margin-top: 5px;
}
#siaVisaContactForm  h2, #visaForm h2,  #passportForm h2,  #otherForm h2 {
	font-size: 1.5em !important;
	margin-top: 5px;
        text-align: left;
}
#siaVisaContactForm  .col-sm-4, #visaForm .col-sm-4,  #passportForm .col-sm-4,  #otherForm .col-sm-4 {
	width: 32%;
	float: left;
}
#siaVisaContactForm  .col-sm-5, #visaForm .col-sm-5, #passportForm .col-sm-5, #otherForm .col-sm-5 {
	width: 48%;
	float: left;
}
#siaVisaContactForm  .col-sm-50, #visaForm .col-sm-50, #passportForm .col-sm-50, #otherForm .col-sm-50 {
	width: 48%;
	float: left;
        padding-top:15px;
}
#siaVisaContactForm  .col-sm-2, #visaForm .col-sm-2, #passportForm .col-sm-2, #otherForm .col-sm-2 {
	width: 14%;
	float: left;
}
#siaVisaContactForm  .col-sm-3, #visaForm .col-sm-3, #passportForm .col-sm-3, #otherForm .col-sm-3 {
	width: 24%;
	float: left;
}
#siaVisaContactForm  .col-sm-8, #visaForm .col-sm-8, #passportForm .col-sm-8, #otherForm .col-sm-8 {
	width: 75%;
	float: left;
	padding-top: 10px;
	text-align: left;
}
#siaVisaContactForm  .col-sm-9, #visaForm .col-sm-9, #passportForm .col-sm-9, #otherForm .col-sm-9 {
	width: 83%;
	float: left;
	padding-top: 10px;
	text-align: left;
}

#siaContactUs .modal-header .close {
	margin-top: -27px;
}
#siaContactUs .close {
	float: right;
	font-size: 33px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#siaContactUs #screen {
	width: 100%;
	z-index: 1;
}

#siaContactUs .modal {
	width: 43.333%;
	top: 20%;
	left: 33.3333%;
	z-index: 10000;
        display: none;
	position: fixed;
}
#siaContactUs .modal-title {
    font-family: 'robotocondensed-bold-webfont', sans-serif;
    font-size: 24px;
    color: #003875;
    margin: 0;
}
#siaContactUs .modal-body {
    position: relative;
    padding: 15px;
}
#siaContactUs .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 1020px) and (min-width: 80px) {
    #siaVisaContactForm  select, #visaForm select, #passportForm select, #otherForm select {
	width: 100% !important;
	background-color: #ffffff;
	border: 1px solid #cccccc;
        font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 4px 6px;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 10px;
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
        word-wrap: break-word;
}
#siaContactUs .contact-header {
		background-color: #E2EDFF;
		color: #444444;
		font-family: 'oswald_regular';
		width: 95%;
		font-size: 1.0em;
		overflow: auto;
		float: left;
		margin: 10px;
		border-top: #CED9EA solid 20px;
	}
#siaContactUs .second-header {
		/* float: left; */
		background-color: #E2EDFF;
		color: #444444;
		font-family: 'oswald_regular';
		width: 95%;
		font-size: 1.0em;
		overflow: auto;
		float: left;
		margin: 10px;
		border-top: #CED9EA solid 20px;
	}
#siaVisaContactForm .form-control, #visaForm .form-control, #passportForm .form-control, #otherForm .form-control {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}

#siaVisaContactForm  .col-sm-4, #visaForm .col-sm-4, #passportForm .col-sm-4, #otherForm .col-sm-4 {
	width: 100%;
	float: left;
}
#siaVisaContactForm  .col-sm-5, #visaForm .col-sm-5, #passportForm .col-sm-5, #otherForm .col-sm-5 {
	width: 100%;
	float: left;
}
#siaVisaContactForm  .col-sm-2, #visaForm .col-sm-2, #passportForm .col-sm-2, #otherForm .col-sm-2 {
	width: 100%;
	float: left;
}
#siaVisaContactForm  .col-sm-3, #visaForm .col-sm-3, #passportForm .col-sm-3, #otherForm .col-sm-3 {
	width: 100%;
	float: left;
}
#siaVisaContactForm  .col-sm-50, #visaForm .col-sm-50, #passportForm .col-sm-50, #otherForm .col-sm-50 {
	width: 100%;
	float: left;
        padding-top:15px;
}
#siaVisaContactForm  .col-sm-8, #visaForm .col-sm-8, #passportForm .col-sm-8, #otherForm .col-sm-8 {
	width: 100%;
	float: left;
	padding-top: 10px;
	text-align: left;
}
#siaVisaContactForm  .col-sm-9, #visaForm .col-sm-9, #passportFor .col-sm-9, #otherForm .col-sm-9 {
	width: 100%;
	float: left;
	padding-top: 10px;
	text-align: left;
}

}
@media screen and (max-width: 759px) and (min-width: 80px) {
#siaContactUs .modal {
    width: 95.333%;
    top: 20%;
    left: 2.3333%;
    z-index: 1200;
}
#siaVisaContactForm  h2, #visaForm h2, #passportForm h2, #otherForm h2 {
	font-size: 1.0em !important;
	margin-top: 5px;
        text-align: center;
}

}
@media screen and (max-width: 1340px) and (min-width: 760px) {
#siaContactUs .modal {
    width: 97.333%;
    top: 20%;
    left: 2.3333%;
    z-index: 1200;
}

}
@media screen and (max-width: 1080px) and (min-width: 1021px) {
#siaContactUs .contact-header {
		background-color: #E2EDFF;
		color: #444444;
		font-family: 'oswald_regular';
		width: 95%;
		font-size: 1.0em;
		overflow: auto;
		float: left;
		margin: 10px;
		border-top: #CED9EA solid 20px;
	}
#siaContactUs .second-header {
		background-color: #E2EDFF;
		color: #444444;
		font-family: 'oswald_regular';
		width: 95%;
		font-size: 1.0em;
		overflow: auto;
		float: left;
		margin: 10px;
		border-top: #CED9EA solid 20px;
	}

}
