@charset "UTF-8";@font-face {
    font-family: OpenSans-light;
    src: url("/assets/fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: OpenSans;
    src: url("/assets/fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: OpenSans-bold;
    src: url("/assets/fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: Helvetica-light;
    src: url("/assets/fonts/Helvetica LT 45 Light.ttf");
}

body {
    font-family: OpenSans,sans-serif !important;
    font-size: 14px !important;
}

main {
    min-height: 300px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,h2 {
    color: #2a2e6a;
}

h3,h4 {
    color: #00b5e2;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h5 {
    color: #62bb45;
}

h1,h2,h3,h4,h5 {
    font-family: OpenSans-light;
}

a {
    color: #00b5e2;
}

a:hover {
    color: #2a2e6a;
    text-decoration: none;
}

strong {
    font-family: OpenSans;
}

select {
    padding: .5em;
    margin-bottom: 1em;
    width: 100%;
    border-radius: 5px;
    border-color: #7d8180;
    background: right no-repeat url("/assets/media/dropdown-bg.png");
    background-size: contain;
    appearance: none;
}

.form-group select {
    padding-right: 38px;
    overflow: hidden;
}

button:focus,button:active {
    border: none;
    outline: none;
}

.h-12 {
    height: 12em;
}

.h-15 {
    height: 15em;
}

.forced-crop {
    overflow: hidden;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#gridContent ul {
    list-style: none;
    padding-left: 15px;
}

#gridContent ul li::before {
    content: "•";
    color: #00b5e2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#gridContent a {
    color: #00b5e2;
}

.heading {
    padding: 2em;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}

.heading>.container>h2,.heading-shade {
    padding: 1em;
    margin: 0;
    color: #fff;
    background-color: rgba(0,79,156,.75);
    display: inline-block;
}

.heading h2 {
    font-size: 2.5em;
    color: inherit;
    margin: 1em 0;
}

.heading p {
    margin: .5em 0;
}

.heading-shade {
    max-width: 400px;
}

.heading-shade h2 {
    font-weight: normal;
}

.heading-shade>a {
    color: #00b5e2;
}

.heading-shade div a {
    border: none;
    background: none;
    color: #fff;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 1.2em;
    display: inline-block;
}

.heading-shade div a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: block;
    text-align: center;
}

.heading .searchForm input[type=text] {
    width: 336px;
    padding: .5em 1em;
}

.headerMedium {
    min-height: 400px;
}

.headerLarge {
    min-height: 600px;
}

input[type=text],textarea {
    border: 1px solid #7f8180;
    border-radius: 5px;
    width: 100%;
    padding: .25em 1em;
}

.searchForm input[type=text] {
    width: 85%;
}

.searchForm button[type=submit] {
    border: none;
    background: #00b5e2 no-repeat;
    padding: .25em 1em;
    margin: .5em 0;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0,0,0,.1);
}

.searchForm button[type=submit]::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 1.5em;
}

.searchForm a {
    margin-top: .5em;
    display: inline-block;
}

.searchForm {
    margin-bottom: 1em;
}

ul#navigation li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-toggler {
    line-height: 32px;
    display: none;
    float: right;
    margin-top: 14px;
}

.navbar-toggler-icon {
    color: #2a2e6a;
}

#navbarNav {
    font-family: OpenSans;
}

#topnav {
    background-color:#2a2e6a;
    padding: 4px 0;
    text-align: right;
    position: relative;
    color: #fff;
}

#topnav a {
    color: inherit;
    text-decoration: none;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

#topnav a:hover,#SearchToggle:hover i {
    color: #00b5e2;
}

#topnav select {
    appearance: none;
    min-width: 100px;
    background-color: #fff;
    color: #000;
    border: none;
    line-height: 24px;
    background-image: url("/assets/media/down-arrow-black.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 25px 0 10px;
    background-size: auto;
    width: auto;
    margin-bottom: 0;
    outline: none;
    border: 2px solid #dedede;
    border-radius: 7px;
    margin: 0 1em;
    vertical-align: middle;
}

#topnav select:active,#topnav select:focus {
    outline: none;
}

#topnav:after {
    content: "";
    display: block;
    clear: both;
}

#topnav .Icon {
    margin: 0 2px;
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain;
}

#topnav .Icon:hover {
    border-top: 2px solid transparent;
}

#topnav img {
    max-height: 26px;
    vertical-align: top;
    margin: 0 .2em;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
}

#topnav i {
    margin: 0.2em 0 0 .2em;
    /* font-size: 30px; */
    vertical-align: top;
    line-height: 22px;
    padding: 0;
    height: 26px;
}
#topnav .social{
    margin: 10px !important;
}

#topnav i:before {
    vertical-align: middle;
}

#topnav>.container>button {
    color: inherit;
    line-height: 26px;
    font-size: inherit;
    padding: 0;
    vertical-align: middle;
}

#topnav .container {
    position: relative;
    color: inherit;
    min-height: 29px;
}

#topnav .umb-block-list {
    float: left;
}

#SearchToggle {
    border: none;
    background-color: transparent;
}

#SearchBox {
    display: none;
    position: absolute;
    top: 115%;
    right: 0;
    z-index: 1003;
    min-width: 250px;
    padding: 1em;
    background-color: #ececec;
}

#SearchBox form {
    margin: 0;
}

#SearchBox input[type=text] {
    width: 78%;
    padding: .55em 1em;
}

#SearchBox input[type=text],#SearchBox button[type=submit] {
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
}

