@charset "UTF-8";
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans.eot");
  src: url("../fonts/GillSans.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff"), url("../fonts/GillSans.ttf") format("truetype"), url("../fonts/GillSans.svg#GillSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Bold.eot");
  src: url("../fonts/GillSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans-Bold.woff2") format("woff2"), url("../fonts/GillSans-Bold.woff") format("woff"), url("../fonts/GillSans-Bold.ttf") format("truetype"), url("../fonts/GillSans-Bold.svg#GillSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Std";
  src: url("../fonts/GillSansStd.eot");
  src: url("../fonts/GillSansStd.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSansStd.woff2") format("woff2"), url("../fonts/GillSansStd.woff") format("woff"), url("../fonts/GillSansStd.ttf") format("truetype"), url("../fonts/GillSansStd.svg#GillSansStd") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Std";
  src: url("../fonts/GillSansStd-Bold.eot");
  src: url("../fonts/GillSansStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSansStd-Bold.woff2") format("woff2"), url("../fonts/GillSansStd-Bold.woff") format("woff"), url("../fonts/GillSansStd-Bold.ttf") format("truetype"), url("../fonts/GillSansStd-Bold.svg#GillSansStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-v14-latin-regular.eot");
  src: local("Lora Regular"), local("Lora-Regular"), url("../fonts/lora-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v14-latin-regular.woff2") format("woff2"), url("../fonts/lora-v14-latin-regular.woff") format("woff"), url("../fonts/lora-v14-latin-regular.ttf") format("truetype"), url("../fonts/lora-v14-latin-regular.svg#Lora") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lora Italic";
  src: local("Lora Italic"), local("Lora-Italic"), url("../fonts/Lora-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lora Bold";
  src: local("Lora Bold"), local("Lora-Bold"), url("../fonts/Lora-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Engravers MT";
  src: local("Engravers MT"), local("engr"), url("../fonts/engr.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  src: url("../fonts/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html, body {
  overflow-x: hidden;
}

main p, main li, main {
  font-family: Lora, serif;
  font-size: 18px;
  line-height: 26px;
}

a, a:hover, a:focus {
  color: #002c77;
}

a.white:hover, a.white:focus {
  color: #fff;
}

.container, #header, #top {
  padding: 0;
  margin: 0;
  width: 100%;
}

.blue-headbar {
  background-color: #002c77;
  color: #fff;
  height: 2.5em;
}

h1 {
  font-size: 70px;
  color: #002c77;
  font-weight: normal;
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  line-height: 78px;
}

h2 {
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 48px;
  font-weight: normal;
  color: #002c77;
  margin-bottom: 0px;
  line-height: 52px;
}

h3 {
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #d52b1e;
  letter-spacing: 0.2px;
  margin-bottom: -0.5em;
  margin-top: 1.5em;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  color: #d52b1e;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 37px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.blue {
  color: #002c77;
}

.white {
  color: #fff;
}

.orange {
  color: #d52b1e;
}

.peach {
  color: #ea958e;
}

.bg-orange {
  background-color: #d52b1e;
}

.bg-peach {
  background-color: #ea958e;
}

.bg-blue {
  background-color: #002c77;
}

.pink-border-l {
  border-left: 5px solid #f4cac7;
}

.pink-border-t {
  border-top: 5px solid #f4cac7;
}

.pink-border-b {
  border-bottom: 5px solid #f4cac7;
}

.container, #header, #top {
  padding: 0;
  margin: 0;
  width: 100%;
}

.card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 1.5em;
}

.italic {
  font-size: 16px;
  font-style: italic;
}

figcaption {
  font-size: 16px;
  font-family: Lora Italic;
  line-height: 22px;
  padding: 1em 0.2em;
}

.hero-image::after {
  display: block;
  position: relative;
  background-image: linear-gradient(180deg, transparent, #002c77);
  margin-top: -350px;
  height: 350px;
  width: 100%;
  content: "";
}

.overlay {
  min-height: 100%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 44, 119, 0.7);
  background-blend-mode: multiply;
}

.no-margin-lr {
  margin-right: -8em;
  margin-left: -8em;
}

.no-margin-top {
  margin-top: 0em;
}

.add-margin-l-4 {
  margin-left: 4em;
}

.add-padding-lr {
  padding-right: 3em;
  padding-left: 3em;
}

.add-padding-tb {
  padding-top: 2em;
  padding-bottom: 2em;
}

.add-padding-tb-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.add-padding-l-4 {
  padding: 0 0 0 4em;
}

.pos-rel {
  position: relative;
}

.nopads {
  padding: 0;
  margin: 0;
}

.add-margin-b-6 {
  margin-bottom: 6em;
}

.add-margin-b-4 {
  margin-bottom: 4em;
}

.add-margin-b-3 {
  margin-bottom: 3em;
}

.add-margin-top {
  margin-top: 0em;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.btn-align {
  padding-bottom: 1em;
}

.full-width {
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.warning {
  color: red;
  font-size: 1.5em;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

#upTop {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  font-size: 2em;
  outline: none;
  background-color: #363636;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

.button, .button2 {
  padding: 0.85em;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 20px;
  margin: 1em 0em 0em 0em;
  display: inline-block;
  width: 17em;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  background: #002c77;
  color: #fff;
}

.button:hover, .button:focus, .button2:hover, .button2:focus {
  background: #ea958e;
  color: #002c77;
  text-decoration: none;
}

.button2:hover, .button2:focus {
  background: #fff;
}

#headLogo img {
  margin-left: 1.5em;
  margin-top: 1.5em;
}

#headTitle {
  color: #002c77;
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 1.5em;
  margin-left: 3em;
  margin-top: 1.5em;
  font-weight: bold;
}

#pageTitle {
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 70px;
  font-weight: normal;
  line-height: 78px;
  color: #fff;
  position: absolute;
  margin-left: 1em;
  margin-top: -3em;
  width: 50%;
}

#utilNav {
  margin-top: 0.2em;
  margin-right: 1em;
  height: 2.5em;
  float: right;
}

