/*  Custom CSS for DataVantage.com
/   2016-0325  Created by Hank De Leo
*/

@media (max-width:990px) {
    header .navbar-toggle {
        right: unset;
        left: 0;
    }
}


/* remove solid top border*/
td, tr td {
    border-top: 0px;
    padding: 4px 0px;
}

/* flow content of each contact box */
.floating-contact {
    display: inline-block;
    width: 440px;
    height: auto;
    margin: 10px 20px 10px 0px;
    vertical-align: top;
}


/* add space to the right of checkboxes, radio buttons */
input[type="checkbox"], input[type="radio"] {
    margin-right: 6px;
}

/* remove caret indicating child menu from navbar */
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: none;
}

/* remove search button from navbar */
#t3-mainnav > div.container > div.navbar-header > div.head-search form.form-search > div.search button.button.btn.btn-primary {
    display: none;
}

/* set height of search text entry box */
/*div.search > input#mod-search-searchword.form-control {
    height: 33px;
    padding-bottom: 36%;
} */

/* prevent purity logo from displaying in menu navbar */
div.navbar-header .logo.logo-image  {
    display: none;
}

/* remove padding above and below smart slider in masthead */
.page-masthead .row-feature {
    padding: 0;
}

/* Add background color in masthead position, behind main slider */
.page-masthead {
    background-color: #4d8db4;
}

div.logo-above-navbar {
    background: #ffffff;  /* For browsers that do not support gradients */
}
/* For gradient div.logo-above-navbar */
/*    background: -moz-linear-gradient(top, #ffffff 86%, #207cca 100%, #9bddff 100%); /* FF3.6-15 */
/*   background: -webkit-linear-gradient(top, #ffffff 86%,#207cca 100%,#9bddff 100%); /* Chrome10-25,Safari5.1-6 */
/*   background: linear-gradient(to bottom, #ffffff 86%,#207cca 100%,#9bddff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9bddff',GradientType=0 ); /* IE6-9 */display: inline-block;
/*    height: 100%;
    vertical-align: top;
    width: 100%;
 }
*/

div.row.row-feature-ct {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

div#n2-ss-3 div > h2.n2-ow, 
div#n2-ss-3 div > h2.n2-ow div {
    font-weight: 700;
}

div#n2-ss-9 div > h2.n2-ow, 
div#n2-ss-9 div > h2.n2-ow div {
    font-weight: 700;
}

body {
    padding-top: 0;
}

div.dropdown-menu {
    background-color: #4d8db4;
}

/* BEGIN -- Added by HD 04/01/16 for callouts */
#expert_callout a {
  color:#ffffff;
  background-image:url(../../../images/AskExpert_bkg.jpg);
  display:block;
  width:218px;
  height:93px;
  margin:10px auto;
  padding:12px 0px 0px 20px;
  font-size:13px;
}
/*
#expert_callout a:hover {
  /* background-image:url(../../../images/AskExpert_bkghvr.jpg); */
/*} */

/*
#contact_callout {
  width:218px;
  height:93px;
  background-image:url(../../../images/Contact_bkg.jpg);
  display:block;
  margin:10px auto;
  color:#1c2229;
  line-height:17px;
  padding:14px 0px 0px 20px;
  font-size:14px;
  font-weight:bold;
}

#contact_callout p {
  margin-bottom:5px;
}
*/
/* to prevent the word "Article" from displaying on login landing page */
div.page-header.clearfix h1.page-title {
	display: none;
}


.calloutbox {
  width:240px;
  float:right;
  background-color:#d4e1f2;
  border:4px solid #84b03f;
  padding:8px;
  margin:0 5px 5px 20px;
}

.calloutbox-dme {
  width:300px;
  float:right;
  background-color:#d4e1f2;
  border:4px solid #84b03f;
  padding:8px;
  margin:0 5px 5px 20px;
}

div.callout {
    margin-top: 10px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background: #84B03F;  /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(226,235,213,0.5), rgba(132,176,63,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(226,235,213,0.5), rgba(132,176,63,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(226,235,213,0.5), rgba(132,176,63,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(226,235,213,0.5), rgba(132,176,63,1)); /* Standard syntax (must be last) */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#84B03F',GradientType=0 ); /* IE6-9 */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#84B03F',GradientType=0 );" /* IE6-9 */
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
}

div.callout img {
    float: right;
    width: 20%;
    height: 20%;
}

span.cb_list label {
    padding-right: 1.2em;
}

div#Mod87.t3-module.module .module-inner .callout, div#Mod89.t3-module.module .module-inner .callout {
  padding: 2% 4%;
}
/* END -- Added by HD for callouts */


.navbar-default .navbar-nav > li > a, .t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a, .t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus, .t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li, .t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    font-family: "Open Sans Condensed",sans serif;
    font-size: 110%;
    text-transform: none;
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    color: #414141;
    background-color: #ffffff;
}

p {
font-size: 120%;
}

div.head-search button.button.btn.btn-primary {
  display: none;
}

div.head-search form.form-search div.search button.button.btn.btn-primary {
  display: none;
}

div#Mod16.t3-module.module.col-sm-9 .module-inner .module-ct .logout-button  {
  display: none;
}

div#Mod16.t3-module.module.col-sm-9 .module-inner .module-ct .login-greeting  {
  color: #444444;
  margin-top: 30px;
  font-size: 80%;
}

div#Mod16.t3-module.module.col-sm-9  {
    padding: 0;
}

div#Mod104.t3-module.module {
  display: inline-block;
}

.head-search .search {
    background: #46A0CE;
    height: 56px;   
}

.head-search .form-control:active, .head-search .form-control:focus {
    background: #0099cc;
}

.head-search, .navbar-toggle + .head-search {
    right: 15px;
    top: 0;
    max-width: none;
}



.box .search .inputbox, .box .search #mod-search-searchword {
    padding-top: 60px !important;
}


.profile .btn-toolbar .btn{
    display:none;
}

div.t3-off-canvas-body div#Mod97.t3-module.module div.module-inner div.module-ct ul.nav.nav-pills.nav-stacked  {
    font-family:'Open Sans Condensed';
}

/*-- 
sup.regsmall {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

img.left {
    float: left;
    max-width: 180px;
    width: 15%;
    height: 15%;
    padding-top: 1.5em;
    padding-right: 1em;
}

.formError {
    font-size: 100%;
}

*/

/* Added by HD 08-26-17  */

sup.regsmall {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

img.left {
    float: left;
    max-width: 180px;
    width: 15%;
    height: 15%;
    padding-top: 1.5em;
    padding-right: 1em;
}

.formError {
    font-size: 100%;
}

div.productlist {
    font-family: "Open Sans Condensed",sans serif;
    font-weight: 700;
    font-size: 110%;
    margin-left: 1em;
    margin-bottom: 1em;
}

h7 {
    font-family: "Open Sans";
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
}

ul li {
font-size: 120%;
}

div.highlight {
    background-color: yellow;
    font-weight: 500;
}

textarea#question.rsform-text-box {
    margin: 0px 76px 0px 0px;
    height: 150px;
    width: 460px;
}

/* BEGIN-- J!Extension GDPR modifications */
.cc-revoke, .cc-window {
    font-family: "Open Sans",sans serif;
    font-size: 120%;
    line-height: 1.5em;
}

.center {
    margin: auto;
    width: 60%;
}

.navbar-default .navbar-nav > li {
    margin-left: 20px;
}

.cc-banner .cc-btn.cc-allow {
    min-width: 80px;
}
/* END-- J!Extension GDPR modifications */

