/* Remove underline nav */
.new-iste .global-nav a:hover,
.new-iste .global-nav a:focus {
    text-decoration: none;
}

/* Highlight main nav menu items */
@media (min-width:768px) {
	.new-iste .global-nav ul li a.node-thoughtleadership,
	.new-iste .global-nav ul li a.node-onlinelearning,
	.new-iste .global-nav ul li a.node-istestandards,
	.new-iste .global-nav ul li a.node-toolsresources,
	.new-iste .global-nav ul li a.node-standardsinaction,
	.new-iste .global-nav ul li a.node-becomeamember,
	.new-iste .global-nav ul li a.node-shareyourexpertise,
	.new-iste .global-nav ul li a.node-recognizeexcellence,
	.new-iste .global-nav ul li a.node-supportourmission,
	.new-iste .global-nav ul li a.node-theistestory,
	.new-iste .global-nav ul li a.node-jobboard,
	.new-iste .global-nav ul li h4 {
		text-align: left;
		color: #fff;
		font-size: 14px;
	}
}

/* Remove rounded border from Standards pages */
.sectionHeader:before {
	border-radius: 0;
}

/* Footer menu header colors fix */
footer .main-nav .sfContentBlock {
	color: inherit;
}

/* Prevent footer help icon from being overridden by missing image */
.icon-look:before, .icon-chat:before {
	content: "\e903";
  background: none;
}

/* Resize home page tags */
.home .promo-content .tags a {
	font-size: 1.4rem;
}

/* Homepage white text */
.home .grid-item-livetext h2 {
    color: #fff;
    position: absolute;
    bottom: 9%;
    left: 20%;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, .6);
    text-transform: none;
    font-weight: 400;
    width: 95%;
}

/*Remove underline from main nav */
.submenu .primary a:hover, .submenu .primary a:focus {
	text-decoration:none;
}

/* Footer links/copyright adjustments */
.new-iste footer .utility-nav-wrapper .copyright {
	float: none !important;
	width: auto !important;
	text-align: left !important;
	margin-top: 6px;
	color: #fff;
}
.new-iste footer .utility-nav-wrapper ul {
	margin-left: -5px;
	float: none !important;
}
@media (max-width: 767px) {
	.new-iste footer .utility-nav-wrapper .copyright {
		text-align: center !important;
	}
}
.new-iste footer .social-nav li {
  vertical-align: top;
}
@media (min-width: 768px) {
  .new-iste footer .social-nav {
    margin-right: 5px;
  }
  .new-iste footer .social-nav li {
    display: inline-block;
    margin-left: 10px;
  }
}

/*hide sitefinity's breadcrumb separator because perficient added their own*/
.sfBreadcrumbNodeSeparator {
	display:none;
}

/* === Left Tree Nav === */
#LeftMenu {
	color: #252525;
}
#LeftMenu a {
	font: 14px/16px AvenirMedium, Arial, sans-serif;
	font-weight:500;
	color: #252525;
}
#LeftMenu a:hover {
	color: #712b90;
	text-decoration: none;
}
#LeftMenu > ul {
	margin-bottom: 20px;
	padding: 0;
}
#LeftMenu ul > li a {
	font-weight: 800;
	font-family:AvenirHeavy, arial;
}
#LeftMenu > ul li > ul {
	margin-top: -3px;
	padding-left: 19px;
}
#LeftMenu > ul li > ul li {
	padding-left: 8px;
	text-indent: -8px;
}
#LeftMenu > ul li > ul li a {
	font-weight:400;
	font-family:Avenir,arial;
}
#LeftMenu li.navActivePage, #LeftMenu li.navParentPage {
	margin-bottom: 21px;
	font-size: 20px;
	line-height: 22px;
}
#LeftMenu li.navActivePage, #LeftMenu li.navActivePage a, #LeftMenu li a.current-page {
	color: #712b90;
}
#LeftMenu li.navActivePage:after, #LeftMenu li a.current-page:after {
	content: "\00a0";
	background: url("../images/leftNavArrow.png") no-repeat scroll 0px 7px transparent;
	margin-left: 5px;
	font-size: 16px;
	width: 5px;
	height: 8px;
}
ul.iste-vertical-nav {
	padding-left:0;
	max-width:180px;
}
.iste-vertical-nav li ul {
	padding-left:18px;
}

/* Used in Sitefinity design mode to prevent overlapping content areas */
.mainbodydesignmode {
	min-height: 200px;
	padding-top: 200px;
}