#utilNav li {
  display: inline;
  font-size: 0.85em;
  float: right;
  text-transform: uppercase;
}

#utilNav li:first-child {
  width: 5.5em;
  position: relative;
  margin-right: -2em;
  height: 0;
}

#utilNav li:first-child a {
  margin-right: 0;
  padding-right: 0;
}

#utilNav li a {
  color: #fff;
  text-shadow: initial;
  text-decoration: none;
  margin: 0.65em;
  font-style: normal;
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  letter-spacing: 0.75px;
}

#utilNav li a:hover {
  text-decoration: underline;
}

#primNavWrapper {
  margin-top: 2em;
  margin-right: 2em;
}

#primNav li a {
  color: #002c77;
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 0;
  height: 2em;
}

#primNav li a:hover {
  text-decoration: none;
}

a.arrow::after {
  content: " ➝";
  font-size: 1.5em;
  vertical-align: text-top;
  display: inline-block;
  padding-left: 0.2em;
}

#primNav > li > a:hover, #primNav > li > a:focus, #primNav > li > a:active, #primNav > li.open > a {
  border-bottom: 4.5px solid #f4cac7;
}

.custom-icon-bar {
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  width: 2em;
  height: 2em;
  margin: -0.21em -0.5em -0.21em 0;
}

.custom-close {
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 42px;
  font-weight: normal;
  margin: -0.1em -0.5em -0.21em 0;
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-toggler > .close {
  display: inline;
}

.navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

#footer {
  background-color: #002c77;
  border-top: 5px solid #f4cac7;
  color: #fff;
  font-size: 0.8em;
  font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  padding: 1em 2em;
}

#footer ul li {
  list-style-type: none;
}

#footer ul li a {
  text-decoration: none;
  color: #fff;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footLogo img {
  max-width: 90%;
  height: auto;
  padding-left: 0em;
}

#footprimNav li {
  font-size: 1.2em;
  margin: 1.5em 0em 0em -1em;
  line-height: 0.3em;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 0.1em;
}

ul#footerLink {
  width: 100%;
  padding-left: 0;
}

ul#footerLink li {
  font-size: 1.2em;
  display: inline;
  padding-right: 1.3em;
}

ul#footerLink li a {
  text-decoration: underline;
}

ul#footerMedia {
  padding-left: 0;
}

ul#footerMedia li {
  display: inline-block;
  padding: 0 1.1em 1.1em 0;
}

