/* Reset Code to get rid of old legacy styles still used elsewhere on the site. */
/* line 3, portal.scss */
.choose_plan_page html, .choose_plan_page body, .choose_plan_page div, .choose_plan_page span, .choose_plan_page applet, .choose_plan_page object, .choose_plan_page iframe, .choose_plan_page h1, .choose_plan_page h2, .choose_plan_page h3, .choose_plan_page h4, .choose_plan_page h5, .choose_plan_page h6, .choose_plan_page p, .choose_plan_page blockquote, .choose_plan_page pre, .choose_plan_page a, .choose_plan_page abbr, .choose_plan_page acronym, .choose_plan_page address, .choose_plan_page big, .choose_plan_page cite, .choose_plan_page code, .choose_plan_page del, .choose_plan_page dfn, .choose_plan_page em, .choose_plan_page img, .choose_plan_page ins, .choose_plan_page kbd, .choose_plan_page q, .choose_plan_page s, .choose_plan_page samp, .choose_plan_page small, .choose_plan_page strike, .choose_plan_page strong, .choose_plan_page sub, .choose_plan_page sup, .choose_plan_page tt, .choose_plan_page var, .choose_plan_page b, .choose_plan_page u, .choose_plan_page i, .choose_plan_page center, .choose_plan_page dl, .choose_plan_page dt, .choose_plan_page dd, .choose_plan_page ol, .choose_plan_page ul, .choose_plan_page li, .choose_plan_page fieldset, .choose_plan_page form, .choose_plan_page label, .choose_plan_page legend, .choose_plan_page table, .choose_plan_page caption, .choose_plan_page tbody, .choose_plan_page tfoot, .choose_plan_page thead, .choose_plan_page tr, .choose_plan_page th, .choose_plan_page td, .choose_plan_page article, .choose_plan_page aside, .choose_plan_page canvas, .choose_plan_page details, .choose_plan_page embed, .choose_plan_page figure, .choose_plan_page figcaption, .choose_plan_page footer, .choose_plan_page header, .choose_plan_page hgroup, .choose_plan_page menu, .choose_plan_page nav, .choose_plan_page output, .choose_plan_page ruby, .choose_plan_page section, .choose_plan_page summary, .choose_plan_page time, .choose_plan_page mark, .choose_plan_page audio, .choose_plan_page video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
  float: none;
  clear: none;
  background-image: none;
  text-decoration: none;
}

/* line 4, portal.scss */
article, .choose_plan_page aside, .choose_plan_page details, .choose_plan_page figcaption, .choose_plan_page figure, .choose_plan_page footer, .choose_plan_page header, .choose_plan_page hgroup, .choose_plan_page menu, .choose_plan_page nav, .choose_plan_page section {
  display: block;
}

/* line 5, portal.scss */
body {
  line-height: 1;
}

/* line 6, portal.scss */
ol, .choose_plan_page ul {
  list-style: none;
}

/* line 7, portal.scss */
blockquote, .choose_plan_page q {
  quotes: none;
}

/* line 8, portal.scss */
blockquote:before, .choose_plan_page blockquote:after, .choose_plan_page q:before, .choose_plan_page q:after {
  content: '';
  content: none;
}

/* line 9, portal.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 *
 * Start Page Styles
 *
 */
/* Variables  */
/* Styles to match DTG style guide */
/* line 27, portal.scss */
h1 {
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  color: #6c6d6c;
  font-size: 28px;
  margin-bottom: 40px;
}

/* line 36, portal.scss */
h2 {
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  color: #6c6d6c;
  font-size: 18px;
  margin: 0px 0px 15px 0px;
  background: transparent;
  padding: 0px;
}

/* line 47, portal.scss */
h3 {
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  font-size: 18px;
  margin: 0px 0px 15px 0px;
  color: #527938;
}

