
/* fixes preformatting in FormBuilder */
pre {
margin: 0rem 0rem 1.2rem;
background-color: inherit;
margin: 0;
}


body {
  font-family: "Zilla Slab", serif;
  line-height: 1.6;
  color: #464646;
  font-size: 16px; 
}

h1, h2, h3, h4, h5, h6, 
pre h1, pre h2, pre h3, pre h4, pre h5, pre h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #006644;
  margin: 0;
  padding: 0;
}

h1,
pre h1 {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}

h2,
pre h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

h3,
pre h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

h4,
pre h4 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

h5, h6 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

h6 {
  color: #464646;
}

@media screen and (min-width: 40rem) {
  h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  h2 {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
  h3 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  h4 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 64rem) {
  h1 {
    font-size: 5.4rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3.2rem;
  }
}

/*Green line above h2*/
h2.border-top {
	border-top: 0.2rem solid #C7D28A;
	padding-top: 0.5rem;
}


p, ul, ol {
  font-size: 20px;
  color: #464646;
  margin-bottom: 30px;
}

p.intro-text {
  font-size: 24px;
  line-height: 1.55;
  color: #464646;
  margin-bottom: 30px;
}

p.body-text {
   color:white;
}

@media screen and (min-width: 64em) {
p.intro-text {
    font-size: 28px;
  }
}

a {
  color: #005172;
}

.alfresco {
  color: #567B8A;
}



/* APPLICATION FORM CSS */

/* + LEFT NAV*/
/*hide checklist button on desktop*/
@media screen and (min-width: 992px) {
    .navigation-progess-bar-div .navbar-header {
        display: none;
    }
}

.navbar {
  border: none !important;
}
#nav-container {
    width: 100%;
    line-height: 1;
}

#nav-container #right {
    padding-left: .5rem;
}

.side-bar-page-list-div.ng-scope {
  border-bottom: .1rem solid #EEF1DC;
}

#navbarCollapse ul {
  border: none !important;
}

#navbarCollapse ul li {
  display: block;
  padding: 1rem;
  border-left: none !important;
  border-right: none;
  font-family: "Oswald",sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.side-bar-page-list.selected-page {
    background: #597C31 !important;
}

.side-bar-page-list.selected-page span {
    color: #ffffff !important;
}

#nav-container #right span {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #4a4a4a;
    font-weight: 400 !important;
}

/* end LEFT NAV*/


/* hiding duplicate text that displays on mobile */
.slds-col--padded.slds-size--1-of-1.showOnMobile.formbuilder-paragraph-component span.label-instruction-text-margin.ng-binding.ng-scope {
  display: none;
}

/* Section Heading */
.slds p.slds-text-heading--label {
    background: none !important;
    color: #006644;
    text-align: left;
    padding: 0 0 2rem 0;
    border-radius: 0;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: normal;
    margin-right: 1.2rem;
    margin-bottom: 0;

}

.slds .add-another-section-div p.slds-text-heading--label {
    font-size: 28px;
    border-top: .2rem solid rgba(91,187,183,.44);
    margin-top: 3rem !important;
}

.slds .slds-form-element__label,
.slds .slds-form--horizontal .slds-form-element > .slds-form-element__label {
    display: inline-block;
    color: #005172;
    font-size: 20px;
    line-height: 1.3;
    margin-right: 12px;
    margin-bottom: 0px;
}

.slds .slds-form--horizontal .slds-form-element > .slds-form-element__label {
    margin-bottom: 1.2rem;
}

.slds a,
.slds .slds-table--bordered td, 
.slds .slds-table--bordered th {
    font-family: 'Zilla Slab', serif;
}

/* INPUTS */
.uploadCustomLabelsCSS,
.slds input[type=password].slds-input,
.slds input[type=text].slds-input,
.slds textarea[type=TEXT],
.slds-pill__container.slds-show .slds-pill,
.slds .slds-picklist--draggable.slds-grid .slds-form-element .slds-picklist.slds-picklist--multi .slds-picklist__options {
    background-color: white;
    color: #000;
    border: 2px solid #006644;
    border-radius: 0;
    -webkit-transition: border 0.1s linear, background-color 0.1s linear;
    transition: border 0.1s linear, background-color 0.1s linear;
    display: inline-block;
    padding: 0 16px 0 12px;
    line-height: 34px;
    min-height: 43px;
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
}

