@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, .accordion-container h2 {
	float: left;
	margin: 20px 0 10px 0;
	font-size: 23px;
	width: 100%;
}

.accordion-toggle, .accordion2-toggle {
	float: left;
	width: 100%;
	margin: 7px 0;
	cursor: pointer;
	color: #1f5696;
	text-decoration: none;
	font-weight: 700;
}

.accordion-toggle:hover, .accordion2-toggle:hover {
	color: #cf7600;
}

.accordion-content, .accordion2-content {
	display: none;
}

.accordion-content.default, .accordion2-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, .accordion2-content.default table td {
	vertical-align: top;
}

.hiddenTag {
	display: none !important;
}

.accordion-content.default table tr:nth-child(even), .accordion2-content.default table tr:nth-child(even) {
	background: #eeeeee;
}

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


/* CUSTOM - EF */
.blue-link-arial {
    color: #1f5696;
    text-decoration: none;
    font-weight: 700;
}

/* 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 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;
}

.no-margin {
	margin-bottom: 0 !important;
}

/* 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: 6px;
}

.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;
}

/* Revised Alerts Bootstrap4 033021*/
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1.5rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 13.5px;
  }
  
  .alert-heading {
	color: inherit;
  }
  
  .alert-link {
	font-weight: 700;
  }
  
  .alert-dismissible {
	padding-right: 4rem;
  }
  
  .alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
  }
  
  .alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
  }
  
  .alert-primary hr {
	border-top-color: #9fcdff;
  }
  
  .alert-primary .alert-link {
	color: #002752;
  }
  
  .alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
  }
  
  .alert-secondary hr {
	border-top-color: #c8cbcf;
  }
  
  .alert-secondary .alert-link {
	color: #202326;
  }
  
  .alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
  }
  
  .alert-success hr {
	border-top-color: #b1dfbb;
  }
  
  .alert-success .alert-link {
	color: #0b2e13;
  }
  
  .alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
  }
  
  .alert-info hr {
	border-top-color: #abdde5;
  }
  
  .alert-info .alert-link {
	color: #062c33;
  }
  
  .alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
  }
  
  .alert-warning hr {
	border-top-color: #ffe8a1
  }
  
  .alert-warning .alert-link {
	color: #533f03;
  }
  
  .alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
  }
  
  .alert-danger hr {
	border-top-color: #f1b0b7;
  }
  
  .alert-danger .alert-link {
	color: #491217;
  }
  
  .alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
  }
  
  .alert-light hr {
	border-top-color: #ececf6;
  }
  
  .alert-light .alert-link {
	color: #686868;
  }
  
  .alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
  }
  
  .alert-dark hr {
	border-top-color: #b9bbbe;
  }
  
  .alert-dark .alert-link {
	color: #040505;
  }
  
#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;
}

.formatted ol,
.formatted ul {
	float: left;
	width: 100%;
	display: block;
	margin-left: 2em;
	margin-bottom: 1em;
}

.formatted ol {
	width: auto;
}

@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-right: 33px !important;
	background: url(/assets/images/logos/nasp-logo-tree_25x25.png) no-repeat 7px 50%;
    background-size: 15px;
}
.memberOnlyCircle {
    padding-right: 33px !important;
    background: url(/assets/images/icons/member-only-circle.png) no-repeat 7px 50%;
    background-size: 15px;
}

span.memberOnlyTextTitle::after {
    content: '(M)';
    font: 75% / 1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    margin-left: 5px;
    line-height: 20px;
    display: inline;
    vertical-align: text-top;
    color: #1e5696;
}

span.seriesTitle {
    display: block;
    font-weight: normal;
    font: 82.5% / 1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
}
h1 span.seriesTitle {
    display: block;
    font-weight: unset;
    font: unset;
    -webkit-text-size-adjust: unset;
}

h1 .memberOnlyCircle, h1 .memberOnlyTextTitle {
    display:none;
}

/* 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;
}

.text-input,
.select-input {
	font-weight: 400;
}
a.external {
    display: inline-block;
    /* min-height: 30px; */
    padding-right: 28px;
    background-image: url(/assets/images/icons/external-link.png);
    background-repeat: no-repeat;
    background-position: 97% 3px;
    background-size: 15px;
}

