@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('../fonts/proxima-nova/proximanova_regular.eot');
  src: url('../fonts/proxima-nova/proximanova_regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proxima-nova/proximanova_regular.woff') format('woff'),
		 url('../fonts/proxima-nova/proximanova_regular.ttf') format('truetype'),
		 url('../fonts/proxima-nova/proximanova_regular.svg#Proxima Nova Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url('../fonts/proxima-nova/proximanova_semibold.eot');
  src: url('../fonts/proxima-nova/proximanova_semibold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proxima-nova/proximanova_semibold.woff') format('woff'),
		 url('../fonts/proxima-nova/proximanova_semibold.ttf') format('truetype'),
		 url('../fonts/proxima-nova/proximanova_semibold.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/proxima-nova/proximanova_bold.eot');
  src: url('../fonts/proxima-nova/proximanova_bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proxima-nova/proximanova_bold.woff') format('woff'),
		 url('../fonts/proxima-nova/proximanova_bold.ttf') format('truetype'),
		 url('../fonts/proxima-nova/proximanova_bold.svg#Proxima Nova Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 5px 20px 0 20px;
  max-width: 1200px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a {
  text-decoration: none;
  color: #00a3d6;
}

a:hover {
  text-decoration: underline;
}

input[type="text"] {
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  padding: 0 10px;
  border: 2px solid #ccc;
}
input[type="password"] {
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  padding: 0 10px;
  border: 2px solid #ccc;
}

label {
  display: inline-block;
  vertical-align: middle;
}

input {
  vertical-align: middle;
}

input[placeholder] {
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}

::-webkit-input-placeholder {
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}

input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}

:-ms-input-placeholder {
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;

}

small {
  display: block;
  font-weight: normal;
}

sup{  
  font-size: x-small;
  font-family: verdana;
 }
  
/* ****************************************
default text
**************************************** */

body {
  font-size: 14px;
  color: #666;
  font-family: arial;
}

/* ****************************************
login instructions
**************************************** */

.pv-h-login-instructions {
  font-size: 31px;
  color: #fff;
  font-weight: bold;
}
.pv-h-login-instructions.smt {
    font-size: 31px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20PX;
    padding-top:20px;
}

.pv-h-login-instructions small {
  font-size: 21px;
  display: block;
}

/* ****************************************
pin instructions
**************************************** */

.pv-h-pin-instructions {
  font-size: 31px;
  color: #fff;
  font-weight: bold;
}

.pv-h-pin-instructions small {
  font-size: 21px;
  display: block;
}

/* ****************************************
recipients header
**************************************** */

.pv-h-recipients {
  font-size: 25px;
}

.pv-h-recipients small {
  font-size: 17px;
  display: block;
}

/* ****************************************
instructions header
**************************************** */

.pv-h-instructions {
  font-size: 31px;
  line-height: 31px;
  color: #00578e;
}

.pv-h-instructions small {
  font-size: 21px;
  display: block;
}

/* ****************************************
status
**************************************** */

.pv-h-status {
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 10px;
  color: #6aa306;
}

/* ****************************************
ballot text
**************************************** */

.pv-ballot {
  font-size: 13px;
  text-transform: uppercase;
}

/* ****************************************
alerts
**************************************** */

.pv-alert {
  font-size: 14px;
  color: #c00;
}

/* ****************************************
clear fix
**************************************** */

.pv-cf:before,
.pv-cf:after {
  content: " ";
  display: table;
}

.pv-cf:after {
  clear: both;
}

.pv-cf {
  *zoom: 1;
}

/* ****************************************
inline-block (vertical align top by default)
**************************************** */

.pv-ib {
  display: inline-block;
  vertical-align: top;
}

/* ****************************************
alignment
**************************************** */

.pv-align-top {
  vertical-align: top;
}

.pv-align-middle {
  vertical-align: top;
}

.pv-align-bottom {
  vertical-align: top;
}

.pv-align-left {
  text-align: left;
}

.pv-align-right {
  text-align: right;
}

.pv-align-center {
  text-align: center;
}


/* ****************************************
list reset
**************************************** */

.pv-reset,
.pv-reset > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ****************************************
padding
**************************************** */

.pv-padding-top {
  padding-top: 30px;
}

.pv-padding-right {
  padding-right: 30px;
}

.pv-padding-bottom {
  padding-bottom: 30px;
}

.pv-padding-right {
  padding-right: 30px;
}

.pv-padding {
  padding: 30px;
}

/* ****************************************
stretchy width
**************************************** */

.pv-stretch {
  width: 100%;
}

/* ****************************************
floats
**************************************** */

.pv-right {
  float: right;
}

.pv-left {
  float: left;
}

/* ****************************************
pv-hide
**************************************** */

.pv-hidden {
  display: none;
}

.pv-normal.pv-normal {
  font-weight: normal;
}

.pv-utility-bar {
  padding: 0 20px 5px 20px;
  text-align: right;
}

.pv-utility-bar a {
  color: #666;
  vertical-align: middle;
}

.pv-menu {
  display: none;
}

.pv-header {
  height: 160px;
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
}

.pv-logo {
  background-repeat: no-repeat;
  background-position: center center;
  width: 365px;
  display: table-cell;
  vertical-align: middle;
}

.pv-logo.pv-logo-text {
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
  height: 160px;
  width: auto;
  max-width: 800px;
  padding-left: 30px;
}

.pv-h-title:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  height: 85px;
}

.pv-h-title {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 30px;
}

.pv-header-sub {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #90A9BD;
  margin-bottom: 20px;
  padding-top: 40px;
}

.pv-logo-sub:before {

  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 30px;
  font-size: 24px;
  font-weight: normal;
  line-height: 120px;
}

.pv-logo-sub {
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  background-repeat: no-repeat;
  background-position: center center;
}

/*add the html code to handle only display of image or text. if both html content
present, both will be displayed.*/
.pv-logo-sub span{
	display:inline-block;	
	padding-top: 43px;
	padding-left: 20px;	
	max-width:auto; /*200px-300px try with different options*/
}

.pv-h-title-sub small {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
}

.pv-french-date small {
  text-transform: lowercase;  
}

.pv-h-title-sub {
  margin-left: 500px;
  font-size: 26px;
  color: #333;
  position: relative;
}

.modal.modal .pv-h-title-sub {
  margin-left: 0;
  padding: 20px 0 10px 0;
  font-size: 20px;
  color: #333;
}

.modal .pv-h-title-sub small {
  font-size: 12px;
}

.pv-table {
  width: 100%;
}

.pv-vote-main {
  padding-right: 30px;
}

.pv-ballot-number {
  position: absolute;
  left: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
  color: #003867;
}

.pv-h-ballot {
  margin-top: 20px;
  padding: 10px 0 10px 20px;
  background-color: #F5F5F5;
  border-top: 1px solid #00578E;
  border-bottom: 1px solid #00578E;
  color: #4f4f50;
  font-size: 22px;
  font-weight: normal;
}

