@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:'Conv_MyriadPro-Regular';
	src:url('../fonts/MyriadPro-Regular.eot');
	src:url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'), 
		url('../fonts/MyriadPro-Regular.ttf') format('truetype'), 
		url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'Conv_MyriadPro-Bold';
	src:url('../fonts/MyriadPro-Bold.eot');
	src:url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Bold.woff') format('woff'), 
		url('../fonts/MyriadPro-Bold.ttf') format('truetype'), 
		url('../fonts/MyriadPro-Bold.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*====================================================================*/
/* Start of base.css */
/*====================================================================*/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*====================================================================*/
/* End of normalize.css */
/*====================================================================*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*{margin:0;padding:0;}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  /*text-decoration: underline;*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}


ul,
ol {
  margin: 0;
  padding:0;
  list-style:none;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.full-container {
  width:100%;max-width:100%;float:left;
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.rows:before,
.rows:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.rows:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rows {
  /*margin-left: -15px;
  margin-right: -15px;*/
}
.cols {
  position: relative;
  min-height: 1px;
  padding:0;
  float:left;
  width:100%;
}

@media (min-width: 320px) {
  
}

@media (min-width: 960px) {
  
}

/*====================================================================*/
/* End of base.css */
/*====================================================================*/


input, textarea, select { -webkit-appearance: none; border-radius: 0; -webkit-border-radius:0; }
* { -webkit-tap-highlight-color:transparent; }
div, a, section, article, span, img, h1, h2, h3, h4, h5 ,h6 { -webkit-user-select:none; -moz-user-select:none; }
html,body{height:100%;}
body{font-size:16px;}

/* general style */
.bold-text{font-weight:bold;}
.uppercase{text-transform:uppercase;}
.capitalize{text-transform:capitalize;}
.cyan-text{color:#98caec;}
.blue-text{color:#092f87;}
input.search-box2{border:none;background:#fff;float:left;padding:2px;font-size:12px;line-height:16px;color:#000;width:75%;}
input.submit-btn2{height:20px;line-height:20px;border:none;padding:0;text-align:center;background:#0b2254;font-size:12px;float:right;width:25%;font-family:'Conv_MyriadPro-Regular';}
.marg-bot8{margin-bottom:8px;}
.btn{float:left;background:none;border:none;padding:2px 8px;}
.link{float:left;display:block;text-align:center;cursor:pointer;}
.cyan-bck{background:#99CAEA;}
/* general style */

.quick-access{background:url(../img/quick-access.png);padding:10px;width:100%;font-size:12px;color:#fff;}
.quick-access h5{background:url(../img/lock.png) left center no-repeat;padding-left:20px;line-height:18px;margin-bottom:5px;font-family:'Conv_MyriadPro-Bold';font-size:14px;font-weight:normal;}
.quick-access label{margin-bottom:0;}
a.reset-pass{/*width:130px;*/line-height:20px;/*margin-left:10px;*/}


/* For iPad/tablet (768x1024px) resolution - Portrait Mode */
@media screen and (max-width:959px){
	
}


/* Media queries for retina-ready devices */
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px),only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px),only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 768px),only screen and (min-device-pixel-ratio: 1.5) and (min-width: 768px),only screen and (min-resolution: 192dpi) and (min-width: 768px){
	.quick-access h5{background-image:url(../img/lock@2x.png);background-size:11px 16px;}
}