#SearchBox .warning {
    clear: both;
    color: #2a2e6a;
    text-align: left;
    margin-top: .5em;
}

#SearchToggle i {
    font-size: 25px;
    line-height: 24px;
}

#SearchToggle.active {
    color: #00b5e2;
}

.FontIcon {
    display: inline-block;
    padding: 2px;
    margin: 0 1px 0 0;
    color: #2a2e6a;
    font-size: 26px;
    line-height: 1em;
}

.FontIcon:hover {
    color: #00b5e2;
}

.Socicon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .25em;
}

.Twitter {
    background-image: url("/assets/media/socialIcons/twitter-32.png");
}

.Facebook {
    background-image: url("/assets/media/socialIcons/facebook-32.png");
}

.LinkedIn {
    background-image: url("/assets/media/socialIcons/linkedin-32.png");
}

.Youtube {
    background-image: url("/assets/media/socialIcons/youtube-32.png");
}

.Instagram {
    background-image: url("/assets/media/socialIcons/instagram-32.png");
}

.Pinterest {
    background-image: url("/assets/media/socialIcons/pinterest-32.png");
}

.WeChat {
    background-image: url("/assets/media/socialIcons/wechat-32.png");
}

.TwitterWhite {
    background-image: url("/assets/media/socialIcons/twitter-32-white.png");
}

.FacebookWhite {
    background-image: url("/assets/media/socialIcons/facebook-32-white.png");
}

.LinkedInWhite {
    background-image: url("/assets/media/socialIcons/linkedin-32-white.png");
}

.YoutubeWhite {
    background-image: url("/assets/media/socialIcons/youtube-32-white.png");
}

.WeChatWhite {
    background-image: url("/assets/media/socialIcons/wechat-32-white.png");
}

.InstagramWhite {
    background-image: url("/assets/media/socialIcons/instagram-32-white.png");
}

#LogoBox:after {
    content: "";
    display: block;
    clear: both;
}

#Logo {
    display: inline-block;
    width: 120px;
    height: 75px;
    line-height: 75px;
    margin-left: -10px;
    text-indent: 170px;
    overflow: hidden;
    background: no-repeat center url("/assets/images/logo.");
    vertical-align: middle;
}

.SiteName {
    font-size: 38px;
    color: #787878;
    vertical-align: middle;
    display: inline-block;
    line-height: 70px;
    font-family: Helvetica-light;
    padding-bottom: 3px;
}

.left-text-logo .SiteName {
    float: left;
    margin-right: 1rem;
}

.left-logo-right-text .SiteName {
    float: right;
}

.left-text-right-logo #Logo {
    float: right;
}

.right-logo-text {
    text-align: right;
}

.right-text-logo .SiteName,.right-text-logo #Logo {
    float: right;
}

.right-text-logo .SiteName {
    margin-right: 1rem;
}

nav.navbar {
    background-color: #fff;
}

.navbar-nav .umb-block-list {
    display: flex;
}
/* 
.nav-link[title=Home] {
    text-indent: 999em;
    display: inline-block;
    width: 35px;
    height: 33px;
    overflow: hidden;
    background: no-repeat center url("/assets/media/home-icon.png");
} */

.dropdown-menu {
    padding: 0;
    top: 70%;
    background-color: #e7e8ea;
}

.dropdown-menu .container {
    max-width: 1140px;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu ul li {
    margin-bottom: .5em;
}

.dropdown-menu ul li a {
    display: block;
}

.dropdown-menu a {
    color: #555658;
    font-size: .85rem;
    padding: 3px 5px;
    border-radius: 3px;
}

.nav-item h5 {
    color: #004f9e;
    font-size: .9rem;
    font-weight: bold;
}

.nav-item a:hover {
    color: #00b5e2;
}

.nav-link {
    margin: 0 .5em;
    color: #2a2e6a;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-link.active {
    color: #fff;
    background-color: #2a2e6a;
}

.sub-active {
    color: #fff !important;
    background-color: #2a2e6a;
}

.nav-item.notmega {
    position: relative;
}

.notmega .dropdown-menu {
    top: 35px;
    left: 0;
    padding: .5em;
}

.notmega .dropdown-menu a {
    padding: .5em;
    color: #2a2e6a;
    min-width: 10em;
}

.notmega .dropdown-menu a:hover {
    color: #00b5e2;
}

.crumbs {
    margin: 0 0 1em 0;
    font-size: .9em;
    line-height: 1.5em;
}

.crumbs a,.crumbs {
    color: #555658;
}

.crumbs a,.underline {
    text-decoration: underline;
}

.crumbs a:after {
    content: "";
    margin: 0 .25em 0 .75em;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: .8em;
}

.crumbs .crumbs-button {
    float: right;
    margin: -.25em 0 0 1em;
    background-color: #00b5e2;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: .5em .75em;
    box-shadow: 3px 3px 6px rgba(0,0,0,.3);
    text-decoration: none;
}

.crumbs .crumbs-button:hover {
    background-color: #2a2e6a;
}

.top-sticky {
    background-color: rgba(55,55,55,.9);
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
}

#CookieNotice a {
    color: #fff;
    margin: 0 1em;
}

#CookieNotice button {
    color: #fff;
    margin: 0 1em;
}

.sidebar h5 {
    background-color: #2a2e6a;
    color: #fff;
    padding: .5em;
}

.subnav {
    margin-bottom: 2em;
}

.subnav ul {
    list-style: none;
    padding: 0;
}

.subnav a {
    color: #555658;
}

