* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}

body {
	background-color: #ffffff;
	color: #343434;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 1.42857;
	margin: 0;
	padding: 0;
	-ms-overflow-style: scrollbar;
}

#api ul {
	list-style-type: none;
	padding-left: 0;
}

img {
	vertical-align: middle;
}

.logo--azmvdnow {
	height: 50px;
	width: 85px;
}
.logo--saz {
	height: 57px;
	width: 230px;
}

.header--page {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 7;
}

.header--page .header__nav {
	border-bottom: 1px solid #dfdfdf;
	display: block;
	margin-bottom: 30px !important;
	min-width: 100%;
	padding: 0 10px;
}

/* needed for IE 11 workaround */
main { display: block; }

.header--page .header__nav, .mvd_container--1col {
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
	padding-right: 8px;
}

.header--page .header__nav:before, .mvd_container--1col:before, .header--page .header__nav:after, .mvd_container--1col:after {
    content: " ";
    display: table;
}

.header--page .header__nav:after, .mvd_container--1col:after {
    clear: both;
}

.header--page .header__nav > li {
    display: block;
    margin: 0;
    vertical-align: middle;
}

.header--page .header__nav > li:last-of-type {
    padding-bottom: 10px;
}

.mvd_navbar--top {
	background-color: #022f5f;
}

.mvd_navbar__container, .mvd_navbar__left__nav {
	display: table;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

.mvd_navbar__container > li, .mvd_navbar__left__nav > li {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.nav--mega--container {
	height: 35px;
	position: relative;
	background-color: #28588b;
	display: block;
	pointer-events: auto;
}
.mvd_navbar__container {
   height: 65px;
   margin: 0 auto;
   max-width: 1263px !important;
   padding: 10px 20px;
   position: relative;
}

.mvd_navbar__container > li {
	vertical-align: middle;
}

.mvd_navbar__container > li.mvd_navbar__left {
	display: table-cell !important;
}

.mvm-label-display {
		font-weight: 500;
		color: #676767;
		font-size: 1.2rem;
		text-transform: uppercase;
		font-family: Roboto, "Open Sans", "Arial Narrow", Helvetica, sans-serif;
}

.mvm-help {
	margin-top: 6px;
}

.mvd_navbar__left {
   width: 320px;
}

.mvd_form-group label.mvm-checkbox-inline {
	margin-top: 0px;
}

.header--page .header__nav {
	display: table;
	min-height: 75px;
	min-width: 0;
	table-layout: auto;
}

.well {
   background-color: #f8f8f8;
   border: 1px solid #dfdfdf;
   border-radius: 4px;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
   margin-bottom: 20px;
   min-height: 20px;
   padding: 15px 19px 19px;
   position: relative;
}

.material-icons {
   font-family: 'Material Icons';
   font-weight: normal;
   font-style: normal;
   font-size: 2.4rem;
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-feature-settings: 'liga';
}

fieldset,
.entry, #attributeVerification {
   background-color: #f8f8f8;
   border: 1px solid #dfdfdf;
   border-radius: 4px;
   margin: 0 0 30px;
   min-width: 0;
   padding: 19px 19px 0;
   position: relative;
}


.dividerBottom {
   margin-top: 2em;
}
.divider {
   position: relative;
   text-shadow: 0 1px 0 #fff;
}

.divider h2 {
    color: #ccc;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
    text-transform: lowercase;
}

.divider h2:after,
.divider h2:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 40%;
}

