/* @override https://www.diedesignsoftware.com/application/themes/adds/css/overrides.css */


body {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #1b1f2d;
}

div#ccm-toolbar {
    height: auto !important
}

#redactor-modal section {
    padding: 75px 30px;
}

a {
    color: blue;
}

a:hover {
    color: blue;
}

a:active {
    color: blue;
}

a {
    color: #00549e;
}

a:hover {
    color: #023a6b;
}

a:active {
    color: #023a6b;
}

.btn a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.btn a:hover {
    text-decoration: none;
}

.btn a:active {
    text-decoration: none;
}

.btn {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 20px;
}

.btn:hover {
    color: rgba(255, 255, 255, .8);
}

.btn-default {
    background-color: #00549e;
    text-shadow: none;
    border: none;
}

.btn-default:hover {
    background-color: #023a6b;
    border: none;
}

.btn-primary {
    background-color: #00549e;
    text-shadow: none;
    border: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #023a6b;
    text-shadow: none;
    border: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    color: #00549e;
}

h4 {
    color: #fff;
    text-transform: uppercase;
}

h3 {
    color: #00549e;
    margin-top: 10px;
}

.contact h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.contact {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
}

.row-fluid {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.ccm-page header {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.main_content h1 {
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.main_content img {
    padding-bottom: 15px;
}

/* =======================
NAV
======================= */
header h1 {
    margin: 0;
}

#logo {
    margin: 0;
    padding: 0;
    font-size: 30px;
    display: block;
    width: 205px;
    height: 72px;
    background: url("../images/adds_logo.png") no-repeat;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
}

.menu ul.nav li a {
    text-transform: uppercase;
    color: #1b1f2d;
    border: 0;
    font-weight: 400;
}

.menu ul.nav li>a:hover {
    background-color: rgba(255, 255, 255, 0);
    visibility: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #00549e;
}

/* My Comment */

.menu .nav>li {
    border-right: 0;
}

.menu {
    padding: 15px 0;
}

.mobileShow {
    display: none;
}

.sidebar .nav>li {
    position: relative;
    display: block;
}

.sidebar .nav>li a.selected {
    font-weight: bold;
}

a.nav-selected .nav-path-selected {
    font-weight: bold;
}

/* =======================
EXTRA PADDING
======================= */
.padme {
    padding-top: 40px;
    padding-bottom: 20px;
}

.padmeBottom {
    padding-bottom: 40px;
}

.padme-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* =======================
SLIDER
======================= */
/*DOWNLOAD A TRIAL*/
.trial {
    background-color: #eee;
    min-height: 130px;
    background-image: url("../images/alum_bg.png");
    	display: block;
	clear: both;

}

.trial h3 {
    color: #00549e;
    text-align: left;
    margin: 30px 0 5px 0;
    font-size: 22px;
}

.trial .container {
    margin: 0 auto 20px auto;
}

.trial .logo img {
    margin: 20px 0 0;
    padding-right: 10px;
}

.trial .btn a {
    color: #000;
    text-decoration: none;
}

.trial .btn a:hover {
    text-decoration: none;
}

.trial .btn a:active {
    text-decoration: none;
}

.trial .btn {
    color: #000;
    text-transform: uppercase;
    border-radius: 5px;
}

.trial .btn-default {
    background-color: #f9d616;
    text-shadow: none;
    border: none;
    margin-top: 25px;
    float: right;
}

.trial .btn-default:hover {
    background-color: #f3d119;
    border: none;
}

.tagline {
    background-color: #000;
    padding: 15px 10px 10px;
    min-height: 50px;
    border-top: 1px solid #fff;
}

.tagline p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

/* =======================
CALLOUTS
======================= */
.callout {
    border-radius: 5px;
    background-color: #eee;
    background-image: url("../images/alum_bg.png");
    min-height: 270px;
    padding: 15px;
    margin-bottom: 20px;
}

.callout:before {
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 100%);
    display: block;
    height: 60%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.callout .call-icon {
    font-size: 65px;
    color: #00549e;
    margin: 0;
    padding: 0;
    line-height: 65px;
}

.callout h3 {
    color: #00549e;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
    line-height: 26px;
}

.callout p {
    margin: 0;
}

.callout .btn {
    margin-top: 15px;
}

/* =======================
BREADCRUMBS
======================= */
.breadcrumb {
    background-color: transparent;
    padding: 15px 15px 8px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb a {
    color: #1b1f2d;
}

.breadcrumb>.active {
    color: #00549e;
}

/* =======================
UTILITY
======================= */
.top-bar {
    padding: 5px 0;
    background: #eee;
    line-height: 28px;
    margin-bottom: 15px;
}

.utility {
    text-align: right;
}

.utility ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.utility ul li {
    padding: 0;
    display: inline;
    color: #1b1f2d;
}

.utility ul li a {
    color: #1b1f2d;
    text-decoration: none;
    margin: 0 8px 0 5px;
    letter-spacing: 0.03em;
}

.utility ul li a:hover {
    color: #00549e;
}

.utility-toggle ul.nav {
    display: none;
}

.mobileShow {
    display: none;
}

.logos img {
    margin: 20px auto;
}

/* =======================
MOBILE UTILITY NAV
======================= */
.menu .utility-toggle ul.nav {
    margin-top: 15px;
}

.menu .utility-toggle ul.nav li {
    color: #1b1f2d;
    margin-bottom: 0;
}

.menu .utility-toggle ul.nav li {
    display: inline-block;
    width: auto;
}

.menu .utility-toggle ul.nav li a {
    font-size: 11px;
    padding: 5px 10px 5px;
    color: #1b1f2d;
    border-bottom: none;
}

/* =======================
FOOTER
======================= */
.adds-footer {
    padding: 40px 0;
    background-image: url("../images/alum_bg.png");
    margin-top: 40px;
}

.adds-footer a {
    color: #1b1f2d;
    text-transform: uppercase;
    text-decoration: none;
}

.adds-footer a {
    color: #1b1f2d;
    text-transform: uppercase;
    text-decoration: none;
}

.adds-footer a:hover {
    color: #00549e;
}

.adds-footer .small {
    font-size: 9px;
}

.adds-footer .form-group {
    margin-bottom: 8px;
}

.footer-nav h5 {
    margin-top: 0;
}

.footer-nav h5 a {
    font-size: 14px;
    font-weight: 700;
    color: #1b1f2d;
}

.footer-nav div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    line-height: 15px;
}

footer div.ccm-block-page-list-page-entry {
    margin-bottom: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    text-transform: uppercase;
}

/* =======================
SUB FOOTER
======================= */
.sub-footer {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
}

.sub-footer p {
    font-size: 10px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

/* =======================
SIDEBARS
======================= */
.sidebar {
    background-color: #eee;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar_news, .sidebar_logopress {
    background-color: #eee;
    background: linear-gradient(to bottom, transparent 0, rgba(165, 165, 165, .4) 100%);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.sidebar_news h4 {
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px 0;
    background-color: #00549e;
    padding: 15px 20px 10px 20px;
    border-radius: 5px 5px 0 0;
}

.sidebar_logopress h4 {
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 20px 20px 5px 20px;
    background-color: #00549e;
    padding: 15px 20px 10px 20px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.sidebar h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1b1f2d;
    margin: 10px 0 0 0;
}

.sidebar_news h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1b1f2d;
    margin: 10px 0 0 0;
    padding: 5px 20px 3px 20px;
}

.sidebar p, .sidebar_news p, .sidebar_logopress p {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar .nav>li, .sidebar_news .nav>li, .sidebar_logopress .nav>li {
    display: block;
}

.sidebar a, .sidebar_news a, .sidebar_logopress a {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    text-decoration: none;
}

.sidebar a:hover, .sidebar_news a:hover, .sidebar_logopress a:hover, .sidebar a.selected, .sidebar_news a.selected, .sidebar_logopress a.selected {
    text-decoration: none;
    color: #023a6b;
}

.sidebar a:active {
    text-decoration: none;
    color: #023a6b;
}

.sidebar .nav>li>a {
    position: relative;
    display: block;
    padding: 0 0 10px 0;
}

/* =======================
VIDEOS
======================= */
.video_row {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    margin: 5px 0;
}

/*
.video_row:first-child {
    padding-top: 0;
    padding-bottom:10px;
    border:none;
    margin: 0 0 5px;
}
*/
.video_thumb img {
    width: 100%;
    height: auto;
    /*border:solid 1px #eee;*/
}
/*   next two stmts modified tallacman February 22, 2021	to center play icon    */
 
a.video {
    position: relative;
    width: 100%;
    height: auto;
	display: block;
}

a.video span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/play-btn.png") no-repeat;
    opacity: .7;
    background-position: 50% 50%;
}


a.video:hover span {
    opacity: 1;
}

.video h1 {
    margin-top: 0;
    padding-top: 0;
}

/*
.video_thumb:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255, 0.4);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.video_thumb:hover:after {
    opacity: 1;
}

.video_thumb .play-icon{
    cursor: pointer;
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    width: 72px;
    height: 72px;
}

.play-icon::before {
    display: block;
    content: '';
    padding-bottom: 100%;
    border-radius: 50%;
    background-image: (url(../images/play.svg));
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
*/
/* =======================
BLOG
======================= */
.page-type-blog .ccm-block-page-list-page-entry-horizontal {
    margin-bottom: 40px !important;
}

.ccm-block-page-list-title h3 {
    color: #00549e;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 2px;
}

.ccm-block-page-list-title h3:hover {
    color: #023a6b;
}

.ccm-block-topic-list-header, .ccm-block-date-navigation-header {
    padding: 1px 15px 1px 0;
    border-bottom: 1px solid #ccc;
}

.ccm-block-topic-list-header h5, .ccm-block-date-navigation-header h5 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.ccm-block-topic-list-list, .ccm-block-date-navigation-dates, .ccm-block-topic-list-page-topics {
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

.ccm-block-topic-list-list li, .ccm-block-date-navigation-dates li, .ccm-block-topic-list-page-topics li {
    list-style: none;
    margin-bottom: 5px;
}

.ccm-block-topic-list-list li {
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
}

.ccm-block-topic-list-list>.ccm-block-topic-list-list {
    padding-left: 0;
}

.ccm-block-topic-list-list>.ccm-block-topic-list-list li {
    font-weight: 500;
    font-size: 14px;
}

.ccm-block-page-list-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.ccm-block-date-navigation-wrapper {
    font-size: 14px;
}

.ccm-block-share-this-page a {
    color: #333;
}

.ccm-block-next-previous-header h5 {
    margin-bottom: 3px;
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.05em;
}

.next-post p, .previous-post p {
    font-size: 14px;
}

.next-post {
    text-align: right;
}

.previous-post .ccm-block-next-previous-next-link {
    display: none;
}

.next-post .ccm-block-next-previous-previous-link {
    display: none;
}

.ccm-block-share-this-page {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    display: block;
    clear: left;
}

/* =======================
FORMS
======================= */
/*
.search input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 36px;
    padding-top: 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
*/
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 36px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search h1 {
    margin-top: 0;
    padding-top: 0;
}

.search {
    padding-bottom: 15px;
}

/*
.video_row:first-child {
    padding-top: 0;
    padding-bottom:10px;
    border:none;
    margin: 0 0 5px;
}
*/
/* =======================
MEDIA QUERIES
======================= */
@media (max-width: 1199px) {
    .trial .btn-default {
        background-color: #f9d616;
        text-shadow: none;
        border: none;
        margin-top: 10px;
        float: none;
    }

    .trial h3 {
        margin: 15px 0 5px 0;
    }

    .sub-footer {
        margin: 15px 0 15px 0;
    }

    .adds-footer .form-group {
        margin: 15px 0 10px 0;
    }
}

@media (max-width: 991px) {
    #logo {
        background-size: 140px 49px;
        width: 140px;
        height: 49px;
    }

    .menu ul.nav li a {
        font-size: 12px;
        padding: 4px 5px 4px 5px;
    }

    .utility ul {
        font-size: 12px;
    }

    .trial .btn-default {
        background-color: #f9d616;
        text-shadow: none;
        border: none;
        margin-top: 10px;
    }

    .footer-nav {
        margin: 10px 0 0 0;
        padding: 0;
    }

    .tagline {
        padding: 10px;
    }

    .tagline p {
        font-size: 14px;
    }

    .video_thumb img {
        width: 100%;
        height: auto;
    }

    .video_thumb {
        width: 100%;
        height: auto;
        min-height: 150px;
    }
}

@media (max-width: 768px) {
    .trial .logo {
        padding: 5px 0 0 0;
        margin: 0 10px 0;
        ;
    }

    .trial h3 {
        margin: 20px 0 5px 0;
    }

    .callout {
        min-height: 100px;
    }

    .trial .btn-default {
        margin-top: 5px;
    }

    .form-group {
        margin: 15px 0;
    }

    .footer-nav {
        margin-top: 15px;
    }

    #footer-logo img {
        margin-bottom: 15px;
    }

    .menu {
        padding: 10px 0;
    }

    a.video span {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url("../images/play-btn.png") no-repeat;
        opacity: .7;
        background-position: 50% 50%;
        background-size: 10%;
    }

    .video_thumb {
        min-height: 200px;
    }

    .mobileHide {
        display: none;
    }

    .mobileShow {
        display: block;
    }
}

@media (max-width: 767px) {
    .nav-mobile {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 5px;
        background-color: #1b1f2d;
        background-size: 30px;
        height: 45px;
        width: 45px;
        margin-top: -50px;
        border-radius: 0;
    }

    .callout {
        min-height: 100px;
    }

    .form-group {
        margin: 15px 0;
    }

    .footer-nav {
        margin-top: 15px;
    }

    #footer-logo img {
        margin-bottom: 15px;
    }

    .menu {
        padding: 10px 0;
    }

    .menu ul.nav li a {
        font-size: 16px;
        letter-spacing: 0.04em;
        padding: 10px 5px 15px 5px;
    }
}

@media (max-width: 480px) {
    .callout {
        min-height: 100px;
    }

    .padme {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .trial .btn-default {
        margin-top: 5px;
    }

    .form-group {
        margin: 15px 0;
    }

    .footer-nav {
        margin-top: 15px;
    }

    #footer-logo img {
        margin-bottom: 15px;
    }

    .logos img {
        margin: 30px auto;
    }

    .menu {
        padding: 5px 0;
    }

    .padmeBottom {
        padding-bottom: 20px;
    }

    .breadcrumb {
        font-size: 10px;
    }

    a.video span {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url("../images/play-btn.png") no-repeat;
        opacity: .7;
        background-position: 50% 50%;
        background-size: 20%;
    }

    .video_thumb {
        min-height: 150px;
    }
}

/* FOR RETINA DISPLAYS */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #logo {
        margin: 0;
        padding: 0;
        font-size: 30px;
        display: block;
        background: url("../images/adds_logo_x2.png") no-repeat;
        text-indent: 150%;
        white-space: nowrap;
        overflow: hidden;
        background-size: contain;
    }
}

