﻿@charset "UTF-8";
@font-face {
    font-family: 'HelveticaNeueLT-BoldCond';
    src: url('fonts/HelveticaNeueLT-BoldCond.eot');
    src: url('fonts/HelveticaNeueLT-BoldCond.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueLT-BoldCond.woff') format('woff'),
         url('fonts/HelveticaNeueLT-BoldCond.ttf') format('truetype'),
         url('fonts/HelveticaNeueLT-BoldCond.svg#HelveticaNeueLT-BoldCond') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

/* DNN Body */
#Body {
    /* CSS3 */
    background: #efefef; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */
    /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); */ /* IE10+ */
    background: radial-gradient(ellipse at center, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf',GradientType=1);  IE6-9 fallback on horizontal gradient */
    min-height: 1px;
}

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Arial, Helvetica, sans-serif;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    /*color: #333;*/
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 15px 0;
}

h1 {
    font-size: 26px;
}

h2, h2 .Head {
    font-size: 18px;
}

h3, h3 .Head {
    font-size: 18px;
    color: #666;
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #3B96B6;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: #D00;
        text-decoration: none;
        outline: 0;
    }

a[type="button"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
    height: 32px;
}
#userControls .language {
    min-height:0!important;
    display:inline;
}
.wrapper {
    margin: 0 Auto;
    width: 980px;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 209px;
    height: 32px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }



    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;
}*/

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: right;
        padding: 0;
        margin: 0;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup .buttonGroup {
            margin-right: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            height: 25px;
            min-width: 12px;
            padding: 7px 15px 0 15px;
            color: #333;
            font-size: 11px;
            vertical-align: middle;
        }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                background: rgb(45,45,45); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
                color: #ddd;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                text-decoration: none;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #333;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
    }

    #login .userNotifications {
        border-right: 1px solid #CCC;
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
        border-right: 1px solid #CCC;
    }

        #login .loginGroup a {
            color: #333;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
    background: #fff;
    /* CSS3 */
    -webkit-box-shadow: 1px 50px 100px 0px #cacaca;
    box-shadow: 1px 50px 100px 0px #cacaca;
}

#siteHeadinner {
    padding: 36px 0;
}

#logo {
    float: left;
}

.bbHeaderHidden { margin-right: 0px; margin-left: 0px; }

/* Language */
.language .language-object {
    /*float: right;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* for Simple Menu, see Simple menu folder */

    .navbar{margin-bottom:0!important;}
    .navbar-inner{border:none!important; box-shadow:none!important; background:none transparent!important; padding-right:0!important;}
        .navbar .brand {padding:0!important;}

    /* Site Navigation */
    .nav-collapse {
	    float: right;
	    position:relative;
	    top: 18px;
    }
	
    .nav li { 
		position:relative; 
		list-style:none;
		margin: 0;
	}
	
    .nav li ul {
		margin-left:0;
	}
	
    .nav > li {
		float:left;
		height:30px;
		padding-top:5px;
		margin-right:2px;
	}
	
    .nav > li > a,
    .nav > li > span {
		display:block;
		padding:5px 0 5px 15px;
		font-size:14px;
		font-weight:bold;
		color:#666;
		text-decoration:none;		
	}
	
    .nav > li:hover > a,
    .nav > li.active > a  {
        color:#3B96B6;
        /* override default bootstrap nav pills styles*/
        background-color:transparent!important;
        box-shadow:none!important;
    }
    .nav > li:hover > a:active { color:#3B96B6;}
    .nav > li:hover > span { color:#3B96B6;}

    .nav > li > a .caret.hidden-desktop{
        border:none!important;
        background-image:url(bootstrap/img/glyphicons-halflings-white.png);
        background-color:#333;
        background-position:-305px -110px!important;
        width:30px!important; line-height:30px!important; min-height:30px!important; height:auto;
        display:inline-block;
        margin:0!important;
        border-radius:3px;
    }
    .nav > li > a .caret.hidden-desktop:hover {
        background:url(bootstrap/img/glyphicons-halflings-white.png) -305px -110px, linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }

	/* Secondary level */
    .nav > li ul {  /* Styles for all sub levels */
		top:35px; 
		left:0; 
		padding: 15px 5px;
		display:none;
		position:absolute;
		z-index: 2;
		width:225px;
		background:#F5F7F7;
		border: 1px solid #cbcbcb;
		/* CSS3 */
		border-radius: 0px;
		/*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
		-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.4);
		box-shadow:			 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
		-webkit-animation-duration: .25s;
		-webkit-animation-delay: .2s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: both;
		-moz-animation-duration: .25s;
		-moz-animation-delay: .2s;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: both;
		-ms-animation-duration: .25s;
		-ms-animation-delay: .2s;
		-ms-animation-timing-function: ease;
		-ms-animation-fill-mode: both;
		animation-duration: .25s;
		animation-delay: .2s;
		animation-timing-function: ease;
		animation-fill-mode: both;
		
	}
	
    .nav-collapse:not(.in) .nav li:hover > ul { 
		display:block;
	}
    .nav-collapse .nav li > iframe{ display: none;z-index: 1 !important;}
    .nav-collapse:not(.in) .nav li:hover > iframe{ display: block;}

    .navbar .nav > li > .dropdown-menu:before{
        border:none!important;
    }
	
    .navbar .nav > li > .dropdown-menu:after {
		position:absolute!important;
		top:-15px!important; 
		left:20px!important;
		content:''!important;
		width:0px!important; 	
		height:0px!important; 
		border-left:15px solid transparent!important;  /* left arrow slant */
		border-right:15px solid transparent!important; /* right arrow slant */
		border-bottom:15px solid #F5F7F7!important; /* bottom, add background color here */
		font-size:0px!important;
		line-height:0px!important;
	}

    .nav .dropdown-menu > .active > a,
    .nav .dropdown-menu > .active > a:focus {
        background-color:transparent!important;
        background-image:none!important;
        color:#3B9FBF!important;
        outline:none;
    }
    .nav .dropdown-menu a {
		display:block;
		padding: 3px 15px;
		color:#3B9FBF;
		font-size: 13px;
		font-weight: normal;
		text-decoration:none;
		/* transition decleration */
		transition: 		all ease-in 100ms;
		-moz-transition: 	all ease-in 100ms; /* Firefox 4 */
		-webkit-transition: all ease-in 100ms; /* Safari and Chrome */
		-o-transition: 		all ease-in 100ms; /* Opera */
		-ms-transition: 	all ease-in 100ms; /* IE9? */
	}
    .nav .dropdown-menu > li > a:hover,
    .nav .dropdown-menu > .active > a:hover{
        background-color:transparent!important;
        background-image:none!important;
        color:#DD0000!important;
    }
    .nav-collapse:not(.in) .nav .dropdown-menu{
        border-radius:0!important;
    }
    .nav > li > ul li:hover {
		color:#D00;
		background: #F5F7F7;
	}
	
	/* Tertiary level */
    .nav li ul li ul {
		left:225px; 
		top:-8px;
		padding: 15px 5px;
		border-left: 1px solid #ddd;
	}

    /* Navigation button on mobile size */
    .nav-collapse.in {
        width:100%;
    }
    .navbar .btn-navbar {
        background-color: #333333!important;
        background-image: linear-gradient(to bottom, #333333, #333333)!important;
        cursor:pointer;
        margin-top:10px!important;
    }
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active {
        background:linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
    padding-top: 8px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3B96B6;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
}

/* Content Pane - Home */
/* Removed for Bootstrap
.leftPane {
    float: left;
    width: 630px;
}

.sidebarPane {
    float: right;
    width: 320px;
}
*/

/* Content Pane - 2 columns */
/* Removed for Bootstrap
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}
    */

/* Content Pane - 3 columns */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
#footer {
    /*clear: both;*/
    height: 230px;
    margin-top: 70px;
    background: url('images/globe.png') no-repeat;
}
/* Removed for Bootstrap

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}
*/

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 12px;
    color: #a6a6a6;
    margin-bottom: 25px;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 12px;
        color: #a6a6a6;
    }

    #copyright a:hover {
        color: #D00;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #D00;
        }

    #copyright .pull-right {
        text-align:right;
    }

/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/
.threeColSocial .console {
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.threeColSocial .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.threeColSocial .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}

/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    margin-bottom: 0;
    -size: 12px;
    font-weight: bold;
    list-style-type: none;
}

.threeColSocialRightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

.threeColSocial .journalfooter {
    padding: 0;
    margin: 0;
}

.threeColSocial .journalrow div.journalitem p.journalfooter {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

.threeColSocial .journalrow div.journalitem ul.jcmt {
    font-size: 12px;
}

.threeColSocial .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #3B96B6;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
.threeColSocial #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 12px;
            font-weight: bold;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #484848;
            color: #eee;
        }

/* Message & Notification number block*/
.threeColSocial .dnnAdminTabNav a span {
    display: inline;
    min-height: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    background: rgb(59,150,182); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
    color: #eee;
    font-weight: normal;
    font-size: 11px;
}

/* Compose new message link */
.threeColSocial .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 12px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

/* compose button */
.threeColSocial a.dnnPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    .threeColSocial a.dnnPrimaryAction:hover,
    .threeColSocial a.dnnPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

.threeColSocial .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
.threeColSocial .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto!important;
    padding: 9px 10px;
    font-size: 12px;
}

/* Styles for select drop*/
.threeColSocial .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px!important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
.threeColSocial .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* when select drop down button is clicked toggle active class to show*/
.threeColSocial .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

/* Remove corners and add dividers to buttons in button group */
.threeColSocial .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: none;
}

.threeColSocial .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
    .threeColSocial .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/*First Button styles of a button group */