.pv-ballot-content {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
}
.pv-ballot-content-slate {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
}
.pv-split-ballot.open .pv-ballot-status {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    text-align: right;
    overflow: visible;
}
.pv-ballot-status {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  overflow: hidden;
  text-align: right;
}

.pv-ballot-status-inner {
  display: inline-block;
  text-align: right;
}
.pv-split-ballot-status-inner {
  display: inline-block;
  text-align: left;
}
.pv-ballot-items {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.pv-ballot-items > li {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d0cfcf;
}

.pv-ballot-items > li:last-child {
  border-bottom: none;
}

.pv-smaller {
  font-size: 12px;
}

.pv-ballot-items > li:last-child {
  margin-bottom: 0;
}

.pv-ballot-other-item .pv-ballot-status {
  text-align: right;
}

.pv-ballot-other-item p,
.pv-ballot-items p {
  margin: 0;
  font-size: 13px;
  letter-spacing: .5px;
  line-height: 20px;
}

.pv-recommendation,
.pv-ballot-items .pv-recommendation {
  font-size: 11px;
  text-transform: uppercase;
}

.pv-ballot-items .pv-button {
  letter-spacing: .5px;
  padding: 0 20px;
  font-size: 12px;
  margin: 0 5px 5px 0;
}

.pv-ballot-content li {
  margin-bottom: 5px;
}

.pv-ballot-footer .pv-button {
  font-size: 15px;
  height: 32px;
  line-height: 36px;
  padding: 0 25px;
}

.pv-ballot-footer .pv-button-consolidated {
	 padding: 0 10px;
}

.pv-french-btn .pv-button{
	 padding: 0 10px;
}

.pv-ballot-footer {
  background-color: #CBDDE8;
  padding: 20px;
  color: #606060;
  font-size: 12px;
}

.pv-ballot-other-item {
  background-color: #ecf3f7;
  margin-bottom: 5px;
  padding: 20px 20px 20px 40px;
}

.pv-table td,
.pv-table th {
  padding: 15px;
}

.pv-table td strong {
  color: #333;
}

.pv-table td {
  border-bottom: 1px solid #ccc;
}

.pv-table th {
  color: #4f4f50;
  font-size: 13px;
  background-color: #f5f5f5;
  text-align: left;
  border-top: 1px solid #00578E;
  border-bottom: 1px solid #00578E;
}

.pv-table a {
  font-size: 13px;
}

.pv-table caption {
  text-transform: uppercase;
  text-align: left;
  padding: 15px 0;
  font-size: 15px;
}

.pv-input-large {
  width: 360px;
}

.pv-input-full {
	width:100%;
}

.pv-input-right-pad {
	padding-right:7.5px;
}

.pv-input-left-pad {
	padding-left:7.5px;
}

.pv-input-border {
	border:2px solid #CCC;
}

.pv-input-select {
	height:26px;
}

.pv-buttons {
  padding-top: 5px;
}
.pv-buttons.smt {
  padding-top: 20px;
}
.pv-toggle-head {
  position: relative;
}

.pv-toggle-arrow {
  height: 9px;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../images/icons/toggle-down.png) no-repeat;
  display: none;
}

.pv-toggle.open .pv-toggle-arrow {
  background: url(../images/icons/toggle-up.png) no-repeat;
}

.pv-icon {
  display: inline-block;
  vertical-align: middle;
}

.pv-boxes {
  background-color: #F5F5F5;
}

.pv-box:first-child {
  border-top: 5px solid #fff;
}

.pv-box {
  border-bottom: 5px solid #fff;
  background-color: #F5F5F5;
  position: relative;
  padding: 30px;
  min-height:100px;
}

.pv-box-alerts {
  border-bottom: 5px solid #fff;
  background-color: #F5F5F5;
  position: relative;
  padding: 30px;
}


.pv-box h3 {
  margin-bottom: 20px;
}

.pv-box a {
  color: #00A3D6;
  /*
	Accesibility Recommendation
	color: #00799f;
 */
}

.pv-box .pv-icon {
  margin: 0 5px 0 0;
}

.pv-h-support {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 10px;
}

.pv-h-support small {
  font-size: 17px;
}

.pv-footer {
  margin-top: 40px;
  background-color: #5E5F5E;
  /*
	Accesibility Recommendation
	color: #00799f;
 */
  color: #9d9e9e;
  padding: 30px;
  font-size: 11px;
}

.pv-footer-logo {
  width: 195px;
}

.pv-footer a {
  color: #fff;
}

.pv-footer ul > li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

.pv-footer ul > li:last-child {
  border-right: none;
  padding-right: 0;
}

.pv-footer-legal div {
  margin-bottom: 3px;
}

.pv-hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0 15px 0;
  padding: 0;
}

.pv-vote-status {
  letter-spacing: .5px;
  padding: 5px 0 10px 20px;
}

.pv-vote-status .pv-icon {
  margin-right: 5px;
}

.pv-vote-by {
  color: #4f4f50;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.pv-control {
  font-weight: bold;
  font-size: 13px;
  color: #979898;
  margin: 20px 0 5px 0;
}

.pv-shares {
  font-wieght: bold;
  font-size: 13px;
}

.pv-instructions {
  padding: 0 40px 0 20px;
  border-right: 1px solid #D2D2D2;
}


.pv-canada-imp-msg {
  padding: 10px 0 10px 20px;
}

.pv-h-ballot small {
  display: inline-block;
  font-sive: 15px;
}

.pv-cusip {
  margin-top: 5px;
}

label small {
  text-align: right;
  padding: 3px 20px 0 0;
}

.pv-alt-text {
  letter-spacing: .5px;
  line-height: 20px;
}

.pv-confirmation {
  padding: 0 0px 0 0px;
  border-right: 1px solid #D2D2D2;
}

.pv-h-confirmation {
  color: #00578e;
  font-size: 31px;
}

.pv-h-confirmation small {
  font-size: 21px;
}

.pv-notify {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0;
}

.pv-notify-lang {
    position: absolute;
    right: 75px;
    top: 25px;
    color: #fff;
}
.pv-notify-line {
  border-top: 1px solid #ccc;
}
.pv-notify-lang>a {
    color: #fff;
}

.pv-padded-label {
  padding-bottom: 10px;
}

.pv-h-investments {
  color: #333;
  font-size: 31px;
}

.pv-h-investments small {
  font-size: 21px;
}

.pv-col-issuer {
  width: 40%;
}

.pv-col-proxy {
  width: 20%;
}

.pv-col-deadline {
  width: 20%;
}

.pv-col-action {
  width: 20%;
}

.pv-appointee {
  border-top: 1px solid #ccc;
  padding: 20px 30px 10px 30px;
  margin: 30px 0 0 0;
}

.pv-appointee-label {
	width:35%;
	float: left;
	text-align: left;
}

.pv-appointee-input {
	width:60%;
	float: left;
	margin-left: 10px;
}

.pv-h-title-client {
  font-family: 'Raleway', sans-serif;
  font-weight: 400 !important;
}

.pv-h-title-client small {
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
}

.pv-h-title-registered small {
  font-size: 14px;
  line-height: 30px;
}