.column-primary-main a[href$=".pdf"]::after, .column-primary-aside a[href$=".pdf"]::after , .column-primary a[href$=".pdf"]::after {
	content: ' (PDF)';
	font-weight: 400;
	font-size: 14px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.column-primary-main .content-box a[href$=".pdf"]::after, .column-primary-aside a[href$=".pdf"]::after , .column-primary .content-box a[href$=".pdf"]::after, a.button::after {
	content: '' !important;
	}
	
	
	/*
	.column-primary-main a[href^="https://www.nasponline.org"]::after, .column-primary-main a[href^="http://www.nasponline.org"]::after,
	.column-primary-main a[href^="/"]::after,
	.column-primary-main a[href^="Documents/"]::after,
	.column-primary-main a[href^="Assets"]::after,
	.column-primary-main a[href^="https://www.nasponline.org"]::after,
	.column-primary-main a[href^="https://www.nasponline.org"]::after
	{
	content: ' INTERNAL';
	font-weight: 400;
	font-size: 14px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	*/

@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 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}

.testimonial-orange {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-Orange.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}
.testimonial-grey {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-Grey.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}
.testimonial-light-grey {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-lt-Grey.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}
.testimonial-green {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-Green.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !important;
	font-size: 15px !important;
	color: #665;
	border: 0;
	border-radius: 7px;
	font-weight: 400;
}
.testimonial-blue {
	background: #FFF url(//www.nasponline.org/images/icons/Quotes-blue.png) 4% 2% no-repeat;
	background-size: 15px;
	padding: 20px 15px 15px 30px !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;
	}
}

.my-account-grid .alert-light {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.account-info-show-your-pride {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
	border-width: 1px;
	border-radius: 5px;
}
.account-info-ncsp {

    background-image: url('../../../Images/Logos/Cert-Logo-25-percent.png');
	background-position: 97% 5%;
    background-size: 25%;
}
.alert-light h2.title-6 {
    padding-bottom: 10px;
    border-bottom: #EEE solid 1px;
}
.alert-light .title-6 + .account-info-edit {
    margin-top: -55px;
}
.account-info-ncsp h2.title-6 {
    border-bottom: 0;
}

/* necessary plugin styles */
.ellip {
	display: block;
	height: 100%;
  }
  
  .ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
  }
  
  .ellip,
  .ellip-line {
	position: relative;
	overflow: hidden;
	max-width: 100%;
  }
 
  .add-shadow {
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
	}
	
	.add-shadow-hover:hover {
		-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
		}
		
	.with-arrows::after {
	content: ' \00BB';
	font-size: 20px;
	vertical-align: top;
  }

  .pushIn:hover {
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari 3-8 */
	transform: scale(1.05); 
	transition: transform .5s;
  }
  .cube-outline, .cube-outline-rounded, .cube-outline-external  {
    padding: 10px 15px;
    border: 2px solid #8eaaca;
    background-color: #FFF;
}
.cube-outline-rounded {
    border-radius: 5px;
}
.cube-outline-external a {
    color: #444;
    font-size: 14px;
    display: block;
}
.cube-outline-external  a span.more-link {
    color: #CF7600;
    font-size: 12px;
    display: inline-block;
    margin-top: 7px;
}

.cluster-menu {
    display: inline-block;
}

.cluster-menu ul.item-list {
	list-style: none;
	margin: 0 0 20px;
  }
  
  .cluster-menu ul.item-list li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0 !important;
  }
  
  .cluster-menu ul.item-list li h4 a {
	color: #888;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	display: inline-block;
	padding: 0.538em 1.077em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	cursor: pointer;
	line-height: 1.65;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	text-decoration: none !important;
	max-width: 100%;
	transition: .15s all ease;
  }
  
  .cluster-menu ul.item-list li h4 a:hover {
	background-color: #9fa618;
	color: #fff;
  }
  
  

	@media only screen and (min-width: 720px) {
		.page-nav > ul > li:hover > ul {
			max-height: none;
			padding: 0;
		}
		.page-nav ul ul a {
			padding: 7px 20px;
		}
		}
		
		