.subnav a:hover {
    color: #00b5e2;
}

.subnav a.active {
    color: #00b5e2;
}

.subnav a.active:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -1em;
}

.subnav li {
    clear: both;
    position: relative;
    padding: .5em 0;
}

.subnav>ul>li>a {
    font-weight: bold;
    color: #2a2e6a;
    text-transform: uppercase;
}

.subnav ul li button {
    background-color: transparent;
    border: none;
    padding: .1em .5em;
    line-height: inherit;
    font-family: "Font Awesome 5 Pro";
    float: right;
    margin: 0 0 0 .5em;
}

.subnav ul li button:after {
    content: "";
    display: inline-block;
    transition: .3s transform ease-in-out;
}

.subnav>ul>li>button[aria-expanded=true]:after {
    transform: rotate(180deg);
}

.alternatingOdd>*:nth-child(odd) {
    background-color: #e5e5e5;
}

footer {
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}

footer ul {
    padding: 0;
    margin: 1em 0 3em 0;
}

footer ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 {
    color: #000;
    font-weight: bold;
    margin: 1em 0;
}

footer h5 {
    font-size: 1.25em;
}

footer .umb-block-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

footer .umb-block-list>div {
    min-width: 200px;
    flex-grow: 1;
}

.footer-strap {
    padding: 2em 0;
    background-color: #fff;
    color: #000;
}

#Carousel {
    margin-bottom: 3em;
}

.carousel-item {
    position: relative;
}

.carousel-item>div {
    color: #fff;
    background-color: rgba(100,100,100,.4);
    padding: 1em 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.carousel-item>div .container {
    text-align: left;
}

#Carousel .carousel-indicators {
    padding: 3px 0 4px 0;
    margin: 0;
    bottom: -2.5em;
}

.carousel-indicators li {
    background-color: #2a2e6a;
}

.carousel-item h1,.carousel-item h2,.carousel-item p,.carousel-item a {
    color: inherit;
}

.carousel-item h1 {
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: .25em;
}

.carousel-item h2 {
    font-size: 1.4em;
}

.carousel-item p {
    font-size: 1.2em;
}

.carousel-item a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.1em;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: .5em 1em;
    margin-top: 1em;
    color: #008dab;
    background-color: #fff;
    padding: .75em 1.5em;
    border-radius: 10px;
    font-weight: bold;
}

.carousel-item a:hover {
    background-color: rgba(0,79,156,.4);
    color: #fff;
}

.carousel-item iframe {
    width: 100%;
    height: 100%;
}

.carousel-item.video {
    width: 100%;
    height: 38vw;
    overflow: hidden;
}

.carousel-item.video:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.carousel-item .videoholder {
    width: 160%;
    height: 160%;
    bottom: -30%;
    left: -30%;
}

.carousel-control-next,.carousel-control-prev {
    align-items: flex-end;
    bottom: 1em;
}

#Carousel .Black.carousel-item>div,#Carousel.Black .carousel-indicators {
    background-color: rgba(0,0,0,.4);
}

#Carousel .Gray.carousel-item>div,#Carousel.Gray .carousel-indicators {
    background-color: rgba(33,33,33,.4);
}

#Carousel .Blue.carousel-item>div,#Carousel.Blue .carousel-indicators {
    background-color: rgba(0,79,156,.4);
}

#Carousel .Lime.carousel-item>div,#Carousel.Lime .carousel-indicators {
    background-color: rgba(120,190,32,.4);
}

#Carousel .Yellow.carousel-item>div,#Carousel.Yellow .carousel-indicators {
    background-color: rgba(255,199,44,.4);
}

#Carousel .Orange.carousel-item>div,#Carousel.Orange .carousel-indicators {
    background-color: rgba(254,80,0,.4);
}

#Carousel .Red.carousel-item>div,#Carousel.Red .carousel-indicators {
    background-color: rgba(210,38,48,.4);
}

#Carousel .Pink.carousel-item>div,#Carousel.Pink .carousel-indicators {
    background-color: rgba(197,41,155,.4);
}

#Carousel .Purple.carousel-item>div,#Carousel.Purple .carousel-indicators {
    background-color: rgba(100,38,103,.4);
}

#Carousel .Green.carousel-item>div,#Carousel.Green .carousel-indicators {
    background-color: rgba(120,190,32,.4);
}

#Carousel .Dark-Green.carousel-item>div,#Carousel.Dark-Green .carousel-indicators {
    background-color: rgba(89,98,29,.4);
}

#Carousel .Light-Blue.carousel-item>div,#Carousel.Light-Blue .carousel-indicators {
    background-color: rgba(0,181,226,.4);
}

#Carousel .SolidBlack.carousel-item>div,#Carousel.Black .carousel-indicators {
    background-color: rgba(0,0,0,.4);
}

#Carousel .SolidGray.carousel-item>div,#Carousel.Gray .carousel-indicators {
    background-color: rgba(33,33,33,.4);
}

#Carousel .SolidBlue.carousel-item>div,#Carousel.Blue .carousel-indicators {
    background-color: rgba(0,79,156,.4);
}

#Carousel .SolidLime.carousel-item>div,#Carousel.Lime .carousel-indicators {
    background-color: rgba(120,190,32,.4);
}

#Carousel .SolidYellow.carousel-item>div,#Carousel.Yellow .carousel-indicators {
    background-color: rgba(255,199,44,.4);
}

#Carousel .SolidOrange.carousel-item>div,#Carousel.Orange .carousel-indicators {
    background-color: rgba(254,80,0,.4);
}

