/* dm - dark mode - currently unused as may be unable to apply the darkmode into iframes */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800&display=swap");
:root {
  --dm-w: #fff;
  --dm-txt: #eee;
  --dm-b: #2B2B2B; /* Or not 2b */
  --dm-bg: #071222;
  --dm-bg-h: #19273B;
  --dm-e-bg: #141F2F;
  --dm-e-bg-h: #2E3949;
  --dm-i-bg: #071222;
  --dm-i-bg-h: #19273B;
  --dm-cl: #3B8CE8;
  --dm-gl: #194476;
  --dm-gd: #002B5D;
  --dm-t-h: #4491E9;
  --dm-ro-bg: #414A59;
  --dm-btn: #02924F;
  --dm-btn-bxs: 0 2px 0 #00642b;
}

@font-face {
  font-family: "Open Sans" !important;
  font-style: normal;
  font-weight: normal;
  src: url("//fs-filestore-eu-fonts.s3.amazonaws.com/durham/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("//fs-filestore-eu-fonts.s3.amazonaws.com/durham/texgyreheros-regular-webfont.woff") format("woff"), url("//fs-filestore-eu-fonts.s3.amazonaws.com/durham/texgyreheros-regular-webfont.ttf") format("truetype"), url("//fs-filestore-eu-fonts.s3.amazonaws.com/durham/texgyreheros-regular-webfont.svg#Open Sans") format("svg");
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html._AF body {
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #194476;
}

hr {
  border-bottom: 2px solid #194476;
  border-top: none;
}

a {
  color: #006CB7;
}

a:visited {
  color: purple;
}

/*CRM 2016 Forms*/
span.mandatory {
  font-size: 24px;
  position: relative;
  display: inline-block;
  width: unset !important;
  color: #DB3700 !important;
  padding-left: 0px !important;
}

span._fieldName {
  font-weight: 600;
  line-height: 24px;
  color: #194476;
  font-size: 19px;
  padding-top: 15px !important;
  display: contents;
  margin-bottom: 0px !important;
}

._fieldDesc {
  display: none;
  font-weight: normal;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

._fieldDesc:last-of-type {
  display: block !important;
}

.container-fluid h1.formName span {
  font-size: 41px;
  font-weight: 500;
  line-height: 45.1px;
  color: #194476;
}

.achieveforms-container .all-sections .field .fieldContent .fieldName, .achieveforms-container .all-sections .field .fieldContent .subform-summary {
  font-size: 16px;
  width: 100%;
}

._AF .achieveforms-container .all-sections .field .fieldName {
  padding-top: 1.5em !important;
  padding-bottom: 0px !important;
}

label.error::before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #DB3700;
}

label.error {
  font-size: 14px !important;
  border-radius: 4px !important;
  color: #DB3700 !important;
  margin-top: 5px !important;
}

._AF .help-text {
  color: #58799D;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  padding: 0;
  display: contents;
}

.help-text span {
  white-space: pre-wrap;
}

/* .help-img-wrapper {
     display: none!important;
}
i.help-img.fa{
    color:#194476
}
i.help-img.fa:hover{
    color:#001F43 !important
} */
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode {
  overflow: auto;
}

._AF .postfix-wrapper.error .postfix, ._AF .prefix-wrapper.error .prefix, ._AF input.error, ._AF select.error, ._AF textarea.error, .achieveforms-container .postfix-wrapper.error .postfix, .achieveforms-container .prefix-wrapper.error .prefix, .achieveforms-container input.error, .achieveforms-container select.error, .achieveforms-container textarea.error {
  border-color: #ccc;
}

span.prefix-wrapper.input-group-addon.alignLeft.error {
  display: table-cell !important;
  text-align: left;
  width: auto;
}

span.postfix-wrapper.textarea-length-count {
  display: inline-block;
  width: auto;
}

span.prefix.alignLeft {
  width: 100%;
}

.prefix-suffix-mode input {
  display: table-cell !important;
  margin-left: 0px !important;
}

.prefix-suffix-mode .input-group {
  display: block;
}

.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode .input-group input {
  min-width: fit-content !important;
  max-width: none !important;
  border-radius: 0px !important;
}

div[data-field-type=number] .input-group {
  display: flex;
}

div[data-field-type=text] .input-group {
  display: flex;
  flex-wrap: wrap;
}

input[type=text].hasCurrencyPrefix {
  width: calc(100% - 46px);
}

span.postfix-wrapper.input-length-count, span.postfix-wrapper.textarea-length-count {
  width: auto;
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
  display: block !important;
}

div[data-field-type=range] .prefix-suffix-mode .input-group {
  display: flex;
}

div[data-field-type=number] .input-group .fieldInput {
  display: inline-block;
}

.number ~ span.postfix-wrapper {
  display: inline-table;
}

.number ~ span.prefix-wrapper {
  display: inline-table;
}

div[data-field-type=range] .prefix-wrapper, div[data-field-type=range] .suffix-wrapper {
  width: auto !important;
}

div.fieldContent span.fieldInput {
  line-height: 26px;
}

div.fieldContent span.fieldInput span.map-key img {
  position: relative;
  top: 10px;
  margin-right: 5px;
}

#page-container ul {
  margin-bottom: 20px;
}

#page-container p {
  margin-bottom: 15px;
}