/*   added March 2, 2020	tallacman    */

div.slider-logo {
	display: none;
}

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

/*  	added February 18, 2021 tallacman     */

/* overrides for block design */
.jl_magic_tabs_bootstrap3.jl_magic_tabs_controls.jl_magic_tabs.jl_magic_tabs_accordion > ul.nav-tabs.nav.jl_magic_tabs > li > a:after {
   display: none;
}


.jl_magic_tabs_bootstrap3.jl_magic_tabs_controls.jl_magic_tabs.jl_magic_tabs_accordion > ul.nav-tabs.nav.jl_magic_tabs > li > a:hover{
	border-color: white;
	text-decoration: underline;
}

.jl_magic_tabs_bootstrap3.jl_magic_tabs_controls.jl_magic_tabs.jl_magic_tabs_accordion > ul.nav-tabs.nav.jl_magic_tabs > li > a{
	text-align: center;
    color: #00549e;
	font-size: 1.4em;
}

/*   remove borrder form johns tabs title    */
 
 
#matrix  .jl_magic_tabs_content_s1 .jl_magic_tabs_active  {
	border-style: none  !important ;
}
/*  February 28, 2023	remove padding margin -- acts like list item */ 
#matrix .jl_magic_tabs_content_s1 {
	border-style: none ;
	margin: 0;
	padding: 0;
}
/*  centers compare table February 21, 2023	tallacman  */	