@media print {
  button, #header nav, #footer, #upTop, [class*=button] {
    display: none;
  }
  .overlay {
    box-shadow: none;
  }
}
@media (hover: hover) {
  #upTop:hover, #upTop:active {
    background-color: #d52b1e;
  }
  #primNav-mobile > li > ul > li > a:hover::after {
    content: " ➝";
    font-size: 1.5em;
    vertical-align: text-top;
  }
  #primNav-mobile > li > ul > li > a:hover {
    background-image: none;
    background-color: initial;
    width: 115%;
  }
  #primNav-mobile > li > ul > li > a:hover::after {
    vertical-align: middle;
  }
}
@media (max-width: 1199px) {
  .blue-headbar {
    background-color: rgba(0, 0, 0, 0);
    height: 3.5em;
  }
  .button, .button2 {
    font-size: 14px;
  }
  #navBarCollapse {
    z-index: 3;
    background-color: #e5e6eb;
    max-width: 575px;
    top: 108px;
    right: 0px !important;
    position: absolute;
    box-shadow: -10px 15px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -10px 15px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -10px 15px 20px 0px rgba(0, 0, 0, 0.3);
  }
  #navBarCollapse .nav-row:first-child {
    background-color: #fff;
  }
  #primNav-mobile {
    padding-bottom: 0.5em;
    padding-left: 0.25em;
  }
  #primNav-mobile > li {
    line-height: 4em;
  }
  #primNav-mobile > li:first-child {
    box-shadow: inset 0px 15px 15px -10px #e5e6eb;
    padding-top: 1.5em;
  }
  #primNav-mobile > li > a {
    color: #d52b1e;
    padding: 1em 0.85em;
    font-size: 1.5em;
    font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
    font-style: normal;
    font-stretch: normal;
  }
  #primNav-mobile > li > a > img {
    padding: 0.5em 0.65em;
    float: right;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    display: inline-block;
  }
  #primNav-mobile li + li, #primNav-mobile {
    margin: 0;
  }
  #utilNav-mobile {
    background-color: #e5e6eb;
    padding: 1.5em 2.5em 0em 2.5em;
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 5px solid #f4cac7;
  }
  #utilNav-mobile li {
    list-style-type: none;
    text-align: center;
    padding: 0.3em;
    margin-bottom: 0.9em;
  }
  #utilNav-mobile li a {
    letter-spacing: 0.9px;
    color: #363636;
    font-size: 0.9em;
    font-family: Gill Sans Std, Gill Sans, Gill Sans MT, Calibri, sans-serif;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
  body {
    cursor: pointer;
  }
  main p, main li {
    font-size: 16px;
    line-height: 24px;
  }
  main {
    padding: initial;
    padding-top: 0px;
  }
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 25px;
  }
  #header div {
    margin-left: 0;
    margin-right: 0;
  }
  #headLogo img {
    margin-left: initial;
    margin-top: 1em;
    max-height: 67px;
    max-width: 183px;
  }
  #navBarCollapse {
    top: 81px;
    width: 100vw;
    border-left: none;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .headbar {
    background-color: rgba(0, 0, 0, 0);
    height: 3.5em;
  }
  #headTitle {
    margin-top: 1em;
  }
  .hero-image::after {
    margin-top: -270px;
    height: 270px;
  }
  .btn-align {
    text-align: center;
  }
  #footLogo {
    padding: 0 0 0 0;
  }
  #footLogo img {
    padding-left: 0em;
  }
  #footprimNav {
    padding-left: 0em;
    padding-bottom: 1em;
  }
  .add-margin-b-6 {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 765px) {
  .custom-icon-bar {
    margin: 0 -0.7em -0.1em 0;
  }
  .custom-close {
    margin: 0 -0.3em -0.21em 0;
  }
  #footer {
    text-align: center;
  }
  ul#footerLink {
    padding-top: 2em;
  }
  ul#footerLink li {
    font-size: 1.1em;
    display: block;
    padding-bottom: 0.5em;
  }
  #pageTitle {
    font-size: 42px;
    line-height: 50px;
    margin-left: 0.5em;
    margin-top: -3.5em;
    width: 85%;
  }
  #upTop {
    right: 6px;
    font-size: 1.8em;
    padding: 10px;
    border-radius: 6px;
  }
  .add-padding-tb {
    padding: 0em 0 1em;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 576px) {
  .custom-icon-bar {
    margin: 0.5em -0.5em -0.21em 0;
  }
  .custom-close {
    margin: 0.2em -0.2em -0.21em 0;
  }
  .hero-image::after {
    margin-top: -250px;
    height: 250px;
  }
  #pageTitle {
    font-size: 46px;
    line-height: 54px;
    margin-left: 0.75em;
    margin-top: -3.5em;
    width: 65%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-height: 1366px) {
  h2 {
    font-size: 41px;
    line-height: 48px;
  }
  h4 {
    font-size: 22px;
    line-height: 35px;
  }
  #primNav-mobile > li > a {
    padding-right: 1.5em;
    -webkit-perspective: 900000px;
    perspective: 900000px;
  }
  .blue-headbar {
    background-color: rgba(0, 0, 0, 0);
    height: 3.5em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  #primNav-mobile > li > a {
    padding-right: 1.5em;
  }
  .button, .button2 {
    font-size: 18px;
  }
}
#primNav li a {
  font-size: 1.3em;
}