.row.self-spinner-outer .self-loading-text {
  margin: auto;
  display: block;
  width: 100%;
  margin-top: 20px !important;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.map.mapSingle.valid {
  border: 2px solid #194476;
}

.mapSingle {
  border-radius: 0px;
  border: 2px solid #194476 !important;
}

.mapSingle .map-holder {
  border-radius: 4px;
}

.mapSingle .leaflet-control-zoomslider {
  margin-left: 15px;
  margin-top: 15px;
}

.leaflet-top .leaflet-control {
  margin-left: 0px;
  background: #fff;
}

.leaflet-control-search.leaflet-bar.leaflet-control {
  padding: 2px 5px;
}

.leaflet-control-search a {
  background-image: url(https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/durham/images/map-search-button.png) !important;
  width: 143px !important;
  background-size: inherit !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.leaflet-control-zoomslider-wrap.leaflet-bar-part {
  display: none;
}

.leaflet-left .legend:nth-child(2) {
  display: none;
}

a.bm-toggle {
  background-image: url(https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/durham/images/sat-thumb.png) !important;
  background-size: 75px 75px !important;
  width: 75px !important;
  height: 75px !important;
}

.leaflet-top .legend:nth-child(3) {
  position: absolute;
  bottom: 15px;
  padding: 1px !important;
}

.leaflet-top.leaflet-left {
  height: 480px;
}

.bm-toggle.active {
  background-image: url(https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/durham/images/map-thumb.png) !important;
}

._AF fieldset[disabled] input, ._AF input[readonly]:not(.iemobile-pseudo-readonly), ._AF select[readonly], ._AF textarea[readonly], .achieveforms-container fieldset[disabled] input, .achieveforms-container input[readonly]:not(.iemobile-pseudo-readonly), .achieveforms-container select[readonly], .achieveforms-container textarea[readonly] {
  background: #f7f7f7 !important;
  padding: 5px !important;
  color: #717171;
  border: 2px solid #949494 !important;
  resize: none !important;
  cursor: no-drop;
}

div[data-field-type=textarea] .fieldContent textarea[readonly=true], .fieldContent input[readonly=true] {
  background: #f7f7f7 !important;
  color: #717171;
  border: 2px solid #949494 !important;
  resize: none !important;
  cursor: no-drop;
}

._AF .achieveforms-container .select[disabled] {
  background: #f7f7f7 !important;
  border: 2px solid #949494 !important;
  color: #717171;
  cursor: no-drop;
  resize: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

._AF .achieveforms-container .select2-container.select2-container-disabled .select2-choices {
  border-color: #949494 !important;
  color: #717171;
  background: #f7f7f7;
}

div[data-field-type=text] .fieldContent .text[readonly=true] {
  background: #f7f7f7 !important;
  color: #666;
  border: 2px solid #949494 !important;
  resize: none !important;
  cursor: no-drop;
  height: auto !important;
  padding: 5px 5px !important;
}

input.text, input.number, input.date, input.displayAsSeparated, input.time, input.datetime, .fieldContent .select, input.password {
  border: 2px solid #194476 !important;
  border-radius: 0px !important;
  height: auto !important;
  padding: 5px 5px !important;
}

textarea {
  border: 2px solid #194476 !important;
  border-radius: 0px !important;
  padding: 5px 5px !important;
}

textarea:focus, input.text:focus, select:focus, div.select:focus, input.number:focus, input.date:focus, input.displayAsSeparated:focus, input.time:focus, input.datetime:focus {
  border-radius: 0px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #194476 !important;
  box-shadow: none !important;
}

div.select ul {
  border: 0px !important;
  cursor: pointer !important;
  margin-bottom: 0px !important;
  padding-top: 2px !important;
}

label {
  margin: 0;
  padding: 0 !important;
  min-height: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.textarea-help {
  display: none !important;
}

.achieveforms-container .help-text.is-hidden {
  display: block !important;
  width: auto;
  border: 1px solid #194476;
  border-radius: 4px;
  padding: 5px 10px !important;
  margin-top: 10px;
  text-align: left;
}

textarea {
  resize: vertical !important;
}

.fieldInput .alignLeft {
  display: block;
  width: 91.66666667%;
  margin-left: 0px;
}

.alignLeft ~ .fieldInput {
  width: 100%;
  display: block;
  margin: 0px;
}

label.fieldName {
  float: none !important;
}

.fieldName.alignLeft {
  display: block;
  width: 100%;
  margin: 0px !important;
}

@media (min-width: 768px) {
  .col-sm-offset-4 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .col-sm-7 {
    width: 100%;
  }
}
.achieveforms-container .postfix-wrapper.readonly .postfix {
  color: #949494 !important;
}

/* .help-img-wrapper {
     display: none;
} */
.achieveforms-container .help-text.is-hidden i {
  display: none;
}

div#page-container {
  border-radius: 4px;
}

#page.render {
  padding: 0px;
}

.progress {
  margin-bottom: 0px;
}

textarea, select, .upload, .richText {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-11 {
    width: 100%;
  }
}
.achieveforms-container .sectionsHead {
  width: 100%;
}

.prefix-suffix-mode {
  width: 100% !important;
  display: block;
  margin-bottom: 0px !important;
}

._AF input[type=date], ._AF input[type=datetime-local], ._AF input[type=datetime], ._AF input[type=email], ._AF input[type=month], ._AF input[type=number], ._AF input[type=password], ._AF input[type=search], ._AF input[type=tel], ._AF input[type=text], ._AF input[type=time], ._AF input[type=url], ._AF input[type=week], ._AF select, ._AF textarea, .achieveforms-container input[type=date], .achieveforms-container input[type=datetime-local], .achieveforms-container input[type=datetime], .achieveforms-container input[type=email], .achieveforms-container input[type=month], .achieveforms-container input[type=number], .achieveforms-container input[type=password], .achieveforms-container input[type=search], .achieveforms-container input[type=tel], .achieveforms-container input[type=text], .achieveforms-container input[type=time], .achieveforms-container input[type=url], .achieveforms-container input[type=week], .achieveforms-container select, .achieveforms-container textarea {
  margin-bottom: 0px;
}

.achieveforms-container .all-sections .field .icon-valid {
  display: none;
}

.range[readonly=true] .noUi-base {
  border: 1px solid #949494;
  background: rgba(0, 153, 0, 0.2);
}

.range[readonly=true] .noUi-base .noUi-background {
  background: #f7f7f7 !important;
}

.range.hasPrefix, .range.hasPostfix {
  width: 83.1% !important;
}

.alignAbove.range.hasPrefix, .alignAbove.range.hasPostfix {
  width: 82.6% !important;
}

.hideLabel.range.hasPrefix, .hideLabel.range.hasPostfix {
  width: 82.6% !important;
}

.spinner {
  width: 100% !important;
  left: 50% !important;
  top: 50% !important;
  height: 100%;
}

.fieldContent input {
  width: 100%;
}

.fieldInput {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  padding: 5px !important;
  margin-top: 5px !important;
  font-size: 16px !important;
  margin-bottom: 0px;
  float: none !important;
  line-height: 2em !important;
}

.dateInput {
  padding-left: 0px !important;
}

textarea {
  padding-top: 10px !important;
}

.subformInputm.fieldInput, .subform.fieldInput {
  padding-left: 0px !important;
}

._AF .render fieldset[disabled] input[placeholder]:-ms-input-placeholder, .achieveforms-container .render fieldset[disabled] input[placeholder]:-ms-input-placeholder {
  opacity: 1 !important;
  padding: 0px !important;
  padding-left: 10px !important;
}

._AF .render fieldset[disabled] input[placeholder]:-ms-input-placeholder:hover, .achieveforms-container .render fieldset[disabled] input[placeholder]:-ms-input-placeholder:hover {
  opacity: 1 !important;
  padding: 0px !important;
  padding-left: 10px !important;
}

/* ._AF fieldset[disabled] input, ._AF input[readonly]:not(.iemobile-pseudo-readonly), ._AF select[readonly], ._AF textarea[readonly], .achieveforms-container fieldset[disabled] input, .achieveforms-container input[readonly]:not(.iemobile-pseudo-readonly), .achieveforms-container select[readonly], .achieveforms-container textarea[readonly] {
     padding:0px!important;
     padding-left:10px!important;
}
*/
.other-input {
  right: 0% !important;
  margin-top: 10px !important;
}

.displayAsSeparated {
  padding-left: 10px !important;
}

._AF input[type=text].displayAsSeparated, .achieveforms-container input[type=text].displayAsSeparated {
  margin-top: 35px !important;
}

._AF .separatedDateFieldLabel-alignAbove, .achieveforms-container .separatedDateFieldLabel-alignAbove {
  font-size: 16px;
  color: #194476;
}

._AF .separatedDateFieldLabel-alignLeft, .achieveforms-container .separatedDateFieldLabel-alignLeft {
  font-size: 16px;
  color: #194476;
  margin-top: 0;
}

._AF input[type=text].displayAsSeparated, .achieveforms-container input[type=text].displayAsSeparated {
  width: 3.2em;
  line-height: 2em;
  min-height: 35px !important;
  font-size: 16px;
}

._AF input[type=text].displayAsSeparated.year, .achieveforms-container input[type=text].displayAsSeparated.year {
  width: 4.2em;
}

.staticText, .html {
  padding-left: 0px !important;
  margin: 0px !important;
  width: 100% !important;
}

div.field {
  padding-top: 0px !important;
}

._AF .advancedSelect .select2-choice {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #fff !important;
  border: 2px solid #194476 !important;
  border-radius: 0px !important;
  min-height: 35px !important;
  font-size: 16px !important;
  max-height: unset !important;
  padding: 5px !important;
  height: auto;
}

.select2-container-disabled .select2-choice {
  background: #f7f7f7 !important;
}

.select2-choices {
  border-color: #ccc !important;
}

._AF .select2-container.error .select2-choice, ._AF .select2-container.error.select2-dropdown-open .select2-choices, .achieveforms-container .select2-container.error .select2-choice, .achieveforms-container .select2-container.error.select2-dropdown-open .select2-choices {
  border-color: #52a8ec !important;
}

._AF .select2-container.error .select2-choice, ._AF .select2-container.error .select2-choices, .achieveforms-container .select2-container.error .select2-choice, .achieveforms-container .select2-container.error .select2-choices {
  border-color: #ccc !important;
}

.fieldContent .advancedSelect {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  border: 0px !important;
  box-shadow: none;
}

._AF .select2-container.select2-dropdown-open .select2-choice, ._AF .select2-container.select2-dropdown-open.select2-drop-above .select2-choices, .achieveforms-container .select2-container.select2-dropdown-open .select2-choice, .achieveforms-container .select2-container.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 2px solid #194476 !important;
  border-radius: 0px !important;
}

._AF .select2-container.select2-container-multi .select2-choices, .achieveforms-container .select2-container.select2-container-multi .select2-choices {
  border: 2px solid #194476 !important;
  border-radius: 0 !important;
  min-height: 35px !important;
  height: auto !important;
  padding: 5px !important;
}

.select2-dropdown-open.select2-drop-above.select2-container-active {
  border-radius: 4px 4px 0px 0px;
}

.select2-dropdown-open.select2-drop-above.select2-container-active ul {
  border-radius: 0px 0px 4px 4px !important;
}

.select2-dropdown-open .select2-choices {
  border-radius: 4px 4px 0px 0px !important;
}

.select2-dropdown-open .select2-choices {
  border-color: #52a8ec !important;
}

._AF .select2-container.select2-dropdown-open a, .achieveforms-container .select2-container.error.select2-dropdown-open a {
  border-radius: 4px 4px 0px 0px !important;
}

li.select2-search-choice {
  border: 0px !important;
  font-size: 14px;
  border-radius: 4px !important;
  background: #eee !important;
}

a.select2-search-choice-close {
  top: 5.5px !important;
  left: 5px !important;
}

.input-length-count .lengthCountHolder, .textarea-length-count .lengthCountHolder {
  display: block;
  margin-top: 5px;
  border: 0 !important;
  background: none !important;
  padding: 0;
  color: #194476;
  font-size: 16px;
  text-align: left;
}

span.lengthCountHolder::before {
  content: "Characters: ";
}

.input-length-count, .textarea-length-count {
  background: none;
  border: none !important;
  padding: 0 !important;
}

input.lengthCount {
  border-right: 2px solid #194476 !important;
}

.textarea-length-count {
  vertical-align: top;
}

div[data-type=mapSingle] {
  padding: 0px !important;
  width: 100%;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

div[data-type=mapSingle] .leaflet-control a {
  text-decoration: none !important;
}

.render-subform-modal .achieveform.row.af-row {
  width: 100% !important;
}

.ui-pnotify {
  border-radius: 4px;
}

.alert.ui-pnotify-container.alert-warning.ui-pnotify-shadow {
  background: #fff !important;
  color: #555;
  font-family: "Open Sans", Arial, sans-serif !important;
  border: 0px !important;
}

.achieveforms-container fieldset[disabled] input {
  opacity: 1;
}

/* Info tool tips */
/* Blue - #194476 */
/* Green - #448345 */
/* Red - #B50000 */
/* Orange - #DB3700 */
.info-table {
  display: table;
}

.info-tr {
  display: table-row;
}

.info-td {
  display: table-cell;
}

.green-tooltip {
  margin-top: 20px;
  margin-bottom: 15px;
  border: 2px solid #448345 !important;
  border-left-width: 5px !important;
  font-size: 16px;
  padding: 20px 15px 20px;
  color: #448345 !important;
  background: #FFF;
}

.green-tooltip .info-td:nth-child(1) {
  border-right: 1px solid #448345 !important;
}

.blue-tooltip {
  margin-top: 20px;
  margin-bottom: 15px;
  border: 2px solid #194476 !important;
  border-left-width: 5px !important;
  font-size: 16px;
  padding: 20px 15px 20px;
  color: #194476 !important;
  background: #FFF;
}

.blue-tooltip .info-td:nth-child(1) {
  border-right: 1px solid #194476 !important;
}

.red-tooltip {
  margin-top: 20px;
  margin-bottom: 15px;
  border: 2px solid #B50000 !important;
  border-left-width: 5px !important;
  font-size: 16px;
  padding: 20px 15px 20px;
  color: #B50000 !important;
  background: #FFF;
}

.red-tooltip .info-td:nth-child(1) {
  border-right: 1px solid #B50000 !important;
}

.orange-tooltip {
  margin-top: 20px;
  margin-bottom: 15px;
  border: 2px solid #DB3700 !important;
  border-left-width: 5px !important;
  font-size: 16px;
  padding: 20px 15px 20px;
  color: #DB3700 !important;
  background: #FFF;
}

.orange-tooltip .info-td:nth-child(1) {
  border-right: 1px solid #DB3700 !important;
}

#tooltip-box .info-td:nth-child(1) {
  width: 25px;
  vertical-align: middle;
  font-size: 25px;
  padding-right: 15px;
  border-top: 0 !important;
}

#tooltip-box .info-table {
  font-size: 16px;
  margin-bottom: 0px !important;
}

