@import "public.css";
@charset "UTF-8";
/* CSS Document */

/* CUSTOM - EF */
.page-content > .page-bounds {
    margin-top: 20px;
    margin-bottom: 40px;
}

nav.breadcrumbs {
    margin: 0 0 15px 0;
    font-size: 12px;
	font-weight: 700;
}
nav.breadcrumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}
nav.breadcrumbs a.current {
color:#9fa618;
}
#faqAccordion h2 {
    float: left;
    margin: 20px 0 10px 0;
    font-size: 23px;
    width: 100%;
}

.accordion-toggle {
	float: left;
	width: 100%;
	margin: 7px 0;
	cursor: pointer;
	color: #1f5696;
	text-decoration: none;
	font-weight: 700;
}
.accordion-toggle:hover {
	color: #cf7600;
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	float: left;
	display: block;
	width:100%;
	border: 0px #EEEEEE solid;
	padding: 5px 0 20px 0;
	background-color: #FAFAFA;
}

.accordion-content.default table td {
	vertical-align:top;
}

.hiddenTag {
	display:none !important;
}
.accordion-content.default table tr:nth-child(even) {background: #eeeeee;}

.accordion-content.default table  td:first-child {font-weight: 700;}


/* CUSTOM - EF */

/* EF added 9/26/15 */
.toc p .title-7.small {
    text-decoration: none;
    color: #cf7600;
    margin-bottom:0;
    font-size:10pt;
    font-weight:400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.toc p .title-7.small:hover {
    color:#9fa618;
}

.toc p {
	margin-bottom:7px !important;
}

.grid-item.grid-1-3.grid-toc h4 {
    min-height: 60px
}

.grid-item.grid-1-3.grid-toc ul li {
    margin-bottom: 5px;
    font-size: 10pt;
}
/* EF added 9/26/15 */

/* CUSTOM EF 9/25/15 */
h1 a.titleLink {
float:right;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    position: relative;
    top: 0;
    font-size:14px;
}
/* CUSTOM EF 9/25/15 */

/* Convention Register button EF 10/17/15 */
.formatted p.no-margin {
margin-bottom:0;
}
a.button.title-action {
    top: 20px;
	color:#fff !important;
}
a.button.title-action:hover {
	color:#fff !important;
}

.title-action a.button {
    top: 20px;
    color:#fff !important;
    border:2px solid;
}
.title-action a.button:hover {
    background-color:#fafafa;
    color: #cf7600 !important;
    border:2px solid #cf7600;
}
.title-action a.registrationFormTxt {
    color:#1e5696 !important;
    font-size: 14px;
    padding: 3px 0 5px 0;
    display: block;
}
.title-action a.registrationFormTxt:hover {
	color:#9fa618 !important;
}

a.button.title-action-pdf {
    width: auto;
    top: 70px;
    color: #1E5696 !important;
    background: transparent !important;
    display: inline !important;
    padding: 0 !important;
    font-size: 14px !important;
    border: 0 !important;
}

a.button.title-action-pdf:hover {
    color: #9fa618 !important;
}

table.dataResponsive {
    border: 0;
    width: 90% !important;
}

table.dataResponsive tr td {
    border: 0 !important;
}

table.dataResponsive tr td:first-child {
    width: 40%;
    font-weight: 700;
}

.formatted ul, ol {
    display: block;
}

.formatted ol li {
    float:left;
    width:100%;
}

.formatted ul li ul {
    margin-top: 10px;
}

.column-primary-aside .content-box .formatted ul {
	margin-left: 15px;
}

.column-primary-aside .content-box a span {
	font-weight:400;
	color:#444444;
}

.doc-type {
	font-weight:400;
}

/* ASIDE OL Style */
.column-primary-aside .content-box ol {
    margin-left:15px;
    padding-left:0;
}

.column-primary-aside .content-box ol {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}
 
.column-primary-aside .content-box ol>li {
  margin:0;
  padding:0 0 0 18px;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}
 
.column-primary-aside .content-box ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}
/* ================= */

.page-title {
    margin-left: 0 !important;
}

/* Member Profile */
.member-profile-section {
margin:0 10px 30px 10px;
}
.member-profile-section h3 {
margin:0 0 10px 0;
font-size:22px;
}
/* Profile Checkbox Labels */
.member-profile-section .checkbox-label, .member-profile-checkbox-list .checkbox-label {
    padding-top: 5px;
    padding-left: 30px;
}
.member-profile-section .checkbox-label.selected, .member-profile-checkbox-list .checkbox-label.selected {
    font-weight:700;
    color:#1e5696;
}
.member-profile-section input[type="checkbox"], .member-profile-checkbox-list input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF;
    border-radius: 1px;
    box-sizing: border-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border-width: 0;
    border: 2px #1e5696 solid;
    transition: all .3s linear;
}
.member-profile-section input[type="checkbox"]:checked, .member-profile-checkbox-list input[type="checkbox"]:checked {
    border: 2px #1e5696 solid;
    background-color: #9FA60F;
}
.member-profile-section input[type="radio"], .member-profile-checkbox-list input[type="radio"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF;
    border-radius: 1px;
    box-sizing: border-box;
    box-sizing: content-box;
    width: 13px;
    height: 13px;
    border-width: 0;
    border: 2px #1e5696 solid;
    transition: all .3s linear;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.member-profile-section input[type="radio"]:checked, .member-profile-checkbox-list input[type="radio"]:checked {
    border: 2px #1e5696 solid;
    background-color: #9FA60F;
}

/* ALERT Notifications */
.alert {
    float:left;
	width:100%;
	padding: 15px;
	display: inline-block;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 7px 15px;
	border: 0;
	border-left: 5px solid;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 7px 15px;
	border: 0;
	border-left: 5px solid;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	border: 0;
	border-left: 5px solid;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	border: 0;
	border-left: 5px solid;
}
.alert-outline {
	color: #444;
	background-color: #f5f5f5;
	border-color: #e5e5e5;
	padding: 5px 15px !important;
	font-size: 14px !important;
}
.alert-outline table td {
	font-size: 10pt !important;
}
.alert-outline table {
	border: 0;
}
.alert-outline table td {
	border: 0;
}
.alert-outline h2 {
	color: #444 !important;
	border-bottom: 0;
}

#loadMore {
    color:#1e5696;
    cursor:pointer;
    font-weight: 700;
display: inline;
margin-bottom: 20px;
}
#loadMore:after {
/* content: '\25bc'; */
}