@media only screen and (min-width: 1450px) {
  .card {
    padding: 2.1em;
  }
  .button, .button2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1900px) {
  main p, main li, main {
    font-size: 22px;
    line-height: 32px;
  }
  .italic {
    font-size: 20px;
  }
  #headLogo img {
    margin-left: 5.5em;
    margin-bottom: 1em;
    height: 90px;
  }
  #primNav li a {
    font-size: 1.8em;
    height: 1.8em;
  }
  #utilNav li {
    font-size: 1.1em;
  }
}
main p a, main li a {
  text-decoration: underline;
}

main li {
  padding-bottom: 0.35em;
}

.hero-image2 {
  max-width: 100%;
  margin: auto;
}

.hero-image2::after {
  display: block;
  position: relative;
  background-image: linear-gradient(180deg, transparent, #002c77);
  margin-top: -350px;
  height: 350px;
  width: 100%;
  content: "";
}

.noflex {
  display: block;
}

.title-breadcrumb {
  position: relative;
  margin-left: 2.75em;
}

.title-breadcrumb h1 {
  margin: -3em 0 0 0.5em;
  color: #fff;
}

.title-breadcrumb ul {
  list-style-type: none;
  margin-top: 1em;
}

.title-breadcrumb ul li {
  display: inline-block;
  color: #fff;
}

.title-breadcrumb ul li a {
  color: #fff;
}

a.back-arrow::before {
  content: " ⭠";
  font-size: 1.5em;
  vertical-align: text-top;
  display: inline-block;
  padding-right: 0.2em;
}

.active {
  font-family: Lora Bold;
  text-decoration: none;
}

h2 {
  margin-top: initial;
}

h3 {
  margin-bottom: 0.3em;
}

#footer {
  border-top: 7px solid #f4cac7;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  margin-top: 2.5em;
  margin-left: 0.3em;
}

.flex-item {
  flex: 0 0 180px;
  margin: 0 1.7em 3em 0;
  border-bottom: 4px solid #f4cac7;
}

.flex-item figcaption {
  font-size: 16px;
  line-height: 22px;
  padding: 0.5em 0.2em;
}

.profile {
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 1em;
}

.profile > div {
  padding-top: 0.5em;
}

.profile a {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}

.table {
  width: auto;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
  text-align: left;
  padding: 0.85em;
  font-size: 18px;
  border: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}

.table > thead > tr > th {
  background-color: #002c77;
  color: #fff;
  text-align: center;
}

main tr:nth-child(odd) {
  background-color: #fff;
}

main tr:nth-child(even) {
  background-color: rgba(229, 230, 235, 0.3);
}

.txtImgBlk {
  display: block;
}

.txtImgBlk div:nth-child(2) > h2, .txtImgBlk div:nth-child(2) > h3, .txtImgBlk div:nth-child(2) > h4 {
  margin-top: -0.2em;
}

.no-heading-txtImgBlk-l div:first-of-type {
  margin-top: -1.25em;
}

.no-heading-txtImgBlk-r div:first-of-type {
  margin-top: -0.8em;
}

.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-caption {
  font-size: 16px;
  font-family: Lora Italic;
  line-height: 22px;
  color: #363636;
  margin-top: -0.1em;
  padding: 0.5em 0.2em;
}

