
@font-face {
font-family: 'museo_slab500';
src: url('../fonts/museo_slab_500-webfont.woff2') format('woff2'),
url('../fonts/museo_slab_500-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}




@font-face {
font-family: 'museo_slab500_italic';
src: url('../fonts/museo_slab_500italic-webfont.woff2') format('woff2'),
url('../fonts/museo_slab_500italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;}


html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/

body {
	margin: 0;
}
/* HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
display: none;
height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden], template {
display: none;
}
/* Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
	background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
	border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b, strong {
	font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/

dfn {
	font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/

mark {
	background: #ff0;
	color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/

small {
	font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
	border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
	margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
* Contain overflow in all browsers.
*/

pre {
	overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
	overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button, select {
	text-transform: none;
}
select {
	width:199px
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/

button[disabled], html input[disabled] {
	cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
	line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
	overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
	font-weight: bold;
}
/* Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.header {
	background:#fff;
	min-height:60px;padding:0 0 10px 0;
}
.header a {
	color:#000000
}
.header a:hover {
	color:#38acde;
	text-decoration:none!important
}
.bg-home {
	background-image: url(../images/bg-home.jpg)!important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #001826;
}
.toll-free {
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size:17px;
	color:#777777;
	line-height:20px;
	margin:13px 0 0 0
}




@font-face {
 font-family: 'HelveticaNeueLight';
 src: url('../fonts/HelveticaNeueLight.eot');
 src: url('../fonts/HelveticaNeueLight.eot') format('embedded-opentype'),  url('../fonts/HelveticaNeueLight.woff2') format('woff2'),  url('../fonts/HelveticaNeueLight.woff') format('woff'),  url('../fonts/HelveticaNeueLight.ttf') format('truetype'),  url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
}
 @font-face {
font-family: 'HelveticaNeueLTStd-Bd';
src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype'), url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
font-weight: normal;
font-style: normal;
}
 @font-face {
font-family: 'HelveticaNeue-Medium';
src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
font-weight: normal;
font-style: normal;
}
.nav {
	margin:20px 0 0 0;
	padding:0;
	display:block;
	background:none;
	border:0;
	width:30px;
	height:23px;
}
.nav:hover {
	background:none
}
.nav:focus {
	background:none
}
.logo {
	margin:34px 0 0 0;
	padding:0;
	text-align:center
}

.home-text {
	text-align:center;
	font-size:36px;
	color:#fff;
	margin:25px 0 34px 0;
}
.home-text p {
	font-family: 'HelveticaNeueLight';
	font-size:20px;
	margin:0;
	padding:0;
	letter-spacing:.3px;
	line-height:25px
}
.col-center {
	margin:0 auto!important;
	float:none!important
}
.privacy-Security {
	position:relative;
	bottom:0;
	margin:7% auto 5px auto;
	text-align:center;
	left:0;
	right:0;
	color:#fff;
	font-family: 'HelveticaNeue-Medium';
	font-size:13px;
	line-height:30px;
}
.privacy-Security a {
	color:#030303;
}
.privacy-Security a:hover {
	color:#38acde;
	text-decoration:none!important
}

#showLeftPush { display:none; position:absolute; left:5px;}


.page-title {
	font-size:29px;
	color:#38acde;
	margin:10px 0 14px 0;
 font-family: "museo_slab500_italic";
}
.select2 {
	width:400px
}
.input-div {
	width:414px;
	margin:0 auto
}
.select-2 select {
	width:404px!important;
	/*border:0*/
}
.select-2 option {
	padding:5px 10px
}
.select-2 input {
	width:404px!important;
	border:0;
	padding:0;
	text-indent:10px!important;
}
.select3 {
	width:200px;
	/*border:0;*/
}
.input-2 {
	width:200px;
	margin:0;
	padding:0;
	text-indent:15px!important;
}
.input-8 {
	width:200px;
	margin:0;
	padding:0;
	text-indent:15px!important;
}
.input2 {
	width:200px;
	margin:0;
	padding:0;
	text-indent:15px!important;
}
.input-2-1 {
	margin:0;
	padding:0;
}
.css-bg {background-color: #38acde; border: 1px solid #38acde; border-radius: 4px; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; font-size:12px; font-weight: 600; letter-spacing: 0.1rem; padding: 10px 30px; text-align: center; text-decoration: none; text-transform: uppercase; margin:0; width:214px;}
.css-bg:hover {background-color: #2c2c2c; border: 1px solid #2c2c2c; box-sizing: border-box; background:#2c2c2c; color: #fff;}
.padd2 {padding:0}
.card-expiry-month {width:182px;}
.card-expiry-year {width:182px;}
.logo{margin:46px 0 16px 0;  font-family: 'museo_slab500_italic'; color:#38acde;  font-size:42px;}
.logo a{color:#38acde;}
.title {margin:0 0 22px 0; padding:0; font-family: 'museo_slab500_italic'; color:#000;  font-size:18px;}

.banner { margin:32px 0 50px 0; padding:0;}

.menu { margin:0; padding:0; text-align:center; }
.menu ul { margin:0; padding:0; font-size:16px; }
.menu li  { margin:30px 20px 0; padding:0; display:inline-block; list-style:none; font-family: 'museo_slab500'; font-size:18px;}
.find {font-family: 'museo_slab500_italic'; letter-spacing:1px; font-size:36px; color:#3ba6d9;}
.capt-img{border:1px solid #CCCCCC; }
.capth-txt{position:relative; top:2px}
.new-submit{text-transform:uppercase; color:#000000!important; font-weight:700!important}
.new-submit:hover{color:#FFFFFF!important}

.icon-14-10 {}

.input-css { padding:0!important;}

.thum-img  { margin:0 0 80px 0}
.thum-img h3 {color:#4e4b4b; font-size:17px; font-family: 'museo_slab500_italic'; letter-spacing:1px}

.search { background:url(../images/search.png) no-repeat 10px center; padding:0 15px 0 40px!important; height:44px!important; }

.input-search { border:solid 1px #cfcec9!important; height:44px!important; width:69%;   font-size:17px; color:#4e4b4b;    font-family: "museo_slab500"; }

.contact-div { margin:100px 0 80px 0; padding:0;}
.contact-div h2 { font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#2a2a2a; letter-spacing:1px; margin:0 0 8px 0 ; padding:0}
.boder-title { width:100px; height:5px; background:#f5f5f5; margin:0 0 20px 0}

.social-media a { margin:0 20px 0 0; padding:0}

.boder-input { border:solid 1px #a7a7a7!important; width:100%; height:34px; padding:10px 5px 10px 48px; background: #fff url(../images/user.jpg) no-repeat scroll left center;}

.boder-email { border:solid 1px #a7a7a7!important; width:100%; height:34px; padding:10px 5px 10px 48px; background: #fff url(../images/email.jpg) no-repeat scroll left center;}


.boder-cap { border:solid 1px #a7a7a7!important; width:100%; height:34px; padding:10px 5px 10px 48px; background: #fff url(../images/lock.jpg) no-repeat scroll left center;}

.boder-text { border:solid 1px #a7a7a7!important; width:100%; height:150px!important; color:#555}

.form-group strong { font-size:12px; display:block}

.submit2 {border:solid 1px #a7a7a7!important; padding:0 15px!important; color:#b6b6b6!important; background:#fff!important; font-family:13px; font-weight:normal!important}


.submit2:hover {border:solid 1px #239ce4!important; padding:0 15px!important; color:#fff!important; background:#239ce4!important; font-family:13px; font-weight:normal!important}






/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline; margin:0 20px 0 0;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}


.social-network a.icoinstagram:hover {
	background-color:#91634b;
}


.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}


.social-circle  a { background:#c9c9c9;}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