#tooltip-box .info-td:nth-child(1) div {
  font-size: 25px;
}

#tooltip-box .info-td:nth-child(2) {
  line-height: 1.5em;
  border-top: 0 !important;
  padding-left: 15px;
  font-size: 16px;
  vertical-align: middle;
}

#tooltip-box .info-td:nth-child(2) p:last-of-type {
  margin-bottom: 0px;
}

#tooltip-box .info-td:nth-child(1) i {
  font-style: normal;
}

/* end info tool tips */
label.fieldName {
  padding-bottom: 7.5px !important;
}

body._AF article, body._AF form, body._AF header, body._AF input, body._AF label, body._AF nav, body._AF section, body._AF select, body._AF textarea, div._AF article, div._AF form, div._AF header, div._AF input, div._AF label, div._AF nav, div._AF section, div._AF select, div._AF textarea, html._AF article, html._AF form, html._AF header, html._AF input, html._AF label, html._AF nav, html._AF section, html._AF select, html._AF textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

body._AF a, body._AF div, body._AF h1, body._AF h2, body._AF h3, body._AF h4, body._AF h5, body._AF p, body._AF span:not(.fa), div._AF a, div._AF div, div._AF h1, div._AF h2, div._AF h3, div._AF h4, div._AF h5, div._AF p, div._AF span:not(.fa), html._AF a, html._AF div, html._AF h1, html._AF h2, html._AF h3, html._AF h4, html._AF h5, html._AF p, html._AF span:not(.fa) {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

body._AF h1, div._AF h1, html._AF h1, body._AF h2, div._AF h2, html._AF h2, body._AF h3, div._AF h3, html._AF h3, body._AF h4, div._AF h4, html._AF h4, body._AF h15 div._AF h5, html._AF h5, body._AF h6, div._AF h6, html._AF h6 {
  color: #194476 !important;
  font-weight: 600 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

body._AF h6, div._AF h6, html._AF h6 {
  font-size: 16px;
}

body._AF h5, div._AF h5, html._AF h5 {
  font-size: 18px;
}

body._AF h4, div._AF h4, html._AF h4 {
  font-size: 20px;
}

body._AF h3, div._AF h3, html._AF h3 {
  font-size: 22px;
}

body._AF h2, div._AF h2, html._AF h2 {
  font-size: 24px;
}

body._AF h1, div._AF h1, html._AF h1 {
  font-size: 26px;
}

div[data-field-name=rdiRemoveConsent] {
  margin-top: 30px;
}

div[data-field-name=rdiRemoveConsent] .fieldContent {
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 0;
  border: 2px solid #194476;
  border-left-width: 5px;
  font-weight: normal !important;
  width: 100%;
}

div[data-field-name=rdiRemoveConsent] .fieldContent label {
  width: 100%;
}

div[data-field-name=rdiRemoveConsent] .fieldContent fieldset {
  width: 100%;
  padding-top: 15px !important;
}

div[data-field-name=rdiRemoveConsent] ._fieldName {
  font-weight: normal;
  display: block;
  line-height: 2;
  padding-top: 0px !important;
}

.repeatable-table tbody tr:first-child td {
  border-top: 0px !important;
}

.achieveforms-container table.repeatable-table {
  width: 100vw;
  display: block;
  overflow: scroll;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 0px !important;
  border: 0px !important;
  border-collapse: collapse;
}

.achieveforms-container table.repeatable-table th:last-of-type, .achieveforms-container table.repeatable-table td:last-of-type {
  width: 100%;
}

.fieldContent .repeatable-table-wrapper:first-of-type {
  display: block !important;
}

.achieveforms-container table.repeatable-table tr td, .achieveforms-container table.repeatable-table tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.repeatable-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

p {
  font-size: 16px !important;
}

.inline-download p {
  display: inline-block;
}

.inline-download p:last-child {
  margin-bottom: 0px !important;
}

#app-content .service-groups a.fsservice-pretty-link h2 {
  color: #fff !important;
}

#app-content .service-groups a.fsservice-pretty-link h2 {
  color: #194476 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}

#app-content .service-groups a.fsservice-pretty-link.active h2 {
  color: #fff !important;
}

div#app-content.container-fluid {
  padding: 0px !important;
}

.row.all-services, .row.grouped-services, .row.filtered-services {
  margin: 0;
}

.row.all-services .col-md-12, .row.grouped-services .col-md-12, .row.filtered-services .col-md-12 {
  padding: 0 !important;
}

.search-form .input-group .search input.form-control.input-lg {
  height: 48px;
  border-radius: 0px !important;
  border: 2px solid #194476;
}

#app-content form.search-form .input-group .search ~ .input-group-btn .btn {
  padding: 15px 30px !important;
  background: #00703c;
  white-space: nowrap;
  margin: 0;
  margin-top: 15px;
  font-size: 13.5pt;
  line-height: normal;
  border-radius: 0px;
  box-shadow: 0 2px 0 #003e00 !important;
}

@media (max-width: 450px) {
  .search-form .input-group {
    width: 100%;
    display: block;
  }
  .search-form .input-group-btn {
    width: 100%;
    display: inline-block;
  }
  .search-form .btn-search {
    width: 100% !important;
    margin-top: 5px;
  }
}
a.fsservice-pretty-link h2, a.fsservice-pretty-link h3 {
  font-size: 14px !important;
  height: auto;
  line-height: normal !important;
}

#app-content .service-groups a.fsservice-pretty-link {
  height: auto !important;
  padding: 10px 15px !important;
  background: #fff !important;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

#app-content .service-groups a.fsservice-pretty-link {
  height: auto !important;
  padding: 10px 15px !important;
  background: #fff !important;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

.service-groups a.fsservice-pretty-link:link, .service-groups a.fsservice-pretty-link:visited {
  border: 1px #ccc solid !important;
}

.service-groups a.fsservice-pretty-link.active:link, .service-groups a.fsservice-pretty-link.active:visited {
  border: 1px #3276b1 solid !important;
}

.service-groups ul.menu li {
  width: auto;
}

.filtered-services ul.services.list-unstyled {
  margin-bottom: 0px;
}

.filtered-services .col-sm-6 {
  width: 100%;
}

.filtered-services .col-sm-10.col-md-10 {
  padding: 0px;
  width: 100%;
}

.filtered-services .col-sm-2.col-md-1 {
  display: none;
}

.filtered-services .col-sm-4 {
  width: 100% !important;
  padding: 0;
}

.filtered-services ul.services.list-unstyled {
  margin-bottom: 0px;
}

.grouped-services {
  padding-left: 0px;
}

#self-content.container {
  margin-top: 0px;
}

.all-services .col-sm-2.col-md-1 {
  background: #fff !important;
  padding: 0;
  margin-top: 15px !important;
  margin-bottom: 7.5px;
  width: 100%;
}

.all-services .col-sm-2.col-md-1 h3.serviceColumnLetter {
  color: #194476 !important;
  font-size: 27pt;
  font-weight: 600;
  margin-bottom: 0;
}

.grouped-services .col-sm-2.col-md-1 {
  background: #fff !important;
  color: #3276b1 !important;
  border: 1px solid #949494;
  text-align: center !important;
  height: 35px;
  width: 35px !important;
  padding: 7px !important;
  margin-bottom: 20px;
}

