/** LESS VARIABLES **/
.content-wrapped {
  max-width: 70.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*** END LESS VARIABLES ***/

html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI';
  font-size: 16px;
  min-height: 100vh;
  /*height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
a {
  color: white;
  /*text-decoration: none;*/

}
/*a:hover {
    text-decoration: underline;
}*/

#sidebar {
  font-size: 1rem;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  margin-top: 1.5rem;
}
.sidebar-group h3 {
  margin: 0;
  margin-left: 0.5rem;
}
.sidebarMenu {
  font-size: 1rem;
  list-style: none;
  width: 16.875rem;
  padding: 0;
  margin: 0.5rem;
}
.sidebarMenu ul,
ol {
  padding: 0;
  margin: 0 0 0.625rem 0.64rem;
}
.sidebarMenu > li:first-child {
  -webkit-border-top-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-border-top-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
}
.sidebarMenu > li:last-child {
  -webkit-border-bottom-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
}
.sidebarMenu > li {
  line-height: 1 0.25rem;
  border: 0.0625rem solid #EBEBEB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: -0.0625rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sidebarMenu > li:hover {
  background-color: #D8D8D8;
}
.sidebarMenu li#current {
  background-color: #EBEBEB;
}
.items-list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  font-size: 1rem;
  flex: 0 1 12.5rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
ol,
ul .internal-list {
  margin-left: 3rem;
}
.internal-list.alpha {
  list-style-type: lower-alpha;
}
.internal-list > li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.page-title h1 {
  border-bottom: 0.0625rem solid black;
  padding-bottom: 0.25rem;
}
.info-wrapper {
  display: flex;
  flex: 1 0 auto;
}
.info-content {
  margin-left: 1.5rem;
  max-width: 47.083333333em;
}
.picture-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo.with-caption {
  display: inline-block;
  background: #f5f5f5;
  /*height: 100%;*/

}
.photo {
  display: block;
  padding: 0.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.photo.with-caption p {
  text-align: center;
  text-indent: 0;
  color: #555555;
  margin: 0;
}
.picture-info-section p {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
p {
  display: block;
  -webkit-margin-before: 1rem;
  -webkit-margin-after: 1rem;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
/*.picture-info-section > .photo.with-caption img {
    max-width: initial;
}*/

.photo.with-caption img {
  max-width: 100%;
}
.info-body a {
  font-weight: 700;
}
#content-wrapper {
  max-width: 70.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#content-wrapper a {
  color: #004A7F;
}
#content-wrapper a:hover {
  color: #3D7199;
}
#footer a > i.fa {
  color: #FFFFFF;
}
#footer a > i.fa:hover {
  color: #3D7199;
}
#breadcrumb a {
  color: #004A7F;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #3D7199;
}
.crumb,
.crumb > i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.crumb-separator {
  color: #EBEBEB;
}
#content-flex {
  padding: 0 0.25em 0 0.25em;
}
#header,
#header-wrapper {
  background-color: #004A7F;
  color: white;
}
#header-wrapper {
  max-width: 70.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header hr {
  height: 0.1875rem;
  background-color: white;
  width: 100%;
  border: 0;
  margin: 0;
}
#header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Felix Titling';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25em 0 0.25em 0;
}
#header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/*@media screen and (max-width:680px) {
    .header-menu {
        flex-wrap: wrap;
    }*/

/*.header-menu:first-child {
        flex-basis: 100%;
    }*/

/*}*/

#header-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.25rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 0.5rem;
}
#header-phones-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 0.5rem;
}
#header-menu a {
  text-decoration: none;
}
#footer {
  background-color: #004A7F;
  color: white;
}
#footer-wrapper {
  max-width: 70.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25em;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer-address {
  margin-left: 0.625rem;
}
.footer-address {
  margin-left: 0.625rem;
}
#footer-social {
  font-size: 2rem;
}
#logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#logo hr {
  height: 0.125rem;
  background-color: white;
  width: 100%;
  border: 0;
  margin: 0.0625rem;
  margin-bottom: 0.3125rem;
}
#logo-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-left: 0.3125rem;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#logo-text #header-main-text {
  font-size: 1.25rem;
}
.dropdown-item {
  position: relative;
  display: inline-block;
}
.dropdown-label {
  color: white;
  padding: 0.625rem 2.8125rem 0.625rem 0.625rem;
}
.dropdown-item:hover {
  background-color: #3D7199;
}
.box-shadow {
  -webkit-box-shadow: 0.0625rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0.0625rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0.0625rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.75);
}
.action-boxes {
  display: flex;
  margin: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.action-boxes > a {
  text-decoration: none;
}
/*Dependent websites should use the class selector, not id selectior. Leaving this for legacy. Once all sites convert to using class, this can be removed*/

#action-boxes {
  display: flex;
  margin: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
#action-boxes > a {
  text-decoration: none;
}
.action-box {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  flex: 0 1 16 0.25rem;
  background-color: #EBEBEB;
  align-items: center;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-top: 0.5rem;
}
.action-box:hover {
  background-color: #D8D8D8;
}
.action-box-image {
  font-size: 1rem;
  align-items: center;
  padding: 0.375rem;
}
.action-box-label {
  font-weight: bold;
  font-size: 1.375rem;
  color: #000000;
  width: 100%;
  text-align: center;
}
.subtitle {
  font-size: 0.8125rem;
  font-style: italic;
  color: #3F3F3F;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seal-size-110 {
  display: block;
  text-indent: -9999px;
  width: 6.875rem;
  height: 6.875rem;
  background: url(../Images_template/seal.svg);
  background-size: 6.875rem 6.875rem;
}
.page-title h3,
.page-title h2,
.page-title h1 {
  color: #3F3F3F;
}
.contacts-table-row {
  display: flex;
}
.contacts-table-name {
  flex: 1 0 12.5rem;
  text-align: right;
}
.contacts-table-name-buffer {
  width: 14.375rem;
}
.contacts-table-dept-label {
  font-weight: bold;
  flex: 1 0 6.25rem;
}
.contacts-table-number {
  margin-left: 0.75rem;
}
.contacts-table-section {
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.alert {
  color: #780F07;
  background-color: #FCC0C0;
  border-color: #780F07;
  /*text-align: center;*/
  padding: 0.5rem 1rem;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  border: 1px solid;
  border-radius: 0.25rem;
  margin: 1em;
}
.alert-yellow {
  color: #5A4707;
  background-color: #fcedc0;
  border-color: #5A4707;
}
.alert-blue {
  color: #06458E;
  background-color: #CFE4FC;
  border-color: #06458E;
}
/*** FONT FACES ***/

/*@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-bold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-bold-italic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-light.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Felix Titling;
    src: url(../Fonts_template/felix.ttf) format('truetype');
    font-display: swap;
}*/

/*** END FONT FACES ***/