.divider h2:after {
  background: #7e7e7e;
  background: linear-gradient(to right, #7e7e7e 0%, white 100%);
  background: -webkit-linear-gradient(to right, #7e7e7e 0%, white 100%);
  right: 0;
}

.divider h2:before {
  background: #7e7e7e;
  background: linear-gradient(to left, #7e7e7e 0%, white 100%);
  background: -webkit-linear-gradient(to left, #7e7e7e 0%, white 100%);
  left: 0;
}

/* JQuery styles. */
.ui-dialog .ui-dialog-titlebar {
    color: white;
    font-family: Myriad Pro, arial, sans-serif;
    font-size: 12pt;
    background-color: #28588B;
    background: linear-gradient(to bottom, #022F5F, #28588B);
    background: -webkit-gradient(linear, left top, left bottom, from(#022F5F) 10%, to(#28588B) 60%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc022F5F', endColorstr='#CC28588B', GradientType=0);
}
.ui-button {
    background-color: #0270AC !important;
    background: linear-gradient(to bottom, #0270AC, #0270AC) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0270AC) 10%, to(#0270AC) 60%) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0270AC', endColorstr='#CC0270AC', GradientType=0) !important;
	color: #FFFFFF !important;
}
.ui-button-icon-only {
    background-color: #FFFFFF !important;
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF) 10%, to(#FFFFFF) 60%) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0270AC', endColorstr='#CC0270AC', GradientType=0) !important;
	color: #FFFFFF !important;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

.buttons {
	clear: both;
	margin: 20px 0;
}
.buttons button {
	margin-right: 10px !important;
}

#next, 
.buttons button#cancel, 
.buttons button#email_ver_but_edit, 
.buttons button#email_ver_but_resend, 
.buttons button#email_ver_but_send, 
.buttons button#email_ver_but_verify, 
.sendButton, 
button, 
button#continue,
button#option1,
button#option2,
#button-option1,
#button-option2,
#button-option3,
#button-option4,
#button-option5,
.buttons #button-white1,
.buttons #button-white2,
.buttons #button-white3,
#printButton,
#emailButton
{
	white-space: nowrap;
}

#next, .buttons button#cancel, .buttons button#email_ver_but_edit, .buttons button#email_ver_but_resend, .buttons button#email_ver_but_send, .buttons button#email_ver_but_verify, .sendButton, button, button#continue,
button#option1,
button#option2,
#button-option1,
#button-option2,
#button-option3,
#button-option4,
#button-option5,
.buttons #button-white1,
.buttons #button-white2,
.buttons #button-white3,
#printButton,
#emailButton
 {
	background-image: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.42857;
	margin: 10px 0;
	outline: 0;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	will-change: box-shadow,transform;
}

#next, .buttons button#email_ver_but_send, .buttons button#email_ver_but_verify, .sendButton, button#continue,
#button-option1,
#button-option2,
#button-option3,
#button-option4,
#button-option5,
#printButton,
#emailButton
 {
	background-color: #0270AC;
	border: 1px solid rgba(255,255,255,0);
	color: #fff;
	font-weight: 500;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.05);
}

.buttons #button-white1,
.buttons #button-white2,
.buttons #button-white3,
.buttons button#cancel, .buttons button#email_ver_but_edit, .buttons button#email_ver_but_resend, button {
	background-color: rgba(255,255,255,0);
	border: 1px solid #0270AC;
	box-shadow: 0 0 3px rgba(0,0,0,.05);
	color: #0270AC;
	font-weight: 400;
}

#next, .buttons button#email_ver_but_send, .buttons button#email_ver_but_verify,
  .sendButton, button#continue {
  background-color: #0270AC;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), 0 3px 1px -2px
    rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .05)
}

#next:focus, .buttons button#email_ver_but_send:focus, .buttons button#email_ver_but_verify:focus, .sendButton:focus, button#continue:focus,
#button-option1:focus,
#button-option2:focus,
#button-option3:focus,
#button-option4:focus,
#button-option5:focus,
#printButton:focus,
#emailButton:focus
 {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
	outline-offset: -2px;
}

#next:hover, .buttons button#cancel:hover, .buttons button#email_ver_but_edit:hover,
	.buttons button#email_ver_but_resend:hover, .buttons button#email_ver_but_send:hover,
	.buttons button#email_ver_but_verify:hover, .sendButton:hover, button#continue:hover,
	button:hover,
	.buttons #button-white1:hover,
	.buttons #button-white2:hover,
	.buttons #button-white3:hover,
   {
  text-decoration: none
}

.buttons button#cancel, .buttons button#email_ver_but_edit, .buttons button#email_ver_but_resend,
	.buttons #button-white1,
	.buttons #button-white2,
	.buttons #button-white3,
  button {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #0270AC;
  box-shadow: 0 0 3px rgba(0, 0, 0, .05);
  color: #0270AC;
  font-weight: 400
}

.buttons button#cancel:hover, 
.buttons button#email_ver_but_edit:hover,
.buttons button#email_ver_but_resend:hover, 
.buttons #button-white1:hover,
.buttons #button-white2:hover,
.buttons #button-white3:hover,
button:hover
   {
  border-color: #28588b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .14), 0 3px 10px rgba(0, 0, 0, .2),
    0 1px 10px rgba(0, 0, 0, .12);
  color: #28588b
}


#next:hover, .buttons button#email_ver_but_send:hover, .buttons button#email_ver_but_verify:hover,
  .sendButton:hover, button#continue:hover,
	#button-option1:hover,
	#button-option2:hover,
	#button-option3:hover,
	#button-option4:hover,
	#button-option5:hover,
	#printButton:hover,
	#emailButton:hover
   {
  background-color: #3371b3;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .14), 0 3px 10px rgba(0, 0, 0, .2),
    0 1px 10px rgba(0, 0, 0, .12)
}

#next:active, .buttons button#email_ver_but_send:active, .buttons button#email_ver_but_verify:active,
  .sendButton:active, button#continue:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0
    rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
  outline: 0
}

#next:focus, .buttons button#email_ver_but_send:focus, .buttons button#email_ver_but_verify:focus,
  .sendButton:focus, button#continue:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
  outline-offset: -2px
}

.buttons button#email_ver_but_edit+button, .buttons button#email_ver_but_resend+button,
  .buttons button#email_ver_but_send+button, .buttons button#email_ver_but_verify+button,
  .sendButton+button, button#continue+button, button+button {
  margin-left: 7px
}


/* SAZ styles are after this line  */
.button72First,  .button72  { width:  72px;  }
.button100First, .button100 { width: 100px;  }
.button140First, .button140 { width: 140px;  }
.button180First, .button180 { width: 180px;  }
.button240First, .button240 { width: 240px;  }
.button300First, .button300 { width: 300px;  }
.button330First, .button330 { width: 330px;  }
.button380First, .button380 { width: 380px;  }
.button20First,  .button20  { width: 20em;  }

.link-like-a-button,
.link-like-a-button-white {
	background-color: #0270AC;
	border: 1px solid rgba(255, 255, 255, 0);
	color: #fff;
	font-weight: 500;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .05);
	white-space: nowrap;
	background-image: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.42857;
	margin: 10px 0px;
	outline: 0;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	will-change: box-shadow,transform;
}
.link-like-a-button:focus  {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
	outline-offset: -2px;
}
.link-like-a-button:hover {
    text-decoration: none;
  background-color: #3371b3;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .14), 0 3px 10px rgba(0, 0, 0, .2),
    0 1px 10px rgba(0, 0, 0, .12);
 }
.link-like-a-button:link,
.link-like-a-button:active,
.link-like-a-button:visited {
  text-decoration: none;
  color: #fff;
}
.link-like-a-button-white {
	background-color: rgba(255,255,255,0);
	border: 1px solid #0270AC;
	box-shadow: 0 0 3px rgba(0,0,0,.05);
	color: #0270AC;
	font-weight: 400;
}
.link-like-a-button-white:focus  {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
	outline-offset: -2px;
}
.link-like-a-button-white:hover {
  text-decoration: none;
border-color: #28588b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .14), 0 3px 10px rgba(0, 0, 0, .2),
    0 1px 10px rgba(0, 0, 0, .12);
  color: #28588b
}
.link-like-a-button-white:link,
.link-like-a-button-white:active,
.link-like-a-button-white:visited {
  text-decoration: none;
  color: rgb(2, 112, 172);
}

 .radioText {
 	display: inline;
 	margin-left: 1.5em;
 }
 .radioEntry {
 	margin-bottom: .5em;

 }
DIV.formError, DIV.formerror
{
	margin: 10px 0px 0px 0px;
}
.formerror UL, .formError UL,
UL.formError, UL.formerror
{
	margin-top: 0px;
}
.error.itemLevel p,
.error.itemLevel p i,
.error.itemLevel .formerror,
.formerror,
.formError  {
    color: #a94442;
}
.error.itemLevel p i {
    margin-right: 0.5em;
}
.error.itemLevel .formerror ul {
	list-style-type: disc !important;
	margin-left: 3em;
}
#error_icon_only {
	margin-bottom: 0px;
}

