html {
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}

body {
    font: 400 16/1.4 "Merriweather",serif;
    color: #555;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    margin: 0
}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,ol,dl,figure {
    margin-block-end: 15px
}

img {
    max-inline-size: 100%;
    block-size: auto;
    vertical-align: middle
}

figure>img {
    display: block
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

h1 {
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-block-end: 10px
}

h2 {
    color: #999;
    font-size: 20px;
    line-height: 1
}

h4,.site-title {
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-block-end: 10px;
    text-transform: uppercase
}

.site-title {
    margin-block-start: 1.5rem;
    padding: 0
}

.pg-Wrapper {
    inline-size: 100%
}

.hd-WrapperFlex,.ar-WrapperFlex,.ft-WrapperFlex,.nv-WrapperFlex {
    inline-size: 100%
}

.hd-WrapperFixed,.ar-WrapperFixed,.ft-WrapperFixed,.nv-WrapperFixed,.gd-IntroWrapper,.card-wrapper {
    max-inline-size: 1330px;
    margin: 0 auto;
    inline-size: 100%
}

.ca-CalloutOne,.ca-CalloutTwo,.ca-CalloutThree {
    border-block-start: 2px solid #dfdfdf;
    border-block-end: 2px solid #dfdfdf;
    display: block;
    padding: 10px 0
}

@media all and (min-width: 980px) {
    .ca-CalloutOne,.ca-CalloutTwo,.ca-CalloutThree {
        display:inline-block;
        margin: 20px 0 25px;
        padding: 15px 0;
        inline-size: 30%
    }
}

.ca-CalloutOne p,.ca-CalloutTwo p,.ca-CalloutThree p {
    margin-block-end: 0
}

.ca-CalloutOne {
    border-block-end: 0;
    margin: 20px 0 0 0
}

@media all and (min-width: 980px) {
    .ca-CalloutOne {
        border-block-end:2px solid #dfdfdf;
        margin: 20px 30px 25px 0
    }
}

.ca-CalloutTwo {
    border-block-end: 0;
    margin: 0
}

@media all and (min-width: 980px) {
    .ca-CalloutTwo {
        border-block-end:2px solid #dfdfdf;
        margin: 20px 30px 25px 0
    }
}

.ca-CalloutThree {
    margin: 0
}

@media all and (min-width: 980px) {
    .ca-CalloutThree {
        margin:20px 0 25px
    }
}

.ca-Title {
    color: #999;
    letter-spacing: 2px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.md-MediaWrapper {
    display: block;
    margin-block-end: 25px;
    overflow: hidden
}

@media all and (min-width: 775px) {
    .md-MediaWrapper {
        display:inline-block;
        inline-size: 40%
    }
}

.md-MediaWrapper h4 {
    color: #2c3e50;
    letter-spacing: 2px;
    text-transform: uppercase
}

.md-MediaWrapper_One {
    margin-inline-end: 30px
}

.md-Media_item {
    float: inline-start;
    margin-inline-end: 15px
}

.tb-ResponsiveTable {
    inline-size: 100%;
    border-collapse: collapse
}

.tb-ResponsiveTable tr:nth-of-type(odd) {
    background-color: #f5f5f5
}

.tb-ResponsiveTable th {
    background-color: #fff;
    color: #2c3e50;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: bottom
}

.tb-ResponsiveTable td {
    border: 1px solid #ddd;
    font-size: 14px
}

.tb-ResponsiveTable td,.tb-ResponsiveTable th {
    padding: 8px;
    text-align: start
}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
    .tb-ResponsiveTable table,.tb-ResponsiveTable thead,.tb-ResponsiveTable tbody,.tb-ResponsiveTable th,.tb-ResponsiveTable td,.tb-ResponsiveTable tr {
        display:block
    }

    .tb-ResponsiveTable thead tr {
        position: absolute;
        inset-block-start: -9999px;
        inset-inline-start: -9999px
    }

    .tb-ResponsiveTable tr {
        border: 1px solid #ccc
    }

    .tb-ResponsiveTable td {
        border: none;
        border-block-end: 1px solid #eee;
        position: relative;
        padding-inline-start: 50%
    }

    .tb-ResponsiveTable td:before {
        color: #999;
        font-style: italic;
        position: absolute;
        inset-block-start: 6px;
        inset-inline-start: 6px;
        inline-size: 45%;
        padding-inline-end: 10px;
        white-space: nowrap
    }

    .tb-ResponsiveTable td:nth-of-type(1):before {
        content: "Year"
    }

    .tb-ResponsiveTable td:nth-of-type(2):before {
        content: "Silver Hope Award"
    }

    .tb-ResponsiveTable td:nth-of-type(3):before {
        content: "Award of Courage"
    }

    .tb-ResponsiveTable td:nth-of-type(4):before {
        content: "Women of Courage"
    }
}

a.bt-Primary {
    background-color: #d85316;
    background-image: linear-gradient(#d85316, #cc3f10);
    color: #fff;
    padding: 10px 32px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3)
}

a.bt-Primary:hover {
    opacity: .5;
    text-decoration: none
}

.muted,figcaption {
    color: #999
}

.spacing-small {
    margin-block-end: 4px !important
}

.spacing-large {
    margin-block-end: 24px
}

.goldenrod {
    background-color: goldenrod
}

.red {
    background-color: red
}

.btn {
    background: #e78228;
    background-image: none;
    border-radius: 6px;
    border-style: none;
    padding: 10px 16px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover {
    background: #c66916;
    transition: all 0.3s ease
}

.btn:active {
    background: #af5d14
}

.btn:focus {
    background: #985111
}

.btn::-moz-focus-inner {
    border: 0
}

.btn:focus {
    outline: 0
}

.btn-primary {
    color: #fff;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    text-transform: uppercase
}

.btn-primary:hover {
    color: #fff
}

.btn-primary:active {
    color: #fff
}

.btn-primary:focus {
    color: #fff
}

.gd-IntroWrapper {
    padding: 0 12px
}

.gd-IntroWrapper:before,.gd-IntroWrapper:after {
    content: "";
    display: table
}

.gd-IntroWrapper:after {
    clear: both
}

@media screen and (min-width: 720px) {
    .gd-IntroWrapper {
        padding:0 20px
    }
}

@media screen and (min-width: 1100px) {
    .gd-IntroWrapper {
        padding:0 30px
    }
}

.gd-Intro {
    margin-block-end: 32px;
    padding-block-start: 32px;
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-Intro {
        inline-size:65.7142857143%;
        float: inline-start;
        margin-inline-end: 2.8571428571%;
        margin-block-end: 0
    }
}

.gd-UpdatesNews {
    padding-block-start: 32px;
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-UpdatesNews {
        inline-size:31.4285714286%;
        float: inline-end;
        margin-inline-end: 0
    }
}

.gd-UpdatesNews h4 {
    padding: 0 0 8px 0
}

.card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  align-items: stretch; /* forces all grid items to match the tallest row */
  margin-block-start: 30px;
  padding-inline: 12px;
}

@media screen and (min-width: 1100px) {
    .card-wrapper {
        padding-inline: 30px;
    }
}

@media screen and (min-width: 720px) {
    .card-wrapper {
        padding-inline: 20px;
    }
}

.card {
  block-size: 100%;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.card a {
  display: flex;
  flex-direction: column;
  block-size: 100%;
  color: inherit;
  text-decoration: none; /* kills the underline on the whole card link */
}

.card-image-wrap {
  position: relative;
  inline-size: 100%;
  aspect-ratio: 397 / 270; /* ratio lives on the wrapper, not the img */
  overflow: hidden;
}

.card-image {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover; /* fills the wrapper's box at every screen size */
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.card a:hover .card-image {
  transform: scale(1.05);
  filter: brightness(0.85);
}

.card-caption {
  background: #222;
  color: #ffffff;
  padding: 20px 24px;
  flex: 1; /* grows to fill leftover space so cards stay equal height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-caption h3 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

.card-caption p {
  margin: 0;
  font-style: italic;
  color: #d4a017;
  font-size: 1.1rem;
  text-decoration: none;
}

.ft-WrapperFixed:before,.ft-WrapperFixed:after {
    content: "";
    display: table
}

.ft-WrapperFixed:after {
    clear: both
}

@media screen and (min-width: 720px) {
    .ft-WrapperFixed {
        padding:0 20px
    }
}

@media screen and (min-width: 1100px) {
    .ft-WrapperFixed {
        padding:0 30px
    }
}

.ft-Copyright {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .ft-Copyright {
        inline-size:22.8571428571%;
        float: inline-start;
        margin-inline-end: 2.8571428571%
    }
}

.ft-Links {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .ft-Links {
        inline-size:74.2857142857%;
        float: inline-end;
        margin-inline-end: 0
    }
}

.gd-AlumniWrapper:before,.gd-AlumniWrapper:after {
    content: "";
    display: table
}

.gd-AlumniWrapper:after {
    clear: both
}

.gd-AlumniContent {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-AlumniContent {
        inline-size:65.7142857143%;
        float: inline-start;
        margin-inline-end: 2.8571428571%
    }
}

.gd-AlumniNav {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-AlumniNav {
        inline-size:31.4285714286%;
        float: inline-end;
        margin-inline-end: 0
    }
}

.gd-SiteWrapper:before,.gd-SiteWrapper:after {
    content: "";
    display: table
}

.gd-SiteWrapper:after {
    clear: both
}

.gd-SiteContent {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-SiteContent {
        inline-size:57.1428571429%;
        float: inline-start;
        margin-inline-end: 2.8571428571%
    }
}

.gd-SiteContactInfo {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-SiteContactInfo {
        inline-size:40%;
        float: inline-end;
        margin-inline-end: 0
    }
}

.gd-ContactWrapper:before,.gd-ContactWrapper:after {
    content: "";
    display: table
}

.gd-ContactWrapper:after {
    clear: both
}

.gd-ContactContent {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-ContactContent {
        inline-size:48.5714285714%;
        float: inline-start;
        margin-inline-end: 2.8571428571%
    }
}

.gd-ContactMap {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-ContactMap {
        inline-size:48.5714285714%;
        float: inline-end;
        margin-inline-end: 0
    }
}

.ft-WrapperFlex {
    background-color: #2c3e50;
    border-block-start: 3px solid #3879B6;
    margin-block-start: 40px;
    padding: 12px 0
}

.ft-WrapperFixed {
    color: #999;
    padding: 8px 12px
}

@media screen and (min-width: 720px) {
    .ft-WrapperFixed {
        padding:10px 20px
    }
}

@media screen and (min-width: 1100px) {
    .ft-WrapperFixed {
        padding:10px 30px
    }
}

.ft-Copyright {
    text-align: center
}

@media screen and (min-width: 720px) {
    .ft-Copyright {
        text-align:start
    }
}

.ft-Copyright p {
    padding-block-end: 4px
}

.ft-Links {
    font-family: "Oswald",sans-serif;
    text-align: center
}

@media screen and (min-width: 720px) {
    .ft-Links {
        text-align:end
    }
}

.ft-Links a {
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (min-width: 720px) {
    .ft-Links a {
        padding:4px 12px
    }
}

.ft-Links a:hover {
    color: #fff;
    opacity: 0.5
}

.ft-Links a.ft-LinkCta {
    color: #e78228;
    font-weight: bold
}

.hd-WrapperFlex {
    background-color: #2c3e50;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4)
}

.hd-WrapperFixed {
    padding: 8px 12px 4px
}

.hd-WrapperFixed:before,.hd-WrapperFixed:after {
    content: "";
    display: table
}

.hd-WrapperFixed:after {
    clear: both
}

@media screen and (min-width: 720px) {
    .hd-WrapperFixed {
        padding:12px 20px 6px
    }
}

@media screen and (min-width: 1200px) {
    .hd-WrapperFixed {
        padding:20px 30px 25px
    }
}

.hd-WrapperFixed a:hover {
    opacity: .5
}

.hd-Logo {
    display: block;
    float: none;
    block-size: auto;
    margin: 5px auto 15px;
    max-inline-size: 290px
}

@media screen and (min-width: 720px) {
    .hd-Logo {
        max-inline-size:400px;
        inline-size: 400px
    }
}

@media screen and (min-width: 1250px) {
    .hd-Logo {
        display:inline-block;
        float: inline-start;
        margin: 0;
        max-inline-size: 400px;
        inline-size: 400px
    }
}

body:has(.pg-Wrapper) {
    display: flex;
    flex-direction: column;
    min-block-size: 100vh;
}

.pg-Wrapper {
    max-inline-size: 1330px;
    margin: 0 auto;
    padding: 24px 12px 12px;
    inline-size: 100%;
    flex: 1 0 auto;
}

@media screen and (min-width: 720px) {
    .pg-Wrapper {
        padding:30px 20px 15px
    }
}

@media screen and (min-width: 1100px) {
    .pg-Wrapper {
        padding:36px 30px 18px
    }
}

.pg-MainHeading {
    padding-block-end: 16px
}

.pg-MainHeading h1 {
    padding-block-end: 4px
}

.pg-MainHeading h4 {
    color: #999
}

.pg-Subheading {
    padding: 24px 0 16px
}

ol {
    list-style-type: numeral
}

ul {
    list-style-type: disc
}

.ls-NoBullet {
    list-style-type: none
}

ul.ls-NoIndent {
    margin: 0 27px 0 0
}

ul.ls-NoPadding li {
    line-height: 1.55;
    padding: 0
}

ol,ul,.ls-NoBullet {
    margin: 0 27px 0 36px;
    padding: 0 0 16px 0
}

ol ul,ul ul,.ls-NoBullet ul {
    font-size: inherit;
    list-style-type: circle
}

ol ul,ol ol,ul ul,ul ol,.ls-NoBullet ul,.ls-NoBullet ol {
    padding: 0 0 8px 0
}

ol li,ul li,.ls-NoBullet li {
    line-height: 1.55;
    padding: 4.5px 0
}

.ls-Stacked {
    list-style: none;
    margin: 0;
    padding: 0
}

.ls-Stacked li {
    line-height: 1.25;
    padding: 0
}

.ls-Stacked a {
    text-decoration: none
}

.ls-Stacked li:last-child {
    border-block-end: 0;
    padding: 10px 0 0 0
}

.ls-Stacked li {
    border-block-end: 1px solid #ccc;
    display: block;
    padding: 10px 0;
    text-decoration: none
}

.ls-AlumniYears {
    margin: 0
}

.ls-AlumniYears li {
    display: inline-block
}

.ls-AlumniYears a {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 8px 24px;
    text-decoration: none
}

@media screen and (min-width: 720px) {
    .ls-AlumniYears a {
        padding:6px 32px
    }
}

.ls-AlumniYears a.is-Selected {
    background-color: #3879B6;
    color: white;
    cursor: default;
    font-weight: bold;
    text-decoration: none
}

.gd-CurrentSites .ls-Stacked,.gd-FormerSites .ls-Stacked {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-CurrentSites .ls-Stacked,.gd-FormerSites .ls-Stacked {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em
    }
}

.gd-CurrentSites .ls-Stacked a,.gd-FormerSites .ls-Stacked a {
    inline-size: 100%
}

@media screen and (min-width: 720px) {
    .gd-CurrentSites .ls-Stacked a,.gd-FormerSites .ls-Stacked a {
        inline-size:80%
    }
}

.hd-Nav_Wrapper {
    border-block-start: 1px solid rgba(0,0,0,0.3);
    display: block;
    float: none;
    padding-block-start: 15px;
    text-align: center
}

@media screen and (min-width: 1250px) {
    .hd-Nav_Wrapper {
        border-block-start:0;
        display: inline-block;
        float: inline-end;
        padding-block-start: 30px;
        text-align: end
    }
}

a.hd-Nav_Link {
    color: #fff;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin-block-end: 10px;
    margin-inline-end: 20px;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (min-width: 1250px) {
    a.hd-Nav_Link {
        font-size:13px;
        letter-spacing: 2px
    }
}

a.hd-Nav_Link :hover {
    border-block-end: 1px solid #fff;
    color: #fff;
    padding-block-end: 2px
}

a.hd-Nav_Link.is-Selected {
    color: #999
}

a.hd-Nav_Link.is-Selected span {
    padding-block-end: 2px;
    border-block-end: 1px solid #999
}

a.hd-Nav_Link:last-child {
    border-inline-end: 0
}

a.hd-Nav_Link:hover {
    opacity: .5;
    text-decoration: none
}

a.hd-Nav_Link.hd-Nav_LinkCta {
    background: #e78228;
    border-radius: 5px;
    color: #fff;
    padding: 8px 20px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6)
}

a.hd-Nav_Link.hd-Nav_LinkCta:hover {
    background: #c66916;
    transition: all 0.3s ease
}

a.hd-Nav_Link.hd-Nav_LinkCta:active {
    background: #af5d14
}

a.hd-Nav_Link.hd-Nav_LinkCta:focus {
    background: #985111
}

a.hd-Nav_Link.hd-Nav_LinkCta:hover {
    padding: 8px 20px;
    text-decoration: none
}

a.hd-Nav_LinkCta:hover {
    border-block-end: 0;
    color: #fff;
    padding-block-end: 20px
}

hr.rl-FadeEdges {
    border: 0;
    block-size: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), #ccc, rgba(0,0,0,0))
}

.ob-Breadcrumb {
    margin-block-end: 24px
}

.ob-Breadcrumb span {
    color: #3879B6
}

.ob-Facebook,.ob-Picasa,.ob-Youtube {
    margin: 30px 0
}

.ob-Facebook:before,.ob-Facebook:after,.ob-Picasa:before,.ob-Picasa:after,.ob-Youtube:before,.ob-Youtube:after {
    content: "";
    display: table
}

.ob-Facebook:after,.ob-Picasa:after,.ob-Youtube:after {
    clear: both
}

.ico-facebook,.ico-picasa,.ico-youtube {
    float: inline-start;
    margin-inline-end: 20px;
    max-inline-size: 48px;
    block-size: auto;
    vertical-align: middle;
    color: #000;
    font-family: "Oswald",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ob-Answer {
    border-inline-start: 1px solid #ccc;
    margin: 0 0 16px 32px;
    padding-inline-start: 16px
}

.ob-Answer p:last-child {
    margin-block-end: 0;
    padding-block-end: 0
}

.ob-SidebarBox {
    background-color: #efefef;
    border: 1px solid #e5e5e5;
    padding: 12px 10px;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
    text-align: center
}

.ob-ImageBlockCaption,.ob-ImageBlockCaption_261 {
    margin: 0 0 16px 0;
    overflow: hidden
}

.ob-ImageBlockCaption img,.ob-ImageBlockCaption_261 img {
    border: 1px solid #ccc;
    display: block;
    block-size: auto;
    inline-size: 100%
}

.ob-ImageBlockCaption {
    max-inline-size: 750px;
}

.ob-ImageBlockCaption_261 {
    max-inline-size: 261px
}

.ob-ImageBlock {
    border: 1px solid #ccc;
    margin-block-end: 16px
}

.ob-ImageRightCaption {
    float: none;
    margin: 0 0 16px 0;
    max-inline-size: 475px;
    overflow: hidden
}

@media all and (min-width: 53.125em) {
    .ob-ImageRightCaption {
        float:inline-end;
        margin: 0 0 16px 32px
    }
}

.ob-ImageRightCaption img {
    border: 1px solid #ccc
}

.ob-ImageRight {
    border: 1px solid #ccc;
    float: none;
    margin: 0 0 16px 0;
    max-inline-size: 475px;
    overflow: hidden
}

@media all and (min-width: 53.125em) {
    .ob-ImageRight {
        float:inline-end;
        margin: 0 0 16px 32px
    }
}

figcaption {
    font-style: italic;
    margin-block-start: 8px;
    text-align: center
}

.ob-SiteGoogleMap {
    border: 1px solid #ccc;
    block-size: auto;
    max-block-size: 300px;
    overflow: hidden;
    inline-size: 100%
}

html {
    line-height: 1.4
}

h1,.sz-TypeXXLg {
    font-size: 1.375em;
    line-height: 1
}

@media screen and (min-width: 700px) {
    h1,.sz-TypeXXLg {
        font-size:2.125em;
        line-height: 1.1
    }
}

@media screen and (min-width: 1024px) {
    h1,.sz-TypeXXLg {
        font-size:2.25em;
        line-height: 1.1
    }
}

h2,.sz-TypeXLg {
    font-size: 1.5em;
    line-height: 1.2
}

@media screen and (min-width: 700px) {
    h2,.sz-TypeXLg {
        font-size:1.625em;
        line-height: 1.3
    }
}

@media screen and (min-width: 1024px) {
    h2,.sz-TypeXLg {
        font-size:1.75em;
        line-height: 1.3
    }
}

h3,.sz-TypeLg,.fe-Title {
    font-size: 1.125em;
    line-height: 1.4
}

@media screen and (min-width: 700px) {
    h3,.sz-TypeLg,.fe-Title {
        font-size:1.25em;
        line-height: 1.5
    }
}

@media screen and (min-width: 1024px) {
    h3,.sz-TypeLg,.fe-Title {
        font-size:1.375em;
        line-height: 1.5
    }
}

h4,.sz-TypeMd,.ico-facebook,.ico-picasa,.ico-youtube {
    font-size: 1em;
    line-height: 1.5
}

@media screen and (min-width: 700px) {
    h4,.sz-TypeMd,.ico-facebook,.ico-picasa,.ico-youtube {
        font-size:1.0625em;
        line-height: 1.5
    }
}

@media screen and (min-width: 1024px) {
    h4,.sz-TypeMd,.ico-facebook,.ico-picasa,.ico-youtube {
        font-size:1.125em;
        line-height: 1.4
    }
}

p,ol,ul,h5,.sz-TypeBase,.ob-Question,.fe-Description {
    font-size: 1em;
    line-height: 1.4
}

@media screen and (min-width: 700px) {
    p,ol,ul,h5,.sz-TypeBase,.ob-Question,.fe-Description {
        font-size:1.0625em;
        line-height: 1.5
    }
}

@media screen and (min-width: 1024px) {
    p,ol,ul,h5,.sz-TypeBase,.ob-Question,.fe-Description {
        font-size:1.125em;
        line-height: 1.5
    }
}

small,.sz-TypeSm,.ft-Copyright,.ft-Links,figcaption,.btn-primary {
    font-size: .8125em;
    line-height: 1.2
}

@media screen and (min-width: 700px) {
    small,.sz-TypeSm,.ft-Copyright,.ft-Links,figcaption,.btn-primary {
        font-size:.8125em;
        line-height: 1.3
    }
}

h1 {
    margin: 0;
    padding-block-end: 16px
}

h2 {
    margin: 0;
    padding: 8px 0
}

h3 {
    margin: 0;
    padding: 8px 0;
    text-transform: uppercase
}

h4 {
    margin: 0;
    padding: 8px 0
}

p {
    margin: 0;
    padding-block-end: 16px
}

a {
    color: #3879B6;
    text-decoration: underline
}

a:hover {
    color: #26527c;
    text-decoration: none
}

.sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    block-size: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    position: absolute;
    inline-size: 1px;
    white-space: nowrap
}