﻿* {
  box-sizing: border-box;
}
.ddwa__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.ddwa__grid {
  margin: 0 auto 10px auto;
  width: 100%;
  padding: 10px 0 10px 10px;
  max-width: 1200px;
}
.ddwa__grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  padding-right: 10px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}
[class*='col-']:last-of-type {
  padding-right: 10px;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-2 {
  width: 50%;
}
.col-1-4 {
  width: 25%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-9 {
  width: 11.11%;
}
.col-1-10 {
  width: 10%;
}
.col-1-11 {
  width: 9.09%;
}
.col-1-12 {
  width: 8.3%;
}
.col-1 {
  width: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
.patient__change-group {
  margin-left: 13.6%;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.patient__change-group select {
  height: 50px;
  font-size: 16px;
  width: 100%;
  outline: none;
  padding: 0 33px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 475px;
  font-family: 'Gotham A', 'Gotham B', Arial;
  font-weight: 300;
  display: inline-block;
  background: #ffffff url('/portal/images/arrow_svg_sel.svg') no-repeat 94.5% 50%;
  border: 1px #999 solid;
  border-radius: 4px;
}
.patient__change-group .patient__currently-viewing {
  width: 100%;
  margin-top: 30px;
  height: 50px;
  margin-left: 0;
}
.patient__change-group .patient__currently-viewing h3 {
  float: left;
  margin-top: 12px;
  width: 21.8%;
  text-align: right;
  padding-right: 20px;
}
.patient__change-group .patient__currently-viewing .patient__group-dropdown {
  float: left;
  width: 34.75%;
}
.patient__change-group .patient__currently-viewing p {
  float: left;
  width: 33%;
  margin-top: 16px;
  margin-left: 20px;
  font-size: 14.2px;
}
.patient__change-group .ui-dialog {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.4);
  padding: 28px;
  max-width: 400px !important;
  margin-top: 100px;
  margin-left: 238px;
}
.patient__change-group .ui-dialog img {
  margin-top: -8px;
  margin-bottom: -2px;
}
.custMobiFilterSelectOverlay {
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  padding: 20px;
  padding-bottom: 200px;
  text-align: left;
  display: none;
}
.custMobiFilterSelectOverlay input[type="radio"] {
  display: none;
}
.custMobiFilterSelectOverlay input[type="radio"] + label {
  font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  color: #000000;
  text-align: left;
}
.custMobiFilterSelectOverlay input[type="radio"] + label:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 5px;
  top: 12px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px #999999 solid;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 39px;
  color: green;
  text-align: center;
}
.custMobiFilterSelectOverlay input[type="radio"]:checked + label:before {
  content: '\2022';
}
.custMobiFilterSelectOverlay p {
  display: inline-block;
  float: left;
  width: 270px;
  margin-top: 9px;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
  font-style: normal;
  color: #666666;
  margin-left: 69px;
  text-align: left;
  padding-bottom: 35px;
}
.custMobiFilterSelectOverlay .odd + label {
  background: #f0f0f0;
}
.custMobiFilterSelectOverlay .custMobiFilterBack {
  margin-bottom: 15px;
  display: inline-block;
}
.ddwa__leftrail__sticky__pos {
  position: fixed;
  top: 30px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.emphasis {
  color: #D0021B;
  font-weight: 500;
}
.breadcrumbWrapper {
  background: #f8fcf7;
}
.breadcrumbWrapper .breadcrumbCenter {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  padding-left: 25px;
}
.breadcrumbWrapper .breadcrumbCenter #breadcrumb_BreadcrumbLabel a {
  margin-right: 10px;
}
.breadcrumbWrapper .breadcrumbCenter #breadcrumb_BreadcrumbLabel span {
  margin: 0 10px;
}
.whiteWidget {
  max-width: 380px;
  margin: 0 auto;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  color: #262626;
}
.whiteWidget .esHeader {
  font-size: 24px;
  line-height: 29px;
  font-style: normal;
  width: 100%;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding-top: 20px;
}
.whiteWidget .esStatus {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.whiteWidget .esDate {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Gotham A', 'Gotham B', Arial;
  font-size: 18px;
  font-style: normal;
  display: block;
  padding-bottom: 10px;
  line-height: 22px;
}
.whiteWidget span {
  display: inline-block;
}
.ddwa__container {
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  /*
$for $i from 0 through 299{
    .icon-#{$i} {

    	$leftPos: 12;
		@if $i < 10{
    	    @if $i == 1{ background-position: -12px -15px;  }
    	    @else { background-position: -12px + (-64px * ($i - 1)) -15px; }
        }
    }
}
*/
  /* Registration steps */
  /* Checkboxes */
}
.ddwa__container .hiddenElement {
  display: none;
  visibility: hidden;
}
.ddwa__container .inputError {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: italic;
  font-weight: 300;
  color: #D0021B;
}
.ddwa__container .carosel__header {
  font-size: 58px;
  line-height: 63px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  background: grey;
}
.ddwa__container .faqHeader {
  text-align: center;
  padding: 20px 0px;
}
.ddwa__container .faqQuestionsWrap {
  border-top: 1px solid #e2e2e2;
}
.ddwa__container .faqQuestionsWrap:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.ddwa__container .faq__questions {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #43b02a;
  padding: 20px 10px;
}
.ddwa__container .faq__questions span {
  color: #666666;
  padding-right: 10px;
}
.ddwa__container .faq__questions .chevron {
  color: #43b02a;
  float: right;
}
.ddwa__container .faq__questions-opened {
  color: #666666;
}
.ddwa__container .faq__answers {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #666666;
  display: none;
  padding: 20px 10px;
  padding-top: 0px;
  padding-left: 35px;
}
.ddwa__container h1 {
  font-size: 42px;
  line-height: 47px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 300;
  font-style: normal;
  color: #262626;
  padding-bottom: 20px;
}
.ddwa__container h2 {
  font-size: 42px;
  line-height: 38px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #262626;
  padding-bottom: 20px;
}
.ddwa__container h3 {
  font-size: 24px;
  line-height: 29px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #262626;
}
.ddwa__container h5 {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 500;
  color: #262626;
}
.ddwa__container a {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #43b02a;
}
.ddwa__container a:focus {
  outline: none;
}
.ddwa__container a:hover {
  color: #8ed07f;
}
.ddwa__container a.nounderline {
  text-decoration: none;
}
.ddwa__container .tooltip {
  display: inline-block;
  position: relative;
  top: 3px;
}
.ddwa__container .tooltip .tooltipInner {
  white-space: normal;
  display: none;
  text-align: left;
  z-index: 10;
  padding: 25px;
  padding-bottom: 35px;
  top: -19px;
  left: 36px;
  width: 300px;
  line-height: 16px;
  position: absolute;
  color: #1a1a1a;
  border: 1px solid #43b02a;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.ddwa__container .tooltip .tooltipInner .closeTooltip {
  float: right;
  cursor: pointer;
  width: 15px;
}
.ddwa__container .tooltip .tooltipInner .closeTooltip img {
  margin-top: 0;
}
.ddwa__container .tooltip .tooltipInner strong {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Gotham A', 'Gotham B', Arial;
  font-style: normal;
  font-weight: 500;
}
.ddwa__container .tooltip .tooltipInner p {
  font-size: 13px;
  line-height: 18px;
  font-family: 'Gotham A', 'Gotham B', Arial;
  font-style: normal;
  padding-bottom: 10px;
  font-weight: 300;
  padding-right: 20px;
}
.ddwa__container .tooltip .tooltipInner:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 21px;
  left: -12px;
  top: 17px;
  box-sizing: border-box;
  background: url('/portal/images/arrow-desk.png');
}
.ddwa__container .tooltip-flip .tooltipInner {
  left: -316px;
}
.ddwa__container .tooltip-flip .tooltipInner:before {
  left: 296px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ddwa__container .bodyCopyLarge {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #4D4D4D;
}
.ddwa__container .bodyCopy {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #666666;
}
.ddwa__container .bodyCopy:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ddwa__container .smallCopy {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 400;
  color: #666666;
}
.ddwa__container .navigation {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 500;
  color: #666666;
}
.ddwa__container .primaryButton {
  width: 155px;
  height: 50px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  background: #43b02a;
  border: 0px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
}
.ddwa__container .primaryButton:hover {
  background: #8ed07f;
  color: #ffffff;
}
.ddwa__container .primaryButton:active {
  background: #43b02a;
}
.ddwa__container .disabledButton {
  width: 155px;
  height: 50px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  background: #999999;
  border: 0px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
}
.ddwa__container .disabledButton:hover {
  color: #ffffff;
  background: #999999;
  cursor: not-allowed;
}
.ddwa__container .disabledButton:active {
  color: #ffffff;
  background: #999999;
}
.ddwa__container .secondaryButton {
  width: 155px;
  height: 50px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 500;
  color: #43b02a;
  font-size: 16px;
  line-height: 50px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #43b02a;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.ddwa__container .secondaryButton:hover {
  border: 1px solid #8ed07f;
  background: #8ed07f;
  color: #ffffff;
}
.ddwa__container .secondaryButton:active {
  color: #43b02a;
  border: 1px solid #43b02a;
}
.ddwa__container .copyLink {
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 300;
  color: #43b02a;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  text-decoration: underline;
}
.ddwa__container .copyLink:hover {
  color: #8ed07f;
}
.ddwa__container .copyLink:active {
  color: #43b02a;
}
.ddwa__container .copyLink__element {
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 300;
  color: #43b02a;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.ddwa__container .copyLink__element:hover {
  color: #8ed07f;
}
.ddwa__container .copyLink__element:active {
  color: #43b02a;
}
.ddwa__container form {
  padding-bottom: 40px;
}
.ddwa__container select {
  border: 1px solid #999999;
}
.ddwa__container select::-ms-expand {
  display: none;
}
.ddwa__container .inputWrapper {
  width: 50%;
  max-width: 335px;
  display: inline-block;
}
.ddwa__container .inputWrapper label {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #666666;
  display: inline-block;
  margin: 20px 0px 5px 0px;
}
.ddwa__container .inputWrapper select {
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 360px;
  font-family: 'Gotham A', 'Gotham B', Arial;
  display: inline-block;
  background: #ffffff url('/portal/images/arrow_svg_sel.svg') no-repeat 94.5% 50%;
  border: 1px #999 solid;
  border-radius: 4px;
}
.ddwa__container .inputWrapper select:focus {
  border: 1px solid #43b02a;
  outline: none;
}
.ddwa__container .inputWrapper .labelError {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  color: #D0021B;
}
.ddwa__container .inputWrapper .outlineError {
  width: 100%;
  height: 50px;
  max-width: 335px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #D0021B;
}
.ddwa__container .inputWrapper .outlineError:focus {
  outline: none;
  border: 1px solid #D0021B;
}
.ddwa__container .inputWrapper input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  height: 50px;
  max-width: 335px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #999999;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  box-shadow: none;
  -webkit-appearance: none;
}
.ddwa__container .inputWrapper input:not([type="checkbox"]):not([type="radio"]):focus {
  border: 1px solid #43b02a;
  outline: none;
}
.ddwa__container .inputWrapper input:not([type="checkbox"]):not([type="radio"]) textarea {
  width: 100%;
  height: 50px;
  max-width: 335px;
  border-radius: 4px;
  color: #666;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #999999;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  box-shadow: none;
  -webkit-appearance: none;
}
.ddwa__container .inputWrapper input:not([type="checkbox"]):not([type="radio"]) textarea:focus {
  border: 1px solid #43b02a;
  outline: none;
}
.ddwa__container .inputWrapper input[type="password"] {
  font: large Verdana, sans-serif;
  letter-spacing: 1px;
}
.ddwa__container .dateofbirth input {
  width: 32%;
  height: 50px;
}
.ddwa__container .dateofbirth select {
  width: 32%;
  height: 50px;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #999999;
  display: inline-block;
  background: #ffffff url('../images/arrow_svg_sel.svg') no-repeat 90% 50%;
  font-weight: 300;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
}
.ddwa__container .dateofbirth select::-ms-expand {
  display: none;
}
.ddwa__container .radio_Btns {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Arial;
  font-style: normal;
  font-weight: 300;
  margin-left: 50px;
  margin-top: 10px;
}
.ddwa__container .radio_Btns div {
  margin: 10px 0;
}
.ddwa__container .radio_Btns input[type="radio"] {
  display: none;
}
.ddwa__container .radio_Btns input[type="radio"] + label {
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 69px;
  display: inline-block;
  float: left;
  color: #000000;
  text-align: left;
}
.ddwa__container .radio_Btns input[type="radio"] + label:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: -50px;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px #999999 solid;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 39px;
  color: #42B02A;
  text-align: center;
}
.ddwa__container .radio_Btns input[type="radio"]:checked + label:before {
  content: '\2022';
}
.ddwa__container .validationError label {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  float: left;
  color: #D0021B;
}
.ddwa__container .validationError input {
  width: 100%;
  height: 50px;
  max-width: 335px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #D0021B;
}
.ddwa__container .validationError input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  height: 50px;
  max-width: 335px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #D0021B;
}
.ddwa__container .validationError input:focus {
  outline: none;
  border: 1px solid #D0021B !important;
}
.ddwa__container .validationError select {
  border: 1px solid #D0021B !important;
}
.ddwa__container .validationError textarea {
  border: 1px solid #D0021B !important;
}
.ddwa__container .validationError select:focus {
  outline: none;
  border: 1px solid #D0021B !important;
}
.ddwa__container .validationError span.errorText {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-style: italic;
  font-weight: 300;
  color: #D0021B;
  float: right;
  margin-top: 20px;
  display: inline-block;
}
.ddwa__container .hero-carosel {
  width: 100%;
  height: 570px;
}
.ddwa__container .icon {
  width: 33px;
  height: 33px;
  display: inline-block;
}
.ddwa__container .registration-steps {
  margin: auto;
  padding: 25px 0 0 5.9%;
  width: 85.9%;
}
.ddwa__container .regSteps {
  display: inline-block;
  width: 33.33%;
}
.ddwa__container .regSteps:nth-child(1) {
  float: left;
}
.ddwa__container .regSteps:nth-child(2) {
  margin-left: -69px;
}
.ddwa__container .regSteps:nth-child(3) {
  float: right;
}
.ddwa__container .regSteps h3 {
  font-size: 22px;
  line-height: 25px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 300;
  text-align: left;
  color: #000000;
  margin-top: -4px;
}
.ddwa__container .regSteps p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
.ddwa__container .regSteps .stepActive {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 11px solid #4aB02a;
  background-color: #FFFFFF;
  float: left;
  margin-right: 15px;
}
.ddwa__container .regSteps .stepInactive {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #BBCCB8;
  float: left;
  margin-right: 15px;
}
.ddwa__container .regSteps .stepChecked {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
  background: #4ab02a url("/portal/images/iam-tick.svg") no-repeat center;
}
.ddwa__container input[type=checkbox] {
  visibility: hidden;
}
.ddwa__container .ddwa__CheckBox {
  width: 100%;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  visibility: visible;
}
.ddwa__container .ddwa__CheckBox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #999;
  background: #fff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}