.extra_space {
	margin-bottom: .8em;
}
.extraSpaceTop {
	margin-top: 1em;
}

.noscreen {
	display: none;
}

.boldInstructionNoprint,
.boldInstruction {
 	font-weight: bold;
 }
.kindOfImportantInstructionNoprint,
.kindOfImportantInstruction {
 	font-weight: bold;
 	line-height: 1.2em;
}
.importantInstructionNoprint,
.importantInstruction {
 font-weight: bold;
 color: rgb(153, 0, 51);
}
.instructionIndent {
	margin-top: 1em;
	margin-left: 5em;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    line-height: 1.7em;
}
.instructionNoSpace,
.instruction {
	margin-top: 1em;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    line-height: 1.7em;
}
.instructionNoSpace {
	margin-top: 0;
}
TABLE.confirmationNumberTable {
  border: 2px double black;
  width: 350px;
  text-align: center;
  padding: 5px;
}
SPAN.confirmationNumber {
  font-size: 1.7rem;
}

.successMessage {
    color:green;
    font-weight:700;
    margin-top:10px!important
}
.headertext,
.headertextFirstLine,
.headertextSecondLine {
    font-size: 1.7rem;
    margin-bottom: 1em;
}

.headertextFirstLine {
    margin-bottom: 0px;
}