.grouped-services .col-sm-2.col-md-1 h3.serviceColumnLetter {
  color: #3276b1 !important;
  text-align: center;
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

.filtered-services .col-sm-2.col-md-1 {
  background: #fff !important;
  color: #3276b1 !important;
  border: 1px solid #949494;
  text-align: center !important;
  height: 35px;
  width: 35px !important;
  padding: 7px !important;
  margin-bottom: 20px;
}

.filtered-services .col-sm-2.col-md-1 h3.serviceColumnLetter {
  color: #3276b1 !important;
  text-align: center;
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

.col-sm-12.text-center {
  width: 82% !important;
  max-width: 82% !important;
  margin-left: auto;
  margin-right: auto;
}

.renderForm {
  padding: 0px !important;
}

.row.render .achieveforms-container {
  padding: 3px !important;
}

@media (max-width: 480px) {
  .row.render .achieveforms-container {
    padding-right: 30px !important;
  }
}
@media only print, only screen and (max-width: 767px) {
  ._AF .row .row, .achieveforms-container .row .row {
    width: auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
i.fas.fa-signature {
  font-family: "Font Awesome 5 Free" !important;
}

/* Href Button Styling */
a.hrefBtn[target=_blank] {
  background-image: none;
  padding-right: 0px;
  margin-bottom: 15px;
}

.hrefBtn {
  display: inline-table;
  margin-top: 10px;
  margin-right: 5px;
}

.hrefBtn #btnIcon {
  padding: 10px !important;
  padding-left: 15px !important;
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  background: #fff;
  color: #194476;
  border: 1px solid #949494;
  border-right: 0px;
  border-radius: 4px 0px 0px 4px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.hrefBtn #btnText {
  padding: 10px 15px !important;
  display: table-cell;
  padding-left: 0px !important;
  margin: 0;
  border: 1px solid #949494;
  background: #fff;
  border-radius: 0px 4px 4px 0px;
  color: #194476;
  border-left: 0px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.hrefBtn:hover #btnText, .hrefBtn:hover #btnIcon {
  background: #f9f9f9 !important;
  color: #002B5D !important;
  box-shadow: none;
}

/* End of Href Button Styling */
.LoadingOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000000000000000000000000000000000000000000000000000000000000000000000;
}

span.LoadingOverlayMessage {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  background: #FFF;
  border: 1px solid #949494;
  padding: 15px;
  color: #3276b1;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

span.LoadingOverlayMessageBtm {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  margin-left: -165px;
  left: 50%;
  width: fit-content;
  background: #FFF;
  border: 1px solid #949494;
  padding: 15px;
  color: #3276b1;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

.toast.toast-success {
  color: #fff !important;
  background-repeat: no-repeat;
  background-color: #51a351;
}

.toast-message {
  font-size: 14px !important;
}

textarea:focus, label:focus, button:focus, input:focus, select:focus {
  outline: 1px dotted black;
  outline-offset: 1px;
}

@media only screen and (max-width: 768px) {
  .row.all-services .row .col-sm-2.col-md-1 ~ .col-sm-10.col-md-10, .row.grouped-services .row .col-sm-2.col-md-1 ~ .col-sm-10.col-md-10, .row.filtered-services .row .col-sm-2.col-md-1 ~ .col-sm-10.col-md-10 {
    padding-left: 0px !important;
  }
}
body {
  font-size: 16px;
}

.achieveforms-container .sectionsHead {
  background: #e5eaf0;
  display: inline-block;
  width: 91.66666667%;
}

.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active {
  color: #194476;
}

.sectionNameTab {
  color: #194476 !important;
}

ul.nav.nav-tabs.sectionsHeadInner {
  margin-bottom: 0px !important;
}

.sectionNameWrapper > a {
  font-size: 14px;
}

.sectionsHead .nav > li > a, .nav > li > span {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}

.achieveforms-container .sectionsHead {
  background: #fff;
  margin-left: 10px;
  width: 100%;
  padding-right: 25px;
}

ul.nav.nav-tabs.sectionsHeadInner {
  padding: 15px !important;
}

ul.nav.nav-tabs.sectionsHeadInner {
  margin-top: -4px;
}

@media (min-width: 767px) {
  li.sectionNameWrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  ul.nav.nav-tabs.sectionsHeadInner {
    padding: 0px !important;
  }
  li.sectionNameWrapper {
    cursor: pointer;
  }
  .sectionNameTab {
    padding: 15px !important;
    width: 100%;
    cursor: pointer !important;
  }
  ._AF .sectionNameTab:hover {
    text-decoration-thickness: 3px !important;
  }
}
.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab {
  background: none;
  color: #194476 !important;
  font-weight: bold;
  border: 0px;
  cursor: default !important;
  box-shadow: none;
}

.invalid .sectionNameTab {
  border: 0px !important;
}

.achieveforms-container .sectionsHead .sectionsHeadInner {
  border-bottom: 0px !important;
  margin-left: -5px;
}

.sectionsHeadInner > li {
  font-size: 13px;
}

.sectionsHeadInner > li > a {
  margin-bottom: 0px;
  border-radius: 0px !important;
}

.formHeader {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .achieveforms-container .sectionsHead .sectionsHeadInner {
    margin-left: 0px !important;
  }
}
a {
  cursor: pointer !important;
}

.white-shadow-box {
  background: #fff;
}

.info-panel {
  padding: 20px;
  background: #F7F8FA;
  margin-bottom: 30px;
  border-radius: 0px 0px 6px 6px;
}

.info-panel-inner {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.logo-text {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  box-sizing: border-box;
  border: 1px solid #accce8;
}

.map-panel {
  background: #F7F8FA;
  padding: 0px;
  margin-bottom: 30px;
  border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 1px;
}

.map-panel img {
  width: 100%;
  border-radius: 0px;
}

p.all-services a {
  display: block;
  text-align: center !important;
  font-weight: bold;
  background: #F7F8FA;
  border-radius: 8px;
  padding: 10px 30px 10px 10px;
  font-weight: normal;
  font-size: 1.05em;
  border: 1px solid #86b7e2;
  margin-bottom: 30px;
  margin-top: 20px;
}

ul.moving_in_list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding: 0px 10px 10px 10px;
}

ul.moving_in_list li {
  width: 49%;
  display: inline-block;
  padding: 5px 0px 5px 0px;
}

ul.moving_in_list li a {
  display: block;
  padding: 0px 0px 0px 25px;
  background: url("https://fs-filestore-eu.s3.amazonaws.com/durham/images/crm-icons/moving_arrows.png");
  background-position: left;
  background-repeat: no-repeat;
}

.other-accounts p {
  margin: 0px;
  padding: 0px !important;
  text-align: center;
  color: #006CB7;
  line-height: 20px;
}

.other-accounts p img {
  margin-bottom: 10px;
}

/*gis*/
.map-panel {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#opts {
  border-left: 1px solid #ddd;
}

#opts {
  overflow-x: hidden !important;
}

#opts select {
  margin-top: 0px !important;
  border: none;
  background: transparent;
  margin-left: 0px !important;
  font-size: 0.95em;
}

#opts select option {
  padding: 8px 15px 8px 8px;
  cursor: pointer;
}

#opts select option:nth-child(even) {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*my info*/
.cis_propertyheader {
  margin-bottom: 30px;
}

.cis_propertyheader h2, .moving-in h2 {
  background: 0;
  color: #008695;
  font-size: 1.4em;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}

@media only print, only screen and (max-width: 767px) {
  .sectionNameTab {
    margin: 0px;
  }
  .sectionNameTab {
    border-radius: 0px !important;
  }
  .sectionsHeadInner li:last-child a {
    border-radius: 4px !important;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab {
    padding-left: 10px;
    background: #f9f9f9;
    color: #194476 !important;
    border-color: #ccc !important;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper .sectionNameTab {
    padding-left: 10px;
    line-height: normal !important;
  }
  .achieveforms-container .sectionsHead {
    margin-left: 0px;
    padding-right: 0px;
  }
  .collapsing {
    top: -5px;
    margin-top: -5px;
  }
  .all-sections {
    border-top: 0px !important;
  }
  .sectionsHeadInner > li > a {
    border-radius: 0px !important;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab {
    cursor: pointer !important;
  }
}
.sectionNameWrapper button::before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
}

.sectionNameWrapper:first-child button::before {
  content: "";
  padding: 0px;
  display: contents;
}

.nav-tabs > li > a:hover, .nav-tabs > li > span:hover {
  border-color: rgba(0, 0, 0, 0);
  background: none;
  text-decoration: underline !important;
}

.achieveforms-container div.repeatable-table-wrapper table.repeatable-table td, .achieveforms-container div.repeatable-table-wrapper table.repeatable-table th {
  word-break: break-all !important;
}

.achieveforms-container table.repeatable-table .repeatable-value-header td {
  min-width: 10em;
}

.achieveforms-container table.repeatable-table td .value span ~ span {
  overflow: scroll;
  height: 50px !important;
  display: block;
  word-break: break-all;
}

.repeatable-table-wrapper th.label_header:nth-child(n+2), table.repeatable-table th.label_header:nth-child(n+2) {
  border-left: 1px solid #ddd !important;
}

.repeatable-table-wrapper td.value:nth-child(n+2), table.repeatable-table td.value:nth-child(n+2) {
  border-left: 1px solid #ddd !important;
}

.repeatable-table-wrapper th.label_header, table.repeatable-table th.label_header {
  padding: 5px !important;
}

.repeatable-table-wrapper td.value, table.repeatable-table td.value {
  padding: 5px !important;
}

.achieveforms-container table.repeatable-table tr td, .achieveforms-container table.repeatable-table tr th {
  word-break: normal !important;
}

.achieveforms-container table.repeatable-table {
  float: left;
  border-radius: 0px !important;
  border: 1px solid #ddd !important;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

thead.repeatable-value-header {
  pointer-events: none;
}

tr.repeatable-value {
  pointer-events: none;
}

.repeatable-actions {
  pointer-events: all !important;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.sbmshareButton {
  border-radius: 4px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  transition-property: transform;
}

#sbmFB {
  background: #3b5998;
}

#sbmTW {
  background: #00acee;
}

#sbmLI {
  background: #0e76a8;
}

#sbmWA {
  background: #25d366;
}

#sbmEM {
  background: #666;
}

.sbmshareButton:hover {
  color: #fff;
  margin-top: 0px !important;
}

.shareText {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  background: -webkit-linear-gradient(45deg, #3276b1, #194476);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a:focus {
  outline: 1px dotted #000 !important;
}

#app-content div.service-groups > ul > li > a[title="Currently Unavailable"] {
  display: none;
  height: 0px;
  width: 0px;
}