/* removes bullets from list items in accurate link block  */	
div.row.accurate-link ul  {
	list-style-type: none;
	padding-left: 0;
}







/*  product matrix madness */	

/* product matrix  */ 
#matrix li{
	text-align: center;
	list-style-type: none;
}
a#collapse-matrix-button.collapse-matrix-button ,
#matrix li a{
	color: #00549E;
	background-color: #eef1f3;
	padding: 6px;
	display: inline-block;
	border-radius: 2px;
	cursor:  pointer;
}


.ucp-head-2-diedesign,
.ucp-head-2-premium,
.ucp-head-2-flatten {
	text-align: center;
}


td.ucp-head-2-4.ucp-head-2-premium,
td.ucp-head-2-3.ucp-head-2-diedesign,
td.ucp-head-2-2.ucp-head-2-flatten {
	vertical-align: middle;
}



#matrix li a.jl_magic_selected.jl_magic_tabs_active {
	display: none;
}




#jl_magic_tabs_click_here_to_view_the_full_product_matrix_gix2 p {
	text-align: center;
}



div.gray-back {
    background-image: url("../images/alum_bg.png");
}

.pad-top{
	padding-top: 30px;
}

.pad-bottom {
	padding-bottom: 30px;
}
.brands .row{
	display: flex;
	align-items: center
}