#Carousel .SolidRed.carousel-item>div,#Carousel.Red .carousel-indicators {
    background-color: rgba(210,38,48,.4);
}

#Carousel .SolidPink.carousel-item>div,#Carousel.Pink .carousel-indicators {
    background-color: rgba(197,41,155,.4);
}

#Carousel .SolidPurple.carousel-item>div,#Carousel.Purple .carousel-indicators {
    background-color: rgba(100,38,103,.4);
}

#Carousel .SolidGreen.carousel-item>div,#Carousel.Green .carousel-indicators {
    background-color: rgba(120,190,32,.4);
}

#Carousel .SolidDark-Green.carousel-item>div,#Carousel.Dark-Green .carousel-indicators {
    background-color: rgba(89,98,29,.4);
}

#Carousel .SolidLight-Blue.carousel-item>div,#Carousel.Light-Blue .carousel-indicators {
    background-color: rgba(0,181,226,.4);
}

#Carousel .SolidtotransparentBlack.carousel-item>div {
    background: linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,0));
}

#Carousel .SolidtotransparentGray.carousel-item>div {
    background: linear-gradient(to right,rgba(33,33,33,.4),rgba(33,33,33,0));
}

#Carousel .SolidtotransparentBlue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,79,156,.4),rgba(0,79,156,0));
}

#Carousel .SolidtotransparentLime.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,.4),rgba(120,190,32,0));
}

#Carousel .SolidtotransparentYellow.carousel-item>div {
    background: linear-gradient(to right,rgba(255,199,44,.4),rgba(255,199,44,0));
}

#Carousel .SolidtotransparentOrange.carousel-item>div {
    background: linear-gradient(to right,rgba(254,80,0,.4),rgba(254,80,0,0));
}

#Carousel .SolidtotransparentRed.carousel-item>div {
    background: linear-gradient(to right,rgba(210,38,48,.4),rgba(210,38,48,0));
}

#Carousel .SolidtotransparentPink.carousel-item>div {
    background: linear-gradient(to right,rgba(197,41,155,.4),rgba(197,41,155,0));
}

#Carousel .SolidtotransparentPurple.carousel-item>div {
    background: linear-gradient(to right,rgba(100,38,103,.4),rgba(100,38,103,0));
}

#Carousel .SolidtotransparentGreen.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,.4),rgba(120,190,32,0));
}

#Carousel .SolidtotransparentDark-Green.carousel-item>div {
    background: linear-gradient(to right,rgba(89,98,29,.4),rgba(89,98,29,0));
}

#Carousel .SolidtotransparentLight-Blue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,181,226,.4),rgba(0,181,226,0));
}

