body {
	font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
a {color: #244a73;}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Zilla Slab', serif;
	font-weight: 700;
	color: #666666;
	margin-top: 0;
}
.row.logo-search {
    padding: 5px 0;
}
.search-bar form {
    float: right;
}
#main-navigation {
    background-color: #404042;
}
#menu {
    float: none;
    text-align: center;
    font-family: 'Zilla Slab', serif;
    font-weight: 400;
    font-size: 20px;
}
#menu li {
    float:none;
    display:inline;
}
#menu > li > a {
    display: inline-block;
    color: #ffffff;
    padding: 5px 25px;
}
#menu li > a:hover {
	background-color: transparent;
}
#main-navigation .mega-menuh {
    float: none !important;
    float: none;
    text-align: center !important;
    font-family: 'Zilla Slab', serif;
    font-weight: 400;
    font-size: 20px !important;
}

#main-navigation .mega-menuh > li {
    float: none !important;
    display: inline-block;
}

#main-navigation .mega-menuh > li > a {
    font-size: 20px;
    font-weight: normal;
    display: block;
    color: #ffffff !important;
    padding: 5px 25px !important;
}
#main-navigation .mega-menuh > li > a:hover,
#main-navigation .mega-menuh > li.mega-hover a {
    background: transparent !important;
    background-color: transparent !important;
}
#main-navigation .mega-menuh li .sub-container.non-mega li {
    text-align: left;
    font-size: 20px !important;
}
#main-navigation ul.mega-menuh li.mega-hover a .dc-mega-icon {
    background-position: unset;
}
#main-navigation .sub-container.mega a {
    font-size: 14px !important;
}
#main-content {
    margin-top: -100px;
    z-index: 2;
}
.subtitle {
    font-size: 24px;
    font-weight: bold;
}
.blue {background-color: #2D5C90;}
.green {background-color: #729F2E;}
.orange {background-color: #E88E00;}
.box {
    padding: 30px 30px 35px;
    display: block;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 30px;
}
.box-content {padding-bottom:10px;}
.box-button {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.box h2,
.box h3 {
    font-family: 'Zilla Slab', serif;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 0;
    font-weight: unset;
}
.box img {padding-bottom: 5px;}
.box h2,
.box h3,
.box-button a,
.box a {color: #ffffff;}
.box-button a {
    padding: 5px 35px;
    background-color: rgb(0 0 0 / 0.30);
    border-radius: 10px;
    line-height: 1;
}
.box p {
	margin-bottom: 0;
}
.box ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}
.box ul li:before {content: '»';padding-right: 5px;}
.quick-links {
	margin-bottom: 30px;
}
.sidebar {
    background-color: #eaeaea;
    padding: 15px;
    border-radius: 10px;
}
#page-content {
    padding: 30px 0 50px;
}
#page-content .container .container,
.container .container {
	width: 100%;
	padding: 0;
}
.page-breadcrumbs .breadcrumb {
    background: transparent;
    padding: 0;
}
.page-breadcrumbs .breadcrumb>li+li:before {
    content: '»';
}
.footer {
    margin-top: 30px;
}
.footer.blue,
.footer.blue a {color: #fff;}
.footer.blue {
    padding: 30px 0 15px;
}
.footer .footer-column {
    padding-bottom: 30px;
}
.footer .ccm-block-social-links {
    font-size: 18px;
}
.footer .columns p:first-of-type {
    margin-bottom: 0;
}
.footer .columns ul {
    padding: 0;
    list-style: none;
}
.bottom-footer {text-align: center; font-size: 12px;}

.btn.btn-default {
    color: #fff !important;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: #2D5C90 !important; /*#f39d33 !important;*/
}
table.listing th {
    background-color: #2D5C90;
    color: #fff;
    padding: 3px 5px;
}
table.listing td {
    padding: 3px 5px;
}
@media (min-width: 768px) {
	#header > div > div {
	    display: flex;
	    align-items: center;
	}
}
@media (min-width: 1200px) {
/*	.quick-links h2 {margin: 0 0 10px;}
	.quick-links .row .row {
	    margin: 0 -30px;
	}
	.quick-links .container > div > div > div > div {
	    padding: 0 30px;
	}*/
}
@media (max-width: 991px) {
	.quick-links .col-sm-2 {
	    width: 33.33333%;
	    margin-bottom: 10px;
	    float: left;
	}
    .last-column {
        text-align: center;
    }
}
@media (max-width: 767px) {
    #logo {text-align: center;}
    #logo img {display: initial;margin-bottom: 10px;}
    .search-bar {text-align: center;}
    .search-bar form {float: none;}
    .search-bar input.ccm-search-block-text {   
        max-width: calc(100% - 40px);
        width: 100%;
    }
    .slicknav_menu {
        background: #414243;
    }
    .slicknav_btn {
        border-radius: 0;
        text-shadow: none;
        padding: 5px 8px;
    }
    .slicknav_menu .slicknav_icon-bar {
        width: 1.5em !important;
        margin: 4px 0;
        border-radius: 0;
        box-shadow: none;
        height: 2px;
    }
    #main-content {
        margin-top: -30px;
    }
}
@media (max-width: 599px) {
	.quick-links .col-sm-2 {
	    width: 50%;
	}
}