.headertextSecondLine {
    margin-top: 0px;
    margin-left: 2em;
}

.showOnlyOnSSWA {
	display: none;
}


.spinner, .spinner-large, .spinner-small {
	text-align: center;
}
.spinner::before,
.spinner-large::before,
.spinner-small::before {
	animation: fa-spin 2s infinite linear;
	color: #999;
	content: "\f110";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1rem;
	vertical-align: middle;
}
.spinner-large::before {
	font-size: 10rem;
}
.spinner::before {
	font-size: 3rem;
}

TABLE.sazData {
	background-color: white;
	border: 1px solid black;
	}
TR.sazDataHeader {
	background-color: rgb(224,235,248);
	}
TR.sazData,
TR.sazDataOdd {
	}
TR.sazDataEven {
	background-color: rgb(235,235,235);
	}
TH.sazData {
	border: 1px solid rgb(136,180,227);
	border-bottom: 1px solid black;
	padding: 3px 10px 3px 10px;
	}/* For the info pages */
TABLE.sazDataInfoPage {
	margin: 0px 20px 0px 20px;
	background-color: white;
	}
TH.sazDataInfoPage {
	}
/* use the following if you need the narrowest columns */
TH.sazDataCompact {
	border: 1px solid rgb(136,180,227);;
	padding: 3px 0px 3px 0px;
	}
TD.sazData,
TD.sazDataOdd {
	border: 1px solid rgb(136,180,227);;
	padding: 3px 10px 3px 10px;
	}
TD.sazDataEven {
	border: 1px solid rgb(136,180,227);;
	padding: 3px 10px 3px 10px;
	}



@media ( max-width :400px) {
	.logo--azmvdnow {
		height: 40px;
		width: 68px; }
	.logo--saz {
		height: 46px;
		width: 184px; }
}

}



@media ( max-width :767px) {
  .nav--mega {
    background-color: #dfdfdf;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .3)
  }
  .buttons button#continue {
    height: 50px
  }
}

@media ( min-width :768px) {
  body {
    padding: 0;
    overflow-y: scroll
  }
  :focus {
    outline: 0 !important
  }
}

