@CHARSET "ISO-8859-1";

@font-face {
  font-family: 'AdobeGaramond';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/2B9CEC_0_0.eot');
  src: url('/fonts/2B9CEC_0_0.eot?#iefix') format('embedded-opentype'),
    url('/fonts/2B9CEC_0_0.woff') format('woff'),
    url('/fonts/2B9CEC_0_0.ttf') format('truetype'),
    url('/fonts/2B9CEC_0_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'AdobeGaramond';
  font-weight: bold;
  font-style: normal;
  src: url('/fonts/2B9CEC_1_0.eot');
  src: url('/fonts/2B9CEC_1_0.eot?#iefix') format('embedded-opentype'),
    url('/fonts/2B9CEC_1_0.woff') format('woff'),
    url('/fonts/2B9CEC_1_0.ttf') format('truetype'),
    url('/fonts/2B9CEC_1_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'AdobeGaramond';
  font-weight: normal;
  font-style: italic;
  src: url('/fonts/2B9CEC_2_0.eot');
  src: url('/fonts/2B9CEC_2_0.eot?#iefix') format('embedded-opentype'),
    url('/fonts/2B9CEC_2_0.woff') format('woff'),
    url('/fonts/2B9CEC_2_0.ttf') format('truetype'),
    url('/fonts/2B9CEC_2_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'Avenir';
  font-weight: bold;
  font-style: normal;
  src: url('/fonts/2B9CEC_3_0.eot');
  src: url('/fonts/2B9CEC_3_0.eot?#iefix') format('embedded-opentype'),
    url('/fonts/2B9CEC_3_0.woff') format('woff'),
    url('/fonts/2B9CEC_3_0.ttf') format('truetype'),
    url('/fonts/2B9CEC_3_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/2B9CEC_4_0.eot');
  src: url('/fonts/2B9CEC_4_0.eot?#iefix') format('embedded-opentype'),
    url('/fonts/2B9CEC_4_0.woff') format('woff'),
    url('/fonts/2B9CEC_4_0.ttf') format('truetype'),
    url('/fonts/2B9CEC_4_0.svg#wf') format('svg');
}

body {
  padding-top: 0;
  padding-bottom: 0;
  background: #808286;
    font-family: "Avenir", Arial, Helvetica, sans-serif;
}

body,p {
  //font-family: AdobeGaramond, Georgia, 'Times New Roman', Times, serif;
    font-family: "Avenir", Arial, Helvetica, sans-serif;
}

p {
  margin-bottom: 20px;
  line-height: 20px;
}

a {
  color: #474a4e;
  font-weight: bold;
  text-decoration: underline;
}

div.citizen_page {
  z-index: 0px;
  background: #FFF;
  padding-bottom: 30px;
}

.container {
  z-index: 1;
  /* Force page width to be no greater than 960 */
  max-width: 960px;
  /* Have to set as relative to get drop-shadow to appear */
  position: relative;
}

div.top-right {
  height: 40px;
  margin-right: 20px;
}

.transparent-bg {
  background-color: #ffffff;
  border: 2px solid #f1f1f1;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  padding: 15px 10px;
  margin: 0 auto;
}

.page-header {
  border-width: 0;
  margin-top: 20px;
}

#logo-cont {
  width: 189px;
}

#logo-cont h1 {
  /*width: 189px;*/
  text-align: center;
}

#logo-cont a,#logo-cont h1 {
  margin: 0;
  padding: 0;
  float: left;
}

#logo-cont {
  width: 400px;
}

.page-header h1 {
  font-family: Avenir, Arial, Helvetica, sans-serif;
  font-size: 37px;
  padding: 5px;
}

.main-container {
  padding: 25px 20px;
}

div.main-container h1 {
  text-align: center;
  margin: 30px 0px;
  font-size: 48px;
  color: #464646;
  font-weight: normal;
  text-transform: uppercase;
}

.navbar {
  border-radius: 0;
}

.navbar {
  overflow: hidden;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 5px 5px #f0f0f0;
  border-bottom: 1px solid #fff;
  border-width: 0;
  width: 100%;
}

.navbar-collapse {
  padding: 0px;
}