#loadMore:hover {
    color:black;
}

#showLess {
    color:black;
    cursor:pointer;
    font-weight: 700;
display: inline;
padding-left: 10px;
}
#showLess:after {
/* content: '\25b2'; */
}

#showLess:hover {
    color:black;
}
.loading {
    display: block;
    padding: 0 0 20px 0;
}    

.loadmore {
    color: #1F5696;
    background: #FAFAFA;
    border: 1px solid;
    vertical-align: top !important;
    padding: 4px 8px;
    margin-right: 5px;
    display: inline;
}

.showless {
    color: #1F5696;
    background: #FAFAFA;
    border: 1px solid;
    vertical-align: top !important;
    padding: 4px 8px;
    margin-left: 0;
}

.books-products .formatted {
display: table-cell;
}

.related-product {
  padding-bottom: 20px;
  border-bottom: 1px solid #cac8c7;
  margin-bottom: 20px;
}

.related-product:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom:0;
}

.pub-issue-articles .author {
    margin-top: 7px;
}

li.list-blog-post {
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
}

h4.blog-title a {
    color: #444;
    font-size: 14pt;
}
.blog-list-author-date {
    margin: 3px 0 10px 0;
    color: #667;
    font-size: 10pt;
    font-weight: 500;
}
.blog-list-author-date .list-author {
    font-weight: 400;
    color: #777777;
}
.blog-list-author-date .list-date .timestamp {
    font-size: 10pt;
    font-weight: 400;
    color: #777777;
}
.blog-list-author-date + p.abstract {
    margin-bottom: 10px;
}


/* BLOGS */
.post-info {
    color: #000000;
    font-size: 10pt;
    font-weight: 500;
    font-style: italic;
}

    .post-info span {
    font-weight: 400;
    color: #777777;
    }
    
    .post-text {
        font-size: 12pt;
    }

/* Google Search */
.gsc-adBlock {
    display: none !important;
}