._AF input[type=date].error:focus, ._AF input[type=date]:focus, ._AF input[type=datetime-local].error:focus, ._AF input[type=datetime-local]:focus, ._AF input[type=datetime].error:focus, ._AF input[type=datetime]:focus, ._AF input[type=email].error:focus, ._AF input[type=email]:focus, ._AF input[type=month].error:focus, ._AF input[type=month]:focus, ._AF input[type=number].error:focus, ._AF input[type=number]:focus, ._AF input[type=password].error:focus, ._AF input[type=password]:focus, ._AF input[type=search].error:focus, ._AF input[type=search]:focus, ._AF input[type=tel].error:focus, ._AF input[type=tel]:focus, ._AF input[type=text].error:focus, ._AF input[type=text]:focus, ._AF input[type=time].error:focus, ._AF input[type=time]:focus, ._AF input[type=url].error:focus, ._AF input[type=url]:focus, ._AF input[type=week].error:focus, ._AF input[type=week]:focus, ._AF select.error:focus, ._AF select:focus, ._AF textarea.error:focus, ._AF textarea:focus, .achieveforms-container input[type=date].error:focus, .achieveforms-container input[type=date]:focus, .achieveforms-container input[type=datetime-local].error:focus, .achieveforms-container input[type=datetime-local]:focus, .achieveforms-container input[type=datetime].error:focus, .achieveforms-container input[type=datetime]:focus, .achieveforms-container input[type=email].error:focus, .achieveforms-container input[type=email]:focus, .achieveforms-container input[type=month].error:focus, .achieveforms-container input[type=month]:focus, .achieveforms-container input[type=number].error:focus, .achieveforms-container input[type=number]:focus, .achieveforms-container input[type=password].error:focus, .achieveforms-container input[type=password]:focus, .achieveforms-container input[type=search].error:focus, .achieveforms-container input[type=search]:focus, .achieveforms-container input[type=tel].error:focus, .achieveforms-container input[type=tel]:focus, .achieveforms-container input[type=text].error:focus, .achieveforms-container input[type=text]:focus, .achieveforms-container input[type=time].error:focus, .achieveforms-container input[type=time]:focus, .achieveforms-container input[type=url].error:focus, .achieveforms-container input[type=url]:focus, .achieveforms-container input[type=week].error:focus, .achieveforms-container input[type=week]:focus, .achieveforms-container select.error:focus, .achieveforms-container select:focus, .achieveforms-container textarea.error:focus, .achieveforms-container textarea:focus {
  outline: 3px solid #FFA203;
  outline-offset: 0;
  border-radius: 0 !important;
}

.achieveforms-container .prefix-wrapper.readonly {
  border-color: #949494 !important;
  background: #f7f7f7 !important;
}

.achieveforms-container .prefix-wrapper.readonly .prefix {
  color: #949494 !important;
}

.achieveforms-container .prefix-wrapper {
  margin-top: 15px !important;
  border: 2px solid #194476 !important;
  border-right: 0px !important;
  padding: 0px 5px !important;
  font-size: 19px !important;
  display: flex;
  align-items: center;
  border-radius: 0px !important;
  background: #e8edf2 !important;
  min-width: 46px !important;
}

.achieveforms-container .field[data-field-type=number] .prefix-wrapper {
  margin-top: 5px !important;
}

.achieveforms-container .postfix-wrapper {
  margin-top: 5px !important;
  border: 2px solid #194476 !important;
  border-left: 0px !important;
  padding: 0px 5px !important;
  font-size: 19px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0px !important;
  background: #e8edf2 !important;
  min-width: 46px !important;
  width: auto;
}

.achieveforms-container .postfix {
  border: none !important;
  padding: 0 10px !important;
  align-self: center;
  display: flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  color: #194476 !important;
  background: none !important;
}

.achieveforms-container .prefix {
  border: none !important;
  padding: 0 !important;
  align-self: center;
  display: flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  color: #194476 !important;
}

.field .clearfix {
  overflow: visible !important;
}

input[type=text] ~ .input-length-count, textarea ~ .input-length-count {
  margin-left: 0 !important;
}

input[type=text] ~ .input-length-count .lengthCountHolder, textarea ~ .input-length-count .lengthCountHolder {
  border: 0 !important;
  background: none !important;
  padding: 0;
  color: #194476;
  font-size: 16px;
}

.achieveforms-container input[type=text], .achieveforms-container textarea {
  margin-top: 15px !important;
}

._AF .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper .sectionNameTab {
  text-decoration: underline;
  padding: 0 !important;
  font-size: 100% !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
}

/* --- BREADCRUMB --- */
.sectionsHeadInner.collapse {
  display: flex !important;
  flex-wrap: wrap;
}

@media only print, only screen and (max-width: 767px) {
  ._AF .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper .sectionNameTab {
    line-height: normal !important;
    padding: 5px !important;
    padding-left: 10px !important;
  }
  .achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active:first-child .sectionNameTab {
    padding-left: 0 !important;
    background: none;
  }
  .sections-toggle-wrapper.visible-xs {
    display: none !important;
  }
}
/* --- END BREADCRUMBS --- */
.nav > li > a:focus, .nav > li > a:hover, .nav > li > span:focus, .nav > li > span:hover {
  background: #fff;
}

._AF .select2-container .select2-search-field input[type=text], .achieveforms-container .select2-container .select2-search-field input[type=text] {
  margin-top: 0 !important;
  padding: 0 !important;
}

input.select2-focused {
  border: 1px solid #194476 !important;
  border-radius: 0px !important;
}

.select2-drop-active {
  border: 2px solid #194476;
  border-radius: 0;
  box-shadow: none;
}

/* ------ Formatted & Grouped ------ */
/* --- Radio & Checkbox fields --- */
/* Both */
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=checkbox] + label.btn, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error input[type=radio] + label.btn, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.error + input.other-input {
  border: 0;
  font-size: 19px;
}

.radio2[disabled] + label, .check2[disabled] + label {
  opacity: 1 !important;
  cursor: no-drop;
  pointer-events: none;
}

input[type=checkbox]:checked + label.btn, input[type=radio]:checked + label.btn {
  text-align: left;
}

.no-touch .achieveforms-container .field fieldset.fieldInput.error input[type=checkbox] + label.btn:hover, .no-touch .achieveforms-container .field fieldset.fieldInput.error input[type=radio] + label.btn:hover {
  background-color: #fff !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:checked:disabled + label:before, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio]:checked:disabled + label:before {
  background-color: #ddd !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper {
  width: auto;
}

.checkbox-label, .radio-label {
  overflow: hidden;
  text-align: left;
}

.fieldInput.checkbox, .fieldInput.radio {
  line-height: 0px !important;
  padding-left: 0px !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label {
  line-height: 2 !important;
  overflow: visible;
  position: relative;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[data-type=date-subfield], .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=checkbox] + label.btn, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=radio] + label.btn, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid + input.other-input {
  border: 0;
  background: none;
  box-shadow: none;
  color: #194476 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2:focus + label:before, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2:focus + label:before, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2:focus + label:before, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2:focus + label:before {
  color: #194476;
  outline: 3px solid orange;
  box-shadow: none;
}

input[type=radio].checked + label:before, input[type=radio]:checked + label:after {
  content: "";
  width: 24px;
  height: 24px;
  background: #194476;
  border-radius: 50%;
  position: absolute;
  top: 3.5px;
  left: -43px;
  display: block;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2:focus + label.btn, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2:focus + label.btn, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2:focus + label.btn, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2:focus + label.btn {
  box-shadow: none;
  border: 0;
}

._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled], ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled] + label, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2[disabled], ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2[disabled] + label, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2[disabled], ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2[disabled] + label, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled], ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled] + label {
  display: inline-block !important;
  color: #757575 !important;
}

.product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled] + label:before, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled]:checked + label:before, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2[disabled] + label:before, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2[disabled]:checked + label:before, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2[disabled] + label:before, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2[disabled]:checked + label:before, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled] + label:before, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled]:checked + label:before {
  display: inline-block !important;
  content: "" !important;
  border-color: #949494 !important;
  background: #f7f7f7;
  color: #757575 !important;
}

._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled] + label:after, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled]:checked + label:after, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2[disabled] + label:after, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .radio2[disabled]:checked + label:after, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2[disabled] + label:after, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .check2[disabled]:checked + label:after, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled] + label:after, ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled]:checked + label:after {
  color: #949494;
}

.product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper .check2[disabled], ._AF .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper .radio2[disabled] {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
}

.checkbox-wrapper, .radio-wrapper {
  padding-left: 50px;
}

.product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label, .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label, .product_service .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label, .product_service .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label {
  color: #194476;
}

/* Radio */
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio] + label::before {
  content: "";
  color: #666;
  height: 38px !important;
  width: 38px !important;
  border-color: #194476 !important;
  border-style: solid;
  border-width: 2px !important;
  max-width: unset !important;
  margin-right: 7px !important;
  border-radius: 50% !important;
  background: #fff !important;
  position: absolute;
  left: -50px;
}

.radio-label {
  font-size: 16px !important;
}

label.radio-label::before {
  color: #008A00;
  background: #fff;
}

label.radio-label.btn:focus {
  color: #fff !important;
  background: #008A00 !important;
  border: 1px solid #008A00 !important;
}

.field .fieldContent fieldset.fieldInput.vertical .radio-wrapper label {
  width: unset !important;
}

.vertical .radio-wrapper .radio-label {
  display: block !important;
  margin-bottom: 10px !important;
}

input[type=radio] + label:before {
  margin-top: -3.5px !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio]:disabled + label.btn {
  opacity: 0.6 !important;
}

label.radio-label.btn {
  word-break: break-word;
}