/* multiselect choice boxes */
.slds .slds-grid {
    display: block;
    position: relative;
    text-align:left;
}

@media screen and (min-width: 40em) {
  .slds .slds-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

.uploadCustomLabelsCSS {
  padding: .8rem !important;
}

.slds input[type=file].slds-input,
input#document02150.slds-input.ng-scope {
  width: unset;
}

.slds select.slds-select {
    background-color: white;
    border: 2px solid #006644;
    border-radius: 0;
    width: 100%;
    -webkit-transition: border 0.1s linear, background-color 0.1s linear;
    transition: border 0.1s linear, background-color 0.1s linear;
    height: 43px;
    margin-bottom: 1.5rem;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 1.6rem;
}

/* inside fill with dropdown inputs */
.slds .slds-pill__label,
.slds .slds-picklist__item > a, .slds .slds-picklist__item > span {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 1.6rem;
}

span.ng-binding.ng-scope {
  display: block;
  padding-bottom: 20px;
  position: relative;
}

.requiredBar {
    border-left: 2px red solid!important;
}

p.sectionTitle span.ng-binding.ng-scope {
  padding-bottom: 0;
}

.label-instruction-text-margin {
  font-size: 24px;
  font-family: 'Oswald',sans-serif;
  font-weight: normal;
  margin-top: 2rem;
  color: #006644;
}

@media screen and (min-width: 48em) {
  .slds .slds-form--horizontal .slds-form-element__control {
      width: 100%;
      display: inline-block;
      text-align: left;
  }

  .slds .slds-form--horizontal .slds-form-element__control span.ng-binding.ng-scope,
  .slds .slds-form-element__label {
    font-size: 18px;
  }
}

.slds .slds-input-has-icon--right .slds-input__icon {
    right: 12px;
    top: 18px;
    bottom: 0;
    width: 2rem;
    height: 2rem;
}

/* checkboxes at bottom */
.slds .slds-form--horizontal .slds-form-element__control {
  padding-bottom: 1rem;
  position: relative;
  display: block;
}

.slds .slds-form--horizontal .slds-form-element__control span.ng-binding.ng-scope {
  display: inline;
  padding-bottom: 0;
  font-family: 'Zilla Slab', serif;
  font-size: 20px;
  color: #005172;
  vertical-align: middle !important;
  line-height: normal;
  position: relative;
  z-index: 11111;
}


input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    margin-right: .5rem;
    border-radius: 0;
    cursor: pointer;
}

input[type=checkbox]+span {
  display: block;
  margin-left: 30px;
  margin-top: -33px;
}


/* BUTTONS */
/* .slds button.slds-button--brand, */
.slds-button.slds-button--brand.buttonCss.allowEnter.ng-binding.ng-scope {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
    vertical-align: middle;
    background-color: #006644;
    color: white;
    border: none;
    border-radius: 0;
    height: 56px;
    font-family: 'Zilla Slab', serif;
    font-size: 2.5rem;
    font-weight: 400;
}

.slds-button.slds-button--brand.buttonCss.allowEnter.ng-binding.ng-scope:hover {
    background-color: #597C31;
}

/* Table dropdown */
.slds .slds-table--bordered td span, 
.slds .slds-table--bordered th span {
  font-size: 1.6rem !important;
}

.slds-pill__container {
  position: relative;
}
.slds-pill__container.slds-show button,
.slds .slds-picklist--draggable .slds-button {
  background: #F4F3EF;
  right: 0 !important;
  top: 10px !important;
  width: 8rem;
  height: 3rem;
  margin-top: none;
  display: block;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .slds-pill__container.slds-show button,
  .slds .slds-picklist--draggable .slds-button {
    background: #F4F3EF;
    right: 0 !important;
    top: 10px !important;
    width: 8rem;
    height: 3rem;
    margin-top: none;
    display: block;
  }
}

.slds .slds-picklist--draggable .slds-button {
  top: 20% !important;
}