.pv-toggle-list.open [data-toggle-more],
.pv-toggle-list [show-more] {
  display: none;
}

.pv-toggle-list.open [show-more] {
  display: block;
}

.pv-toggle-list > li {
  min-height: 30px;
}

.pv-global-customers,
.pv-ceo-message {
  padding: 0;
}

.pv-share-count {
  padding: 20px 10px;
  font-family: 'Proxima Nova Bold', sans-serif;
}

.pv-share-count h3 {
  font-size: 80px;
  color: #cacbcc;
}

.pv-share-count h3 small {
  display: inline;
  font-size: 35px;
  margin-left: 5px;
}

.pv-share-count p {
  color: #003867;
  padding: 0 0 5px 0;
  margin: 0;
}

.pv-disclaimer {
  font-size: 11px;
  color: #cacbcc;
  font-weight: bold;
  font-family: sans-serif;
}

.pv-split-ballot-header {
  padding: 20px;
  text-align: right;
  border-bottom: 1px solid #ccc;
}

.pv-split-ballot .pv-inputs {
  display: none;
}

.pv-split-ballot label {
  margin-right: 20px;
  font-weight: bold;
}

.pv-split-ballot .pv-inputs input[type="text"] {
  width: 210px;
}

.pv-split-ballot.open .pv-inputs {
  display: block;
}

.pv-split-ballot.open .pv-buttons {
  display: none;
}


.pv-table .pv-table-h-alt {
  font-size: 26px;
  font-weight: bold;
}

.pv-table .pv-table-h-alt small {
  font-size: 18px;
}

.pv-phone-or,
.pv-phone-content,
.pv-phone-shareholder,
.pv-phone-toggle,
.pv-phone-register {
  display: none;
}

.pv-border-box {
  padding: 20px 40px 40px 20px;
  margin: 20px 0;
  border: 1px solid #ddd;
}

.pv-button {
  border: none;
  background-color: #E3E4E5;
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  height: 26px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold;
  color: #67737a;
  /*
	Accesibility Recommendation
	color: #5c686f;
 */
  -webkit-font-smoothing: subpixel-antialiased;
}
.pv-button-print{
    margin-right: 5px;
}
.pv-button-primary {
  background-color: #00669a;
  color: #fff;
}

.pv-button-secondary {
  background-color: #86A6C8;
  /*
	Accesibility Recommendation
	background-color: #58799b;
 */
  color: #fff;
}

.pv-button-tertiary {
  background-color: #fff;
  color: #85A6C8;
  border: 2px solid #85A6C8;
  /*
	Accesibility Recommendation
	color: #5479a1;
	border: 2px solid #5479a1;
 */
  line-height: 26px;
  padding: 0 20px;
}

.pv-button-login,
.pv-login-form .pv-button {
  background-color: #00A3D6;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.pv-button[disabled] {
  background-color: #E3E4E5;
  color: #ccc;
}

.pv-button-secondary[disabled]{
  background-color: #E3E4E5;
  color: #86A6C8;
}

.pv-button-pin,
.pv-pin-form .pv-button {
  background-color: #106DB0;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.pv-radio-button {
	display: inline-block;
}
.pv-radio-button input {
	position: absolute;
	left: -9999px;
}
.pv-ballot-other-item .pv-radio-button.checked span,
.pv-radio-button.checked span {
	background-color: #00669a;
	color: #fff;
}
.pv-radio-button span {
	display: inline-block;
	color: white;
	background-color: #E3E4E5;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-weight: bold;
	color: #67737a;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: .5px;
	padding: 0 20px;
	font-size: 12px;
	margin: 0 5px 5px 0;
}
.pv-ballot-other-item .pv-radio-button span {
	background-color: #fff;
	color: #85A6C8;
	border: 2px solid #85A6C8;
	line-height: 24px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;  
}