.vertical .radio-wrapper {
  margin: 20px 0 !important;
  display: block !important;
}

.vertical .radio-wrapper:first-child {
  margin-top: 0 !important;
}

.vertical .radio-wrapper:first-of-type {
  margin-top: 0 !important;
}

.vertical .radio-wrapper:last-of-type {
  margin-bottom: 0 !important;
}

.horizontal span.radio-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}

.radio.horizontal .radio-wrapper {
  padding-right: 15px;
}

/* Checkbox */
.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox] + label::before {
  content: "";
  height: 38px !important;
  width: 38px !important;
  border-color: #194476 !important;
  border-style: solid;
  border-width: 2px !important;
  max-width: unset !important;
  margin-right: 7px !important;
  border-radius: 4px !important;
  position: absolute;
  left: -50px;
}

label.checkbox-label.btn:focus {
  color: #fff !important;
  background: #008A00 !important;
  border: 1px solid #008A00 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=checkbox]:checked + label.btn:before {
  content: unset;
  padding-left: 0px;
}

label.checkbox-label {
  font-size: 19px !important;
}

.field .fieldContent fieldset.fieldInput.vertical .checkbox-wrapper label {
  width: unset !important;
}

._AF fieldset[disabled] span input, ._AF div.fieldContent fieldset[disabled] span.checkbox-wrapper input[type=checkbox], .achieveforms-container div.fieldContent fieldset[disabled] span.checkbox-wrapper input[type=checkbox] {
  display: none !important;
}

.checkbox.vertical {
  width: 100%;
}

.vertical .checkbox-wrapper .checkbox-label {
  display: block !important;
  margin-bottom: 10px !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled + label.btn {
  opacity: 0.6 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled + label.btn {
  opacity: 0.6 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 1;
  font-size: 24px;
  left: -48px;
  top: 1px;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  color: #194476;
  justify-content: center;
}

input[type=checkbox] ~ label:hover::before {
  background: #e8edf2 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox] ~ label:hover::after, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:focus ~ label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 1;
  font-size: 24px;
  left: -48px;
  top: 1px;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  color: #bbc6d7;
  justify-content: center;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:checked ~ label:hover::after, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:checked:focus ~ label::after {
  color: #194476;
}

.checkbox.horizontal .radio-wrapper {
  padding-right: 15px;
}

/* Upload field */
.upload {
  padding-left: 0px !important;
}

button.resumable-file-name.btn.btn-link.data-uri-btn {
  background: none !important;
  box-shadow: none;
  text-decoration: underline;
  font-size: 16px !important;
  color: #194476 !important;
}

.resumable-file .btn-link {
  display: inline-block !important;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60%;
  text-align: left !important;
}

i.progress-control.fa.fa-times.remove-upload {
  margin: 0 !important;
}

.remove-upload:before {
  content: "\f00d" !important;
}

.remove-upload:hover {
  color: #f24e4e !important;
}

.remove-upload {
  font-size: 16px !important;
  margin: 3px 0 0 !important;
  color: unset !important;
  margin-right: 5px !important;
  vertical-align: middle !important;
}

img.imagePreview {
  display: none;
}

.resumable-file .btn.btn-link {
  padding: 0px !important;
  margin: 0px !important;
}

li.resumable-file {
  background: #fff;
  border-radius: 0px !important;
  margin-top: 5px !important;
  border-top: 1px solid #194476;
  border-bottom: 1px solid #194476;
  color: #194476;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resumable-file .btn-link {
  color: #07a7ff !important;
  font-size: 14px !important;
}

button.btn.btn-sm.btn-af.upload-button {
  background-color: #00703c;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px !important;
  box-shadow: 0 2px 0 #003e00 !important;
  line-height: 2em;
  text-transform: capitalize;
  z-index: 1;
}

button.btn.btn-sm.btn-af.upload-button:hover, button.btn.btn-sm.btn-af.upload-button:focus {
  background: #003E00 !important;
  box-shadow: 0 2px 0 #002400 !important;
  cursor: pointer;
  color: #fff;
}

.achieveforms-container .resumable-drop {
  border: 0;
  text-align: left;
  padding: 0;
  border-radius: 0;
  line-height: 1.5em;
  margin-bottom: 10px;
}

div[data-field-type=upload] .upload {
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

.drop-upload-message {
  display: none;
}

.upload-button i.fa.fa-upload.upload-icon {
  display: block;
}

.upload-button i.fa.fa-upload.upload-icon {
  display: none;
}

@media (max-width: 375px) {
  .resumable-drop {
    background-size: 90%, contain !important;
  }
}
button.btn.btn-sm.btn-af.upload-button:before {
  content: "\f093";
  font-family: FontAwesome;
  margin-right: 10px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  border: 0px !important;
  opacity: 1 !important;
  background-color: #E3E3E3 !important;
  color: #636363 !important;
  box-shadow: 0 2px 0 #B0B0B0 !important;
}

.upload.fieldInput {
  line-height: normal !important;
}

.fileType {
  color: #194476 !important;
  font-size: 16px !important;
}

span.fileCount {
  margin-top: 10px;
  display: block;
  float: none !important;
  font-size: 16px !important;
  color: #194476 !important;
}

span.fileCount:focus {
  outline: 3px solid #FFA203;
  outline-offset: 0;
}

button.btn.btn-sm.btn-af.upload-button[disabled] {
  background-color: #E3E3E3 !important;
  color: #636363 !important;
  box-shadow: 0 2px 0 #B0B0B0 !important;
}

button.btn.btn-sm.btn-af.upload-button[disabled]::after {
  content: "\f05e";
  font-family: "FontAwesome";
  margin-left: 10px;
}

button.btn.btn-sm.btn-af.upload-button[disabled]::before {
  display: none;
}

/* --- Navigation Buttons --- */
@media (max-width: 700px) {
  .fillinButtons button {
    width: 100%;
    margin-bottom: 20px !important;
  }
  button.savebutton {
    margin-right: 0px !important;
  }
}
button#CancelButton {
  background: #194476 !important;
  color: #fff !important;
  padding: 0px 20px !important;
}

button#CancelButton:hover {
  background: #001f43 !important;
}

button#CancelButton:active {
  background: #3276b1 !important;
}

._AF .btn.btn-af.cancelbutton {
  color: #00e;
  border: 0;
  box-shadow: none;
  background: none;
  padding: 20px 0px !important;
  min-width: auto;
}

._AF .btn.btn-af.cancelbutton .cancelText {
  color: inherit;
  text-decoration: underline;
}

.fillinButtons-wrapper {
  width: 100%;
}

._AF .achieveforms-container .nextbutton {
  color: #fff;
  box-shadow: 0 2px 0 #001143;
}

.previousbutton + .cancelbutton {
  margin-left: auto !important;
  float: none !important;
  margin-right: auto !important;
}

._AF .btn-af.cancelbutton:hover, ._AF .btn-af.cancelbutton:focus {
  background: none !important;
  color: #003078 !important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.cancelbutton i {
  display: none;
}

.btn-af.cancelbutton:hover i {
  color: #fff !important;
}

.cancelText {
  color: #333;
}

.fillinButtons {
  margin-top: 20px;
}

.fillinButtons .btn {
  padding: 20px !important;
}

.btn.btn-af.previousbutton {
  color: #00e;
  box-shadow: none;
  min-width: auto;
  background: #fff;
  margin-right: 15px !important;
  padding: 20px 0px !important;
}

.btn.btn-af.previousbutton .previousText {
  text-decoration: underline;
}

.btn.btn-af.previousbutton i {
  display: none;
}

.btn.btn-af.previousbutton:hover, .btn.btn-af.previousbutton:focus {
  background: none !important;
  color: #003078 !important;
  text-decoration-thickness: 3px;
}

.btn.btn-af.nextbutton:hover, .btn.btn-af.nextbutton:focus {
  background: #3276b1 !important;
  box-shadow: 0 2px 0 #001143;
}

._AF .achieveforms-container .savebutton {
  background: #066e3c;
  box-shadow: 0 2px 0 #003e00;
  color: #fff;
}

._AF .savebutton .saveText {
  color: inherit;
}

.savebutton i {
  color: #fff;
}

.btn.btn-af.savebutton:hover, .btn.btn-af.savebutton:focus, .btn.btn-af.submitbutton:hover, .btn.btn-af.submitbutton:focus {
  background: #003E00 !important;
}

.btn.btn-af.savebutton:hover i {
  color: #fff;
}

._AF .achieveforms-container .submitbutton {
  background: #215489;
  color: #fff;
  box-shadow: 0 2px 0 #003e00;
}

._AF .submitbutton.btn.disabled, ._AF .nextbutton.btn.disabled, ._AF .savebutton.btn.disabled {
  background: #E3E3E3 !important;
  color: #636363 !important;
}

._AF .submitbutton.btn.disabled i, ._AF .nextbutton.btn.disabled i, ._AF .savebutton.btn.disabled i {
  color: #636363;
}

.cancelbutton.btn.disabled, .previousbutton.btn.disabled {
  color: #757575 !important;
  background: none !important;
  box-shadow: none !important;
}

.cancelbutton.btn.disabled span, .previousbutton.btn.disabled span {
  text-decoration: none !important;
}

@media (max-width: 700px) {
  .fillinButtons > .previousbutton {
    float: left !important;
    width: 47%;
    box-sizing: border-box;
  }
  .fillinButtons > .cancelbutton {
    margin-top: 80px !important;
  }
  .fillinButtons > .cancelbutton + .nextbutton {
    margin-top: -168px;
  }
  .fillinButtons > .previousbutton + .cancelbutton {
    margin-top: 0px !important;
  }
  .fillinButtons > .cancelbutton + .nextbutton {
    margin-top: -168px;
  }
  .fillinButtons > .previousbutton + .cancelbutton + .nextbutton {
    margin-top: -168px;
  }
  .fillinButtons > .previousbutton + .cancelbutton {
    float: left !important;
  }
  .fillinButtons > .previousbutton + .cancelbutton + .submitbutton {
    margin-top: -168px;
    width: 47%;
    border: 1px solid #194476;
  }
  .fillinButtons > .previousbutton + .cancelbutton + .nextbutton {
    float: right !important;
  }
  .fillinButtons > .previousbutton ~ .nextbutton {
    width: 47%;
    box-sizing: border-box;
  }
  .fillinButtons > .cancelbutton + .submitbutton {
    margin-top: -168px !important;
  }
  .render-subform .fillinButtons > .cancelbutton + .submitbutton {
    margin-top: 0px !important;
  }
  .nextbutton + .savebutton {
    float: left;
  }
}
/* --- Button CSS --- */
.fieldInput.button::before {
  font-family: FontAwesome !important;
  padding-right: 10px;
}

.achieveforms-container button {
  padding: 6px 20px 5px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  border: 0;
  border-radius: 0px;
  font-size: 19px !important;
  line-height: 2em;
  background: #066e3c;
  box-shadow: 0 2px 0 #003e00;
}

._AF .btn.btn-default, .achieveforms-container .btn.btn-default {
  color: #FFF;
}

.achieveforms-container button.field-btn {
  background: #026f3c;
  box-shadow: 0 2px 0 #003E00;
  margin-top: 30px !important;
}

.achieveforms-container button:hover {
  background: #003E00;
  box-shadow: 0 2px 0 #002400;
}

.achieveforms-container ._AF .btn-af, .achieveforms-container .btn-af {
  background-color: #194476;
  color: #fff;
  border: none;
  font-size: 16px !important;
}

.achieveforms-container ._AF .btn-af:hover {
  background-color: #001F43 !important;
}

.achieveforms-container .btn-af:hover {
  background-color: #001F43 !important;
}

button.btn.btn-default {
  float: left;
  font-size: 14px;
}

button.btn.btn-default.btn-danger {
  margin-right: 10px;
}

button.btn.btn-default.btn-success {
  margin-right: 10px;
}

.btn-primary {
  background: #3276b1;
  border: 0px;
  padding: 10px 15px;
  font-size: 16px;
}

.btn-primary:hover {
  background: #194476;
  border: 0px;
}

.btn-info {
  background: #194476;
}

.btn-info:visited {
  color: #fff;
}

._AF .btn-default.active, ._AF .btn-default:active {
  background: #C2A715 !important;
  box-shadow: 0 2px 0 #8F7400 !important;
}

.btn-default.focus, .btn-default:focus {
  outline: 3px solid #FFA203 !important;
  outline-offset: 0 !important;
  background: #003E00 !important;
}

button.focus, button:focus {
  outline: 3px solid #FFA203 !important;
  outline-offset: 0 !important;
}

/* --- Random new cs --- */
.erroricon i {
  width: auto !important;
  color: #db3701;
}

.field .fieldInput.html {
  padding-top: 15px !important;
  display: block;
}

a.internal-form-link {
  padding: 10px 10px;
  display: block;
  height: auto;
  width: fit-content;
  background: #026f3c;
  -webkit-box-shadow: 0 2px 0 #003e00;
  box-shadow: 0 2px 0 #000;
  color: #fff;
  font-size: 16px;
}

a.internal-form-link:hover, a.internal-form-link:focus {
  background: #003E00;
}

a.internal-form-link:focus {
  outline: 3px solid #FFA203 !important;
  outline-offset: 0;
}

a.internal-form-link::after {
  content: "\f245";
  font-family: "Font Awesome 5 Free";
  margin-left: 7.5px;
  font-weight: 900;
}

._AF .select2-container.select2-container-disabled, .achieveforms-container .select2-container.select2-container-disabled {
  background-color: unset;
}

._AF .select2-container.select2-container-disabled .select2-choice {
  background-color: #f7f7f7 !important;
  border: 2px solid #949494 !important;
  color: #717171;
  cursor: default !important;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  box-shadow: none;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled + label:before, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio]:disabled + label:before {
  border-color: #949494 !important;
  background: #f7f7f7 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio]:checked:disabled + label:after {
  background: #949494 !important;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled + label, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=radio]:disabled + label {
  cursor: default;
  color: #949494;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:checked:disabled + label::after {
  display: flex !important;
  color: #949494;
}

.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled ~ label:hover::after, .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type=checkbox]:disabled:focus ~ label::after {
  display: none;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput label.btn, .achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode label.btn {
  border: 0;
}

.no-touch .achieveforms-container .field fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=checkbox] + label.btn:hover, .no-touch .achieveforms-container .field fieldset.fieldInput.inlineSubform.non-mandatory fieldset.fieldInput.error input[type=radio] + label.btn:hover, .no-touch .achieveforms-container .field label.btn:hover {
  background-color: unset;
}

