/*Do not add any styles here. its an auto generated css.*/

body {
 font-family: Montserrat;
 font-weight: 400;
 font-size: 18px;
 line-height: 26px;
 letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-family: Montserrat;
 font-weight: 800;
}

h1, .h1 {
 font-size: 60px;
 line-height: 66px;
 letter-spacing: 0.5pxpx;
}
h2, .h2 {
 font-size: 48px;
 line-height: 53px;
 letter-spacing: 0.5pxpx;
}
h3, .h3 {
 font-size: 36px;
 line-height: 40px;
 letter-spacing: 0.5pxpx;
}
h4, .h4 {
 font-size: 30px;
 line-height: 33px;
 letter-spacing: 0.5pxpx;
}
h5, .h5 {
 font-size: 24px;
 line-height: 26px;
 letter-spacing: 0.5pxpx;
}
h6, .h6 {
 font-size: 20px;
 line-height: 22px;
 letter-spacing: 0.5pxpx;
}
@media (max-width:1366px) {
body {
 font-size: 17px;
 line-height: 26px;
 letter-spacing: 0.5px;
 }
h1, .h1 {
 font-size: 45px;
 line-height: 54px;
 letter-spacing: 0.5pxpx;
 }
h2, .h2 {
 font-size: 36px;
 line-height: 43px;
 letter-spacing: 0.5pxpx;
 }
h3, .h3 {
 font-size: 27px;
 line-height: 32px;
 letter-spacing: 0.5pxpx;
 }
h4, .h4 {
 font-size: 23px;
 line-height: 27px;
 letter-spacing: 0.5pxpx;
 }
h5, .h5 {
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.5pxpx;
 }
h6, .h6 {
 font-size: 18px;
 line-height: 20px;
 letter-spacing: 0.5pxpx;
 }
}

@media (max-width:1024px) {
body {
 font-size: 16px;
 line-height: 23px;
 letter-spacing: 0.5px;
 }
h1, .h1 {
 font-size: 36px;
 line-height: 48px;
 letter-spacing: 0.5px;
 }
h2, .h2 {
 font-size: 29px;
 line-height: 38px;
 letter-spacing: 0.5px;
 }
h3, .h3 {
 font-size: 22px;
 line-height: 29px;
 letter-spacing: 0.5px;
 }
h4, .h4 {
 font-size: 18px;
 line-height: 24px;
 letter-spacing: 0.5px;
 }
h5, .h5 {
 font-size: 16px;
 line-height: 19px;
 letter-spacing: 0.5px;
 }
h6, .h6 {
 font-size: 16px;
 line-height: 18px;
 letter-spacing: 0.5px;
 }
}

@media (max-width:767px) {
body {
 font-size: 16px;
 line-height: 23px;
 letter-spacing: 0.5px;
 }
h1, .h1 {
 font-size: 30px;
 line-height: 42px;
 letter-spacing: 0.5px;
 }
h2, .h2 {
 font-size: 24px;
 line-height: 34px;
 letter-spacing: 0.5px;
 }
h3, .h3 {
 font-size: 18px;
 line-height: 25px;
 letter-spacing: 0.5px;
 }
h4, .h4 {
 font-size: 16px;
 line-height: 21px;
 letter-spacing: 0.5px;
 }
h5, .h5 {
 font-size: 16px;
 line-height: 18px;
 letter-spacing: 0.5px;
 }
h6, .h6 {
 font-size: 16px;
 line-height: 18px;
 letter-spacing: 0.5px;
 }
}



body {
    background-color: #ffffff;
    color: #000000;
}

a, a:link {
    color: #002868;
}

a:focus,
a:hover {
    color: #ab0319;
}

a:active {
    color: #ab0319;
}

#header .headerBg {
    background-color: #ab0319;
    opacity: 1;
}

#header .headerWrap .headerMenuCell,
#header .headerIconsCell {
    color: #ffffff;
}

#header .headerWrap .headerMenuCell a,
#header .headerIconsCell a {
    color: #ffffff;
}

#header .headerWrap .headerMenuCell a:hover,
#header .headerWrap .headerMenuCell li:hover,
#header .headerWrap .headerMenuCell li:hover a,
#header .headerIconsCell a:hover {
    color: #ffffff;
}

#header .headerWrap .headerMenuCell a:active,
#header .headerIconsCell a:active {
    color: #000000;
}

#header.transparent .headerWrap,
#header.transparent .headerWrap .headerMenuCell a {
    color: #ffffff;
    background-color: transparent;
}

#header.transparent .headerBg {
    background-color: transparent;
}

#header .headerWrap .headerMenuCell ul.HeaderMenu > li > a:after {
    background-color: #ffffff;
}

