/*=======================================================================
*** CUSTOM STYLE SHEET***
========================================================================*/
/* TEMP */
/* JCP special audios */
.page-node-1341 .field-name-field-audio-preview .field-label {
  display: none;
}

/* --------------------------------- */

body {
  font-size: .9em;
  }
#navigation #footer {
  font-size: .9em;
}
p {
    margin: 0px 0px;
    padding: 0px 0px .6em 0;
    line-height: 1.6em;
}
.toggle {
  color: maroon;
  }
.flexslider .caption {
  display: none;
}
.page-node-edit form .fieldset-legend {
  font: 1em ;
  font-family: 'open sans';
  background: #f0f0f0;  
  }
/*  FRONT ------------------  */
.front section.caption {
  display: none;
  }
.front h3.slogan {
  margin-bottom: 0;
  }
.front h3.slogan em {
  color: #555;
  font-style: normal;
  }
.front #block-block-4 img {
  margin: 20px 0 0 60px;
  }
.front #footer {
  padding-top: 0px;
  }
/* MENUS, VIEWS, PAGES, FOOTER  */

/*  TOP MENU  ---------------------  */
.menu-container { position: relative; }
.not-front .menu-container { 
  margin-top: 170px;
}
.menu-container .navigation {float: none; }
#navigationx .menu {
   float:left;
   width:100%;      
   overflow:hidden;
   position:relative;   
  }
.navigation .menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.navigation > div > ul > li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0 2px;
   position:relative;
   right:50%;
}
.navigation > div > ul > li > a {  
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   border: none;
   color:#555;
   text-decoration:none;
   line-height:1.3em;  
   border-radius: 5px;
   text-transform: lowercase;
   font-weight: normal;
   font-size: 1em;
  }
.navigation > div > ul > li > a:hover {
  background-color:#f0f0f9 !important;
  color: maroon !important;
  border-radius: 5px;
  text-decorationx: underline;
  }
.navigation > div > ul > li > a:hover,
.navigation > div > ul > li.current-menu-item > a {
  background-color:#f0f0f9 !important;
  color: maroon !important;
  border-radius: 5px;
  text-decorationx: underline;
  }
.menu-container { border: none; }
.navigation > div > ul > li.current-menu-item > a {
  background-colorx: transparent !important;
  color: #555;
}
/*  SIDE MENU ----------------  */
#sidebar {
    font-size: .9em;
  }
#sidebar a {
  color: #555;
  padding:  0 6px;
  border-radius: 5px;
  margin-left: -6px;
}
#sidebar a.active {
    color:#0062A0;
    background: #f0f0f0;  
}
#sidebar a.not-active {
    color:#555;
    background: none;    
}
#sidebar h2 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}
#sidebar .content {
  margin: 0 0 10px 0;
  }
#sidebar ul {
  list-style: outside none none;
  margin: 0 0 0 10px;
  }
#sidebar li {
 padding: 0px 0px;
  }
#sidebar ul li a:hover,
#sidebar a:hover {
  background: #f0f0f0;  
  border-radius: 5px;
  }
#sidebar #block-menu-menu-courses ul li {
  margin-bottom: 4px;
  }
#sidebar span.menu-byline {
    font-size: 0.75em;    
    font-weight: normal;   
}
.node-type-classroom-1 a.course-title  {
  background: none !important;
  color: #555 !important;
  font-weight: 600;
  }
/* interviews menu adjustments, need to collapse  */
#block-menu-menu-academy-interviews h2 {
  display: none;
  }
#sidebar #academy-interviews {
    font-size: 14px;
    font-weight: 600;
    color: #373737;
    font-family: "Open Sans";
    line-height: 1.15;
    padding-left: 0px;
    background: none;   
    margin-left: -10px
}
#sidebar #academy-interviews:before {
  background-image: url(/sites/all/modules/jquerymenu/images/controls2.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  content: '...';
  color:white;
}


/*  JQUERY MENU ----------------------  */
ul.jquerymenu li.parent span.closed,
ul.jquerymenu li.parent span.open {
  /*background: transparent;*/
}
ul.jquerymenu li, ul.jquerymenu ul li { 
  list-style-image:none;
  list-style-type: none;
  }
a.hideme {
  display: none;
  }
ul.jquerymenu li.parent span.closed {
    background-color: transparent !important;
}
/*  BLOCKS  -----------------------------------*/
#block-simplenews-11 {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
#block-webform-client-block-1491 h2 {
  display: none;
}
#webform-client-form-1491 input[type=text],
#webform-client-form-1491 input[type=email]{
  width:200px;
}
blockquote {
  background-image:none;
  padding: 0 0 0 45px;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
  font-family: inherit;
}
blockquote p:first-child {
  color: #666;
}
blockquote p:nth-child(2) {
  color: #999;
}
/*  VIEWS  ---------------------  */
.view-Newsletters .views-field-created {
  color: #0062A0;
  padding-left: 4px;
  }
/* correct newsletter layout  */
.views-row {  
  clear: both;
  }

/* title global */
.region-content h2, .views-field-title {
    font-size: 1.4em;    
}
/* shorten media center title */
.view-media-center .views-field-title { 
  max-width: 80%;
  }
.views-field-created {
  font-weight: 400;
  }
/* featurd insight */
.view-Media-Insight-Featured .views-field-views-conditional-1 {
  float: left;
  padding-right: 10px;
  }
.view-Media-Insight-Featured  .views-field-field-more-content {
  margin-top: 10px; 
  }
#block-views-af7ee00b1d102af3561ff2b16276f327 {
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 10px;
  margin: 20px auto;
  min-height: 200px;
  width:85%;
  position: relative;

    -moz-box-shadow: 4px 4px 16px #242024;
    -webkit-box-shadow: 4px 4px 16px #242024;
    box-shadow: 4px 4px 16px #242024;
  }
