﻿/*----- LAYOUT/STRUCTURE --------------------------------------------------------*/
.SR-only,
.visiblyHidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  /*clip: rect(0,0,0,0);*/
  border: 0;
}
.clear:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.displayNone {
  display: none !important;
}
/*----- PALETTE --------------------------------------------------------------*/
/*----- MARGIN + PADDING --------------------------------------------------------------*/
/*----- FONTS --------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
p {
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
picture,
section {
  display: block;
}
body {
  -webkit-text-size-adjust: 100%;
}
/**, *::before, *::after {
    box-sizing:border-box
}*/
@font-face {
  font-family: 'archivo_narrow';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/archivonarrow-regular.eot');
  src: url('/fonts/archivonarrow-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/archivonarrow-regular.woff') format('woff'), url('/fonts/archivonarrow-regular.woff2') format('woff2'), url('/fonts/Archivo-Narrow/archivonarrow-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'archivo_narrowBold';
  font-weight: normal /*bold*/;
  font-style: normal;
  src: url('/fonts/archivonarrow-bold.eot');
  src: url('/fonts/archivonarrow-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/archivonarrow-bold.woff') format('woff'), url('/fonts/archivonarrow-bold.woff2') format('woff2'), url('/fonts/Archivo-Narrow/archivonarrow-bold.ttf') format('truetype');
}
.pageRibbon {
  padding: 0 0 1.5rem 0;
  margin: 0;
}
.pageRibbon a {
  display: inline-block;
  font-family: 'archivo_narrow', Arial Narrow, Arial, sans-serif;
}
.pageRibbon .breadcrumb {
  width: 100%;
  margin-bottom: 0.75rem;
}
.pageRibbon .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.pageRibbon .breadcrumb ol li {
  margin: 0;
}
.pageRibbon .breadcrumb ol li:after {
  content: '>';
  padding: 0 0.25in;
}
.pageRibbon .breadcrumb ol li:last-of-type {
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
}
.pageRibbon .breadcrumb ol li:last-of-type:after {
  content: '';
}
.pageRibbon .breadcrumb ol li:first-of-type span {
  padding-left: 0;
}
.pageRibbon .largerText {
  text-align: right;
}
.pageRibbon .largerText a {
  position: relative;
  font-family: 'archivo_narrow', Arial Narrow, Arial, sans-serif;
  color: #001C2F;
  /* default no underline, underline when hovering */
  text-decoration: none;
  background-color: #fff;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 0.5em 10px 0.5em 40px;
  border-radius: 6px;
  border: 1px solid #acacac;
}
.pageRibbon .largerText a:hover,
.pageRibbon .largerText a:focus {
  text-decoration: underline;
}
.pageRibbon .largerText a:hover {
  text-decoration: underline;
}
.pageRibbon .largerText a:hover,
.pageRibbon .largerText a:focus {
  text-decoration: underline;
}
.pageRibbon .largerText a svg {
  fill: #545456;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -12px;
}
.pageRibbon .largerText a:hover,
.pageRibbon .largerText a:focus {
  background-color: #eaeaea;
  border: 1px solid #001C2F;
}
.pageRibbon .largerText a:hover svg,
.pageRibbon .largerText a:focus svg {
  fill: #001C2F;
}
.pageRibbon.cq-gte768 {
  display: flex;
}
.pageRibbon.cq-gte768 .breadcrumb {
  flex-grow: 4;
  width: 75%;
  margin-bottom: 0;
}
.pageRibbon.cq-gte768 .breadcrumb ol {
  padding: 0.5rem 0 0.5rem 0;
  margin-left: 0;
}
.pageRibbon.cq-gte768 .largerText {
  width: 25%;
  flex-grow: 1;
}
label {
  display: block;
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
  font-size: 1.125rem;
  color: #001C2F;
  padding-top: 1.5rem;
  margin: 0 0 8px 0;
  line-height: 1.2rem;
}
label:has(input[type="checkbox"]),
label:has(input[type="radio"]) {
  font-family: 'archivo_narrow', Arial Narrow, Arial, sans-serif;
  padding-top: 1rem;
}
label + .formNotes {
  margin-bottom: 5px;
}
.formNotesinLabel {
  display: block;
  font-family: 'archivo_narrow', Arial Narrow, Arial, sans-serif;
  font-size: 1rem;
}
.formNotes {
  font-size: 0.875rem;
  display: block;
  clear: left;
}
.formAlerts {
  color: #790000;
  margin-bottom: 0.5rem;
}
input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
select {
  display: block;
  min-height: 35px;
  min-width: 220px;
  max-width: 100%;
  border-radius: 6px;
  border: 1px #006BB6 solid;
  color: #001C2F;
  font-family: 'archivo_narrow', Arial Narrow, Arial, sans-serif;
  font-size: 1rem;
  padding-left: 0.5rem;
  margin: 0 0 0.25rem 0;
}
input[type=text].inputWide,
input[type=search].inputWide,
input[type=email].inputWide,
input[type=tel].inputWide,
input[type=number].inputWide,
input[type=date].inputWide,
select.inputWide {
  width: 350px;
}
input[type=text] + button,
input[type=search] + button,
input[type=email] + button,
input[type=tel] + button,
input[type=number] + button,
input[type=date] + button,
select + button,
input[type=text] a.button,
input[type=search] a.button,
input[type=email] a.button,
input[type=tel] a.button,
input[type=number] a.button,
input[type=date] a.button,
select a.button,
input[type=text] input[type=submit],
input[type=search] input[type=submit],
input[type=email] input[type=submit],
input[type=tel] input[type=submit],
input[type=number] input[type=submit],
input[type=date] input[type=submit],
select input[type=submit],
input[type=text] input[type=button],
input[type=search] input[type=button],
input[type=email] input[type=button],
input[type=tel] input[type=button],
input[type=number] input[type=button],
input[type=date] input[type=button],
select input[type=button],
input[type=text] button[type=submit],
input[type=search] button[type=submit],
input[type=email] button[type=submit],
input[type=tel] button[type=submit],
input[type=number] button[type=submit],
input[type=date] button[type=submit],
select button[type=submit],
input[type=text] button[type=button],
input[type=search] button[type=button],
input[type=email] button[type=button],
input[type=tel] button[type=button],
input[type=number] button[type=button],
input[type=date] button[type=button],
select button[type=button] {
  height: 35px;
  line-height: 0.5;
  padding: 0 1.25rem;
  margin: 0;
}
select {
  display: block;
  width: 95%;
  min-width: unset;
  max-width: 450px;
}
select[multiple] {
  height: auto;
}
textarea {
  display: block;
  min-height: 150px;
  width: 95%;
  max-width: 450px;
  padding: 0.5rem;
  margin: 0 0 0.5rem 0;
  color: #001C2F;
  font-family: 'archivo_narrow', Arial Narrow, Arial, sans-serif;
  font-size: 1rem;
  border: 1px #006BB6 solid;
  border-radius: 6px;
}
input[type=text][aria-invalid=true],
input[type=search][aria-invalid=true],
input[type=email][aria-invalid=true],
input[type=tel][aria-invalid=true],
input[type=number][aria-invalid=true],
input[type=date][aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  border: none;
  outline: 2px #790000 solid;
}
.inputBTNcombo {
  margin: 0 0 1rem 0;
  max-width: 450px;
}
.inputBTNcombo:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.inputBTNcombo:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.inputBTNcombo:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.inputBTNcombo input[type=text],
.inputBTNcombo input[type=search],
.inputBTNcombo input[type=email],
.inputBTNcombo select {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
.inputBTNcombo input[type=submit],
.inputBTNcombo input[type=button],
.inputBTNcombo button[type=submit],
.inputBTNcombo button[type=button] {
  width: auto;
  padding: 4px 15px;
  margin: 0 10px 10px 0;
}
.inputBTNcombo button[type=reset] {
  width: auto;
  padding: 4px 15px;
  margin: 0 10px 10px 0;
}
.inputBTNcombo.cq-gte420 {
  margin: 0 0 1rem 0;
}
.inputBTNcombo.cq-gte420 input[type=text],
.inputBTNcombo.cq-gte420 input[type=search],
.inputBTNcombo.cq-gte420 input[type=email],
.inputBTNcombo.cq-gte420 select {
  width: 64%;
  float: left;
  margin: 0;
  /*	-webkit-border-top-right-radius:    @topright;
	-webkit-border-bottom-right-radius: @bottomright;
	-webkit-border-bottom-left-radius:  @bottomleft;
	-webkit-border-top-left-radius:     @topleft;

	-moz-border-radius-topright:        @topright;
	-moz-border-radius-bottomright:     @bottomright;
	-moz-border-radius-bottomleft:      @bottomleft;
	-moz-border-radius-topleft:         @topleft;*/
  /*	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  background-clip: padding-box;
  border-right: none;
}
.inputBTNcombo.cq-gte420 input[type=submit],
.inputBTNcombo.cq-gte420 input[type=button],
.inputBTNcombo.cq-gte420 button[type=submit],
.inputBTNcombo.cq-gte420 button[type=button] {
  width: 36%;
  float: left;
  height: 35px;
  margin: 0;
  padding: 1px 10px;
  /*	-webkit-border-top-right-radius:    @topright;
	-webkit-border-bottom-right-radius: @bottomright;
	-webkit-border-bottom-left-radius:  @bottomleft;
	-webkit-border-top-left-radius:     @topleft;

	-moz-border-radius-topright:        @topright;
	-moz-border-radius-bottomright:     @bottomright;
	-moz-border-radius-bottomleft:      @bottomleft;
	-moz-border-radius-topleft:         @topleft;*/
  /*	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; */
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.inputIndent {
  margin-left: 24px;
}
fieldset {
  border: 1px #006BB6 solid;
  border-radius: 6px;
  margin-bottom: 0.375in;
  padding: 0 0.375in 0.2in;
}
fieldset legend {
  display: block;
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #006BB6;
  margin-bottom: 0.5rem;
  padding: 0 10px;
}
fieldset legend .formInputGroup:first-of-type,
fieldset legend label:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
fieldset.hideFieldset {
  /* For 508 Compliance: radio button and checkbox groups need to be wrapped in a fieldset/legend to give them context, which are then hidden from view (if visually redundant), though available to screen readers  */
  border: none;
  padding: 0;
  margin: 0;
}
fieldset.hideFieldset legend {
  position: absolute;
  left: -9999px;
  top: auto;
  margin: 0;
  padding: 0;
}
fieldset.showLegend legend {
  position: relative;
  left: auto;
  text-align: left;
  display: block;
  padding: 15px 0 5px 0;
}
fieldset.noStyleFieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset.noStyleFieldset legend {
  top: auto;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  color: #001C2F;
  padding-top: 1.5rem;
  margin: 0 0 8px 0;
  line-height: 1.2rem;
}
fieldset fieldset {
  margin-top: 1.5rem;
}
fieldset.sectionFieldset {
  margin-top: 0;
}
fieldset.sectionFieldset legend {
  padding-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.35;
}
fieldset.sectionFieldset legend .formNotesinLabel {
  font-size: 0.7rem;
}
fieldset.sectionFieldset .radioInputPair,
fieldset.sectionFieldset .checkboxInputPair {
  padding-left: 15px;
}
.formInputGroup {
  margin: 0 0 1rem;
}
.formInputGroup:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.formInputGroup:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.formInputGroup:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.formInputGroup label:first-child {
  padding-top: 0;
  margin-top: 0;
}
.formInputGroup h2 {
  font-size: 1.25rem;
  display: block;
  margin-top: 1rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  color: #006BB6;
  border-bottom: 1px #006BB6 solid;
}
.formInputGroup h2:first-of-type {
  margin-top: 1rem;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
  width: auto;
  height: auto;
  clear: none;
  float: none;
  border: none;
}
input[type="date"] {
  width: auto;
  min-width: unset;
}
/* Wrap each radio button's and checkbox <input>-and-<label> pair in a <*.radioInputPair> or <*.checkboxInputPair>, respectively */
.radioInputPair,
.checkboxInputPair {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.radioInputPair label,
.checkboxInputPair label {
  margin-bottom: 0;
}
/*--- wrap a group of <input>/<label> pairs in a parent <div.radioGroup> or <div.checkboxGroup>--- */
.radioGroup,
.checkboxGroup {
  display: block;
  clear: both;
  /* Apply ".horizontal" extender class to <*.radioGroup> or <*.checkboxGroup> (parent) to make .radioInputPairs and .checkboxInputPairs display horizontally, rather than stacked vertically */
}
.radioGroup.center,
.checkboxGroup.center {
  text-align: center;
}
.radioGroup.horizontal .radioInputPair,
.checkboxGroup.horizontal .radioInputPair,
.radioGroup.horizontal .checkboxInputPair,
.checkboxGroup.horizontal .checkboxInputPair {
  display: inline-block;
  width: auto;
  margin-right: 3%;
}
.checkboxInputPair label {
  padding: 0 0 0 21px;
}
/*---- following to group checkbox with <select> (put <select> first in source code) ----*/
.checkboxPair select {
  max-width: 80%;
  float: none;
  margin-left: 5px;
}
.checkboxPair select + input[type="checkbox"] {
  margin-top: 8px;
}
input[type="radio"][disabled] + label {
  color: gray;
  /*span .InputReplace {
                background-position: -92px -87px;
            }*/
}
input[type="checkbox"] {
  float: left;
}
input[type="checkbox"] + label {
  clear: none;
  margin: 2px 0 5px 2px;
  padding-top: 0;
}
/*<div class="checkboxInputPair check-select">
	<label for="[CHECKBOX ID]" class="visiblyHidden">[CHECKBOX LABEL]</label>
	<input id="[CHECKBOX ID]" type="checkbox">
	<label for="[SELECT ID]" class="visiblyHidden">[SELECT LABEL]</label>
	<select id="[SELECT ID]">...</select>
</div>*/
.checkboxInputPair.check-select select {
  float: left;
  width: 88%;
  margin-right: 0;
}
.checkboxInputPair.check-select input[type="checkbox"] {
  margin: 10px 6px 10px 4px;
}
input[disabled],
input[disabled]:hover,
select[disabled],
select[disabled]:hover {
  color: #656567;
  background-color: #eaeaea;
  border: 1px solid #656567;
  cursor: default;
}
.errorSummary {
  background: #c9dfef;
  border: 1px solid #790000;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}
.errorSummary h2 {
  font-size: 1.125rem;
}
.errorSummary ul {
  list-style-type: disc;
}
/*-------------- Sanctioned Providers form  -----------------*/
.sanctions dl {
  font-size: 12px;
  margin-bottom: 0px;
}
.sanctions dt {
  float: left;
  clear: left;
  color: #6d6d6d;
  font-weight: bold;
  min-width: 75px;
  margin: 0px 4px 4px 0px;
  text-transform: initial;
}
.sanctions dd {
  overflow: hidden;
  margin-bottom: 4px;
}
/*--------------FOIA Form  -----------------*/
.FOIA-PrimaryPhone,
.FOIA-SecondaryPhone {
  overflow: hidden;
  margin-top: 1rem;
  width: 100%;
}
.FOIA-PhoneType select {
  width: auto;
  margin: 0;
}
.FOIA-PhoneNumber {
  float: left;
  margin-right: 20px;
}
.FOIAform li {
  margin-bottom: 5px;
}
.FOIAform input[type="file"] {
  padding-left: 0;
}
.FOIAform .radioInputPair {
  margin-bottom: 0.625rem;
}
.FOIAform .centeredGroup {
  margin-bottom: 1.5rem;
}
.FOIA-WillingToPay {
  margin: 0 0 15px;
}
/* wraps the radio button + text area and their respective labels */
span#errorSpan {
  box-sizing: border-box;
  background: #e4e7ea;
  width: 100%;
  padding: 8px;
  margin-bottom: 0.625rem;
}
span#errorSpan > span {
  font-weight: bold;
  float: none;
}
span#errorSpan ul {
  list-style-position: inside;
  margin-left: 10px;
}
span#errorSpan li {
  font-size: 1.1em;
}
/* Radio button inputs are ab-positioned off-screen in order to implement the image replace graphical radio button. (Doing this instead of "display:none", which hides them from screen readers, making them inaccessible to AT) */
/*    input[type="radio"] {
        position: absolute;
        left: -9999px;
        top: auto;
        vertical-align: middle;
        width: auto;
        float: left;
    }*/
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0.5rem 1rem 4px;
}
input[type="radio"] + label {
  line-height: 1.6;
  display: inline-block;
}
input[type="radio"] + label span.InputReplace {
  display: none;
  /*width: 18px;
        height: 17px;
        background: transparent url(/img/GlobalSprite.png) no-repeat;
        background-position: 0 -18px;
        margin-right: 6px;
        margin-bottom: -4px*/
}
input[type="radio"]:checked + label span.InputReplace {
  display: none;
}
.radioInputPair:hover label,
.checkboxInputPair:hover label,
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label {
  text-decoration: underline;
  cursor: pointer;
}
.field-validation-error {
  font-size: 0.875rem;
  display: block;
  color: #790000;
  margin-bottom: 0.5rem;
}
.two-col-content {
  padding-bottom: 0.5rem;
}
.two-col-content > label:first-of-type {
  padding-top: 2.5rem;
}
.two-col-content > fieldset > div {
  columns: 300px 2;
  border-top: 1px solid #009DDE;
  padding-bottom: 1rem;
}
.three-col-content {
  padding-bottom: 0.5rem;
}
.three-col-content > label:first-of-type {
  padding-top: 2.5rem;
}
.three-col-content > fieldset > div {
  columns: 200px 3;
  border-top: 1px solid #009DDE;
  padding-bottom: 1rem;
}
#formThankyouMessage,
.formThankyouMessage {
  border-radius: 6px;
  margin: 1rem;
  padding: 1.5rem;
  background-color: #d2e8f7;
}
#formThankyouMessage h2,
.formThankyouMessage h2 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 600px) {
  #formThankyouMessage,
  .formThankyouMessage {
    width: 85%;
    max-width: 720px;
    margin: 1rem auto 1.5rem auto;
  }
}
.formBuilderHorizontal {
  display: inline-block;
  width: auto;
  margin-right: 3%;
}
/*----- COMMON MIXINS --------------------------------------------------------*/
.displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fadeIn {
  opacity: 1;
  transition: opacity 1s;
}
.fadeOut {
  opacity: 0;
  transition: opacity 1s;
}
.oswald {
  font-family: 'Oswald', Tahoma, Verdana, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 600\9;
}
.buttonFade {
  background: #283446;
  background: linear-gradient(to bottom, #acc0e5 0%, #7c91b9 8%, #495c7e 55%, #2c384c 100%);
}
.preferredActionBtnFade {
  background: #780000;
  background: linear-gradient(to bottom, #e27a79 0%, #b31212 8%, #ab0f0f 55%, #780000 100%);
}
.sectionHead h2 {
  position: relative;
  text-align: center;
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
  font-size: 1.125rem;
  margin: 0.25in 0;
  text-transform: uppercase;
}
.sectionHead h2:before {
  background: #790000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
}
.sectionHead h2 > span {
  background: #fff;
  padding: 0 0.25in;
  position: relative;
  z-index: 1;
}
.shadowBorder {
  background: url(/img/panelshadow.png) bottom center no-repeat;
  padding-bottom: 8px;
}
.dispNone {
  display: none;
}
.dispInlineBlock {
  display: inline-block;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.visiblyHidden,
.hidden,
.HiddenHeaders {
  /* Makes elements visually hidden, but still accessible to Assitive Technologies (ie, 508 Compliant) */
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  height: 0;
  /* Following line fixes Opera/contenteditable bug: http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952 */
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clearBoth {
  clear: both;
}
.clear:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.button {
  background: #2b4c80;
  color: white;
  text-align: center;
  text-decoration: none;
  min-height: 30px;
  height: auto;
  width: auto;
  cursor: pointer;
  border: 0px;
  background-position: 5px;
  border-radius: 4px;
}
ul.tagArray {
  margin: 0;
}
ul.tagArray li {
  background-color: #d4dbe9;
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  padding: 4px 8px;
}
ul.tagArray button {
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
  font-size: 1rem;
  font-weight: normal;
  color: #006666;
  /* default underline, no underline when hovering */
  text-decoration: underline;
}
ul.tagArray button:hover,
ul.tagArray button:focus {
  text-decoration: none;
}
ul.tagArray button:hover {
  text-decoration: none;
}
ul.tagArray button:hover,
ul.tagArray button:focus {
  text-decoration: none;
}
ul.tagArray.filters a,
ul.tagArray.filters button {
  cursor: pointer;
}
ul.tagArray.filters a:before,
ul.tagArray.filters button:before {
  content: "X";
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding-right: 8px;
}
.module .SectionMarker {
  background-color: #000;
}
/*---MEDIA BLOCKS: SAMPLE HTML --
<div class="MediaBlock">
	<a href="#" class="MB-imgWrap">
        <img src="img/SomeGraphic.png">
    </a>
	<div class="MB-contentWrap">
        Content, usually text, goes here.
    </div>
</div>*/
.MediaBlock .MB-imgWrap {
  float: left;
  margin-right: 5px;
}
.MediaBlock .MB-imgWrap img {
  display: block;
}
.MediaBlock,
.MB-contentWrap {
  display: block;
  position: relative;
  overflow: hidden;
  /**overflow:visible;*/
  zoom: 1;
}
.MediaBlock:after,
.MB-contentWrap:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.MediaBlock:after,
.MB-contentWrap:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.MediaBlock:after,
.MB-contentWrap:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
/*-------- For placing "Item Type" icons on thumbnails 
            Parent element must be position:relative ---------*/
.iconOverlay {
  display: block;
  width: 41px;
  height: 31px;
  opacity: 0.8;
  position: absolute;
  top: 2px;
  right: 3px;
  background: url(/img/GlobalSprite.png) no-repeat;
  background-position: 0 0;
}
.iconOverlay.icon_video {
  width: 37px;
  height: 28px;
  background-position: 0 -196px;
  top: 6px;
}
.iconOverlay.icon_photo {
  width: 35px;
  height: 28px;
  background-position: -39px -196px;
}
.iconOverlay.icon_article {
  width: 30px;
  height: 36px;
  background-position: -76px -196px;
}
.iconOverlay.icon_infogfk {
  width: 36px;
  height: 36px;
  background-position: -107px -196px;
}
.iconOverlay.icon_spotlight {
  width: 85px;
  height: 28px;
  background-position: 0 -234px;
}
.iconOverlay.icon_newWindow {
  width: 34px;
  height: 32px;
  background-position: -60px -264px;
}
/* vv Add to img's parent element to maintain image proportions. Image width = 100% of this element. The bottoms of taller pics will be cropped */
/* NOTE: Widgets are written to use the "mqdefault" version of YouTube video thumbnails, which don't include the black bars typically found on letterbox (16:9) proportioned thumbnails. The "ImgLink" cropping window is then set at a height to fit these proportions (height:56% of width. % used to allow for responsive scaling). This also accommodates any 4:3 proportioned thumbnails, although they will be slightly cropped at bottom. */
.ImgLink {
  display: block;
  padding-bottom: 55%;
  /*This is a percentage of the width, so resultant absolute px value varies as the image scales */
  height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
}
.ImgLink iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ImgLink.vertCenterThumbnail {
  background: #000;
  position: relative;
}
.ImgLink.vertCenterThumbnail > img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* prefix to use with image paths via url() */
/* The vertical space between bootstrap rows */
/*----- PALETTE --------------------------------------------------------------*/
/*----- PALETTE --------------------------------------------------------------*/
/*----- MARGIN + PADDING --------------------------------------------------------------*/
/*----- FONTS --------------------------------------------------------------*/
/*----- LAYOUT/STRUCTURE --------------------------------------------------------*/
.SR-only,
.visiblyHidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  /*clip: rect(0,0,0,0);*/
  border: 0;
}
.clear:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.displayNone {
  display: none !important;
}
.leadershipBios {
  *box-sizing: border-box;
}
.leadershipBios h3 {
  font-size: 1.6em;
}
.leadershipBios img {
  width: 100%;
}
.leadershipBios p {
  padding: 0 5px;
  line-height: 1.2;
}
.leadershipBios p:first-of-type {
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
  margin-bottom: 6px;
}
.leadershipBios p:first-of-type a {
  /* default no underline, underline when hovering */
  text-decoration: none;
}
.leadershipBios p:first-of-type a:hover,
.leadershipBios p:first-of-type a:focus {
  text-decoration: underline;
}
.leadershipBios p:first-of-type a:hover {
  text-decoration: underline;
}
.leadershipBios p:first-of-type a:hover,
.leadershipBios p:first-of-type a:focus {
  text-decoration: underline;
}
.leadershipBios > ul {
  margin: 0;
}
.leadershipBios > ul li {
  display: block;
  vertical-align: top;
  font-size: 1em;
  margin: 0 0 15px;
  padding-bottom: 9px;
  background: url(/img/panelshadow.png) bottom center no-repeat;
  padding-bottom: 8px;
}
.leadershipBios > ul div {
  border: 1px #788183 solid;
  padding: 5px 5px 10px;
  background: url(/img/TopicsSubSection/PanelBKGNDrepeater.png) repeat-x;
  background-position: bottom;
}
.leadershipBios .ImgLink {
  display: block;
  padding-bottom: 55%;
  /*This is a percentage of the width, so resultant absolute px value varies as the image scales */
  height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 116%;
  /*This is a percentage of the width, so resultant absolute px value varies as the image scales */
  margin-bottom: 10px;
}
.leadershipBios .ImgLink iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.leadershipBios .ImgLink.vertCenterThumbnail {
  background: #000;
  position: relative;
}
.leadershipBios .ImgLink.vertCenterThumbnail > img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.leadershipBios .ImgLink img {
  width: 4in;
  float: left;
  margin: 0 10px 15px 0;
}
.leadershipBios.cq-gte10 li {
  display: inline-block;
  width: 48%;
}
.leadershipBios.cq-gte10 li + li {
  margin-left: 1%;
}
.leadershipBios.cq-gte10 li:nth-of-type(2n+1) {
  margin-left: 0;
}
.leadershipBios.cq-gte10 div {
  min-height: 390px;
}
.leadershipBios.cq-gte15 div {
  min-height: 410px;
}
.leadershipBios.cq-gte20 li {
  width: 32%;
}
.leadershipBios.cq-gte20 li:nth-of-type(2n+1) {
  margin-left: 1%;
}
.leadershipBios.cq-gte20 li:nth-of-type(3n+1) {
  margin-left: 0;
}
.leadershipBios.cq-gte20 div {
  min-height: 380px;
}
.leadershipBios.cq-gte45 li {
  width: 23%;
}
.leadershipBios.cq-gte45 li:nth-of-type(3n+1) {
  margin-left: 1%;
}
.leadershipBios.cq-gte45 li:nth-of-type(4n+1) {
  margin-left: 0;
}
#QSIFeedbackButton-btn,
.hero-and-spotlightsFrame,
.SR-only,
.visiblyHidden,
.mobileNav-wrapper,
.mobileSearch-wrapper,
.skipNav,
.backToTop,
.pressKit svg,
.largerText,
.leftNav.subpageNav nav,
nav.pagePicker,
.stayConnected,
.exitModal,
.downloadThis,
.SearchThisSection,
.searchThisSection,
.needLargerText,
.largerText,
#SlideTrayTab,
.sideNav,
.HiddenHeaders,
.newsroomSearch,
.page404SearchBox,
.socialMediaFrame,
.pagePicker {
  display: none;
}
.SearchThisSection.TIG.reviewDownload {
  display: block;
}
body {
  color: #fff;
  font-family: 'archivo_narrow', Arial Narrow, Arial, sans-serif;
  font-size: 12pt;
  line-height: 24pt;
  background: none;
  color: #000;
  padding: 0.25in;
  margin: 0;
}
a,
a.button {
  color: #625e5e;
  text-decoration: underline;
  background: none;
}
a::after,
a.button::after {
  content: "[" attr(href) "]";
  padding: 0 0 0 5px;
  line-height: 1.3;
}
a.button {
  display: block;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
}
ul,
ol {
  margin-left: 0.5in;
}
img {
  max-width: 100%;
  height: auto;
}
img[aria-hidden="true"] {
  display: none;
}
header {
  background-color: #fff;
  padding: 0 0 0.25in 0;
  margin: 0 0 0.25in 0;
  border-bottom: 1px solid #888;
}
header .socialMediaArray,
header nav.mainNav {
  display: none;
}
header .siteLogo > a {
  display: block;
  width: 5in;
}
header .siteLogo > a svg.desktop {
  display: block !important;
  max-width: 100%;
}
header .siteLogo > a svg.mobile {
  display: none !important;
}
header .siteLogo > a::after {
  display: none;
}
symbol#logo_siteLogo,
symbol#logo_siteLogo g.accent,
symbol#logo_siteLogo g.gold {
  fill: #000;
}
.alertBox {
  background: none;
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 0.25in;
}
.alertBox p,
.alertBox h2,
.alertBox h3,
.alertBox a {
  color: #000;
}
.alertBox svg {
  display: none;
}
.breadcrumbs,
.breadcrumb {
  margin: 0 0 16pt;
  border-bottom: 1px solid #000;
}
.breadcrumbs li,
.breadcrumb li {
  display: inline-block;
}
table.dataTable {
  border: 1px red solid;
}
.feedResults .feedItem {
  border-top: 2px solid #000;
  margin-bottom: 16px;
}
.feedResults .feedItem .flexcontainer:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.feedResults .feedItem .flexcontainer:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.feedResults .feedItem .flexcontainer:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.feedResults .feedItem .feedItemTag {
  margin: -2px 0 0.5rem;
}
.feedResults .feedItem .feedItemTag span {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
  line-height: 1;
  background-color: #000;
  padding: 7px 15px;
}
.feedResults .feedItem .relatedLinks {
  clear: both;
}
.feedResults .feedItem .relatedLinks a {
  padding: 0 0 0.5rem 0.5rem;
}
.feedResults .feedItem .relatedLinks a:before {
  content: '||';
  color: #000;
  padding-right: 0.5rem;
}
.feedResults .feedItem .relatedLinks a:first-of-type {
  padding-left: 0;
}
.feedResults .feedItem .relatedLinks a:first-of-type:before {
  display: none;
}
fieldset {
  border-color: #888;
  padding: 10px;
}
fieldset legend {
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
  font-size: 14pt;
  color: #000;
  margin-bottom: 0;
}
.IndividualArticleImgContainer:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.IndividualArticleImgContainer:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.IndividualArticleImgContainer:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.IndividualArticleImgContainer img {
  width: 4in;
  float: left;
  margin: 0 20pt 20pt 0;
}
.imgWrap img,
.ImgLink img {
  width: 4in;
  float: left;
  margin: 0 10px 15px 0;
}
.refMetaContent,
.MetaContent.refDate {
  display: inline-block;
  margin-right: 10pt;
}
article,
section {
  margin-bottom: 24pt;
}
article:after,
section:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
article:after,
section:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
article:after,
section:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
article + article,
section + article,
article + section,
section + section {
  border-top: 1px solid #000;
}
article .itemType,
section .itemType {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 16px;
}
article .itemTitle,
section .itemTitle {
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
}
.featuredContent ul,
.popularContent ul {
  margin: 0;
}
.featuredContent ul li,
.popularContent ul li {
  list-style: none;
  padding-top: 12pt;
  margin-bottom: 24pt;
  border-top: 1px solid #000;
}
.featuredContent ul li:after,
.popularContent ul li:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.featuredContent ul li:after,
.popularContent ul li:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.featuredContent ul li:after,
.popularContent ul li:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.genContentPanel {
  margin-bottom: 0.5in;
}
.genContentPanel button {
  display: none;
}
.genContentPanel .headerContainer {
  border-bottom: 2px solid #545456;
  margin-bottom: 0.2rem;
}
.genContentPanel .headerContainer .headerText {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 14pt;
  font-family: 'archivo_narrowBold', Arial Narrow, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 -1px 0;
  padding: 10px;
  background-color: #545456;
  border-radius: 0 6px 0 0;
}
.genContentPanel .headerContainer .headerText a {
  padding: 0;
  margin: 0;
  color: #fff;
}
.genContentPanel .panel.nested {
  padding-left: 10px;
  margin: 10px 0 0 20px;
  border-left: 2px solid #545456;
}
.genContentPanel .panel.nested .headerContainer {
  border-bottom: 1px solid #545456;
}
.genContentPanel .panel.nested .headerContainer .headerText {
  color: #000;
  background: none;
  padding: 0;
}
.genContentPanel .panel.nested .genContentPanel {
  margin-bottom: 0.125in;
}
.genContentPanel article {
  padding-top: 12pt;
}
.MMspotlightWrap figure:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.MMspotlightWrap figure:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
}
.MMspotlightWrap figure:after {
  display: block;
  content: "";
  height: 0;
  top: auto;
  clear: both;
  line-height: 0;
}
.pageTimeStamp {
  color: #000;
  border: 1px #000 solid;
  padding: 10px;
  background: none;
}
aside {
  border-top: 2px solid #000;
  padding-top: 16px;
  margin-top: 0.5in;
}
.leadershipBios li {
  width: 45% !important;
}
.leadershipBios li div {
  min-height: unset !important;
}
.leadershipBios li a:after {
  display: block;
}
.leadershipBios li .ImgLink {
  height: 2in;
  padding-bottom: 0;
}
.leadershipBios li .ImgLink img {
  width: 2in;
  height: auto;
  float: none;
}
footer {
  background-color: #fff;
  color: #000;
  border-top: 3px #000 solid;
  margin-top: 0.25in;
}
footer .footerContent,
footer .externalLinks {
  display: none;
}
footer .footnotes {
  background: none;
  padding: 15px;
}
footer .footnotes hr {
  display: none;
}