.threeColSocial .alpha > a,
.threeColSocial .alpha > a:hover,
.threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Last Button styles of a button group */
.threeColSocial .omega > a,
.threeColSocial .omega > a:active,
.threeColSocial .omega > a.active {
    border-right: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Archive Button */
.threeColSocial a.dnnSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

    .threeColSocial a.dnnSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
.threeColSocial .smListings {
    font-size: 12px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 12px;
}

.threeColSocial .hoverControls a {
    font-size: 12px; /* All lists: Archive & Reply links */
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold; /* Drilldown message list: UserName link */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
.threeColSocial .messageHeader {
    padding: 0;
    margin: 0;
}

    .threeColSocial .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 12px;
        font-weight: bold;
    }

/* Show Previous Repies 
    -------------------------------------*/
.threeColSocial .morePrevMsgButton {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
.threeColSocial textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

    .threeColSocial textarea#replyMessage:focus,
    .threeColSocial textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/
.content_intro {
    padding-top: 30px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: normal;
    }

    .content_intro a {
        font-size: 14px;
    }

/* Featured Product */
.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: normal;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

/* News */
.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        display:block;
        list-style-type: none;
        margin-bottom: 30px;
    }
    .content_newslist ul li:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span,
        .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-top: 12px;
            margin-bottom: 12px;
        }

/* newslist with small thumbnail*/
.smallThumbnail img {
    width: 80px;
}

/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 20px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: normal;
    }

/* Ads - Style One: 400x270 */
/*  rewritten for Bootstrap
    .content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}*/
.content_adstyleOne {
    position: relative;
    margin-right: 0px;
    margin-bottom:18px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: -2%;
    }

/* Ads - Style Two: 570x130 */
/*  rewritten for Bootstrap
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
} */
.content_adstyleTwo {
    position: relative;
    margin-bottom: 18px;
}
    .content_adstyleOne img,
    .content_adstyleTwo img{width:100%;}

    .content_adstyleOne img{bottom:0; width:102%!important; max-width:102%;}

    .content_adstyleTwo .adContent {
        top: 0;
    }
    .content_adstyleTwo h2 {
        line-height:1;
    }

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/
/* Team 
    -------------------------------------*/
    .content_team  ul{ margin: 0 -12px; }

    .content_team  ul li {
	    display: inline-block;
        width: 14%;
        margin:0 0 40px 2%;	
	    text-align: center;
	    list-style-type: none;
	}

    /*.content_team  ul li.last { margin-right: 0; }*/

    .content_team  ul li .teampic {
	    background-color: #bfbfbf;
    }

    .content_team  ul li img {
        width: 100%;
    }

    .content_team  ul li span {
	    display: block;
	    font-weight: bold;
	    white-space: nowrap; 
    }

/*------------------------------------------------*/
/* OUR PRODUCTS */
/*------------------------------------------------*/

/* replaced with responsive CSS
    .content_products ul {
    margin: 0;
}

    .content_products ul li {
        display: inline-block;
        width: 31%;
        margin-right: 30px;
        margin-bottom: 45px;
        vertical-align: top;
        list-style-type: none;
    }

        .content_products ul li.last {
            margin-right: 0;
        }

        .content_products ul li img {
            margin-bottom: 25px;
        }*/
    .content_products ul { margin: 0 -1%; }

    .content_products ul li {
	    display: inline-block;
        width: 31.1%;
	    margin:0 1% 45px;
	    vertical-align: top;
	    list-style-type: none;
    }
    .content_products ul li p{ min-height: 72px;}
    /*.content_products ul li.last { margin-right: 0; }*/
    .content_products ul li img { margin-bottom: 25px; max-width:100%; width:100%;}

/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/
/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 980px;
    height: 380px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 980px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 980px;
        height: 380px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }


/* ****** BOOTSTRAP OVERRIDES ******* */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a{background-image:none!important; outline:none!important;}

/* remove min-height from bootstrap */
.row [class*='span']:not([class*='dnnSortable']) {
    min-height:0 !important;
}

.col-no-margin {
    margin-left: -15px;
    margin-right: -15px;
} 

/* Navbar */


/* Logo */
.brand.hidden-desktop {max-width:60%;}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {box-shadow:none!important; background-color:transparent!important; outline:none!important;}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {background-color:transparent!important; color:#D00!important; outline:none!important;}

.dropdown, .dropdown a {outline:none!important;}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
    width: 40px;
}

/*.carousel-inner > a > img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-inner img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-control{top:auto!important; bottom:5%;}*/

.ControlContainer{width:940px!important;}

/* Media Queries */
/* Large desktop */
@media (min-width: 1200px) {
    select.status-options{display:none;}
    .ControlContainer{width:1170px!important;}
}
/* Portrait tablet to landscape and larger */
@media (min-width:768px){
    /*.carousel-control{ top:inherit; bottom:10px; height:20px; width:20px; border:none; border-radius:0; z-index:6; background-position:center center; background-repeat:no-repeat; background-color:transparent;}
    .carousel-indicators{ background:rgba(34, 34, 34,0.7); top:auto; bottom:0; padding:15px 35px 15px 30px; right:0; width:63px;}
    .carousel-indicators li{margin-bottom:0;}
    .carousel-control.right{ background-image:url(images/right-arrow.png); text-indent:-9999px; right:10px;}
    .carousel-control.left{ background-image:url(images/left-arrow.png); text-indent:-9999px; right:95px; left:auto;}*/

}
 
/* Portrait tablet to landscape and smaller */
@media (max-width: 979px) {
    .nav-collapse, .nav{width:100%;}
    .nav li {padding:0!important; min-height:30px!important; height:auto;}
    .nav-collapse .dropdown-menu { margin:0 0 0 4%!important; width:95%!important;}
    .nav-collapse .nav > li a,
    .nav-collapse .dropdown-menu a{padding:0 0 0 5px!important;line-height:30px!important; height:30px!important; border:1px solid #eee!important; margin-bottom:3px;}
    .nav-collapse .dropdown.open > a{background-color:#eee!important;}
    .nav > li > ul {position:relative!important; width:100%!important;}
    .nav{width:100%;}
    img {max-width:100%;}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:94%; padding-left:2%; padding-right:2%;}
    .content_products ul li {width: 47.5%;}
    select.status-options{display:none;}
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:103%!important; max-width:103%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: -3%;
    }
    .content_adstyleOne,
    .content_adstyleTwo{
        margin-bottom:15px;
    }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:90%; padding-left:5%; padding-right:5%;}
    .content_products ul { margin: 0 -2%; }
    .content_products ul li {width: 45.5%; margin:0 2% 45px;}
    .adContent {padding-top:5px;}
    .adContent h2{font-size:18px;}
    /*.carousel-control{
        top:auto !important;
        bottom:20% !important;
    }*/
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:100%!important; max-width:100%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0%;
    }

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    #Body{margin:0; padding:0;}
    .content_products ul li {width: 98%;}
    .LoginPanel{width:90%!important;}

    /* DNN Social */
    .moduleSearch{width:inherit; float:none; padding-right:20px;}
        .moduleSearch input{ width:100%!important; margin-bottom:10px!important;}
        .moduleSearch > input[type="text"] + a { float:left; width:auto;}
    div.blog-list-title{width:inherit;}
    div[class*="status-container"]{padding:0 20px;}
    .link-wrap{display:none;}
    select.status-options{margin:20px 0;width:100%;}
    table.idea-list-table tbody td{padding:10px 5px!important;}
        .idea-list-vote-panel{width:auto;}
        .dnnSocialLink span{line-height:1; font-size:inherit;}
        .answer-list-tbl-container {padding:0;}
        table.answer-list-table td{padding-left:5px;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics > li {width:33%;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics{ width:200px;}
        .dnnSocialLink .profile-link {margin-top:50px;}
        /*Additions
        ===========================*/
    .MblHd {display:none;}
    .md-cart-promo {margin-top:0;}
}

/* Container styles */

.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
}

.DNNContainer_Title_h3 h3 .TitleH3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}

.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
} 
.copyright-container{
	margin-bottom: 20px;
	text-align: center;
	background: url('images/copyright-background.png') no-repeat center center;
}
.copyright-container a{
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	background: url('Images/icon-btn-sm-circle-arrow.png') no-repeat right 12px center;
	background-color: #aaaaaa;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	margin: 0 12px;
	padding: 9px 36px 9px 16px;
}
.copyright-container a:hover{
	background-color: #666666;
}
.copyright-container > span.split{
	border-bottom: 1px solid #d9d9d9;
	display: inline-block;
	width: 20px;
	height: 0px;
	overflow: hidden;
	padding-top: 9px;
	vertical-align: top;
}

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after, #userControls, #userControls div, #userControls a {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }

/*.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}*/


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a  {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes */
.dnnCheckbox .mark{ background: none;}


.caret {
    color: #939598;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.Normal .button, .Normal a.button, .DnnModule-DNN_HTML .button, .DnnModule-DNN_HTML a.button {display:inline-block; margin-top:35px; padding:14px 10px; width:230px; max-width:100%; background:#1578be; border-radius:5px; clear:both; color:#ffffff; font-size:16px; line-height:16px; font-weight:bold; font-style:italic; text-align:center;}
.Normal p, .DnnModule-DNN_HTML p {color:#717171; font-size:16px; line-height:150%;}
.DnnModule-DNN_HTML .DNNModuleContent {color:#717171; font-size:16px; line-height:150%;}
.DnnModule-DNN_HTML .DNNModuleContent .blue {color:#1578be;}
h3 {}
h4 {margin:0px 0px 15px 0px; color:#000000; font-size:16px; font-weight:bold; line-height:100%;}
::-webkit-scrollbar {-webkit-appearance:none;}
::-webkit-scrollbar:vertical {width:11px;}
::-webkit-scrollbar:horizontal {height:11px;}
::-webkit-scrollbar-thumb {border-radius:8px; border:2px solid white; background-color:rgba(0, 0, 0, .5);}
::-webkit-scrollbar-track {background-color:#fcfcfc; border-radius:8px;} 

#Body {background:#3a3a3a; /*font-family:'Helvetica Neue';*/}
.HdrMn {background:#e8e9e9;}
.HdrNvMn {background:#444444;}
.CntntMn {padding:12px 0px 0px 0px; background:#ffffff;}
.SbFtrMn {background:#444444;}

/*h1, h2, h3, h4, h5, h6 {font-family:'Helvetica Neue';}*/

.HdrMn {}
.HdrLg {}
.HdrLg a {display:block; margin:0px; padding:13px 0px 10px 0px; text-decoration:none; border:none;}
.HdrLg a img {max-width:100%;}
.HdrSrch {position:relative; margin:22px 0px 18px 0px;}
.HdrSrchIcn {position:absolute; left:12px; top:10px; width:23px; height:23px; background:url(Images/MD.png) 0px 0px no-repeat; z-index:1;}
.HdrInf {margin:22px 0px 0px 0px; color:#000000; font-family:'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif; font-size:22px; line-height:43px;}
.HdrInf span, .HdrInf i {margin:0px 5px 0px 0px; color:#1578be; font-size:20px;}
.HdrMbl .HdrInf {margin:22px 0px 0px 0px; color:#000000; font-size:22px; line-height:43px;}
.HdrMbl .HdrInf span, .HdrMbl .HdrInf i {margin:0px; color:#1578be; font-size:20px;}
.HdrAccnt {margin:22px 0px 0px 0px;}
.HdrAccnt .dropdown-toggle {position:relative; color:#666666; font-size:15px; font-weight:bold; line-height:43px; cursor:pointer;}
.HdrAccnt .dropdown-toggle:after { display: none; }
.HdrAccnt .dropdown-menu {padding:5px 10px;}
.HdrAccnt .dropdown-menu, .HdrAccnt .dropdown-menu strong {color:#666666; font-size:15px; font-weight:normal;}
.HdrAccnt .dropdown-menu ul, .HdrAccnt .dropdown-menu ul li {display:block; margin:0px; padding:0px; list-style-type:none;}
.HdrAccnt .dropdown-menu a {color:#1578be;}
.HdrAccnt .registerGroup {}
.HdrAccnt .loginGroup, .HdrAccnt .registerGroup ul li {padding:3px 0px;}
.HdrAccnt .dropdown-menu ul.buttonGroupCompact {display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:space-between; align-items:stretch; align-content:stretch;}
.HdrAccnt .dropdown-menu ul.buttonGroupCompact li {flex-grow:0; flex-shrink:0; flex-basis:33.333333%; width:33.333333%; overflow:hidden;}
.HdrAccnt .dropdown-menu ul.buttonGroupCompact li a {display:block; position:relative; margin:0px 3px; padding:3px; height:100%; cursor:pointer;}
.HdrAccnt .dropdown-menu ul.buttonGroupCompact li a .buttonGroupSuper {display:block; position:absolute; right:0px; top:1px; padding:3px 5px; background:rgba(21, 120, 190, 0.9); border-radius:8px; color:#ffffff; font-size:10px; font-weight:bold; line-height:95%;}
.HdrAccnt .dropdown-menu ul.buttonGroupCompact li a .fa {display:block; font-size:30px; color:#666666; text-align:center;}

.HdrMnCrtPn {}
.HdrMnCrtPn .hcMvcView {padding-top:20px;}
.HdrMnCrtPn .hc-minicart {display:inline-block; position:relative; width:100%;}
.HdrMnCrtPn .hc-minicart-chevron {position:absolute; right:20px; top:-14px; width:27px; height:14px; background:url(Images/MD.png) -290px 0px no-repeat;}
.HdrMnCrtPn .hc-iconbox {float:right; height:40px; background:url(Images/MD.png) -1460px 0px no-repeat;}
.HdrMnCrtPn .hc-minicart .hc-iconbox a {padding-top:0px; height:40px;}
.HdrMnCrtPn .hc-minicartquantity {display:block; float:right; margin:0px; padding:0px 6px; min-width:25px; color:#ffffff; font-size:15px; font-weight:bold; line-height:25px; text-align:center; background:#1578be; border-radius:13px;}
.HdrMnCrtPn .hc-minicart-dd {display:none; position:absolute; right:0px; top:40px; padding:17px 0px 0px 0px; width:370px; background:none; border:none; border-radius:0px; box-shadow:none; z-index:99999;}
.HdrMnCrtPn .hc-frame {position:relative; background:#e8e9e9; border:1px solid #ffffff; border-radius:3px; box-shadow:0px 0px 7px rgba(0,0,0,0.4); text-align:left;}
.HdrMnCrtPn .hc-dd-content {overflow:hidden;}
.HdrMnCrtPn .hc-frame-header {display:inline-block; width:100%;}
.HdrMnCrtPn .hc-header-link {float:right;}
.HdrMnCrtPn .hc-header-link a {display:block; padding:16px 20px; color:#1578be; font-size:14px; font-weight:bold; line-height:14px; white-space:nowrap; text-decoration:underline;}
.HdrMnCrtPn .hc-header-text {padding:16px 105px 16px 0px;}
.HdrMnCrtPn .hc-header-text-frame {padding:0px 0px 0px 40px; position:relative; color:#717171; font-size:12px; line-height:14px;}
.HdrMnCrtPn .hc-header-text strong {color:#000000; font-weight:bold; text-transform:uppercase;}
.HdrMnCrtPn .hc-header-text-icon {position:absolute; left:15px; top:50%; margin:-9px 0px 0px 0px; color:#1578be; font-size:14px; line-height:100%;}
.hc-minicart-dd-grid {background:#ffffff;}
.hc-minicart-dd-grid-item {display:inline-block; padding:15px 0px; width:100%; border-top:1px solid #e3e3e3; overflow:hidden;}
.hc-minicart-dd-grid-item:first-child {border:none;}
.hc-minicart-dd-grid-item a {text-decoration:none; border:none;}
.hc-minicart-dd-grid-image {display:block; float:left; margin:0px; padding:0px 10px; width:100px;}
.hc-minicart-dd-grid-image img {width:100%;}
.hc-minicart-dd-grid-title {display:block; padding:10px 0px; color:#717171; font-size:14px;}
.hc-minicart-dd-grid-title a {display:block; color:#717171; font-size:14px;}
.hc-minicart-dd-grid-availability {margin-top:15px; color:#626262; font-size:12px;}
.hc-minicart-dd-grid-availability span {color:#1578be; font-weight:bold;}
.hc-minicart-dd-footer-info hc-minicart-dd-footer-free-shipping span {color:#1578be; font-weight:bold;}
.hc-minicart-dd-msg {background: #ffffff; border-top: 1px solid #e3e3e3; padding: 5px 15px; font-weight: 700; color: #cb0707;}
.HasImage .hc-minicart-dd-grid-title {padding-left:100px;}
.hc-minicart-dd-grid-price {float:right; margin:0px 0px -1000px 0px; padding:10px 15px 1000px 15px; color:#717171; font-size:14px; font-weight:bold; text-align:right; white-space:nowrap;}
.hc-tooltip-grid-discount {margin-top:5px; color:#cb0707; font-size:12px;}
.hc-minicart-dd-footer {background:#e8e9e9; overflow:hidden;}
.hc-minicart-dd-footer-header {padding:10px 15px; background:#e8e9e9; border-bottom:1px solid #ffffff; color:#000000; font-size:12px; font-weight:bold; line-height:100%;}
.hc-minicart-dd-footer-section {padding-top:16px; padding-bottom:16px; border-top:1px solid #cfcfcf;}
.hc-minicart-dd-footer-section:first-child {border:none;}
.hc-minicart-dd-footer-total {color:#000000; font-size:18px; font-weight:bold; line-height:100%;}
.hc-minicart-dd-footer-total span {color:#717171; font-weight:normal;}
.hc-minicart-dd-footer-info {color:#000000; font-size:12px; font-weight:bold;}
.hc-minicart-dd-footer-info div.text-left {color:#717171;}
.hc-minicart-dd-footer-info span {color:#1578be;}
.hc-minicart-dd-footer-info a {color:#717171; font-size:12px; font-weight:bold; text-decoration:underline;}
.hc-minicart-dd-footer-info strong {color:#1578be; font-size:18px;}
.hc-minicart-dd-footer-info .hc-delete {height:18px !important;}
.hc-minicart-dd-action {}
.hc-minicart-dd-action a {position:relative; display:block; margin:12px 0px 0px 0px; padding:14px 10px; border-radius:5px; color:#ffffff; font-size:18px; font-weight:bold; line-height:100%; font-style:italic; text-align:center; text-decoration:none; border:none;}
.hc-minicart-dd-action a.btn-disabled {cursor: not-allowed; filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none; opacity: .65; }
.hc-minicart-dd-action a:first-child {margin-top:0px;}
.hc-minicart-dd-action-checkout {background:#1578be;}
.hc-minicart-dd-action-checkout-icon {display:inline-block; margin:0px 15px 0px 0px; width:15px; height:18px; background:url(Images/MD.png) -320px 0px no-repeat;}
.hc-minicart-dd-action-viewcart {background:#717171;}
.hc-minicart-dd-action a input {position:absolute; left:0px; right:0px; top:0px; bottom:0px; width:100%; height:100%; margin:0px; padding:0px; background:none; border:none; opacity:0; filter:alpha(opacity=0); zoom:1;}
.hc-minicart-dd-action .paypalexpresscheckoutform {display:block; margin-top:12px; text-align:center;}
.hc-minicart-dd-action .paypalexpresscheckoutform input {text-align:center;}

.HdrNvMn * {-webkit-touch-callout:none; -webkit-user-select:none; -o-user-select:none; -khtml-user-select:none; -moz-user-select:moz-none; -ms-user-select:none; user-select:none;}
.PfNav {float:left; width:100%;}
.PfNav ul, .PfNav ul li {display:block; margin:0px; padding:0px; list-style-type:none;}
.PfNav ul {float:left; position:relative; width:100%;}
.PfNav ul li.pf_lvl_0 {float:left;}
.PfNav ul li.pf_lvl_0:hover {background:#3a3a3a;}
.PfNav ul li.pf_lvl_0 > a {display:block; margin:0px; padding:16px 20px; line-height:100%; z-index:1;}
.PfNav ul li.pf_lvl_0 > a span {display:block; position:relative; margin:0px; padding:1px 0px 0px 0px; border-bottom:1px solid #444444; color:#ffffff; font-size:17px; line-height:100%;}
.PfNav ul li.pf_lvl_0:hover > a span {border-bottom:1px solid #3a3a3a;}
/*PfNav ul li.pf_lvl_0.Active > a span {border-bottom:1px solid #acacac; font-style:italic;} --commenting out due to PF bug Manny 6/16/17*/
.PfNav ul li.pf_lvl_0.HasChildren:hover {transition-delay:0.1s;}
.PfNav ul li.pf_lvl_0.HasChildren > a span {margin-right:17px;}
.PfNav ul li.pf_lvl_0.HasChildren > a span:after {position:absolute; right:-17px; top:50%; margin:-2px 0px 0px 0px; padding:0px; width:0px; height:0px; color:#989898; border-top:4px dashed; border-right:4px solid rgba(0, 0, 0, 0); border-left:4px solid rgba(0, 0, 0, 0); content:"";}
.PfNav ul li.pf_lvl_0.HasChildren > a.Expanded span:after {border-top:none; border-bottom:4px dashed;}
.PfNav ul li.pf_lvl_0.HasChildren:hover > a span:after {color:#1578be;}

.PfNav .shadow {/*display:none;*/ position:absolute; left:0px; right:0px; top:100%; padding:30px 0px; background:#e8e9e9; border:10px solid #3a3a3a; z-index:19; visibility:hidden; transition:visibility 0s linear 0.5s;}
.PfNav .InnerMegaDiv  {display:inline-block; width:100%; overflow:hidden;}
.PfNav ul li:hover .shadow {/*display:block;*/ visibility:visible; transition-delay:0.5s;}
.PfNav .HtmlBeforeLevel0 {display:block; float:right; padding:0px 1.8%; width:40%; text-align:center;}
.PfNav .HtmlBeforeLevel0 * {max-width:100%;}
.PfNav .Column  {float:left; padding:0px 1.8% 10000px 2.6%; margin:0px 0px -10000px -1px; width:20%; border-left:1px solid #cfcfcf;}
.PfNav .Column:first-child  {padding-bottom:0px; margin:0px; border:none;}
.PfNav .shadow ul {float:none; margin:0px; padding:0px;}
.PfNav .shadow ul li {float:none; margin:0px; padding:0px;}
.PfNav .shadow ul li.pf_lvl_1 {float:none; margin:0px; padding:0px 0px 17px 0px;}
.PfNav .shadow a {display:block; margin:0px 0px 17px 0px;}
.PfNav .shadow .pf_lvl_1 > a {color:#000000; font-size:15px; font-family:'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase;}
.PfNav .shadow .pf_lvl_2 a {color:#717171; font-size:15px;}

.PfNav #Menu4 .Column  {padding-left:1.8%;}
.PfNav #Menu4 .shadow ul li.pf_lvl_1 {position:relative; padding-bottom:5px;}
.PfNav #Menu4 .shadow ul li.pf_lvl_1 > a {position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:0px; padding:0px; opacity:0; filter:alpha(opacity=0); zoom:1;}
.PfNav #Menu4 .HtmlBeforeLevel1, .PfNav #Menu4 .HtmlAfterLevel1 {display:block;}
.PfNav #Menu4 .HtmlBeforeLevel1 img, .PfNav #Menu4 .HtmlAfterLevel1 img {width:100%;}



.HdrNvMblTrggr {position:relative; padding:14px 12px 14px 56px; color:#ffffff; font-size:15px; line-height:100%; cursor:pointer; background:#444444;}
.HdrNvMblTrggr span {color:#989898;}
.HdrNvMblTrggrIcn {position:absolute; left:20px; top:13px; width:19px; height:16px; background:url(Images/MD.png) -260px 0px no-repeat;}

.CntntPgTtl {margin:0px 0px 20px 0px; padding:10px 0px; border-bottom:1px solid #bdbdbd; color:#000000; font-family:'HelveticaNeueLT-BoldCond'; font-size:18px; font-weight:bold; line-height:100%;}

.MDCntnr {margin-bottom:15px;}
.MDCntnr.Gry {margin-bottom:15px; background:#e8e9e9;}
.MDCntnr.SdTtl {padding:0px 15px;}
.MDCntnrTtl {margin-bottom:12px;}
.ThrColPnMn .MDCntnrTtl {background:#e8e9e9}
.MDCntnrTtl .Head {display:block; margin:0px; padding:13px 0px 9px 0px; border-bottom:1px solid #cfcfcf; color:#000000; font-family:'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif; text-align: center; font-size:18px; line-height:18px; font-weight:normal; text-transform:uppercase;}
.MDCntnr.Gry .MDCntnrTtl .Head {display:block; padding:11px 20px; border-bottom:1px solid #ffffff; font-size:14px; line-height:14px;}
.MDCntnr.SdTtl .MDCntnrTtl .Head {display:block; padding:0px; border:none; font-size:16px; line-height:16px; text-align:center; text-transform:none;}
.MDCntnrTtlHdr {}
.MDCntnrTtlHdr {display:inline-block; padding:0px 5px; color:#9b9b9b; font-size:12px; line-height:18px; font-weight:normal;}
.MDCntnrTtlHdr a {display:inline-block; color:#9b9b9b; font-size:12px; line-height:18px; font-weight:normal; text-transform:none; text-decoration:underline;}
.MDCntnrCntnt {}
/*.MDCntnrCntnt img {max-width:100%;}*/
.MDCntnrTtl .caret {display:none; color:#989898;}
.MDCntnrTtl .MDCntnrTtlTrggr {display:none; position:absolute; left:0px; right:0px; top:0px; bottom:0px; width:100%; height:100%; cursor:pointer;}

.contentPane.spacingTop .MDCntnr {margin-bottom:12px;}
.contentPane.spacingTop .MDCntnr .Normal, .contentPane.spacingTop .MDCntnr .Normal p, .contentPane.spacingTop .DnnModule-DNN_HTML .MDCntnr p  {margin-bottom:0px;}

.MDCntrBrd {border:1px solid #e4e4e4;}
.MDCntrBrd .MDCntnrBrdTtl {text-align:center; background:#1578be;}
.MDCntrBrd .MDCntnrBrdTtl .Head {display: block;margin: 0px;padding: 13px 0px 9px 0px;color: #ffffff;font-family: 'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif;text-align: center;font-size: 18px;line-height: 18px;font-weight: normal;text-transform: uppercase;}

.MDEchFtPrd {padding:15px 30px; border-top:1px solid #e4e4e4; display:block; float:left; width:100%;}
.MDEchFtPrd:first-child {border:0;}
.MDEchFtPrd .MDPrdAddCrt.Actn {background:#1578be; margin:15px 0;}
.MDEchFtPrd a.MDFtPrdNm {text-align:left; font-weight:bold; color: #000000; margin:10px 0; display:block;}
.MDEchFtPrd a.MDFtPrdNm span {display:block; color: #717171; font-weight:normal; font-style:italic;}
.MDFtPrdPr, .MDFtPrdPrvPr {text-align:left;display:block; width:100%;}
.MDFtPrdPr { color: #000000;}
.MDFtPrdPr .MDFtPrdPrLbl {font-weight:bold; color: #000000;}
.MDFtPrdPrvPr {font-weight:normal; text-decoration: line-through;}

.BnnrMn {position:relative;}
.BnnrMn .MDCntnr {margin-bottom:0px;}
.BnnrPnLft {}
/*.BnnrPnRgt {position:absolute; top:0px; bottom:0px;}*/
.BnnrPnRgtTp {position:absolute; left:0px; right:0px; top:0px; bottom:50%; border-bottom:1px solid #e4e4e4; overflow:hidden;}
.BnnrPnRgtBttm {position:absolute; left:0px; right:0px; top:50%; bottom:0px; border-bottom:1px solid #e4e4e4; overflow:hidden;}
.BnnrPnRgt .DnnModule {display:block; position:absolute; left:0px; right:0px; top:0px; bottom:0px;}
.BnnrPnRgt .DNNModuleContent a {display:block; position:absolute; left:0px; right:0px; top:0px; bottom:0px; text-decoration:none; border:none; text-align:center; vertical-align:middle;}
.BnnrPnRgt .DNNModuleContent a img {max-width:100%; max-height:100%;}
.BnnrPnRgt .DNNModuleContent .redactor_box a {display:inherit; position:inherit; left:inherit; right:inherit; top:inherit; bottom:inherit; text-decoration:inherit; border:inherit; text-align:inherit; vertical-align:inherit;}
.BnnrPnRgt .DNNModuleContent p {margin:0px;}

.carousel-indicators li, .carousel-indicators li.active {margin:1px 1px 1px 5px; width:8px; height:8px; background:#b7b7b7; border:none; list-style-type:none; border-radius:10px;}
.carousel-indicators li:first-child, .carousel-indicators li.active:first-child {margin:1px;}
.carousel-indicators li.active {background:#ffffff;}
a.carousel-control {color:#000000;}
.carousel-control .glyphicon {display:inline-block; position:absolute; top:50%; margin:-15px 0px 0px 0px; width:35px; height:35px; z-index:5; background:rgba(255,255,255,0.38); color:#000000; text-shadow:none;}
.carousel-control .glyphicon-menu-left {left:0px; padding:8px 9px 8px 13px;}
.carousel-control .glyphicon-menu-right {right:0px; padding:8px 13px 8px 9px;}

.SbBnnrMn {display:inline-block; float:none; margin:10px 0px; width:100%; overflow:hidden;}
.SbBnnrPn {margin-left:-1px; margin-bottom:-10000px; padding-bottom:10000px; border-right:1px solid #e4e4e4;}
.SbBnnrPn:first-child {margin-left:0px; border:none;}
a.SbBnnrPrm {display:block; margin-bottom:-10000px; padding:20px 0px 10020px 0px; text-decoration:none; color:#717171; font-size:18px; line-height:22px;}
.SbBnnrPrm strong {color:#1578be; font-weight:bold; white-space:nowrap; text-transform:uppercase;}
.SbBnnrPrm strong.red {color:#F1294E;}
.MDdisclaimer {color:#717171; font-size:14px; line-height:150%;}
.MDdisclaimer strong {color:#1578be;}
.MDdisclaimer a {color:#1578be;}

.ThrColPnMn {position:relative; margin-bottom:12px; overflow:hidden;}
.ThrColPn {margin:0px 0px -99999px 0px; padding:0px 0px 99999px 0px;}
.ThrColPnLft .ThrColPn {background:#e8e9e9;}
.ThrColPnCtr .ThrColPn {margin:0px; padding:0px;}
.ThrColPnRgt .ThrColPn {background:#e8e9e9;}

@media screen and (min-width:992px) {
    .row.ThrColPnMn {margin-left:-6px; margin-right:-6px;}
    .row.ThrColPnMn .col-md-4 {padding-left:6px; padding-right:6px;}
    .HmRvsn > .row {margin-left:-7px; margin-right:-7px;}
    .HmRvsn > .row > div[class*="col-"] {padding-left:7px; padding-right:7px;}
}

.LftNvPnMn div[class*="col-"] {min-height:0px;}
.LftNvPn {background:#e8e9e9;}
@media screen and (min-width:768px) {
    .LftNvPnMn {margin-bottom:15px; overflow:hidden;}
    .LftNvPnFrm {margin-bottom:-15px; overflow:hidden;}
    .LftNvPn {margin-bottom:-99999px; padding-bottom:99999px;}
    .QckAccss > .row {margin-left:-7px; margin-right:-7px;}
    .QckAccss > .row > div[class*="col-"] {padding-left:7px; padding-right:7px;}
}

.AlternatingBoxesPane {margin-bottom:15px;}
.AlternatingBoxesPane .DnnModule {padding:35px 0px; border:1px solid #bdbdbd; border-top:none;}
.AlternatingBoxesPane .DnnModule:first-child {border-top:1px solid #bdbdbd;}
.AlternatingBoxesPane .DnnModule:nth-child(2n+1) {background:#e8e9e9;}

.SbFtrPn .MDCntnrCntnt {padding:10px 0px;}
.SbFtrPn .MDCntnrCntnt h3 {margin:0px 0px 10px 0px; color:#ffffff; font-family:'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif; font-size:17px; font-weight:normal; font-style:italic; text-transform:uppercase;}
.SbFtrPn .MDCntnrCntnt, .SbFtrPn .MDCntnrCntnt p {color:#b6b6b6; font-size:14px;}
.SbFtrPn .MDCntnrCntnt p {margin:0px 0px 10px 0px;}
.SbFtrPn .MDCntnrCntnt a {color:#1578be; font-size:14px; font-weight:bold; font-style:italic; text-decoration:underline;}

.SbFtrMn, .SbFtrMn .Normal {color:#b6b6b6; font-size:14px;}
.SbFtrFrm {/*display:block; float:left*; margin:15px 0px; */ padding: 1em; width:100%; overflow:hidden;}
.SbFtrPn {/*margin-left:-1px; margin-bottom:-10000px; padding-bottom:10000px;*/ border-left:1px solid #303030;}
.SbFtrPn:first-child {margin-left:0px; border:none;}

.FtrMn {padding:25px 0px;}
.FtrMn, .FtrMn .Normal {color:#b6b6b6; font-size:14px;}
.FtrMn img {max-width:100%;}
.FtrNvMenu {margin:0px 0px 20px 0px;}
.FtrNvMenu a, .FtrNvMenu .DisabledLink {display:block; margin:0px 0px 20px 0px; padding:0px; color:#b6b6b6; font-size:13px; text-decoration:none;}
.FtrNvMenu a.level1, .FtrNvMenu .DisabledLink.level1 {color:#ffffff; font-family:'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif; text-transform:uppercase;}
.FtrInf {margin:0px 0px 22px 0px; padding:0px 0px 22px 0px;}
.FtrInf:first-child {border-bottom:1px solid #262626;}
.FtrInf a {display:block; color:#b6b6b6;}
.FtrInf strong {color:#ffffff; font-size:16px; text-transform:uppercase;}
.FtrInf .glyphicon {margin-right:10px; color:#1578be;}
.FtrInf .fa {margin-right:10px; color:#1578be;}
.FtrSclMn {}
.FtrSclMn h4 {margin:0px 0px 20px 0px; padding:0px; color:#ffffff; font-size:13px; text-transform:uppercase;}
.FtrScl {overflow:hidden;}
.FtrSclIcn {display:block; float:left; margin:0px 0px 15px 15px; padding:0px; width:27px; height:27px; text-decoration:none; border:none;}
.FtrSclIcn.fcbk {margin-left:0px; background:url(Images/MD.png) -30px 0px no-repeat;}
.FtrSclIcn.twttr {background:url(Images/MD.png) -60px 0px no-repeat;}
.FtrSclIcn.instgrm {background:url(Images/MD.png) -90px 0px no-repeat;}
.FtrSclIcn.ytb {background:url(Images/MD.png) -120px 0px no-repeat;}
.FtrBtMn {margin:20px 0px 0px 0px; padding:20px 0px 50px 0px; border-top:1px solid #262626;}
.FtrBtMn, .FtrBtMn a {color:#8f8f8f; font-size:10px; line-height:12px;}
.FtrBtLft {text-align:left;}
.FtrBtRht {text-align:right; padding:4px 0px 0px 0px;}
.FtrBtLft img {display:block; float:left;}
.FtrCpyrght {display:block; float:left; margin:0px 0px 0px 18px; padding:4px 0px 0px 0px;}
.FtrBtRht a {display:inline-block; /*margin:0px 0px 0px 4px;*/ padding:0px 4px; border-left:1px solid #8f8f8f;}
.FtrBtRht a:first-child {margin:0px; border:none;}

/* Search styles */
.HdrSrch .searchInput-hdr {display:block; position:relative; padding:0px 85px 0px 0px; background:#ffffff; border:1px solid #c2c2c2; border-radius:5px; /*overflow:hidden;*/}
.HdrSrch .searchInput-hdr input {display:block; border:none; background:none; margin:0px -1px; padding:0px 8px 0px 52px; width:100%; height:41px; line-height:41px; float:none; min-width:inherit; min-height:inherit; color:#a0a0a0; font-family:Helvetica,sans-serif; font-size:18px; outline:none; box-shadow:none;}
.HdrSrch .searchInput-hdr .search-btn {display:block; position:absolute; right:0px; top:0px; bottom:0px; width:85px; height:inherit; border:none; border-left:1px solid #11629c; border-radius:0px 4px 4px 0px; margin:0px; padding:0px; background:#1578be; text-align:center; text-indent:inherit; color:#ffffff; font-family:Helvetica,sans-serif; font-size:16px; font-weight:normal; font-style:italic; line-height:41px;}
.HdrSrch .searchInput-hdr a.SearchButton {display:block; position:absolute; right:-85px; top:0px; bottom:0px; width:85px; height:inherit; border:none; border-left:1px solid #11629c; margin:0px; padding:0px; background:#1578be; text-align:center; text-indent:inherit; color:#ffffff; font-family:Helvetica,sans-serif; font-size:16px; font-weight:bold; font-style:italic; line-height:41px; border-radius:0px 4px 4px 0px; z-index:2;}
.HdrSrch .searchInput-hdr .ui-helper-hidden-accessible {display:none;}

.header-search-bar {position:fixed; left:0px; right:0px; top:58px; bottom:0px; overflow-x:hidden; overflow-y:auto; padding-left:0!important; -webkit-overflow-scrolling:touch; outline:0;}
.header-search-bar-inner {background:#ffffff;}
.header-search-bar-icon {position:absolute; left:-8.3333%; top:0px; margin:15px 0px 0px 0px; padding:2px 0px 0px 0px; width:8.3333%; height:50px; z-index:1; color:#c0c0c0; font-size:36px; line-height:50px; text-align:center; text-shadow:0px 1px 0px #ffffff; opacity:1; filter:alpha(opacity=100); zoom:1;}
.header-search-bar-icon:hover {opacity:0.5; filter:alpha(opacity=50); zoom:1;}
#md-search-expanded .searchInput .SearchButton, #md-search-expanded .searchInput .SearchButton:link {display:block; position:absolute; left:-8.3333%; top:0px; bottom:0px; width:8.3333%;}

.HdrSrch .bravoSearchInput {position:static; width:inherit !important;}
#md-search-expanded {position:fixed; top:-100%; left:0px; right:0px; width:100%; max-height:100%; /*background-color:rgba(241,241,241,.95); background-color:#e8e9e9;*/ background-color:#ffffff; visibility:hidden; transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); box-shadow:0px 0px 10px #000000;}
#md-search-expanded.open {top:0px; z-index:502; visibility:visible;}
#md-search-overlay {display:none; position:fixed; top:0px; bottom:0px; left:0px; right:0px; width:100%; height:100%; background:#000000; opacity:0.5; filter:alpha(opacity=50); zoom:1; z-index:500;}
#md-search-expanded .SearchTextBox {float:none; margin:15px 0px; width:100%; height:50px; border:none; background:none; outline:none; box-shadow:none; font-size:36px; line-height:50px;}
#md-search-expanded .bravoSearchInput .searchInput {position:static;}
#md-search-expanded li.all-results-wrapper {list-style:none;}
#md-search-expanded .all-results-wrapper a {cursor: pointer; padding-left: 0;}
#md-search-expanded .SearchTextBox .searchInput input[type="text"] {width:100%; outline:none;}
#md-search-expanded .searchInput .SearchButton, #md-search-expanded .searchInput .SearchButton:link {display:block; position:absolute; left:-8.3333%; top:0px; bottom:0px; width:8.3333%; height:100%; z-index:2; opacity:0; filter:alpha(opacity=0); zoom:1;}
#md-search-expanded .close {position:absolute; right:-8.3333%; top:0px; margin:15px 0px 0px 0px; width:8.3333%; height:50px; color:#8b8b8b; font-size:36px; line-height:50px; text-align:center; opacity:1; filter:alpha(opacity=100); zoom:1;}
#md-search-expanded .header-bar {background-color:#3a3a3a;}
#md-search-expanded .header-bar .logo {display:inline-block; margin:0px; padding:20px 0px; text-decoration:none; border:none;}
#md-search-expanded .header-bar .logo img {text-decoration:none; border:none;}

#md-search-expanded .bravoSearchInput .searchInput .ui-helper-hidden-accessible {display:none;}

#md-search-expanded .header-close-icon {
	font-size: 36px;
	margin-top: 15px;
}
#md-search-expanded .header-close-icon a {
	color: #c0c0c0;
}

#header-search-AC-Results {}
#header-search-AC-Results .ui-autocomplete { position: relative !important; top: 0 !important; left: 0 !important; }
#header-search-AC-Results .ui-autocomplete-category {padding:5px 0px 10px 0px; list-style: none; border-bottom:1px solid #e4e4e4; color:#9b9b9b; font-size:12px; font-weight:bold; text-transform:uppercase;}
.md-searchac-item {padding:10px 0px; list-style: none;  /*border-top:1px solid #b6b6b6;*/}
.md-searchac-text {padding:0px 0px 0px 50px;}
.md-searchac-link {display:inline-block; width:100%; overflow:hidden; text-decoration:none; border:none;}
.md-searchac-image {float:left; margin:0px; padding:0px; width:40px; text-decoration:none; border:none;}
.md-searchac-image img {width:100%;}
.md-searchac-title {color:#9b9b9b; font-size:18px;}
.md-searchac-score {display:none; margin:5px 0px 0px 0px; color:#1578be; font-size:14px;}

.searchInput-hdr #header-search-AC-Results {display:none; position:absolute; margin-top:1px; padding:0px 15px; left:3px; right:3px; top:auto; z-index:999; background:#ffffff; border:1px solid #b6b6b6; border-top:none;}
.searchInput-hdr .md-searchac-item:first-child {border-top:none;}

.SoundBytesSignupMn {position:relative; margin-bottom:12px; padding:35px 0px 30px 0px; background:#e8e9e9; overflow:hidden;}
.SoundBytesSignupBG {position:absolute; left:0px; top:50%; margin-top:-130px; width:468px; height:321px; background:url(Images/SoundBytesSignupMn.png) 0px 0px no-repeat;}
.SoundBytesSignupLg {}
.SoundBytesSignupLg img {max-width:100%;}
.SoundBytesSignupMn #soundbyteinputbox {position:relative; padding:0px 80px 0px 0px; background:#ffffff; border:1px solid #c2c2c2; border-radius:5px; overflow:hidden;}
.SoundBytesSignupMn #soundbyteinputbox input {margin:0px; padding:0px 13px; width:100%; height:34px; border:none; background:none; box-shadow:none; line-height:34px; color:#939598; font-size:17px;}
.SoundBytesSignupMn #soundbyteinputbox input:focus {outline:none;}
.SoundBytesSignupMn #soundbyteinputbox #sbCallToActSub {display:block; position:absolute; right:0px; top:0px; bottom:0px; width:80px; height:34px;}
.SoundBytesSignupMn #soundbyteinputbox input[type="submit"] {display:block; height:34px; line-height:34px; background:#767676; color:#ffffff; font-size:14px; font-weight:bold; font-style:italic; text-align:center;}
.SoundBytesSignupTxt {color:#717171; font-size:16px; line-height:18px;}
.mcafeeSecure { padding-top: 30px; }

.modal-dialog {width:875px; max-width:100%;}
.modal-content {padding:30px 20px; border-radius:0px; text-align:left; font-weight:normal;}
@media all and (min-width:576px) {
    .modal-content {padding:30px 60px;}
}
.modal-header {margin:0px 0px 25px 0px; padding:0px 0px 20px 0px; border-bottom:1px solid #cccccc; color:#000000; font-size:16px; font-weight:bold; text-align:center;}
.modal-title {width:100%; margin:0px; padding:0px; color:#000000; font-size:26px; font-weight:bold; text-transform:uppercase; text-align:center;}
.modal-header .close {/*margin-top:-5px;*/ color:#8b8b8b; font-size:36px; line-height:100%; opacity:1;}
.modal-header .close:focus {outline:none;}
.modal-header .close span {color:#8b8b8b; font-size:36px; line-height:100%;}
.modal-form {color:#9b9b9b;}
.modal-form span {color:#9b9b9b; font-size:14px; line-height:35px;}
.modal-submit {}
.modal-submit input {display:block; margin:10px 0px 0px 0px; padding:0px 5px; width:100%; height:29px; line-height:29px; color:#ffffff; font-size:12px; font-weight:bold; font-style:italic; text-align:center; background:#767676; border:none; border-radius:5px;}
.modal-form input:focus, .modal-form button:focus {outline:none;}
.hc-rates {margin:12px 0px 0px 0px; color:#1578be; font-size:12px; font-weight:bold; line-height:18px;}

.md-modal-product-added {}
.md-modal-product-image {}
.md-modal-product-image img {width:100%;}
.md-modal-product-title {color:#000000; font-size:18px;}
.md-modal-product-checkout {}
.md-modal-product-checkout a {display:block; margin:0px; padding:14px 10px; border-radius:5px; color:#ffffff; font-size:18px; font-weight:bold; line-height:100%; font-style:italic; text-align:center; text-decoration:none; border:none; background:#1578be;}
.md-modal-product-checkout-icon {display:inline-block; margin:0px 15px 0px 0px; width:15px; height:18px; background:url(Images/MD.png) -320px 0px no-repeat;}
.md-modal-product-recommended {margin-top:20px; padding-top:15px; border-top:1px solid #e4e4e4;}
.md-modal-product-recommended h5 {margin:0px 0px 20px 0px; padding:0px; color:#000000; font-size:18px; font-weight:bold; text-align:center;}
.md-modal-product-recommended .bb-product {padding:10px;}
.md-modal-product-recommended .bb-product img {width:100%;}
.md-modal-product-recommended .bb-product-name {margin:0px; padding:10px 0px 0px 0px;}
.md-modal-product-recommended .bb-product-name a {display:block; margin:0px; padding:0px; color:#000000; font-size:14px; text-align:center; line-height:125%;}
.md-modal-product-recommended .bb-product-name a span {display:block; color:#717171; font-style:italic;}

.MDBlgMinLstMn {}
.MDBlgMinLstHdr {/*padding:15px 5px 12px 5px; border-bottom:1px solid #cfcfcf;*/ color:#000000; font-size:18px; line-height:18px; font-weight:bold; text-transform:uppercase; text-align:center;}
.SdTtl .MDBlgMinLstHdr {display:none;}
.MDBlgMinLstHdr .MDMrBtn {display:inline-block;}
.MDBlgMinLstHdr .MDMrBtn a {display:inline-block; padding:0px 5px; color:#9b9b9b; font-size:12px; line-height:18px; font-weight:normal; text-transform:none; text-decoration:underline;}
.MDBlgMinLstGrd {padding:8px 15px 1px 25px;}
.SdTtl .MDBlgMinLstGrd {padding:0px;}
.MDBlgMinLstItm {display:block; margin:0px; padding:5px 0px;}
.MDBlgMinLstItm:first-child {padding-top:0px;}
.MDBlgMinLstItmTbl {display:table; width:100%;}
.MDBlgMinLstItmImg {display:table-cell; padding:0px; width:65px; vertical-align:top;}
.MDBlgMinLstItmImg a {display:block; margin:0px; padding:0px; text-decoration:none; border:none;}
.MDBlgMinLstItmImg img {width:100%;}
.MDBlgMinLstItmTxt {display:table-cell; padding:0px 0px 0px 20px; vertical-align:middle;}
.MDBlgMinLstItmTtl {margin-bottom:5px;}
.MDBlgMinLstItmEdt {float:right;}
.MDBlgMinLstItmTtl a {color:#717171; font-size:14px; /*font-weight:bold;*/ text-decoration:none;}
.MDBlgMinLstItmPblshd {color:#717171; font-size:12px;}
.MDBlgMinLstGrd.Wide .MDBlgMinLstItmImg {width:90px;}
.MDBlgMinLstGrd.Wide .MDBlgMinLstItmTtl a strong {display:block;}
.MDBlgMinLstGrd.Wide .MDBlgMinLstItmTtl a span {display:none;}

.MDBlgLstMn {}
.MDBlgLstGrd {padding:0px 0px 15px 0px;}
.MDBlgLstItm {display:block; margin:0px; padding:20px 0px; border-top:1px solid #e4e4e4;}
.MDBlgLstItm:first-child {padding-top:5px; border:none;}
.MDBlgLstItmTbl {display:inline-block; width:100%;}
.MDBlgLstItmImg {}
.MDBlgLstItmImg a {display:block; margin:0px; padding:0px; text-decoration:none; border:none;}
.MDBlgLstItmImg img {max-width:100%;}
.MDBlgLstItmTxt {display:block; padding:0px;}
.MDBlgLstItmTtl {margin-bottom:5px;}
.MDBlgLstItmEdt {float:right;}
.MDBlgLstItmTtl a {color:#000000; font-size:16px; font-weight:bold; text-decoration:none;}
.MDBlgLstItmPblshd {margin:0px 0px 15px 0px; color:#9b9b9b; font-size:12px;}
.MDBlgLstItmSmmr {margin:0px 0px 10px 0px; color:#717171; font-size:14px; line-height:150%;}
.MDBlgLstItmRd {}
.MDBlgLstItmRd a {color:#000000; font-size:14px; font-weight:bold; text-decoration:underline;}

.MDBlgDtlsMn {margin:0px 0px 30px 0px;}
.MDBlgDtlsImg {margin:0px 0px 25px 0px;}
.MDBlgDtlsImg img {width:100%;}
.MDBlgDtlsTtl {margin:0px 0px 13px 0px; color:#000000; font-size:24px; font-weight:bold; line-height:100%;}
.MDBlgDtlsAthr {margin:0px 0px 24px 0px; color:#9b9b9b; font-size:12px; line-height:100%;}
.MDBlgDtlsTxt, .MDBlgDtlsTxt p {color:#717171; font-size:16px; line-height:150%;}
.MDBlgDtlsPbshDt {float:right; margin:0px 0px 0px 10px; color:#9b9b9b; font-size:12px; line-height:19px; white-space:nowrap;}

.MDSclMn {display:inline-block; padding:20px 0px 0px 0px; width:100%;}
.MDSclMn a {display:block; float:left; margin:0px 7px 0px 0px; width:19px; height:19px; color:#9c9c9c; font-size:13px; line-height:19px; text-decoration:underline;}
.MDSclMn a span, .MDSclMn a div, .MDSclMn a iframe {height:19px !important; opacity:0; filter:alpha(opacity=0); zoom:1;}
.MDSclMn .MDPrdSclFcbk {background:url(Images/MD.png) -340px 0px;}
.MDSclMn .MDPrdSclTwtr {background:url(Images/MD.png) -360px 0px;}
.MDSclMn .MDPrdSclTmbl {background:url(Images/MD.png) -380px 0px;}
.MDSclMn .MDPrdSclGglp {background:url(Images/MD.png) -400px 0px;}
.MDSclMn .MDPrdSclPntr {background:url(Images/MD.png) -420px 0px;}
.MDSclMn .MDPrdSclEmil {background:url(Images/MD.png) -440px 0px;}
.MDSclMn .MDPrdSclShre {}

.MDClmnGrdMn {}
.MDClmnGrdItm {margin-bottom:20px;}
.MDClmnGrdItmBlck {display:block;}
.MDClmnGrdImg {position:relative; overflow:hidden; margin-bottom:15px; border:2px solid #dddede; background:#e8e9e9; text-decoration:none;}
.MDClmnGrdImg img {width:100%;}
.MDClmnGrdPlyBttn {position:absolute; left:50%; top:50%; margin:-22px 0px 0px -30px; width:61px; height:44px; background:url(Images/MD.png) -650px 0px no-repeat;}
.MDClmnGrdTtl {color:#717171; font-size:14px; text-align:center; text-decoration:none;}

.MDPrdctsClmnGrdMn {}
.MDPrdctsClmnGrdItm {margin-bottom:40px;}
.MDPrdctsClmnGrdLnk {display:block; border:none; text-decoration:none;}
.MDPrdctsClmnGrdImg {margin-bottom:15px;}
.MDPrdctsClmnGrdImg img {width:100%;}
.MDPrdctsClmnGrdTtl {margin-bottom:10px; color:#717171; font-size:16px;}
.MDPrdctsClmnGrdTtl strong {color:#717171;}
.MDPrdctsClmnGrdTtl span {display:none;}
.MDPrdctsClmnGrdRtng {margin-bottom:10px; text-align:center;}
.MDPrdctsClmnGrdPrc {color:#717171; font-size:16px; line-height:20px;}
.MDPrdctsClmnGrdPrcDscnt {display:inline-block; margin-left:5px; color:#cb0707; font-size:12px; font-weight:bold;}
.MDPrdctsClmnGrdPrc span {display:inline-block; white-space:nowrap;}
.MDPrdctsClmnGrdMn .MDMrBtn {}
.MDPrdctsClmnGrdMn .yotpo  { text-align: center; margin-top: 4px; }
.MDPrdctsClmnGrdMn .yotpo span.yotpo-display-wrapper { display: inline-block; }
.MDPrdctsClmnGrdMn .yotpo .standalone-bottomline .star-clickable { cursor: default; }
.MDPrdctsClmnGrdMn .yotpo a.text-m { display: none; }
.MDPrdctsClmnGrdMn .MDMrBtn a {display:block; margin-top:15px; padding:14px 10px; background:#1578be; border-radius:5px; clear:both; color:#ffffff; font-size:16px; line-height:16px; font-weight:bold; font-style:italic; text-align:center;}
.MDPrdctsClmnGrdRtngStrs {display:inline-block; width:115px; height:15px; background-image:url(Images/MD.png); background-position:0px -30px; background-repeat:no-repeat;}
.MDPrdctsClmnGrdRtngStrs.Rtngs0 {background-position:0px -30px;}
.MDPrdctsClmnGrdRtngStrs.Rtngs1 {background-position:0px -50px;}
.MDPrdctsClmnGrdRtngStrs.Rtngs2 {background-position:0px -70px;}
.MDPrdctsClmnGrdRtngStrs.Rtngs3 {background-position:0px -90px;}
.MDPrdctsClmnGrdRtngStrs.Rtngs4 {background-position:0px -110px;}
.MDPrdctsClmnGrdRtngStrs.Rtngs5 {background-position:0px -130px;}

.MDMnfctrsClmnGrdMn {}
.MDMnfctrsClmnGrdItm {margin-bottom:40px; vertical-align:middle;}
.MDMnfctrsClmnGrdLnk {display:block; border:none; text-decoration:none; vertical-align:middle;}
.MDMnfctrsClmnGrdImg {margin-top:15px; margin-bottom:15px; text-align:center; vertical-align:middle;}
.MDMnfctrsClmnGrdImg img {max-width:100%; vertical-align:middle; opacity:0.5; filter:alpha(opacity=50); zoom:1;}
.MDMnfctrsClmnGrdMn .MDMrBtn {}
.MDMnfctrsClmnGrdMn .MDMrBtn a {display:block; margin-top:15px; padding:14px 10px; background:#1578be; border-radius:5px; clear:both; color:#ffffff; font-size:16px; line-height:16px; font-weight:bold; font-style:italic; text-align:center;}

.MDPrmCrslMn {}
.MDPrmCrslMn .carousel-inner>.item {width:100%;}
.MDPrmCrslMn .MDPrmCrslItm {background:#1578be;}
.MDPrmCrslMn .MDPrmCrslItm.HasImage {padding:0px; background:none;}
.MDPrmCrslMn .item a {display:block; margin:0px; padding:0px; border:none; text-decoration:none;}
.MDPrmCrslMn .item img {width:100%;}
.MDPrmCrslMn .MDPrmCrslTxt {padding:18px 36px 17px 36px; text-align:center; color:#ffffff;}
.MDPrmCrslMn .MDPrmCrslTtl {margin:0px 3px; font-size:20px; font-family:'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif; font-style:italic; text-transform:uppercase;}
.MDPrmCrslMn .MDPrmCrslSbttl {margin:0px 3px; font-size:19px;}
.MDPrmCrslMn .MDPrmCrslSmmry {margin:0px 3px; font-size:12px; text-decoration:underline;}
.MDPrmCrslMn .carousel-control {width:36px; background-repeat:repeat-y;}
.MDPrmCrslMn .carousel-control .glyphicon {display:inline-block; position:absolute; top:50%; margin:-7px 0px 0px 0px; width:36px; height:14px; z-index:5; background:none; font-size:14px; color:#ffffff; text-align:center; text-shadow:none;}
.MDPrmCrslMn .carousel-control .glyphicon-menu-left, .MDPrmCrslMn .carousel-control .glyphicon-menu-right {right:0px; padding:0px;}
.MDPrmCrslMn a.left, .MDPrmCrslMn a.right {margin:0px;}

.md-form {}
.md-form-section {padding-top:20px; padding-bottom:20px; border-top:1px solid #e4e4e4;}
.md-form-section:first-child {border:none;}
.md-form-section h3 {margin:0px; padding:0px 0px 25px 0px; border:none; color:#000000; font-size:16px; font-weight:bold; line-height:100%;}
.md-form label {margin-bottom:13px; color:#1578be; font-weight:bold;}
.MDSlctr {display:block; position:relative; margin:0px 0px 13px 0px; border:1px solid #c2c2c2; border-radius:5px;}
.MDSlctr select {display:block; margin:0px; padding:0px 45px 0px 13px; width:100%; height:33px; max-width:100%; color:#9b9b9b; font-size:16px; line-height:33px; border:none; border-radius:5px; background:none; box-shadow:none; cursor:pointer;}
.MDSlctr select:focus, .dnnFormItem .MDSlctr select:focus {outline:none; border:none; background:none; box-shadow:none;}
.MDSlctr:before, .MDSlctr:after {content:""; pointer-events:none; position:absolute;}
.MDSlctr:before {right:0px; top:0px; bottom:0px; width:33px; background:#e8e9e9; border-radius:0px 4px 4px 0px;}
.MDSlctr:after {height:10px; margin-top:-5px; right:11px; top:50%; font-family:"FontAwesome"; font-size:18px; font-style:normal;font-weight:400;line-height:10px;color:#767676;content:"\f0d7";}
.MDInpt {margin:0px 0px 13px 0px;}
.MDInpt {display:block; position:relative; margin:0px 0px 13px 0px; border:1px solid #c2c2c2; border-radius:5px;}
.MDInpt input, .dnnFormItem .MDInpt input {display:block; margin:0px; padding:0px 13px; width:100%; height:33px; max-width:100%; color:#9b9b9b; font-size:16px; line-height:33px; border:none; background:none; box-shadow:none;}
.MDInpt textarea, .dnnFormItem .MDInpt textarea {display:block; margin:0px; padding:10px 13px; width:100%; max-width:100%; color:#9b9b9b; font-size:16px; border:none; background:none; box-shadow:none; resize:none;}
.MDInpt select:focus, .MDInpt input:focus, .dnnFormItem .MDInpt input:focus, .MDInpt textarea:focus, .dnnFormItem .MDInpt textarea:focus {outline:none; border:none; background:none; box-shadow:none;}
.MDInpt .input-group-addon {display:table-cell;  width:1%;  white-space:nowrap; vertical-align:middle; padding:6px 12px; font-size:14px; font-weight:400; line-height:1; color:#555; text-align:center; background-color:#eee; border:1px solid #ccc; border-radius:4px;}
.MDInpt.has-error .input-group-addon {color:#a94442; background-color:#f2dede; border-color:#a94442;}
.MDInpt .input-group-addon:first-child {border-right:0; border-top-right-radius:0; border-bottom-right-radius:0;}
.MDInpt .input-group-addon:last-child {border-left:0; border-top-left-radius:0; border-bottom-left-radius:0;}

.MDLbl {display:inline-block; margin:0px 0px 13px 0px; padding:10px 0px 9px 0px; color:#717171; font-size:16px; line-height:100%;}
.MDSbmt a, .MDSbmt input, .MDSbmt button {position:relative; display:block; margin:12px 0px 0px 0px; padding:14px 10px; border-radius:5px; color:#ffffff; font-size:18px; font-weight:bold; line-height:100%; font-style:italic; text-align:center; text-decoration:none; border:none; background:#717171; cursor:pointer;}
.MDSbmt.Alt a, .MDSbmt.Alt input, .MDSbmt.Alt button {background:#1578be;}
.MDRemoveLblBtmMargin {margin-bottom:  0px;}
.carousel-control {display:none;}
.carousel-control, .carousel-control .fa, .carousel-control .fa::before {font-size:30px; line-height:18px;}
.carousel:hover .carousel-control {display:block; margin-left:0px; margin-right:0px; background-position:0px 0px;}
.carousel-control:focus, .carousel-control:hover {opacity:0.6;}
.MDPrdRwrds {display:none;}
.catalog {margin:20px 0; text-align:center;}
.catalog img {margin:20px auto; display:block;}
.catalog button {margin-top: 0px;}

.hc-cart.md-cart.row {position:relative;}
.stick-totop-cart-wrapper {position:unset;}
.stick-totop-cart.desktop.moved {width:457px; position:relative; top:auto; bottom:auto;}
.stick-totop-cart.mobile {position:relative !important; left:auto !important; right:auto!important;}

.hc-minicart-dd-footer {position:relative;}
.hc-minicart-dd-footer #hcCheckoutTotal {position:absolute; top:0; left:0; right:0; bottom:0;}
#hcCheckoutTotal .totaltable {display:none;}
.shipping-value, .subtotal-value, .tax-value, .grandtotal-value {text-align:right;}
.promo-container { display:none; }
.emailaddress.alert {border:1px solid #ff7070 !important; background: #ffd7d7 !important; border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.scrollToTop {display:none; position:fixed; bottom:5%; right: 10%; background:#1578be;}
.scrollToTop .glyphicon.glyphicon-menu-up {color: #ffffff;line-height: 125%;}
.scrollToTop:hover .glyphicon.glyphicon-menu-up {color:#1578be;}
#divLoading {display:none; background:url(images/dnnanim.gif) no-repeat center center; width:100%; height:30px;}

/* End Search styles */


@media screen and (min-width:992px) {
    .MDCntnr.SdTtl .MDCntnrCntnt {display:block !important;}
    .scrollToTop {display:none; position:fixed; bottom:3% !important; right: 3% !important; background:#1578be; z-index: 9999999;}
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .FtrSclIcn.fcbk {margin-left:0px;}
    .FtrSclIcn.twttr {}
    .FtrSclIcn.instgrm {margin-left:0px; clear:left;}
    .FtrSclIcn.ytb {}
    .HdrInf {font-size:16px;}
    .HdrInf span, .HdrInf i {font-size:14px;}
    .stick-totop-cart.desktop.moved {width: 374px;}
}
@media screen and (min-width:0px) and (max-width:1199px) {
}
@media screen and (min-width:0px) and (max-width:991px) {
    .container {width:inherit; max-width:inherit;}

    .HdrSrch {margin:0px 0px 18px 0px;}
    .HdrLg a {padding:0px; line-height:66px;}
    .HdrNvMn .col-md-12 {padding:0px;}
    .HdrMbl {padding-top:8px; padding-bottom:8px;}
    .HdrInf {display:inline-block; margin:8px 0px; padding:12px 0px; line-height:24px;}
    .HdrInf span, .HdrInf i {margin:0px; color:#1578be; font-size:24px;}
    .HdrAccnt {margin:8px 0px;}
    .HdrAccnt .dropdown-toggle {display:inline-block; margin:0px; padding:12px 0px; line-height:inherit;}
    .HdrAccnt .dropdown-toggle-icn {display:inline-block; width:29px; height:22px; background:url(Images/MD.png) -160px 0px;}
    .HdrMnCrtPn .hc-iconbox {width:40px; background-position:-1460px 0px;}
    .HdrMnCrtPn .hcMvcView {padding:8px 0px;}
    .HdrMnCrtPn .hc-minicartquantity {display:none;}

    .HdrPFNvMn {display:none; background:#3a3a3a;}
    .PfNav {float:none; width:inherit;}
    .PfNav ul {float:none; width:inherit;}
    .PfNav ul li.pf_lvl_0 {float:none; border-top:1px solid #262626;}
    .PfNav ul li.pf_lvl_0:first-child {border:none;}
    .PfNav ul li.pf_lvl_0 > a {padding:20px 17px;}
    .PfNav ul li.pf_lvl_0 > a span {display:inline-block;}

    .PfNav ul li.HasChildren .PostMenuDiv {display:block;}
    .PfNav .shadow {display:none; position:static; padding:0px 0px 20px 0px; left:inherit; top:inherit; background:none; border:none; visibility:visible !important;}
    .PfNav ul li:hover .shadow {display:none;}

    .PfNav .HasChildren > ul {display:none;}

    .PfNav .InnerMegaDiv  {display:inline-block; width:100%; overflow:hidden;}
    .PfNav .HtmlBeforeLevel0 {display:none;}
    .PfNav .Column  {float:none; padding:0px; margin:0px; width:auto; border:none;}
    .PfNav .Column:first-child  {padding:0px; margin:0px; border:none;}
    .PfNav .shadow ul li.pf_lvl_1 {padding:0px;}
    .PfNav .shadow a {display:block; padding:10px 10px 10px 35px; margin:0px; line-height:100%;}
    .PfNav .shadow .pf_lvl_1 > a {color:#b6b6b6; font-weight:normal; text-transform:none;}
    .PfNav .shadow .pf_lvl_2 a {padding-left:55px; color:#444444; background:#b6b6b6; font-size:15px;}

    .PfNav #Menu4 .Column  {padding:0px;}
    .PfNav #Menu4 .shadow ul li.pf_lvl_1 {position:relative; padding:0px;}
    .PfNav #Menu4 .shadow ul li.pf_lvl_1 > a {position:static; left:auto; right:auto; top:auto; bottom:auto; margin:0px; padding:10px 10px 10px 35px; opacity:1; filter:alpha(opacity=100);}
    .PfNav #Menu4 .HtmlBeforeLevel1, .PfNav #Menu4 .HtmlAfterLevel1 {display:none;}


    .AlternatingBoxesPane .DnnModule {padding:0px; background:none;}
    .AlternatingBoxesPane .DnnModule:nth-child(2n+1) {background:none;}
    .MDCntnr.SdTtl {margin:0px;}
    .MDCntnr.SdTtl .MDCntnrTtl {margin-bottom:0px; padding:15px 0px; text-align:left;}
    .MDCntnr.SdTtl .MDCntnrTtl .Head {display:inline-block;}
    .MDCntnr.SdTtl .MDCntnrTtl .caret {display:inline-block;}
    .MDCntnr.SdTtl .MDCntnrTtl .MDCntnrTtlTrggr {display:block;}
    .MDCntnr.SdTtl .MDCntnrCntnt {display:none; padding-bottom:20px;}

    .ThrColPn {display:inline-block; margin:0px 0px 12px 0px; padding:0px; width:100%;}

    .SbFtrPn {border-left:none;}
    .FtrBtLft {text-align:left;}
    .FtrBtRht {text-align:left; margin:15px 0px 0px 0px;}
    .FtrBtLft img {margin:0px 0px 0px 4px;}

    .SoundBytesSignupMn {margin-top:10px; padding:0px; background:none; overflow:hidden;}
    .SoundBytesSignupBG {display:none;}
    .SoundBytesSignupLg {margin-bottom:20px;}
    .SoundBytesSignupMn #soundbyteinputbox {margin-bottom:15px;}
    .SoundBytesSignupTxt {margin-bottom:15px; text-align:center;}
}
@media screen and (min-width:0px) and (max-width:767px) {
    .header-search-bar-icon {font-size:22px;}
    #md-search-expanded .close {font-size:30px;}

    .BnnrPnRgt {position:inherit; top:inherit; bottom:inherit;}
    .BnnrPnRgtTp {position:inherit; left:inherit; right:inherit; top:inherit; bottom:inherit;}
    .BnnrPnRgtBttm {position:inherit; left:inherit; right:inherit; top:inherit; bottom:inherit;}
    .BnnrPnRgt .DnnModule {display:block; position:inherit; left:inherit; right:inherit; top:inherit; bottom:inherit;}
    .BnnrPnRgt .DNNModuleContent a {display:block; position:static; left:inherit; right:inherit; top:inherit; bottom:inherit;}
    
    .SbFtrMn {margin-top:15px; background:none; border-bottom:1px solid #262626;}

    .FtrScl {text-align:center;}
    .FtrSclIcn {display:inline-block; float:none; margin:0px 0px 25px 15px;}
    .FtrInf {margin:0px; text-align:center;}
    .FtrInf.Phn {border:none; font-size:18px;}
    .FtrBtMn {margin-top:0px; padding-top:0px; border:none;}
    .FtrBtLft {text-align:center;}
    .FtrBtLft img {display:none;}
    .FtrCpyrght {float:none; margin:15px 0px 0px 4px;}

    .MDThrClmn .MDClmnGrdTtl {text-align:left;}
    
    .MDPrdctsClmnGrdItm {margin:20px 0px 0px 0px; padding-top:20px; border-top:1px solid #ededed;}
    .MDPrdctsClmnGrdItm:first-child {margin-top:0px; padding-top:0px; border:none;}
    .MDThrClmn, .MDThrClmn .MDPrdctsClmnGrdRtng, .MDThrClmn .MDPrdctsClmnGrdPrc {text-align:left;}
    .carousel-control {display:block;}
    .catalog {margin-bottom:30px;}
}

/*///////////////// CUSTOM MD STYLES //////////////////////////////////////////*/

    #dnn_BannerPane_Left { 
        padding-left: 0px !important; 
        padding-right: 0px !important;
    }


/*////////////////////////////// bootstrap-select /////////////////////////////*/
.bootstrap-select {}
.bootstrap-select, .bootstrap-select .filter-option, .bootstrap-select .dropdown-menu {font-size:14px; line-height:20px;}
.bootstrap-select > .dropdown-toggle {padding:7px 37px 7px 7px; border:1px solid #cccccc;}
.bootstrap-select > .dropdown-toggle::before {position:absolute; right:0px; top:0px; bottom:0px; width:32px; background:#e8e9e9; content:"";}
.bootstrap-select > .dropdown-toggle::after {position:absolute; right:11px;}


/*////////////////////////////// cookie consent /////////////////////////////*/
.cc-window{
    opacity:1;
    transition: opacity 1s ease;
    color: #fff;
    border-top: 1px solid #262626
}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{ text-decoration: underline;}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{display:inline-block;padding:.2em;color:#1578be !important;}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:#1578be !important;}
.cc-btn {
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}
.cc-banner .cc-btn:last-child{min-width:140px}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{-ms-flex:1;flex:1}
.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print {
    .cc-revoke,.cc-window{display:none}
}
@media screen and (max-width:900px){
    .cc-btn{white-space:normal}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top{top:0}
    .cc-window.cc-bottom{bottom:0}
    .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
    .cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}
    .cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}
    .cc-window.cc-floating{max-width:none}
    .cc-window .cc-message{margin-bottom:1em}
    .cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}
}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}