:root {
  --bs-font-nunito-sans: "Nunito Sans", sans-serif;
}
body {
  background: #f5f5f5;
  color: #000;
  font-size: 16px;
  font-family: var(--bs-font-nunito-sans);
}
.navbar {
  margin-bottom: 0;
}
.navbar,
.well {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.embed-responsive {
  background-color: #ddeef4;
}
blockquote {
  border-left: 5px solid #8ed4ed;
}
hr {
  border-top: 1px solid #e3e3e3;
}

/* Brand Typography - Univers */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #04506e;
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 {
  font-family: "recoleta";
  font-size: 52px;
  line-height: 56px;
}
h2 {
  font-family: "recoleta";
  font-size: 38px;
}
h3 {
  font-family: "recoleta";
  font-size: 32px;
}
h4 {
  font-family: "recoleta";
  font-size: 24px;
}
h5 {
  font-family: "univers-630";
  font-size: 18px;
}
h6 {
  font-family: "univers-830";
  font-size: 16px;
}
.pageTitle {
  padding-bottom: 12px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 24px;
}
.sectionTitle {
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 0;
  padding: 12px 24px;
  color: #fff;
  background-color: #04506e;
  border-top: #023347 4px solid;
}
.uc {
  text-transform: uppercase;
}
.bold {
  font-family: "univers-620";
}
.blue {
  color: #0f92c8;
}

p,
li,
td,
div {
  font-family: var(--bs-font-nunito-sans);
}
strong {
  font-family: var(--bs-font-nunito-sans);
}
p {
  font-size: 16px;
  line-height: 24px;
}
li,
td {
  font-size: 16px;
  line-height: 20px;
}
th {
  font-family: "univers-530";
  font-size: 17px;
  line-height: 22px;
}
p.small {
  font-size: 14px;
  line-height: 18px;
}
p.lead {
  font-family: var(--bs-font-nunito-sans);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
  color: #6b6b69;
}
blockquote {
  font-family: "univers-330";
}
.nav li {
  font-family: "univers-430";
}

p a,
p a:link {
  font-family: var(--bs-font-nunito-sans);
}
.btn,
a.btn,
button {
  font-family: "univers-530" !important;
  font-size: 15px;
}
footer .legal {
  font-family: "univers-430";
}
span.amp {
  font-family: Helvetica, Arial, sans-serif;
} /* Changes & */
.contentArea li {
  padding-bottom: 8px;
}

/* Links */
a {
  color: #0e92c7;
  text-decoration: none;
}
a:hover {
  color: #0b76a1;
  text-decoration: underline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}
a.btn {
  margin-bottom: 4px;
  padding: 6px 24px;
}
a.btn-full,
a.btn-full:visited {
  display: block !important;
}

a.btn-default,
a.btn-default:visited {
  color: #666;
  background-color: #f8f8f8;
  border: solid #bcbcbc 1px;
  text-shadow: 0px 1px 1px #e8e8e8;
}
a.btn-blue,
a.btn-blue:visited {
  color: #fff;
  background-color: #0b76a1;
  border-bottom: solid #04506e 2px;
  text-shadow: 0px 1px 1px #04506e;
}
a.btn-green,
a.btn-green:visited {
  color: #fff;
  background-color: #53874e;
  border-bottom: solid #4a7637 2px;
  text-shadow: 0px 1px 1px #4a7637;
}
a.btn-red,
a.btn-red:visited {
  color: #fff;
  background-color: #c04564;
  border-bottom: solid #9d3953 2px;
  text-shadow: 0px 1px 1px #9d3953;
}
a.btn-orange,
a.btn-orange:visited {
  color: #fff;
  background-color: #da7c30;
  border-bottom: solid #cb632b 2px;
  text-shadow: 0px 1px 1px #cb632b;
}

a.btn-default:hover,
a.btn-default:focus {
  color: #777;
  background-color: #fff;
  border: solid #cbcbcb 1px;
  text-shadow: 0px 1px 1px #f3f3f3;
}
a.btn-blue:hover,
a.btn-blue:focus {
  color: #fff;
  background-color: #0a6b92;
  border-bottom: solid #044762 2px;
  text-shadow: 0px 1px 1px #044762;
}
a.btn-green:hover,
a.btn-green:focus {
  color: #fff;
  background-color: #4b7947;
  border-bottom: solid #426931 2px;
  text-shadow: 0px 1px 1px #426931;
}
a.btn-red:hover,
a.btn-red:focus {
  color: #fff;
  background-color: #b1405c;
  border-bottom: solid #9f3a53 2px;
  text-shadow: 0px 1px 1px #9f3a53;
}
a.btn-orange:hover,
a.btn-orange:focus {
  color: #fff;
  background-color: #d56a2d;
  border-bottom: solid #bd5d2a 2px;
  text-shadow: 0px 1px 1px #bd5d2a;
}

a.btn-blueOut,
a.btn-blueOut:visited {
  color: #0e92c7;
  background-color: #f8f8f8;
  border: solid #0e92c7 1px;
  text-shadow: 0px 1px 1px #f3f3f3;
}
a.btn-greenOut,
a.btn-greenOut:visited {
  color: #5e874e;
  background-color: #f8f8f8;
  border: solid #5e874e 1px;
  text-shadow: 0px 1px 1px #f3f3f3;
}

a.btn-blueOut:hover,
a.btn-blueOut:focus {
  color: #00aeef;
  background-color: #fff;
  border: solid #00aeef 1px;
  text-shadow: 0px 1px 1px #f3f3f3;
}
a.btn-greenOut:hover,
a.btn-greenOut:focus {
  color: #79ad65;
  background-color: #fff;
  border: solid #79ad65 1px;
  text-shadow: 0px 1px 1px #f3f3f3;
}

/* Jumbotron */
.jumbotron {
  border-radius: 0px !important;
  background-size: cover;
  background-color: #ccc;
  margin: 0;
  box-shadow: inset 0 -2px 12px rgba(0, 0, 0, 0.1);
}
.jumbotron h1 {
  font-family: "univers-320";
  font-size: 60px;
  border: none;
}
.jumbotron h1.hBlock {
  color: #023347;
  background-image: url(../images/W75.png);
  margin-top: 20px;
  padding: 20px 50px;
  display: block;
}

/* Wells */
.well {
  background-color: #ededed;
  border: none;
  border-bottom: 2px solid #ddd;
}
.well-green {
  background-color: #e6f1e2;
  border-bottom: 2px solid #d4e6ce;
}
.well-blue {
  background-color: #e8f3f7;
  border-bottom: 2px solid #d1e8f0;
}
.well-natural {
  background-color: #f3efec;
  border-bottom: 2px solid #ede8e2;
}

.well-green h3,
.well-green p,
.well-green li {
  color: #385a2a;
}
.well-blue h3,
.well-blue p,
.well-blue li {
  color: #023347;
}
.well-natural h3,
.well-natural p,
.well-natural li {
  color: #5d4e3f;
}

/* Callouts */
.callout {
  padding: 20px 30px;
}
.callout h3 {
  margin-top: 12px;
}

/* Cards */
.card h3 {
  font-family: "univers-630";
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
}
.card p {
  font-size: 15px;
  line-height: 22px;
}
.card-content {
  min-height: 160px;
}
.card-cta {
  text-align: center;
}
.card {
  background-color: #fff;
  border-bottom: 2px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.contentArea .card {
  background-color: #f3f3f3;
  border-bottom: 2px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

/* Alerts */
.alert {
  font-family: "univers-430";
}
.alert strong {
  font-family: "univers-530";
}
.alert-default {
  background-color: #f3efec;
  border: 1px solid #ede8e2;
  color: #5d4e3f;
}
.alert-green {
  background-color: #e6f1e2;
  border: 1px solid #d4e6ce;
  color: #385a2a;
}
.alert-blue {
  background-color: #e8f3f7;
  border: 1px solid #d1e8f0;
  color: #023347;
}
.alert-yellow {
  background-color: #f6f1d7;
  border: 1px solid #f5e48e;
  color: #5e4b38;
}
.alert-red {
  background-color: #f5dbd7;
  border: 1px solid #f4cac4;
  color: #bf2e1b;
}

.alert-default-inv {
  background-color: #5d4e3f;
  border: 1px solid #b3aaa1;
  color: #fff;
}
.alert-green-inv {
  background-color: #4a7637;
  border: 1px solid #79ad65;
  color: #fff;
}
.alert-blue-inv {
  background-color: #04506e;
  border: 1px solid #0e92c7;
  color: #fff;
}
.alert-yellow-inv {
  background-color: #f0cc63;
  border: 1px solid #e9bb36;
  color: #5d4e3f;
}
.alert-red-inv {
  background-color: #bf2e1b;
  border: 1px solid #f4cac4;
  color: #fff;
}

.alert i {
  font-size: 18px;
}

/* Tables */
.table-striped th {
  text-transform: uppercase;
  background-color: #e8f3f7;
}

/* Thumbnails */
.thumbnail .caption {
  text-align: center;
}
.thumbnail .caption h4 {
  font-size: 18px;
}
.thumbnail .caption p {
  font-size: 14px;
  line-height: 18px;
}

/* Utility Box */
.utilityBox {
  background: #fff;
  padding: 30px 0 20px 0;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

/* Footnotes */
.footnotes {
  margin-top: 24px;
  padding: 20px 50px;
}
.footnotes p {
  font-size: 13px;
  line-height: 18px;
  color: #767676;
}
.footnotes ol {
  padding: 0;
  padding-left: 16px;
}
.footnotes li {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 4px;
  color: #767676;
}

/* Footer */
footer {
  background: #023347;
  margin-top: 60px;
  text-align: center;
}
footer .legal {
  text-align: center;
  padding: 20px;
  color: #a7c3ce;
  font-family: "univers-330";
}
footer .legal a {
  color: #ddeef5;
}

/* Social Media */
.navbar-inverse .socialIcons > li > a {
  color: #0e92c7;
}
.navbar-inverse .socialIcons > li > a:hover {
  color: #00aeef;
}
.socialIcons > li > a {
  padding-left: 2px;
  padding-right: 2px;
}

/* Tiles */
.tiles img {
  width: 100%;
  margin-bottom: 20px;
}
.tiles img:hover {
  opacity: 0.9;
}

/* Content Area */
.contentArea {
  background-color: #fff;
  padding: 40px 50px 60px 50px;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contentArea:before,
.contentArea:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px #f3f3f3;
  -moz-box-shadow: 0 0 20px #f3f3f3;
  box-shadow: 0 0 20px #f3f3f3;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.contentArea:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/* Navigation */
.navbar-brand {
  height: auto;
}
.navbar-topmenu {
  background-color: #023347;
  border-color: #023347;
  min-height: 0;
}
.navbar-mainmenu,
.navbar-footermenu {
  background-color: #04506e;
  border-color: #023347;
}
.navbar-topmenu .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  color: #a7c3ce;
}
.navbar-footermenu .navbar-right > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #ddeef5;
}
.navbar-mainmenu .navbar-nav > li > a {
  font-size: 14px;
  color: #ddeef5;
}
/* Local Nav */
ul.navLocal {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.navLocal > li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 6px solid #d3d3d3;
  margin-bottom: 2px;
}
.navLocal > li > a {
  display: block;
  padding: 12px 16px;
  font-family: "univers-530";
  font-size: 14px;
  line-height: 18px;
  color: #0b76a1;
  text-decoration: none;
}
.navLocal > li:hover {
  border-left: 6px solid #00aeef;
}
.navLocal > li > a:hover {
  color: #00aeef;
}
.navLocal > li.active {
  border-left: 6px solid #0e92c7;
  border-bottom: 1px solid #d3d3d3;
}
.navLocal > li.active > a {
  background-color: #fff;
  color: #0e92c7;
}
/* Level 2 Local Nav */
ul.navLocal > li > ul {
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  list-style: none;
  background-color: #fff;
}
ul.navLocal > li > ul > li {
}
ul.navLocal > li > ul > li > a {
  display: block;
  font-family: "univers-330";
  font-size: 13px;
  line-height: 16px;
  padding: 5px 16px;
  color: #04506e;
  text-decoration: none;
}
.navLocal > li > ul > li > a:hover {
  color: #0e92c7;
}
.navLocal > li > ul > li.active > a {
  background-color: #ddeef4;
  color: #0e92c7;
}

/* CAREERS */
.heroBanner {
  width: 100%;
  margin-bottom: 12px;
}
.careerFields a.btn {
  display: block;
  margin-bottom: 6px;
}
.icon {
  width: 30px;
  margin-right: 8px;
  margin-top: -6px;
}
.employeePic {
  width: 120px;
}
.employeeNetworks div {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
}
.employeeNetworks div > div {
  border: 1px solid #ede8e2;
  padding: 10px 0;
  background: #fff;
}
.employeeNetworks img {
  width: 120px;
  margin-bottom: 16px;
}
.perspective {
  margin-top: 30px;
  background: #ddeef4;
  padding: 20px;
  border-bottom: 1px solid #8ed4ed;
}
.careerOpportunities a {
  display: block;
  margin-bottom: 10px;
}
.careerOpportunities img {
  width: 100%;
}
.fourCs {
  text-align: center;
}
.fourCs p {
  font-size: 14px;
  line-height: 18px;
  color: #05506f;
  margin-top: 8px;
}
.awardList li {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 16px;
}

html .navbar-text {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000 !important;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}
.header-icon-font-size {
  font-size: 3.5rem;
}

/* UTILTIES */

/* paddings margins */
.p-0 {
  padding: 0 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.pl-20 {
  padding-left: 20px !important;
}
/* flex */
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-end {
  justify-content: end;
}
/* colors */
.bg-light-black {
  color: #565656;
}
.text-gray {
  color: #565656;
}
.text-blue {
  color: #0073ae !important;
}
.text-dark-blue {
  color: #0a6a90 !important;
}
.bg-white {
  background-color: white !important;
}

.text-light-gray {
  color: #919799 !important;
}

.text-shadow-none {
  text-shadow: none !important;
}
.background-image-none {
  background-image: none !important;
}
.border-bottom-none {
  border-bottom: none;
}
.card {
  border-radius: 4px !important;
  border: 1px solid #e2e2e2 !important;
  background: #f5f5f5 !important;
}
/* 
Attach label to input */
.floating-input {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  width: 80%;
  padding: 5px 0px 5px 10px;
}

.floating-label-content {
  position: relative;
  margin-bottom: 20px;
}
.floating-label {
  color: #8f8f8f;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 20px;
  padding: 0 5px;
  background: #fff;
  top: -9px;
  font-size: 12px;
}

.pb-0-mat-form-field .mat-form-field-wrapper{
  padding-bottom: 0 !important;
}