.slds .slds-picklist--draggable .slds-button:first-of-type {
    margin-top: 0;
}
@media screen and (min-width: 40em) {
  .slds .slds-picklist--draggable .slds-button:first-of-type {
      margin-top: 24px;
  }
}

.slds-pill__container.slds-show button:hover,
.slds .slds-picklist--draggable .slds-button:hover {
  background: #b1b1b1;
}

.add-another-button button.slds-button.slds-button--brand {
  background: #597C31  !important;
  border: none;
  top: 0rem !important;
  right: 0rem !important;
  color: #ffffff;
  font-size: 1.6rem;
  max-width: 200px;
  float: right;
  border-radius: 0;
  margin-right: 12px;
}

.slds .slds-button--brand {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    vertical-align: middle;
    background-color: #F4F3EF;
    border: none;
    color: #6C6F70;
    font-size: 1.6rem;
    font-family: 'Zilla Slab', serif;
}

.add-another-button button.slds-button.slds-button--brand:hover {
  background: #6C6F70 !important;
  color: #ffffff;
}

.paragraphText.formbuilder-paragraph-component p span,
.paragraphText.formbuilder-paragraph-component span,
.slds:not(html), .slds body {
  font-family: 'Zilla Slab', serif !important;
  font-size: 2rem !important;
  color: #464646 !important;
  line-height: 1.6;
}

.paragraphText.formbuilder-paragraph-component paragraph-directive p span {
font-family: Calibri, sans-serif !important;
font-size: 14.6667px !important;
} 

.page-completion-text {
  margin-bottom: 6rem;
}

.slds .slds-lookup[data-select=single] .slds-pill .slds-button {
    margin-top: 0;
    min-width: 60px;
}

.showRequireBarPageCompletion {
    height: 20px;
    left: -3px;
    top: 9px;
}

/* SPACING ABOVE FOOTER */
.l-footer {
  margin-top: 2rem;
}

@media screen and (min-width: 40rem) {
  .l-footer {
      margin-top: 3rem;
  }
}

@media screen and (min-width: 64rem) {
  .l-footer {
      margin-top: 6rem;
  }
}

/* BUTTONS */

button[type=submit]:hover,
button[type=button]:hover,
input[type=submit]:hover {
  background: #597C31;
}

.background-alfresco {
  background: #567B8A;
}

.btn--alfresco-BG {
  background: #567B8A !important;
  border: 0.2rem solid #FFFFFF !important;
  font-family: "Oswald", sans-serif !important;
}

.btn--alfresco-BG:hover {
  background: #9EB28F !important;
}


/*Form inputs + labels + submit button*/
body:not(.page__legacy) form label,
label {
  color: #005172;
  font: 500 20px "Zilla Slab", serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8rem;
  padding-bottom: 0rem;
  width: 100%;
}

input[type=text],
input[type=password],
select {
  display: block;
  width: 100%;
  height: 43px;
  font: 1.6rem "Oswald", sans-serif;
  text-transform: none;
  color: #005172;
  background-color: #ffffff;
  border: 0.2rem solid #006644;
  border-radius: 0;
  padding: 0.8rem;
  margin: 0;
  margin-bottom:2.5rem;
}
textarea {
  display: block;
  width: 100%;
  font: 1.6rem "Oswald", sans-serif;
  text-transform: none;
  color: #005172;
  background-color: #ffffff;
  border: 0.2rem solid #006644;
  border-radius: 0;
  padding: 0.8rem;
  margin: 0;
  margin-bottom:2.5rem;
}

button[type=submit],
button[type=button],
input[type=submit]
 {
  display: block;
  width: 100%;
  height: 56px;
  font-family: "Zilla Slab", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-transform: none; 
  color: #fff;
  background: #006644;
  border: none;
  border-radius: 0 !important;
  padding: 1.2rem;
  margin: 35px 0 2rem 0;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  button[type=submit],
  button[type=button],
  input[type=submit] {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    line-height: 1;
  }
}
/* Overrides to template for Application page */
@media screen and (min-width: 64em) {
  #mainAppId .site-header {
    margin-bottom: 4rem;
  }
}

.erx-body-container {
max-width: 117rem;
margin-left: auto;
margin-right: auto;
}