.modal-content {
  position: relative;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  max-width: 800px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal .pv-logo {
  width: 320px;
  background-size: 50%;
  background-position: 30px center;
}

.modal .pv-logo.pv-logo-text {
  width: 100%;
  height: 70px;
  font-size: 28px;
  padding-right: 50px;
}

.modal .pv-header {
  background-size: 50%;
  height: 70px !important;
}

.modal-header {
  background-image: none !important;
}

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  line-height: 30px;
  border: 1px solid #424242;
  width: 28px;
  height: 28px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.pv-button-close {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #c00;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  line-height: 20px;
  border: 1px solid #424242;
  width: 20px;
  height: 20px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.modal-body {
  background-color: #ffffff;
  position: relative;
  padding: 30px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/*Minimum for PV or a  Mobile Tablet*/
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
  .pv-ballot-footer .pv-button-consolidated {	 
	 margin: 5px 0px;
  }
  
  .pv-french-btn .pv-button{
	 margin: 5px 0px;
  }
}
/*PC window -  larger window*/
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.modal label input {
  margin-right: 5px;
}

.modal label {
  color: #333;
  display: block;
  padding: 2px 0;
}

.modal-logo {
  margin: 17px 0 0 30px;
}

.pv-terms {
  height: 200px;
  overflow-y: auto;
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
}

.pv-form-gutter {
  margin-left: 20px;
}

.modal label .pv-normal {
  display: block;
  padding: 5px 0;
  color: #666;
}

.modal label {
  color: #333;
  font-weight: bold;
}

.modal .pv-button {
  font-size: 15px;
  height: 32px;
  line-height: 36px;
  padding: 0 30px;
}

.modal .pv-control-id {
  text-align: right;
  color: #979898;
  font-size: 11px;
  font-weight: bold;
  margin-right: -15px;
  margin-top: -15px;
}

.modal h1 {
  font-size: 27px;
}

.modal h1 small {
  font-size: 22px;
}

.pv-advisor {
  padding: 10px 60px 10px 10px;
  position: absolute;
  right: 0;
  top: 17px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  overflow: hidden;
}

.pv-advisor img {
  margin-right: 10px;
}

.pv-advisor figcaption {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.pv-advisor a {
  color: #3b7c41;
  font-size: 15px;
}

.pv-advisor-title {
  color: #404041;
  font-size: 20px;
  margin-bottom: 25px;
}

.pv-login-header {
  height: 160px;
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
}

.pv-login-control {
  padding-right: 80px;
  position: relative;
}
.pv-login-control.smt {
  padding-right: 40px;
  position: relative;
  padding-top:20px;
}

.pv-login-control p {
  color: #fff;
}

.pv-logo-login {
  background-repeat: no-repeat;
  background-position: center center;
  width: 320px;
  display: table-cell;
} 

.pv-logo-login-interim{
 background-repeat: no-repeat;
  background-position: center center;
  width: 450px;  
  display: table-cell;
background-image:   url(../images/logo-material-notice.png);
background-size: contain               
}

.pv-logo-login:before {
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 160px;
  margin-left: 30px;
  color: #fff;
  font-size: 35px;
}

.pv-h-title-login:before {
  content: '';
  background-color: red;
  width: 1px;
  position: absolute;
  top: 40px;
  left: 0;
  height: 85px;
}

.pv-h-title-login {
  font-size: 30px; 
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 30px;
}

.pv-login-list {
  color: #b0bb35;
  font-size: 15px;
  padding-left: 20px;
}
.pv-pin-note {
  padding-left: 30px;
  width:345px;
  padding-bottom:15px;
}

.pv-login-list li {
  padding: 2px 0;
}

.pv-login-info,
.pv-login-list span {
  color: #ccdde8;
}

.pv-pin-list {
  color: #b0bb35;
  font-size: 15px;
  padding-left: 20px;
}

.pv-pin-list li {
  padding: 2px 0;
}

.pv-pin-info,
.pv-pin-list span {
  color: #ccdde8;
}

.pv-pin-main {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pv-login-main {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pv-login-main-inner {
  border-left-width: 100px;
  border-left-style: solid;
  padding: 40px 0 20px 0;
}

.pv-pin-main-inner {
  border-left-width: 100px;
  border-left-style: solid;
  padding: 40px 0 20px 0;
}

.pv-pin-form {
  position: relative;
  padding: 20px 40px 10px 10px;
}

.pv-login-form {
  position: relative;
  padding: 20px 40px 10px 10px;
}

.pv-pin-form:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  left: -100px;
}

.pv-login-form:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  left: -100px;
}

.pv-button-login {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.pv-button-pin {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.pv-captcha-list li img {
  vertical-align: middle;
}

.pv-captcha-list li {
  color: #fff;
  margin: 0 0 2px 0;
  font-size: 12px;
}

.pv-login-form input[type="text"] {
  border: none;
  height: 40px;
  line-height: 40px;
}

.pv-pin-form input[type="text"] {
  border: none;
  height: 40px;
  line-height: 40px;
}

.pv-control-submit {
  margin-top: 5px;
}
.pv-control-submit.smt {
  margin-top: 5px;
  padding-top:10px;
  padding-bottom:10px;
}

.pv-control-submit input[type="text"] {
  width: 246px;
}

.pv-error-container {
  position: relative;
}

.pv-error {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid red;
  background-color: #fff;
  padding: 20px 30px;
}

.pv-error h2 {
  color: #CC0000;
}

.pv-error.open {
  display: block;
}

.pv-forgot-pin p {
  padding: 5px 0;
  margin: 0;
}

.pv-forgot-pin {
  margin: 15px 0 -20px 100px;
  padding: 0 20px;
}

.pv-login-slider-header {
  text-align: center;
  padding: 20px;
  font-size: 17px;
}

.open .pv-login-slider-toggle-top,
.pv-login-slider-toggle-bottom,
.pv-login-slider-body {
  display: none;
}

.open .pv-login-slider-toggle-bottom,
.open .pv-login-slider-body {
  display: block;
}

.pv-login-slider-toggle img {
  margin-top: -1px;
}

.pv-login-slider-toggle {
  text-align: center;
  border-top: 1px solid #959595;
  cursor: pointer;
}

.pv-login-slider-help {
  text-align: center;
  border-top: 0px solid #959595;
  cursor: pointer;
}

.pv-login-slider-body {
  position: relative;
}

.pv-login-slider-body:before {
  content: '';
  width: 1px;
  top: 20px;
  bottom: 20px;
  background-color: #ccc;
  left: 50%;
  position: absolute;
}

.pv-login-slider-body:after {
  content: '';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: #fff;
  color: #14a3d6;
  font-weight: bold;
  font-size: 20px;
}

.pv-login-slider-segment-left {
  padding: 30px 60px 30px 30px;
}

.pv-login-slider-segment-right {
  padding: 30px 30px 30px 60px;
}

.pv-control-arrow {
  color: #d66b29;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 5px;
  width: 300px;
  vertical-align: middle;
  margin-left: 5px;
}

/*max for Mobile device or Smaller screen*/
@media screen and (max-width: 48em) {
  .pv-vote-main {
    padding-right: 0;
    
  }
 .pv-ballot-status-inner {
	  display: inline-block;
	  text-align: left;
  }
 .pv-split-ballot-status-inner {
  	display: inline-block;
  	text-align: left;
 }
  .pv-advisor {
    display: none;
  }

  .pv-boxes {
    background-color: #fff;
  }

  .pv-box:first-child {
    border-top: none;
  }
  .pv-terms {
	  height: 550px;
	  overflow-y: auto;
	  margin: 10px 0;
	  border: 1px solid #ccc;
	  padding: 10px;
	}  

  .pv-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 5px 2px 0 0;
    border: none;
    position: relative;
  }
	
	/* Jason Keil - The below rule has been commented out
	   because it was adding additional space to the right
	   of pv-box's when the space was not necessary. This
	   caused the pv-box's on the left to overlap the pv-box's
	   on the right. 
	.pv-box:nth-child(even):after {
	    content: '';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: -9px;
	    width: 10px;
	    background: #F5F5F5;
  	}*/
   /*the following html css should be applicable only when the text is used.
  consider adding the datatag and enhance the CSS class to be applicable when 
  html datatag is applicable.
  */
	.pv-logo-sub {
		height: auto;
	}

	.pv-logo-sub::before {
		line-height: auto;		
	}

	.pv-logo-sub::before {		
		line-height: auto;		
	}

	.pv-logo-sub span{
		padding-left:15px;
		padding-bottom:10px ; 
		padding-top: 20px;
		font-size:20px; 
		display: block;
		max-width:75%;
	}
	/*title sub  changed for  Mobile of issuer logo*/
	.pv-h-title-sub {
	  margin-left:400px;
	 } 
	 
	.pv-pin-note {		
		width:345px;		
	}
}

/*Smaller Mobile device or smaller window*/
@media screen and (max-width: 35.5em) {
  body {
    padding: 0;
  }
 .pv-ballot-status-inner {
	  display: inline-block;
	  text-align: left;
  }
  .pv-header {
    height: 85px;
    background-image: none !important;
    display: block;
  }

  .pv-input-large {
    width: 100%;
  }

  .pv-logo {
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: auto 55%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 85%;
  }
  
  .pv-terms {
	  height: 390px;
	  overflow-y: auto;
	  margin: 10px 0;
	  border: 1px solid #ccc;
	  padding: 10px;
	}

  .pv-button-secondary{
      margin-top: 2px;
  }

  .pv-logo.pv-logo-text {
    font-size: 20px;
    height: 85px;
    position: relative;
    max-width: 275px;
  }

  .modal .pv-logo.pv-logo-text {
    font-size: 15px;
  }

  .pv-header .pv-h-title {
    display: none;
  }

  .pv-advisor {
    display: none;
  }

  .pv-hamburger {
    height: 12px;
    width: 18px;
    background: url(../images/icons/hamburger.png);
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .pv-show-menu {
    width: 100%;
    margin-left: -80%;
    overflow: hidden;
  }

  .pv-show-menu .pv-menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 80%;
    background-color: #fff;
    border-left: 1px solid #ccc;
  }

  .pv-menu h1 {
    font-size: 20px;
    color: #333;
    padding: 30px 10px 10px 10px;
  }

  .pv-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }

  .pv-menu-items > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    position: relative;
  }

  .pv-menu-items a strong {
    color: #333;
  }

  .pv-menu-items a {
    display: block;
    padding: 10px;
    color: #666;
  }

  .pv-menu-items .pv-icon {
    position: absolute;
    right: 10px;
  }

  .pv-boxes {
    background-color: #fff;
  }

  .pv-box:first-child {
    border-top: none;
  }

  .pv-box {
    margin: 5px 0;
    border: none;
    display: block;
    width: auto;
    position: relative;
    height: auto;
    min-height:100px;
  }
  .pv-box-alerts{
	 margin: 5px 0;
    border: none;
    display: block;
    width: auto;
    position: relative;
    height: auto;
  }
	
  
  .pv-box:nth-child(even):after {
    content: none;
  }

  .pv-footer {
    margin-top: 0;
    padding: 30px 10px 20px 10px;
    text-align: center;
  }

  .pv-footer .pv-right {
    float: none;
    margin-top: 30px;
  }

  .pv-footer .pv-footer-legal,
  .pv-footer nav {
    text-align: left;
  }

  .pv-footer nav ul {
    padding: 0;
    margin: 0;
  }

  .pv-footer ul > li {
    padding: 0 5px;
    font-size: 11px;
  }

  .pv-footer ul > li:first-child {
    padding-left: 0;
  }

  .pv-ballot-content,
  .pv-ballot-status {
    display: block;
    width: auto;
    padding-right: 20px;
    padding-left: 45px;
    text-align: left;
  }

  .pv-ballot-status {
    margin-top: 20px;
  }

  .pv-ballot-status .pv-button {
    padding: 0 10px;
  }

  .pv-instructions,
  .pv-confirmation {
    border-right: none;
    padding-left: 15px;
  }

  .pv-logo-sub {
    position: static;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
  }

  .pv-logo-sub:before {
    text-align: center;
    line-height: 75px;
  }

  .pv-header-sub {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }

  .pv-h-title-sub {
    margin: 0 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 10px 0;
    font-size: 17px;
  }

  .pv-phone-toggle-box.open .pv-h-title-sub {
    border-bottom: none;
  }

  .pv-h-instructions {
    font-size: 17px;
    line-height: 25px;
  }

  .pv-h-instructions small {
    font-size: 15px;
  }

  .pv-login-form {
    display: block;
    padding-right: 20px;
  }

  .pv-pin-form {
    display: block;
    padding-right: 20px;
  }

  .pv-instructions p {
    font-size: 12px;
  }

  .pv-ballot-footer .pure-u-1,
  .pv-ballot-footer .pv-align-right {
    text-align: center;
  }

  .pv-ballot-footer .pv-button {
    margin-top: 15px;
  }

  .pv-box .pv-button {
    position: absolute;
    top: 40%;
    right: 20px;
    background: transparent url(../images/icons/arrow-right.png) no-repeat;
    width: 10px;
    height: 17px;
  }

  .pv-box h3 {
    margin-bottom: 0;
  }

  .pv-h-title-login {
    display: none;
  }

  .pv-login-main-inner {
    border: none !important;
    padding: 0;
  }

  .pv-pin-main-inner {
    border: none !important;
    padding: 0;
  }

  .pv-login-control {
    padding-right: 0;
  }

  .pv-login-form input[type="text"] {
    width: 100%;
  }

  .pv-pin-control {
    padding-right: 0;
  }

  .pv-pin-form input[type="text"] {
    width: 100%;
  }

  .pv-login-slider-body:before,
  .pv-login-slider-body:after {
    content: none;
  }

  .pv-login-slider-segment-right,
  .pv-login-slider-segment-left {
    padding: 30px 10px;
  }

  .pv-h-login-instructions small {
    font-size: 19px;
  }

  .pv-h-login-instructions {
    padding-top: 20px;
    font-size: 26px;
  }
  .pv-h-login-instructions.smt {
    font-size: 31px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20PX;
	}

  .pv-h-pin-instructions small {
    font-size: 19px;
  }

  .pv-h-pin-instructions {
    padding-top: 20px;
    font-size: 26px;
  }

  .pv-captcha-list-container,
  .pv-captcha-image-container {
    vertical-align: middle;
  }

  .pv-captcha-image-container {
    margin-bottom: 5px;
  }

  .pv-captcha-image {
    width: 190px;
    vertical-align: middle;
  }

  .pv-button-login {
    display: block;
    width: 100%;
  }

  .pv-button-pin {
    display: block;
    width: 100%;
  }

  .pv-control-arrow {
    width: 250px;
  }

  .pv-control-submit {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .pv-control-submit .pv-button {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .pv-hide-phone {
    display: none !important;
  }

  .pv-phone-toggle {
    width: 80px;
    height: 60px;
    background: url(../images/icons/toggle-down.png) center no-repeat;
    position: absolute;
    top: 40%;
    right: -7px;
    display: block;
  }

  .pv-phone-shareholder h3 {
    font-weight: normal;
    font-size: 15px;
  }
  .pv-phone-register{
    display: block;
    position: relative;
  
  }
  .pv-phone-shareholder {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 10px 15px 10px 15px;
  }

   .pv-hone-header .pv-phone-toggle {
    top: -20px;
  }

  .pv-phone-toggle-box.open .pv-phone-toggle {
    background: url(../images/icons/toggle-up.png) center no-repeat;
  }

  .pv-phone-toggle-box.open .pv-phone-content {
    display: block;
    padding-top: 10px;
  }

  .pv-header-sub.open .pv-phone-content {
    border-bottom: 1px solid #ccc;
    margin: 0 15px;
    padding-top: 0;
  }

  .pv-phone-list > li {
    padding: 5px 0;
  }

  .pv-phone-list .pv-icon {
    margin-right: 5px;
  }

  .pv-h-phone-status {
    color: #6aa306;
    font-size: 15px;
    font-weight: bold;
  }

  .pv-phone-status-vote-by {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #4f4f50;
  }

  .pv-phone-status-control {
    color: #979898;
    font-size: 13px;
    font-weight: bold;
  }

  .pv-phone-status-shares {
    color: #666;
  }

  #notify_email {
    width: 50%;
  }

  .pv-h-investments,
  .pv-h-confirmation {
    font-size: 18px;
  }

  .pv-h-investments small,
  .pv-h-confirmation small {
    font-size: 15px;
  }

  .pv-other-investments {
    padding: 0 15px;
  }

  .pv-table caption {
    padding-left: 15px;
  }

  .pv-notify {
    padding-left: 15px;
  }

  .modal input[type="text"] {
    width: 100%;
  }

  .pv-phone-or span {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -25px;
    display: inline-block;
    width: 50px;
    overflow: hidden;
    text-align: center;
  }

  .pv-phone-or {
    height: 20px;
    display: block;
    color: #14a3d6;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin: 0 15px;
  }

  .pv-phone-or:before {
    content: '';
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
  }

  .pv-error {
    padding: 10px 20px;
  }

  .pv-forgot-pin {
    text-align: center;
    margin: 10px 0;
    padding: 0 30px 0 20px;
  }
  
  .pv-login-slider-body:after { 
  	display:none;
  } 
  
  .pv-vsm-form-info .pv-hide-on-phone {
	  display: none;	
  }
  
  /*the following html css should be applicable only when the text is used.
  consider adding the datatag and enhance the CSS class to be applicable when 
  html datatag is applicable.
  */
	.pv-logo-sub {
		width:auto;
		height:100px;
	}

	.pv-logo-sub::before {
		line-height: auto;		
	}

	.pv-logo-sub::before {		
		line-height: auto;		
	}

	.pv-logo-sub span{
		padding-left:15px;
		padding-bottom:10px ; 
		padding-top: 20px;
		font-size:20px; 
		display: block;
		max-width:75%;
	}
	
  	.pv-pin-note {  			
  		width:auto;	  	
	}
}

/* ****************************************
[data-theme="generic"]
**************************************** */

[data-theme="generic"] .pv-login-header {
  background-color: #14a3d6;
}

[data-theme="generic"] .pv-logo-login {
  background-image: url(../images/logo-proxyvote.png);
}

[data-theme="generic"]  .login-fr {
  background-image: url(../images/logo-proxyvote-fr.png);
}

[data-theme="generic"] .pv-pin-main-inner {
  border-left-color: #585959;
  border-left-color: rgba(88,89,89,.2);
}

[data-theme="generic"] .pv-login-main-inner {
  border-left-color: #9BA50B;
  border-left-color: rgba(155,165,11,.75);
}

[data-theme="generic"] .pv-h-title-login:before {
  background-color: #B2BA33;
}

[data-theme="generic"] .pv-h-title-login {
  color: #023d5a;
}

[data-theme="generic"] .pv-h-title-login small {
  font-size: 28px;
}

[data-theme="generic"] .pv-h-title-login small small {
  font-size: 16px;
}

[data-theme="generic"] .pv-login-main-inner:before {
  background-color: #9aa606;
}

[data-theme="generic"] .pv-login-main {
  background-image: url(../images/themes/generic/bg-login.jpg);
}

[data-theme="generic"] .pv-login-form:before {
  background-color: #585959;
  background-color: rgba(88,89,89,.5);
}

[data-theme="generic"] .pv-login-form {
  background-color: #005D92;
  background-color: rgba(0, 93, 146, .95);
}
[data-theme="generic"] .pv-renew-form {
  background-color: #005D92;
  background-color: rgba(0, 93, 146, .95);
}
[data-theme="generic"] .pv-pin-main-inner:before {
  background-color: #e2e2e2;
}

[data-theme="generic"] .pv-pin-main {
  background-color: #F5F5F5;
}

[data-theme="generic"] .pv-pin-form:before {
  background-color: #585959;
  background-color: rgba(88, 89, 89, 0.4);
}

[data-theme="generic"] .pv-pin-form {
  background-color: #515252;
  background-color: rgba(81, 82, 82, .95);
}

/* ****************************************
[data-theme="generic"][data-client="broker"]
**************************************** */

[data-theme="generic"][data-client="broker"] .pv-h-title-sub {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal;
}

[data-theme="generic"][data-client="broker"] .pv-header {
  background-color: #999;
}

[data-theme="generic"][data-client="broker"] .modal-header {
  background-color: #666;
}

 /*****************************************
[data-theme="generic"][data-client="broker"][data-alt="true"]
**************************************** */

[data-theme="generic"][data-client="broker"][data-alt="true"] .pv-header {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  border-bottom: 2px solid #ccc;
}

[data-theme="generic"][data-client="broker"][data-alt="true"] .modal-header {
  border-top: none;
  border-bottom: 3px solid #666;
}

 

[data-theme="generic"][data-client="broker"][data-alt="true"] .modal-header .close {
  color: #a09f9f;
  border: 1px solid #a09f9f;
}

/* ****************************************
[data-theme="generic"][data-registered="true"]
**************************************** */

[data-theme="generic"][data-registered="true"] .pv-header {
  background-color: #999;
}

[data-theme="generic"][data-registered="true"] .modal-header {
  background-color: #666;
}
[data-theme="generic"][data-registered="true"] .pv-h-title-registered:before {
  background-color: #BFBFBF;
}

[data-theme="generic"][data-registered="true"] .pv-h-title-registered small,
[data-theme="generic"][data-registered="true"] .pv-h-title-registered {
  color: #fff;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal !important;
}

[data-theme="generic"][data-registered="true"] .pv-h-title-registered small {
  text-transform: uppercase;
  font-weight: bold;
}

/* ****************************************
[data-theme="generic"][data-client="broker"][data-alt="true"]
**************************************** */

[data-theme="generic"][data-registered="true"][data-alt="true"] .pv-header {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  border-bottom: 2px solid #ccc;
}

[data-theme="generic"][data-registered="true"] .pv-h-title-registered small {
  color: #333;
}

[data-theme="generic"][data-registered="true"][data-alt="true"] .modal-header .close {
  color: #a09f9f;
  border: 1px solid #a09f9f;
}
 

[data-theme="generic"][data-registered="true"][data-alt="true"] .pv-h-title-registered:before {
  background-color: #9F9F9F;
}

[data-theme="generic"][data-registered="true"][data-alt="true"] .pv-h-title-registered {
  color: #333;
}

[data-theme="generic"][data-registered="true"][data-alt="true"] .pv-h-title-registered small {
  text-transform: uppercase;
  font-weight: bold;
}

/* ****************************************
[data-theme="generic"][data-client="issuer"]
**************************************** */
 
[data-theme="generic"][data-client="issuer"] .pv-header {
    background-color: #999;
}

[data-theme="generic"][data-client="issuer"] .pv-h-title-client:before {
  background-color: #38633C;
}

[data-theme="generic"][data-client="issuer"] .pv-h-title-client {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

[data-theme="generic"][data-client="issuer"] .pv-h-title-client small {
  color: #0a4204;
  font-size: 23px;
  font-weight: bold;
}

[data-theme="generic"][data-client="issuer"] .pv-logo-sub:before {
  color: #333;
}

/* ****************************************
[data-theme="basic"]
**************************************** */

[data-theme="basic"] .pv-login-header {
  background-color: #4C9153;
}

[data-theme="basic"] .modal h1 {
  color: #4c9253;
}


[data-theme="basic"] .pv-login-main {
  background-color: #f5f5f5;
}

[data-theme="basic"] .pv-login-main-inner {
  border-left-color: #e2e2e2;
}

[data-theme="basic"] .pv-login-form:before {
  background-color: #585959;
  background-color: rgba(88,89,89,.4);
}

[data-theme="basic"] .pv-login-form {
  background-color: #515252;
  background-color: rgba(81, 82, 82, .95);
}

[data-theme="basic"] .pv-login-form .pv-button {
  background-color: #4C9153;
}

[data-theme="basic"] .pv-pin-main {
  background-color: #F5F5F5;
}

[data-theme="basic"] .pv-pin-main-inner {
  border-left-color: #e2e2e2;
}

[data-theme="basic"] .pv-pin-form:before {
  background-color: #585959;
  background-color: rgba(88, 89, 89, 0.4);
}

[data-theme="basic"] .pv-pin-form {
  background-color: #515252;
  background-color: rgba(81, 82, 82, .95);
}

[data-theme="basic"] .pv-button-pin,
[data-theme="basic"] .pv-pin-form .pv-button {
  background-color: #4C9153;
}

/* ****************************************
[data-theme="basic"][data-client="broker"]
**************************************** */
 
 

[data-theme="basic"][data-client="broker"] .pv-h-title-client:before {
  background-color: #38633C;
}

[data-theme="basic"][data-client="broker"] .pv-h-title-sub {
  color: #333;
}

[data-theme="basic"][data-client="broker"] .pv-h-title-client {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

[data-theme="basic"][data-client="broker"] .pv-h-title-client small {
  color: #0a4204;
  font-size: 23px;
  font-weight: bold;
}

/* ****************************************
[data-theme="basic"][data-client="issuer"]
**************************************** */

[data-theme="basic"][data-client="issuer"] .pv-h-title-client:before {
  background-color: #38633C;
}

[data-theme="basic"][data-client="issuer"] .pv-h-title-sub {
  color: #333;
}

[data-theme="basic"][data-client="issuer"] .pv-h-title-client {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

[data-theme="basic"][data-client="issuer"] .pv-h-title-client small {
  color: #0a4204;
  font-size: 23px;
  font-weight: bold;
}

/* ****************************************
[data-theme="basic"][data-registered="true"]
**************************************** */
 

[data-theme="basic"][data-registered="true"] .modal h1 {
  color: #003366;
}

[data-theme="basic"][data-registered="true"] .pv-header {
  background-color: #003366;
}

[data-theme="basic"][data-registered="true"] .modal-header .close {
  border: 1px solid #ccc;
}

 

[data-theme="basic"][data-registered="true"] .pv-h-title-registered:before {
  background-color: #5F7F9F;
}

[data-theme="basic"][data-registered="true"] .pv-h-title-registered {
  color: #fff;
}

[data-theme="basic"][data-registered="true"] .pv-h-title-registered small {
  text-transform: uppercase;
}

/* ****************************************
[data-theme="premium"]
**************************************** */

 

[data-theme="premium"] .modal h1 {
  color: #4c9253;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal;
}


[data-theme="premium"] .pv-h-title-login:before {
  background-color: #2A4C2D;
}

[data-theme="premium"] .pv-h-title-login {
  color: #fff;
  font-size: 29px;
  font-weight: normal;
}

[data-theme="premium"] .pv-h-title-login small {
  font-size: 23px;
  color: #0a4204;
  font-weight: bold;
}

[data-theme="premium"] .pv-login-main-inner {
  border-left-color: #585959;
  border-left-color: rgba(88,89,89,.2);
}

[data-theme="premium"] .pv-login-main-inner:before {
  background-color: #e2e2e2;
}

 

[data-theme="premium"] .pv-login-form:before {
  background-color: #585959;
  background-color: rgba(88,89,89,.2);
}

[data-theme="premium"] .pv-login-form {
  background-color: #515252;
  background-color: rgba(81, 82, 82, .95);
}

[data-theme="premium"] .pv-login-form .pv-button {
  background-color: #4C9153;
}

[data-theme="premium"] .pv-pin-main-inner {
  border-left-color: #585959;
  border-left-color: rgba(88,89,89,.2);
}

[data-theme="premium"] .pv-pin-main-inner:before {
  background-color: #e2e2e2;
}

[data-theme="premium"] .pv-pin-main {
  background-color: #F5F5F5;
}

[data-theme="premium"] .pv-pin-form:before {
  background-color: #585959;
  background-color: rgba(88, 89, 89, 0.4);
}

[data-theme="premium"] .pv-pin-form {
  background-color: #515252;
  background-color: rgba(81, 82, 82, .95);
}

[data-theme="premium"] .pv-button-pin,
[data-theme="premium"] .pv-pin-form .pv-button {
  background-color: #4C9153;
}

/* ****************************************
[data-theme="premium"][data-client="broker"]
**************************************** */

 
[data-theme="premium"][data-client="broker"] .modal .pv-button-primary {
  background-color: #499351;
}

[data-theme="premium"][data-client="broker"] .pv-h-title-sub {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal;
  color: #333;
}

[data-theme="premium"][data-client="broker"] .pv-h-title-sub small {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: normal;
}

 

[data-theme="premium"][data-client="broker"] .pv-h-title-client:before {
  background-color: #38633C;
}

[data-theme="premium"][data-client="broker"] .pv-h-title-client {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

[data-theme="premium"][data-client="broker"] .pv-h-title-client small {
  color: #0a4204;
  font-size: 23px;
  font-weight: bold;
}

/* ****************************************
[data-theme="premium"][data-registered="true"]
**************************************** */
 

[data-theme="premium"][data-registered="true"] .modal .pv-button-primary {
  background-color: #DDE9F3;
  color: #003366;
}

[data-theme="premium"][data-registered="true"] .pv-h-title-registered small,
[data-theme="premium"][data-registered="true"] .pv-h-title-registered {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal !important;
}

[data-theme="premium"][data-registered="true"] .pv-h-title-registered small {
  color: #4c7fa8;
}

[data-theme="premium"][data-registered="true"] .modal h1 {
  color: #003366;
}

[data-theme="premium"][data-registered="true"] .modal-header .close {
  color: #003366;
  border: 1px solid #003366;
}

 

[data-theme="premium"][data-registered="true"] .pv-h-title-login:before {
  background-color: #2A4C2D;
}

[data-theme="premium"][data-registered="true"] .pv-h-title-login {
  color: #3378b5;
  font-size: 30px;
  font-weight: normal;
}

[data-theme="premium"][data-registered="true"] .pv-h-title-login small {
  font-size: 23px;
  color: #00578e;
  font-weight: bold;
  line-height: 20px;
}

[data-theme="premium"][data-registered="true"] .pv-h-title-login small small {
  color: #00578e;
  font-size: 18px;
}

[data-theme="premium"][data-registered="true"] .pv-login-form .pv-button {
  background-color: #106DB0;
}

[data-theme="premium"][data-registered="true"] .pv-button-pin,
[data-theme="premium"][data-registered="true"] .pv-pin-form .pv-button {
  background-color: #106DB0;
}

 


[data-theme="premium"][data-registered="true"] .pv-h-title-registered:before {
  background-color: #8A9198;
}

[data-theme="premium"][data-registered="true"] .pv-h-title-registered {
  color: #003a69;
}

[data-theme="premium"][data-registered="true"] .pv-h-title-registered small {
  text-transform: uppercase;
}

/* ****************************************
[data-registered="true"]
**************************************** */

[data-registered="true"] .pv-login-header {
  background-color: #00578e;
}

[data-registered="true"] .pv-login-form .pv-button {
  background-color: #106DB0;
}

[data-registered="true"] .pv-button-pin,
[data-registered="true"] .pv-pin-form .pv-button {
  background-color: #106DB0;
}

/* ****************************************
[data-client="broker"]
**************************************** */

[data-client="broker"] .pv-h-title-sub {
  color: #333;
}

.pv-edits {
  border: 1px dashed red;
}

.pv-edits-ca {
  border: 2px dashed #4C9022;
}

.pv-comment-txt {
  width: 100%;
  height: 40px;
}
.pv-comment {
    padding-left: 20px;
    padding-right: 20px;
}

.pv-shortslate {
   padding-right: 10px;
   width: 100%;
}

.pure-alert-error {
  background-color: #fff;
  color: #CC0000;
  border: 2px solid;
  border-color: #CC0000;
  font-weight: bold;
}
.pv-smart-error {
  background-color: #fff;
  color: #CC0000;
  width:500px;
  border: 2px solid;
  border-color: #CC0000;
  font-weight: bold;
}


.pure-alert-warning {
  background-color: #fff;
  color: #ff9900;
  border: 2px solid;
  border-color: #ff9900;
  font-weight: bold;
}

.pure-alert-success {
  background-color: #fff;
  color: #6aa306;
  border: 2px solid;
  border-color: #6aa306;
  font-weight: bold;
}

.pv-free-imp-msg {
  padding: 0 0 0 20px;
}

.pv-h-status-closed {
  color: #cc0000;
}

.pv-director-rw {
  display: none;
}

.pv-director-rw > li {
  border-top: 1px solid #d0cfcf;
}

.full-ballot .pv-director-rw {
  display: none;
}

.full-ballot.dir-indiv .pv-director-rw {
  display: block;
}

.full-ballot.dir-indiv .pv-director-read {
  display: none;
}

.pv-vsm-form-info{
	padding-bottom: 10px;
	min-width: 92%;
}

.cookies-id{
    display: none;
}

.pv-ezvote-ballot {
    display:none;
}
#pv-ezvote-indBallot-submit{
    display: none;
}
.pv-ezvote-control-share{
    display: none;
}
.pv-mandatory-highlight {
    background-color: #FFE6E6;
    font-weight: bold;
}
.pv-confirm-alert-btn{
	margin-bottom: 5px;
	padding: 26px 0px 2px 1px;
}
.pv-bnb-fulfillment label {
  font-weight: bold;
  color: #333;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
 }
.pv-h-ezvote-ballot {
  margin-top: 20px;
  padding: 10px 0 10px 20px;
  background-color: #F5F5F5;
  border-top: 1px solid #00578E;
  border-bottom: 1px solid #00578E;
  color: #4f4f50;
  font-size: 17px;
  font-weight: normal;
}


.pv-multigroup-ballot {
    display: inline-block;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    vertical-align: top;
    width: 50%;
}
.pv-multigroup-ballot-row {
    display: inline-block;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.split-ballot-sharesover-warn, .split-ballot-format-warn{
 	position: relative; 
 	left: -20px;
 	 bottom: -20px; 
 }
.pv-check-button {
	display: inline-block;
}
.pv-check-button input {
	position: absolute;
	left: -9999px;
}
.pv-ballot-other-item .pv-check-button.checked span,
.pv-check-button.checked span {
	background-color: #00669a;
	color: #fff;
}
.pv-check-button span {
	display: inline-block;
	color: white;
	background-color: #E3E4E5;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-weight: bold;
	color: #67737a;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: .5px;
	padding: 0 20px;
	font-size: 12px;
	margin: 0 5px 5px 0;
}
.pv-ballot-other-item .pv-check-button span {
	background-color: #fff;
	color: #85A6C8;
	border: 2px solid #85A6C8;
	line-height: 24px;
}

.full-ballot .pv-director-rw.pv-mini-dir-indiv {
  display: block;
}

.pv-split-ballot.open .pv-director-disclaimer {
  display: none;
}

.pv-eec-shares {
  height: 500px;
  overflow-y: auto;
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
}

.pv-vote-comment-row {
    display: inline-block;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
    text-align: right;
    vertical-align: top;
    width: 100%;
}
.pv-vote-comment {
    display: inline-block;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.pv-alert-items > li {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d0cfcf;
}
.list-img{ display:block;float:left;width:10%;}
.list-text { float:left;display:block;width:90%;}
.pv-recommend-button{
	 margin-bottom: 10px;
}
.lowcase {
	text-transform: lowercase;
}

.fulfillmentFormBnb label{
	color: #333;
	font-weight: bold;
}

.recaptcha2{
	margin-bottom:10px;
}

.sq-textarea {
	resize:none;
	height:78px;
	padding:3px 10px;
}

#question-count {
	float:right;
}

#count-value {
	color:#6AA306;
	font-weight:bold;
}

#question-char-limit {
	margin-top:1em;
}

.ir-up {
height: 50px; 
width: 65px; 
background:transparent url('../images/icons/slider-up.png') no-repeat;

border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}

.ir-up:before {
content: "";
display: block;
width: 0;
height: 150%;
}

.ir-dwn {
height: 50px; 
width: 65px; 
background:transparent url('../images/icons/slider-down.png') no-repeat;

border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}

.ir-dwn:before {
content: "";
display: block;
width: 0;
height: 150%;
}


.bttn-dwn {
height: 50px; 
width: 65
px;   
background-image:url('../images/icons/slider-down.png');
background-repeat:no-repeat;
}

.bttn-up {
height: 50px; 
width: 65px;   
background-image:url('../images/icons/slider-up.png');
background-repeat:no-repeat;
}
.clearfix{
	clear: both;
}
.modal-banner{
	padding: 15px;
	background-color:#007bb6;
	color: #ffffff;
}
.modal-banner-bnb{
	padding: 15px;
	background-color:#007bb6;
	color: #ffffff;
	display: block;
	margin-bottom: 15px;
}

.modal-banner div.alertText{
	padding-left: 50px;
	position: relative;
	line-height: 18px;
}
.modal-banner div.alertText p{
	margin:0px;
}
.modal-banner div.alertText a{
	text-decoration: underline;
    color: #ffffff;
    margin-top: 4px;
    display: inline-block;
}
.modal-banner div.alertText a:hover{
	color:#f2f2f2;
}
.modal-banner div.alertText a:focus{
	outline: none;
}
.modal-banner img{
	position: absolute;
	top:4px;
	left:15px;
}



.modal-banner-bnb div.alertText{
	padding-left: 50px;
	position: relative;
	line-height: 18px;
}
.modal-banner-bnb div.alertText p{
	margin:0px;
}
.modal-banner-bnb div.alertText a{
	text-decoration: underline;
    color: #ffffff;
    margin-top: 4px;
    display: inline-block;
}
.modal-banner-bnb div.alertText a:hover{
	color:#f2f2f2;
}
.modal-banner-bnb div.alertText a:focus{
	outline: none;
}
.modal-banner-bnb img{
	position: absolute;
	top:4px;
	left:15px;
}

.modal-backdrop.show {
  opacity: 0.5;  
}

.modal.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