.radio-label.btn.active, .radio-label.btn:active, .checkbox-label.btn.active, .checkbox-label.btn:active {
  box-shadow: none;
}

._AF .radio-label.btn.disabled, ._AF .radio-label.btn[disabled], ._AF fieldset[disabled] .radio-label.btn {
  background-color: unset !important;
  box-shadow: unset !important;
}

._AF input.other-input {
  border: 2px solid #194476;
  border-radius: 0;
  min-height: 35px;
  padding: 5px;
  font-size: 16px;
  height: auto;
  line-height: 2em;
}

.staticText {
  margin-top: 30px;
  display: block;
}

.postfix, .prefix {
  min-width: fit-content;
}

.btn {
  white-space: normal;
}

.manual-tabbing:focus {
  outline: 3px solid #FFA203;
  outline-offset: 0;
}

section[tabindex="0"]:focus {
  outline: 3px solid #FFA203;
  outline-offset: 0;
}

#tooltip-box section[tabindex="0"] {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

._AF .currency-prefix-wrapper.readonly .currency-prefix:focus, ._AF .postfix-wrapper.readonly .postfix:focus, ._AF .prefix-wrapper.readonly .prefix:focus, ._AF .readonly:focus, ._AF fieldset[disabled] input:focus, ._AF input[readonly]:not(.iemobile-pseudo-readonly):focus, ._AF select[readonly]:focus, ._AF textarea[readonly]:focus, .achieveforms-container .currency-prefix-wrapper.readonly .currency-prefix:focus, .achieveforms-container .postfix-wrapper.readonly .postfix:focus, .achieveforms-container .prefix-wrapper.readonly .prefix, .achieveforms-container .readonly:focus, .achieveforms-container fieldset[disabled] input:focus, .achieveforms-container input[readonly]:not(.iemobile-pseudo-readonly):focus, .achieveforms-container select[readonly]:focus, .achieveforms-container textarea[readonly]:focus {
  outline: 3px solid #FFA203 !important;
  outline-offset: 0;
}

span.lengthCountHolder::before {
  display: none;
}

/* --- SUMMARY TABLE --- */
.sum-lr {
  display: table-row;
  border-bottom: 1px solid #194476 !important;
}

dd.sum-val {
  display: table-cell;
  width: 50%;
  padding: 10px 0px;
}

dt.sum-key {
  display: table-cell;
  width: 50%;
  padding: 10px 60px 10px 0px;
  color: #194476;
}

.sum-lr > * {
  border-bottom: 1px solid #194476;
}

dl.summary-table {
  display: table;
  font-size: 19px;
  padding-left: 0 !important;
}

@media only screen and (max-width: 650px) {
  dl.summary-table {
    display: block;
    font-size: 16px;
  }
  .sum-lr, dt.sum-key, dd.sum-val {
    display: block;
  }
  .sum-lr > * {
    border: 0;
  }
  .sum-lr {
    border-bottom: 1px solid #194476;
  }
  dt.sum-key {
    padding-bottom: 0px;
  }
  .sum-lr {
    padding: 5px 0px;
  }
  .sum-key, .sum-val {
    width: 100% !important;
  }
}
/* --- END SUMMARY TABLE --- */
/* --- FEES TABLE --- */
.fees-table caption {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  color: #194476;
  padding-bottom: 10px;
}

.fees-table thead {
  border-bottom: 2px solid #194476;
  font-size: 19px;
}

table.fees-table {
  border-collapse: collapse;
  width: 100%;
}

.fees-table thead th {
  padding: 5px 0px;
  color: #194476;
}

.fees-table tbody th {
  color: #194476;
}

.fees-table tbody tr {
  border-bottom: 1px solid #194476;
}

.fees-table tbody tr th, .fees-table tbody tr td {
  padding: 5px 0px;
}

.fees-table tbody tr th {
  max-width: 50%;
  width: 50%;
}

.fees-table tfoot {
  font-size: 19px;
  color: #194476;
  border-bottom: 2px solid #194476;
  border-top: 2px solid #194476;
}

.fees-table tfoot th, .fees-table tfoot td {
  padding: 5px 0px;
}

.fees-table tfoot td {
  font-size: 16px;
  font-weight: bold;
}

/* --- END FEES TABLE --- */
dl:focus, table:focus {
  outline: 3px solid #FFA203 !important;
  outline-offset: 0 !important;
}

.html a, .statictext a {
  text-decoration: underline;
}

._AF button.dcc_postcode_search_button {
  margin-top: 0 !important;
}

.invalid_postcode_tooltip, .no_results_tooltip {
  margin-top: 0px !important;
}