/* line 56, portal.scss */
.text1 {
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 64, portal.scss */
.text2 {
  font-size: 12px;
  font-family: 'Open Sans';
  line-height: 15px;
  margin-bottom: 20px;
}

/* line 72, portal.scss */
label {
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 20px;
}

/* line 79, portal.scss */
a {
  text-decoration: underline;
  margin-bottom: 20px;
  font-family: 'Open Sans';
}

/* line 85, portal.scss */
a:hover {
  color: #dc7c29;
}

/* line 90, portal.scss */
ul.portalList {
  color: #6c6d6c;
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 20px;
  margin-bottom: 20px;
}
/* line 98, portal.scss */
ul.portalList li:before {
  content: "-";
  position: relative;
  left: -5px;
}
/* line 105, portal.scss */
ul.portalList li {
  text-indent: -5px;
  background: transparent;
  padding-left: 0px;
}

/* line 113, portal.scss */
button, input[type="submit"] {
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Open Sans Semibold';
  cursor: pointer;
}

/* line 121, portal.scss */
input[type="text"], input[type="password"] {
  height: 35px;
  border: 1px solid #d6d4d4;
  color: #6c6d6c;
  font-size: 14px;
  padding-left: 8px;
}

/* line 130, portal.scss */
input[type="text"] {
  font-family: 'Open Sans';
}

/* line 135, portal.scss */
textarea {
  border: 1px solid #d6d4d4;
  color: #6c6d6c;
}

/* Additional Global Cosmetic Styles */
/* line 143, portal.scss */
.contentBox {
  background-image: url("../png/grey_gradient.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #fdfbfc;
}

/* line 151, portal.scss */
.custSupport {
  font-size: 16px;
}

/* Layout Styles */
/* line 158, portal.scss */
.fade {
  filter: opacity(0.5);
  opacity: 0.5;
}

/* line 163, portal.scss */
.prospectNotice {
  width: 395px;
  color: #ffffff;
  background: url("../png/prospect_notice_bang.png") no-repeat #b22926;
  float: right;
  margin-top: -15px;
  background-color: #b22926;
  border-radius: 5px;
  box-shadow: 3px 3px 2px -1px #620906;
}
/* line 174, portal.scss */
.prospectNotice a, .prospectNotice a:visited {
  color: #ffffff;
}
/* line 178, portal.scss */
.prospectNotice div {
  padding-left: 60px;
  padding-right: 30px;
  padding-top: 10px;
  margin-bottom: 0;
}

/* line 186, portal.scss */
.restartNotice {
  height: 54px;
  width: 395px;
  color: #ffffff;
  background-image: url("../png/restart_notice.png");
  margin: 0 auto;
}
/* line 194, portal.scss */
.restartNotice a, .restartNotice a:visited {
  color: #ffffff;
}
/* line 198, portal.scss */
.restartNotice div {
  padding-left: 60px;
  padding-right: 30px;
  padding-top: 10px;
}

/* line 205, portal.scss */
.portalNotice {
  height: 54px;
  width: 388px;
  color: #527938;
  background-image: url("../png/notice.png");
  float: right;
  margin-top: -15px;
}
/* line 214, portal.scss */
.portalNotice a {
  color: #527938;
}
/* line 218, portal.scss */
.portalNotice em {
  color: #b22725;
  font-style: normal;
}
/* line 223, portal.scss */
.portalNotice div {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

/* Header Styles */
/* line 232, portal.scss */
#help_box {
  clear: both;
  width: 345px;
  text-align: right;
}

/* line 238, portal.scss */
#help_text {
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  color: #527938;
  font-size: 2em;
}

/* line 245, portal.scss */
#help_number_nav {
  padding: 0px;
}

/* line 249, portal.scss */
#help_content {
  float: none;
}

/* line 253, portal.scss */
#top_nav_links {
  float: right;
  padding-top: 10px;
}
/* line 256, portal.scss */
#top_nav_links a, #top_nav_links a:visited, #top_nav_links a:link, #top_nav_links a:active {
  text-decoration: none;
  font-family: 'Open Sans SemiBold';
  padding: 0px 10px;
  color: #6c6d6c;
}

/* line 264, portal.scss */
#nav_links {
  color: #6c6d6c;
  padding-top: 50px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px #D6D4D4 solid;
}

/* line 272, portal.scss */
#nav_links a.active:link, #nav_links a.active:visited, #navlinks a.active:active {
  color: #6c6d6c;
}

/* line 276, portal.scss */
#header_wrapper {
  padding-bottom: 25px;
}

/* line 280, portal.scss */
#nav_links:before {
  border: none;
}

/* line 284, portal.scss */
#nav_links_right {
  float: right;
}

/* line 288, portal.scss */
#nav_links_left {
  float: left;
}

/* line 292, portal.scss */
#site_logo {
  padding: 0px;
}

/* line 296, portal.scss */
#header_customer_name {
  color: #527938;
  padding: 0px 10px;
}

/* line 301, portal.scss */
#notification {
  padding: 20px;
}

/* line 305, portal.scss */
#deadline, #deadline-new-customer {
  width: 100%;
  text-align: right;
}
