/* General Typography  */

body { 
	font-family: 'Equip-ExtraLight', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	/* 		
	font-family: 'futura-pt',Function, Futura, 'Century Gothic', 'Gill Sans', Helvetica, Arial, sans-serif;	
	font-weight: 700; 
	*/
	-webkit-font-smoothing: antialiased;
	color: #343434;
	margin: 1.5em 0 0.5em;
}

h1 {
    font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
    font-size: 44px;
    line-height: 55px;
    text-transform: uppercase;
    margin-top: 52px;
    margin-bottom: 20px;
}

h2 {
	
    font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;	
}

h3 {
    font-family: 'Equip-Medium', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
    font-family: 'Equip-Bold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 0;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
}

h5 {
    font-family: 'Equip-Medium', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

h6 {
    font-family: 'Equip-Medium', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

p { 
	font-family: 'Equip-Light', Helvetica, Arial, sans-serif; 	
}

p.lead { 
	font-family: 'EquipSlab-Light', Helvetica, Arial, sans-serif; 
	font-size: 19px;
	line-height: 28px;
}

/*
ul li {
    font-family: 'Equip-ExtraLight', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
*/

blockquote {
    font-family: 'EquipSlab-ExtraLightItalic', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

blockquote.md {
    font-size: 20px;
    line-height: 26px;
}

blockquote.lg {
    font-family: 'EquipSlab-ExtraLightItalic', Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

.callout-sm {
    font-family: 'EquipSlab-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.callout-md {
    font-family: 'EquipSlab-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    border-top: 1px solid #A2A4A3;
    border-bottom: 1px solid #A2A4A3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.callout-lg {
    font-family: 'EquipSlab-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}

iframe {
	border: none;
}

.alertHeader {
	padding: 10px 50px;
	color: #ff0000;
	background: #ffcccc;
	text-align: center;
	margin-top: 0px;
	text-transform: none;
	letter-spacing: 0.03em;
}

.nt-light {
	color:#999;
}


/* Primary Background Colors */

.bg.lt-green { 
	background: #419e57;
}

.bg.green { 
	background: #006633;
}

.bg.dk-green { 
	background: #004221;
}

.bg.gold { 
	background: #a29061;
}

.bg.white {
	color: #343434;
	background: #fff;
}

.bg.black {
	background: #000;
}



/* Secondary Background Colors */

.bg.black { 
	background: #000;
}

.bg.dk-gray {
	background: #343434;
}

.bg.md-gray {
	background: #666;	
}

.bg.gray {
	background: #999;
}

.bg.lt-gray {
	background: #ccc;
}

.bg.ul-gray {
	background: #eee;
}


.btn {
	font-family: 'Equip-Medium', Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	-webkit-border-radius:0;
	border-radius:0;
	background-clip:padding-box;
/* stops bg color from leaking outside the border: */
	position:relative;
	padding: 1em 2em;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    white-space: inherit;
}

.btn:active,.btn.active {
	-webkit-box-shadow:none;
	box-shadow:none;
}

.btn.btn-link {
	color:#006633;
}

.btn.nt-default,.btn.nt-submit {
	background-color:#BC9C36;
	color:#FFF;
}

.btn.nt-default:hover, .btn.nt-submit:hover {
	background-color:#B5BD00;
	color:#FFFFFF;
}

.btn.nt-submit {
	padding:15px 30px;
	width:100%;
}

.btn.nt-search {
	background-color:#115740;
	width:40px;
	height:40px;
	padding:0;
	border:1px solid #063;
	position:absolute;
	right:0;
	text-align:center;
	display:inline-block;
}

.btn.nt-search i {
	float:none;
	display:inline-block;
	vertical-align:middle;
}

.btn.nt-ghost-btn {
	font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
	border:2px solid #565A5C;
	color:#565A5C;
	padding: 1em;
	width:200px;
	text-transform:uppercase;
	white-space: nowrap;
}

.btn.nt-ghost-btn:hover {
	border-color: #B5BD00;
	color: #B5BD00;
}

.btn.nt-full-width {
	width:75%!important;
}

.nt-caret-btn {
	background-color:#ccc;
	color:#FFF;
	width:auto;
	height:100%;
	padding:15px;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
}

.offScreen {display: none;}

.nt-card {
	display:table-cell;
	position:relative;
	background-color:#FFF;
	padding:30px 30px 60px 30px;
	width:32%;
	z-index:1;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
/* .nt-card pseudo class base */
/* .nt-card borders */
/* .nt-card shadow */
/* To get links to stay at the bottom of the card,
    	we use absolute positioning and bottom margins
    	on the textbox and footer
    */
}

.nt-card:before,.nt-card:after {
	content:'';
	position:absolute;
	width:100%;
	left:0;
}

.nt-card:before {
	height:2px;
	background:#BC9C36;
	top:0;
}

.nt-card .nt-card-content {
	background-color:#FFF;
}

.nt-card .nt-card-headline {
	margin-bottom:30px;
	margin-top: 15px;
	text-transform:none;
	line-height:130%;
	letter-spacing: 0;
	font-size: 18px; 
}

.nt-card .nt-card-headline a {}

.nt-card .nt-card-headline a:hover {}

.nt-card .nt-card-content p {
	text-align: left;
}

.nt-card .nt-card-date {
	margin-bottom:30px;
	display:block;
	text-transform: uppercase;
}

.nt-card .nt-link {
	display:inline-block;
	margin-top:15px;
}

.nt-card .nt-link i {
	margin-right:5px;
	vertical-align:text-bottom;
}

.nt-card .nt-link:hover i,.nt-card .nt-mega-menu-container .dropdown-menu .nt-link.nt-trigger.active i,.nt-mega-menu-container .dropdown-menu .nt-card .nt-link.nt-trigger.active i {
	background-color:#063;
}

.nt-card .nt-card-textbox {
	margin-bottom:15%;
}

.nt-card .nt-card-footer {
	position:absolute;
	bottom:10px;
}

.nt-card .nt-card-footer a {
	display:block;
	margin-bottom:15px;
}

.nt-card .nt-card-footer a * {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

.nt-card .nt-card-footer a:hover,.nt-card .nt-card-footer .nt-mega-menu-container .dropdown-menu a.nt-trigger.active,.nt-mega-menu-container .dropdown-menu .nt-card .nt-card-footer a.nt-trigger.active {
	color:#69be00;
	text-decoration:none;
}

.nt-card .nt-card-title {
	position:absolute;
	top:-45px;
	left:0;
	width:100%;
	text-align:center;
	margin:0;
}

.nt-card .nt-card-dropdown {
	position:absolute;
	width:100%;
	height:30px;
	left:0;
	bottom:0;
}

.nt-card .nt-card-dropdown .dropdown-menu {
	top:0;
	right:0;
	position:absolute;
	text-align:center;
}

.nt-cards-row-with-2-cards .nt-card {
	width:45%;
}

.nt-cards-table,
.nt-service-cards-table,
.nt-cards-table-2,
.nt-cards-fmt-4 {
	display:table;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
}

.nt-service-cards-table .nt-card {
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:30px;
	height:315px;
}

.nt-service-cards-table .nt-card .btn {
	width:60%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	position:absolute;
	left:20%;
	bottom:30px;
	border: 1px solid #fff;
}

.nt-service-cards-table .nt-card.nt-card-1-of-1 {
	padding-left: 150px;
	padding-right: 150px;
}

.nt-service-cards-table .nt-card.nt-card-1-of-2,
.nt-service-cards-table .nt-card.nt-card-2-of-2 {
	padding-left: 0;
	padding-right: 0;
}

.nt-cards-table-2 {
	width:75%;
	margin:0 auto 15px;
}

.nt-cards-table-2 .nt-card {
	width:47%;
}

.nt-cards-row {
	display:table-row;
}
.nt-cards-row-with-2-cards .nt-cards-table {
	width:800px;
}
.nt-card-spacer,.nt-card-spacer2 {
	display:table-cell;
	width:15px;
}

.nt-card-spacer2 {
	width:30px;
}

.navbar-right .dropdown {
	float:right;
}

.dropdown .nt-toggle {
	color:#115740;
	
}

.dropdown .nt-toggle:after {
	content:'';
	margin-left:5px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #115740;
	position:relative;
	bottom:3px;
}

.dropdown.open .nt-toggle {
	color:#999;
}

.dropdown.open .nt-toggle:after {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #999;
}

.dropdown-menu {
	font-size: inherit;
	-webkit-border-radius:0;
	border-radius:0;
	background-clip:padding-box;
/* stops bg color from leaking outside the border: */
	padding:15px 0;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.175);
	box-shadow: 0 0 12px rgba(0,0,0,.175);	
}

.dropdown-menu .title {
	display:block;
	margin-bottom:15px;
}

.nt-ghost-dropdown {
	border:1px solid #ccc;
	margin-left:60px;
	margin-right:60px;
	margin-bottom:15px;
	margin-top:0;
	position:relative;
}

.nt-ghost-dropdown .dropdown-toggle {
	display:inline-block;
	width:100%;
	position:relative;
	padding:15px;
	text-align:left;
}

.nt-ghost-dropdown .dropdown-toggle:after {
/* arrow */
	position:absolute;
	right:0;
	top:50%;
}

.nt-ghost-dropdown .nt-caret-btn {
	color: #373737;
}

.nt-ghost-dropdown .dropdown-menu {
	width:100%;
}

.nt-hero-section {
	height:350px;
/* 	background-image:url(../images/chicago.jpg); */
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#ededed;
}

.nt-icon-document {
	background-position:0 0;
	width:16px;
	height:20px;
}

.nt-icon-email {
	background-position:0 -55px;
	width:49px;
	height:60px;
}

.nt-icon-facebook {
	background-position:0 -160px;
	width:32px;
	height:32px;
}

.nt-icon-google {
	background-position:0 -242px;
	width:32px;
	height:32px;
}

.nt-icon-green-logo {
	background-position:0 -324px;
	width:350px;
	height:81px;
}

.nt-icon-instagram {
	background-position:0 -455px;
	width:32px;
	height:32px;
}

.nt-icon-linkedin {
	background-position:0 -537px;
	width:32px;
	height:32px;
}

.nt-icon-location {
	background-position:0 -619px;
	width:60px;
	height:60px;
}

.nt-icon-movie {
	background-position:0 -729px;
	width:20px;
	height:12px;
}

.nt-icon-phone {
	background-position:0 -791px;
	width:34px;
	height:60px;
}

.nt-icon-pinterest {
	background-position:0 -901px;
	width:32px;
	height:32px;
}

.nt-icon-rss {
	background-position:0 -983px;
	width:32px;
	height:32px;
}

.nt-icon-search {
	background-position:0 -1065px;
	width:18px;
	height:18px;
}

.nt-icon-twitter {
	background-position:0 -1133px;
	width:32px;
	height:32px;
}

.nt-icon-video {
	background-position:0 -1215px;
	width:20px;
	height:15px;
}

.nt-icon-vine {
	background-position:0 -1280px;
	width:32px;
	height:32px;
}

.nt-icon-youtube-oldskool {
	background-position:0 -1362px;
	width:32px;
	height:32px;
}

.nt-icon-youtube {
	background-position:0 -1444px;
	width:32px;
	height:32px;
}

.nt-icon-video,.nt-icon-document {
	-webkit-border-radius:2px;
	border-radius:2px;
	background-clip:padding-box;
/* stops bg color from leaking outside the border: */
	background-color:#a29061;
}

.nt-arrow,.dropdown .nt-toggle:after,.dropdown.open .nt-toggle:after,.nt-arrow-up,.nt-arrow-down,.nt-arrow-right,.nt-arrow-left,.nt-mega-menu-container .dropdown-toggle:after,.nt-mega-menu-container .dropdown-toggle:hover:after,.nt-mega-menu-container .dropdown-menu .dropdown-toggle.nt-trigger.active:after,.nt-mega-menu-container .dropdown-menu .nt-mega-menu-arrow,.nt-mega-menu-container .dropdown-menu .nt-trigger span:after,.nt-mega-menu-container .dropdown-menu .nt-trigger.active span:after,.nt-promo-section .btn:after,.nt-promo-section-white .btn:after {
	display:inline-block;
	width:0;
	height:0;
}

.nt-utility-nav .nt-regions {
	width: 150px;
	margin-right: 15px;
}

.nt-utility-nav .nt-regions .nt-toggle {
	font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 150px;
}

.nt-utility-nav .nt-regions .nt-toggle:after {display: none;}

.nt-utility-nav .nt-regions .dropdown:hover:after {
    border-top-color: #115740;
}

.nt-utility-nav .nt-regions .dropdown:after {
	content: '';
	margin-left: 5px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #115740;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: 5px;
}

.nt-arrow-up {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #419e57;
}

.nt-arrow-down {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #419e57;
}

.nt-arrow-right {
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #419e57;
}

.nt-arrow-left {
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:5px solid #419e57;
}

.nt-mega-menu-container {
	background-color:#2C2E2E !important;
	z-index:2!important;
	position:absolute;
	left:0;
	top:auto;
	width:100%;
}

.nt-mega-menu-container.nt-landing {
	position:relative;
}

.nt-mega-menu-container .nt-mega-menu.open .dropdown-toggle {
	background:transparent;
	color:#fff;
}

.nt-mega-menu-container .navbar-nav > li > a {
	color:#999;
}

.nt-mega-menu-container .navbar-nav > li > a:hover,.nt-mega-menu-container .dropdown-menu .navbar-nav > li > a.nt-trigger.active {
	color:#FFF;
}

.nt-mega-menu-container .dropdown-toggle:after {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #999;
	content:'';
	position:relative;
	bottom:3px;
	left:5px;
}

.nt-mega-menu-container .dropdown-toggle:hover:after,.nt-mega-menu-container .dropdown-menu .dropdown-toggle.nt-trigger.active:after {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #FFF;
}

.nt-mega-menu-container .dropdown-menu {
	width:auto;
	padding:15px 0;
	background-color:#FFF!important;
	margin-top:10px!important;
	left:15px;
	-webkit-border-radius:0;
	border-radius:0;
	background-clip:padding-box;
/* stops bg color from leaking outside the border: */
}

.nt-mega-menu-container .dropdown-menu .nt-mega-menu-arrow {
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #FFF;
	position:absolute;
	bottom:100%;
	left:30px;
}

.nt-mega-menu-container .dropdown-menu .container,.nt-mega-menu-container .dropdown-menu .nt-section,.nt-mega-menu-container .dropdown-menu .nt-hero-section,.nt-mega-menu-container .dropdown-menu .nt-cards-section,.nt-mega-menu-container .dropdown-menu .nt-cards-with-headers-section,.nt-mega-menu-container .dropdown-menu .nt-2cards,.nt-mega-menu-container .dropdown-menu .nt-table-section,.nt-mega-menu-container .dropdown-menu .nt-contact-section,.nt-mega-menu-container .dropdown-menu .nt-promo-section,.nt-mega-menu-container .dropdown-menu .nt-promo-section-white,.nt-mega-menu-container .dropdown-menu .nt-table {
	max-width:none;
	padding:0;
}

.nt-mega-menu-container .dropdown-menu a {
	font-size:14px;
}

.nt-mega-menu-container .dropdown-menu .dontOpen {
	display:none!important;
}

.nt-mega-menu-container .dropdown-menu .nt-overview-title {
	padding-bottom:15px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:0;
	border-bottom:1px solid #343434;
	font-size:16px;
}

.nt-mega-menu-container .dropdown-menu .nt-desc {
	width:360px;
	padding:0 30px;
	position:absolute;
	border-left:1px solid #999;
	left:100%;
	top:0;
	background-color:#FFF;
	z-index:2;
}

.nt-mega-menu-container .dropdown-menu a,.nt-mega-menu-container .dropdown-menu .nt-trigger {
	display:inline-block;
	padding:10px;
	margin-bottom:5px;
	width:100%;
	border:none;
	background:transparent;
	cursor:pointer;
	text-align:left;
	font-size:16px;
	line-height:125%;
	color:#006633;
}

.nt-mega-menu-container .dropdown-menu a:hover,.nt-mega-menu-container .dropdown-menu a.nt-trigger.active {
	color:#69be00;
	text-decoration:none;
}

.nt-mega-menu-container .dropdown-menu .nt-trigger span {
	position:relative;
}

.nt-mega-menu-container .dropdown-menu .nt-trigger span:after {
	content:'';
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:4px solid #999;
	margin-left:7.5px;
}

.nt-mega-menu-container .dropdown-menu .nt-trigger.active {
	border-bottom:1px solid #343434;
	color:#69be00;
}

.nt-mega-menu-container .dropdown-menu .nt-trigger.active span {
	position:relative;
	color:#69be00;
}

.nt-mega-menu-container .dropdown-menu .nt-trigger.active span:after {
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:4px solid #69be00;
	content:'';
	margin-left:7.5px;
	margin-top:3.75px;
	float:right;
}

.nt-mega-menu-container .dropdown-menu .nt-trigger:focus {
	outline:none;
}

.nt-mega-menu-container .dropdown-menu .nt-trigger:hover,.nt-mega-menu-container .dropdown-menu .nt-trigger.active {
	color:#69be00;
}

.nt-mega-menu-container .dropdown-menu ul,.nt-mega-menu-container .dropdown-menu li {
	list-style-type:none;
	padding-left:0;
	background-color:#FFF;
}

.nt-mega-menu-container .dropdown-menu ul {
	border-left:1px solid #999;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	position:absolute;
	width:225px;
	left:225px;
	top:0;
}

.nt-mega-menu-container .dropdown-menu ul.nt-mega-menu-level-1 {
	position:relative;
	top:0;
	left:0;
	border:none;
	padding-top:0;
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
}

.nt-main-nav-container {
	z-index:3 !important;
	background-color:#115740 !important;
}

.nt-main-nav-container .navbar-nav {
	float:none;
}

.nt-main-nav-container .navbar-nav li.active {
	background-color:#2C2E2E;
}

.nt-navbar {
	margin:0;
}

.nt-navbar .navbar-nav {
	width:100%;
}

.nav > li {
	margin: 0;
	padding: 0;
}

.nav .caret,.nav a:hover .caret,.nav .nt-mega-menu-container .dropdown-menu a.nt-trigger.active .caret,.nt-mega-menu-container .dropdown-menu .nav a.nt-trigger.active .caret {
	border-top-color:#FFF;
	border-bottom-color:#FFF;
}

.nav .open > a,.nav .open > a:hover,.nav .nt-mega-menu-container .dropdown-menu .open > a.nt-trigger.active,.nt-mega-menu-container .dropdown-menu .nav .open > a.nt-trigger.active,.nav .open > a:focus {
	color:#999;
	text-decoration:none;
	background-color:#FFF;
	border:none;
}

.nav .open > a .caret,.nav .open > a:hover .caret,.nav .nt-mega-menu-container .dropdown-menu .open > a.nt-trigger.active .caret,.nt-mega-menu-container .dropdown-menu .nav .open > a.nt-trigger.active .caret,.nav .open > a:focus .caret {
	border-top-color:#999;
	border-bottom-color:#999;
}

.navbar-nav {}

.navbar-nav > li > a {
	font-family: 'Equip-Medium', Helvetica, Arial, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	font-size: 15px;
	padding: 15px 17px;
	margin: 0;
}

.navbar-nav > li > a:hover,.nt-mega-menu-container .dropdown-menu .navbar-nav > li > a.nt-trigger.active {
	text-decoration:none;
	background-color:transparent;
}

.navbar-nav > li > a:hover {
	background-color: #2C2E2E;
}

.navbar-nav > li > a:focus {
	text-decoration:none;
	background-color:transparent;
}

.navbar {
	margin-bottom:0;
	border:none;
	z-index:inherit;
}

.navbar .navbar-header p {
	display:none;
	float:left;
}

.navbar-right .dropdown {}

.navbar-collapse {
	padding:0;
}

.navbar-collapse .navbar-nav {
	margin:0;
}

.navbar-toggle.nt-subnav .icon-bar {
	background-color:#000;
}

.nt-main-content {
	padding:0;
}

.container,.nt-section,.nt-hero-section,.nt-cards-section,.nt-cards-with-headers-section,.nt-2cards,.nt-table-section,.nt-contact-section,.nt-promo-section,.nt-promo-section-white,.nt-table {
	padding:30px 0;
	position:relative;
	z-index:inherit;
}

.container > h2,.nt-section > h2,.nt-hero-section > h2,.nt-cards-section > h2,.nt-cards-with-headers-section > h2,.nt-2cards > h2,.nt-table-section > h2,.nt-contact-section > h2,.nt-promo-section > h2,.nt-promo-section-white > h2,.nt-table > h2,.container > div > div > h2,.nt-section > div > div > h2,.nt-hero-section > div > div > h2,.nt-cards-section > div > div > h2,.nt-cards-with-headers-section > div > div > h2,.nt-2cards > div > div > h2,.nt-table-section > div > div > h2,.nt-contact-section > div > div > h2,.nt-promo-section > div > div > h2,.nt-promo-section-white > div > div > h2,.nt-table > div > div > h2 {
	text-align:center;
	margin-top:0;
	margin-bottom:30px;
	margin-right:30px;
	margin-left:30px;
}

.container.nt-trimmed,.nt-trimmed.nt-section,.nt-trimmed.nt-hero-section,.nt-trimmed.nt-cards-section,.nt-trimmed.nt-cards-with-headers-section,.nt-trimmed.nt-2cards,.nt-trimmed.nt-table-section,.nt-trimmed.nt-contact-section,.nt-trimmed.nt-promo-section,.nt-trimmed.nt-promo-section-white,.nt-trimmed.nt-table {
	padding:0;
}

.container-fluid {
	z-index:inherit;
	background-color: #fff;
}

.container-fluid.nt-trimmed {
	padding:0;
}

.row {
	margin:0;
	position:relative;
}

.row > div .col-md-4,.row > div .col-md-1,.row > div .col-sm-1 {
	border:none;
}

.nt-footer-links {
	background-color:#2C2E2E;
	padding:45px;
}

.nt-footer-links .row {
	margin:0 90px;
}

.nt-footer-links .navbar-nav {
	margin:30px auto 45px auto;
	float:none;
	text-align:left;
}

.nt-footer-links .navbar-nav .nt-table-header {
	background:#ccc;
}

.nt-footer-links .navbar-nav .nt-table-header .table-cell {
	padding-left:37.5px;
}

.nt-footer-links .navbar-nav .table-cell,.nt-footer-links .navbar-nav .nt-table-header .table-cell {
	list-style-type:none;
	width:25%;
	position:relative;
}

.nt-footer-links .navbar-nav .table-cell.nt-last {
	border:none;
}

.nt-footer-links .navbar-nav li {
	list-style-type:none;
	padding:0 30px;
}

.nt-footer-links .navbar-nav li > a {
	font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top:0;
	padding-bottom:15px;
	padding-left:0;
	padding-right:0;
	display:block;
	color:#fff;
}

.nt-footer-links .navbar-nav li > a:hover {
	color: #69be00;
	text-decoration: none;
}

.nt-footer-links h5 {
	font-family: 'Equip-Bold', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.nt-footer-links .navbar-nav .nt-table-cell {
	position:relative;
	width:25%;
	padding:0;
	border:none;
}

.nt-footer-links .navbar-nav .nt-table-cell:after {
	content:'';
	position:absolute;
	top:50px;
	right:0;
	width:1px;
	height:250px;
	background-color:#fff;
}

.nt-footer-links .navbar-nav .nt-table-cell.nt-last:after {
	display:none;
}

.nt-footer-links .navbar-nav .nt-table-cell .nt-table-cell-header {
	margin-bottom:30px;
	border:none;
}

.nt-social-media {
	padding:0;
}

.nt-social-media li {
	list-style-type:none;
	width:32px;
	height:32px;
	display:inline-block;
	margin:0 5px;
}

.nt-footer {
	text-align:center;
	background-color:#115740;
	color:#FFF;
}

.form-horizontal .form-group:first-child {
	padding-top:15px;
}

.form-control {
	-webkit-border-radius:0;
	border-radius:0;
	background-clip:padding-box;
/* stops bg color from leaking outside the border: */
}

.nt-form-title {
    font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #565A5C;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.nt-form-label {
	color:#999;
	font-weight:400;
}

.nt-form-label label {
    font-family: 'Equip-Medium', Helvetica, Arial, sans-serif;
    color: #565A5C;
}

.nt-signin-form {
	padding:0;
	border:1px solid #063;
}

.nt-signin-form .form-control {
	padding:10px;
	height:auto;
}

.nt-signin-form .form-group {
	margin-bottom:10px;
}

.nt-signin-form .form-group.row {
	margin-left:0;
	margin-right:0;
	margin-bottom:10px;
}

.nt-signin-form .form-group.row div {
	margin:0;
	padding:0;
}

.nt-signin-form a {
	display:block;
	text-align:left;
	margin-top:5px;
	color:#419e57;
}

.nt-signin-form .form-group .btn {
	width: 100%;
}

.nt-signin-form .row {
	background:#fff;
/* responsive breakpoint */
/*
    	@include breakpoint(small) {
    		margin: 0 $base-unit;
    	}	
*/
}

.nt-search-form * {
	float:left;
	-webkit-border-radius:0;
	border-radius:0;
	background-clip:padding-box;
/* stops bg color from leaking outside the border: */
}

.nt-search-form label,.nt-search-form .label {
	font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
	width:75px;
	margin-top:11px;
/* needs to be exact */
	color:#999;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
}

.nt-search-form .form-control {
	width: 285px;
	height: 40px;
	padding: 6px;
}

.nt-search-form > .form-group {
	position:relative;
	float:right;
	width:100%;
	margin:0;
}

.nt-brand-nav-container {
	padding:0;
	background-color: #fff;
}

.nt-brand-nav-container div,.nt-brand-nav-container form {
	padding:0;
}

.nt-brand-nav-container .nt-logo {
	float:left;
	margin-top:10px;
/* needs to be exact */
}

.nt-brand-nav-container ul.nt-utility-nav {
	height:80px;
	list-style-type:none;
	padding:0;
	text-align:right;
}

.nt-brand-nav-container ul.nt-utility-nav > li {
	width:auto;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}

.nt-brand-nav-container ul.nt-utility-nav > li > a {
	font-family: 'Equip-Light', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left:0;
	padding-top:32px;
	color:#115740;
	text-transform:uppercase;
	letter-spacing: 0;
}

.nt-brand-nav-container ul.nt-utility-nav > li > a:hover {
    color: #69be00;
}

.nt-brand-nav-container ul.nt-utility-nav > li .nt-toggle {
	padding-left:0;
	padding-top:32px;
	text-transform:uppercase;
}

.nt-brand-nav-container ul.nt-utility-nav > li .nt-toggle:hover {
    color: #69be00;
}

.nt-brand-nav-container ul.nt-utility-nav .nt-search form {
	float:right;
	margin-top:20px;
	width: 400px;
}

.nt-brand-nav-container ul.nt-utility-nav > .btn {
	float:left;
	height:100%;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:15px;
	padding-left:0;
	width:35%;
}

.nt-mega-menu-container {
	z-index:2!important;
	position: relative;
}

.nt-section,.nt-hero-section,.nt-cards-section,.nt-cards-with-headers-section,.nt-2cards,.nt-table-section,.nt-contact-section,.nt-promo-section,.nt-promo-section-white,.nt-table {
	padding:30px inherit;
}

.nt-section > h2,.nt-hero-section > h2,.nt-cards-section > h2,.nt-cards-with-headers-section > h2,.nt-2cards > h2,.nt-table-section > h2,.nt-contact-section > h2,.nt-promo-section > h2,.nt-promo-section-white > h2,.nt-table > h2 {
	text-align:center;
}

.nt-cards-fmt-4 h2 {
	text-transform: uppercase;
	margin-top: 30px;
}

.nt-section .nt-section-subhead,
.nt-hero-section .nt-section-subhead,
.nt-cards-section .nt-section-subhead,
.nt-cards-with-headers-section .nt-section-subhead,
.nt-2cards .nt-section-subhead,
.nt-cards-fmt-4 .nt-section-subhead,
.nt-table-section .nt-section-subhead,
.nt-contact-section .nt-section-subhead,
.nt-promo-section .nt-section-subhead,
.nt-promo-section-white .nt-section-subhead,
.nt-table .nt-section-subhead {
	text-align:center;
	padding-bottom:30px;
	text-transform:none;
	font-weight:400;
}

.nt-cards-fmt-4 h3.nt-section-subhead {
	font-family: 'EquipSlab-ExtraLight', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 25px;	
	letter-spacing: 0;
    padding-left: 60px;
    padding-right: 60px;
}

.nt-section-centered {
	text-align:center;
	padding:30px 0;
}

.nt-header-section {
/* responsive breakpoint */
/*
	@include breakpoint(small) {
        position: absolute;
        width: 100%;
        bottom: 0;
	}	
*/
}

.nt-headline-section {
	padding:50px 0;
	border-bottom:1px solid #ccc;
/* responsive breakpoint */
}

.nt-headline-section h1 {
	margin-top:0;
}

.nt-headline-section .btn.nt-default {
    background-color: #115740;
}

.nt-headline-section .btn.nt-default:hover {
    background-color: #B5BD00;
    color:#FFFFF;
}

.nt-cards-section,.nt-cards-with-headers-section,.nt-2cards {
	background-color:#F2F0ED;
}

.nt-table-section .container,.nt-table-section .nt-section,.nt-table-section .nt-hero-section,.nt-table-section .nt-cards-section,.nt-table-section .nt-cards-with-headers-section,.nt-table-section .nt-2cards,.nt-table-section .nt-table-section,.nt-table-section .nt-contact-section,.nt-table-section .nt-promo-section,.nt-table-section .nt-promo-section-white,.nt-table-section .nt-table {
	padding:0;
}

.nt-contact-section {
	text-align:center;
	color:#999;
/*
    @include breakpoint(small) {
        .container {
            > div {
                margin-bottom: ($base-unit * 3);
            }
        }
    }
*/
}

.nt-contact-section h2 {
	color: #565A5C;	
	margin-top:30px;
	text-transform: uppercase;
}

.nt-contact-section i {
	margin-bottom:30px;
}

.nt-cards-with-headers-section {
	padding-top:60px;
}

.nt-card-left-image a {
	display: none;
}

.nt-2cards,
.nt-cards-fmt-4 {
	background-color:#FFF;
}

.nt-2cards .nt-cards-table,
.nt-cards-fmt-4 .nt-2cards .nt-cards-table {
	margin: 0 auto;
}

.nt-2cards .nt-cards-table,
.nt-2cards .nt-service-cards-table,
.nt-2cards .nt-cards-table-2,
.nt-cards-fmt-4 .nt-cards-table,
.nt-cards-fmt-4 .nt-service-cards-table,
.nt-cards-fmt-4 .nt-cards-table-2,{
	width:85%;
	margin:0 auto;
}

.nt-2cards .nt-card,
.nt-cards-fmt-4 .nt-card {
	width:500px;
/* needs to be exact */
	border:1px solid #ccc;
}

.nt-2cards .nt-card .nt-card-textbox,
.nt-cards-fmt-4 .nt-card .nt-card-textbox {
	margin-bottom:0;
}

.nt-2cards .nt-card .nt-card-content,
.nt-cards-fmt-4 .nt-card .nt-card-content {
	background-color:#FFF;
	width:240px;
	display:inline-block;
	vertical-align:top;
}

.nt-2cards .nt-card .nt-card-footer,
.nt-cards-fmt-4 .nt-card .nt-card-footer {
	display:inline-block;
	width:150px;
	margin-top:35px;
	margin-right:30px;
	position:relative;
	float:left;
}

.nt-2cards .nt-card .nt-card-footer a,
.nt-cards-fmt-4 .nt-card .nt-card-footer a {
	margin-top:15px;
}

.nt-2cards .nt-card .nt-card-footer a i,
.nt-cards-fmt-4 .nt-card .nt-card-footer a i  {
	float:left;
	margin-top:3px;
	margin-right:10px;
}

.nt-2cards .nt-card .nt-card-footer a span,
.nt-cards-fmt-4 .nt-card .nt-card-footer a span {
	width:115px;
}

.nt-promo-section,.nt-promo-section-white {
	background-color:#F2F0ED;
	padding:60px inherit;
}

.nt-neo-page .nt-promo-section {
	padding:0 inherit;
}

.nt-neo-page .nt-cards-row-with-2-cards h2{
	margin: 0;
}

.nt-promo-section h3,.nt-promo-section-white h3 {
	margin-top:0;
	padding-bottom:15px;
}

.nt-promo-section p,.nt-promo-section-white p {
	padding-bottom:15px;
}

.nt-promo-section .nt-promo,.nt-promo-section-white .nt-promo {
	background:lime;
	width:960px;
	margin:0 auto;
}

.nt-promo-section .nt-promo-imx,.nt-promo-section-white .nt-promo-imx,.nt-promo-section .nt-promo-textbox,.nt-promo-section-white .nt-promo-textbox {
/* these must be exact sizes, also applied to video embed code */
	width:480px;
	height:270px;
	float:left;
}

.nt-promo-section .nt-promo-imx img {
	height: 100%;
	width: auto;
}

.nt-promo-section .nt-promo-textbox,.nt-promo-section-white .nt-promo-textbox {
	padding:30px;
	background-color:#FFF;
	border: 1px solid #ccc;
}

.nt-promo-section .btn,.nt-promo-section-white .btn {
	padding:0;
}

.nt-promo-section .btn:after,.nt-promo-section-white .btn:after {
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #419e57;
	content:'';
	position:relative;
	left:5px;
}

.nt-promo-section-white {
	background-color:#FFF;
}

.nt-promo-section-white .nt-promo-textbox {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
}

.nt-table {
	display:table;
	padding:0;
}

.nt-table .nt-table-row {
	display:table-row;
	padding:0;
}

.nt-table .nt-table-row.nt-table-header .nt-table-cell {
	border:none;
}

.nt-table .nt-table-cell {
	display:table-cell;
	position:relative;
	border:1px solid #ccc;
	width:33.3%;
}

.nt-table .nt-table-cell.padded {
	padding:15px;
}

.table {
	display:table;
	margin:0;
}

.table .table-row {
	display:table-row;
}

.table .table-row .table-cell,.table .table-row .nt-footer-links .navbar-nav .nt-table-header .table-cell,.nt-footer-links .navbar-nav .nt-table-header .table .table-row .table-cell {
	display:table-cell;
}

.nt-landing .nt-cards-section,.nt-landing .nt-cards-with-headers-section,.nt-landing .nt-2cards {
	padding:0;
}

.nt-landing .nt-cards-section .container,.nt-landing .nt-cards-with-headers-section .container,.nt-landing .nt-2cards .container,.nt-landing .nt-cards-section .nt-section,.nt-landing .nt-cards-with-headers-section .nt-section,.nt-landing .nt-2cards .nt-section,.nt-landing .nt-cards-section .nt-hero-section,.nt-landing .nt-cards-with-headers-section .nt-hero-section,.nt-landing .nt-2cards .nt-hero-section,.nt-landing .nt-cards-section .nt-cards-section,.nt-landing .nt-cards-with-headers-section .nt-cards-section,.nt-landing .nt-2cards .nt-cards-section,.nt-landing .nt-cards-section .nt-cards-with-headers-section,.nt-landing .nt-cards-with-headers-section .nt-cards-with-headers-section,.nt-landing .nt-2cards .nt-cards-with-headers-section,.nt-landing .nt-cards-section .nt-2cards,.nt-landing .nt-cards-with-headers-section .nt-2cards,.nt-landing .nt-2cards .nt-2cards,.nt-landing .nt-cards-section .nt-table-section,.nt-landing .nt-cards-with-headers-section .nt-table-section,.nt-landing .nt-2cards .nt-table-section,.nt-landing .nt-cards-section .nt-contact-section,.nt-landing .nt-cards-with-headers-section .nt-contact-section,.nt-landing .nt-2cards .nt-contact-section,.nt-landing .nt-cards-section .nt-promo-section,.nt-landing .nt-cards-with-headers-section .nt-promo-section,.nt-landing .nt-2cards .nt-promo-section,.nt-landing .nt-cards-section .nt-promo-section-white,.nt-landing .nt-cards-with-headers-section .nt-promo-section-white,.nt-landing .nt-2cards .nt-promo-section-white,.nt-landing .nt-cards-section .nt-table,.nt-landing .nt-cards-with-headers-section .nt-table,.nt-landing .nt-2cards .nt-table {
	padding:0;
}

.nt-landing .nt-2cards {
	padding:60px;
}

.nt-landing .nt-service-cards-table {
	width: 75%;
	margin: 0 auto;
	margin-bottom: -30px;
	position: relative;
	bottom: 90px;
	background: transparent;
}

.nt-landing .nt-service-cards-table .nt-card {
	background-color:#FFF;
	padding-bottom:30px;
	height: auto;
	width:49%;
/* making room for spacer */
}

.nt-landing .nt-service-cards-table .nt-card h4 {
	height:30px;
	padding-top:10px;
	margin:0;
	text-transform: uppercase;
}

.nt-landing .nt-service-cards-table .nt-card p {
	padding:30px;
	margin-bottom:0;
	text-align: left
}

.nt-landing .nt-service-cards-table .nt-card .btn {
	width:45%;
	left:auto;
	bottom:auto;
	position:relative;
}

.nt-landing .nt-service-cards-table .nt-card .btn:nth-child(odd):last-child {
    width: 90%;
}

.nt-landing .nt-service-cards-table.nt-gate {
	bottom:180px;
}

.nt-landing .nt-service-cards-table.nt-gate .nt-card {
	padding-left:60px;
	padding-right:60px;
	border: 1px solid #dddddd;
}

.nt-landing .nt-service-cards-table.nt-gate h4 {
	height:30px;
}

.nt-landing .nt-service-cards-table.nt-gate .btn {
	width:30%;
}

.nt-landing .nt-service-cards-table.nt-gate .nt-ghost-dropdown {
	margin:15px auto;
}

.nt-landing .nt-service-cards-table.nt-gate p {
	margin:0 auto;
	text-align: center;
}

#ntSignUpModal {}

#ntSignUpModal .modal-dialog {width: 630px;}

#ntSignUpModal .modal-content {border-radius: 0;}

#ntSignUpModal .modal-body {padding: 60px;}

#heroOverlay {margin-top: 100px;}

#heroOverlay h1 {
	font-family: 'Equip-Medium', Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
	text-shadow:0 2px 20px #000;
	margin-top: 0;
	letter-spacing: 0em;
}

#heroOverlay h1 span {
	display:block;
}

#heroOverlay h1 em {
	font-family: 'EquipSlab-Light', Helvetica, Arial, sans-serif;
    display: block;
    font-style: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 32px;
}

/* This parent can be any width and height */
.block {
	text-align:center;
}

/* The ghost, nudged to maintain perfect centering */
.block:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-.25em;
/* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.container .centered,
.container-fluid .centered {
	display:inline-block;
/* 	vertical-align:middle; */
}

.nt-hero-section {
	background-image:url(/nt/images/hero-new2.jpg);
}

/*
.nt-icon,.nt-icon-document,.nt-icon-email,.nt-icon-facebook,.nt-icon-google,.nt-icon-green-logo,.nt-icon-instagram,.nt-icon-linkedin,.nt-icon-location,.nt-icon-movie,.nt-icon-phone,.nt-icon-pinterest,.nt-icon-rss,.nt-icon-search,.nt-icon-twitter,.nt-icon-video,.nt-icon-vine,.nt-icon-youtube-oldskool,.nt-icon-youtube {
	display:inline-block;
	background:url(../images/nt-sprite.png) no-repeat top left;
}
*/

.nt-icon,.nt-icon-document,.nt-icon-email,.nt-icon-facebook,.nt-icon-google,.nt-icon-green-logo,.nt-icon-instagram,.nt-icon-linkedin,.nt-icon-location,.nt-icon-movie,.nt-icon-phone,.nt-icon-pinterest,.nt-icon-rss,.nt-icon-search,.nt-icon-twitter,.nt-icon-video,.nt-icon-vine,.nt-icon-youtube-oldskool,.nt-icon-youtube {
	display:inline-block;
	background-image:url(/nt/images/nt-sprite.png);
}

.nt-cards-fmt-1 {
	text-align:center;
}

.nt-cards-fmt-1 .nt-card {
	padding-bottom: 90px;
}

.nt-cards-fmt-1 .nt-card h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 0;
}

.nt-cards-fmt-1 .nt-card .btn {
	position: absolute;
	bottom: 30px;
	left: 10%;
	width: 80%;
	text-transform: uppercase;
}

.nt-cards-fmt-1 .nt-card .nt-card-content {
	margin-bottom:30px;
}

.nt-card-detail-link {
	margin-bottom:30px;
}

.nt-card-left-image {
	float:left;
	width:150px;
	overflow:hidden;
	margin-right:20px;
	margin-top:20px;
}

.nt-card-left-image img {
    padding: 5px;
    background-color: #ddd;
}

.actionTakenWarningOuter {
	position:relative;
	top:-3px;
	display:none;
	padding:2px;
}

.actionTakenWarningInner {
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,.3);
	box-shadow:0 2px 3px rgba(0,0,0,.3);
	position:relative;
	background-color:#fffacd;
	height:22px;
	padding:10px;
}

