﻿h4 {
    font-family: 'Open Sans', "Arial";
    font-weight: 600;
}

p {
    font-family: "Open Sans", "Arial";
    font-weight: 400;
	line-height: 21px;
}

ul, ul li{
    list-style-type: square;
    font-family: "Open Sans", "Arial";
    font-weight: normal;
}

.DnnModule-EasyDNNGallery table:first-of-type {
    width: 100% !important;
}

.DnnModule-LiveTabs ul{
	margin-left: 20px;
}

.DnnModule-EasyDNNGallery .EDGpager td table {
    width: auto !important;
}

.livetabsovercast .ui-corner-all, .livetabsovercast .ui-corner-bottom, .livetabsovercast .ui-corner-right, .livetabsovercast .ui-corner-br {
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -khtml-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.livetabsovercast .ui-corner-all, .livetabsovercast .ui-corner-bottom, .livetabsovercast .ui-corner-left, .livetabsovercast .ui-corner-bl {
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -khtml-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.livetabsovercast .ui-corner-all, .livetabsovercast .ui-corner-top, .livetabsovercast .ui-corner-left, .livetabsovercast .ui-corner-tl {
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -khtml-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.livetabsovercast .ui-corner-all, .livetabsovercast .ui-corner-top, .livetabsovercast .ui-corner-right, .livetabsovercast .ui-corner-tr {
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -khtml-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.livetabsovercast .ui-widget-content {
    border: 0 !important;
    background: none !important;
}

.livetabsovercast .ui-tabs .ui-tabs-panel {
    background: none !important;
}

.livetabsovercast .ui-widget-header {
    border-bottom: 1px solid #bbbbbb !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
}

.livetabsovercast .ui-state-default, .livetabsovercast .ui-widget-content .ui-state-default {
    background: none !important;
    background-color: #444 !important;
    color: #fff !important;
    /*font-family: open sans!important;
    font-weight: lighter!important;*/
}

.livetabsovercast .ui-state-active, .livetabsovercast .ui-widget-content .ui-state-active {
    background: none !important;
    background-color: #398fc6 !important;
    /*font-family: open sans!important;
    font-weight: lighter!important;*/
}

.livetabsovercast .ui-state-default a, .livetabsovercast .ui-state-default a:link, .livetabsovercast .ui-state-default a:visited {
    color: #fff !important;
}

.breadcrumb.fm-crumb{
    background-color: #3383bb;
    border-radius: 0;
    height: 26px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0;
}


.breadcrumb.fm-crumb .breadcrumb-right a {
    color: white;
}

.breadcrumb-right span{
    font-size: 12px;
}

.breadcrumb-right ol {
    list-style: none;
    display: inline-block;
}

.breadcrumb-right ol li {
    display: inline-block;
}

.breadcrumb.fm-crumb .breadcrumb-right {
    color: #fff !important;
    float: none;
}

.livetabsovercast .ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

#EDG_0_Shadow .EDGmain {
    background-image: none !important;
}

.learnBtn a{
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #444;
}

.row .fm-cl {
    margin-bottom: 40px;
}

header #dnnMenu .subLevelRight {
    width: auto;
}

#dnnMenu .topLevel li {
    /*height: auto !important;*/
}

.related-products {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.related-products .card {
    border: 1px solid #000;
}

.related-products .card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.related-products .card span {
    flex-grow: 1;
    margin: 0;
    text-align: center;
}

.related-products .card .h3 {
    margin-bottom: 5px;
}

#dnn_Top4th6r {
  display: flex;
  flex-direction: column;
}
.DnnModule-684 {
  order: 2;
}