#Carousel .SolidtowhiteBlack.carousel-item>div {
    background: linear-gradient(to right,rgba(0,0,0,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteGray.carousel-item>div {
    background: linear-gradient(to right,rgba(33,33,33,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteBlue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,79,156,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteLime.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteYellow.carousel-item>div {
    background: linear-gradient(to right,rgba(255,199,44,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteOrange.carousel-item>div {
    background: linear-gradient(to right,rgba(254,80,0,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteRed.carousel-item>div {
    background: linear-gradient(to right,rgba(210,38,48,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhitePink.carousel-item>div {
    background: linear-gradient(to right,rgba(197,41,155,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhitePurple.carousel-item>div {
    background: linear-gradient(to right,rgba(100,38,103,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteGreen.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteDark-Green.carousel-item>div {
    background: linear-gradient(to right,rgba(89,98,29,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtowhiteLight-Blue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,181,226,.4),rgba(255,255,255,.4));
}

#Carousel .SolidtoblackBlack.carousel-item>div {
    background: linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackGray.carousel-item>div {
    background: linear-gradient(to right,rgba(33,33,33,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackBlue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,79,156,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackLime.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackYellow.carousel-item>div {
    background: linear-gradient(to right,rgba(255,199,44,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackOrange.carousel-item>div {
    background: linear-gradient(to right,rgba(254,80,0,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackRed.carousel-item>div {
    background: linear-gradient(to right,rgba(210,38,48,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackPink.carousel-item>div {
    background: linear-gradient(to right,rgba(197,41,155,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackPurple.carousel-item>div {
    background: linear-gradient(to right,rgba(100,38,103,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackGreen.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackDark-Green.carousel-item>div {
    background: linear-gradient(to right,rgba(89,98,29,.4),rgba(0,0,0,.4));
}

#Carousel .SolidtoblackLight-Blue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,181,226,.4),rgba(0,0,0,.4));
}

#Carousel .TransparenttosolidBlack.carousel-item>div {
    background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.4));
}

#Carousel .TransparenttosolidGray.carousel-item>div {
    background: linear-gradient(to right,rgba(33,33,33,0),rgba(33,33,33,.4));
}

#Carousel .TransparenttosolidBlue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,79,156,0),rgba(0,79,156,.4));
}

#Carousel .TransparenttosolidLime.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,0),rgba(120,190,32,.4));
}

#Carousel .TransparenttosolidYellow.carousel-item>div {
    background: linear-gradient(to right,rgba(255,199,44,0),rgba(255,199,44,.4));
}

#Carousel .TransparenttosolidOrange.carousel-item>div {
    background: linear-gradient(to right,rgba(254,80,0,0),rgba(254,80,0,.4));
}

#Carousel .TransparenttosolidRed.carousel-item>div {
    background: linear-gradient(to right,rgba(210,38,48,0),rgba(210,38,48,.4));
}

#Carousel .TransparenttosolidPink.carousel-item>div {
    background: linear-gradient(to right,rgba(197,41,155,0),rgba(197,41,155,.4));
}

#Carousel .TransparenttosolidPurple.carousel-item>div {
    background: linear-gradient(to right,rgba(100,38,103,0),rgba(100,38,103,.4));
}

#Carousel .TransparenttosolidGreen.carousel-item>div {
    background: linear-gradient(to right,rgba(120,190,32,0),rgba(120,190,32,.4));
}

#Carousel .TransparenttosolidDark-Green.carousel-item>div {
    background: linear-gradient(to right,rgba(89,98,29,0),rgba(89,98,29,.4));
}

#Carousel .TransparenttosolidLight-Blue.carousel-item>div {
    background: linear-gradient(to right,rgba(0,181,226,0),rgba(0,181,226,.4));
}

#Carousel .WhitetosolidBlack.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(0,0,0,.4));
}

#Carousel .WhitetosolidGray.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(33,33,33,.4));
}

#Carousel .WhitetosolidBlue.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(0,79,156,.4));
}

#Carousel .WhitetosolidLime.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(120,190,32,.4));
}

#Carousel .WhitetosolidYellow.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(255,199,44,.4));
}

#Carousel .WhitetosolidOrange.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(254,80,0,.4));
}

#Carousel .WhitetosolidRed.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(210,38,48,.4));
}

#Carousel .WhitetosolidPink.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(197,41,155,.4));
}

#Carousel .WhitetosolidPurple.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(100,38,103,.4));
}

#Carousel .WhitetosolidGreen.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(120,190,32,.4));
}

#Carousel .WhitetosolidDark-Green.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(89,98,29,.4));
}

#Carousel .WhitetosolidLight-Blue.carousel-item>div {
    background: linear-gradient(to right,rgba(255,255,255,.4),rgba(0,181,226,.4));
}

.heading.Black>.container>h2,.heading.Black .heading-shade {
    background-color: rgba(0,0,0,.75);
}

.heading.Gray>.container>h2,.heading.Gray .heading-shade {
    background-color: rgba(33,33,33,.75);
}

.heading.Blue>.container>h2,.heading.Blue .heading-shade {
    background-color: rgba(0,79,156,.75);
}

.heading.Lime>.container>h2,.heading.Lime .heading-shade {
    background-color: rgba(120,190,32,.75);
}

.heading.Yellow>.container>h2,.heading.Yellow .heading-shade {
    background-color: rgba(255,199,44,.75);
}

.heading.Orange>.container>h2,.heading.Orange .heading-shade {
    background-color: rgba(254,80,0,.75);
}

.heading.Red>.container>h2,.heading.Red .heading-shade {
    background-color: rgba(210,38,48,.75);
}

.heading.Pink>.container>h2,.heading.Pink .heading-shade {
    background-color: rgba(197,41,155,.75);
}

.heading.Purple>.container>h2,.heading.Purple .heading-shade {
    background-color: rgba(100,38,103,.75);
}

.heading.Green>.container>h2,.heading.Green .heading-shade {
    background-color: rgba(120,190,32,.75);
}

.heading.Dark-Green>.container>h2,.heading.Dark-Green .heading-shade {
    background-color: rgba(89,98,29,.65);
}

.heading.Light-Blue>.container>h2,.heading.Light-Blue .heading-shade {
    background-color: rgba(0,181,226,.65);
}

.corner-btn {
    font-weight: bold;
    text-transform: uppercase;
}

.corner-btn:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.8em;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: .2em;
}

.corner-btn-large:after {
    font-size: 4em;
    float: right;
    margin-top: -.3em;
}

.right {
    float: right;
}

#iconstrip img,#iconstrip a {
    display: block;
    margin: 0 auto 1em auto;
    text-align: center;
    color: #555658;
}

.bg1 {
    background-color: #fafafa !important;
    color: #212529;
}

.bg2 {
    background-color: #e5e5e5;
    color: #212529;
}

.bg2 h5 {
    color: #000;
}

.bg3 {
    background-color: #97999b;
    color: #212529;
}

.bg4 {
    background-color: #eee;
    color: #212529;
}

.bg-white {
    background-color: #fff;
    color: #212529;
}

.bg-blue {
    background-color: #2a2e6a;
}

.bg-light-blue {
    background-color: #00b5e2;
}

.bg-aqua {
    background-color: #018eaa;
}

.bg-primary-blue {
    background-color: #2a2e6a;
    color: #fff;
}

.bg-green {
    background-color: #78be20;
}

.bg-green * {
    color: #fff;
}

.bg-green a {
    color: #fff;
    text-decoration: underline;
}

.bg-green h5 {
    font-family: OpenSans-bold;
    font-size: 1rem;
    margin: 1em 0 0 0;
}

.bg-black {
    background-color: #000;
}

.bg-blue,.bg-light-blue,.bg-aqua,.bg-blue h3,.bg-light-blue h3,.bg-aqua h3,.bg-blue h5,.bg-light-blue h5,.bg-aqua h5,.bg-blue .corner-btn,.bg-light-blue .corner-btn,.bg-aqua .corner-btn,.bg-black a,.bg-black h5,.bg-black h3,.bg-black .corner-btn,.bg-black .btn {
    color: #fff;
}

.bg-blue .btn:hover {
    background-color: #00b5e2;
}

.bubbles {
    background: no-repeat center url("/assets/media/bubbles.jpg");
    color: #fff;
    padding: 2em;
}

.bubbles * {
    color: inherit;
}

.bubbles h4 {
    min-height: 15em;
    margin-top: 1em;
}

#homenews .title {
    background-color: #2a2e6a;
    color: #fff;
}

#homenews .title h2 {
    color: inherit;
}

#blogs .title h2 {
    color: #fff;
}

.txtshadow {
    text-shadow: 0 0 5px rgba(0,0,0,.3);
}

.short {
    max-height: 22.5em;
    overflow: hidden;
    margin-bottom: 1em;
}

.title-image {
    background-color: #c0c0ca;
    min-height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.title-image h1,.title-image h2,.title-image h3,.title-image h4,.title-image h5 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.3);
}

.title-image a.corner-btn {
    color: #ffc72c;
    position: absolute;
    right: .5em;
    bottom: 0;
}

.image-block {
    background-position: center 4.5em;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    text-transform: uppercase;
    height: 100%;
    background-size: 100% 50%;
}

.image-block a {
    display: block;
    margin: 0 0 185px 0;
}

.image-block h5 {
    margin-top: 1em;
    color: #000;
}

.pagination {
    clear: both;
    margin: 2em 0;
    display: block;
}

.pagination a {
    display: inline-block;
    padding: .25em .5em;
    margin: 4px;
    border: 1px solid #00b5e2;
}

.pagination a.active {
    color: #fff;
    background-color: #00b5e2;
}

.pagination>* {
    vertical-align: middle;
}

.event-item>a {
    color: #fff;
    font-size: 2em;
    display: block;
}

.readmore,.btn,#gridContent .readmore,#gridContent .btn {
    text-align: center;
    color: #fff;
    background-color: #6ebf08;
    border-radius: 4px;
    display: inline-block;
    padding: .1em 1em;
    font-size: 1rem;
    border: none;
    white-space: nowrap;
}

.readmore:after,.btn:after {
    content: "";
    margin-left: 1em;
    font-family: "Font Awesome 5 Pro";
}

.readmore:hover,.btn:hover {
    background-color: #003593;
    color: #fff;
    text-decoration: none;
}

.btn.alt {
    background-color: #2a2e6a;
    color: #fff;
    text-decoration: none;
    font-size: .9em;
    margin: .5em 0;
}

.hilite {
    background-color: rgba(0,101,225,.3);
}

.newsitem1 {
    position: relative;
    top: -3em;
    left: 1em;
}

.btn-link {
    font-weight: 400;
    color: #00b5e2;
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

.btn-link:focus,.btn-link.focus {
    text-decoration: none;
}

.btn:focus,.btn.focus {
    box-shadow: none;
}

#world {
    padding: 50px 0;
}

#world h2 {
    margin-bottom: 1em;
}

#world img {
    display: block;
    margin: 0 auto 1em auto;
}

#world a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#world a:hover {
    color: #2a2e6a;
}

.event-item {
    height: 300px;
}

.clear {
    clear: both;
}

.publication-item {
    background-color: #c0c0ca;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.publication-item a {
    color: #fff;
}

.publication-item .readmore {
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.bigQuote {
    font-size: 2em;
    color: #555658;
}

.bigQuote:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

.bigQuote:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

table {
    background-color: #fafafa;
}

table thead {
    background-color: #00b5e2;
    color: #fff;
}

table th,table td {
    border-right: 2px solid #fafafa;
}

.table-hover a {
    display: block;
    color: #000;
}

.table-hover tbody tr:hover {
    background-color: #a3a3a3;
}

.table-hover tbody tr:hover a:after {
    content: "View";
    display: inline-block;
    padding: .2em .5em;
    font-size: .8em;
    background-color: #00b5e2;
    color: #fff;
    float: right;
    border-radius: 3px;
}

table.dataTable.table-striped thead th,table.dataTable.table-striped thead td,table.dataTable.table-striped.no-footer {
    border-bottom: none;
}

.overform {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    width: 600px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    display: none;
}

.modal-header {
    background-color: #00b5e2;
}

.modal-header h5 {
    color: #fff;
}

.modal-header .close {
    color: #fff;
}

.modal-content {
    background-color: #f1f1f1;
    color: #555658;
}

.BTT {
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 299;
    padding: 0;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    color: #00b5e2;
    background-color: #fff;
    border: none;
    font-size: 1.5em;
    line-height: 1em;
    border-radius: 4px;
    padding: .25em;
}

.bttLeft {
    left: 1%;
    right: auto;
}

iframe {
    max-width: 100%;
}

.firmSelect {
    float: left;
    width: 222px;
    margin-right: 1.5em;
    margin-top: 1.5em;
}

.mapSection {
    margin: 1rem 0 3rem 0;
}

.mapWrap {
    position: relative;
    margin: 0 auto;
    display: table;
}

.mapWrap>div {
    position: absolute;
    bottom: 0;
    right: 0;
}

.mapWrap>div>img {
    opacity: 0;
    transition: opacity linear .25s;
}

.map-arrow.left-arrow {
    text-align: left;
}

a.map-arrow:hover span {
    color: #fff;
}

.map-arrow {
    position: absolute;
    text-align: right;
    font-size: 1.25rem;
    height: 60px;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #d22630;
    color: #fff;
    display: table;
    display: none;
    transition: opacity linear .25s;
    transition-delay: .25s;
    box-shadow: 1px 1px 2px rgba(0,0,0,.8);
    text-decoration: none;
}

.map-arrow.left-arrow img {
    left: auto;
    right: 5px;
}

.map-arrow img {
    position: absolute;
    left: 5px;
    top: 5px;
    max-width: 50px;
    max-height: 85%;
}

.map-arrow.left-arrow span {
    padding-left: 0;
    padding-right: 55px;
}

.map-arrow span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 55px;
}

.map-arrow span.smallTxt {
    font-size: .75rem;
    text-align: left;
}

.map-arrow .arrow {
    width: 0;
    height: 0;
    display: block;
    border-left: 30px solid #d22630;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    top: 0;
    right: -30px;
}

.map-arrow.left-arrow .arrow {
    border-right: 30px solid #d22630;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0;
    position: absolute;
    left: -30px;
}

#north-america {
    position: absolute;
    top: 0;
    left: 0;
}