.actionTakenWarningInner .close {
	float:right;
	padding:0 4px 3px;
	font-weight:700;
	cursor:pointer;
}

.actionTakenWarningInner .text {
	padding-top:3px;
}

.notDisplayed				{display:none;}

#ntModal .modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	opacity: 1;
}
#ntModal .modal-header {
	padding: 30px;
	background-color: #a29061;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px;
}
#ntModal .modal-title {
	color: #fff;
}
#ntModal .modal-thanks {
	text-align:center;
}
#ntModal .nt-social-media li.btn {
	list-style-type: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 5px;
	padding: 3px;
	border-radius: 100%;
}
#ntModal .modal-thanks .btn {margin-bottom: 4px;}
#ntModal .nt-social-media li.btn:after {display: none;}

#ntModal .modal-content {
    border-radius: 0;
}

.ntForm .validationError {
	visibility: hidden;
	color: #e04e39;
}
.ntForm .dropDown{
	/* used to hide gray box
	border-width: 0px;
	box-shadow: none;
	*/
	color: #115740;
	font-size: 16px;
	padding-right: 0px;
}
.ntForm .navbar .dropdown-menu:after{
	border-bottom: #115740;
}
.ntForm .dropDown-hidden{display: none;}
.ntForm .dropDown-show{display: block;}
.ntForm .fa-question{
	vertical-align: top;
	color: #e04e39;
}
.ntForm .pointer{cursor: pointer;}
.ntForm .iAmDefs{
    background-color: #D6D2C4;
    border-color: #565A5C;
    max-width: 750px;
    padding-right: 20px;
	z-index: 1;
	border: 1px solid #565A5C;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}
.ntForm .iAmDefs:before {
    content: "";
    position: absolute;
    bottom: auto;
    left: -30px;
    border-width: 15px 30px 15px 0;
    border-style: solid;
    border-color: transparent #565A5C;
    display: block;
    width: 0;
	top: 77px;
}
.ntForm .iAmDefs:after {
    content: "";
    position: absolute;
    bottom: auto;
    left: -26px;
    border-width: 14px 27px 14px 0;
    border-style: solid;
    border-color: transparent #D6D2C4;
    display: block;
    width: 0;
	top: 78px;
}
.ntForm .iAmTerm{
	font-weight: bold;
}
.ntForm .closeIamDefs {
	cursor: pointer;
	padding:10px;
}
.ntForm label{
	line-height: 28px; 
}

/******************************************
 *   Full width cards
 ******************************************/

.full-width-cards-component {
	position:relative;
	background-image: url(/nt/images/am/landing-page/hero-cma-5y-outlook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #f2f0ed;
}
.full-width-cards-header {
	position: relative;
	top: 0;
	left; 0;
}

.full-width-cards {
	margin-top: 265px;
	margin-left: 146px;
	padding-bottom: 20px;
	width: 77%;
}

.full-width-cards-header .right-side {
	padding-top: 84px;
	padding-right: 15px;
}

.full-width-cards-header .right-side .button {
	display: block;
	background-color: white;
	width: 315px;
	height: 55px;
	text-align:center;
	font-family: Equip;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 20px;
	color:black;
	text-decoration: none;
	letter-spacing: 2px;
}

.full-width-cards-header .right-side a:hover {
	text-decoration: none;
}


.full-width-card {
	box-sizing: border-box;
	height: 325px;
	border: 1px solid #D6D2C4;
	padding-top: 25px;
	background-color: white;
	margin-bottom:40px;
}

.full-width-card .left-side {
	float: left;
	padding-left: 30px;
}

.full-width-card .right-side {
	float: left;
	padding-right: 30px;
}

.full-width-card .card-left-headline {
	height: 28px;
	color: #000000;
	font-family: EquipSlab;
	font-size: 32px;
	font-weight: 200;
	line-height: 28px;
	}
	
.full-width-card .card-left-subheadline {
	height: 56px;
	color: #000000;
	font-family: EquipSlab;
	font-size: 20px;
	font-weight: 200;
	line-height: 28px;
}

.full-width-card .card-left-narrative {
	color: #565A5C;
	font-family: Equip;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
}

.full-width-card .button {
	height: 50px;
	width: 200px;
	background-color: #115740;
}

.full-width-card .button a {
	height: 19px;
	width: 104px;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
}

.full-width-card .card-right-headline {
	color: #565A5C;
	font-family: Equip;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

.full-width-card .card-right-image {
	max-height: 160px;
	overflow: hidden;
}

.full-width-card .card-right-caption {
	color: #565A5C;
	font-family: Equip;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
}

.full-width-card .right-side .video-transcript {
	width: 500px;
	max-width: 500px;
	position: absolute;
	right: -1000px;
}