@media ( min-width :768px) {
  h1 {
    font-size: 3rem;
    margin-top: 0
  }
  h1 i.material-icons {
    display: inline-block
  }
  #next, 
  .buttons button#cancel, 
  .buttons button#email_ver_but_edit,
  .buttons button#email_ver_but_resend, 
  .buttons button#email_ver_but_send,
  .buttons button#email_ver_but_verify, 
  .sendButton, 
  button, 
  button#continue
    {
    white-space: nowrap
  }
}

h2 {
  clear: both;
  color: #676767;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 9px;
  margin-top: 5px
}
h2.stepTitle {
	font-size: 1.8em;
	margin-top: 0px;
	font-weight: 400;
	margin-bottom: 5px;
}

a {
  color: #0270AC;
  font-weight: 500;
  text-decoration: none
}

a:visited {
  color: #22a0e4
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
  transition: opacity ease .5s
}

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

p {
  font-size: 1.4rem;
  letter-spacing: .2px;
  line-height: 1.7em;
  margin: 0 0 1.3em
}

p a {
  text-decoration: underline
}

p a:hover {
  text-decoration: none
}

ul {
  font-size: 1.4rem;
  letter-spacing: .17px;
  line-height: 19px;
  list-style-type: disc;
  margin: 0 0 1.5em
}

ul ul {
  list-style-type: circle
}
SPAN.help {
    color: #333333;
    font-style: italic;
    margin-left: 20px;
}
@media ( min-width :768px) {
	#next:focus, 
	.buttons button#cancel:focus, 
	.buttons button#email_ver_but_edit:focus,
	.buttons button#email_ver_but_resend:focus, 
	.buttons button#email_ver_but_send:focus,
	.buttons button#email_ver_but_verify:focus, 
	.sendButton:focus,
	.buttons #button-white1:focus,
	.buttons #button-white2:focus,
	.buttons #button-white3:focus,
    button#continue:focus, button:focus {
    	outline: 0
  	}
  .header--page .header__nav {
    display: table;
    min-height: 75px;
    min-width: 0;
    table-layout: auto
  }
}


::-webkit-input-placeholder {
  color: #9a9a9a
}

:-moz-placeholder {
  color: #9a9a9a
}

::-moz-placeholder {
  color: #9a9a9a
}

:-ms-input-placeholder {
  color: #9a9a9a
}

::input-placeholder {
  color: #9a9a9a
}

@media ( min-width :768px) {
  .header--page .header__nav, .mvd_container--1col {
    width: 735px
  }
  #logonIdentifier, #password, input[type=email], input[type=password] {
    float: left
  }
input[type=password] {
    width: 33.33333%
  }
  #logonIdentifier, #password {
    width: 58.33333%
  }
}

@media ( min-width :768px) {
  .header--page .header__nav>li {
    display: table-cell;
    padding: 10px 0
  }
  .nav--mega--container {
    background-color: #28588b;
    display: block;
    pointer-events: auto
  }
}

@media ( min-width :992px) {
  .header--page .header__nav, .mvd_container--1col {
    width: 955px
  }
}

@media ( min-width :992px) {
  .mvd_container__main {
    float: left;
    width: 75%
  }
}


[title] {
  cursor: pointer
}

@media ( min-width :1263px) {
  .nav--mega {
    max-width: 1263px
  }
}

@media ( min-width :1268px) {
  .header--page .header__nav, .mvd_container--1col {
    width: 1251px
  }
}

#logonIdentifier, #password, .mvd_container__main, input[type=email],
  input[type=password] {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 7px
}
.underline {
	text-decoration: underline;
}

@media ( min-width :1268px) {
  .mvd_container__main {
    float: left;
    width: 58.33333%
  }
}

label {
  color: #676767;
  display: block;
  font-family: Roboto, "Open Sans", "Arial Narrow", Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 10px;
  max-width: 100%;
  text-transform: uppercase
}
label.m-display-only {
  margin-top: .2em;
}

label.mvm {
  margin-top: 6px;
}
.inlineLabel { display: inline; }
label.normalText {
	color: #343434;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
}
@media print {
	.boldInstructionNoprint,
	.kindOfImportantInstructionNoprint,
	.importantInstructionNoprint,
	.noprint {
		display: none !important;
	}
}