td.gsc-input {
    padding-right: 0 !important;
}
td.gsc-search-button {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
td.gsc-search-button button {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.page-search td.gsc-search-button button.gsc-search-button {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border: 0;
}
a.gs-title {
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13pt !important;
    height: 1.5em !important;
    text-decoration: none !important;
  }
  .cse .gsc-control-cse, .gsc-control-cse {
    padding-top: 0 !important;
    }
    
    .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    }

@media only screen and (max-width: 719px) {
.formatted p.no-margin a.button.inline {
display:block;
margin-bottom:20px;
}
a.button.inline {
    display: block;
    margin-bottom: 20px;
}
}

/*** Registration Form ***/
p.registerFormTxt {
margin-top:60px;
font-size:13px;
text-align:center;
}

p.registerFormTxt a {
padding:10px 0px;
text-align:center;
}
p.registerFormTxt img {
float:none !important;
width:14px;
vertical-align:bottom;
display:inline-block;
margin-left:5px;
}
.product-details-top {
    border-bottom: 4px #CCC double;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.product-details-top h2.title-4 {
	font-size:20px;
}
.product-details-top p {
	font-size:16px;
}
/*** MEMBERS ONLY ICON ***/
.memberOnly {
padding:0 30px 0 0;
background: url(/assets/images/logos/nasp-logo-tree_25x25.png) no-repeat 100% 0%;
}


/* calender icon style */
.calendar-icon--single {
  float: left;
  margin: 0 15px 10px 0;
  clear:left;
}

.calendar-icon--double {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 15px 10px 0;
}

.calendar-icon {
  width: 65px;
  height: 65px;
  position: relative;
  float: left;
  border: 1px #EEE solid;
}

.calendar-icon__day {
  width: 100%;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: Arial;
  color: #cf7600;
  font-size: 25px;
  font-weight: 700;
}

.calendar-icon--double .calendar-icon__day {
  font-size: 20px;
}

.calendar-icon__month {
  height: 24px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 11px;
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1e5696;
}

.calendar-icon--first {
  margin-right: 5px;
}

.calendar-icon__dash-wrap {
  width: 15px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 65px;
  top: 19px;
  z-index: 10;
  padding: 3px 0;
}

.calendar-icon__dash {
  height: 2px;
  width: 15px;
  background-color: #cf7600;
}

/* prepare workshop detail */
.workshop-detail {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.workshop-detail:last-child {
  border-bottom: 0;
}

.workshop-detail > .title-4 {
  margin-bottom:5px;
  font-size:20px;
  color:#1E5696;
  line-height:25px;
}

.workshop-detail-block {
  display: inline-block;
  display: table-cell;
  margin-bottom: 20px;
}
li:empty {
    display:none !important;
}
.hidden {
    display: none !important;
}


@media (max-width: 979px) {
    a.button.title-action {
        width: auto;
    }
    a.button.title-action-pdf {
        display: none !important;
    }
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

p.registerFormTxt {
display:none;
}
a.button.title-action-pdf {
    display: none !important;
}

}

/*** New Login Page Styles 2-4-16 ***/
#loginWrapper .headerDiv .title-1 {
	border-bottom:0;
	box-shadow:0 0 0;
	margin-bottom:20px
}

#loginWrapper {
  width: 100%;
  display:inline-block;
  margin: 20px auto;
  border: 0px solid #000;
  float: left;
}

#loginWrapper .headerDiv {
  float: left;
  width: 44%;
  padding:0 20px;
  border: 0px solid #000;

}
#loginWrapper .headerDiv2 {
  float: left;
  width: 12%;
  border: 0px solid red;
  text-align: center;
  font-size:26px;
  font-weight:700;
  color:#cf7600;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#loginWrapper .headerDiv2 .centerLine {
  background-color:#dddddd;
  height:100px;
  width:1px;
  margin:10px auto;
}

/*Update to SPR/SPF main pages */
.titleVolIssue {
	font-weight:400;
	font-style:italic;
}
.continueArticle {
    padding: 10px 20px;
    border: 1px solid #DDD;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    background-color:#f7f7f7;
}

.continueArticle:hover {
    color: #cf7600;
    background-color:#FFFFFF;
}
.testimonial {
    background: #FFF url(//www.nasponline.org/images/icons/left-quote.png) 4% 2% no-repeat;
    background-size: 15px;
    padding: 20px !important;
    font-size: 15px !important;
    color: #665;
    border: 0;
    border-radius: 7px;
    font-weight: 400;
}
@media only screen and (min-width: 720px) {
#loginWrapper .headerDiv .login-page-form {
	max-width:100%;
    margin: 20px 0 80px 0;
    padding: 20px;
    border: 1px solid #e2e2e2;
}
}
@media only screen and (max-width: 719px) {
#loginWrapper .headerDiv .login-page-form {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
#loginWrapper .headerDiv {
  width: 100%;
}
#loginWrapper .headerDiv2 {
  display:none;
}
}

a.white {
color:#FFFFFF !important;
}
a.white:hover {
color:#9fa618 !important;
}

/*Temp for pubs page*/
.grid-unit-1-2-m h3.title-2 {
display:none;
} 

.CQfooterDiv {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 10px 0 0 0;
  position: relative;
  bottom: 0;
  font-size: 12px;
  border-top: 1px #EEE solid;
}

.CQfooterDiv .footerLeft {
  float: left;
  padding: 5px 0;
}

.CQfooterDiv .footerRight {
  float: right;
  padding: 5px 0;
}
.CQFooterName {
    font-variant: small-caps;
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .CQfooterDiv .footerLeft {
    float: left;
    width: 100%;
    padding: 5px 0;
  }
  .CQfooterDiv .footerRight {
    float: left;
    width: 100%;
    padding: 5px 0;
  }
}