.outer_invalid_postcode_tooltip .fieldInput.html {
  padding-top: 0 !important;
}

.search_postcode_text {
  padding-top: 5px;
  display: block;
  color: #58799D;
  font-size: 12pt;
}

.fieldContent.outer_no_results .html {
  padding-top: 0 !important;
}

input.dcc_postcode_input {
  padding: 5px 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans";
  font-weight: 600 !important;
  width: fit-content;
  max-width: none;
  font-weight: 500;
  color: #194476;
  max-height: none !important;
  height: auto !important;
}

.hidden_html_field {
  display: none;
}

/* --- SERVICES LIST CSS --- */
.services a.form-name {
  border-bottom: 1px solid #002a9d;
  font-size: 13.5pt;
}

.services a.form-name:hover {
  border-bottom: 0;
  color: #194476;
  text-decoration: underline;
}

ul.services.list-unstyled {
  line-height: 2.5em;
  list-style: disc;
  padding-inline-start: 20px;
}

.all-services .col-sm-4 {
  width: 100%;
  padding: 0;
}

.all-services .row {
  margin: 0;
}

.all-services li::marker {
  color: #006CB7;
}

.all-services .col-sm-10.col-md-10 {
  width: 100%;
  padding: 0;
}

#app-content .search-row .input-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#app-content .row {
  margin: 0;
}

#app-content .search-row .col-md-12 {
  padding: 0;
  margin: 0;
}

#app-content .col-md-12 {
  padding: 0;
}

#app-content .search-form .search {
  width: 100%;
}

.filtered-services .col-sm-12 {
  padding: 0;
}

.row.filtered-services {
  padding-top: 15px;
}

.form-link-color {
  color: inherit;
}

.row.all-services {
  border-top: 2px solid #194476;
  margin-top: 30px !important;
}

.search-form input:focus-visible {
  outline: 3px solid #FFA203;
  outline-offset: 0;
  box-shadow: none;
}

/* --- SERVICES LIST CSS END --- */
button.save.btn.btn-af[aria-label="Download PDF"] {
  display: none;
}

a[href*=durhamdev-self], a[href*="durham-self.test"] {
  /* background-color: red!important; */
}

h1#hello-title, #app-content h1.title {
  display: none;
}

/* --- DARK MODE ---
:root {
	--dm-w: #fff;
	--dm-bg: #071222;
	--dm-e-bg: #141F2F;
	--dm-e-bg-h: #2E3949;
	--dm-i-bg: #5A6472;
	--dm-i-bg-h: #8D97A5;
	--dm-cl: #3B8CE8;
	--dm-gl: #194476;
	--dm-gd: #002B5D;
	--dm-t-h: #4491E9;
	--dm-bg-h: #19273B;
}

@media (prefers-color-scheme: dark) {
	html._AF, html._AF body {
		background: var(--dm-bg);	
	}

	a {color: var(--dm-cl);}

	body,
	html._AF body, 
	p, 
	li, 
	span._fieldName, 
	html._AF h1, 
	html._AF h2, 
	html._AF h3, 
	html._AF h4, 
	html._AF h5, 
	html._AF h6, 
	.container-fluid h1.formName span, 
	.achieveforms-container .sectionsHead .sectionsHeadInner .sectionNameWrapper.active .sectionNameTab, 
	html body .product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label, 
	.product_self .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label, 
	.product_service .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .checkbox-wrapper label, 
	.product_service .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput .radio-wrapper label, 
	body .html span, 
	body .statictext span, 
	._AF input[type=date], 
	._AF input[type=datetime-local], 
	._AF input[type=datetime], 
	._AF input[type=email], 
	._AF input[type=month], 
	._AF input[type=number], 
	._AF input[type=password], 
	._AF input[type=search], 
	._AF input[type=tel], 
	._AF input[type=text], 
	._AF input[type=time], 
	._AF input[type=url], 
	._AF input[type=week], 
	._AF select, 
	._AF textarea, 
	.achieveforms-container input[type=date], .achieveforms-container input[type=datetime-local], 
	.achieveforms-container input[type=datetime], .achieveforms-container input[type=email], .achieveforms-container input[type=month], 
	.achieveforms-container input[type=number], .achieveforms-container input[type=password], .achieveforms-container input[type=search], 
	.achieveforms-container input[type=tel], .achieveforms-container input[type=text], .achieveforms-container input[type=time], 
	.achieveforms-container input[type=url], .achieveforms-container input[type=week], .achieveforms-container .fieldContent select, 
	.achieveforms-container textarea, .input-length-count .lengthCountHolder, .textarea-length-count .lengthCountHolder, 
	.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type="checkbox"]:checked + label::after, 
	html body .achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput.valid input[type=checkbox]+label.btn,
	span.fileCount,
	.fileType {
		color: var(--dm-w)!important;
	}
	hr {
		border-color: var(--dm-w)!important;
	}
	.achieveforms-container .sectionsHead, .dropdown-menu {
		background: var(--dm-e-bg)!important;
	}

	.blue-tooltip i, button.btn.btn-af.previousbutton:hover, button.btn.btn-af.cancelbutton:hover, .sectionNameTab {
		color: var(--dm-cl)!important;
	}

	input[type=radio].checked+label:before, input[type=radio]:checked+label:after {
		background: var(--dm-cl);	
	}

	.blue-tooltip {
		background: var(--dm-e-bg);
		border-color: var(--dm-cl)!important;
	}
	.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type="radio"] + label::before, ._AF input[type=date], ._AF input[type=datetime-local], ._AF input[type=datetime], ._AF input[type=email], ._AF input[type=month], ._AF input[type=number], ._AF input[type=password], ._AF input[type=search], ._AF input[type=tel], ._AF input[type=text], ._AF input[type=time], ._AF input[type=url], ._AF input[type=week], ._AF select, ._AF textarea, .achieveforms-container input[type=date], .achieveforms-container input[type=datetime-local], .achieveforms-container input[type=datetime], .achieveforms-container input[type=email], .achieveforms-container input[type=month], .achieveforms-container input[type=number], .achieveforms-container input[type=password], .achieveforms-container input[type=search], .achieveforms-container input[type=tel], .achieveforms-container input[type=text], .achieveforms-container input[type=time], .achieveforms-container input[type=url], .achieveforms-container input[type=week], .achieveforms-container .fieldContent select, .achieveforms-container textarea, ._AF .select2-container.select2-container-multi .select2-choices, ._AF .advancedSelect .select2-choice {
		background: var(--dm-i-bg)!important;
		border-color: var(--dm-w)!important;
		color: var(--dm-txt)!important;
	}

	.achieveforms-container .all-sections .field .fieldContent fieldset.fieldInput input[type="checkbox"] + label::before {
		background: var(--dm-i-bg);
		border-color: var(--dm-i-w)!important;
		color: var(--dm-w)!important;
	}


	.datepicker table tr td.day:hover, 
	.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
		background: var(--dm-e-bg-h);
	}

	input[type="checkbox"] ~ label:hover::before {
		background: var(--dm-i-bg-h)!important;	
		border-color: var(--dm-i-bg-h)!important;
	}

	a:focus, a:hover {
		color: orange;
	}

	a:visited {
		color: #AE7E9F;
	}

	._AF .btn.btn-af.cancelbutton {
		color: #fff;
	}
	.form-reference-wrapper.col-sx-12.col-sm-12 {
		color: #818181;
	}
	button.btn.btn-af.previousbutton {
		background: none;
		color: #fff;
	}
	._AF .help-text, ._AF .separatedDateFieldLabel-alignAbove, .achieveforms-container .separatedDateFieldLabel-alignAbove {
		color: #C7C7C7!important;
	}

	div[data-field-type=text] .fieldContent .text[readonly=true], div[data-field-type=textarea] .fieldContent textarea[readonly=true], .fieldContent input[readonly=true] {
		background: var(--dm-ro-bg)!important;
		border-color: var(--dm-ro-bg)!important;
		color:#bababa!important;
	}


	::placeholder {color: #E0E0E0;}
	::-webkit-input-placeholder {color: #E0E0E0;}
	span.mandatory {
		color: #FF5B29!important;
	}

	.achieveforms-container button.field-btn, ._AF .achieveforms-container .savebutton {
		background: var(--dm-btn);	
		box-shadow: var(--dm-btn-bxs);
	}
}*/
label {
  margin-right: 8px !important;
}

#search-submit {
  margin-right: 8px;
}

/* form */
.form-inline button, .form-inline input, .form-inline input[type=text], .form-inline select {
  min-height: 50px;
  min-width: 50px;
}

.site-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.azure-auth-element {
  background-color: #cae8c7;
}
.azure-auth-element .login-form.form-horizontal {
  background-color: #e7e7e7;
}

.table.table-responsive tr {
  min-height: 50px;
}
.table.table-responsive tr th {
  min-height: 50px;
  height: 50px;
  font-size: 14px;
  vertical-align: middle;
}
.table.table-responsive tr td {
  min-height: 50px;
  height: 50px;
  font-size: 14px;
  vertical-align: middle;
}
.table.table-responsive tr td h2 {
  font-size: 14px !important;
}
.table.table-responsive tr td .tasks.hidden-mobile {
  padding: 0;
}

.table_actions .table_buttons {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.table_actions .table_buttons p {
  margin: 0;
}
.table_actions .table_buttons button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E5EAF0;
  color: #111;
  min-height: 50px;
  min-width: 50px;
  margin: 0 5px;
  padding: 10px 20px;
  border: 0;
  box-shadow: unset !important;
}/*# sourceMappingURL=forms2022.css.map */