.nav-justified {
  
}

/* button */
.nav-justified>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  /*height: 50px;*/
  background: #f0f0f0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
}

/* active button */
.nav-justified>.active>a,.nav-justified>.active>a:hover,.nav-justified>.active>a:focus
  {
  background-color: #cdcdcd;
  color: #000;
}

/* first button */
.nav-justified>li:first-child>a {
  
}

/* last button */
.nav-justified>li:last-child>a {
  
}

@media ( min-width : 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified>li>a {
    
  }
  .nav-justified>li:first-child>a {
    
  }
  .nav-justified>li:last-child>a {
    
  }
}

div.page-content {
  padding: 0 15px;
}

/* top links */
ul.toplinks li {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.toplinks li a {
  font-weight: normal;
}

/* Citizen form styling */
.btn-default {
  color: white;
  background-color: #010101;
  border-color: #C6C6C6;
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px 20px;
  height: 26px;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 17.142858505249px;
  display: block;
  text-decoration: none;
}

.btn-default:hover {
  color: white;
  background-color: #010101;
  border-color: #C6C6C6;
}

.btn-success {
  color: white;
  background: #335500;
  border-color: #C6C6C6;
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px 20px;
  height: 26px;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 17.142858505249px;
  display: block;
  text-decoration: none;
}

.btn-success:hover {
  color: white;
  background-color: #006600;
  border-color: #C6C6C6;
}

.btn.inline-btn {
  display: inline;
}

.btn-danger {
  color: white;
  background: #770000;
  border-color: #C6C6C6;
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px 20px;
  height: 26px;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 17.142858505249px;
  display: block;
  text-decoration: none;
}

.btn-danger:hover {
  color: white;
  background-color: #990000;
  border-color: #C6C6C6;
}

form.citizen-form {
  
}

form.citizen-form input[type=text],form.citizen-form input[type=email],form.citizen-form input[type=password],form.citizen-form input[type=search],form.citizen-form select
  {
  padding: 0px 10px;
  height: 26px;
  font-family: Arial;
  font-size: 12px;
  color: #4c4c4c;
  font-weight: normal;
}

form.citizen-form label {
  font-family: Arial;
  font-size: 12px;
  color: #4c4c4c;
  font-weight: bold;
}

form.citizen-form input[type=button],form.citizen-form input[type=submit],form.citizen-form input[type=reset],form.citizen-form button,form.citizen-form .btn
  {
  
}

form.citizen-form input[type=button]:hover,form.citizen-form input[type=submit]:hover,form.citizen-form input[type=reset]:hover,form.citizen-form button:hover
  {
  
}

form.citizen-form div.radio {
  float: left;
  padding: 0px;
}

dd {
  word-wrap: break-word;
}


/* Footer Styles */
.citizen_footer {
  background: none repeat scroll 0 0 #808286;
  color: #ffffff;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 20px;
  width: 100%;
  bottom: 0px;
  position: relative;
}

.citizen_footer a {
  color: #d4d4d4;
  text-decoration: none;
  transition: all 200ms ease 0s;
  font-family: Avenir, Arial, Helvetica, sans-serif;
}

.citizen_footer a:hover {
  color: #333;
}

.citizen_footer li {
  padding-bottom: 10px;
  list-style: none;
  position: relative;
  width: 100%;
}

.citizen_footer .heading {
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}

.citizen_footer .heading:first-child {
  margin-top: 0;
}

.citizen_footer_buffer {
  margin: 10px;
  height: 10px;
  clear: both;
  display: block;
}

.citizen_footer_brands {
  /*padding-top: 10px;*/
}

.citizen_footer_brands img {
  max-width: 700px;
  padding: 0 30px 20px;
}

@media(max-width:410px) {
  .citizen_footer_brands {
    padding-top:0;
  }
  
  .citizen_footer_brands img {
    max-width: 150px;

  }
  
}

.logo_ecoDrive {
  float: left;
  margin: 0 0 10px 20px;
}

.copyright {
  display: inline-block;
  font-size: 10px;
  margin: 10px 0 0 0px;
  text-align: center;  
  width: 210px;
}

.copyright span {
  font-size: 12px;
}

.copyright span a {
  text-decoration: underline;
}

.homepage-buttons {
  margin: 0 -20px;
}

.homepage-item {
  margin: 0 -10px 10px -10px;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background:
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 56%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%,
    color-stop(56%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 56%, #e5e5e5 100%
    ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 56%, #e5e5e5 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 56%, #e5e5e5 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 56%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ffffff',
    endColorstr='#e5e5e5', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
  height: 70px;
  list-style: none;
  border: 3px #CECECE solid;
  -webkit-transition-duration: 0.27s;
  Safari transition-duration: 0.27s;
}

.homepage-item:hover {
  border-color: #3D6AA6;
  cursor: pointer;
}

div.homepage-icon {
  font-size: 20px;
  color: #CECECE;
  margin: 30px 0 0 30px;
  -webkit-transition-duration: 0.27s;
  Safari transition-duration: 0.27s;
}

.homepage-item:hover div.homepage-icon,.homepage-item:hover div.button-text a
  {
  color: #3D6AA6;
}

div.homepage-border {
  background: #CECECE;
  position: absolute;
  width: 0;
  height: 0;
}

.homepage-item div.button-text {
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition-duration: 0.27s;
  Safari transition-duration: 0.27s;
}

.homepage-item:hover div.button-text {
  /*margin-top: 0px;*/
  
}

.homepage-item div.button-text a {
  text-transform: uppercase;
  font-family: "AdobeGaramond", Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  text-align: right;
  font-weight: normal;
  text-shadow: -1px -1px 2px #fff;
  display: block;
  text-decoration: none;
}

@media ( min-width : 768px) {
  .homepage-item {
    height: 200px;
    border: 10px #CECECE solid;
  }
  div.homepage-icon {
    font-size: 100px;
  }
  .homepage-item div.button-text a {
    font-size: 25px;
  }
}

/* Boostrap overrides */
.bg-info {
  background: #f0f0f0;
  padding: 10px 10px;
}

.alert {
  border-radius: 0;
}

.heading-text {
 text-align: center;
  margin: 30px 0px;
  font-size: 48px;
  color: #464646;
  font-weight: normal;
  text-transform: uppercase;
}

@media ( max-width : 950px) {
   .heading-text {
    font-size: 42px;
  }
}

#cookie_agree_link:hover {
  transition: 0.4s;
  background: #303030 !important;
}

@media only screen and (max-width: 768px) {
  #cookie-banner {
    width:100% !important;
  }
}