#latam {
    position: absolute;
    bottom: 0;
    left: 0;
}

#africa {
    position: absolute;
    bottom: 0;
    right: 0;
}

#emei {
    position: absolute;
    top: 0;
    right: 0;
}

#apac {
    position: absolute;
    bottom: 0;
    right: 0;
}

#north-america .map-arrow {
    top: 35%;
    left: 15px;
}

#latam .map-arrow {
    top: 30%;
    left: 90px;
}

#emei .map-arrow {
    top: 35%;
    right: 150px;
}

#africa .map-arrow {
    top: 20%;
    left: 150px;
}

#apac .map-arrow {
    top: 50px;
    left: 115px;
}

.mapWrap>div.active>img {
    opacity: 1;
}

.mapWrap>div.active .map-arrow {
    display: table;
}

.sitemap>ul {
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #2a2e6a;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.sitemap>ul a {
    color: #000;
}

.sitemap>ul>li>a {
    font-weight: bold;
    color: #2a2e6a;
}

.sitemap>ul>li>ul {
    padding: 0;
    list-style: none;
}

.sitemap>ul ul {
    list-style-type: disc;
    color: #00b5e2;
}

.blocklist {
    padding: 0;
    list-style: none;
}

.blocklist a {
    color: #00b5e2;
    padding: 1em 0;
    border-bottom: 2px solid #555658;
    display: block;
    font-weight: bold;
}

