@font-face { font-family: "Marianne"; font-weight: 900; src: url("../../fonts/Marianne-ExtraBold.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 900; src: url("../../fonts/Marianne-ExtraBold.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 700; src: url("../../fonts/Marianne-Bold.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 600; src: url("../../fonts/Marianne-Bold.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 500; src: url("../../fonts/Marianne-Medium.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 400; src: url("../../fonts/Marianne-Regular.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 300; src: url("../../fonts/Marianne-Light.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 200; src: url("../../fonts/Marianne-Thin.otf") format("opentype"); }
@font-face { font-family: "Marianne"; font-weight: 100; src: url("../../fonts/Marianne-Thin.otf") format("opentype"); }

@font-face { font-family: "Spectral"; font-weight: 900; src: url("../../fonts/Spectral-ExtraBold.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 800; src: url("../../fonts/Spectral-ExtraBold.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 700; src: url("../../fonts/Spectral-Bold.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 600; src: url("../../fonts/Spectral-Bold.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 500; src: url("../../fonts/Spectral-Medium.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 400; src: url("../../fonts/Spectral-Regular.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 300; src: url("../../fonts/Spectral-Light.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 200; src: url("../../fonts/Spectral-ExtraLight.ttf") format("truetype"); }
@font-face { font-family: "Spectral"; font-weight: 100; src: url("../../fonts/Spectral-ExtraLight.ttf") format("truetype"); }

body {
  font-family: 'Marianne', sans-serif;
}

.layout-content {
  padding-bottom: 48px;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 58px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

h2 {
  color: #194360;
  font-size: 30px;
  margin: 0 0 20px  0;
  font-weight: 400;
}

h3 {
  color: rgba(41,48,53,0.61);
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}

a {
  color: #194360;
}

h2 a:hover {
  text-decoration: none;
}

.offscreen-element {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

blockquote {
  font-weight: 500;
  font-style: italic;
  max-width: 660px;
  margin: 40px 0 40px 5%;
  padding: 20px 0 20px 5%;
  color: #34373e;
  border-left: 5px solid #e8eef3;
}

blockquote p:last-child {
  margin-bottom: 0px;
}

.agent-toggler {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
}

.agent-toggler[aria-expanded="true"] { background-color: white; }

.agent-toggler:hover {
  text-decoration: none;
}

.agent-toggler h4 {
  font-family: Marianne;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #989898;
  margin: 0;
}
.agent-toggler[aria-expanded="true"] h4 { color: black; }

.agent-toggler svg {
  width: 15px;
  height: 15px;
  color: black;
}
.agent-toggler:hover svg {
  color: black;
}

.agent-toggler[aria-expanded="false"] .fa-minus { display: none; }
.agent-toggler[aria-expanded="false"] .fa-plus { display: inline-block; }
.agent-toggler[aria-expanded="true"] .fa-minus { display: inline-block; }
.agent-toggler[aria-expanded="true"] .fa-plus { display: none; }