/* Hamburger icon */
#header #OpenMenu span {
    background-color: #ffffff;
}
#header #OpenMenu:hover span {
    background-color: #ffffff;
}


#header.sticky .headerWrap,
body.home #header.sticky .headerWrap,
#header.transparent.sticky .headerWrap {
    background-color: #ab0319;
    color: #ffffff;
}

#header.sticky .headerWrap .headerMenuCell a,
#header.sticky.transparent .headerWrap .headerMenuCell a,
.headerIconsCell a {
    color: #ffffff;
}

#header.sticky .headerWrap .headerMenuCell a:hover,
#header.sticky.transparent .headerWrap .headerMenuCell a:hover,
.headerIconsCell a:hover {
    color: #ffffff;
}

#header.sticky .headerWrap .headerMenuCell a:active,
#header.sticky.transparent .headerWrap .headerMenuCell a:active,
.headerIconsCell a:active {
    color: #ffffff;
}

#header.sticky #OpenMenu span {
    background-color: #ffffff;
}

#header.sticky #OpenMenu:hover span {
    background-color: #ffffff;
}


#header .headerMenuCell ul.HeaderMenu ul.sub-menu li {
    background-color: #ffffff;
}

#header .headerMenuCell ul.HeaderMenu ul.sub-menu a,
.headerMenuCell ul.HeaderMenu ul.sub-menu > li > .submenu_open {
    color: #000000;
}

#header .headerMenuCell ul.HeaderMenu ul.sub-menu li:hover,
#header .headerMenuCell ul.HeaderMenu ul.sub-menu li:hover > a,
.headerMenuCell ul.HeaderMenu ul.sub-menu > li:hover > .submenu_open {
    background-color: #ab0319;
    color: #ffffff;
}

#header .headerMenuCell ul.HeaderMenu ul.sub-menu a:active,
.headerMenuCell ul.HeaderMenu ul.sub-menu > li:active > .submenu_open {
    color: #ffffff;
}



/* Hamburger display */
#header .headerHamburgerCell {
    display: none;
    align-items: center;
}

/* Responsive breakpoint */
@media only screen and (max-width: 1280px) {
    #header .headerLogoCell { flex: 1; }
    #header .headerHamburgerCell { display: flex; align-items: center; }
    #header .headerMenuCell { display: none; }
}


/* Push Menu */
#PushMenuWrap {
    background-color: #ffffff;
    }

.PushMenu > li > a,
#PushMenu ul.sub-menu > li > a,
#PushMenu .social-icons span a {
    color: #023c7b;
}

.PushMenu > li:hover > a,
.PushMenu .current-menu-item a,
.PushMenu > li:hover > .submenu_open,
#PushMenu ul.sub-menu > li > a:hover,
#PushMenu .social-icons span a:hover {
    color: #ab0319;
}

#PushMenuWrap .menu_hamburger span {
    background-color: #023c7b;
}

#PushMenuWrap .menu_hamburger:hover span {
    background-color: #ab0319;
}



#footer {
    background-color: #000000;
    color: #7b7b7b;
}

#footer a,
#footer a:link,
#footer .social-icons span a {
    color: #7b7b7b;
}

#footer a:hover,
#footer a:focus,
#footer .social-icons span a:hover {
    color: #ab0319;
}

#footer a:active,
#footer .social-icons span a:active {
    color: #ab0319;
}

/******LOGO STYLES******/
/* Normal header */
#header .logo {
    width: 220px;
}
@media (max-width: 767px) {
    #header .logo {
        width: 120px;
    }
}

/* Sticky header */
#header.sticky .logo,
#header.transparent.sticky .logo {
    width: 120px;
}
@media (max-width: 767px) {
    #header.sticky .logo,
    #header.transparent.sticky .logo {
        width: 100px;
    }
}



/* Footer Logo */
.footer-logo-link {
	display:block;
    max-width: 400px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .footer-logo-link {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}


.button, button, input[type='button'] {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff !important;
    background-color: #002868;
    padding: 18px 40px 18px 40px;
    border: 0pxpx none transparent;
    border-radius: 4px;
}

.button:hover, button:hover, input[type='button']:hover {
    background-color: #ff0000;
    color: #ffffff !important;
}

.button.secondary {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #023c7b !important;
    background-color: #ffffff;
    padding: 18px 40px 18px 40px;
    border: 0pxpx none transparent;
    border-radius: 4px;
}

.button.secondary:hover {
    background-color: #e0e0e0;
    color: #002868 !important;
}
.button.outline {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #023c7b !important;
    background-color: transparent;
    padding: 14px 32px 14px 32px;
    border: 1px solid #023c7b;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.button.outline:hover {
    color: #b22234 !important;
    border-color: #B22234;
}

