html {
    scroll-behavior: smooth;
    font-size: 16px;    
    line-height: 16px;
}
body {
    color: #2d2d2d;
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
    padding: 0;
}
#top {
    padding-top: 80px;
}
@media (max-width: 767px) {
    #top {
        padding-top: 56px;
    }
}
.container__fullWidth {
    width: 100%;
}
/* Variant Styles */
.-abBlue {
    color: #003e7e;
    fill: #003e7e;
}
.-cGrey {
    color: #e1ebf4;
    fill: #e1ebf4;
}
.-charcoal {
    color: #2d2d2d;
    fill: #2d2d2d;
}
.-dGrey {
    color: #43434d;
    fill: #43434d;
}
.-ftBlue {
    color: #00aeef;
    fill: #00aeef;
}
.-garnet {
    color: #8d0034;
    fill: #8d0034;
}
.-gold {
    color: #f9c20a;
    fill: #f9c20a;
}
.-green {
    color: #77c14c;
    fill: #77c14c;
}
.-lGrey {
    color: #e5e6e9;
    fill: #e5e6e9;
}
.-mGrey {
    color: #6d6e71;
    fill: #6d6e71;
}
.-orange {
    color: #f58025;
    fill: #f58025;
}
.-purple {
    color: #770056;
    fill: #770056;
}
.-raRed {
    color: #cd163f;
    fill: #cd163f;
}
.-white {
    color: #fff;
    fill: #fff;
}
@media (max-width: 767px) {
    .-abBlue-xs {
        color: #003e7e;
        fill: #003e7e;
    }
    .-cGrey-xs {
        color: #e1ebf4;
        fill: #e1ebf4;
    }
    .-charcoal-xs {
        color: #2d2d2d;
        fill: #2d2d2d;
    }
    .-dGrey-xs {
        color: #43434d;
        fill: #43434d;
    }
    .-ftBlue-xs {
        color: #00aeef;
        fill: #00aeef;
    }
    .-garnet-xs {
        color: #8d0034;
        fill: #8d0034;
    }
    .-gold-xs {
        color: #f9c20a;
        fill: #f9c20a;
    }
    .-green-xs {
        color: #77c14c;
        fill: #77c14c;
    }
    .-lGrey-xs {
        color: #e5e6e9;
        fill: #e5e6e9;
    }
    .-mGrey-xs {
        color: #6d6e71;
        fill: #6d6e71;
    }
    .-orange-xs {
        color: #f58025;
        fill: #f58025;
    }
    .-purple-xs {
        color: #770056;
        fill: #770056;
    }
    .-raRed-xs {
        color: #cd163f;
        fill: #cd163f;
    }
    .-white-xs {
        color: #fff;
        fill: #fff;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .-abBlue-sm {
        color: #003e7e;
        fill: #003e7e;
    }
    .-cGrey-sm {
        color: #e1ebf4;
        fill: #e1ebf4;
    }
    .-charcoal-sm {
        color: #2d2d2d;
        fill: #2d2d2d;
    }
    .-dGrey-sm {
        color: #43434d;
        fill: #43434d;
    }
    .-ftBlue-sm {
        color: #00aeef;
        fill: #00aeef;
    }
    .-garnet-sm {
        color: #8d0034;
        fill: #8d0034;
    }
    .-gold-sm {
        color: #f9c20a;
        fill: #f9c20a;
    }
    .-green-sm {
        color: #77c14c;
        fill: #77c14c;
    }
    .-lGrey-sm {
        color: #e5e6e9;
        fill: #e5e6e9;
    }
    .-mGrey-sm {
        color: #6d6e71;
        fill: #6d6e71;
    }
    .-orange-sm {
        color: #f58025;
        fill: #f58025;
    }
    .-purple-sm {
        color: #770056;
        fill: #770056;
    }
    .-raRed-sm {
        color: #cd163f;
        fill: #cd163f;
    }
    .-white-sm {
        color: #fff;
        fill: #fff;
    }
}
.-center {
    text-align: center;
}
.-imageBack [class^="a-type__"] {
    text-shadow: 0 0 15px rgba(45, 45, 45, 0.75);
}
/* Type Styles */
[class^="a-type__title"],
[class^="a-type__subTitle"] {
    margin: 16px 0;
}
.a-type__title1 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 3.5rem;
}
.a-type__title2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3rem;
}
.a-type__title3 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.75rem;
}
.a-type__title3.-inactive {
    font-weight: 500;
}
.a-type__title4 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2rem;
}
.a-type__title5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75rem;
}
.a-type__subTitle1 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.a-type__subTitle2 {
    font-size: 20px;
    font-weight: 500;   
    line-height: 28px;
}
.a-type__subTitle3 {
    font-size: 1.125rem;
    font-weight: 500;   
    line-height: 1.5rem;
}
.a-type__body {
    font-size: 1rem;    
    line-height: 1.375rem;
}
.a-type__body.-secondary {
    font-size: 1.25rem;    
    line-height: 2rem;
}
.a-type__button {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
    text-transform: uppercase;
            transition: 0.3s ease-out all; 
       -moz-transition: 0.3s ease-out all; 
    -webkit-transition: 0.3s ease-out all;
}
.a-type__overline {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.375rem;
    text-transform: uppercase;
}
.a-type__caption {
    font-size: 0.875rem;    
    line-height: 1.375rem;
}
.a-type__legal {
    font-size: 12px;    
    line-height: 18px;
}
@media (max-width: 767px) {
    .a-type__title1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .a-type__title2 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    .a-type__title3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .a-type__title4 {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .a-type__title5 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .a-type__subTitle1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .a-type__subTitle2 {
        font-size: 1.25rem;   
        line-height: 1.75rem;
    }
    .a-type__subTitle3 {
        font-size: 1.125rem;   
        line-height: 1.5rem;
    }
    .a-type__body {
        font-size: 1rem;    
        line-height: 1.375rem;
    }
    .a-type__body.-secondary {
        font-size: 1.125rem;    
        line-height: 1.5rem;
    }
    .a-type__button {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .a-type__overline {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
    .a-type__caption {
        font-size: 0.875rem;    
        line-height: 1.375rem;
    }
    .a-type__legal {
        font-size: 0.75rem;    
        line-height: 1.125rem;
    }
}
/* Button Styles */
.m-buttonGroup {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    .m-buttonGroup {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .m-buttonGroup .a-button {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .m-buttonGroup .a-button {
        margin-bottom: 20px;
    }
}
.m-buttonGroup .a-button:last-child {
    margin-right: 0;
}
.a-button {
    align-items: center;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    display: flex;
    justify-content: center;
    padding: 6px 25px;
            transition: 0.3s ease-out all; 
       -moz-transition: 0.3s ease-out all; 
    -webkit-transition: 0.3s ease-out all;
}
.a-button:active,
.a-button:focus,
.a-button:hover {
    transform: scale(1.1) translate3d(0, 0, 0);
}
.a-button .a-type__button svg {
    fill: #fff;
    height: 22px;
    margin-right: 10px;
    width: 22px;
}
.a-button.-large {
    padding: 11px 25px;
}
.a-button.-small {
    padding: 2px 25px;
}
[class^=".a-button"].-disabled {
    opacity: 0.4;
}
.a-button.-center {
    margin: 0 auto;
}
.a-button.-primary {
    background-color: #cd163f;
    border-color: #cd163f;
    color: #fff;
}
.a-button.-primary:active,
.a-button.-primary:hover {
    background-color: #8f0f2c;
    border-color: #8f0f2c;
}
.a-button.-primary:focus {
    border-color: #fff;
    box-shadow: 0 0 0 2px #f58025;
}
.a-button.-primaryOutline {
    background-color: #fff;
    border-color: #cd163f;
    color: #cd163f;
}
.a-button.-primaryOutline:active,
.a-button.-primaryOutline:hover {
    background-color: #fbecf0;
    border-color: #8f0f2c;
}
.a-button.-primaryOutline:focus {
    border-color: #8f0f2c;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f58025;
}
.a-button.-secondary {
    background-color: #6d6e71;
    border-color: #6d6e71;
    color: #fff;
}
.a-button.-secondary:active,
.a-button.-secondary:hover {
    background-color: #4c4d4f;
    border-color: #4c4d4f;
}
.a-button.-secondary:focus {
    border-color: #fff;
    box-shadow: 0 0 0 2px #f58025;
}
.a-button.-secondaryOutline {
    background-color: #fff;
    border-color: #6d6e71;
    color: #6d6e71;
}
.a-button.-secondaryOutline:active,
.a-button.-secondaryOutline:hover {
    background-color: #ebebeb;
    border-color: #4c4d4f;
}
.a-button.-secondaryOutline:focus {
    border-color: #4c4d4f;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f58025;
}
.a-button.-text {
    background: transparent;
    border: 0 none;
    color: #cd163f;
}
.a-button.-whiteOutline {
    background-color: rgba(0,0,0,0);
    border-color: #fff;
    color: #fff;
}
.a-button.-whiteOutline:active,
.a-button.-whiteOutline:hover {
    background-color: rgba(0,0,0,0.2);
    border-color: #fff;
}
.a-button.-whiteOutline:focus {
    border-color: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f58025;
}
/* Image Styles */
.a-image.-infographic {
    margin-top: 56px;
}
.a-image img {
    display: block;
    height: auto; 
    max-width: 100%;
}
/* Global Nav Styles */
.o-globalNav {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.o-globalNav__spacer {
    height: 80px;
}
.o-globalNav .col-sm-12 {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 80px;
    justify-content: space-between;
}
.o-globalNav .m-logoNav {
	margin-left: 32px;
}
.o-globalNav .m-logoNav .a-siteLogo {
	display: block;
    height: 48px;
    width: 207px;
}
.o-globalNav .m-linksNav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.o-globalNav .m-linksNav .a-type__subTitle2 {
    margin: 0 16px;
    padding: 16px;
    text-decoration: none;
}
.o-globalNav .m-linksNav .a-type__subTitle2:hover {
    color: #cd163f;
}
.o-globalNav .m-linksNav .m-dropNav {
    background: #ff0000;
    height: 500px;
    position: absolute;
    top: 92px;
}
.o-globalNav .m-eyebrowNav {
	margin-right: 32px;
}
.o-globalNav .m-eyebrowNav ul {
    border-left: 1px solid #e5e6e9;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
    width: 207px;
}
.o-globalNav .m-eyebrowNav ul li {
    margin: 0 auto;
}
.o-globalNav .m-eyebrowNav .a-type__subTitle2 {
    padding: 16px;
    text-decoration: none;
}
.o-globalNav .m-eyebrowNav .a-type__subTitle2 svg {
    height: 20px;
    width: 20px;
}
.o-globalNav .m-eyebrowNav .a-type__subTitle2 svg:hover {
    fill: #cd163f;
}
@media (max-width: 1280px) {
    .o-globalNav,
    .o-globalNav .col-sm-12 {
        height: 56px;
    }
    .o-globalNav .m-logoNav {
    	margin-left: 20px;
    }
    .o-globalNav .m-logoNav .a-siteLogo {
		height: 32px;
		margin: 12px 0;
		width: 139px;
    }
    .o-globalNav .m-linksNav,
    .o-globalNav .m-eyebrowNav {
    	display: none;
    }
}