* {
    font-family: 'Work Sans', sans-serif;
}
body {
	font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
	font-size: 1rem !important;
    line-height: 1.375rem !important;
    letter-spacing: normal !important;
    color: #4B4B4B !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #004884 !important;
}

/*--- SIZES --*/
h1, .h1 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
}
h2, .h2 {
    font-size: 2rem !important;
    line-height: 2.75rem !important;
}
h3 {
    font-size: 1.5rem !important;
    line-height: 2.25rem !important;
}
.h3 {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
    margin-bottom: 1rem;
}
h4, .h4 {
    font-size:1.25rem !important;
    line-height: 1.25em !important;
}
h5, .h5 {
    font-size:1.125rem !important;
    line-height: 1.688rem !important;
}
h6, .h6 {
    font-size:1rem !important;
    line-height: 1.5rem !important;
    font-weight: 700;
}
p {
    line-height: 1.275rem !important;
    margin: 0;
    margin-bottom: 1rem;
}
a:link {
    color: #3366CC;
}
a:visited {
    color: #663399;
}
a:hover {
    color: #3366CC;
}
a:active {
    color: #3366CC;
}
.ms-srch-item a,
.ms-srch-resultHover a,
.edisc-SearchResultItemContainer a {
    color: #3366CC;
    text-decoration: none;
}
.ms-srch-item a:link,
.ms-srch-resultHover a:link,
.edisc-SearchResultItemContainer a:link {
    color: #3366CC;
}
.ms-srch-item a:visited,
.ms-srch-resultHover a:visited,
.edisc-SearchResultItemContainer a:visited {
    color: #3366CC;
}
.ms-srch-item a:hover,
.ms-srch-resultHover a:hover,
.edisc-SearchResultItemContainer a:hover {
    color: #3366CC !important;
    text-decoration: underline;
}
.ms-srch-item a:active,
.ms-srch-resultHover a:active,
.edisc-SearchResultItemContainer a:active {
    color: #3366CC !important;
}
.ms-srch-item:hover,
.ms-srch-resultHover:hover,
.edisc-SearchResultItemContainer:hover {
    background-color: transparent !important;
}
.ms-srch-item:hover a,
.ms-srch-resultHover:hover a,
.edisc-SearchResultItemContainer:hover a {
    color: #3366CC;
}
strong, b {
    font-weight: 700 !important;
}

button {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
}

@media (max-width: 768px) {
    h3, .h3 {
        line-height: 1.725rem;
    }
    h4, .h4 {
        line-height: 1.2em;
    }
}

.txCenter {
    text-align: center;
}

/* COLORS */
.txWhite {
    color: #FFFFFF !important;
}
.txBlue {
    color: #004884 !important;
}
.txGray {
    color: #4B4B4B !important;
}
.bgBlue {
    background-color: #004884;
}
.bgBlueLight {
    background-color: #E3ECFD;
}
.tHead {
    color: #4B4B4B !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* ALIGN */
.txLeft {
    text-align:left !important;
}

.txRight {
    text-align:right !important;
}

.txCenter {
    text-align:center !important;
}

/*---------VERTICAL-----------*/
@media screen and (min-width: 720px) and (max-width: 1280px) and (orientation:portrait) {}

/*---------HORIZONTAL-------------*/
@media only screen and (max-width: 740px) and (orientation:landscape) {}

/*---------HORIZONTAL PHONES---------------*/
@media screen and (min-device-width: 320px) and (max-device-width: 720px) and (orientation: landscape) {}