/* Fixes, because Sitefinity doesen't allow <sidebar> tags in WYSIWYG */
.new-iste .sidebarContent-block {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.new-iste .sidebarContent-block>* {
	padding-left: 10px;
	padding-right: 10px;
}

.new-iste .sidebarContent-block h3 {
	color: #712b90;
	font-size: 24px;
}

.new-iste .sidebarContent-block h4 {
	margin-bottom: 14px;
	padding-bottom: 4px;
	color: #b7c726;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #c2c2c2;
}

.new-iste .sidebarContent-block p {
	margin: 0 0 20px;
	font: 16px AvenirMedium, arial, sans-serif;
	color: #424242;
}

@media screen and (min-width:768px) {
  .new-iste .sidebarContent-block {
    max-width: 265px;
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
}

/* Sitefinity page content tweaks */
.new-iste .sf_colsIn {
	margin-bottom: 30px;
}

.sf_cols iframe {
	max-width: 100%;
}

.takeOurOnlinePoll:after {
	display: none !important;
}

/* Search results book titles */
.result-item h2,
.result-item h2 a {
	font-size: 19px;
}

/* EdTekHub Titles */

.new-iste h1.hub {
	text-transform: none;
}

/* Colors */

.iste-green{
    color: #b7c726 !important!;
}
.iste-teal {
    color: #0084A9 !important!;
}
.iste-purple {
    color: #61298A  !important!;
}
.iste-blue {
    color: #001631  !important!;
}


/*Buttons */

a.button-green, input.button-green, .card-content a.btn  {
    max-width: 250px;
    min-width: 150px !important;
	margin: 20px 5px !important;

}
a.button-green:active, a.button-green:focus, a.button-green:hover, input.button-green:active, input.button-green:focus, input.button-green:hover {
    min-width: 150px!important;
	margin: 20px 5px !important;
}

a.button-blue, a.button-purple, input.button-blue, input.button-purple {
	-moz-border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	border-radius: 30px !important;
	cursor: pointer;
	display: inline-block !important;
	font-family: AvenirBlack, Helvetica, Arial, sans-serif !important;
	font-size: 1.4rem !important;
	font-weight: 900 !important;
	line-height: 1.75 !important;
	max-width: 250px;
	margin: 20px 0 !important;
	padding: 6px 10px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	min-width: 150px;
	margin: 0 !important;
	text-decoration: none;
}

a.button-blue,  input.button-blue {
    background-color: #0084A9 !important;
    border: 2px solid #0084A9 !important;
    color: #fff !important;
}

a.button-purple, input.button-purple {
    background-color: #61298A !important;
    border: 2px solid #61298A !important;
    color: #fff !important;
}

a.button-blue:active, a.button-blue:focus, a.button-blue:hover, input.button-blue:active, input.button-blue:focus, input.button-blue:hover {
    color: #0084A9 !important;
    background-color: #fff !important;
    text-decoration: none;
}

a.button-purple:active, a.button-purple:focus, a.button-purple:hover, input.button-purple:active, input.button-purple:focus, input.button-purple:hover {
    color: #61298A !important;
    background-color: #fff !important;
    text-decoration: none;
}

/* Member Pages */

.membersliderStripe {
	color: #fff;
	width: 100%;
	height: 260px;
	background: linear-gradient(to bottom, #fff 0%, #fff 10%, #0084A9 0, #0084A9 80%, #fff 0);
}

p.memberQuote {
	padding: 7%;
}
p.iconP {
    padding: 0 9%;
}

.block-green {
    background: #b7c726;
    padding: 5% 10%;
    color: #fff !important;
    text-align: center;
}

.greenfooterheadline {
	font-size: 40px;
	font-weight: bold;
}

.memberchart {
	font-family: 'Avenir Next W10 Regular', Arial, Helvetica, sans-serif;
}

.responsive-membership .modalPopup {
  position: fixed !important;
  top: 100px !important;
}

@media (max-width: 420px) {
  .responsive-membership .modalPopup {
    left: 2% !important;
    max-width: 96%;
  }
}

/* Volunteer form */

.header3 {
    font-size: 20px;
    font-weight: bold;
}

/* Become a Member Page */

.carrot-green {
  color: #b7c726;
  background: url(/sf-images/membership/green-carrot-icon.png)  no-repeat;
  display: inline;
  padding: 0 26px 0 0;
  height: 26px;
  min-width: 16px;
}

.article-p {
	margin-left: 28px;
	margin-bottom: 46px;
}

.card-content {
	width: 100%;
	text-align: center;
	padding: 11px;
}


.card-buttons {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.manage-pln td{
  padding-bottom: 25px;
}
.manage-pln input{
  margin-right: 6px;
}
/* Resources */

.channel-white-paper {
	background-position: 0 -197px;
}

.channel-title {
  line-height: 24px !important;
  height: 24px;
}

.featured-content .border-bottom {
  display: initial;
}

@media only screen and (max-width : 768px) {

	 
}

@media only screen and (max-width : 768px) {

	.greenfooterheadline {
		font-size: 30px;
	}
	.membership-sidebar .iste-vertical-nav {
		display: none;
	}
	ul.iste-vertical-nav {
		display: none;
	}
}

@media only screen and (max-width : 480px) {

	.greenfooterheadline {
		font-size: 25px;
	}

	section.membersliderStripe {
		display: none;
	}
}

@media only screen and (max-width : 320px) {
	.greenfooterheadline {
		font-size: 20px;
	}

	.block-green {
		padding: 10px 50px;
	}
}

