@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap');
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btP&skey=36a3d5758e0e2f58&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aYnpV-BGlaFfdAhLQgUp5aHRge&skey=8b00183e5f6700b6&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY6w&skey=a1029226f80653a8&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aanpV-BGlaFfdAjAo9_pxqHw&skey=cd2dd6afe6bf0eb2&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    Overflow-x: hidden;
    background-color: #fff;
}
header {
    position: relative;
    z-index: 999;
}
.header-top {
    display: none;
}

.app-news5-admin-menu .sc-menu {
    -moz-transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}

@media (min-width: 992px) {
 .header-top {
    display: block;
}   
}
body,p,li,th,td {
    font-family: Calibri, Arial, sans-serif;
}
h1,h2,h3,h4,h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.personabar-visible .shadow-on-admin {
    -webkit-box-shadow: 0 0 1px 1px #4AFFED;
box-shadow: 0 0 1px 1px #4AFFED;
}
.personabar-visible .space-on-admin {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}
.show-on-admin { display: none;}
.personabar-visible .show-on-admin { display: block; color: #ff9900}
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}

.bg-primary-light {
    background-color: rgba(0,121,188,0.1);
}
.bg-secondary-light {
    background-color: rgba(5,34,100,0.1);
}


.overlay.manchester-lightblue {
    background-color: rgba(11,164,160,0.3) !important;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn.manchester-lightblue {
    background-color: rgba(11,164,160);
    color: #fff;
    font-weight: bold;
}
.overlay.manchester-midblue {
    background-color: rgba(0,121,188,0.3) !important;
}
.btn.manchester-midblue {
    background-color: rgba(0,121,188);
    color: #fff;
    font-weight: bold;
}
.overlay.manchester-darkblue {
    background-color: rgba(5,34,100,0.3) !important;
}
.btn.manchester-darkblue {
    background-color: rgba(5,34,100);
    color: #fff;
    font-weight: bold;
}
.overlay.manchester-red {
    background-color: rgba(255,0,0,0.3) !important;
}
.btn.manchester-red {
    background-color: rgba(255,0,0);
    color: #fff;
    font-weight: bold;
}
.overlay.manchester-gold {
    background-color: rgba(230,194,18,0.3) !important;
}
.btn.manchester-gold {
    background-color: rgb(230,194,18);
    color: #fff;
    font-weight: bold;
}
.overlay.manchester-pink {
    background-color: rgba(186, 49, 115, 0.3) !important;
}
.btn.manchester-pink {
    background-color: rgb(186,49,115);
    color: #fff;
    font-weight: bold;
}
.overlay.manchester-orange {
    background-color: rgba(252, 161, 102, 0.3) !important;
}
.btn.manchester-orange {
    background-color: rgb(252,161,102);
    color: #fff;
    font-weight: bold;
}
.overlay.manchester-green {
    background-color: rgba(122, 156, 40, 0.3) !important;
}
.btn.manchester-green {
    background-color: rgb(122,156,40);
    color: #fff;
    font-weight: bold;
}

/* buttons */
.manchester-button {
    background: #052264;
    color: #fff !important;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
    border: 1px solid #052264;
    transition: background 500ms ease-in-out;
}
.manchester-button:hover {
    background-color: #0079bc;
}

.p-30 {
    padding: 30px;
}
.p-60 {
    padding: 60px;
}
.p-90 {
    padding: 90px;
}
.p-120 {
    pasdding: 120px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.px-90 {
    padding-left: 90px;
    padding-right: 90px;}
.px-120 {
    padding-left: 120px;
    padding-right: 120px;
}
.spacer-30 {
    height: 30px;
}
.spacer-60 {
    height: 60px;
}


.bright-content h1, .bright-content h2, .bright-content h3, .bright-content h4, .bright-content h5, .bright-content p, .bright-content li, .bright-content th, .bright-content td, .bright-content a {
    color: #fff;
}

.background-image-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4, 
.bright-text p, .bright-text td, .bright-text th, .bright-text li, .bright-text a, .bright-text i {
    color: #fff !important;
} 


/*** FOOTER ****/
footer .space-on-admin,
.header-links .space-on-admin {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
footer .show-on-admin,
.header-links .show-on-admin {
    display: none !important;
}
footer .link-icon {
    font-size: 45px;
}
.header-links {
    font-size: 12px;
}
.header-links .link-icon {
    font-size: 18px;
}


blockquote.quote01 {
    font-weight: 100;
    font-size: 20px;
    max-width: auto;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 30px 60px;
    padding-right: 90px;
    font-family: 'Times New Roman', Palatino, sans-serif;
}
blockquote.quote01 p { font-family: 'Times New Roman', Palatino, sans-serif; font-style: italic; }
blockquote.quote01:before,
blockquote.quote01:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
    font-family: Georgia;
}

blockquote.quote01:before {
	content: '“';
    left: 0;
    top: -30px;
}

blockquote.quote01:after {
	content: '”';
    right: 0;
    bottom: 60px;
}

blockquote.quote01 cite {
	line-height: 3;
	text-align: left;
    font-family: Arial, sans-serif;
    font-size: 12px;
}


.stellarnav.mobile {
    position: relative;
    z-index: 999;
}

.lity-close {
    right: 20px !important;
    top: 10px !important;
    color: #fff !important;
    background-color: #0079bc;
    border: 1px solid #052264 !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.lity-close:hover {
    background-color: #052264 !important;
}

table td { border: 1px solid #ccc; }

table td p {
    margin-bottom: 1rem;
}
table td p:last-of-type {
  margin-bottom: 0px;
}



/*** NEWS ***/
.eds_news_Advantage .card .card-header.card-header-image {
    margin-top: 15px;
}




div.sc-content-block-list.show-placeholder:empty {
    background-image: linear-gradient(45deg, #76c6f7 25%, #8ed1fa 25%, #8ed1fa 50%, #76c6f7 50%, #76c6f7 75%, #8ed1fa 75%, #8ed1fa 100%);
background-size: 56.57px 56.57px;
    min-height: 50px !important;
}


hr { clear: both; }
































