.acc {
  padding: 0em 0.8em;
}

.add-padding {
  padding: 3.5em 2em 1em 3em;
}

.add-margin-b-3 {
  margin-bottom: 3em;
}

.add-margin-t-1 {
  margin-top: -1em;
}

.imgcaption-container {
  display: table;
}

.imgcaption-container img {
  width: 100%;
}

.imgcaption-container figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 16px;
  font-family: Lora Italic;
  line-height: 22px;
  padding: 0.5em 0.2em;
}

.img-pos-l, .thmbimg-pos-l {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.img-pos-r, .thmbimg-pos-r {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.call-2-actn {
  text-align: center;
  padding: 3.5em 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.call-2-actn h2 {
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  margin: 0.25em 0em 1em 0em;
}

.call-2-actn .button {
  background-color: #fff;
  color: #002c77;
  margin-top: 0;
  width: 13em;
}

.call-2-actn .button:hover {
  background-color: #ea958e;
  color: #002c77;
}

.newsdate {
  color: #363636;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0.75em;
}

@media print {
  #primNav, #utilNav, #sectionMenu, #section-menu-label, #section-menu-navbar, .video-wrapper, .video-caption, .hero-image2, .call-2-actn {
    display: none;
  }
  #pageTitle {
    font-size: 28px;
    color: #000;
    margin-top: 0.5em;
  }
  .add-padding {
    padding: initial;
  }
  .title-breadcrumb {
    margin-top: -1em;
  }
  .title-breadcrumb ul {
    margin-top: -0.5em;
  }
  .title-breadcrumb h1 {
    font-size: 2em;
    margin: initial;
  }
  .call-2-actn {
    display: none;
  }
  .table {
    border-top: 1px solid #000;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
    padding: 0.5em;
    border: 1px solid #000;
  }
  .imgcaption-container img {
    width: 50%;
    padding-bottom: 0.5em;
  }
  .img-pos-l, .thmbimg-pos-l, .img-pos-r, .thmbimg-pos-r {
    float: none;
  }
}
@media (max-width: 1199px) {
  h2 {
    padding-top: 1em;
  }
  .add-margin-b-4 {
    margin-bottom: 3em;
  }
  .add-padding-l-4 {
    padding: initial;
  }
  .txtImgBlk div:nth-child(2) > h2, .txtImgBlk div:nth-child(2) > h3, .txtImgBlk div:nth-child(2) > h4 {
    padding-top: initial;
  }
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
  .hero-image2 {
    margin-top: 0.25em;
  }
  .hero-image2::after {
    margin-top: -270px;
    height: 270px;
  }
  .no-margin-lr {
    margin-left: -1em;
    margin-right: -1em;
  }
  .add-padding {
    padding: 1em 0.7em 0em 0.7em;
  }
  .video-caption {
    padding: 10px;
  }
  .profile-wrapper > div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .img-pos-l {
    margin-right: initial;
  }
  .img-pos-r {
    margin-left: initial;
  }
  .title-breadcrumb {
    position: relative;
  }
  .title-breadcrumb h1 {
    position: absolute;
    bottom: 1.6em;
    margin: 0 0 0 -0.5em;
  }
  .title-breadcrumb ul {
    position: absolute;
    bottom: 0.5em;
    padding-left: initial;
    margin-left: -1em;
  }
  .no-margin-lr-mobile {
    margin-left: -1.4em;
    margin-right: -1.4em;
  }
  .call-2-actn {
    padding: 1.5em 1.5em 3.5em 1.5em;
  }
  .call-2-actn h2 {
    padding-top: initial;
  }
  .row:before {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .add-margin-lr-2 {
    margin-left: 0em;
    margin-right: 2em;
  }
  .title-breadcrumb h1 {
    margin-left: -0.3em;
  }
  .title-breadcrumb ul {
    margin-left: -3em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-height: 1366px) {
  .flex-container {
    margin-top: 4.5em;
  }
  .add-padding {
    padding: 2em 1.5em 1em 1.5em;
  }
}
@media only screen and (min-width: 1900px) {
  .table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
    font-size: 22px;
  }
  .add-padding {
    padding: 2.5em 2em 1em 3em;
  }
}