.ddwa__container .ddwa__CheckBox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 3px solid #4ab02a;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ddwa__container .ddwa__CheckBox label:after:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.ddwa__container .ddwa__CheckBox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.ddwa__container .ddwa__table {
  border-spacing: 1px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ddwa__container .ddwa__table thead tr th {
  background-color: #43b02a;
  color: #fff;
  padding: 30px 0;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-size: 16px;
  font-weight: 500;
  width: 25%;
}
.ddwa__container .ddwa__table thead tr th .ddwa_table_heading {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5%;
}
.ddwa__container .ddwa__table thead tr th .ddwa_table_heading .ddwa_table_subheading {
  font-size: 16px;
  font-weight: 400;
}
.ddwa__container .ddwa__table tbody tr td {
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #b4dfaa;
  min-height: 60px;
  vertical-align: top;
}
.ddwa__container .ddwa__table tbody tr td:empty {
  background-color: transparent;
}
.ddwa__container .ddwa__table tbody tr .ddwa__table_contentheading {
  font-weight: 500;
  margin: 0;
}
/* Registration steps styles */
.ddwa__registration-steps-container {
  width: 100%;
  max-height: 110px;
  min-height: 110px;
  background-color: #e0f1df;
}
.ddwa__registration-steps-container .ddwa__container {
  max-height: 110px;
}
.ddwa__registration-steps-container .ddwa__grid {
  max-height: 110px;
  margin: 0 auto 0 auto;
}
/* Mobile - 320 */
@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 16px;
  }
  .ddwa__registration-steps-container {
    min-height: 143px;
    max-height: 143px;
  }
  .ddwa__container .registration-steps {
    padding: 10px 0 0 5%;
    width: 100%;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(1) .stepStage {
    margin-left: 7px;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(1) p {
    margin: 56px 0 0 -33px;
    width: 123px;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(2) {
    margin-left: 0;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(2) .stepStage {
    margin-left: 16px;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(2) p {
    margin: 56px 0 0 -9px;
    width: 90px;
    padding-left: 0;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(3) .stepStage {
    margin-left: 25px;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(3) p {
    margin: 56px 0 0 -10px;
    max-width: 110px;
  }
  .ddwa__container .registration-steps h3 {
    display: none;
  }
  .ddwa__container .registration-steps p {
    font-size: 13px;
    line-height: 16px;
    font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
    font-weight: 500;
    text-align: center;
    color: #4d4d4d;
  }
}
/* Tablet - 768*/
@media screen and (min-width: 768px) and (max-width: 980px) {
  .ddwa__container .registration-steps {
    padding: 25px 0 0 3.05%;
    width: 100%;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(2) {
    margin-left: 0;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(2) .stepStage {
    margin-bottom: 35px;
  }
}
/* Small Desktop - 1024*/
@media screen and (min-width: 981px) and (max-width: 1220px) {
  .patient__change-group {
    margin-left: 5.6%;
  }
  .patient__change-group .patient__currently-viewing h3 {
    float: left;
    margin-top: 12px;
    width: 23.6%;
    text-align: left;
    padding-right: 0;
  }
  .ddwa__container .registration-steps {
    padding: 25px 0 0 8.7%;
    width: 100%;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(1) {
    margin-left: -17px;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(3) {
    margin-right: 0;
  }
}
/* Medium Desktop - 1280 */
@media screen and (min-width: 1221px) and (max-width: 1280px) {
  .ddwa__container .registration-steps {
    width: 86.8%;
  }
  .ddwa__container .registration-steps .regSteps:nth-child(2) {
    margin-left: -70px;
  }
}
.chevron {
  color: #43b02a;
}
.chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.15em;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: top;
  height: 7px;
  left: 0.10em;
  width: 7px;
  cursor: pointer;
}
.closedAccord.chevron::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 4px;
}
.chevron.right:before {
  left: 0;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chevron.bottom:before {
  top: 0;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.chevron.top:before {
  top: 0;
  -ms-transform: rotate(315deg);
  /* IE 9 */
  -webkit-transform: rotate(315deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.chevron.left:before {
  left: 0.25em;
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ui-widget-overlay {
  background: #fff;
}
.ui-dialog {
  max-width: 380px !important;
  width: 90% !important;
  z-index: 202;
  background: white;
  border: 1px solid rgba(66, 176, 42, 0.6);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  padding: 45px;
  font-family: "Gotham A", "Gotham B", Gotham, Arial;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  colour: #666666;
  text-align: center;
}
.ui-dialog .ui-widget-header {
  display: none;
}
.ui-dialog .ui-widgit-img {
  margin: 0px auto 25px auto;
  display: block;
}
.ui-dialog a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 400;
  color: #43b02a;
  vertical-align: top;
}
.ui-dialog .cancelBtn {
  margin-right: 20px;
  margin-top: 20px;
  color: #43b02a;
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}
.ui-dialog .cancelBtn:hover {
  opacity: .60;
  text-decoration: none;
}
.ui-dialog .continueBtn {
  width: 160px;
  margin-top: 20px;
  background: #43b02a;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.ui-dialog .continueBtn:hover {
  opacity: .60;
}
@media screen and (max-width: 1220px) and (min-width: 980px) {
  .ddwa__container .ddwa__table thead tr th .ddwa_table_heading {
    max-width: 85%;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  select {
    margin-bottom: 40px;
    height: 40px;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 475px;
    font-family: 'Gotham A', 'Gotham B', Arial;
    display: inline-block;
    background: #ffffff url('/portal/images/arrow_svg_sel.svg') no-repeat 94.5% 50%;
    border: 1px #999 solid;
    border-radius: 4px;
  }
  select:focus {
    border: 1px solid #42b02a;
    outline: none;
  }
  .ddwa__container .ddwa__table thead tr th .ddwa_table_heading {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  select {
    margin-bottom: 40px;
    height: 40px;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 475px;
    font-family: 'Gotham A', 'Gotham B', Arial;
    display: inline-block;
    background: #ffffff url('/portal/images/arrow_svg_sel.svg') no-repeat 94.5% 50%;
    border: 1px #999 solid;
    border-radius: 4px;
  }
  select:focus {
    border: 1px solid #42b02a;
    outline: none;
  }
  .ddwa__container h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .ddwa__container h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .ddwa__container h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .ddwa__container h5 {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
    font-style: normal;
    font-weight: 500;
    color: #262626;
  }
  .ddwa__container .bodyCopyLarge {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  .ddwa__container .bodyCopy {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  }
  .ddwa__container .inputWrapper label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #4D4D4D;
  }
  .ddwa__container .validationError label {
    color: #D0021B;
  }
  .ddwa__container .smallCopy {
    font-size: 13px;
    line-height: 18px;
  }
  .ddwa__container .inputError {
    font-size: 13px;
    line-height: 18px;
  }
  .ddwa__container .ddwa__table {
    min-width: 300px;
    width: 90%;
    margin: 0 auto;
  }
  .ddwa__container .ddwa__table select {
    min-width: 280px;
    width: 90%;
    height: 50px;
    font-size: 15px;
    padding: 0 30px 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Gotham A', 'Gotham B', Arial;
    background: #ffffff url('../images/arrow_svg_sel.svg') no-repeat 95% 50%;
  }
  .ddwa__container .ddwa__table thead tr th {
    padding: 15px 0;
  }
  .ddwa__container .ddwa__table thead tr th .ddwa_table_heading {
    max-width: 100%;
  }
  .ddwa__container .ddwa__table tbody tr td {
    width: 100%;
    font-size: 15px;
    padding: 15px 30px;
  }
  .ui-dialog {
    padding: 20px;
  }
  .ui-dialog .continueBtn {
    width: 120px;
  }
}
#globalMessage_alertContainer {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
  border-bottom: 4px solid #43b02a;
}
#globalMessage_alertContainer .ddwa__container {
  height: 100%;
  padding: 20px 0;
}
#globalMessage_alertContainer .ddwa__container .ddwa__grid {
  margin: 0 auto;
  padding: 0;
  display: block;
}
#globalMessage_alertContainer .ddwa__container .ddwa__grid .noticeInfo {
  width: 100%;
  font-size: 16px;
  font-family: 'Gotham A', 'Gotham B', Arial;
  font-weight: 400;
  color: #000000;
}
#globalMessage_alertContainer .ddwa__container .ddwa__grid .noticeInfo h2 {
  font-size: 16px;
  font-family: 'Gotham A', 'Gotham B', Gotham, Arial;
  font-weight: 500;
  color: #43b02a;
  display: inline-block;
}
#globalMessage_alertContainer .ddwa__container .alert-mesage-container {
  margin-left: 18.5%;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
#globalMessage_alertContainer .ddwa__container #globalMessage_dismissLinkContainer {
  width: 10%;
  display: inline-block;
  position: relative;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#globalMessage_alertContainer .ddwa__container #globalMessage_dismissLinkContainer:hover {
  opacity: 0.6;
}
#globalMessage_alertContainer .ddwa__container #alert-dismissal-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 30px;
}
@media screen and (max-width: 767px) {
  #globalMessage_alertContainer .ddwa__container {
    padding: 0;
    padding-bottom: 25px;
  }
  #globalMessage_alertContainer .ddwa__container .ddwa__grid {
    padding: 0 20px 0 20px;
  }
  #globalMessage_alertContainer .ddwa__container .ddwa__grid .noticeInfo {
    font-size: 15px;
    color: #4D4D4D;
  }
  #globalMessage_alertContainer .ddwa__container .ddwa__grid .noticeInfo h2 {
    display: block;
    margin: 13px 0;
    font-size: 15px;
    color: #000000;
  }
  #globalMessage_alertContainer .ddwa__container .alert-mesage-container {
    margin-left: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  #globalMessage_alertContainer .ddwa__container #globalMessage_dismissLinkContainer {
    width: auto;
    display: inline-block;
    position: relative;
  }
  #globalMessage_alertContainer .ddwa__container #alert-dismissal-link {
    position: relative;
  }
  .ddwa__container .radio_Btns {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .patient__change-group {
    width: 100%;
    margin-left: 0;
    padding-bottom: 80px;
  }
  .patient__change-group select {
    height: 40px;
    font-size: 16px;
    padding-left: 9px;
    width: 100%;
  }
  .patient__change-group .patient__currently-viewing {
    margin-top: 0;
  }
  .patient__change-group .patient__currently-viewing h3 {
    width: 100%;
    font-size: 21.4px;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 11px;
  }
  .patient__change-group .patient__currently-viewing .patient__group-dropdown {
    width: 100%;
  }
  .patient__change-group .patient__currently-viewing p {
    width: 100%;
    font-size: 12.9px;
    margin-top: 8px;
    margin-left: 0px;
  }
  .patient__change-group .ui-dialog {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.4);
    padding: 28px;
    max-width: 400px !important;
    margin-top: 100px;
    margin-left: 238px;
  }
  .patient__change-group .ui-dialog img {
    margin-top: -8px;
    margin-bottom: -2px;
  }
  .ddwa__container .tooltip .tooltipInner {
    z-index: 10;
    margin-left: -167px;
    margin-top: 50px;
    width: 280px;
    line-height: 16px;
    position: absolute;
    color: #1a1a1a;
    background-color: white;
    padding: 44px 25px 25px 25px;
  }
  .ddwa__container .tooltip .tooltipInner:before {
    width: 14px;
    height: 21px;
    background: url('/portal/images/arrow-mobile.svg');
    left: 150px;
    top: -13px;
    box-sizing: border-box;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: rotate(90deg);
  }
  .ddwa__container .tooltip-flip .tooltipInner {
    left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ddwa__container .tooltip {
    margin-top: -1px;
    padding-left: 7px;
    position: static;
    vertical-align: top;
  }
  .ddwa__container .tooltip a {
    margin-top: 0;
    z-index: 11;
    position: relative;
  }
  .ddwa__container .tooltip .tooltipInner {
    margin-left: -260px;
    max-width: 280px;
    position: relative;
    border: none;
    box-shadow: none;
    margin-top: 0;
    background-color: transparent;
    padding: 30px 0 0 0;
  }
  .ddwa__container .tooltip .tooltipInner .closeTooltip {
    display: none;
  }
  .ddwa__container .tooltip .tooltipInner:before {
    display: none;
  }
  .ddwa__container .tooltip .tooltipInner:after {
    left: 245px;
  }
}
#c3cta-rhs-col {
  padding-right: 40px;
}
#c3cta-lhs-col {
  padding-left: 40px;
}
.three-col-cta .col__contents {
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.three-col-cta .col__contents h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.three-col-cta .col__contents p {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #c3cta-rhs-col {
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #c3cta-rhs-col {
    padding: 0px;
  }
  #c3cta-lhs-col {
    padding: 0px;
  }
  .three-col-cta .col__contents p {
    min-width: 100%;
  }
}
/* Chart Styles */
.barChart {
  margin-bottom: -10px;
}
.chartHeader {
  font-size: 14px;
  font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
  font-weight: 500;
  margin-top: 20px;
  line-height: 14px;
  color: #262626;
  padding-left: 10px;
}
.chartSubHeader {
  font-size: 16px;
  font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
  font-weight: 200;
  color: #262626;
  margin: 15px 0 10px;
  line-height: 14px;
  padding-left: 10px;
}
.chartSubHeader .used {
  float: left;
}
.chartSubHeader .total {
  float: right;
}
.chartCopy {
  font-size: 15px;
  font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
  font-weight: 300;
  color: #7d7d7d;
  margin: 20px 0 10px;
  padding-left: 10px;
}
.chart-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 10px;
  margin-bottom: 25px;
}
.chart-wrap .row {
  position: relative;
  height: 20px;
}
.chart-wrap .totalVal {
  display: none;
}
.chart-wrap .bar-wrap {
  position: relative;
  background: #e3ece2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.chart-wrap .bar-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 1s;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.chart-wrap .bar-wrap .bar.in {
  transform: translateX(0%);
}
.chart-wrap .bar-wrap #value1 {
  background: #42b029;
}
.chart-wrap .bar-wrap #value2 {
  background: #9A8BB4;
}
.chart-wrap .bar-wrap #value3 {
  background: #66CEDD;
}
.chart-wrap .bar-wrap #value4 {
  background: #EA9B7F;
}
.chart-wrap .bar-wrap #value5 {
  background: #999999;
}
.blurBody {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-color: #ffffff;
  opacity: .1;
}
.hideTickIcon {
  display: none !important;
}
.showTickIcon {
  /*Need this for PatientViewDetailsFor.js*/
}
@media screen and (max-width: 1024px) {
  .ddwa__container .primaryButton:hover {
    background-color: #43b02a;
  }
}
/*# sourceMappingURL=common.css.map */