/* Reset */
  :root {
    --primary-teal: #75C5AD;
    --primary-orange: #E16C55;
    --primary-yellow: #ECC542;
    --primary-grey-one: #48546A;
    --primary-grey-two: #576580;
    --primary-grey-three: #696969;
    --primary-light-grey: #E3E5E6;
    --primary-light-yellow: #FCF6E1;
    --primary-light-teal: #DCF0EA;

    --secondary-red: #91080B;    
    --secondary-purple: #8D72A4;
    --secondary-green: #9FB53A;
    --secondary-orange: #E8931A;
    --secondary-blue: #629FD0;    
    --secondary-brown: #B59B57;
    --secondary-black: #000302;
  }
html { box-sizing: border-box; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;  }
*, *:before, *:after { box-sizing: inherit; }

body { background: #fff; color: #696969; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.625; margin: 0; padding: 0; width: 100%; min-width: 960px; overflow-x: hidden; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
a { color: #e16c55; background-color: transparent; text-decoration: none; }
a:active, a:hover { outline: 0; }
a[name] { margin-top: -150px; padding-bottom: 150px; display: block;}
a[id] { margin-top: -150px; padding-bottom: 150px; display: block; }
p { margin: 20px 0; }
input, button, select, textarea { font: inherit; border-radius: 10px; border:solid 1px #d8d8d8;}
button, input[type="submit"] { cursor: pointer; }
.pl-title span.txt-red {
    color: #fff;
}
span#cartnum {
    position: absolute;
    left: 2px;
    top: -17px;
    width: 15px;
}

a.icon-cart-hold {
    position: relative;
}
svg.svg-inline--fa.fa-shopping-cart.fa-w-18 {
    margin-right: 5px;
}
input[type=submit].addtocart { -webkit-appearance: none; }
input[type=submit].btn-checkout { -webkit-appearance: none; }
.btn-checkout { -webkit-appearance: none; }

.searchclass .form-header { display: none; }

.button-update { margin: 20px 0; display: block; }
.button-update .btn { padding: 10px 20px; }
.button-update #update-cart { float: right; }

.schedule-nav a {
    max-width: 100%!important;
}
.assessment-nav {
    color:#e16c55!important;
    font-weight: 900!important;
}
.assessment-nav:hover{
    color:#fff!important;
}

/* Checkout Page */
.co-content { display: block; width: 100%; overflow: auto; padding: 20px; }
.co-content:nth-child(even) { background-color: var(--primary-light-yellow); }
.co-image { width: 15%; display: inline-block; float: left; padding-right: 20px; }
.co-left { width: 57%; display: inline-block; padding-right: 20px;  }
.co-qty { display: inline-block; padding-right: 20px; }
.co-price { width: 10%; display: inline-block; padding-right: 20px; }
.co-total { display: inline-block; width: 8%; }
.co-totals { text-align: right; padding: 10px 30px; background: var(--primary-light-grey);/*#f5f5f5;*/ }
.co-totals span { font-size: 14px; }
.co-totals strong { display: block; }
.co-totals .total { font-weight: bold; font-size: 20px; }
.co-totals .btn { padding: 10px 20px; }

.co-input { margin: 10px 0; overflow: auto; }
.co-input input, .co-input select { float: right; width: 60%; padding: 0 5px; color: #97a2b5; }
#shipping_method { float: none; width: 100%; }

.co-totals { display: inline-block; float: right; width: 50%; }
.co-estimate-head { background: var(--primary-grey-two);/*#97a2b5;*/ width: 100%; }
.co-estimate-head h2 { color: #fff; padding: 10px; font-size: 17px; font-weight: bold; }
.co-estimate-inner { padding: 10px 20px; }
.co-estimate-inner p { margin: 0 0 10px 0; }
.co-estimate-inner .btn { padding: 10px 20px; float: right; }
.co-estimate { display: inline-block; width: 50%; background: var(--primary-light-grey);/*#cfd8e6;*/ }

.od-list .co-left { width: 74% !important; }

/* Login Page */
.login-half { width: 50%; float: left; display: inline-block; padding: 10px; }
.login-half p { font-size: 14px; }
.login-half input, .login-half select, .login-half textarea { border-radius: 5px; padding: 5px; color: #97a2b5; font-size: 14px; }
/* .login-half span { color: #97a2b5; } Made it very light and tough to read */
.login-head { background: #97a2b5; }
.login-head h2 { padding: 10px; color: #fff; font-weight: bold; font-size: 17px; }
.login-inner { background: #cfd8e6; padding: 10px 20px; }
.sbox .login-inner { overflow: auto; }
.sbox .btn { padding: 5px 10px; margin: 0; float: right; font-size: 14px; }

/* Order Page */
.order-section input, .order-section select  { color: #97a2b5; padding: 5px; }
.order-head { background: #97a2b5; display: block; margin: 5px; }
.order-head span { background: #cfd8e6; color: #97a2b5; padding: 5px 10px; margin-right: 10px; }
.order-head a { color: #fff; padding: 10px; font-size: 17px; display: block; text-transform: uppercase; }
.order-body { background: #cfd8e6; padding: 10px 20px; overflow: auto; margin: 10px; }
.order-body p input, .order-body p select { float: right; width: 50%; }
.order-body p input[type="radio"], .order-body p input[type="checkbox"] { float: none; width: auto; }
.order-body p span { color: #e16c55; }
.order-body .col-sm-6 { padding: 0 10px; }
.order-body #bi { padding: 10px 20px; }
.order-body .sub-total { float: right; }
.order-body .sub-total p { padding: 5px 0 !important; margin: 0; }
#shipping { color: #696969; }
.active-payment .order-head { background: #48546a; transition: all 1s ease; }
.active-payment .order-head span { background: var(--primary-teal)/*#5ab399*/; color: #fff; transition: all 1s ease;  }
.order-section .co-left { padding: 0; width: 73%; }
.order-section .co-qty { padding: 0; width: 6%; }
.order-section .co-price { width: 10%; text-align: center; padding: 0; }
.order-section .co-total { width: 9%; text-align: center; padding: 0;}
.order-section textarea { width: 100%; }
.order-section .exp-date select { width: 25%; }

strong #grandtotal { display: inline-block; }
input.button.addtocart { color: #fff !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; background: #e16c55; display: inline-block; border-radius: 4px; padding: 5px 35px; border: 2px solid #e16c55; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; cursor: pointer; }

h1 { font-size: 40px; margin-bottom: 60px !important; }
h2 { color: #48546a; font-size: 34px; font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; }
h3 { color: #48546a; font-size: 25px; font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; }
h4 { color: #696969; font-size: 20px; font-weight: 700; }
h1, h2, h3, h4, h5, h6 { letter-spacing: -0.2px; line-height: 1.3; margin: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6{
    font-family: 'Lustria', Georgia, 'Times New Roman', serif;
}

.container { width: 960px; margin: 0 auto; position: relative; max-width: 100%;}
#homepage .tier { padding: 50px 0px; }
.tier { padding: 65px 20px; position: relative; z-index: 3; }
.tier h2:first-of-type { margin-top: 0; }
.tier-img { width: 444px;  }
.tier-img img { width: 100%; }
.tier-text { width: 430px; }
.tier:nth-child(even) .tier-text { float: right; }
.tier:nth-child(even) .tier-img { float: left; }
.tier:nth-child(odd) .tier-text { float: left; }
.tier:nth-child(odd) .tier-img { float: right; }


#header ul, #footer ul { list-style: none; margin: 0; }
#footer ul { padding-left: 0; }
#footer .tier2 img { height: 50px; }
#footer #social img { height: 25px; }
#footer { font-style: normal; }
#header { background: #fff; /*-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.6); box-shadow: 0 0 10px 2px rgba(0,0,0,.6);*/ position: fixed; width:100%; margin:0 auto; top:0px; z-index: 99; box-shadow: 0 1px 10px #333; }
#header #logo { position: absolute; /*top: -30px;*/ top: 0;max-width: 200px; }
#header .tier1 { background: #48546a; text-align: right; }
#header .tier1 a { color: #fff; font-size: 14px; text-transform: uppercase; }
#header .tier1 li { display: inline-block; line-height: 2.3; /*margin-left: 36px;*/ }
#header .tier1 a:first-of-type { padding: 0 20px; }
#header .tier1 li:first-of-type { background: #576580; }
#header .tier1 .fa { padding-right: 6px; }
#header .tier2 { padding: 20px 0; }
#header .tier2 a { color: #48546a; font-weight: 600; }
#header .tier2 li { display: inline-block; margin: 0 12px; font-size: 16px;}
#header .tier2 form { background: #75c5ad; float: right; width: 100%; }
#header .tier2 input { color: #fff !important; width: 80%; font-style: inherit; }
#header .tier2 input[type="submit"] { font-family: 'FontAwesome'; width: 20%; }
#header .tier2 input::placeholder { color: #fff; }
#tier-nav { float: right; width: 710px; margin-top: 17px; }


.form-rounded { display: table; height: 36px; border-radius: 36px; }
.form-rounded input { display: table-cell; line-height: 38px; background: transparent; border: 0; height: 36px; }
.form-rounded input[type="text"] { font-size: 14px; font-style: italic; padding: 0 20px;}
#form-nav-section .form-rounded input[type="text"] { font-size: 16px;}
.form-rounded input[type="submit"] { border-radius: 0 36px 36px 0; padding-left: 20px; padding-right: 20px; }
.form-rounded input::-webkit-input-placeholder { opacity: 1 !important; }
.form-rounded input:-moz-placeholder { opacity: 1 !important; }
.form-rounded input::-moz-placeholder { opacity: 1 !important; }
.form-rounded input:-ms-input-placeholder { opacity: 1 !important; }

#footer, #footer a { color: #fff; }
#footer { border-top: 3px solid #fff; -webkit-box-shadow: 0 0 0 2px #e9e9e9; box-shadow: 0 0 0 2px #e9e9e9; }
#footer li { display: inline-block; }
#footer .tier1 { background: #75c5ad; margin-bottom: 0; }
#footer .tier1 .container img { position: absolute; bottom: 0; left: 0; z-index: 80; }
#footer .tier1 h5 { font: normal 28px/1 'Lustria', Georgia, 'Times New Roman', serif; margin: 0 0 20px; }
#footer-tier1-display { display: table; width: 780px; padding: 30px 0; float: right; }
#footer-catalog { display: table-cell; border-right: 1px solid #acdcce; }
#footer-newsletter { width: 480px; display: table-cell; padding-left: 65px; }
#footer-newsletter form { background: #fff; display: table; width: 100%; }
#footer-newsletter input[type="text"] { color: #48546a; width: 80%; }
#footer-newsletter input[type="submit"] { color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; background: #e16c55; width: 20%; }
#footer-newsletter input[type="submit"]:hover { background: #f67f67; }
#footer .tier2 { background: #48546a; padding: 55px 0; }
#footer-links { margin-bottom: 20px; }
#footer-links li { padding: 0 6px; }
#footer-links li:first-child { padding-left: 0; }
#footer-contact { float: right; font-size: 14px; text-align: right; }
#footer-contact h6 { font: normal 36px/1 'Lustria', Georgia, 'Times New Roman', serif; }
#footer-contact li { padding-left: 10px; }
#footer-contact ul { margin-top: 15px; padding-left: 0; }
#social { display: inline-block; vertical-align: middle; }
#social li { font-size: 30px; padding-right: 24px; }
#social li a:hover { opacity: 0.6; }
#copyright { font-size: 12px; display: inline-block; vertical-align: middle; }
#copyright li { border-left: 1px solid #7e8ba2; line-height: 1; padding: 0 10px; }
#copyright li:first-child { border-left: 0; padding-left: 0; }

#banner { width: 100%; height: 575px; overflow: hidden; position: relative; background: #6a6b83; z-index: 1;}
.banner-slide img { position: relative; top: 0; left: 50%; margin-left: -700px; z-index: 1; display: block; }
.banner-slide { width: 100%; height: 575px; }
.banner-text { width: 480px; position: absolute; top: 50%; left: 50%; margin-left: -480px; transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 5; text-align: center; }
.banner-text h1 { color: #fff; font-size: 42px; font-weight: 300; line-height: 1; text-shadow: 2px 2px 4px rgba(0,0,0,0.35); }
.banner-text h1 span { font: normal 106px/1 'Lustria', Georgia, 'Times New Roman', serif; letter-spacing: -0.4px; display: block; }
.banner-text h1 sup { font-size: 18px; line-height: 1; }
.banner-text a.btn { font-size: 24px; padding: 16px 36px; width: 350px;}
.pager { font-size: 72px; color: #fff; line-height: 1; width: 100%; position: absolute; top: 50%; margin-top: -36px; z-index: 999; }
.pager .cycle-prev, .pager .cycle-next { position: absolute; cursor: pointer; opacity: 0.3; }
.pager .cycle-prev:hover, .pager .cycle-next:hover { opacity: 1; }
.pager .cycle-prev { left: 30px; }
.pager .cycle-next { right: 30px; }


#banner-inner { width: 100%; height: 255px; z-index: 1; }
.banner-slide-inner { width: 100%; height: 255px; }
/* hide images before loading cycle */
#banner-inner div { display: none }
#banner-inner div.first { display: block }


/* Custom Position For Banner */
/* .programs-space h1 { top: 30% !important; } */

#spotlight { background: #fff; -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.6); box-shadow: 0 0 10px 2px rgba(0,0,0,.6); position: relative; z-index: 2; }
#spotlight-carousel { width: 100%; }
#spotlight h3 { font: normal 32px/1 'Lustria', Georgia, 'Times New Roman', serif; padding: 20px 0 12px; text-align: center; }
.news-item { width: 20%; display: table-cell; white-space: normal; border-width: 6px 3px; border-color: #fff; border-style: solid; font-size: 12px; }
.news-item a, .news-item h4 { color: #fff; }
.news-item img { width: 100%; height: auto; border-bottom: 1px solid #fff; }
.news-item h4 { font-size: 16px; letter-spacing: 0; margin: 0; padding: 8px 12px; width: 100%; min-height: 80px; overflow: hidden; }
.news-item p { margin: 0; padding: 0 12px 8px; }
.news-item:nth-child(5n+1) { background: #48546a; }
.news-item:nth-child(5n+2) { background: #e16c55; }
.news-item:nth-child(5n+3) { background: #75c5ad; }
.news-item:nth-child(5n+4) { background: #ecc643; }
.news-item:nth-child(5n+5) { background: #75c5ad; }
.spotlight-prev, .spotlight-next { position: absolute; top: 0; opacity: 1; width: 120px; height: 100%; line-height: 300% !important; padding: 0 30px; border-top: 6px solid #fff; border-bottom: 5px solid #fff; font-size: 72px !important; color: #fff; cursor: pointer; }
.spotlight-prev { left: 0; background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
.spotlight-next { text-align: right; right: 0; background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); }

.box { float: left; width: 33.3%; text-align: center; padding: 0 25px; }
.box img { display: inline-block; border-radius: 50%; border: 3px solid #fff; -webkit-box-shadow: 0 0 0 2px #e9e9e9; box-shadow: 0 0 0 2px #e9e9e9; }
.box h4 { margin: 20px 0; }
.box h4 span { display: block; }
.box p { margin: 15px 0; }

.program-graph { width: 422px; position: relative; }
.program-graph img { position: relative; z-index: 3; }

.program-details { position: absolute; display: none; border: 1px solid #696969; color: #fff; text-align: center; padding: 30px; width: 350px; }
.details-show, .details-show:hover { display: block; }

#details-tertiary { background: #48546a; left: -200px; }

/* Active */
/*.active {text-shadow: 1px 1px 10px #000000; }*/


/* Helpers */
.fl-left { float: left; display: inline; }
.fl-right { float: right; display: inline; }
.clear { clear: both; }
.block { display: block; }
.relative { position: relative; }
.txt-center { text-align: center !important; }
.txt-left { text-align: left !important; }
.txt-right { text-align: right !important; }
.txt-right-mobile { padding-left: 20px; }
.txt-sm { font-size: 10px; }
.txt-red { color: var(--primary-orange); }
.txt-white { color: #fff !important; }
.margin-t0 { margin-top: 0 !important; }
.margin-b0 { margin-bottom: 0 !important; }
hr { border: 0; }

/* Colors */
.bg-navy { background: var(--primary-grey-one); }
.bg-yellow { background: var(--primary-yellow); }
.bg-green { background: var(--primary-teal); }
.bg-lightgreen { background: var(--primary-light-teal); }
.bg-lightyellow { background: var(--primary-light-yellow); }

/* Buttons */
input[type="submit"].btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.btn, a.btn { color: #fff !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; background: #e16c55; display: inline-block; border-radius: 4px; padding: 16px 35px; border: 2px solid #e16c55; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; cursor: pointer; }
.btn:hover, a.btn:hover { background: #f67f67; border-color: #f67f67; }
.btn-position{float:right;}

.btn-text, a.btn-text { font-size: 14px; font-weight: 700; text-transform: uppercase; }
.btn-text:after, a.btn-text:after { content: "\f105"; font-family: 'FontAwesome'; font-weight: normal; padding-left: 6px; }
.btn-text:hover, a.btn-text:hover { color: #f67f67; }

.btn-sm, a.btn-sm { color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; height: 36px; line-height: 1; border-radius: 36px; background: #e16c55; display: inline-block; padding: 12px 20px; }
.btn-sm:hover, a.btn-sm:hover { background: #f67f67; }

.header-btn { color: #fff !important; font-size: 0.75em; font-weight: 700; text-transform: uppercase; text-decoration: none !important; background: #e16c55; display: inline-block; border-radius: 4px; padding: 16px 12px; margin-left:63px; border: 2px solid #e16c55; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; cursor: pointer; }
/* book licenses 12/2023 */
.license-table{
    width: 100%;
    border: 1px solid;
  }
  .license-table td{
    border: 1px solid;
    padding: 8px;
    font-size: 14px;
  }
  .license-table td{
    text-align: center;
  }
  .license-table td:first-child{
    text-align: left;
  }
  .license-table-titles{
    font-weight: 700;
    font-size: 16px;
    color: #48546a;
    text-align: center;
  }
.productlist-table.js-results .pl-right{
    width: 19%;
}
@media (max-width:680px){.header-btn{display:none;}}
/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }


/* Learn More */
.learn-more {
    font-weight: bold;
    margin: 40px 0;
    border-bottom: 4px solid #74c6ac;
    display: block;
    width: 100%;
}

/* Seminar Info */
img#seminar-profile { float: left; width: 35%; }
.seminar-info { width: 65%; display: inline-block; padding: 0 40px; }
.seminar-info .btn { padding: 10px 20px; }

.simple-form { overflow: auto; display: block;}

.simple-form input, .simple-form select {
  width: 31%;
  float: left;
  margin: 1%;
}

.seminar-check-submit textarea { width: 100%; }
.seminar-check-submit span.f14 { text-align: right; display: block;}

/* hr */
.gry-hr { display: block; width: 100%; border: 1px solid #2f3a52; margin: 10px 0;}

/* Seminar Payment Info */
.seminar-deadline { text-align: right;}

.seminar-pay-head { background: #97a2b5; text-align: center; padding: 10px 0; }
.seminar-pay-head h2 { color: #fff; }

.seminar-pay-body { background: #cfd8e6; padding: 10px 30px; margin-bottom: 30px; overflow: auto; }

.btn-method { text-align: center;}
.btn-blue { color: #fff; background: #87c9b3 ; padding: 5px 0; width: 30%; margin: 0 5px;}

input.width-full { width: 100%; }
.half-col select { width: 45%; float: left; margin: 0 !important; }
.od-info .col-sm-6 { padding: 0 10px;  }
.od-info h2 { display: block; background: var(--primary-orange); padding: 10px 20px; color: #fff; margin-bottom: 10px; font-size: 22px; text-transform: uppercase; }
.half { width: 50%; float: left; height: 50px; display: inline-block; padding: 0 20px; }
.whole { width: 100%; height: 50px; display: block; padding: 0 20px; }

/* Jan 2019 Category Updates */

.col-sm-1 { display: inline-block; max-width: 8%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-2 { display: inline-block; max-width: 16%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-3 { display: inline-block; max-width: 24%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-4 { display: inline-block; max-width: 33%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-6 { display: inline-block; max-width: 49%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-7 { display: inline-block; max-width: 57%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-8 { display: inline-block; max-width: 66%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-9 { display: inline-block; max-width: 70%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-10 { display: inline-block; max-width: 82%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }
.col-sm-11 { display: inline-block; max-width: 91%; width: 100%; box-sizing: border-box; padding: 5px 10px; vertical-align: top; }

.category-outline { background-image: url('/images/category-outline.png'); background-size: contain; background-repeat: no-repeat; max-width: 31%; margin: 1%; }
.category-outline img { position: relative; left: 88px; top: 18px; }
.aapi-img { left: 75px !important; }
.category-outline p { margin: 30px 0 20px; color: #4D4D4D; }
.btn-solid, .btn-solid-blue, .btn-gray { border-radius: 30px !important; padding: 10px 25px !important; box-shadow: none !important; }
.btn-solid-blue { background: #48546a !important; border-color: #48546a !important; }
.btn-gray { color: #fff; background: #97A2B5 !important; border-color: #97A2B5 !important; padding: 5px 20px !important; }
.btn-gray:hover { background: #48546a !important; border-color: #48546a !important; }
.col-sm-4.category-outline .btn-solid-blue { padding: 5px 65px !important;}
.col-sm-4.category-outline .btn-solid-blue:hover { background: #97A2B5 !important; border-color: #97A2B5 !important; }

.news-item.cycle-slide p { display: none; }
.padding-tb-70{
  padding: 50px 0 70px 0;
}

/* 4-12-22 */
.np-program-title.program-title{padding: 5px 0px; margin: 20px 0;}
.np-col-content-container a{color: #797a7c; font-weight: 600;}
.np-col-content-container a:hover{color: #e16c55;}
.np-col-content-container{margin-bottom: 7px;}
.np-col-content-container{margin-left: 40px;}
.np-green-solid{background-color: var(--secondary-green)/*#DEEF8F*/;}
.np-grey-solid{background-color: var(--primary-light-grey)/*#f4f5f7*/;}
.np-grey-solid.program-title a{color: #7f8082;}
.np-mb-8{margin-bottom: 8px;}
.np-cat-bottom-spacer{margin-bottom: 50px;}
select.prog_att{
    color: #333;
    border: solid 1px #696969;
    margin: 0 20px 0px 10px;
    background: transparent;
    padding: 6px;
}
.mb-10{margin-bottom: 10px;}
/* Hide footer catelog section */
#footer-catalog{display: none;}
#footer .tier1 .container img{display: none;}
#footer-tier1-display {
    float: none;
    margin: 0 auto;
}

@media screen and (min-width: 780px){
  .buttons-circle.spin{
     transform: rotate(45deg);
     -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
  }
}
.container.green-background.padding-50 {
    padding: 50px;
    margin: 50px 0;
    background-color: #75c4ae36;
    max-width: 100%;
}
form.upper-selected-choose-vid {
    float: right;
}
h2.blue.center {
    font-size: 34px;
    font-weight: 800!important;
}
.bold-40{
  font-weight: 800;
  font-size: 40px;
  line-height: 1.5;
}
.blue-accordion .program-name.list {
    border-bottom: none;
    background-color: #48546a!important;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 20px;
}
.blue-accordion .form-content {
    background-color: #F9F9F9;
}
.blue-accordion .form-header-first{
  display: none;
}
.blue-accordion label strong{
  color: #48546A;
  font-weight: normal;
  font-size: 16px;

}
.blue-accordion label{
  color: #48546A;
  font-weight: bold;
  font-size: 16px;

}
.container.green-background.padding-50 .number {
    background-color: #75c5ad;
}
.margin-top-30px .col-sm-11 {
    line-height: 2;
    font-weight: bold;
    color:  #48546A;
}
.container.green-background.padding-50 .number {
  background-color: #75c5ad;
  margin: 0 auto;
  padding: 6px 0!important;
  height: 30px;
  font-weight: bold;
  width: 30px;
  line-height: 1;
  display: table;
}
.container.green-background.padding-50 p {
    margin: 5px 0;
    text-align: center;
    padding: 0!important;
}
.margin-top-30px {
    margin-top: 30px;
}
.no-padding .btn {
    float: right;
}
.container.green-background.padding-50 small {
    text-align: center;
    margin: 10px auto;
    display: table;
}
.blue-accordion {
  margin: 50px 0;
      display: block;
      width: 100%;
      clear: both;
}
a.red-font.arrow{
    font-weight: 800;
    font-size: 14px;
}
h3.green{
  color: #75c5ad;
}
h3.blue{
  color: #48546a;
}
h3.red-center{
  color: #e16c55;
}
.red-font{
  color: #e16c55;
}

.red-font-bold{
  color: #e16c55;
	font-weight: bold;
}

.red-font-bold-big{ color: #e16c55; font-weight: bold; font-size: 20px; }

.blue-accordion .form-header {
    margin-bottom: 5px;
}

@media (max-width: 820px) and (min-width: 681px) {
  .category-outline { background: linear-gradient(to bottom, #fff 50%, #edf2f9 50%); background-image: url('/images/category-outline.png'); background-position: top; }
  .category-outline img { left: 41%; top: 17px; }
  .category-outline p { font-size: 14px; }
  .form-header-first .pl-title.center.qty, .form-header-first .pl-title.center.price { width: 14% !important; }
}

@media (max-width: 680px) {
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,, .col-sm-10, .col-sm-11 .category-outline { max-width: 100%; }
   .category-outline { background-size: cover; max-width: 100%; }
   .category-outline img { left: 37%; top: 30px; }
   .category-outline p { margin-top: 30px; }
   /* .category-outline a.btn { max-width: 200px; } */
   .aapi-img { left: 34% !important; }
}

.form-full textarea { width: 100%; min-height: 100px;}
.modern-form input, .modern-form textarea, .modern-form select { border-radius: 5px; background: #fff; color: #97a2b5; padding: 5px; text-align: left;}
.modern-form .col-sm-6 { padding: 20px; }
.two-col { width: 49%; float: right; margin-left: 2px; }
.two-col select, .two-col input { width: 49%; float: left; }
.double-input input { width: 49%; margin: 5px 0;}
.double-input input:nth-child(even) { margin-left: 2px; }
.card-type select { width: 100%; max-width: 100% !important; }
.modern-form p input { width: 50%; float: right;}
.seminar-submit { text-align: right;}
.seminar-submit  a { padding-right: 10px;}
.gry-left { padding: 10px; background: #b8c6db; float: left; width: 50%; text-align: center; }
.gry-right { padding: 10px; background: #dae4f2; float: left; width: 50%; text-align: center;}
.active-btn { background: #5ab399; }
.buttons-circle { position: relative; }
#primary { }
#primary:hover + .primary-tooltip { display: block; }
.primary-tooltip { display: none; position: absolute; top: 0; left: 0; color: #000; }

/* Category Lists */
#categories { border-top: 1px solid #48546A !important; padding: 16px 10px; }
.prod-catlist h2 { margin-bottom: 50px; }
#prod-catbanner { }
#prod-catbanner .container { height: 255px; position: relative; }
#prod-catbanner h1 { color: #fff; font-size: 32px; font-weight: 300; display: inline-block; text-align: left; letter-spacing: -0.4px; margin-bottom: 0 !important; top: 50%; transform: translateY(-50%); position: absolute; }
#prod-catbanner h1 .first-word { font: normal 72px/1 'Lustria', Georgia, 'Times New Roman', serif; display: block; }
#catprog-table { border: 0; border-collapse: collapse; }
.catprog-table div.row div.col-3:last-of-type { margin-bottom: 20px; }
#catprog-table td { background: #fff; font-size: 14px; width: 33.3%; vertical-align: top; }
.catprog-table ul { margin:20px 20px 0px 20px; padding:0px 20px 20px 20px; list-style: disc; }
.catprog-table li a { color: #696969; text-decoration: none; }
.catprog-table li a:hover, #catprog-table li a:focus{color:#e16c55;}
#catprog-table td h4 { height: 110px; font-size: 18px; font-weight: 700; text-align: center; margin: 0; padding: 18px; border-bottom: 1px solid #fff; }
#catprog-table td img { display: block; width: 100%; }
#catdesc { border: 3px solid #696969; border-radius: 5px; }
#catdesc-table { border: 4px solid #fff; border-collapse: separate; }
#catdesc-table th { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 8px 20px; border-bottom: 3px solid #fff; border-top: 3px solid #fff; }
#catdesc-table th a { color: #fff; text-decoration: none; }
#catdesc-table, .catprog-title { font-size: 18px; text-transform: none; text-align: left; }
.catprog-row .catprog-desc { padding: 30px; }
.catprog-row .catprog-desc p { font-size: 14px; line-height: 1.9; margin: 0 0 20px 0; }
/*.catprog-row .catprog-desc p { margin: 0; }*/
.catprog-row .catprog-desc ul { margin: 5px 0 0 40px; padding: 0; }
.catprog-row .catprog-desc li a { color: #696969; font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.catprog-row .catprog-desc li a:after { content: "\f105"; font-family: 'FontAwesome'; margin-left: 8px; }
#catdesc td { padding: 10px; }
.catprog-session { color: #696969; font-size: 12px; font-weight: 300; line-height: 1.2; }
.catprog-session i { display: block; font-size: 40px; margin-bottom: 20px; }
.catprog-session, .catprog-btn { text-align: center; font-size:16px; }
.catprog-btn { height: 45px; }

#programsamples { background: var(--primary-light-yellow); display:none; width:100%; }
.programsample { font-size:14px !important; color:var(--primary-orange) !important; }
.ps_product { cursor: pointer; padding: 5px 0; }
.programsample ul { display: none; }
.programsample li a::after { content: '' !important; }
.programsample li a { font-size:14px !important; color:var(--primary-orange) !important; font-weight:500 !important; text-decoration: none !important; text-transform: none !important; }

.bg-Primary { /*background: #fcf6e1;*/ padding: 0; }
.bg-Secondary { /*background: #dcf0ea;*/ padding: 0; }
.bg-Tertiary { /*background: #ecf3ff;*/ padding: 0; }
.bg-Comprehensive { /*background: #faf1ef;*/ padding: 0; }
.bg-Primary, .bg-Secondary, .bg-Tertiary, .bg-Comprehensive, .bg-Programs { background: #fff4d8; padding: 20px; margin: 1em -100%; margin: 1em calc(50% - 50vw);}
.bg-About { background: #fff4d8; padding: 80px; margin: 1em -100%; margin: 1em calc(50% - 50vw); }

.p-banner { background: url("../images/primary-banner.jpg") center right no-repeat; background-size: 100% auto; }
.s-banner { background: url(../images/secondary-banner.jpg) center right no-repeat; background-size: 100% auto; }
.t-banner { background: url(../images/tertiary-banner.jpg) center right no-repeat; background-size: 100% auto; }
.c-banner { background: url(../images/comprehensive-banner.jpg) center right no-repeat; background-size: 100% auto; }

/* Please update image path in here too when updating
   image path for above image banner, this fix the checkout section display images */
.p-banner-fix { background: url("/nurturingparentingdev/images/primary-banner.jpg") center right no-repeat; background-size: 100% auto; }
.s-banner-fix { background: url("/nurturingparentingdev/images/secondary-banner.jpg") center right no-repeat; background-size: 100% auto; }
.t-banner-fix { background: url("/nurturingparentingdev/images/tertiary-banner.jpg") center right no-repeat; background-size: 100% auto; }
.c-banner-fix { background: url("/nurturingparentingdev/images/comprehensive-banner.jpg") center right no-repeat; background-size: 100% auto; }

.banner-title-inner { margin-top: -255px; z-index: 2; height: 255px; position: relative; }
.banner-title-inner h1 { color: #fff; position: absolute; top: 50%; transform: translateY(-50%); font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 33px; font-weight: 300; }
.banner-title-inner .first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 72px; display: block; line-height: 72px; max-width: 700px; }
.banner-title-inner .first-word-news { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 54px; display: block; line-height: 64px; max-width: 700px; }


.banner-slide-inner {  }

span.special-header-span {display: block; color: #fff; font-size: 72px; line-height: 72px; max-width: 900px; padding-top: 8%; font-family: 'Lustria', Georgia, 'Times New Roman', serif;}
.special-header { font-size: 33px;font-weight: 300; color: #fff; position: absolute; top: 50%; transform: translateY(20%);}

/** Video Page **/
.nav { margin-bottom: 18px; margin-left: 0; list-style: none; margin: 0; padding: 0; }
.nav > li > a { display: block; }
.nav-tabs{ *zoom: 1; }
.nav-tabs:before, .nav-tabs:after { display: table; content: ""; }
.nav-tabs:after { clear: both; }
.nav-tabs > li { float: left; }
li { line-height: 18px; }
.video-head li a {     color: #fff !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; background: #e16c55; display: inline-block; border-radius: 4px; padding: 10px 20px; border: 2px solid #e16c55; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; cursor: pointer; }
.video-head li.active a { background: #48546a; border-color: #48546a; }
.video-head li { margin-right: 10px; }
.video-head { margin: 10px 0; }
.video-tabs .date-txt { font-size: 12px; }
.video-content.active{ display: block;}
.video-content.hide{ display: none;}
.video-tabs ul { color: #e16c55; }
.video-tabs ul li { padding: 0; margin: 10px 0; }
.streaming-video-desc { background: #ffece8; padding: 30px 20px; }
/* .streaming-video-desc ol { list-style-type: none; padding-left: 0; margin: 0; } */
/* .streaming-video-desc .number-item { margin-bottom: 5px; line-height: 25px; display: inline-block; } */
.number { display: inline-block; vertical-align: top; background: var(--primary-orange); color: #fff; font-size: 1em; padding: 0 9px; position: relative; top: 0em; margin: 0 10px 10px 0; text-align: center; border-radius: 50%; }
/* .streaming-video-desc .one { content: "\0031"; }
.streaming-video-desc .two { content: "\0032"; }
.streaming-video-desc .three { content: "\0033"; }
.streaming-video-desc .four { content: "\0034"; } */
/* Unicode of character to precede the list item */

/* Category - Primary */
#category.Primary #prod-catbanner { background: #ecc643 url(../images/banner_primary.jpg) center center no-repeat; }
#category.Primary #catdesc-table th { background: #ecc643; }
#category.Primary .catprog-row .catprog-desc { background: #fcf6e1; }
#category.Primary .catprog-session { border-top: 1px solid #fcf6e1; }
#category.Primary .catprog-session, #category.Primary .catprog-btn { border-right: 1px solid #fcf6e1; border-bottom: 1px solid #fcf6e1; }
#category.Primary .catprog-row:nth-child(odd) .catprog-session { border-top: 1px solid #dcf0ea; border-right: 1px solid #dcf0ea; border-bottom: 1px solid #dcf0ea; }
#category.Primary .catprog-row2:nth-child(even) .catprog-btn { border-right: 1px solid #dcf0ea; border-bottom: 1px solid #dcf0ea; }
#category.Primary .catprog-session i { color: #75c5ad; }
#category.Primary #catdesc-table tr:nth-child(even) th { background: #75c5ad; }
#category.Primary .catprog-row:nth-child(odd) .catprog-desc { background: #dcf0ea; }
#category.Primary .catprog-row:nth-child(odd) .catprog-session i { color: #ecc643; }
#category.Primary #catprog-table tr:nth-child(even) td:nth-child(odd) h4, #category.Primary #catprog-table tr:nth-child(odd) td:nth-child(even) h4 { background: #75c5ad; }
#category.Primary #catprog-table td { border: 10px solid #fcf6e1; }
#category.Primary #catprog-table td h4 { background: #ecc643; }

/* Category - Secondary */
#category.Secondary #prod-catbanner { background: #75c4ae url(../images/banner_secondary.jpg) center center no-repeat; }
#category.Secondary #catdesc-table th { background: #75c4ae; }
#category.Secondary .catprog-row .catprog-desc { background: #dcf0ea; }
#category.Secondary .catprog-session { border-top: 1px solid #dcf0ea; }
#category.Secondary .catprog-session, #category.Secondary .catprog-btn { border-right: 1px solid #dcf0ea; border-bottom: 1px solid #dcf0ea; }
#category.Secondary .catprog-row:nth-child(odd) .catprog-session { border-top: 1px solid #ecf3ff; border-right: 1px solid #ecf3ff; border-bottom: 1px solid #ecf3ff; }
#category.Secondary .catprog-row2:nth-child(even) .catprog-btn { border-right: 1px solid #ecf3ff; border-bottom: 1px solid #ecf3ff; }
#category.Secondary .catprog-session i { color: #48546a; }
#category.Secondary #catdesc-table tr:nth-child(even) th { background: #48546a; }
#category.Secondary .catprog-row:nth-child(odd) .catprog-desc { background: #ecf3ff; }
#category.Secondary .catprog-row:nth-child(odd) .catprog-session i { color: #75c4ae; }
#category.Secondary #catprog-table tr:nth-child(even) td:nth-child(odd) h4, #category.Secondary #catprog-table tr:nth-child(odd) td:nth-child(even) h4 { background: #48546a; }
#category.Secondary #catprog-table td { border: 10px solid #dcf0ea; }
#category.Secondary #catprog-table td h4 { background: #75c4ae; }
#category.Secondary a.btn { background: #ecc643; border-color: #ecc643; }
#category.Secondary a.btn:hover { background: #fadc74; border-color: #fadc74; }

/* Category - Tertiary */
#category.Tertiary #prod-catbanner { background: #48546a url(../images/banner_tertiary.jpg) center center no-repeat; }
#category.Tertiary #catdesc-table th { background: #48546a; }
#category.Tertiary .catprog-row .catprog-desc { background: #ecf3ff; }
#category.Tertiary .catprog-session { border-top: 1px solid #ecf3ff; }
#category.Tertiary .catprog-session, #category.Tertiary .catprog-btn { border-right: 1px solid #ecf3ff; border-bottom: 1px solid #ecf3ff; }
#category.Tertiary .catprog-row:nth-child(odd) .catprog-session { border-top: 1px solid #faf1ef; border-right: 1px solid #faf1ef; border-bottom: 1px solid #faf1ef; }
#category.Tertiary .catprog-row2:nth-child(even) .catprog-btn { border-right: 1px solid #faf1ef; border-bottom: 1px solid #faf1ef; }
#category.Tertiary .catprog-session i { color: #e16c55; }
#category.Tertiary #catdesc-table tr:nth-child(even) th { background: #e16c55; }
#category.Tertiary .catprog-row:nth-child(odd) .catprog-desc { background: #faf1ef; }
#category.Tertiary .catprog-row:nth-child(odd) .catprog-session i { color: #48546a; }
#category.Tertiary #catprog-table tr:nth-child(even) td:nth-child(odd) h4, #category.Tertiary #catprog-table tr:nth-child(odd) td:nth-child(even) h4 { background: #e16c55; }
#category.Tertiary #catprog-table td { border: 10px solid #ecf3ff; }
#category.Tertiary #catprog-table td h4 { background: #48546a; }
#category.Tertiary a.btn { background: #75c4ae; border-color: #75c4ae; }
#category.Tertiary a.btn:hover { background: #99d9c7; border-color: #99d9c7; }

/* Category - Comprehensive */
#category.Comprehensive #prod-catbanner { background: #e16c55 url(../images/banner_Comprehensive.jpg) center center no-repeat; }
#category.Comprehensive #catdesc-table th { background: #e16c55; }
#category.Comprehensive .catprog-row .catprog-desc { background: #faf1ef; }
#category.Comprehensive .catprog-session { border-top: 1px solid #faf1ef; }
#category.Comprehensive .catprog-session, #category.Comprehensive .catprog-btn { border-right: 1px solid #faf1ef; border-bottom: 1px solid #faf1ef; }
#category.Comprehensive .catprog-row:nth-child(odd) .catprog-session { border-top: 1px solid #fcf6e1; border-right: 1px solid #fcf6e1; border-bottom: 1px solid #fcf6e1; }
#category.Comprehensive .catprog-row2:nth-child(even) .catprog-btn { border-right: 1px solid #fcf6e1; border-bottom: 1px solid #fcf6e1; }
#category.Comprehensive .catprog-session i { color: #ecc643; }
#category.Comprehensive #catdesc-table tr:nth-child(even) th { background: #ecc643; }
#category.Comprehensive .catprog-row:nth-child(odd) .catprog-desc { background: #fcf6e1; }
#category.Comprehensive .catprog-row:nth-child(odd) .catprog-session i { color: #e16c55; }
#category.Comprehensive #catprog-table tr:nth-child(even) td:nth-child(odd) h4, #category.Comprehensive #catprog-table tr:nth-child(odd) td:nth-child(even) h4 { background: #ecc643; }
#category.Comprehensive #catprog-table td { border: 10px solid #faf1ef; }
#category.Comprehensive #catprog-table td h4 { background: #e16c55; }
#category.Comprehensive a.btn { background: #48546a; border-color: #48546a; }
#category.Comprehensive a.btn:hover { background: #6d788d; border-color: #6d788d; }

/* =Regular Menu Styles
-------------------------------------------------------------- */
#nav-outer { float: right; margin-top: 15px; }
#topnav { max-width: 710px; display: block; margin: 0 auto; }
#topnav div.menu ul { list-style: none; margin: 0; padding: 0; }
#topnav div.menu li { float: left; position: relative;	margin: 0; padding: 0; }
#topnav a {	color: #696969; display: block; line-height: 44px; padding: 0 10px; text-decoration: none; }
#topnav ul ul { background: #fff; display: none; position: absolute; top: 44px; left: 0; float: left; width: 350px; z-index: 99999; border: 3px solid #e9e9e9; border-radius: 6px; }
#topnav ul ul ul { left: 100%; top: 0; background: #fff; }
#topnav ul ul li { display: block; float: none; width: 100%; border-top: #e9e9e9 1px solid; }
#topnav ul ul li:first-child { border-top: 0; }
#topnav ul ul a { color: #fff; font-weight: 400 !important; height: auto; line-height: 1.2; padding: 10px 10px; width: 100%; }
#topnav li:hover > a, #topnav a:focus { color: #e16c55; }
#topnav ul ul li:hover > a, #topnav ul ul :hover > a { background: #48546a; color: #fff; }
#topnav ul li:hover > ul { display: block; }
#mobile-menu { display: none; visibility: hidden; }

.img-left { float: left; margin-right: 50px; margin-bottom: 30px; }
.img-right { float: right; margin-left: 50px; margin-bottom: 30px; }

.grey-border { border: 1px solid #E9E9E9; border-radius: 100%; width: 260px; height: 260px; padding: 7px; box-sizing: border-box; margin: 0 auto; }
.trainer-listrowimg { border-radius: 100%; }
.trainer-listrowdiv { width: 33.3%; float: left; text-align: center; height: auto; margin-bottom: 30px; }
.trainer-listrowdiv p { margin: 0; }
.trainer-listrowname { margin-top: 30px; }

/* meet our team */
.mt-grey-border { border: 1px solid #E9E9E9; border-radius: 100%; width: 200px; height: 200px; padding: 7px; box-sizing: border-box; margin: 0 auto; }
.trainer-teamrowimg { border-radius: 100%; }
.trainer-teamrowdiv { width: 25%; float: left; text-align: center; height: auto; margin-bottom: 30px; }
.trainer-teamrowdiv p { margin: 0; }
.trainer-teamrowname { margin-top: 30px; }
/* end meet our team */

#trainer-statetitle { text-align: center; margin: 30px 0; }
.browse-by-state { text-align: center; }

#trainer-descimg { float: left; margin: 0 50px 30px 0; }
#trainer-descname { margin-bottom: 25px; }

#first-head { background: #ECC637; color: #fff; }
#first-head span { font-size: 12px; display: block; }
#second-head { background: #75c5ad; color: #fff; }
#second-head span { font-size: 12px; display: block; }

.schedule-nav {width: 50%; display: inline-block; text-align: right; padding-right: 20px; }
.schedule-nav a { width: 50%; display: inline-block; float: right; max-width: 145px; }
div#form-nav-section { float: right; width: 50%; padding-bottom: 20px;}

/* Banner Header Section */
#banner--title{display:none;}

/* Columns */
.row{display: table; content: " "; box-sizing: border-box; clear: both; width:100%;}
.col-3{width:33.33%; float:left; padding-left:5px; padding-right:5px;}
.col-3-text{margin:0px 15px;}
.col-2{width:50%; float:left;}
.col-text{padding:0px 15px;}
.col-4{width:33.333333%; float:left;}
.col-8{width:66.666667%; float:left;}
.col-1{width:16.666667%; float:left;}
.col-12{width:100%; float:left;}
.col-6{width:50%; float:left;}
.row-section{margin-bottom: 50px;}
.col-9{width:75%; float:left;}
.col-3-fix{width:25%; float:left;}
.no-padding{padding: 0px;}
.form-padding td {padding: 5px 0px;}
.form-padding input, .form-padding select, .form-padding textarea { float:right;}
.col-content{padding-left: 15px; padding-right: 15px;}



.prevention-section ul{list-style: none;}

/* Form Layout */
.form-header.bdr-btm td {border-bottom: 5px solid #fff;}
.form-header td {background: var(--primary-orange); text-transform: uppercase; color:#fff !important;}
.form-header td{padding:10px 20px; text-align: center;}
.form-header td:first-child{text-align: left;}
.form-content td, form td{padding:4px 10px; color: var(--primary-grey-three)/*#686868*/; font-weight: bold;}
.form-content a, form a{color: var(--primary-grey-three)/*#686868*/; font-weight: bold;}
/* .form-content input, .form-cotent button, .form-content select, .form-content textarea, .atidlist, #addform select{padding:6px; color:#8d8d8d; margin:5px 0px; font-weight: 400 !important; max-width: 260px;} */
.form-content input, .form-cotent button, .form-content select, .form-content textarea, #addform select{padding:6px; color:#8d8d8d; margin:5px 0px; font-weight: 400 !important; max-width: 260px;}
.atidlist {padding:6px; color:#8d8d8d; margin:5px 0px; font-weight: 400 !important;}
.form-content .qty_row, .qty_row{width:40px; height: 40px; text-align: center; font-weight: bold !important; color:#8d8d8d;}
.center{text-align: center;}

/* Header & Banner & Category */
#banner, #prod-catbanner { margin-top:190px; }
.header-scrolled-down { width: 15%; /*top: -15px !important;*/top: 32px !important; left: 30px; }
.header-scrolled-up { width:100%; top: -40px; }


/*New Category Section Layout */
.category-box{ width:100%; background-color:#fff; margin-bottom: 10px; }
.category-box img{ width: 100%; max-width: 100%; }
.category-title-box h4{ color:#fff; text-align: center; padding:20px 10px; }
.category-bg-1{
    background-color: var(--primary-yellow);/*#ecc542*/;
}
.category-bg-2{
    background-color: var(--primary-teal)/*#75c4ae*/;
}
.program-box{
    background-color:#fff;
}
.row program-box a.btn { font-size: 16px; font-weight: 300; }
.program-title a{
    color:#fff;
  font-weight: 900;
}
.program-bg td {
  background: var(--primary-grey-one)/*#48546a*/;
  color: #FFF;
}
.program-title {
    padding:25px 0px;
    color:#fff;
}
.program-title a:hover, .program-title a:focus{
    color:#e16c55;
}
.program-title-1{
    background-color: var(--primary-yellow)/*#ecc542*/;
}
.program-title-2{
    background-color: var(--primary-teal)/*#75c4ae*/;
}
.catprog-title{
    padding-left: 25px;
    font-weight: bold;
}
.catprog-row{
    /*padding:20px 0px;*/
}
.catprog-desc{
    background: var(--primary-light-yellow);
/*    border: 1px solid #e16c55;*/
    font-size: 16px;
    padding:20px;
}
.program-checkbox{
    background-color:#fff;
/*    padding-bottom: 20px;*/
    padding-bottom: 0;
}
.catprog-session{
    padding: 11px;
}
.catprog-btn{
    height: auto;
}
.catprog-img {
  width: 100%;
}
.catprog-session .svg-inline--fa.fa-w-16 {
  display: block;
  height: 3em;
  margin: 0 auto 10px auto;
  width: 3em;
}
.program-box-2{
    background-color:#dcefe9;
}
.circle{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin:0 auto;
    border:solid 3px #333;
    margin-bottom: 50px;
}
.circle-inner{
    color:var(--primary-teal)/*#75c5ad*/;
}
.circle-inner2{
    color:var(--primary-yellow)/*#ecc643*/;
}

.catprog-session i{
    position:relative;
    top:4px;
}

.btn-1, .btn-2{
    background:#5a8840;
    color:#fff;
    font-size:15px;
    padding:7px 12px;
    border-radius: 7px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border:solid 1px #344e25;
    min-width: 175px;
    line-height: normal;
}
.btn-2{
    background:#224771;
    border:solid 1px #132840;
}
.btn-1:hover, .btn-1:focus{
    background:#344e25;
}
.btn-2:hover, .btn-2:focus{
    background:#132840;
}
.strong-em{
    color:rgb(0, 0, 128);
}

.img-inner{
    max-height: 100%;
    width: 100%;
    display: block;
}
.subtitle{
    color:#e16c55;
}
.img40{
    width:40%;
}
.fnc-section{
    margin-bottom: 50px;
}

/* Tabs */
.top-tabs li {
	list-style-type: none;
}

ul.top-tabs { margin: 0 0 20px 0; padding: 0; }

ul.top-tabs li.top-tab-li { box-sizing: border-box; border-width: 2px; border-style: solid; border-radius: 3px; float: left; padding: 2px; text-align: center; width: 31%; }

a.top-tab { border-radius: 3px 3px 0 0; border-style: solid; border-width: 3px; color: #fff; display: block; font-size: 15px; font-weight: 600; min-height: 88px; padding: 10px 6px; text-align: center; text-transform: capitalize; width: 100%; }


li.top-tab-li.tb-1 { border-color: var(--secondary-purple); }
li.top-tab-li.tb-2 { border-color: #9eb53a; margin: 0 3.5%; }
li.top-tab-li.tb-3 { border-color: #e8931c; }

.top-tab-1 { background: var(--secondary-purple); border-color: var(--secondary-purple); }
.top-tab-1.active { background: #fff; color: var(--secondary-purple); text-shadow: none; }
.top-tab-2 { background: #9eb53a; border-color: #9eb53a; }
.top-tab-2.active { background: #fff; color: #9eb53a; text-shadow: none; }
.top-tab-3 { background: #e8931c; border-color: #e8931c; }
.top-tab-3.active { background: #fff; color: #e8931c; text-shadow: none; }

.tab-content { width: 100%; }
.sb-tab-1, .sb-tab-2, .sb-tab-3 { background: #fff; border-radius: 0 3px 3px 3px; box-sizing: border-box; border-style: solid; border-width: 5px; /*min-height: 738px;*/ overflow: hidden; padding: 40px; width: 100%; }
#np-30 { border-color: var(--secondary-purple); }
#asked { border-color: var(--secondary-purple); }
#questions { border-color: #9eb53a; }
#registries { border-color: #9eb53a; }
#articles-1 { border-color: #9eb53a; }
#programtab, #researchtab, #random2, #pre-post2, #comparative2, #follow-up2, #california, #logic, #substance, #international { border-color: #9eb53a; }
#inventory { border-color: #e88f00; }
#aapi-2 { border-color: #e88f00; }
#rs-aapi3 { border-color: #e88f00; }
.sb-tab-2 .buttons { top: 0; }
.sb-tab.tier-embed-tab.js-tab-registries { display: none; }
.tab-content p {
	margin: 0 0 20px;
}

.tab-content ul, .tab-content ol {
	padding-left: 30px;
	margin: 20px 0;
}

.tab-content li {
	margin: 20px 0;
}

.tab-sidebar {
/*
	width: 25%;
	float: left;
*/
  box-sizing: border-box;
  width: 100%;
}

.tab-sidebar li { box-sizing: border-box; color: #fff; float: left; font-weight: bold; list-style-type: none; margin: 0 2% 20px 0; text-align: center; width: 49%; }
.tab-sidebar li:last-of-type { margin-right: 0; }
.tab-sidebar a { border-radius: 3px 0 0 3px; color: #fff; display: block; font-size: 14px; font-weight: 300; padding: 20px; box-sizing: border-box;  }
#research .tab-sidebar a { background: #775c8f; }
.tab-sidebar a.tab-active { background: #fff; border-radius: 3px; border-style: solid; border-width: 2px; padding: 18px 20px; }
#research .tab-sidebar a.tab-active { border-color: var(--secondary-purple); color: var(--secondary-purple); }
#npp .tab-sidebar li:nth-of-type(odd) a { background: #9eb53a; }
#npp .tab-sidebar li:nth-of-type(even) a { background: #869c2b; }
#npp .tab-sidebar a.tab-active { background: #9eb53a; border-color: #9eb53a; color: #9eb53a; }
#aapi .tab-sidebar li:nth-of-type(even) { margin-right: 0; }
#aapi .tab-sidebar li:nth-of-type(odd) a { background: #e88f00; }
#aapi .tab-sidebar li:nth-of-type(even) a { background: #cc7600; }
#aapi .tab-sidebar li:nth-of-type(3) a { background: #cc7600; }
#aapi .tab-sidebar a.tab-active { background: #e88f00; border-color: #e88f00; color: #e88f00; }


.tab {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0 0 3px 3px;
}

.tab-hr {
	width: 100%;
	height: 1px;
	background: #696969;
	margin: 40px 0;
}

.sb-tabs { padding-left: 0; margin: 0; }

/* RESEARCH */

/* Dropdown Button */
.dropbtn {
  background-color: #e16c55;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  outline: none;
  padding: 10px;;
  text-align: center;
  width: 100%;
}

.dropbtn.active-btn {
  border: 5px solid #fff;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #e16c55;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
/*    background: #E16C55;*/
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  background: #E16C55;
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
  text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.tier-embed-tab { border-radius: 0; border-style: solid; border-width: 2px; color: #fff; font-size: 13px; display: inline-block; float: left; font-weight: bold; height: 56px; line-height: 1.2; margin: 0 2% 20px 0; padding: 10px 15px; text-align: center; width: 30%; }
.tier-embed-tab:nth-of-type(odd) { background: #5e6673; }
.tier-embed-tab:nth-of-type(even) { background: #778191; }
.tab-content .tab-active { color: #778191 !important; border: 1px solid #778191 !important;}

.buttons { margin-bottom: 5px; position: relative; top: -20px; display: inline-block; }

.rf-head { margin-bottom: 20px;}




#research {
/*	background: #E16C55;*/
}

#research .tab-sidebar {
/*	background: #E16C55;*/
  border-color: #E16C55;
}

#research .tier-1-tab {
	background: #75C5AD;
}

#research .tier-2-tab {
	background: #ECC542;
}

#research .tier-1-tab.tab-active {
	background: #fff;
	color: #75C5AD;
}

#research .tier-2-tab.tab-active {
	background: #fff;
	color: #ECC542;
}

.search-fnc { margin-top: 20px; }
.search-fnc select { max-width: 300px !important;}

#npp {
/*	background: #75C5AD;*/
}

#npp .tab-sidebar {
/*	background: #75C5AD;*/
  border-color: #75C5AD;
}

#npp .dropdown { box-sizing: border-box; float: left; margin: 0 2% 20px 0; width: 49%; }
#npp .dropdown:nth-of-type(even) { margin-right: 0; }
#npp .dropdown:nth-of-type(even) .tier-1-tab { background: #9eb53a; }
#npp .dropdown:nth-of-type(odd) .tier-1-tab { background: #869c2b; }

#npp .tier-1-tab.tab-active {
    background: #fff;
    border-color: #75C5AD;
	color: #75C5AD;
}

.sb-top-item.tab-active {
	color: #48546B;
}

.sb-tab-header {
	padding: 10px 20px;
	box-sizing: border-box;
}

.tab-active {
	background: #fff !important;
}

.button-group { margin-bottom: 30px; }
.button-group .button { border-radius: 0; border-style: solid; border-width: 2px; color: #fff; padding: 10px 15px; margin: 0 2% 20px 0; width: 30%; }
.button-group .button:nth-of-type(odd) { background: #5e6673; }
.button-group .button:nth-of-type(even) { background: #778191; }
.button-group .button.is-checked { background: #fff; border-color: #778191; color: #778191; }
.isotope .element-item { display: block; width: 100%!important; }
/*.isotope .element-item p strong { margin-right: 15px; }*/
.isotope .element-item a { /*color: #48546a;*/ position: relative; }
.isotope .element-item p:before { color: #48546a; content: '\25B6'; display: block; font-size: 10px; left: -15px; position: absolute; top: 3px; }

.alphabet { list-style-type: upper-alpha; }

.header-scrolled-down1 { margin-bottom: -35px; }

.filter-sb { width: 100%; margin: 0 auto; }
.filter-sb p:nth-child(1) { margin: 20px 0; }

.filter-btn { background: #e16c55; display: inline-block; border: 2px solid #e16c55; border-radius: 4px; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; box-sizing: border-box; color: #fff !important; float: left; font-weight: 600; margin: 0 0.5% 0 0.5%; min-height: 88px; padding: 16px 10px; text-align: center; text-decoration: none !important; width: 24.25%; }

.filter-first { background: #696969 !important; border: 3px solid #696969 !important; }
.filter-primary { background: #ECC542 !important; border: 3px solid #ECC542 !important; margin-left: 0; }
.filter-secondary { background: #75C5AD !important; border: 3px solid #75C5AD !important; }
.filter-tertiary { background: #48546A !important; border: 3px solid #48546A !important; }
.filter-comprehensive { background: #B7181D !important; border: 3px solid #B7181D !important; margin-right: 0; }
.filter-header { color: #fff !important; font-weight: 600; text-decoration: none !important; background: #E16C55; display: inline-block; border-radius: 4px; padding: 16px 10px; width: 100%; text-align: center; margin-bottom: 10px; }
.filter-options-cntnr { display: inline-block; float: right; margin: 5px 0 15px 0; }
.filter-options-cntnr .filter-option { background: #fff; border: 1px solid #48546A !important; border-radius: 2px; color: #48546A; display: inline-block; margin-right: 5px; padding: 4px 15px; position: relative; }
.filter-options-cntnr .filter-option:last-of-type { margin-right: 0; }
.filter-options-cntnr .filter-option.active { background: #E6E6E6; text-shadow: none; }
.filter-options-cntnr .filter-option.active:after { background: #fff; border-top: 1px solid #48546A !important; border-left: 1px solid #48546A !important; bottom: -24px; content: ''; display: block; height: 15px; left: 50%; position: absolute; transform: translate(-50%, 0) rotate(45deg); width: 15px; }
.nhfm-header { border-radius: 4px 4px 0 0; margin-bottom: 0; }
.s-results { width: 670px; float: left; font-size: 14px;}
.s-results strong { font-size: 16px;}
.s-results .pl-title { font-size: 16px;}
.s-results .pl-td { padding: 20px 10px; }
.filter-options { font-size: 11px; font-weight: normal; }
.filter-options input { margin: 0; }
/* .s-results .atidlist { max-width: 160px;} */

.p-box {  width: 100%; float: right; padding: 10px; box-sizing: border-box; border-radius: 4px; margin-bottom: 10px; }
.p-box h3 { color: #fff; text-align: center; margin-bottom: 10px; font-size: 24px; }
.p-box p { margin: 20px 0; }
.p-box ul.options-cntnr { padding-left: 30px; margin-bottom: 20px; }
.p-box ul.options-cntnr li { box-sizing: border-box; display: inline-block; float: left; margin: 0 0 20px 0; min-height: 84px; padding: 10px; text-align: center; vertical-align: top; width: 33.333333%; }
.p-box ul.options-cntnr li a { color: #fff; display: block; line-height: 1.25; min-height: 60px; padding: 10px 0; }
.primary-info-box ul.options-cntnr li:nth-of-type(odd) a { background: #E39F00; }
.primary-info-box ul.options-cntnr li:nth-of-type(even) a { background: #EBB915; }
.primary-info-box ul.options-cntnr li.selected a { background: #fff; border: 2px solid #E39F00; color: #E39F00; }
.secondary-info-box ul.options-cntnr li:nth-of-type(odd) a { background: #6aaf9a; }
.secondary-info-box ul.options-cntnr li:nth-of-type(even) a { background: #75C5AD; }
.secondary-info-box ul.options-cntnr li.selected a { background: #fff; border: 2px solid #75C5AD; color: #75C5AD; }
.tertiary-info-box ul.options-cntnr li:nth-of-type(odd) a { background: #48546A; }
.tertiary-info-box ul.options-cntnr li:nth-of-type(even) a { background: #56647e; }
.tertiary-info-box ul.options-cntnr li.selected a { background: #fff; border: 2px solid #48546A; color: #48546A; }
.comprehensive-info-box ul.options-cntnr li:nth-of-type(odd) a { background: #B7181D; }
.comprehensive-info-box ul.options-cntnr li:nth-of-type(even) a { background: #dc2f35; }
.comprehensive-info-box ul.options-cntnr li.selected a { background: #fff; border: 2px solid #B7181D; color: #B7181D; }

.program-desc { background: #fff; padding: 0 30px; box-sizing: border-box; }

/*.primary-info-box { background: #ECC542; }*/
/*.secondary-info-box { background: #75C5AD; }*/
/*.tertiary-info-box { background: #48546A; }*/
/*.comprehensive-info-box { background: #B7181D; }*/

/* .result-div { width: 670px; } */

.sidebar-link { box-sizing: border-box; display: inline-block; float: left; margin: 0 0 15px 1%; width: 13.28%; font-weight: bold; min-height: 250px; }
.sidebar-link div:first-of-type { padding-top: 5px; }
.cat-name { margin: 15px 0; display: block; }

.fl-head { font-size: .8em; min-height: 45px; }

.inp3 { width: 100%; padding: 10px; }
.inp4 { width: 100%; padding: 10px; }
.contact-submit { border: none; padding: 10px 30px; background: #e16c55; color: #fff; text-transform: uppercase; }

.cat-banner-Primary { background: url(/images/primary-banner.jpg) center right; background-size: 100% auto; height: 255px; position: relative; }
.cat-banner-Primary div { max-width: 960px; margin: 0 auto; }
.cat-banner-Primary .first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 72px; display: block; line-height: 72px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }
.cat-banner-Primary .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 34px; display: block; line-height: 42px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }

.cat-banner-Secondary { background: url(/images/secondary-banner.jpg) center right; background-size: 100% auto; height: 255px; position: relative; }
.cat-banner-Secondary div { max-width: 960px; margin: 0 auto; }
.cat-banner-Secondary .first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 72px; display: block; line-height: 72px; max-width: 800px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }
.cat-banner-Secondary .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 34px; display: block; line-height: 42px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }

.cat-banner-Tertiary { background: url(/images/tertiary-banner.jpg) center right; background-size: 100% auto; height: 255px; position: relative; }
.cat-banner-Tertiary div { max-width: 960px; margin: 0 auto; }
.cat-banner-Tertiary .first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 72px; display: block; line-height: 72px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }
.cat-banner-Tertiary .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 34px; display: block; line-height: 42px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }

.cat-banner-Comprehensive { background: url(/images/comprehensive-banner.jpg) center right; background-size: 100% auto; height: 255px; position: relative; }
.cat-banner-Comprehensive div { max-width: 960px; margin: 0 auto; }
.cat-banner-Comprehensive .first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 72px; display: block; line-height: 72px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }
.cat-banner-Comprehensive .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 34px; display: block; line-height: 42px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }

.cat-banner-Resource { background: url(/images/resource-materials.jpg) center right; background-size: 100% auto; height: 255px; position: relative; }
.cat-banner-Resource div { max-width: 960px; margin: 0 auto; }
.cat-banner-Resource .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 34px; display: block; line-height: 42px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }

.cat-banner-DVDs { background: url(/images/dvd.jpg) center right; background-size: 100% auto; height: 255px; position: relative; }
.cat-banner-DVDs div { max-width: 960px; margin: 0 auto; }
.cat-banner-DVDs .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 34px; display: block; line-height: 42px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }

.cat-banner-AAPI-2 { background: url(/images/aapi.jpg) center right; background-size: 100% auto; height: 255px; position: relative; }
.cat-banner-AAPI-2 div { max-width: 960px; margin: 0 auto; }
.cat-banner-AAPI-2 .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 46px; display: block; line-height: 52px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }

.cat-banner-training { background: url(/images/primary-banner.jpg) no-repeat center right; background-size: cover; height: 255px; position: relative; }
.cat-banner-training div { max-width: 960px; margin: 0 auto; }
.cat-banner-training .prod-first-word { font-family: 'Lustria', Georgia, 'Times New Roman', serif; font-weight: normal; font-size: 46px; display: block; line-height: 52px; max-width: 700px; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; }
.cat-banner-AAPI-2 { background-size: cover; }

.sample-box { width: 31%; float: left; margin: 20px 1%; border: 1px solid #696969; box-sizing: border-box; padding: 10px 10px; text-align: center; min-height: 450px; }
.sample-box .btn { width: 100%; font-size: 12px; padding: 10px 0; margin-top: 10px; }
.sample-box p { min-height: 104px; margin: 5px; }
.sample-box img { height: 200px; }
p.spanish-m { min-height: auto; }

.go-back-btn { margin: 40px 0; }

.product-area img { margin-right: 50px; margin-bottom: 20px; float: left; }
.product-area .productlist-table td { padding: 20px; box-sizing: border-box; }
.product-area .productlist-table td.whiteBG { background: #fff; padding: 20px 20px 0 20px; }
.prod-colored-row td { background-color:var(--primary-light-yellow); }
.product-area .productlist-table th { background: var(--primary-orange) !important; color: #fff; text-align: left; padding: 20px; box-sizing: border-box; text-transform: uppercase; }
.product-area .productlist-table tr:nth-of-type(odd) { background: var(--primary-light-yellow); }
/* .productlist-table .form-content select, .atidlist { max-width: 170px !important; } */
/*.productlist-table .form-content select { max-width: 170px !important; }*/
.productlist-table .form-content select { max-width: 100% !important; }

#programs td { background-color: #48546a; }
.addtocart {  }

.prod-bg-table th { background: var(--primary-orange) !important; color: #fff; text-align: left; padding: 20px; box-sizing: border-box; text-transform: uppercase; }
.prod-bg-table td { padding: 20px; box-sizing: border-box; }
.prod-bg-table tr:nth-of-type(odd) { background: var(--primary-light-yellow); }

.btn-checkout{padding: 5px 10px !important;}
.img-trainer-bio{max-width: 80%; border-radius: 7px; box-shadow: 0 0 10px #333;}

.td1{padding: 5px 0px;}
.breadcrumbs{position: relative; font-size: 12px; margin-top: 0; }
.newstext img{margin-right: 20px !important; box-shadow: 0 0 10px #000; border-radius: 5px;}

/*** Home page Comprehensive Programs Pop Ups ***/
#comp1, #comp2, #comp3, #comp4{display: none;}
#comp1{top: 88px; left:-250px;}
#comp2{top: -20px; right:-200px;}
#comp3{top: 150px; left:-100px;}
#comp4{top: 20px; left: -160px;}
#comp1 .comp-map-inner-box {background: #ecc542;}
#comp2 .comp-map-inner-box {background:#75c4ae;}
#comp3 .comp-map-inner-box {background:#48546a;}
#comp4 .comp-map-inner-box {background:var(--primary-orange);}
.comp-map-inner-box{width: 100%; min-height: 250px; border: solid 5px #fff; border:solid 5px #fff;}
.comp-map-box{min-width: 250px; max-width: 320px; color:#fff; border:solid 1px #cacaca; border-radius: 7px; box-shadow: 0 0 10px #cacaca; position: absolute; z-index: 100;}
.comp-map-desc{text-align: center; padding:20px;}
.comp-map-desc h1{ font-size: 25px; font-weight: normal; font-family: 'Lustria', Georgia, 'Times New Roman', serif; line-height: normal; margin-bottom: 10px !important;}
.comp-map-desc p{margin: 20px 0px; line-height: normal;}
#comp1 .btn-comp-map{background: #ecc542; border: solid 1px #ecc542;}
#comp2 .btn-comp-map{background: #75c4ae; border: solid 1px #75c4ae;}
#comp3 .btn-comp-map{background: #48546a; border: solid 1px #48546a;}
#comp4 .btn-comp-map{background: var(--primary-orange); border: solid 1px var(--primary-orange);}

img{max-width: 100%;}
.img-slide-presentation{min-height: 250px; max-height: 250px;}

.form-login td{padding: 5px 0px;}

.header-spacer { height: 190px; width: 100%; }

#incell-left { width: 50%; }
#incell-right { width: 50%; }

.forum-topic-even td { background: var(--primary-light-yellow); padding: 10px; box-sizing: border-box; }
.forum-topic-odd td { padding: 10px; box-sizing: border-box; }

.forum-topic-even .btn-checkout, .forum-topic-odd .btn-checkout { float: right; }
.post-title { font-size: 32px; }
.post-table { width: 100%; }
.post-data { font-size: 16px; margin-bottom: 30px; color: #75c5ad; font-weight: bold; }
.post-replies { font-size: 20px; font-weight: bold; margin: 30px 0 20px; display: block; background: #75c5ad; color: #fff; padding: 10px 20px; box-sizing: border-box; }
.post-hr { width: 100%; height: 1px; background: #48546a; display: block; margin-top: 10px; }

.remfromcart { color: #e16c55; }

.add-topic-table { width: 100%; display: block; padding-top: 30px; }
.add-topic-table tr, .add-topic-table td, .add-topic-table tbody { width: 100%; display: block; padding: 0; }

.add-topic-content { width: 100%; display: block; height: 300px; font-weight: normal; margin-top: 5px; margin-bottom: 20px; }
.add-topic-title { width: 100%; display: block; margin-bottom: 20px; margin-top: 5px; }

.yendifplayer { margin: 30px 0; }

.content h2 { margin-bottom: 30px; }
.btn-right { float: right; }
#order-history h2 { float: left; }

.thanks-table td { padding: 10px; box-sizing: border-box; }
.reply-table { width: 100%; display: block; }
.reply-table tbody { width: 100%; display: block; }
.reply-table td { width: 100%; display: block; padding: 0; }
.reply-table tr { width: 100%; display: block; }
.reply-table textarea { width: 100%; display: block; margin-bottom: 20px; margin-top: 10px; font-weight: normal; }

.override-size-text{ font-size: 46px !important; line-height: normal !important; text-shadow: 0 0 10px #000;}

.pl-td { font-size: inherit; padding: 10px 10px; box-sizing: border-box; }

.training-listrowdiv { float: left; max-width: 48%; width: 100%; margin: 1%; }
.training-listrowdiv p { margin: 5px 0; }
.training-listrowname { background: #75c5ad; color: #fff; padding: 5px 15px; box-sizing: border-box; text-align: center; font-weight: bold; }
.training-listrowcontent { background: var(--primary-light-teal); padding: 10px 20px; }
.training-full-height { min-height: 305px; background: var(--primary-light-teal);}
.training-full-height:nth-child(even){clear: both;}
.training-full-height .training-listrowcontent { height: 90%; }


#trainer-statetitle { background: #48546a; color: #fff; padding: 5px; text-transform: uppercase; font-weight: bold; }
#trainer-statetitle h2 { color: #fff; }

/******** ADDED 2017-12-18
-------------------------------------------------------------- */
#proddesc, #proddesc2 { display: none; }

/******** ADED 2018-01-02
-------------------------------------------------------------- */
div.button.left { float: left; margin: 30px 0; }
div.button.left.b-left { margin-right: 20px; }
.gh-title { font-weight: 900; }
.gh-title-mobile { display: none; font-weight: 900; }
.gh-title-mobile span { border-bottom: 3px solid #696969; display: inline-block; margin: 10px; padding: 0 20px 5px 20px; }
#filter_form { position: relative; }
.go-submit-btn { bottom: 0; max-width: 184px; padding: 8px 20px; position: absolute; right: 0; width: 100%; }
.go-submit-btn.fixed { position: fixed; }
@media screen and (max-width: 640px) {
  div.button.left { margin: 20px 0; }
  div.button.left.b-left { margin-bottom: 0px; }

}

/******** ADED 2018-01-31
-------------------------------------------------------------- */
#yellow-section {
  background: #FCF5E3;
}

/******** ADED 2018-02-16
-------------------------------------------------------------- */
ul.links-cntnr { margin: 0 auto 40px auto; padding: 0; text-align: center; }
ul.links-cntnr br { display: none; }
ul.links-cntnr li { display: inline-block; margin-right: 40px; position: relative; }
ul.links-cntnr li:last-of-type { margin-right: 0; }
ul.links-cntnr li:before { background: #696969; border-radius: 50%; content: ''; display: inline-block; height: 5px; left: -10px; position: absolute; top: 11px; width: 5px; }
.catprog-row .catprog-desc ul.links-cntnr { margin: 0 auto; }
.catprog-row .catprog-desc ul.links-cntnr li a { color: #e16c55; font-weight: normal; text-transform: none; }
.catprog-row .catprog-desc a.btn { font-size: 16px; font-weight: 300; padding: 8px 30px; }

/******** ADED 2018-03-13
-------------------------------------------------------------- */
.all-filters-cntnr {
  display: none;
}
.programs-filters-cntnr {
  display: none;
  margin: 15px 0 40px 0;
}
.all-filters-cntnr.filter-results {
    margin-top: 15px;
}
.programs-filters-cntnr ul {
  box-sizing: border-box;
  /* list-style-type: none; */
  list-style-image: url('/images/filter-programs-arrow.jpg');
  margin: 0;
  width: 100%;
}
.programs-filters-cntnr ul li {
  box-sizing: border-box;
  color: #48546A;
  float: left;
  margin: 0;
  position: relative;
  width: 33.333333%;
}
.no-padding{
  padding: 0;
  max-width: 50%;
}
.padding-20{
  padding: 20px 0;
}
.red-color{
  color: #e16c55;
}
.blue-accordion .form-content p{
  color: #48546A;
}
.programs-filters-cntnr ul li a { color: #48546A; }
.programs-filters-cntnr ul li.filter-selected a { color: #B7181D; }
.programs-filters-cntnr ul li.filter-selected:before { color: #B7181D; }

/* .programs-filters-cntnr ul li:before {
  content: '\25B6';
  display: inline-block;
  font-size: 9px;
  left: -14px;
  position: absolute;
  top: 6px;
} */
/*
.programs-filters-cntnr ul li a {
  color: #48546A;
}
.programs-filters-cntnr ul li a.filter-selected {
  color: #B7181D;
}
*/
.search-results-cntnr form table.result-div { width: 100%; }
.search-results-cntnr form table.result-div tr.form-header td { background: var(--primary-grey-three)/*#686868*/; }
.search-results-cntnr form table.result-div tr:not(.form-header):nth-of-type(even) td { background: var(--primary-light-yellow); }
.search-results-cntnr form .addtocart { max-width: 184px; padding: 8px 37px; }
.description-cntnr .desc-content { padding: 15px 30px; }
.description-cntnr .desc-content:nth-of-type(even) { background: var(--primary-light-yellow); }
.description-cntnr .desc-content:last-of-type { margin-bottom: 30px; }
.description-cntnr .desc-content h1, .description-cntnr .desc-content h2 { font-family: 'Lustria', serif; font-size: 28px; margin: 0!important; text-transform: capitalize; color: #696969; font-weight: 600;}
.description-cntnr .desc-content h1{color: #222;}
.description-cntnr .desc-content p { font-size: 14px; line-height: 1.9; }
.description-cntnr .desc-content ul li { font-size: 14px; line-height: 1.9; }
.btn.buy, a.btn.buy { margin: 0 0 0 2%; max-width: 300px; padding: 8px 30px; }
.btn.buy:first-of-type, a.btn.buy:first-of-type { margin-left: 0; }
.btn.buy.buy-selected, a.btn.buy.buy-selected { background: none; border: 5px double #e16c55; color: #e16c55!important; padding: 5px 30px; }
.programs-form-cntnr { margin-top: 20px; }
.programs-form-cntnr .form-title.drop-title, .programs-form-cntnr .form-title.drop-title * { cursor: pointer; }
/*.programs-form-cntnr table tr.form-content { display: none; }*/
.programs-form-cntnr .form-header td { background: #686868; }
.programs-form-cntnr .form-title td { background: #e16c55; color: #fff; }
.programs-form-cntnr tr.form-content .nested { padding: 0; }
.programs-form-cntnr tr.form-content .nested table { width: 100%; }
.programs-form-cntnr a[name] { margin: 0; padding: 0; }

/******** Added 2018-03-22
-------------------------------------------------------------- */
.research-btn-cntnr { margin: 0 auto 30px auto; width: 100%; }
.research-btn-cntnr .research-btn { background: #629FD0; border: 2px solid #629FD0; border-radius: 4px; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; float: left; font-weight: 600; margin: 0 0.5% 0 0.5%; padding: 10px 6px; text-align: center; text-decoration: none !important; width: 32.666666%; }
 .blue-btn { background: #48546a; border: 2px solid #48546a; border-radius: 4px; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; float: left; font-weight: 600; margin: 0 0.5% 0 0; padding: 10px 6px; text-align: center; text-decoration: none !important; width:100%; max-width: 350px; text-transform: uppercase;}
 .btn-purple{
    background: var(--secondary-purple); border: 2px solid var(--secondary-purple); border-radius: 4px; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; float: left; font-weight: 600; margin: 0 0.5% 0 0; padding: 10px 6px; text-align: center; text-decoration: none !important; width: 100%; max-width: 350px; text-transform: uppercase;
 }

.research-btn-cntnr .research-btn:first-of-type { margin-left: 0; }
.research-btn-cntnr .research-btn:last-of-type { margin-right: 0; }
.research-btn-cntnr .research-btn.active { background: #fff; border-style: double; border-width: 6px; color: #629FD0; padding: 12px 10px; }
.select-one { margin: 0 0 10px 0; }
/*.content-cntnr { display: none; }*/
.content-cntnr .indiv-content { display: none; }
.training-btn-cntnr .training-btn { background: #B59B57; border-color: #B59B57; width: 24.25%; }
.training-btn-cntnr .training-btn.active { background: #fff; border-style: double; border-width: 6px; color: #B59B57; padding: 12px 10px; }
.research-btn-cntnr.ebooks-btn-cntnr { margin: 0 auto 30px auto; max-width: 500px; }
.research-btn-cntnr .ebooks-btn { border-radius: 4px; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; float: left; font-weight: 600; margin: 0 10% 0 0; min-height: none; padding: 20px 10px; text-align: center; text-decoration: none !important; width: 45%; text-transform: uppercase; }
.research-btn-cntnr .ebooks-btn { padding: 3px; }
.research-btn-cntnr .ebooks-btn span { display: block; padding: 20px 10px; }
.research-btn-cntnr .ebooks-btn:first-of-type { border: 2px solid #e16c55; }
.research-btn-cntnr .ebooks-btn:first-of-type span { background: #e16c55; }
.research-btn-cntnr .ebooks-btn:first-of-type.active span { background: #fff; border: 2px solid #e16c55; color: #e16c55; padding: 18px 10px; }
.research-btn-cntnr .ebooks-btn:last-of-type { border: 2px solid #75c5ad; margin-right: 0; }
.research-btn-cntnr .ebooks-btn:last-of-type span { background: #75c5ad; }
.research-btn-cntnr .ebooks-btn:last-of-type.active span { background: #fff; border: 2px solid #75c5ad; color: #75c5ad; padding: 18px 10px; }
.filter-sb.ebooks .programs-filters-cntnr, .filter-sb.ebooks .all-filters-cntnr { border-top: 1px solid #48546A !important; padding-top: 18px; }
.how-it-works-cntnr { background: #ffece8; padding: 30px; }
.how-it-works-cntnr ul { list-style: none; margin: 0; padding: 0; }
.how-it-works-cntnr ul li { font-size: 14px; margin: 0 0 10px 0; }
.how-it-works-cntnr ul li span { background: var(--primary-orange); border-radius: 50%; color: #fff; display: inline-block; font-size: 18px; height: 34px; line-height: 1.8; margin: 0 5px 0 0; text-align: center; width: 34px; }
.ebooks-table .form-header td { background: #696969; }
.ebooks-table tr.form-body { cursor: pointer; }
.ebooks-table tr.form-body:nth-of-type(odd) { background: var(--primary-light-yellow); }
.ebooks-table tr.form-body:nth-of-type(even) { background: #fff; }
.ebooks-table tr.form-body td { padding: 0; }
.ebooks-table tr.form-body td a.title-bar { display: block; padding: 20px; }
.ebooks-table tr.form-body td a.title-bar span.ebooks-right-arrow { display: inline-block; -webkit-transition: transform 0.4s; transition: transform 0.4s;}
.ebooks-table tr.form-body td a.title-bar { color: #48546a; }
.ebooks-table tr.form-body td a.title-bar.clicked { color: var(--primary-orange); }
.ebooks-table tr.form-body td .ebooks-sub-content { background: var(--primary-light-teal); display: none; padding: 20px; }
.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-image { float: left; margin-right: 2%; width: 13%; }
.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-info-cntnr { float: left; margin-right: 2%; width: 64%; }
.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-info-cntnr p:first-of-type { margin-top: 0; }
.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-info-cntnr p:nth-of-type(2) { font-size: 15px; }
.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-info-cntnr a { display: block; float: right; }

.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-purchase-cntnr { float: left; width: 19%; }
.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-purchase-cntnr p.price { margin: 0 0 126px 0; text-align: right; }
.ebooks-table tr.form-body td .ebooks-sub-content .ebooks-purchase-cntnr a.btn { padding: 15px 10px; }
/******** Added 2018-03-29
-------------------------------------------------------------- */
.filter-sb.ebooks .programs-filters-cntnr.streaming-videos { border: none!important; display: block; padding-top: 0; }


/******** ADDED 2018-04-04
-------------------------------------------------------------- */
.programs-filters-cntnr { border-top: 1px solid #48546A; padding: 16px 10px;}
.clearfix:before {   display: none;}
ul.options-cntnr.clearfix { display: block; -webkit-padding-start: 0;}
ul.options-cntnr.clearfix li { list-style-type: none; box-sizing: border-box; border-width: 3px; border-style: solid; border-radius: 3px; float: left; /* padding: 2px; */ text-align: center; width: 31%; margin: 1%; background: #E39F00; border-color: #E39F00;}
li.selected { background: #FFF !important;}
li.selected a { color: #E39F00 !important; /* border: 3px solid #FFF !important; */ border: none;}
li.selected a img { border-top: 3px solid #E39F00;}
ul.options-cntnr.clearfix li:nth-child(even) { background: #ebb915; border: 3px solid #EBB915;}
li:nth-child(even).selected a { background: #FFF; /* border: 3px solid #FFF !important; */ color: #EBB915 !important;}
li:nth-child(even).selected a img { border-top: 3px solid #EBB915;}
ul.options-cntnr.clearfix li a { display: inline-block; color: #FFF; font-weight: 600; min-height: 170px; padding: 10px 5px 0; text-align: center; box-sizing: border-box; border-radius: 4px; width: 100%; position: relative;}
ul.options-cntnr.clearfix li a img { position: absolute; bottom: 0; left: 0;}
.grey-solid { background: #4c4c4c !important;}
.gold { background: var(--primary-yellow)/*#ebb915*/; border: 3px solid var(--primary-yellow)/*#EBB915*/;}
.gold-solid { background: var(--primary-yellow)/*#ebb915*/ !important;}
.teal { background: var(--primary-teal)/*#5AB399*/ !important; border: 3px solid var(--primary-teal)/*#5AB399*/ !important;}
.teal-solid { background: var(--primary-teal)/*#5ab399*/ !important;}
.teal:nth-child(even) { background: var(--primary-teal)/*#75c5ad*/ !important; border: 3px solid var(--primary-teal)/*#75c5ad*/ !important;}
li.selected.teal a { /* border: 3px solid #FFF !important; */ color: var(--primary-teal)/*#5AB399*/ !important;}
li.selected.teal a img { border-top: 3px solid var(--primary-teal)/*#5AB399*/;}
li.selected.teal:nth-child(even) { background: #FFF !important;}
li.selected.teal:nth-child(even) a { /* border: 3px solid #FFF !important; */ color: #75c5ad !important;}
li.selected.teal:nth-child(even) a img { border-top: 3px solid #75C5AD;}
.darkblue { background: var(--primary-grey-one)/*#2f3a52*/ !important; border: 3px solid var(--primary-grey-one)/*#2f3a52*/ !important;}
.darkblue-solid { background: var(--primary-grey-one)/*#2f3a52*/ !important;}
.darkblue:nth-child(even) { background: #48546a !important; border: 3px solid #48546a !important;}
li.selected.darkblue a { /* border: 3px solid #FFF !important; */ color: #2f3a52 !important;}
li.selected.darkblue a img { border-top: 3px solid var(--primary-grey-one)/*#2F3A52*/;}
li.selected.darkblue:nth-child(even) { background: #FFF !important;}
li.selected.darkblue:nth-child(even) a { /* border: 3px solid #FFF !important; */ color: #48546a !important;}
li.selected.darkblue:nth-child(even) a img { border-top: 3px solid #48546A;}
.red { background: var(--secondary-red)/*#91080b*/ !important; border: 3px solid var(--secondary-red)/*#91080b*/ !important;}
.red-solid { background: var(--secondary-red)/*#91080b*/ !important;}
.red:nth-child(even) { background: #b1171c !important; border: 3px solid #b1171c !important;}
li.selected.red a { /* border: 3px solid #FFF !important; */ color: var(--secondary-red)/*#91080b*/ !important;}
li.selected.red a img { border-top: 3px solid var(--secondary-red)/*#91080B*/;}
li.selected.red:nth-child(even) { background: #FFF !important;}
li.selected.red:nth-child(even) a { /* border: 3px solid #FFF !important; */ color: #b1171c !important;}
li.selected.red:nth-child(even) a img { border-top: 3px solid #B1171C;}
.catprog-row .catprog-desc ul.links-cntnr { display: grid; grid-template-columns: 1fr 1fr;}
.catprog-row .catprog-desc ul.links-cntnr li:first-of-type { background: var(--primary-orange); border: 2px solid var(--primary-orange); padding: 5px; text-align: center; -webkit-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff;}
.catprog-row .catprog-desc ul.links-cntnr li:last-of-type { text-align: right;}
.catprog-row .catprog-desc ul.links-cntnr li a { color: #FFF; font-weight: bold; text-transform: uppercase;}
.catprog-row .catprog-desc ul.links-cntnr li:before { display: none;}
table.catdescbox-border.productlist-table .form-header .pl-td { background: var(--primary-orange); cursor: pointer; transition: 0.4s;}
table.catdescbox-border.productlist-table .form-header .pl-td:after { content: '\002B'; color: #FFF; font-weight: bold; float: right; margin-left: 5px;}
#read-more { background: transparent; border: none; color: var(--primary-orange);}
#read-more:after { content: "\f105"; font-family: 'FontAwesome'; margin-left: 8px;}
#read-more-btn:hover, #read-more-btn1:hover { cursor: pointer; }
.read-more-txt, .read-more-txt1 { display: none; }
.course-description, .desc-content { display: none;}
.filter-btns-cntnr.clearfix { display: block; -webkit-padding-start: 0px;}
ul.filter-btns-cntnr.clearfix li { list-style-type: none; box-sizing: border-box; border-width: 2px; border-style: solid; border-radius: 3px; float: left; padding: 2px; text-align: center; width: 23%; margin: 0 1%;}
.filter-btn { width: 100%; border: none; -webkit-box-shadow: none; box-shadow: none;}
.filter-btns-cntnr.tb-1 { border-color: #ECC542;}
a.filter-btn.filter-primary.active { background: #FFF !important; color: #ECC542 !important; border: 3px solid #ECC542 !important;}
.filter-btns-cntnr.tb-2 { border-color: #75C5AD;}
a.filter-btn.filter-secondary.active { background: #FFF !important; color: #75C5AD !important; border: 3px solid #75C5AD !important;}
.filter-btns-cntnr.tb-3 { border-color: #48546A;}
a.filter-btn.filter-tertiary.active { background: #FFF !important; color: #48546A !important; border: 3px solid #48546A !important;}
.filter-btns-cntnr.tb-4 { border-color: #B7181D;}
a.filter-btn.filter-comprehensive.active { background: #FFF !important; color: #B7181D !important; border: 3px solid #B7181D !important;}
#product-reveal { margin-top: 20px;}
.programs-form-cntnr { display: none;}

/******** ADDED 2018-04-09
-------------------------------------------------------------- */

.filter-btn { min-height: 70px; padding: 5px;}
.filter-options-cntnr { margin: 5px 0 0;}

/******** ADDED 2018-04-10
-------------------------------------------------------------- */

#programs { background: var(--primary-grey-three)/*#686868*/; color: #fff; }
.form-header-first { display: inline-block; background: var(--primary-grey-three)/*#686868*/; border-bottom: 5px solid #fff; text-transform: uppercase; color:#fff !important; padding: 10px 20px; width: 100%;}
.pl-title { display: inline-block;}
.pl-title:first-of-type { width: 70%;}
.co-product { width: 65% !important;}
.pl-title.center.qty { width: 12%;}
.pl-title.center { width: 10%; text-align: right;}
.pl-title:first-of-type
.hide-tr { display: none;}
.show-tr { display: table-row !important;}
.outermost { padding: 10px; background: var(--primary-orange);}
.program-contents { display: none;}
.form-content { display: inline-block; background: #FFF; color: #000; padding: 10px 20px; width: 100%;}
.form-content div {   display: inline-block;}
.form-content:nth-of-type(even) {background: var(--primary-light-yellow);}
.program-name { border-bottom: 5px solid #fff; background: var(--primary-orange); text-transform: uppercase; color:#fff !important; padding:10px 20px;}
.program-name:hover, #programs .pl-td:hover {   cursor: pointer;}
.program-name:after, #programs .pl-td:after { content: '\002B'; color: #FFF; font-weight: bold; float: right; margin-left: 5px;}
.program-name.minus:after, #programs .pl-td.minus:after { content: '\002D';}
.show-tr {   display: inherit !important;}
#programs .form-header { background: #48546a;}
.form-content .pl-left { width: 55%; display: inline-block;}
.form-content .pl-right { width: 20%; display: inline-block;}
.form-content .center { width: 10%; display: inline-block;}
.kit-cat-name{ border-bottom: 5px solid #fff; background: var(--primary-orange); text-transform: uppercase; color:#fff !important; padding:10px 20px;}
.kit-cat-h3{text-transform: uppercase; color:#fff !important;font-family: 'Open Sans', Arial, Helvetica, sans-serif;font-size: 16px;line-height: 1.625;font-weight: 700;display: inline-block;}
h1.np-banner-h1{margin-bottom: 0 !important;}

/******** ADDED 4/18/18
-------------------------------------------------------------- */

.form-header.program-bg > .program-name {background: #48546a;}

/******** ADDED 05/02/18
-------------------------------------------------------------- */

.overlay { transition: .5s ease; opacity: 0; position: absolute; top: 0px; left: 0px; transform: translate(0%, 0%); -ms-transform: translate(0%, 0%); text-align: center; height: 100%; width: 100%; background: rgba(0,0,0,0.7);}

li.gold.selected > img, li.teal.selected > img, li.darkblue.selected > img, li.red.selected > img { opacity: 0.3;}
li.gold.selected .overlay, li.teal.selected .overlay, li.darkblue.selected .overlay, li.red.selected .overlay { opacity: 1; }
.overlay-text { color: white; font-size: 16px; padding: 16px 32px; position: absolute; top: 70px; width: 100%;}

/* Program Downloads Page */
.s-head { color: #75C5AD; }
.s-head hr { border: 0; border-bottom: 2px solid #75C5AD; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);  }
.s-head h2 { margin: 0 !important; padding: 20px; font-weight: bold; }

.col-sm-6 { width: 50%; float: left; }

.search-filter { padding: 40px 0; width: 80%; }
.search-filter .tier2 input[type="submit"] { font-family: 'FontAwesome'; width: 10%; }
.search-filter form { background: #75C5AD; width: 100%; position: relative; }
.search-filter .form-rounded input[type="text"] { height: 60px; width: 90%; }
.search-filter .fa-search { color: #fff; float: right; line-height: 36px; padding: 10px 28px; }
.search-filter input[type="submit"] { position: absolute; right: 0; top: 0; height: 58px; width: 100px; }
.search-filter .fa-filter { padding-right: 10px; }
.search-filter .filter-option { padding: 10px; }
.filter-space { margin-bottom: 20px;}

.d-display { padding: 40px; }
.d-display img { margin: auto; display: block; height: 286px; width: auto; }
.d-display .col-sm-6 { padding: 40px; }
.d-display ul { padding-left: 18px; color: var(--primary-orange); }
.d-display strong { text-transform: uppercase; }
.d-display a { color: var(--primary-orange); font-size: 16px; }
.d-display a:hover { font-weight: bold; color: var(--primary-orange); }
.d-display .border-right { border-right: 2px solid #d8d8d8; }
.d-display .prod-name { font-size: 1.0em; font-weight: bold; }
.d-display p { padding: 5px 0; margin: 0; }
.d-display ul { padding: 0; margin: 0; }
.d-display li { list-style: none; font-size: .9em; font-weight: bold; color: #696969; margin: 5px 0; }
.d-display li a { max-width: 200px; padding-right: 10px; float: left; display: inline-block; font-weight: normal; }

.d-title { display: block; }
.d-product { display: block; width: 100%; overflow: hidden; }

/******** Added 9/10/18
-------------------------------------------------------------- */
ul.ps_samplelist.active { display: block; }

/******** Added 10/03/18
Member Area Views
-------------------------------------------------------------- */
.pl-view, .pl-view-val, .pl-order-id, .pl-order-id-val, .pl-order-date, .pl-order-date-val, .pl-order-total, .pl-order-total-val, .pl-ship-date, .pl-ship-date-val, .pl-order-status, .pl-order-status-val, .pl-type, .pl-type-val {
    width: 13%; display: inline-block; vertical-align: top;
}
.pl-order-status, .pl-order-status-val { width: 17%; }

.oh-id, .oh-date, .oh-btn, .mb-title, .mb-date, .mb-file { width: 16%; display: inline-block; vertical-align: top; }
.oh-btn, .mb-file { text-align: center; }
.oh-prod, .mb-desc { width: 48%; display: inline-block; vertical-align: top; }

.content.content-pad.clearfix { margin-top: 200px; }

.pl-10 { width: 9.5%; display: inline-block; vertical-align: top; }
.pl-13 { width: 12.5%; display: inline-block; vertical-align: top; }
.pl-15 { width: 14.5%; display: inline-block; vertical-align: top; }
.pl-17 { width: 16.5%; display: inline-block; vertical-align: top; }
.pl-20 { width: 19.5%; display: inline-block; vertical-align: top; }
.pl-25 { width: 24.5%; display: inline-block; vertical-align: top; }
.pl-30 { width: 29.5%; display: inline-block; vertical-align: top; }
.pl-40 { width: 39.5%; display: inline-block; vertical-align: top; }
.pl-50 { width: 49.5%; display: inline-block; vertical-align: top; }
.pl-70 { width: 69.5%; display: inline-block; vertical-align: top; }

.mobile-only { display: none !important; }



/*ul.options-cntnr.clearfix li{
    height: auto !important;
}
ul.options-cntnr.clearfix li a{
    padding: 15px 10px;
}*/
/*Homepage Additions 11-2021*/
.w-25pc{
    width: 25%;
}
.w-70pc{
    width: 70%
}
.np-spotlight{
    margin-top: -55px;
}

.np-poly{
  transform: skew(-20deg);  
}
.np-orange-poly{   
    background: #e16c55;
}
.np-row{
    display: flex;
    justify-content: space-evenly;
}
.np-row.np-row-wrap{flex-wrap: wrap;}
.g-20{gap: 20px;}
.np-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.np-col a{
    max-width: max-content;
}
.np-centered{
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.np-white-text, .np-white-text h1, .np-white-text h2, .np-white-text h3, .np-white-text h4{
    color: #FFF;
}
#np-featured-products {
    padding-top: 65px;
    padding-bottom: 100px;
    background-color: #fffbf0;
}
#np-featured-products .np-row{
    column-gap: 40px;
}
#np-featured-products h3{
     font-size: 36px;
}
.np-title{
    margin-bottom: 80px;
}
.np-title-left{
    padding: 20px 30px 14px 30px;
}
.np-title-right{
}
.np-title-right h3{
    padding: 20px 20px 14px 5px;
}
.np-title-orange-top{
    border-top: 3px solid #e16c55;
    width: 195px;
}
.np-title-orange-bottom{
    border-bottom: 3px solid #e16c55;
}
#np-featured-products h3{
    transform: skew(20deg);
}
.np-product-intro{
    font-weight: 600;
    font-size: 20px;
    margin: 30px;
}
.np-fp-img{
    min-width: 225px;
}
#np-featured-products .btn{
    margin-top: 30px;
}

.margin-top-40, .mt-40{
    margin-top: 40px;
}

#np-new-books{
    background-color: var(--primary-grey-two);/* #59677c;*/
    padding-top: 100px;
    padding-bottom: 100px;
}
#np-new-books .np-row{
    justify-content: space-between;
}
#np-new-books .np-col{
    justify-content: flex-start;
}
#np-new-books h3{
    font-size: 28px; 
}
.np-nb-bubble{
    font-size: 34px;
    background-color: var(--primary-teal);/*#5ab399;*/
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 7px solid #FFF;
    position: relative;
    margin: -165px auto 40px auto;
}
.np-nb-bubble-text{
    font-family: 'Lustria', Georgia, 'Times New Roman', serif;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.np-nb-img img{
    vertical-align: top;

}
.np-nb-text{
    color: #FFF;
    text-align: center;
}
/*Trainers and Consultants Styles 2021*/
.np-justify-between{
    justify-content: space-between;
}
.np-grid{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.np-grid .trainer-teamrowdiv{
    width: 100%;
    background-color: #ecf1f8;
    padding: 10px;
    margin-bottom: 0;
}

.np-grid .mt-grey-border{
    height: 150px;
    width: 150px;
    border: 2px solid #FFF;
    padding: 0;
}
.np-grid a{
    font-weight: 600;
    color: #696969;
    font-size: 12px;
}
.np-grid img{
    max-height: 100%;
}
.np-grid, .mt-grey-border, .np-grid .trainer-teamrowimg{
    border-radius: 0;
}
.np-grid .trainer-teamrowname{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 10PX;
    border-bottom: dotted;
    padding-bottom: 10px;
}
/*About*/
.np-no-bullets{
    list-style: none;
}
.btn.np-btn-yellow{
    background-color: var(--primary-yellow);/*#DCC779;*/
    border-color: var(--primary-yellow);/*#DCC779;*/
}
.np-yellow-text{
    color: var(--primary-yellow);/*#DCC779;*/
}
.btn.np-btn-teal{
    background-color: var(--primary-teal);/*#72B19A;*/
    border-color: var(--primary-teal);/*#72B19A;*/
}
.np-teal-text{
    color: var(--primary-teal);/*#72B19A;*/
}
.btn.np-btn-blue{
    background-color: var(--primary-grey-one);/*#4E5464;*/
    border-color: var(--primary-grey-one);/*#4E5464;*/
}
.np-blue-text{
    color: var(--primary-grey-one);/*#4E5464;*/
}
h3.np-smaller-h3{
    font-size: 22px;
}
.about-icon-img{
    width: 150px;
    margin-top: -45px;
    margin-left: 30px;
}
.np-mw-mc{
    max-width: max-content;
}
.np-wfull{
    max-width: 100%;
    width: 100%;
}
.np-mw-425{
    max-width: 425px;
}
.np-mw-60{
    width: 60px;
}
.np-center-self{
    align-self: center;
}
.np-justify-center{
    justify-content: center;
}
.np-text-align-center{
    text-align: center;
}
/* margins */
.np-mb-10{
    margin-bottom: 10px;
}
.np-my-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.np-mb-40{
    margin-bottom: 40px;
}
.np-mb-50{
    margin-bottom: 50px;
}
.btn.np-btn-rounded-no-border{
    box-shadow: none;
    border-radius: 36px;
}

.purple-solid{background-color: #8d72a4;}
.green-solid{background-color:#9fb53a;}
.orange-solid{background-color:#e8931a;}

.np-cat-intro-info-title.fw-700{font-weight: 700;}

h2.mb-0{margin-bottom: 0;}
.plr-12{padding-left: 12px; padding-right: 12px;}
.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px;}
.p-20{padding: 20px;}

.np-cat-research-desc h3{margin-bottom: 20px;margin-top: 30px;}

.np-research-cat-link{margin: 20px auto; width: 85%;}
.np-research-cat-link a{font-size: 18px; font-weight: bold;}
.np-grey-text{color: #7f8082;}
.np-research-link{margin: 20px auto; width: 75%;}
.np-program-title.program-title.np-program-title-tier-2{margin: 20px auto; width: 95%;}
.np-research-subhead{
    margin: 20px auto;
    font-weight: bold;
		width: 85%;
}

.np-program-title h2{font-size: 18px;line-height: 1.625;font-weight: bold;font-family: 'Open Sans', Arial, Helvetica, sans-serif;}
/*FAQ style update 2021 */
    .np-red-hr {
        margin: 30px 0;
        border-bottom: 2px solid var(--primary-orange);
    }
    h2.np-flex-col{
        margin: 0 !important;
    }
    .np-g-10{
        gap: 10px;
    }
    .np-g-20{
        gap: 20px;
    }
    .np-g-40{
        gap: 40px;
    }
    .np-flex-row{
        display: flex;
    }
    .np-flex-col{
        display: flex;
        flex-direction: column;
    }
    .np-flex-col-twothirds{
        flex: 0 0 66.66%;
    }
    .np-flex-col-onethird{
        flex: 0 0 33.33%;
    }
    .np-flex-col-2{
        flex: 0 0 50%;
    }
    .np-py-50{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .np-about-container li{
        margin-bottom: 10px;
    }
    .np-about-container li:last-child{
        margin-bottom: 0;
    }
    .np-about-container, .np-about-container h1, .np-about-container h2, .np-about-container h3, .np-about-container h4, .np-about-container h5, .np-about-container h6{
       /* font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
    }
    .np-about-container ul li{
        line-height: 1.6;
    }
    .np-faq-icon-toggle, .np-faq-icon-toggle-close{
        color: #48546a;
        flex: 0 0 20px;
        margin-top: 4px;
    }
    .np-faq-title{
        padding: 15px 15px;
        cursor: pointer;
        border-radius: 8px
    }
    .np-faq-info{
        padding: 20px 15px;
    }
    .np-faq-title h2{
        font-size: 26px; 
    }  
    .np-hidden{
        display: none;
    }
    .np-faq-container{
        margin-bottom: 20px;
    }

    .np-light-grey-bg{
        background-color: var(--primary-light-grey);/*rgba(72,84,106, .15);*/
    }
    .np-light-grey2-bg{
        background-color: var(--primary-light-grey);/*rgba(72,84,106, .23);*/
    }
    .np-teal-bg{
        background-color: var(--primary-teal);/*#72B19A;*/
    }
    .np-light-brown-bg{
        background-color: var(--primary-light-yellow);/*rgba(252,246,225, .48);*/
    }
    .np-light-orange-bg{
        background-color: var(--primary-light-yellow)/*#FCF6E1;*/
    }
    .np-light-pink-bg{
        background-color: rgba(247, 204, 191, .53);
    }
.fa-shopping-cart{color: #000 !important;font-size: 18px !important;}
#header-top-section .fa-shopping-cart{color: #FFF !important;}
/*#header-top-section ul li{max-width: 20%;}*/
#header-top-section .container{max-width: 1350px;width: 100%;}

.np-header-blog-link{
    height: 42px;
    width: 100px;
}
.np-header-blog-link img{
    max-height: 100%;
}

@media all and (max-width: 960px){
    .np-about-container{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media all and (max-width: 800px){
    .np-button-col{
        max-width: 320px;
        margin: 10px auto;
    }
    .about-icon-img{
        margin-top: 0;
    }
    .np-flex-row{
        flex-wrap: wrap;
    }
    .np-flex-col-onethird, .np-flex-col-twothirds, .np-flex-col-thirds{
        flex: 1 0 100%;
    }
    .np-flex-col img{
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
}
@media all and (max-width: 525px){
    .np-about-container .img-right{
        margin: 0 0 20px;
        max-width: 100%;
    }
}
/******** MEDIA QUERIES
-------------------------------------------------------------- */
@media (max-width: 1440px) {
	.p-banner { background-size: auto 100%; }
	.s-banner { background-size: auto 100%; }
	.t-banner { background-size: auto 100%; }
	.c-banner { background-size: auto 100%; }

	.cat-banner-Primary { background-size: auto 100%; }
	.cat-banner-Secondary { background-size: auto 100%; }
	.cat-banner-Tertiary { background-size: auto 100%; }
	.cat-banner-Comprehensive { background-size: auto 100%; }
  #banner { height: auto; }
  .banner-slide { height: auto; }
  .banner-slide img { left: auto; margin-left: auto; }
}
@media all and (max-width: 1000px){
    .np-grid{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media all and (max-width: 1200px){
    #header-top-section .container {
        max-width: 1024px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #header-top-section ul{padding-left: 0;}
     #header #header-top-section.tier1 a:first-of-type {
        padding: 0 10px;
    }
}
@media (max-width: 1100px) {
  .news-item h4 { min-height: 100px; }
}

@media (max-width: 880px) {
  .news-item h4 { min-height: 120px;}
}

@media (max-width: 850px) {
    .trainer-listrowdiv { width: 50%; }
    .co-estimate, .co-totals { display: block; width: 100%; }
    .co-totals { display: block; float: none; }
    .login-half { width: 100%; }
}

@media (max-width: 959px) {
    #header .tier2 form{max-width: 300px;float: none;}
    #tier-nav{padding-top: 20px;}
    .np-spotlight {
        margin-top: 0px;
    }
    body { min-width: 300px; }
    img { max-width: 100%; }
    .container { width: auto; }
    .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
    .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .mobile-hide { display: none; }
    .mobile-show { display: inherit; }
    #banner, #prod-catbanner { margin-top: 0; }
    .box { float: none; width: 100%; }
    #header, #spotlight { box-shadow: none; }
    #header #logo { width: 180px; position: relative; top: auto; margin: -20px 20px 10px; display: inline-block; }
    #header .tier1 a { font-size: 14px; }
    #header .tier1 ul { opacity: 1; padding-left: 0; display: flex; justify-content: space-between;}
    .np-trainer-portal{order: -1;flex-grow: 1;text-align: left !important;}
    .np-trainer-portal a{padding-right: 0 !important;}
    .np-cart-icon{order: 2;}
    #header .tier1 li { margin: 0; padding: 4px 0; line-height: 1.5; text-align: right; display: inline-block; float: right; }
    #header .tier2 { padding: 0; text-align: center; }
    #tier-nav { float: none; width: 100%; margin: 0; }
    /*#header .tier2 form { display: none; }*/

    .tier { width: 100%; padding: 10px 20px 20px 20px; }
    .tier-img, .tier-text { width: 100%;  }
    .tier-img img { width: auto; }
    .tier:nth-child(even) .tier-text, .tier:nth-child(even) .tier-img, .tier:nth-child(odd) .tier-text, .tier:nth-child(odd) .tier-img { float: none; word-wrap: normal; }
    .tier h2:first-of-type { margin-top: 10px; }
  	#mobile-menu { 
        color: #59677C; 
        cursor: pointer; 
        display: block; 
        margin-right: 8%; 
        position: absolute;
        top: 25px;
        right: 0;
        font-size:35px; 
        visibility: visible; }
  	#nav-outer { float: none; }
  	#topnav { display: none; position: relative; top: 0px; left: 0px; max-width: 100%; }
  	#topnav .menu-header li, div.menu li { display: block; width: 100%; padding: 0; margin: 0; border-top: #ccc 1px solid; }
  	#topnav ul ul { box-shadow: none; display: none; position: relative; top: 0px; left: 0px; width: 100%; border: none; border-bottom: #ccc 1px solid; padding: 0; margin: 0; }
  	#topnav li:hover > a, #topnav ul ul :hover > a, #topnav a:focus { background: #333; color: #fff; }
  	#topnav ul li ul, #topnav ul li:hover > ul { display: block; }
    #topnav ul { border: none !important; }
    #topnav ul li { border: none !important; border-top: none !important; border-bottom: none !important; }
  	#footer { text-align: center; }
  	#footer-links { display: none; }
  	#social, #copyright { display: block; margin: 0; padding: 10px; }
  	#footer-contact, #footer-contact ul { display: block; float: none; text-align: center; }
  	#footer .tier1 .container img { display: none; }
    #footer .tier1 { display: none; }
    h2 { font-size: 24px; }
    #spotlight h3 { font-size: 24px; }
    .btn, a.btn { font-size: 14px; text-align: center; display: block; padding: 10px 8px;  }
    #banner { width: 100%; height: auto; }
    .banner-slide img { left: auto; margin-left: 0; }
    .banner-slide { width: 100%; height: auto; }
    .banner-text { padding: 10px; width: 100%; position: relative; top: auto; left: auto; margin-left: 0; transform: none; -ms-transform: none; z-index: 5; text-align: center; }
    .banner-text h1 { font-size: 28px; }
    .banner-text h1 span { font: normal 42px/1 'Lustria', Georgia, 'Times New Roman', serif; }
    .banner-text h1 sup { font-size: 18px; }
    .banner-text a.btn { font-size: 16px; padding: 10px 0; margin: 0 auto; }
    .pager, .spotlight-prev, .spotlight-next { display: none !important; }
    /* .news-item { display: inline !important; } */
    /* #homepage #spotlight .news-item { display: block !important; } */
    .buttons-circle { display: none; }
    .banner-title-inner .first-word {font-size: 52px; line-height: 52px; margin-top: -40px; margin-left: 20px;}
    .breadcrumbs{ top: 0px; margin-bottom: 0px; font-size: 12px; margin-top: 10px;}
    .custinfo td { width: 100%; display: block; box-sizing: border-box; }
    #header { position: relative; }
    .header-spacer { display: none; }
    .thanks-table .pl-title { display: none; }
    .custinfo { width: 100%; }
    .custinfo td { text-align: center; }
    .payinfo, .payinfo td { text-align: center; }
    .cust-area-table td { width: 100%; display: block; text-align: center; }
    .cust-area-table .pl-title { display: none; }
    .cust-area-table .btn-checkout { width: 100%; display: block; }
    .forum-topic-even .btn-checkout, .forum-topic-odd .btn-checkout { float: none; }
    #container-blue { padding: 0 40px; box-sizing: border-box; }
    .override-size-text{font-size:40px !important; line-height: normal !important;}
    .tier-embed-tab { width: 47%; height: 50px; padding: 15px; }
    .modern-form .col-sm-6 { width: 100%; }
    .order-section .co-product { width: 60% !important; }
    .order-section .co-left { width: 66%; }
    .order-section .co-qty { width: 8%; }
    .order-section .co-price { width: 15%; }
    .order-section .co-total { width: 9%; }
    #homepage .tier { padding: 15px; }
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
    .assessing-parenting { background: #48546a; padding-left: 0; }
    .assessing-parenting li { padding: 6px 0; }
    .assessing-parenting a { color: #fff !important; }
}

/* Make sure main menu re-appears when scaled up */
@media only screen and (min-width: 960px) {
    #topnav { display: block !important; }
}

@media screen and (max-width: 960px) {
    ul.options-cntnr.clearfix li {width: 48%;}
    ul.options-cntnr.clearfix li a {min-height: 180px;}
    .w-25pc{
        text-align: center;
    }
}

@media (max-width: 955px) {
  a.top-tab { font-size: 13px; }
  .tab-sidebar a { font-size: 13px; }
 .btn, a.btn { display: inline-block; }
}
@media screen and (max-width: 900px) {
  .research-btn-cntnr .research-btn { font-size: 14px; }
  .order-body .col-sm-6 { width: 100%; float: none; }
}
@media (max-width: 890px) {
  .tab-sidebar a { min-height: 82px; }
}
@media (max-width: 800px) {
    .np-grid{
        grid-template-columns: repeat(3, 1fr);
    }
  .training-btn-cntnr .training-btn { margin-bottom: 10px; width: 49.5%; }
  .training-btn-cntnr .training-btn:nth-of-type(even) { margin-right: 0; }
  .training-btn-cntnr .training-btn:nth-of-type(odd) { margin-left: 0; }
  .sample-box { width: 48%; min-height: 421px; }
}
@media (max-width: 780px) {
    div#form-nav-section{float: none;width: 100%; padding-left: 20px; padding-right: 20px;padding-bottom:0;}
    #header .tier2 form{margin: 0 auto;}
    ul.filter-btns-cntnr.clearfix, ul.options-cntnr.clearfix {padding-left: 0; display: inline-block;}
    ul.filter-btns-cntnr.clearfix li {width: 48%; margin: 1%;}
    .catprog-row .catprog-desc ul.links-cntnr li:first-of-type {width: 100%;}
    .form-content .pl-left {width: 50%;}
    .form-content .pl-right {width: 25%;}
    .programs-filters-cntnr ul li { width: 100%; }
    .d-display .col-sm-6 { width: 100%; float: none; padding: 10px; }
    .d-display .border-right { border-right: none; }
    .d-display img { height: auto; width: 100%; }
    .search-filter { width: 100%; }
    .search-filter .fa-search { width: 15%; padding: 10px 0; }
    .search-filter .form-rounded input[type="text"] { width: 85%; }
    #tier-nav { background: #e8ebf2; padding: 15px 0 5px 0; }
    .schedule-nav img { display: block; margin: auto; }
    .schedule-nav { padding-right: 0; width: 100%; text-align: center; }
    .schedule-nav a { float: none; }
    .training-listrowdiv { width: 100%; max-width: 100%; }
    .order-section td, .order-section form td { display: block; }
    .cat-banner-Primary { background-position-x: 80% !important; }
    .cat-banner-Primary .prod-first-word { padding: 20px; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); }
    .banner-title-inner h1 { top: 35%; }
    h1#banner--title--display { padding: 20px; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); }
    #banner--title--display span { margin: 0; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); }
    #cat-banner { background-position-x: 80% !important; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); }
    #cat-banner span, #cat-banner h1 { padding-left: 20px; }
    .cat-banner-training { background-position-x: 80% !important; }
    .od-info .half { width: 49%; float: none; }
    .od-info .col-sm-6 { width: 100%; float: none;  }
    .co-content { padding: 10px; }
    .co-image { width: 20%; float: none; padding-right: 0; }
    .co-left { width: 78%; padding: 0 5px !important; vertical-align: top; }
    .co-qty, .co-price, .co-total { width: 31%; display: inline-block; }
    .co-input input, .co-input select { float: none; width: 80%; }
    .co-product { width: 100% !important; text-align: center; }
    .pl-title.center,.pl-title.center.price, .pl-title.center.total { text-align: left; float: none; width: 31% !important; display: inline-block; }
}
@media (min-width: 0px) and (max-width: 749px) {
    /* Columns */
    .col-1,.col-2,.col-3,.col-3-fix,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{width:100%;}
    .tier{padding:0px 10px; box-sizing: border-box; }
    #prod-catbanner h1 .first-word {
        font-size:35px;
        text-align: center;
    }
    h1{
        font-size:30px;
        margin-top: 30px;
    }
  .gh-title { display: none; }
  .gh-title-mobile { display: block; }

  .program-checkbox { display: none !important; }

  .research-btn-cntnr .research-btn:not(.training-btn) { height: 102px; }

  .filter-sb.ebooks { padding: 0; }
  .filter-options-cntnr { width: 100%; }
  .ebooks-table tr.form-body td .ebooks-sub-content .ebooks-image {float: none; display: block; margin: 0 auto; width: auto; }
  .ebooks-table tr.form-body td .ebooks-sub-content .ebooks-info-cntnr {float: none; display: block; margin: 0 auto; width: 100%; }
  .ebooks-table tr.form-body td .ebooks-sub-content .ebooks-purchase-cntnr {float: none; display: block; margin: 0 auto; width: 100%; }
  .form-content .pl-right {padding-left: 20px;}
  .group-home-mobile {width: 50%; float: left;}
}
@media (max-width:700px) {
  .button-group .button { min-height: 102px; padding: 10px 0; vertical-align: top; width: 47%; word-break: break-word; }
}
@media screen and (max-width: 779px ){
    .np-grid.tier{
        padding-top: 10px;
        padding-bottom: 20px;
    }
  .stream .col-sm-6, .stream .col-sm-4, .stream .col-sm-8, .stream .col-sm-3,  .stream .col-sm-9, .stream .col-sm-1, .stream .col-sm-11{
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
  }
  .stream h2{
    text-align: center;
  }
  h1#banner--title--display {
    /*padding: 20px 0;*/
    text-align: center!important;
  }
  .banner-title-inner .first-word {
    font-size: 36px;
  }
  .tier {
    padding: 45px 2%;
    box-sizing: border-box;
    width: 96%;
  }
}
@media all and (max-width: 700px){
    #header #logo{margin-top: 0;}
}
@media (max-width: 680px) {
	#incell-left { width: 100%; display: block; }
	#incell-right { width: 100%; display: block; }
    a.top-tab { font-size: 16px; }
    .productlist-table { font-size: 14px; }
    .product-area .productlist-table td { padding: 10px; }
    .product-area .productlist-table th { padding: 10px; }
    .p-box { width: 100%; box-sizing: border-box; }
    .filter-sb { width: 100%; margin: 20px 0; padding: 0 20px; box-sizing: border-box; }
    .cat-banner-Primary .first-word { font-size: 42px; line-height: 42px; }
    .cat-banner-Secondary .first-word { font-size: 42px; line-height: 42px; }
    .cat-banner-Tertiary .first-word { font-size: 42px; line-height: 42px; }
    .cat-banner-Comprehensive .first-word { font-size: 42px; line-height: 42px; }
    .form-content td, form td { font-size: 16px; }
    .form-content td { width: 100%; display: block; text-align: center; }
    .form-header td { display: none!important; }
    .form-header td:first-of-type { display: block!important; }
    .pl-complete { width: 100%; display: block; text-align: center; }
    .productlist-table td { width: 100%; text-align: center; }
    .promocode { width: 100%; display: block; margin-bottom: 30px; }
    .news-item h4 { height: 100px; }
    .checkout-btns-table td { width: 100%; display: block; }
    .addtocart { width: 100%; }
    .btn-position { width: 100%; display: block; margin-bottom: 30px; }
    #content { padding: 0 20px; box-sizing: border-box; }
    .result-div { width: 100%; }
    .s-results { width: 100%; }
    .cart-report-box { padding: 20px 0; }
    .cart-report-buttons input { margin: 10px 0; }
    .cart-report-buttons .btn-learnmore { color: #e16c55; }
    #footer { margin-top: 30px; }
    .btn { width: 100%; }
    .post-table { padding: 0 20px; box-sizing: border-box; }
    .custinfo tbody { width: 100%; box-sizing: border-box; }
    .btn-right { margin-bottom: 30px; }
    #container-blue { padding: 0; }
    .forum-topics td { width: 100%; display: block; }
    .forum-topics .btn { width: 100%; display: block; }
    .override-size-text{font-size:26px !important; line-height: normal !important;}
    .trainer-listrowdiv { width: 100%; min-height: auto; margin-top: 40px;}
    .sidebar-link {width: 49%; font-weight: bold; min-height: 0; }
    .sidebar-link div {font-weight: normal;}
    .cat-name {display: none;}
    .col-4.program-checkbox {display: inline-block; width: 100%;}
    .double-input input { width: 100%; margin: 10px 0; }
    .double-input input:nth-child(even) { margin: 0; }
    .two-col { width: 100%; margin: 0; float: none; }
    .simple-form input, .simple-form select { float: none; width: 100%; }
    .simple-form { overflow: visible; }
    .modern-form p input { width: 100%; margin: 10px 0; }
    .pl-10, .pl-13, .pl-15, .pl-17, .pl-20, .pl-25, .pl-30, .pl-40, .pl-50, .pl-70 { width:100%; }
    .txt-right-mobile { padding-left: 0; text-align: right; }
}
.mw-240{min-width: 240px;}
@media all and (max-width: 600px){
    .mobile-ai-center{align-items: center;}
    .np-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 540px) {
    .research-btn-cntnr .research-btn:not(.training-btn) { margin: 0 auto 10px auto; height: auto; width: 100%; }





}

@media (max-width: 530px) {
    #np-featured-products .np-row{
        flex-wrap: wrap;
        column-gap: 60px;
    }

    #np-featured-products h3, .np-poly {
        transform: skew(0);
    }
    .np-title-left{
        margin-bottom: 10px;
    }
    .np-product-intro, .np-col{
        text-align: center;
    }
    .np-col{
        padding: 10px 20px;
    }
    #np-new-books .np-col{
        justify-content: flex-start;
    }
    #np-new-books .np-row{
        flex-wrap: wrap;
    }
    #np-new-books .np-col{
        justify-content: center;
        margin: 0 auto;
    }
    #spotlight p.center{
        display: none;
    }


  a.top-tab { font-size: 16px; }
  .tab-sidebar a { font-size: 12px; }
  ul.filter-btns-cntnr.clearfix li {width: 98%;}
  ul.options-cntnr.clearfix li {width: 100% !important; margin: 2% 0;}
  ul.options-cntnr.clearfix li a { min-height: 220px; }
  .banner-slide-inner { background-position-x: -700px; }
  ul.top-tabs li.top-tab-li { width: 100%; margin: 2% 0; }
}
@media (max-width: 490px) {
  a.top-tab { min-height: 80px; }
  .tab-sidebar a { min-height: 98px; }
}
@media (max-width: 460px) {
  .research-btn-cntnr .ebooks-btn { min-height: 102px; }
  .research-btn-cntnr .ebooks-btn span { min-height: 92px; }
  ul.options-cntnr.clearfix li a { min-height: 200px; }
}
@media (max-width: 450px) {
    .training-btn-cntnr .training-btn { font-size: 13px; height: 100px; }
  }
@media (max-width: 430px) {
  .banner-text a.btn { width: 80%; }
  .tier-embed-tab { width: 100%; height: 50px; padding: 10px; }
  a.top-tab { font-size: 16px; padding: 5px 10px; }
/*  .tab-sidebar a { min-height: 98px; }*/
  .tab-sidebar a.tab-active { padding: 18px 16px; }
  .top-tab-2, .top-tab-3 { margin: 0; float: left; }
  ul.top-tabs { margin-top: 10px; }
  .pl-title:first-of-type {width: 100%;}
  /* .pl-title.center {width: 30%; float: right;} */
  .form-content .pl-left {text-align: center; width: 100%;}
  .form-content .pl-right {padding-left: 0; text-align: center; width: 50%;}
  .form-content .center {width: 22%;}
  button#product-reveal {margin-bottom: 20px;}
  ul.options-cntnr.clearfix li a { min-height: 180px; }
  .sample-box { width: 100%; min-height: 0; }
  .sample-box p { min-height: 0; }

  .np-grid{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width: 600px) {
    .stackable-table {
        display: flex;
        flex-direction: column;
    }
    .stackable-table tr {
        display: flex;
        flex-direction: column;
    }
}