.sidebar-item {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(66,66,66,.75);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    max-width: 255px;
    position: relative;
}

.sidebar-item>div {
    padding: .5em;
}

.sidebar-item .readmore {
    display: block;
    font-size: .8em;
    margin: .5em;
    padding: .1em .5em;
}

.sidebar-item:after {
    content: "";
    display: block;
    clear: both;
}

.sidebar-item.overlay>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 23%;
}

.sidebar-item.overlay>.readmore {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sidebar-title {
    background-color: #2a2e6a;
    color: #fff;
    padding: .25em;
    margin-top: 1em;
}

.mega-menu-bg {
    background-color: #e7e8ea;
}

.btn:hover {
    background-color: #003593;
    color: #fff;
}

.AbsBottom {
    bottom: -3px;
    left: 15px;
    width: 100%;
    position: absolute;
}

.SidebarSocial {
    width: 70px;
    height: 70px;
    float: left;
    display: block;
    margin: .5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.SidebarSocial.LinkedIn {
    background-image: url("/assets/media/socialIcons/linkedin-80.png");
}

.SidebarSocial.Twitter {
    background-image: url("/assets/media/socialIcons/twitter-80.png");
}

.SidebarSocial.Facebook {
    background-image: url("/assets/media/socialIcons/Facebook-80.png");
}

.FooterSocial {
    width: 32px;
    height: 32px;
    float: left;
    display: block;
    margin: 0 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.FooterSocial.LinkedIn {
    background-image: url("/assets/media/socialIcons/linkedin-32-white.png");
}

.FooterSocial.Twitter {
    background-image: url("/assets/media/socialIcons/twitter-32-white.png");
}

.FooterSocial.Facebook {
    background-image: url("/assets/images/socialIcons/facebook-32-white.png");
}

#SearchResults li {
    padding-bottom: 1em;
    margin: 0 0 2em 0;
    border-bottom: 1px solid #eee;
}

.floating-button {
    position: fixed;
    right: -1.75em;
    top: 45%;
    padding: 1em;
    border: none;
    transform: rotate(-90deg);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #78be20;
    color: #fff;
    font-family: OpenSans;
    box-shadow: -2px 4px 3px rgba(0,0,0,.3);
}

.scrollbox {
    max-height: 256px;
    overflow-y: auto;
}

.people-block {
    padding: 1rem;
}

.people-block:nth-child(odd) {
    background-color: #e5e5e5;
}

.people-block a,.people-block h5 {
    color: #000;
}

.people-block a {
    margin-top: 1em;
}

.p-18 {
    padding: 1.8rem;
}

.h-55 {
    min-height: 5.5em;
}

.container .dataTables_wrapper .dataTables_length {
    float: right;
}

.container .dataTables_wrapper .dataTables_length select {
    margin-bottom: 0;
    padding: 5px 4px;
}

.container .dataTables_wrapper .dataTables_filter {
    float: left;
    margin-top: 1.5em;
}

.field-validation-error {
    color: #d22630;
}

.form-group.checkbox label {
    width: calc(100% - 20px);
    float: right;
}

.form-group.checkbox .umbraco-forms-field-wrapper {
    float: left;
    margin-top: .25em;
}

.card-header a {
    color: #000;
}

.col-md-4 .umbraco-forms-form {
    padding-top: 0;
}

.col-md-4 .umbraco-forms-form .umbraco-forms-caption {
    line-height: 1.5em !important;
}

.custom-card {
    background-color: #e7e8ea;
    border: none;
}

.lisViewButtons {
    float: right;
    margin-top: 1.25em;
}

.lisViewButtons button {
    border: 0;
    background: none;
}

.lisViewButtons button.active {
    color: #00b5e2;
}

.list-view {
    display: block;
}

.list-view .people-block {
    float: none;
    width: auto;
    flex: none;
    max-width: none;
    padding: 0 0 .5em 0;
    background-color: transparent;
    margin: 0 15px;
}

.list-view .people-block img {
    display: none;
}

.list-view .people-block a {
    margin-top: .5em;
}

.col-7 .readmore {
    padding: .1em .5em;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 3em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 1em;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #00b5e2;
}

.umbraco-forms-field {
    margin-bottom: 1em;
}

@media screen and (min-width: 993px) {
    nav.navbar {
        padding:18px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .carousel-item>div {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    .carousel-item img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        display:initial;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav .umb-block-list {
        display: block;
    }

    .nav-link {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding-left: .5em;
    }

    .navbar-collapse.collapse.show {
        margin-bottom: 1em;
    }

    .SiteName {
        display: none;
    }

    .carousel-item {
        background-size: cover;
        background-position: center;
    }

    .carousel-item img {
        display: none;
    }

    .carousel-item>div>.container {
        padding: 2em 1em;
    }
}

#StickyLogo {
    display: none;
}

@media screen and (min-width: 768px) {
    .gridbg>*:nth-child(even):not(.col-md-6) {
        background-color:#fafafa;
    }

    .gridbg>.col-md-6:nth-child(2),.gridbg>.col-md-6:nth-child(3) {
        background-color: #fafafa;
    }

    .gridbg>.col-md-6 {
        float: left;
    }

    .gridbg>.col-md-6:nth-child(odd) {
        clear: left;
    }

    .list-item.w-100 {
        clear: both;
    }

    .newsblock {
        height: 27.5em;
        overflow: hidden;
    }

    .sticky {
        padding-top: 100px;
    }

    .sticky .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 300;
        background-color: #fff;
        box-shadow: 0 0 7px rgba(0,0,0,.1);
    }

    .sticky #StickyLogo {
        display: block;
    }

    .sticky #StickyLogo a {
        display: block;
        width: 100px;
        height: 36px;
        line-height: 36px;
        margin-left: -10px;
        text-indent: 170px;
        overflow: hidden;
        background: no-repeat center url("/assets/media/logo.png");
        vertical-align: middle;
    }

    .sticky .nav-link[href="/"] {
        display: none;
    }

    .card-columns {
        column-count: 4;
    }
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .sidebar-item.overlay>div {
        font-size:.75rem;
        line-height: 1em;
    }
}

