@font-face {
    font-family: 'Futura';
    src: url('/Fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
        url('/Fonts/FuturaBT-BoldCondensed.woff') format('woff'),
        url('/Fonts/FuturaBT-BoldCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Std';
    src: url('/Fonts/FuturaStd-Book.woff2') format('woff2'),
        url('/Fonts/FuturaStd-Book.woff') format('woff'),
        url('/Fonts/FuturaStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,body,h1{margin:0;padding:0;}
.container {
	width:1000px;
	margin:0 auto;
	padding:0 15px;
}
body {	
	font-family:Arial;
	font-size:15px;
}

body .iti__flag-container {height:39px;}
body .iti--allow-dropdown input[type=tel] {margin-bottom:8px !important;}
.submitLoader {
    font-family: Helvetica, Arial;
    clear: both;
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 50px;
    top: 43px;
    color: rgb(15, 62, 119);
    border-bottom: 1px dotted rgb(37, 74, 148);
    border-top: 1px dotted rgb(37, 74, 148);
    font-weight: bold;
    line-height: 1.2;
    font-size: 15px;
    background: url(/Images/loading.gif) no-repeat center 9px;
    padding-top: 36px;
}
table td a, table td a:visited {color:#000;text-decoration:none;}
table td a:hover {color:#111;text-decoration:underline;}

.clearFloats {
	clear:both;
	line-height:0;
}
.captcha {
	clear: both;
}
.fbFrame {
	float:right;padding-left:50px
}
.bgLicenseTranslation {
	width: 100%;
    height: 350px;
    position: relative;
}
.bgLicenseTranslation {	
	background: url('/Images/driving-license-translation.jpg') no-repeat 0 0;
}
.bgTitle {
	color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 13px;
    left: 28px;
    margin: 0;
    font-family: Futura;
}
header {
	background-color:#f4f6f6;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
}
header .container {
	background: url('/Images/bg.jpg') no-repeat 372px 2px;
    padding: 0;
    height: 131px;
}
header .container h1 {
	padding: 20px 0 0;
}
.australia {
	position: absolute;
    width: 100px;
    right: 166px;
    top: -8px;
}
.naati-badge {
	position: absolute;
    top: 0px;
    right: 28px;
    z-index: 2;
}
.container {position:relative;}
.payForm input[type='text'] {
	padding: 7px;
    border-radius: 2px;
    border: solid 1px #999;
	margin-bottom:1px;
}
h1 {
	font-family: Futura;
    font-size: 28px;
}
.fullpage h1 {
	margin-bottom: 40px;    
}
.fullpage h2 {
	font-size: 17px;
}
.colLeft h2 {
	color: #111;
    margin: 30px 0 20px;
}
.colLeft p {
	color: #333;
    line-height: 1.5;
    padding: 0 50px 0 0;
}
nav li a, nav li a:visited, li a, li a:visited {
	color:#185ba0;
	text-decoration:none;
}
.hdrTranslateLicense {
	margin:30px 0 0 0;
}
.colLeft a, .colLeft a:visited {
	color: #333;
	text-decoration:none;
}
.languageSection p {
	color:#333;
	line-height:1.5;
}
.choose-captcha {
    cursor: pointer;
    clear: both;
    color: #000000;
    display: block;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 0 2px;
    position: relative;
    top: -6px;
}
.waitMessage {
	font-family: Arial; 
	clear: both; 
	position: relative; 
	margin: 0px 0px 50px; 
	top: 20px; 
	color: #174177;
	border-bottom: #174177; 
	border-top: #174177; 
	line-height: 1.2; 
	font-size: 16px;
}

#uploadedFiles {
    float: left;
    margin: 0;
    width: 90%;
    overflow: hidden;
	padding:0 0 0 20px;
}
#uploadedFiles.populated {margin-bottom:10px;}
#uploadedFiles li {margin-top:8px;}
#uploadedFiles li button {float: right;cursor:pointer;}
.drivingLicenseForm input, .drivingLicenseForm textarea, .drivingLicenseForm select {
	border: 1px solid #999999;
    color: #333333;
    float: left;
    margin: 0 0 8px;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    border-radius: 4px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.drivingLicenseForm textarea {
	height:100px;
	font-family: Arial;
	height: 100px;
}
#btnDeposit {
display: block;
    float: left;
    background: #144274;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0 none;
    font-weight: bold;
    cursor: pointer;
    padding: 13px 50px;
    font-size: 16px;
}
form {
	overflow: hidden;
    padding: 20px 0;   
}
#formRight form {
	 width: 415px;
}
.drivingLicenseForm #btnSubmit {
	 background: #174177;
    border: 0 none;
    display: block;
    height: 44px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0 11px;
    border-radius: 2px;
}
label.error {
	color: #ac0000;
    display: block;
    font-size: 12px;
    padding: 0 0 0 2px;
    position: relative;
    text-align: left;
    top: -4px;
    width: 246px;
	clear:both;
    margin: 0 0 5px;
}
input.error, select.error {
	border:solid 1px #ac0000;
}
.material-icons {
	color: #2b5b98;
}
.colLeft {
	float:left;
    width: 500px;
	padding-bottom:50px;
}
.drivingLicenseForm {
	float:left;
	margin:30px 0 30px 80px
}
.checkPoint {
	float:left;
	margin:30px 0 0;
}
.checkPoint .material-icons {	
	float:left;
	width:40px;
	margin:3px 0 0 10px;
}
.checkPoint b {
	font-weight: 700;
    color: #111;
    display: block;
    font-size: 22px;
    margin: 0 0 4px;
	font-family: Futura;
}
.checkPoint .point {
	float: left;
    width: 385px;
    line-height: 1.4;    
    color: #333;
}
.feature-description {
	line-height: 1.4;
}
.feature-description a{
	color:#111;
	text-decoration:none;
}
.fileinput {
	float: left;
	width:100%;
}
.clearFile {
	float: left;
    margin: 0 0 20px;
    text-decoration: underline;
    cursor: pointer;
}
.fullpage {
	padding: 30px 0 50px;
    min-height: 200px; 
}
nav {
    clear: both;
    color: #555;
    padding: 30px 0;
    background: #f4f6f6;
    border-top: solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	line-height:1.5;
}
nav a:visited, nav a {
	color:#555;
	text-decoration:none;
}

.languageSection {
    overflow: hidden;
    padding: 20px 0;
    border-top: solid 1px #ddd;
}
.language-list {
	list-style:none;
	line-height:1;
    margin: 0;
    padding: 10px 0 40px;
}
.language-list li {
	position:relative;
    padding: 8px 0 0 24px;
    color: #185ba0;
}
.language-list li:before {
    content: '\E5CC';
	top:6px;
    color: #9f9d9d;
	font-family:'Material Icons';
	position: absolute;
    left: 0;
    font-size: 19px;
	font-feature-settings: 'liga';
}
.feature {
	overflow:hidden;
	border-top: solid 1px #ddd;
	padding:40px 0 0;
	background-color:#f4f6f6;
}
.feature-row {
	float:left;
	width:380px;
	margin:0 0 40px;
}
.feature-item {
	float:left;
	width:300px;
}
.feature .feature-icon {
    text-align: center;
    margin-right: 15px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-color: #164176;
    border-radius: 22px;
	float:left;
}
.feature .feature-icon .material-icons {
    font-size: 28px;
    line-height: 44px;
    color: #fff;
}
.feature .feature-title {
    font-size: 1.14rem;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 5px;
}

/* fallback */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.fb_link{
	background: url("/Images/ico_facebook.gif") no-repeat scroll 0 2px transparent;
	cursor: pointer;
	display: block;
	height: 20px;
	margin: 0 20px 20px 0;
	padding: 0 0 0 23px;
}
p a {
	color:#1d3f7a;
	text-decoration:none;
}
.ruleTbl {margin: 10px 0 50px;
    background: #fff;
    border: solid 1px #ccc;}
.ruleTbl th {text-align: left;
    background: #ccc;
    padding: 8px;
}
.ruleTbl td {vertical-align: top;
    padding: 15px 7px 9px;
    border-bottom: solid 1px #ccc;}

.ruleTbl tr:last-child td {border-bottom:none;}

.ruleTbl a {color:#174177;text-decoration:none;}

.stripeLogo {float: right;width: 300px;margin: 0 0 0 20px;}
.infoBox {border:solid 1px #000;border-radius: 10px;padding: 20px;margin: 0 0 25px;} .infoBox li {margin:0 0 10px;}
.payForm .price {font-weight: bold;padding: 15px 0;font-size: 18px;} 

.btnQuote {
	cursor: pointer;
    display: block;
    float: left;
    background: #1d3f7a;
    color: #fff;
    padding: 8px 17px;
    font-weight: normal;
    border-radius: 6px;
}
#formRight .input-From {float:left;width:48%;margin:0 2% 8px 0 ;}
#formRight .input-To {float:left;width:50%;}
input[readonly]{opacity: .5;background: #ddd;outline: none;}

#wrapperTopContact {width: 1000px;margin: 0 auto;height: 34px;position: relative;top: 4px;max-width:100%;}
#wrapperTopContact .material-icons {float:left;color:#fff;margin: 2px 2px 0 0;}
#wrapperTopContact span {float:left;margin:3px;font-size: 15px;}
#wrapperTopContact span a {color:#fff;text-decoration:none;}
#wrapperTopContact span a:hover {text-decoration:underline;}
#wrapperTopContact .ico-phone {font-size: 21px; margin: 2px 2px 0 15px;}
.top {    
	height: 34px;
    background: #174177;
    width: 100%;
    position: absolute;
    z-index: 0;
    border-bottom: solid 2px #2c5fa1;
}
video {float:right;margin: 0 0 10px 10px;}
.language-list {
    float: left;
    width: 330px;
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 10px 0 40px;
}