@media only screen and (min-width: 768px) {
  #cookie-banner {
    width:40% !important;
  }
}

@media only screen and (min-width: 992px) {
  #cookie-banner {
    width:40% !important;
  }
}

@media only screen and (min-width: 1200px) {
  #cookie-banner {
    width:20% !important;
  }
}

@media ( max-width : 500px) {
   .heading-text {
    font-size: 36px;
  }
}

.no-gutter {
    margin-left: -15px;
}

@media (min-width: 992px) {
    .nobreaks-sm {
        white-space:nowrap;
    }
}

.login-page-bottom-message
{
    padding-top:20px; 
    text-align:center;
    font-size:13.5px;
    font-weight:600;
	text-transform: uppercase;
}

.navbar-right #headoffice-navbar-account-display,
.navbar .headoffice-navbar-brand {
    text-decoration: none;
    cursor: default;
}

.navbar-right #headoffice-navbar-account-display:hover,
.navbar-right #headoffice-navbar-account-display:focus,
.navbar .headoffice-navbar-brand:hover,
.navbar .headoffice-navbar-brand:focus {
    color: #777;
}

.citizen_page .page-content .citizen-form div .btn-danger {
    padding: 6px 19px 20px !important;
}

#citizen-header-logo {
	width: 160px;
}

#citizen-header-logo-text small {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
}

#citizen-header-logo-text a {
	text-decoration: none;
}

#pca-help-text {
  max-width: 300px;
  font-size: 15px;
}

.pca .pcalist {
  font-size: 15px;
}

.pcaautocomplete.pcatext {
  max-width: 300px;
}