@media screen and (max-width: 767px) {
    .gridbg>*:nth-child(even) {
        background-color:#fafafa;
    }

    .col-md-3.order-md-0.order-sm-1 {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px solid #eee;
    }
}

@media screen and (max-width: 436px) {
    h1,h2,h3,h4,h5,h6 {
        font-size:1.5em;
    }

    #topnav {
        text-align: center;
    }

    #topnav select {
        display: block;
        float: none;
        width: 90%;
        border: 1px solid #aaa;
        margin: 1px auto;
    }

    .dataTable {
        font-size: .9rem;
    }

    .container .dataTables_wrapper th:nth-child(4),.container .dataTables_wrapper td:nth-child(4) {
        display: none;
    }

    .sidebar-item {
        font-size: 1em;
    }

    .crumbs-button {
        float: none;
        margin: .5em auto;
    }
}

@media(max-width: 992px) {
    .nav-item .card-columns {
        width:100%;
    }

    .nav-link.active {
        color: #fff;
        background-color: #2a2e6a;
        border-radius: .25rem;
    }

    .nav-link {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: .7rem 1rem;
    }

    .navbar-collapse {
        background-color: #e7e8ea;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
        margin-top: 20px;
        padding: 1em;
    }

    .nav-link[title=Home] {
        text-indent: 0;
        display: inline-block;
        width: -webkit-fill-available;
        height: auto;
        overflow: hidden;
        background-image: none;
    }

    .notmega .dropdown-menu {
        top: 67px;
        left: 0;
        padding: .5em;
        margin: .5em 0;
        background-color: #fff;
    }

    .dropdown-menu li {
        margin: .6em 0;
    }

    .sub-active {
        color: #fff !important;
        background-color: #2a2e6a;
        border-radius: .25rem;
    }

    .navbar .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: .2rem 1.25rem;
    }

    .mega-menu-bg {
        background-color: #fff;
    }

    .custom-card {
        background-color: #fff;
    }

    .mega-menu-bg .sub-active {
        color: #fff !important;
        background-color: #2a2e6a;
        border-radius: .25rem;
        padding: .3rem;
    }
}

@media(min-width: 1200px) {
    .carousel-item>div .container>* {
        max-width:725px;
    }
}

@media(max-width: 1200px) {
    .col-7 .readmore {
        font-size:.95em;
    }
}

@media(max-width: 320px) {
    #SearchBox {
        width:100%;
    }

    #SearchBox button,#SearchBox input[type=text] {
        box-sizing: border-box;
        width: 96%;
        display: block;
        margin: .25em 0;
    }
}

.hidden {
    display: none;
}
