/**
 * @file
 * CSS #2: Defines general content styling (e.g. links, h1, h2, p)
 * Area specific styles and media specs found in custom.css.
 */

/** colors listed here since we're not compiling this site:
*  blue:#004285;
*  dark blue (hover): #0a3661;
*  Ed green: #2d8700; which is NOT showing as AAA
*  our green: #0D6700;
*  light blue as background: #f9ffff
*  gray:
*  visited purple: #7e5d8e;
*  text: #030a13;
}
**/
:root {
    --red: #0D6700;
}

body {
  color: #030a13;
  font-size: .875em;
}
a, a:focus, a:hover, a:active {
    border-bottom: none;
}
a {
  background-color: transparent;
  color: #115ca7;
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
a:visited {
  color: #7e5d8e;
 /*  text-decoration: underline; */
}
a:focus, a:hover, a:active {
  color: #0a3661;
 /*  text-decoration: underline; */
}
.h1, .h2, .h3, .h4, .h5, .h6, .headersLevel1, .headersLevel2, .headersLevel3, .headersLevel4, .headersLevel5, .headersLevel6, h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: #004285;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, .headersLevel1 .small, .headersLevel1 small, .headersLevel2 .small, .headersLevel2 small, .headersLevel3 .small, .headersLevel3 small, .headersLevel4 .small, .headersLevel4 small, .headersLevel5 .small, .headersLevel5 small, .headersLevel6 .small, .headersLevel6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 1.25em;
  margin-bottom: 0.625em;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
/*  font-size: 65%; */
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
  color: #0D6700;
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
/*  font-size: 75%; */
}
.h1, .headersLevel1, h1 {
  font-size: 1.875em;
  border-bottom: none;
}
.h2, .headersLevel2, h2 {
  font-size: 1.5em;
}
.h3, .headersLevel3, h3 {
  font-size: 1.125em;
}
.h4, .headersLevel4, h4 {
  font-size: 1em;
}
.h5, .headersLevel5, h5,
.h6, .headersLevel6, h6 {
  font-size: 0.875em;
}
h2.diftitle {
  font-size: 1.875em;
  margin-bottom: 0;
}
#block-ncrtm-b5-difheader>#block-ncrtm-b5-page-title h1 {margin-top:0;}
p {
  margin: 0 0 10px;
/* font-size: .875em; */
}
caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #0D6700;
  text-align: left;
}
dfn {
  font-style: italic;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd, dt {
  line-height: 1.4;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* font-size: .875em; */
}
mark {
  color: #000;
  background: #ff0;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
code {
  color: #97001E;
}

/* general form styling */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.button {
	  /* display: block; */
	  display: inline-block;
	  float: none;
	  padding: 0.4em 0.8em;
	  margin: 0;
	  font-size: 1.125em;
	  text-decoration: none;
	  border-radius:0;
	  background: #115ca7;
	  text-shadow: none;
	  color: #fff;
	  text-decoration:none;
	}
		a.button:hover,
		a.button:focus,
		a.button:active  {
		  color: #d6d0d0;
		  background: #115ca7;
		}
		a.button:active {
		  text-decoration:underline;
		}

[role=button] {
  cursor: pointer
}
textarea {
  overflow: auto;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search], input[type=text] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search], input[type=text], input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
input[type=search], input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
input[type=file] {
  display: block
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
input[type=range] {
  display: block;
  width: 100%
}
select[multiple], select[size] {
  height: auto;
}

.form-item-items-per-page {
  width:100%;
  /* margin: 0.5em 0; */
}
  .form-item-items-per-page label {
    display: inline-block;
    float: left;
    padding-right: 1em;
    padding-top: 0.5em;
  }

.sidebar input[type=search],
.sidebar input[type=text] {
  width: 98%;
}
.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px
  }
}


fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.node-material-form fieldset {
  margin-top:1em;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  /* font-size: 21px; */
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #ccc
}
.node-material-form legend {
  margin-bottom:unset;
}

optgroup {
  font-weight: 700;
}
figure {
  margin: 1em 40px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}

/** accordion styles **/
.ckeditor-accordion-container > dl {
  border: 1px solid #0a3661;
}
.ckeditor-accordion-container > dl dt > a {
  background-color:  #115ca7 !important;
  border-bottom: 1px solid #0a3661;
}
.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:hover {
  background-color: #104C97 !important;
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: #12286c !important;
}
.ckeditor-accordion-container > dl dd p {
  padding:0.5em 1em;
}


/** re-useable text and div styles **/
.half-strong {
  font-weight: 500;
}
b, strong, .strong {
  font-weight: 800;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #1f5c99;
}
.background-light-blue {
  background-color: #f9ffff;
}
.alistnumber {
color:#0D6700;font-style:italic;
}
#block-addtoanybuttons h2 {
display:inline-block;
margin-block-start: 0em;
margin: 0 0.5em 2px 0;
font-size: 1em;
float: left;
}