.view-Media-Insight-Featured .views-field-views-conditional {
  position: absolute;
  top: 14px;
  right: 30px;
  }
/*  PAGES  ----------------------  */
/* contact */
.page-contact .comments-form .required, .contact-form .required {
    color: #333;
}
.page-blog .field-name-field-topic .field-items div {
  display: inline;
  padding: 0 6px;
  }
.page-blog .view-id-blog .views-row {
  margin-top: 10px;
  border-top: 1px solid lightgray;
  padding-top: 10px;
  }
.page-blog .view-id-blog .views-row-1 {
  margin-top: 0px;
  border-top: 0px solid lightgray;
  padding-top: 0px;
}
.page-contact .region-content {
  width: 500px;
  }
.contact-form input[type="text"] {
    padding-left: 40px;
}
ul.links { 
  display: block !important;
  margin: -10px 0 20px 0;
  }
/* blog */
.node ul.links {
  margin: 10px 0 20px 0;
}
.node ul.links li{
  background: url('images/bg-shade-white-lrg.png') repeat-x scroll left bottom #FFF;
  border-radius: 5px;
  border: 1px solid #cecece;
}
/* constrain body width in blogs   */
.page-blog .field-name-body {
  width: 675px;
  }
.submitted { padding: 0 0 0 25px;}
#summary-left {
  float: left;
  width: 60%;
  }
#summary-right {
  float: right;
  width: 30%
  }
.page-node .content li { padding-bottom: 8px; }
/*  SEARCH ----------------------------  */
.search-wrapper {
  border: none;
  width: 150px;
  }
.front .search-wrapper {
  position: absolute;
  top: -35px;
  right: 20px;
  }
/*  PRODUCTS  ---------------------------  */
/* membership product form */
.sub-text {
  font-size: .8em;
  line-height: 10px !important;
  }
table.membership-options-table td {
  padding: 0px 10px;
  font-size: .9em;
  
}
table.membership-options-table th {
  color: #984806;
}
table.membership-options-table tr.patron {
  border-top: 2px solid #f0f0f0;
}
label[for=edit-line-item-fields-field-patron-amount-und-select] {
  display: none;
  }
.button,
.add-to-cart-button {
  padding: 2px 6px;
  background:#f0f0f0 !important;
  color: gray;
  border-radius: 5px;
  border: 1px solid;
  white-space: nowrap;
  margin: 2px;
  }
.add-to-cart-button a {
  color: #984806;
  }
.add-to-cart-button:hover {
  border-color:maroon;
  }
.page-node-990 .button {
  color: rgb(152, 72, 6);
  }
/*  CART  ------------------------------  */

li.cart-block-checkout {
  display: none !important;
  }
.cart-block-summary-links ul.links li {
  border-right: 0px solid;
}
.page-cart .line-item-summary,
.page-cart #edit-actions_x {
  clear: both;
  float: right;
  padding: 0 20px;
  }
.page-cart .views-table {
  float: right;
  }
/*  CHECKOUT  ----------------------------  */
fieldset {
 margin-top: 20px; 
}
#customer-pane .fieldset-description,
#billing-pane .fieldset-description {
 display: none; 
}
.red, .page-cart-checkout-review #edit-submit,
.page-cart-checkout #edit-continue,
#edit-checkout--2 {
  color: red;
}
  
.page-cart-checkout table.cart-review {
  margin-bottom: 20px;
  }
.page-cart-checkout .cart-review td,
.page-cart-checkout .cart-review thead th
{
  padding: 0 10px;
}
.page-cart-checkout legend {
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 10px;
  color: #00509D;
  }
.order-review-table td {
  padding: 2px 6px;
  }
/*  FOOTER --------------------------  */
/* copyright */

#block-block-2 {
 float: right; 
 margin-top: -20px
}
.newpress {  margin-top: 20px; }

#footer {
    background-color: #fff;
    padding: 5px 0px 40px;
    color: #555;
    font-size: .9em;
}
#footer .container {
      border-top: 1px solid #f0f0f0;
}
 #footer .adjective {
      border-top: 0px solid #f0f0f0;
}
footer ul {
  list-style: outside none none; 
}
/* help */
#block-block-17 .content {
  margin: 0 0 0 30px;
  }
.region-footer-2 {
  margin-left: 0px;
  }
/* footer menu  */
#block-block-1 {
 font-size: 1.6em;
 font-family: Open Sans;
 margin: 0px 20px;
}
#block-menu-menu-footer-menu {
        width: 450px;
        margin: 10px 0 0 0 ;
    }
#block-block-17 {
          margin: 10px 0 0 30px ;
  }
#block-block-15 {
 margin: 0 0 0 30px; 
}
.region-footer-3 {
  width: 100px;
  margin-left: 40px;
  }
#block-block-5 {
  padding-left: 0px;
  float:right;
  }
.region-footer-4 {
  width: 450px;
  margin: 10px 0 0 -150px;
  }
#block-block-15 {
  float: left;
  padding: 0px 20px 0 0;
  }
#block-menu-menu-footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
  }
#block-menu-menu-footer-menu ul li {
    display: inline;
    float: left;
}
#block-menu-menu-footer-menu ul li a {
    display: block;
    padding-right:20px;
}  
/* HIDE ME  --------------------  */
#footer #block-views-popular-tags-block-1 h2 { 
  color: #373737; 
  }
.page-academy footer .four.columns,
.node-type-academy footer .four.columns {
  
  }
.page-academy-920 .view-media-insights {
  display: none; 
}


  