﻿@font-face {
   font-family:'Proxima Nova Light';
   src: url('../fonts/ProximaNova/Light/Light.woff2') format('woff2'),
   url('../fonts/ProximaNova/Light/Light.woff') format('woff'),
		url('../fonts/ProximaNova/Light/Light.svg#ProximaNovaLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
   font-family:'Proxima Nova';
   src: url('../fonts/ProximaNova/Regular.woff2') format('woff2'),
		url('../fonts/ProximaNova/Regular.woff') format('woff'),
		url('../fonts/ProximaNova/Regular.svg#ProximaNova') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family:'Proxima Nova Semibold';
   src: url('../fonts/ProximaNova/Semibold/Semibold.woff2') format('woff2'),
		url('../fonts/ProximaNova/Semibold/Semibold.woff') format('woff'),
		url('../fonts/ProximaNova/Semibold/Semibold.svg#ProximaNovaSemibold') format('svg');
   font-weight: normal;
   font-style: normal;
}

/* ==========================================================================
	START CSS RESET
 ========================================================================== */
body,
html,
nav,
nav ul,
ul,
li {
    margin: 0;
    padding: 0;
	border: 0;
}

html {
    overflow-y: scroll;
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
figure,
form,
button,
select,
textarea {
    margin: 0;
}

/* ==========================================================================
    HTML5 display definitions
  ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
cite {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
::selection {
    background: #2086c6;
	color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #2086c6;
	color: #fff;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* ==========================================================================
   Links
   ========================================================================== */
a:focus,
a:active,
a:hover {
  outline: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a {
	color:#58595b;
	text-decoration: none;
	font-family:'Proxima Nova Semibold';
}
a:link,
a:visited,
a:-webkit-any-link {
	color:#58595b;
	font-family:'Proxima Nova Semibold';
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
    padding-top: 10px;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
    font-size: 3.750em;
    margin: 1.1em 0;
}
h2 {
    font-size: 2.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 25px;
    margin: .8em 0;
}

.nha-home-news,
h4 {
    font-size: 15px;
    margin: .55em 0;
}
h5 {
    font-size: 1.2em;
    margin: .38em 0;
}
h6 {
    font-size: 0.67em;
    margin: .33em 0;
}

h1, h2, h3, h4, h5, h6,
.proxima-light {
	line-height:1.1;
	font-family:'Proxima Nova Light';
	font-weight: normal;
	*line-height:normal;
}

i,
em {
	font-weight: normal;
	font-style: normal;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong,
optgroup{
  font-weight: bold;
}
blockquote,
blockquote.inner {
	margin: 0 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
}
blockquote .cite,
cite {
    margin-bottom: 5px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
blockquote,
.italic {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
	line-height:1.2;
	*line-height:normal;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/**
 * Address `quotes` property not supported in Safari 4.
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}
q:before,
q:after,
.list-style li.none:before,
.list-style.bblue li.none:before {
    content: '';
    content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
i,
sub,
sup,
blockquote {
    position: relative;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre,
dl,
menu,
ol,
ul,
hr {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
nav ul,
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0 0 0 0;
	padding:0 0 0 0;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width: 100%;
	height: auto;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Forms
 ========================================================================== */
html,
body,
button,
input,
select,
textarea {
	font-family:'Proxima Nova';
    *font-family: sans-serif;
    color: #58585B;
}
textarea {
    resize: vertical;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0; /* 1 */
    white-space: normal; /* 2 */
	_margin-left: -7px;
    *margin-left: -7px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
select,
textarea {
    font-size: 100%; /* 1 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
hr,
legend,
input[type="checkbox"],
input[type="search"],
input[type="radio"] {
    padding: 0;
}
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="checkbox"],
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple] {
  height: auto;
}
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none;
}
select::-ms-expand{
  display:none;
}
/**
 * 1. Overwrite sitefinity's criminal use of CSS injection
 */
.k-widget, .k-block, .k-inline-block,
.k-draghandle,
.k-popup.k-list-container,
.k-reset {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-color: transparent;
	border-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/**
 * Style inputs & focus elements.
 */
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.k-input:focus,
.k-textbox:focus,
.uneditable-input:focus,
.form-group .k-editor:focus,
.form-group .k-editable-area:focus ~ iframe,
.k-editable-area iframe:active,
.input-group textarea:focus,
.sitefinity-inputs .sfTxt:focus {
	border-color: #f47434;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243,116,52,1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243,116,52,1);
}

.k-input:focus,
.k-textbox:focus,
.uneditable-input:focus,
.form-group .k-editor:focus,
.form-group .k-editable-area:focus ~ iframe,
.k-editable-area iframe:active,
.input-group textarea:focus,
.sitefinity-inputs .sfTxt:focus {
	border-width: 1px;
	border-style: solid;
}
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #cccccc;
	outline: 0;
	border: 1px solid #cccccc;
}
input[type="file"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  padding-left: 13px;
}
input:-moz-placeholder,
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  padding-left: 13px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  padding-left: 13px;
}
::-webkit-input-placeholder {
   color: #58595b;
}
:-moz-placeholder { /* Firefox 18- */
   color: #58595b;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #58595b;
}
:-ms-input-placeholder {
   color: #58595b;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
                                END CSS RESET
   ========================================================================== */
body {
    font: 16px/22px Proxima Nova;
	font-family: 'Proxima Nova', sans-serif;
    line-height: 1.1;
    overflow: hidden;
	color:#58595b;
}
*:focus {outline: none;}
/* ====================================================
    BOX RESIZE
 ==================================================== */
input,
textarea,
fieldset,
.bordered,
.no-border-hover .col,
.btn-bordered,
.border-box,
.form-left *,
.form-right *,
.form-control *,
.searchbar-wrapper fieldset * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ====================================================
    TYPOGRAPHY FONTS STYLES
 ==================================================== */
.top-nav a,
.main-navigation li > a,
.mega-menu .nav-column li a,
.copyright-nav a,
.callout-box a,
.callout-box a:link,
.proxima {
  font-family:'Proxima Nova';
  font-weight: normal;
}

.nav-column h3,
.nha-list-style,
.title-name,
.title-cert,
.box-hover .top,
.semibold,
.proxima-semibold {
  font-family:'Proxima Nova Semibold';
}

.table-heading,
.table-heading-inner,
.nha-post-title,
.bold {
	font-weight: bold;
}

/* =========================================
    FONT SIZES
 ========================================= */
.btn.clear,
a[helpbubbletip]:after,
.size12 {
    font-size:12px;
}

.size13 {
    font-size:13px;
}

.callout-box *,
.form-control,
.btn,
blockquote .cite,
.size14 {
    font-size:14px;
}

.size15 {
    font-size:15px;
}

.nav-column h3,
.one-half-960 p,
/* Sitefinity Widgets */
.nha-post-date,
.sfsearchResultsWrp dd,
.size16 {
    font-size:16px;
}

p,
.primary-nav > li > a,
.title-name,
.title-cert,
.box-hover .top,
/* Sitefinity Widgets */
.sfsearchResultHighLighter,
.sfnewsSummary,
.size18 {
    font-size:18px;
}

.big-1124 p,
.nha-list-style,
.size20 {
    font-size:20px;
}

.nha-post-title,
.nha-comments-name,
.sfsearchResultsWrp dt,
.size22 {
	font-size: 22px;
}

.size23,
blockquote.size23,
.size23 p {
    font-size:23px;
}

.frontdisplay,
blockquote p,
.size25 p,
.size25 {
    font-size:25px;
}

article h1,
.sfsearchResultStatistics,
.size32 {
    font-size:32px;
}

p.size34,
.size34 {
    font-size:34px;
}

.title-small,
.size40 {
    font-size:40px;
}

/* ========================================================================================
    LINE HEIGHTS
   ======================================================================================== */
.size12,
.size13,
.size14,
.size16,
.size18,
.size18 p,
.size20,
.size20 p,
.size22,
.size22 p,
.size23,
.size23 p,
.size25,
.size25 p,
blockquote p,
.box-hover .top,
.size40 {
    line-height: 1.2;
    line-height: normal\9;
}

.list-style li,
.nested-list-style li,
.scroll-nav li,
.line-1-plus-half {
    line-height: 1.5;
    line-height: normal\9;
}

.break,
.line1 {
    line-height: 1;
    line-height: normal\9;
}

.box-hover p,
.line18 {
    line-height: 18px;
}

p,
.btn-bordered,
.list,
.line20 {
    line-height: 20px;
}
.line28 {
    line-height: 28px;
}
p.size34,
.size34,
.line36 {
	line-height: 36px;
}

#nav-toggles,
.line40 {
	line-height: 40px;
}

.border-box span,
.scroll-nav a,
a.underline:link,
.underline {
	text-decoration: underline;
}

.border-box span,
.inner.col span,
h4,
.uppercase {
	text-transform: uppercase;
}

.inner.col span.col {
	text-transform: lowercase;
}

a:link,
a:visited,
a:-webkit-any-link,
.top-nav a,
.main-navigation li > a,
.text-none {
	text-decoration: none;
}

/* ====================================================================
   COLORS
 ==================================================================== */
.sfsearchSubmit,
.sitefinity-inputs label {
	color: transparent;
}

/* WHITE COLOR */
.top-nav a,
.top-nav li.active,
.top-nav li:hover,
/* MAIN NAV */
.nav-column h3,
.primary-nav > li > ul > li > a,
.primary-nav > li > div > div > ul > li > a,
.primary-nav > li > li > a:hover,
/* MAIN NAV */
.display-content,
.btn,
.btn:hover,
button,
.hover-blue:hover,
.hover-blue:hover a,
.hover-orange:hover,
.hover-orange:hover a,
.hover-section.orange span:hover,
.hover-section.orange a:hover,
.col:hover .box-hover p,
.bg-orange,
.bg-orange a,
a.bg-orange,
/* Sitefinity Widgets */
div.k-list-container ul,
.k-animation-container ul,
.sf_pagerNumeric a,
/* CERT TABLES */
.table-cell-header,
.table-row-grouped,
a[helpbubbletip]:after,
.color-white:link,
.color-white:visited,
.color-white {
    color: #fff;
	text-decoration: none;
}

.list-style.type2 li:before,
.color-bblue2 {
    color:#b4d9ec;
}

.primary-nav > li > a:hover,
.hover-section-link-blue:hover a:link,
/* Hover to Blue Color */
.hover-blue-color a:hover,
.hover-blue-color:hover,
.hover-blue-color:link:hover,
.hover-blue-color-links a:link:hover,
.nha-o-border .color-orange:link:hover,
.scroll-nav a,
.color-blue,
.color-blue:link,
.color-blue:visited,
.color-link-blue,
.color-link-blue:link,
.color-blue-links a {
    color:#2086c6;
}

.bottom-box span,
.nha-list-style,
.login:hover a,
.copyright-nav li a:hover,
.color-orange:link,
.hover-section-link-orange:hover a:link,
/* Hover to Orange Color */
.hover-orange-color a:hover,
.hover-orange-color:hover,
.hover-orange-color:link:hover,
.hover-orange-color-links a:hover,
.nha-o-border .color-blue:link:hover,
.nha-o-border .color-blue:visited:hover,
.color-orange:link,
.color-orange:visited,
.color-orange {
    color:#f47434;
	text-decoration: none;
}

.copyright,
.color-lgrey {
    color:#6D6E70;
}

.primary-nav > li > a,
.copyright-nav a,
a.bg-lgrey2,
a.btn.bg-lgrey2:hover,
.bordered:hover .bottom-box,
.k-list-container ul li:hover,
.k-animation-container li:hover,
.color-body,
.hover-section .hover-transparent:hover .hover-body-color,
.hover-body-color:link:hover,
.hover-body-color:hover,
.color-darkgrey {
    color:#58595b;
}

.list-style.type2 li,
.color-darkgrey2 {
    color:#7e8082;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.form-control.alert-error,
.alert-error {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

/* ================================
 *	ICONS SPRITE
 *	Register Sprite here.
 *	Some images have bg color
 *	Registering here insures bg transparent
 *	does not override color
 ================================ */
.nha-logo,
.nha-icon,
.nha-icon-a:after,
.nha-icon-b:before,
.nha-icon-list li:before,
.primary-nav li a span:after,
.cert-mobile-login a:before,
/* SITEFINITY SEARCH */
.sfsearchSubmit {
	background: url('../Images/sprites/nha_icons_sprite.png') no-repeat;
	background-color: transparent;
	
	/* DEJUNK SITEFINITY */
    border: 0 !important;
	border-width: 0 !important;
	border-image-width: 0 !important;
	border-style: none !important;
	border-color: transparent !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	outline: none !important;
	outline-color: transparent !important;
	text-decoration: none !important;
	line-height: 1;
}

.nha-logo,
.nha-icon {
	color: transparent;
	font-size: 0;
}

.nha-icon-b:before,
.nha-icon-a:after {
  content:"";
  position: absolute;
}
.nha-icon-a:after {
    top: 0;
    left: 50%;
}

/* ====================================================================
    BACKGROUND COLORS
 ==================================================================== */
.header-container,
.nav-cart:hover,
.searchbar-wrapper:hover > span,
.top-nav .login:hover,
.contained,
.col-columns.white .col,
.bordered,
#modal-inner,
.feed-list .article:nth-child(even),
.bg-white {
    background-color: #fff;
}

.top-nav .login,
.top-nav li.active,
.hover-orange:hover,
.hover-section.orange span:hover,
.hover-section.orange a:hover,
.hover-section.orange div:hover,
/* Sitefinity Widgets */
.sf_pagerNumeric a,
#modal-content.open,
.bg-orange {
    background-color:#f47434;
}

/* BLUE BG VARIATION */
.top-nav li,
.footer-container,
.bg-bblue.contained,
.bg-bblue {
    background-color:#b0d6eb;
}

.bg-liblue {
    background-color:#e8f1f7;
}

.top-nav li:hover,
#nav-toggles span,
#nav-toggles span:before,
#nav-toggles span:after,
.mega-menu > li > ul,
.mega-menu > li > div,
.hover-blue:hover,
.bg-primary-blue {
    background-color:#2086c6;
}

/* GREY BG VARIATION */
div.k-list-container ul,
.k-animation-container ul,
.bg-darkgrey {
    background-color:#58595b;
}

.top-nav .login.logged-in,
.top-nav .login.logged-in:hover {
    background-color:#ccc;
}

.login.logged-in,
.login.logged-in:hover a {
	color:#f1f1f1;
}

.nav-cart,
.search-toggle,
.bg-lgrey {
    background-color:#d2e6f2;
}
.table-cell-inner,
.bg-lgrey2 {
    background-color:#e8f2f8;
}

.sfsearchSubmit,
.sitefinity-inputs label,
.form-left,
.form-right {
    background-color:#d3d3d3;
}

.k-list-container ul li:hover,
.k-animation-container li:hover,
.bg-body.contained,
.feed-list .article:nth-child(odd),
.bg-body {
    background-color:#f0f7fb;
}

.searchbar-wrapper > input[type="text"],
.sitefinity-inputs .sfTxt,
.form-group .k-editable-area,
select.form-control,
.form-control,
.form-group .k-editable-area iframe {
	background-color:#fafafa;
}

a,
.speech-button.form-right,
#nav-toggles.active span,
#emailloader,
.hover-section .hover-transparent:link:hover,
.hover-section .hover-transparent:hover,
.hover-transparent:link .hover-transparent:hover,
.hover-transparent:hover,
.nha-icon-b.field-errors {
  background-color: transparent;
}

/* CERTIFICATE TABLES - COLORS */
.bg-credits-green {
	background-color:#27bdb2;
}
.color-credits-green span,
.color-credits-green {
	color:#27bdb2;
}
.bg-total-purple {
	background-color:#9f509f;
}

/* ====================================================================
   BORDERS
 ==================================================================== */
.nha-o-border .col,
.nha-o-border > .bordered {
	border-bottom: 4px solid #f47434;
}

.nha-g-border .main,
.nha-g-border .inner {
	border-bottom: 2px solid #e8f2f8;
}

.nha-w-border {
	border-bottom: 2px solid #fff;
}

.faq-section {
	border-bottom: 1px solid #58595b;
}

.bordered,
.btn-bordered,
.border-box,
.bottom-box {
	border: 1px solid #BCBEC0;
}

.form-control,
fieldset,
/* Sitefinity */
.sitefinity-inputs .sfTxt,
.form-group .k-editable-area,
.sfsearchSubmit {
	border: 1px solid #cccccc;
}

.top-nav li,
.searchbar-wrapper {
	border: 1px solid #f3f3f3;
}

.border-top-none {
	border-top-width:0;
}

.bottom-box.bg-white,
.border-right-none {
	border-right-width:0;
}

.bottom-box.bg-white,
.border-bottom-none {
  border-bottom-width: 0
}

.bottom-box.bg-white,
.border-left-none {
	border-left-width:0;
}

.btn,
.bordered.no-border  {
	border: 1px solid transparent;
}

.no-border .col.bordered  {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

/* ==============================
    HEADER
 ============================== */
.header-container {
    top: 0;
    right: 0;
    left: 0;
    z-index:9999;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
    border-bottom: 3px solid #b0d6eb;
    opacity:0.98;
	height:137px;
}

.header-container,
.section-container,
.section-background,
.display-image img,
.footer-container {
    margin:0 auto;
    width: 100%;
    display: table;
    position: relative;
}

.head-wrapper,
.section-wrapper,
.section-content,
.footer-wrapper {
    max-width:1280px;
    width:90%;
    margin:0 auto;
    position: relative;
}

div.contained {
	padding: 38px 2.5%;
}

.section-content {
	max-width:1180px;
}

/* TABLET HEADER - min-width:611px & max-width:867px
 * ================================================== */
.header-container.tablet-header {
	height: 100px;
	max-height: 100px;
}
.tablet-header #nav-toggles {
  top: -75px;
}
.tablet-header .main-navigation {
	top: 107px;
}

/* MOBILE HEADER - max-width:610px
 * ================================ */
.header-container.mobile-header {
	height: 80px;
	max-height: 80px;
}
.mobile-header #nav-toggles {
  top: -65px;
}
.mobile-header .main-navigation {
	top: 87px;
}

/* ===================
    HEADER LOGO
 =================== */
.nha-logo {
    float: left;
    width: 34%;
	max-width: 215px;
	height:88px;
    margin: 29px 0 26px 0;
	background-position: 0 -220px;
	width: 215px\9;
	*width: 215px;
}

.tablet-header .nha-logo {
	width: 40%;
	max-width: 156px;
	height:61px;
	margin: 23px 0 20px;
	background-position: 0 -308px;

	width: 156px\9;
	*width: 156px;
}
.mobile-header .nha-logo {
	width: 44%;
	max-width: 85px;
	height:40px;
	margin: 23px 0 20px;
	background-position: 0 -370px;

	width: 85px\9;
	*width: 85px;
}

/*
.tablet-header,
.mobile-header,
.searchbar.active {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
*/

/* =================================================
        TOP NAVI
 ================================================= */
.top-nav,
.top-nav ul,
.main-navigation,
.searchbar-wrapper {
    position: relative;
	float: right;
}
.top-nav,
.top-nav a,
.searchbar.active,
.searchbar-wrapper > div.active,
 #nav-toggles span {
    display: block;
}

.top-nav,
.main-navigation {
    list-style: none;
}

/* CERTPORTAL LOGIN */
.top-nav .login > a:after{
	content:"LOGIN";
}
.top-nav .login.logged-in > a:after{
	content:"LOGOUT";
}
/* CERTPORTAL LOGIN - mobile */
.cert-mobile-login > a:after{
	content:"My Account/LOGIN";
}
.cert-mobile-login.logged-in > a:after{
	content:"My Account/LOGOUT";
}

.top-nav li {
	float: left;
}
.top-nav a {
    line-height:1;
    padding: 5px 10px;
    /* display: block; */
}
.top-nav li,
.nav-cart,
.search-toggle,
.searchbar-wrapper {
	height: 26px;
}

/* POINTERS */
.search-toggle,
#nav-toggles,
.btn,
.speech-button,
p.hover-section,
#modal-trigger,
#modal-content .close,
.mouse {
    cursor: pointer;
}

/* ========================================================
   TOP NAV & SEARCH
 ======================================================== */

.nav-cart,
.search-toggle {
	float:right;
	width: 28px;
}

/* searchbar-wrapper > div (Used for Sitefinity) */
.searchbar-wrapper > div,
.searchbar {
	max-width: 100%;
    display: none;
	z-index:10;
	overflow: hidden;
	_margin-bottom:0px;
	opacity: 0;
	*margin-bottom:0;
}

/* searchbar-wrapper > div (Used for Sitefinity) */
.searchbar-wrapper > div.active,
.searchbar.active {
	position: absolute;
	top:40px;
	right: 0;
	margin: 10px 0;
	min-width:496px;
    opacity: 1;

    *margin-top: 0;
    *height:0;
    *display:none;
    _width:0;
    _padding: 0 0 0 0;
}

/* SITEFINITY SEARCH INPUT
 * ======================= */
.searchbar-wrapper > div.active,
.searchbar.active {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

/* ===============================================
    MOBILE NAVIGATION TOGGLES
 =============================================== */
#nav-toggles:before,
#nav-toggles span:before,
#nav-toggles span,
#nav-toggles span:after {
  position: absolute;
  left: 0;
}
#nav-toggles:before {
  speak: none;
  top: 0;
}
#nav-toggles {
  float: right;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 40px;
}

#nav-toggles span {
  top: 50%;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#nav-toggles span:before,
#nav-toggles span:after {
  width: 100%;
  height: 100%;
  content:"";
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

#nav-toggles span:before {
  -ms-transform: translateY(-250%); /* IE 9 */
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
}

#nav-toggles span:after {
  -ms-transform: translateY(250%); /* IE 9 */
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}
/* BUTTON NAV OPEN */
#nav-toggles.active span:before {
  -ms-transform: translateY(0) rotate(45deg); /* IE 9 */
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#nav-toggles.active span:after {
  -ms-transform: translateY(0) rotate(-45deg); /* IE 9 */
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

/* ======================================
    MAIN NAVIGATION
 ====================================== */
.mega-menu > li,
.main-navigation ul > li,
.main-navigation ul > li > div > div > ul {
	position: relative;
}

.main-navigation li ul,
.mega-menu > li > div {
  position: absolute;
}

.main-navigation {
	margin-bottom: -3px;
	padding-top: 68px;
	height: 50px;
	max-height: none;
	/* display: block; */
	text-align: center;

	/* IE FIX */
	margin-bottom: -2px\9;
	float:right\9;
}

.main-navigation ul li li,
.mega-menu > li > div {
  width: 100%;
}

.main-navigation li a {
  line-height: 1.1;
  /* display: block; */
  /* IE8 and below */
  *line-height: normal;
}

.primary-nav li > a:hover,
.main-navigation li > a:hover {
  border-bottom: 3px solid #2086c6;
}

.main-navigation li > a {
  padding: 14px 18px;
  border-bottom: 3px solid transparent;
}

.main-navigation li li a {
  padding: 13px 8px;
}
.main-navigation li ul {
  top: 100%;
}

/* ==========================
    SUB-MENU HIDE & SHOW
 ========================== */
.main-navigation ul > li > div,
.main-navigation ul > li > ul {
  display: none;
}

.main-navigation,
.main-navigation li a,
.mega-menu > li,
.mega-menu > li > div,
.mega-menu > li:hover > div,
.main-navigation ul > li:hover > div,
.main-navigation ul > li:hover > ul {
  display: block;
}

/* ===========================
   MEGA MENU
 =========================== */
.main-navigation .mega-menu ul,
.mega-menu  li div {
  cursor: default;
  z-index: 500;
}
.mega-menu  li div {
  display: inline-block;
  *display: inline;
}

/* Menu List */
.mega-menu > li,
.nav-column,
.cert-mobile-login a:before {
  float: left;
}
.mega-menu > li > ul,
.mega-menu > li > div {
  -webkit-transition: all .3s ease .2s;
  -moz-transition: all .3s ease .2s;
  -o-transition: all .3s ease .2s;
  -ms-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.mega-menu > li > div {
  top: 50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-bottom: 3px solid #b0d6eb;
}
.mega-menu > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.mega-menu  > li > div .nav-column li a {
  padding: 0 0;
  margin: 8px 0;
  text-align: left;
}

/* Menu Content Styles */
.nav-column {
  padding: 2.5% 1% 0;
  margin: 30px 0 30px 0;
  *display: inline;
}
.nav-column.first {
  padding-left: 2.5%;
}
.nav-column.second,
.nav-column.last {
  width: 35%;
}
.nav-column.second {
  padding-left: 3.5%;
  border-left: 3px solid #98bbdc;
}
.nav-column h3 {
	text-align: left;
	margin: -23px 0 15px 0;
	text-transform: uppercase;
	font-weight: semibold;
}

/* MOBILE NAV LOGIN ICON */
.cert-mobile-login a:before {
  content:"";
  /* float: left; */
  width: 16px;
  height: 17px;
  margin:4px 10px 2px 0;
  background-position: -787px -103px;
}

/* ==========================================================================================
   SITEFINITY CSS (SEARCH BUTTON & INPUT)
 * ======================================================================================== *
 * SITEFINITY CSS RESET/OVERWRITE
 * ============================== */
.searchbar-wrapper .sfsearchBox,
.searchbar-wrapper .k-autocomplete,
.k-popup.k-list-container,
.k-popup.k-calendar-container,
.form-group .sfWatermarkField,
.form-group .k-editor {
    margin: 0;
    padding: 0;
	border: 0 !important;
	border-width: 0 !important;
	border-style: none !important;
	border-color: transparent;
}

.searchbar-wrapper .sfsearchBox > span {
	min-width: 100%;
}

.searchbar-wrapper > input[type="text"],
.sitefinity-inputs .sfTxt,
.form-group .k-editable-area,
select.form-control,
.form-control {
  position: relative;
  display: block;
  border-radius: 1px;
  height: 34px;
  width: 100%;
  float: left;
  padding: 6px 0 6px 10px;
  line-height: 1.42857143;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #f47434;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243,116,52,1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243,116,52,1);
}

.form-group .k-editable-area {
	padding: 0 0 0 0;
}

/* FORM RIGHT & LEFT STYLES
 * ============================== */
.sitefinity-inputs label,
.form-right,
.form-left {
    width: 5%;
    *width: 4.5%;
	padding: 0 3px;
}

.sitefinity-inputs label:before,
.input-group .form-right:before,
.input-group .form-left:before {
	margin: 8px;
}
.sfsearchSubmit,
.form-right {
	right: 0;
}
.form-left,
.sitefinity-inputs label,
.field-errors:before,
.speech-button:before {
	left: 0;
}

/* .sfsearchSubmit (Sitefinity Search Button) */
.sfsearchSubmit,
.sitefinity-inputs label,
.field-errors:before,
.speech-button:before,
.form-left,
.form-right {
    line-height:1;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
	margin: 1px;
    z-index: 1;
}

/* SEARCH BUTTON
 * ============= */
.sfsearchSubmit {
	background-position: -772px -71px;
}

/* ==========================================================================================
   END SITEFINITY CSS
 ========================================================================================== */
/* ======================================
    FRONT DISPLAY SECTION
 ====================================== */
.section-container.display-image img {
    display: block;
}
.display-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 5% 0;
	margin: 0 auto;
    width:90%;
    max-width:1280px;
	font-size:20px;
}

.display-content.big-1124 {
	padding-top:7%;
}

/* =====================================
    ICONS SPRITE
* ========================================
    HEADER ICONS & FOOTER ICONS
* ======================================== */
.search-toggle,
.nav-cart,
.sidebar,
.main-bottom,
.main-o-bottom-mid,
.main-top-bottom,
.col,
.bordered,
.icon-wrap,
.speech-form,
/* forms */
.input-group,
.btn-group,
.input-group-lg,
.arrow-right:before,
.arrow-right-dark:after,
.plus-sign-blue:before,
a[helpbubbletip]:link,
a[helpbubbletip]:visited,
.relative {
    position: relative;
}

.nav-cart:before,
.search-toggle:before,
.search-btn:before,
.footer-logos li span:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
}

.nav-cart:before,
.search-toggle:before,
.search-btn:before,
.nha-facebook:before,
.nha-gplus:before,
.nha-linkedin:before,
.nha-twitter:before,
.social-icons a {
    width: 25px;
    height: 25px;
}

.nav-cart:before {background-position:  -681px -95px; }
.search-toggle:before,
.search-btn:before { background-position:  -656px -70px;}
.search-toggle.active-search:before {background-position:  -656px -95px;}

.primary-nav li a span:after {
	background-position: -681px -72px;
	width: 14px;
	height: 14px;
}
.primary-nav li:hover span:after {
    background-position: -696px -72px;
	right: 25px;
	margin: 25px 0;
}

/* FOOTER SOCIAL & FOOTER SOCIAL HOVER STATE */
.nha-facebook:before { background-position:  -556px -70px; }
.nha-gplus:before { background-position:  -581px -70px; }
.nha-linkedin:before { background-position:  -606px -70px; }
.nha-twitter:before { background-position:  -631px -70px; }
.social-icons a:hover .nha-facebook:before { background-position:  -556px -95px; }
.social-icons a:hover .nha-gplus:before { background-position:  -581px -95px; }
.social-icons a:hover .nha-linkedin:before { background-position:  -606px -95px; }
.social-icons a:hover .nha-twitter:before { background-position:  -631px -95px; }

/* ================================
    FOOTER LOGOS
 ================================ */
 .footer-logos li span:before {
    height:55px;
}
.footer-logos li{
	height:76px;
}

.logo-1 {width:111px;}
.logo-2 {width:80px;}
.logo-3 {width:125px;}

.footer-logo-1:before {width:87px;}
.footer-logo-2:before {width:56px;}
.footer-logo-3:before {width:101px;}
.logo-4, .footer-logo-4:before {width:144px;}
.footer-logo-1:before { background-position:  -562px -190px;}
.footer-logo-2:before { background-position:  -649px -190px;}
.footer-logo-3:before { background-position:  -705px -190px;}
.footer-logo-4:before { background-position:  -806px -190px;}

/* FOOTER NAV */
.social-icons a,
.footer-logos li,
.copyright-nav li {
	position: relative;
    display: inline-block;
    margin: 0 3px;
	*display: inline;
    *zoom: 1;
}

.copyright-nav li {
	margin: 0 2% 1% 0;
}
.copyright-nav li:first-child:before {
	content: none;
}
.copyright-nav li:before {
	content:"|";
	margin-right:10px;
}

/* ================================
    FOOTER BG
 ================================ */
.nha-footer-bg,
.orange-g-arrow,
.blue-3arrows-right,
.continuing-education-background,
.blue-right-arrow-up,
.blue-right-arrow-up-forms {
	background-repeat: no-repeat;
}
.nha-footer-bg,
.orange-g-arrow,
.blue-right-arrow-up {
	background-position:right bottom;
}

.nha-footer-bg {
	background-image:url(../Images/Backgrounds/footer_background.png);
}
.orange-g-arrow {
	background-image: url(../Images/Backgrounds/orange-g-arrow.png);
}
.blue-3arrows-right {
	background-image: url(../Images/Backgrounds/blue-arrows-right.png);
	background-position:center right;
}
.continuing-education-background {
	background-image: url(../Images/Backgrounds/Continuing-Education_background.png);
}

.blue-right-arrow-up-forms,
.continuing-education-background {
	background-position:right top;
}
.blue-right-arrow-up {
	background-image: url(../Images/Backgrounds/nha_arrow_up.png);
}
.blue-right-arrow-up-forms {
	background-image: url(../Images/Backgrounds/nha_arrow_up_forms.png);
}

/* =============================================================
  COLUMNS & WIDTHS
 ============================================================= */
.columns,
.col-columns {
    clear: both;
    padding: 0px;
    overflow: visible;
    *zoom:1; /* For IE 6/7 */
}
.columns {
    margin-left: -2%;
    width:102%;
}
.one-tenth {
    width: 8%;
    *width: 7.63%;
}
.one-ninth {
    width: 9.1%;
    *width: 8.83%;
}
.one-eighth {
    width: 10.5%;
    *width: 10%;
}
.one-seventh {
    width: 12.28%;
    *width: 11.93%;
}
.one-sixth {
    width: 14.66%;
    *width: 14%;
}
.nav-column,
.one-fifth,
.btn-one-fifth,
.faq-sidebar {
    width: 18%;
    *width: 17.60%;
}
.one-fourth {
    width: 23%;
    *width: 22.93%;
}
.right-intro,
.right-callout,
.one-third {
    width: 31.33%;
    *width: 31%;
}
.one-half {
    width: 48%;
    *width: 47.63%;
}
.two-thirds,
.left-intro,
.sidebar article,
div.bottom-box > div {
    width: 64.67%;
    *width: 64%;
}
.four-fifths {
    width: 78%;
    *width: 77.60%;
}
.five-sixths {
    width: 81.34%;
    *width: 81%;
}

blockquote p,
.full-width {
    width: 98%;
    *width: 97.63%;
}

.one-tenth,
.one-ninth,
.one-eighth,
.one-seventh,
.one-sixth,
.one-fifth,
.four-fifths,
.five-sixths,
.one-fourth,
.one-third,
.one-half,
.two-thirds,
.full-width {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    float: left;
    margin: 1% 0 1% 2%;
}
.one-tenth img,
.one-sixth img,
.one-fourth img,
.one-third img,
.one-half img,
.two-thirds img,
.full-width img {
    max-width: 100%;
    height: auto;
    display: inline-block;
	*display:inline;
}

/* ========================================================================================
    BORDERED COLUMNS
 ======================================================================================== */
.col-columns {
    margin-right: -0.5%;
    width:100.5%;
}

.bordered {
	margin: 0 0 0 0;
	margin-left: 0;
}

.col,
.col.bordered {
	margin:0 0.5% 1% 0;
	margin-left:0;
}

.boxed .col > .callout-box,
.right-callout > div,
.col.full-width,
.bordered.full-width {
    width: 100%;
	margin-right: 0;
}

.eighty-all, /* GLOBAL FIXED WIDTH */
.eighty-w,
.eighty-w-960,
.btn-four-fifths,
.col.four-fifths,
.bordered.four-fifths {
    width: 80%;
    *width: 79%;
}

.seventy-w,
.seventy-w-960 {
    width: 70%;
}

.sixty-six-all, /* GLOBAL FIXED WIDTH */
.sixty-six-w-960,
.col.two-thirds,
.bordered.two-thirds {
    width: 66.5%;
    *width: 66%;
}

/* searchbar-wrapper > div (Used for Sitefinity) */
.searchbar-wrapper > div.active,
.searchbar.active,
.sixty-w,
.sixty-w-820 {
	width:60%;
}

.fifty-w,
.fifty-w-960,
.fifty-w-867,
.col.one-half,
.col.one-half-480,
.bordered.one-half {
	width:49.5%;
	*width:49.30%;
}

.forty-w-960,
.forty-w-867,
.forty-w {
	width: 40%;
}

.bordered.one-third {
	width:33.3%;
	*width:33%;
}

.col.one-third,
.border-box.col.one-third,
.col.bordered.one-third {
	width:32.82%;
	*width:32.1%;
}

.sidebar aside,
.thirty-w-960,
.thirty-w {
	width: 30%;
	*width:29.3%;
}

.bordered.one-fourth {
    width: 25%;
    *width: 24.3%;
}

.bordered.one-fifth,
.col.one-fifth {
    width: 19.5%;
    *width: 19%;
}

.certificate-tables .one-seventh {
	width:12.8%;
}

div.last,
.section-wrapper .last {
	margin-right: 0;
}

.btn-bordered,
.hover-section .btn-bordered {
	display: inline-block;
	*display:inline;
}

/* BOTTOM COLUMN SECTION - REINSTATE */
.bottom-box {
	bottom: -50px;
	left:-1px;
	right:-1px;
	height:50px;
}

/* ================================
	MARGINS & PADDING
 ================================ */
.bottom-box > div,
.inner.col > div,
.boxed .col > div,
.boxed .bordered > div,
.label * {
	margin-left: auto;
	margin-right: auto;
	width:84%;
	line-height:1.2;
}

.main_bg,
.boxed.below_bg .bordered {
    padding: 70px 0 40px;
}

.main,
.main-bottom,
.main-bottom-big,
.main-bottom-all,
.faq-section {
    padding: 40px 0;
}

.nha-list-style,
.inner,
.label {
    padding: 30px 0;
}

.content-outer,
.nha-g-border .inner,
div.bottom-box > div {
	padding: 20px 0;
}

.table-cell-inner.padded {
	padding: 19px 0;
}

.boxed .bordered,
.inner.col > div,
.hover-section span,
.table-cell-inner,
.cont {
    padding: 1em 0;
}

.table-cell-header,
.table-cell-header-inner,
.table-cell-combined,
.padding-tb13 {
    padding: 13px 0;
}

.btn-bordered,
.hover-section .btn-bordered,
.padding-tb10 {
	padding: 10px 0;
}
.sidebar aside {
    padding: 0px 0 10px;
}
.border-box,
.p20 {
    padding: 20px;
}

/* Padding Top */
.main_top,
.main-top-bottom {
    padding-top: 70px;
}
.main-o-top {
    padding-top: 40px;
}

.eighty-w > .faq-section,
.padding-tb-zero,
.padding-top-zero {
	padding-top: 0;
}

/* Padding Right */
.list {
	max-width:94%;
	width:363px;
}
.left-intro {
	padding-right:3%;
}
.back-caret-blue,
.back-caret-orange {
	padding-right: 18px;
}

.nav-column.last,
.speech-button.form-right,
/* Sitefinity */
.form-group .k-editable-area {
	padding-right: 0;
}

/* Padding Bottom */
.mid-footer,
.main-bottom-all {
    padding-bottom: 180px;
}
.main-bottom-big {
    padding-bottom: 120px;
}

.sidebar,
.main-bottom,
.main-o-bottom-mid,
.main-top-bottom {
    padding-bottom: 70px;
}
.main-o-bottom {
    padding-bottom: 40px;
}
.main-o-bottom-small {
    padding-bottom: 20px;
}
.padding-tb-zero,
.padding-bottom-zero {
	padding-bottom: 0;
}

/* Padding Left */
.nha-g-border .inner.aligned-icon-33-container,
.aligned-icon-33-container,
.sitefinity-inputs label + input.sfTxt,
.form-left + input {
	padding-left:40px
}

.form-group .k-editable-area,
.copyright-nav ul,
.footer-logos,
.nested-list-style,
/* Sitefinity Widgets */
.nha-post-list,
.sfList {
	padding-left: 0;
}

/* ================
     MARGINS
 =================== */
.sfsearchResultStatistics,
.paragraph {
	margin: 1em 0;
}

.form-left.nha-icon-b,
.form-right.nha-icon-b {
	margin: 1px;
}

#modal-content,
.margin-zero {
	margin: 0;
 }

.callout-box p {
	margin:0 1.1em 0 66px;
	text-align: left;
	line-height:1.1;
	max-width:96%;
}
.callout-box .alignleft {
	margin:0 10px 0 1em;
}

/* Margin Top */
.nested-list-style,
.help-header,
.mg-o-top {
    margin-top: 25px;
}

/* Sitefinity Widgets*/
.nha-post-title,
.nha-comments-name,
.sfsearchResultsWrp dt {
    margin-top: 20px;
}

.box-hover .top span,
.margin-top15,
.right-callout > .callout-box > .margin-top15 {
    margin-top: 15px;
}

.display-content h1,
.display-content h2,
.display-content h3,
.display-content p,
.left-intro > p:first-of-type,
.contained > p,
.btn-group,
.border-box strong:before,
.box-hover .top a,
.top-h-title > h3:first-of-type,
.top-h-title > h2:first-of-type,
.margin-top10,
.single-line,
.right-intro > .callout-box > .single-line,
.inner .single-line,
.btn {
    margin-top: 10px;
}

.alert-error + .field-errors,
.alert-error + .speech-button,
.sitefinity-inputs.user-name label:before,
.sitefinity-inputs.user-email label:before {
	margin-top:8px;
	margin-left:8px;
}

.double-line,
.faq-section > h1,
.inner .double-line,
.table-cell-header,
.margin-top6 {
	margin-top: 6px;
}

.nav-column.first,
.footer-logos,
.inner p,
.bg-image > p:first-of-type,
.contained .two-thirds,
.display-content.inner-small p,
.right-intro > .callout-box p,
.top-zero > p:first-of-type,
.top-h-zero > h3:first-of-type,
.top-h-zero > h2:first-of-type,
.box-hover p,
.btn-group .btn,
/* CERT TABLES */
.table-cell-inner,
.table-cell-header-inner,
.table-cell-combined,
/* Sitefinity Comment Form */
.nha-commenter-info .nha-comments-name,
.nha-comments-text > p,
.margin-tb-zero,
.mt-0 {
    margin-top: 0;
}

/* Margin Right */
.top-nav .hide960:nth-child(2),
.nha-list-style li:before,
.list-style li:before {
    margin-right:10px;
}
.right-callout {
	margin-right:-2.5%;
}

.sitefinity-inputs label:before,
.input-group .form-right:before,
.input-group .form-left:before,
.input-group .field-errors:before,
.speech-form .speech-button:before,
.input-group .speech-button:before,
.aligned-icon-33-container > .aligned-icon-33,
.nha-news-meta span:last-child {
	margin-right: 0;
}

/* Margin Bottom */
.bottom-box-container .bordered {
	margin-bottom:95px;
}

.left-intro > .list-style {
	margin-bottom:30px;
}

.display-content h1,
.display-content h2,
.display-content h3,
.display-content p,
.inner p,
.mb10,
.mb10.clr:after,
.bordered .nha-g-border > h3:first-of-type,
.nha-list-style li {
	margin-bottom:10px;
}

.table-row-grouped,
.table-cell-header.last-heading,
.margin-bottom6 {
	margin-bottom: 6px;
}

.btn-bordered,
.hover-section .btn-bordered,
.mg-o-top > h3:first-of-type,
.mg-o-top  > h4:first-of-type,
.content-bottom-fx > h3:first-of-type,
.content-bottom-fx  > h4:first-of-type,
.title-name:after,
/* Sitefinity Widgets*/
.nha-post-title,
.nha-comments-name,
.sfsearchResultsWrp dt,
.nha-list-style li:last-child {
	margin-bottom:5px;
}

.p-small p,
.btn,
.mb0,
.inner .mb0,
.callout-box p,
.inner.callout-box p,
.right-intro > .callout-box p,
.nha-g-border .inner p,
/* CERT TABLES */
.table-cell-inner,
.table-cell-header,
.table-cell-header-inner,
.table-cell-combined,
.margin-tb-zero,
.margin-b-zero {
	margin-bottom: 0;
}

.table-helper-section,
.help-header {
	margin-bottom: -25px;
}
.aligned-icon-33-container > .aligned-icon-33 {
	margin-left: -40px;
}

.table-heading-inner,
.table-cell-combined,
.table-cell-inner {
	margin-left: 1%;
}
/* =============================================================
	ALIGNMENTS
 ============================================================= */
.alignleft,
.left-intro,
.left-all,
.list-style,
.five-sixths,
.float-left {
    float: left;
}
.alignright,
.right-intro,
.right-callout,
.right-all,
.float-right {
    float: right;
}
.alignleft {
    display: inline;
    margin-right: 1em;
}
.alignright {
    display: inline;
    margin-left: 1em;
}

.box-hover .top span,
.box-hover .top a,
.list-style,
.title-cert,
.block,
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nha-icon,
.icon-wrap,
.icon-wrap .mid,
.icon-wrap .mini,
.in-block {
    display: inline-block;
	*display:inline;
}

.col,
.bordered,
.btn-bordered,
.nested-list-style,
.sf_pagerNumeric,
.label,
.text-center {
    text-align: center;
}

.all-text-left *,
.list-style li,
.inner.col,
.faq-section .nested-list-style,
.faq-section {
    text-align: left;
}

.bottom-box,
.box-hover .top,
.top-right,
.top-left,
.bottom-right,
.bottom-left,

a[helpbubbletip]:before,
a[helpbubbletip]:after {
	position: absolute;
}

.top-right,
.top-left {
	top: 0;
}

.top-right,
.bottom-right {
	right: 0;
}
.bottom-right,
.bottom-left {
	bottom: 0;
}
.bottom90 {
	bottom:90px;
}
.top-left,
.bottom-left {
	left: 0;
}

/* ======================================
    SECTION BG IMAGE
 ====================================== */
.section-background {
	z-index:1;
}
.nha-section-bg  {
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	max-width:1280px;
}
.nha-section-bg {
    background-image:url(../Images/Backgrounds/nha_background.png);
	background-position: center; /* IE fix */
	height:261px;
	margin: 0 auto -30px auto;
}

/* =========================================================
    BLOCKQUOTE, CALLOUT ALIGNMENTS & CERT TABLES
 ========================================================= */
blockquote {
	display: table;
}

blockquote {
	height:230px;
}
blockquote p {
	display: table-cell;
	vertical-align: middle;
}

/* CERTIFICATE TABLES */
.table-heading.first,
.table-cell-header,
.table-cell-header-inner {
	font-size:14px;
	width: 22%;
}

 .help-speech {
	background-position: -90px -371px;
}
 .help-header {
	height: 25px;
}
/* ================================
    LIST STYLES
================================ */
.nha-list-style,
.list-style,
.list-style-none,
.nested-list-style,
.footer-logos {
  list-style: none;
}
.nha-list-style,
.list-style {
  padding-left: 30px;
  text-align: left;
}

/* ================================
    ICON SPRITES
 ================================ */

 /* NHA GENERIC */
.sprite-analysis,
.sprite-clipboard,
.sprite-signup,
.sprite-partnership,
.sprite-study-aids,
.sprite-support,
.sprite-mouse,
.sprite-certificate,
.bblue li:before,
.ggrey li:before,
.nha-list-style li:before {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 37px;
	*display:inline;
}

.sprite-nha-calculator,
.sprite-clipboard,
.sprite-signup,
.sprite-study-aids,
.sprite-support,
.sprite-mouse,
.sprite-certificate,
.sprite-questionmark,
.sprite-number-1:after,
.sprite-number-2:after,
.sprite-number-3:after,
.sprite-number-4:after,
.sprite-number-5:after,
.sprite-number-6:after {
	height: 43px;
}
.sprite-nha-calculator { background-position:  -158px -337px;}
.sprite-analysis { background-position:  -912px 0; height: 38px;}
.sprite-clipboard { background-position:  -912px -38px; }
.sprite-signup { background-position: -912px -109px; }
.sprite-partnership { background-position: -912px -150px;height: 39px}
.sprite-study-aids { background-position: -848px -44px;}
.sprite-support { background-position: -810px -44px; }
.sprite-mouse { background-position:  -869px 0; width:42px;}
.sprite-certificate { background-position:  -821px 0; width:40px; }
.sprite-questionmark { background-position:  -884px -41px; width:26px; }

.bblue li:before,
.ggrey li:before,
.nha-list-style li:before {
	content:"";
	float: left;
}

/* SIZE 14PX Icon */
.bblue li:before,
.ggrey li:before,
.back-caret-blue:before,
.back-caret-orange:before {
	width: 14px;
	height: 14px;
}
.bblue li:before,
.ggrey li:before {
	margin:4px 0 0 -18px;
}
.bblue li:before {
	background-position: -144px -414px;
}
.ggrey li:before {
	background-position: -144px -431px;
}

.nha-list-style li:before {
	width: 21px;
	height: 26px;
	background-position: -914px -84px;
	margin:0 10px 2px 0;
}

/* BLACK & WHITE ICONS */
.sprite-blk-ccma:after,
.sprite-blk-cpt:after,
.sprite-blk-cmaa:after,
.sprite-blk-ekg:after,
.sprite-blk-cpht:after,
.sprite-blk-cpct:after,
.sprite-white-ccma:after,
.sprite-white-cpt:after,
.sprite-white-cmaa:after,
.sprite-white-cbcs:after,
.sprite-white-cehrs:after,
.sprite-white-ekg:after,
.sprite-white-cpht:after,
.sprite-white-cpct:after,
.sprite-white-i:after {
	height: 34px;
	width: 34px;
	margin-left: -17px;
}

/* BLACK ICONS */
.sprite-blk-ccma:after {background-position: -6px -136px;}
.sprite-blk-cpt:after {background-position: -40px -136px;}
.sprite-blk-cmaa:after {background-position: -74px -136px;}
.sprite-blk-ekg:after {background-position: -108px -136px;}
.sprite-blk-cpht:after {background-position: -142px -136px;}
.sprite-blk-cpct:after {background-position: -176px -136px;}

/* WHITE ICONS */
.sprite-white-ccma:after {background-position: -6px -176px;}
.sprite-white-cpt:after {background-position: -40px -176px;}
.sprite-white-cmaa:after {background-position: -74px -176px;}
.sprite-white-cbcs:after {background-position: -214px -136px;}
.sprite-white-cehrs:after {background-position: -1px -414px;}
.sprite-white-ekg:after {background-position: -108px -176px;}
.sprite-white-cpht:after {background-position: -142px -176px;}
.sprite-white-cpct:after {background-position: -176px -176px;}
.sprite-white-i:after {background-position: -213px -176px;}

/* STUDY MATERIALS/ FOR SCHOOLS */
.sprite-studymaterials-mouse,
.sprite-studymaterials-test,
.sprite-studymaterials-media,
.sprite-studymaterials-practice {
  content:"";
  width:27px;
  height:28px;
  float: left;
  margin:0 10px 2px 0;
}

/* STUDY MATERIALS/ FOR SCHOOLS */
.sprite-studymaterials-mouse {
  background-position:-562px 0;
}
.sprite-studymaterials-test {
  background-position: -589px 0;
}
.sprite-studymaterials-media {
  background-position: -618px 0;
}
.sprite-studymaterials-practice {
  background-position: -646px 0;
}

/* STUDY MATERIALS/ FOR SCHOOLS - HOVER STATE */
.inner:hover .sprite-studymaterials-mouse {
  background-position:-562px -28px;
}
.inner:hover .sprite-studymaterials-test {
  background-position:-589px -28px;
}
.inner:hover .sprite-studymaterials-media {
  background-position:-618px -28px;
}
.inner:hover .sprite-studymaterials-practice {
  background-position:-646px -28px;
}

/* ICONS 33 */
.sprite-studymaterials-mouse_33,
.sprite-studymaterials-test_33,
.sprite-studymaterials-media_33,
.sprite-studymaterials-practice_33 {
  content:"";
  width:33px;
  height:33px;
  float: left;
  margin:0 10px 2px 0;
}

/* ICONS 33 */
.sprite-studymaterials-mouse_33 {
  background-position:-678px 0;
}
.sprite-studymaterials-test_33 {
  background-position: -711px 0;
}
.sprite-studymaterials-media_33 {
  background-position: -744px 0;
}
.sprite-studymaterials-practice_33 {
  background-position: -777px 0;
}

/* ICONS 33 - HOVER STATE */
.inner:hover .sprite-studymaterials-mouse_33 {
  background-position:-678px -33px;
}
.inner:hover .sprite-studymaterials-test_33 {
  background-position:-711px -33px;
}
.inner:hover .sprite-studymaterials-media_33 {
  background-position:-744px -33px;
}
.inner:hover .sprite-studymaterials-practice_33 {
  background-position:-777px -33px;
}

.sfsearchResultUrl.pdf-file-b:before,
.pdf-file:before,
.pdf-file-o:before,
.pdf-file-b:before,
.image-file-b:before,
.email-grey:before,
/* Social */
.twitter-icon-b:before,
.twitter-icon-o:before,
.linkedin-icon-b:before,
.linkedin-icon-o:before {
	width: 17px;
	height: 17px;
}

/* Help Center */
.sfsearchResultUrl.pdf-file-b:before,
.pdf-file:before,
.pdf-file-o:before,
.pdf-file-b:before,
.image-file-b:before,
.email-grey:before,
/* Social */
.twitter-icon-b:before,
.twitter-icon-o:before,
.linkedin-icon-b:before,
.linkedin-icon-o:before,
/* Cert/Case Studies # */
.sprite-number-1:after,
.sprite-number-2:after,
.sprite-number-3:after,
.sprite-number-4:after,
.sprite-number-5:after,
.sprite-number-6:after {
	margin-left: -21px;
}
.sfsearchResultUrl.pdf-file-b,
.pdf-file,
.pdf-file-o,
.pdf-file-b,
.image-file-b,
.email-grey,
/* Social */
.twitter-icon-b,
.twitter-icon-o,
.linkedin-icon-b,
.linkedin-icon-o {
	margin-left: 21px;
	margin-top:-1px;
	
	/* IE9 FIX */
	margin-left: 0px\9;
}
.pdf-file:before {
	background-position: -54px -413px;
}
.hover-blue-color a:hover .pdf-file-o:before,
.sfsearchResultUrl.pdf-file-b:before,
.pdf-file-b:before {
	background-position: -161px -431px;
}

.hover-orange-color a:hover .pdf-file-b:before,
.hover-orange-color .pdf-file-b:hover:before,
.pdf-file-o:before {
	background-position: -72px -413px;
}
.hover-orange-color a:hover .pdf-file:before,
.hover-section:hover .pdf-file:before {
	background-position: -54px -431px;
}
.image-file-b:before {
	background-position: -179px -431px;
}
.email-grey:before {
	background-position: -161px -414px;
	height: 14px;
}

.hover-blue-color a:hover .twitter-icon-o:before,
.twitter-icon-b:before {
	background-position: -179px -413px;
}
.hover-orange-color a:hover .twitter-icon-b:before,
.twitter-icon-o:before {
	background-position: -197px -413px;
}
.hover-blue-color a:hover .linkedin-icon-o:before,
.linkedin-icon-b:before {
	background-position: -197px -431px;
}
.hover-orange-color a:hover .linkedin-icon-b:before,
.linkedin-icon-o:before {
	background-position: -215px -431px;
}
.hover-blue-color:hover .back-caret-orange:before,
.back-caret-blue:before {
	background-position: -132px -398px;
}
.hover-orange-color:hover .back-caret-blue:before,
.back-caret-orange:before {
	background-position: -148px -398px;
}
/* GO TO TOP BUTTON */
.goto-top-b:hover,
.goto-top {
  background-position: -158px -310px;
}
.goto-top:hover,
.goto-top-b {
  background-position: -185px -310px;
}

/* GET CERTIFIED NUMBERS */
.sprite-nha-calculator,
.sprite-number-1:after,
.sprite-number-2:after,
.sprite-number-3:after,
.sprite-number-4:after,
.sprite-number-5:after,
.sprite-number-6:after {
	width:42px;
}
.sprite-number-1:after {
  background-position: 0 -452px;
}
.sprite-number-2:after {
  background-position: -42px -452px;
}
.sprite-number-3:after {
  background-position: -84px -452px;
}
.sprite-number-4:after {
  background-position: -126px -452px;
}
.sprite-number-5:after {
  background-position: -168px -452px;
}
.sprite-number-6:after {
  background-position: -210px -452px;
}

.hover-blue:hover .sprite-number-1:after,
.hover-blue:hover .sprite-number-2:after,
.hover-blue:hover .sprite-number-3:after,
.hover-blue:hover .sprite-number-4:after,
.hover-blue:hover .sprite-number-5:after,
.hover-blue:hover .sprite-number-6:after {
	display: none;
	height:0px;
}

/* CREDENTIALS & CERTIFICATIONS ICONS */
.sprite-credentials-ccma:after,
.sprite-credentials-cpt:after,
.sprite-credentials-cbcs:after,
.sprite-credentials-cmaa:after,
.sprite-credentials-cehrs:after,
.sprite-credentials-cet:after,
/* CERTIFICATIONS */
.sprite-certifications-cpht:after,
.sprite-certifications-cpct:after,
.sprite-certifications-cehrs:after {
	width:56px;
	height:56px;
	margin-left: -28px;
}

/* CREDENTIALS */
.sprite-credentials-ccma:after {
  background-position:0 -56px;
}
.sprite-credentials-cpt:after {
  background-position: -56px -56px;
}
.sprite-credentials-cbcs:after {
  background-position: -112px -56px;
}
.sprite-credentials-cmaa:after {
  background-position: -168px -56px;
}
.sprite-credentials-cehrs:after {
  background-position: -224px -56px;
}
.sprite-credentials-cet:after {
  background-position: -280px -56px;
}

/* CREDENTIALS - HOVER STATE */
.hover-blue:hover .sprite-credentials-ccma:after {
  background-position:0 0;
}
.hover-blue:hover .sprite-credentials-cpt:after {
  background-position: -56px 0;
}
.hover-blue:hover .sprite-credentials-cbcs:after {
  background-position: -112px 0;
}
.hover-blue:hover .sprite-credentials-cmaa:after {
  background-position: -168px 0;
}
.hover-blue:hover .sprite-credentials-cehrs:after {
  background-position: -224px 0;
}
.hover-blue:hover .sprite-credentials-cet:after {
  background-position: -280px 0;
}

/* CERTIFICATIONS */
.sprite-certifications-cpht:after {
  background-position: -383px -56px;
}
.sprite-certifications-cpct:after {
  background-position: -439px -56px;
}
.sprite-certifications-cehrs:after {
  background-position: -495px -56px;
}

/* CERTIFICATIONS - HOVER STATE */
.hover-blue:hover .sprite-certifications-cpht:after {
  background-position: -383px 0;
}
.hover-blue:hover .sprite-certifications-cpct:after {
  background-position: -439px 0;
}
.hover-blue:hover .sprite-certifications-cehrs:after {
  background-position: -495px 0;
}

/* Help Center Landing Page */
.sprite-help-faq:after,
.sprite-help-contact:after,
.sprite-help-forms:after,
/* PARTNERSHIP */
.sprite-partnership-school:after,
.sprite-partnership-client:after,
.sprite-partnership-register:after,
.sprite-partnership-administer:after,
.sprite-partnership-exams:after {
	height: 65px;
	width: 65px;
	margin-left: -32.5px;
}

.sprite-partnership-school:after {
	background-position: -559px -124px;
}
.sprite-partnership-client:after {
	background-position: -624px -124px;
}
.sprite-partnership-register:after {
	background-position: -689px -124px;
}
.sprite-partnership-administer:after {
	background-position: -754px -124px;
}
.sprite-partnership-exams:after {
	background-position: -819px -124px;
}
/* HELP CENTER ICONS */
.sprite-help-faq:after{
	background-position: -819px -124px;
}
.sprite-help-contact:after {
  background-position:-332px -356px;
}
.sprite-help-forms:after {
	background-position: -858px -256px
}
/* HELP CENTER ICONS - HOVERED*/
.hover-blue:hover .sprite-help-faq:after {
	background-position: -660px -256px;
}
.hover-blue:hover .sprite-help-contact:after {
	background-position: -726px -256px
}
.hover-blue:hover .sprite-help-forms:after {
	background-position: -792px -256px
}

/* CASE STUDIES ICONS */
.sprite-casestudies-st-credentials:after,
.sprite-casestudies-cms:after,
.sprite-casestudies-betterstate:after,
.sprite-casestudies-hs-headstart:after,
.sprite-casestudies-meaningful:after,
.sprite-casestudies-partnership:after,
/* CAREER RESOURCES/CONTACT */
.sprite-contact-phone:after,
.sprite-contact-letter:after,
.sprite-contact-time:after,
.sprite-contact-location:after,
.sprite-contact-customersupport:after,
.sprite-contact-social:after {
	width:73px;
	height:75px;
	margin-left: -36.5px;
}

/* CASE STUDIES */
.sprite-casestudies-cms:after {
  background-position:-254px -124px;
}
.sprite-casestudies-hs-headstart:after {
  background-position: -327px -124px;
}
.sprite-casestudies-st-credentials:after {
  background-position: -400px -124px;
}
.sprite-casestudies-betterstate:after {
  background-position: -473px -124px;
}
.sprite-casestudies-meaningful:after {
  background-position:-254px -275px;
}
.sprite-casestudies-partnership:after {
  background-position: -400px -275px;
}

/* CASE STUDIES - HOVER STATE */
.hover-blue:hover .sprite-casestudies-cms:after {
  background-position:-254px -199px;
}
.hover-blue:hover .sprite-casestudies-hs-headstart:after {
  background-position: -329px -199px;
}
.hover-blue:hover .sprite-casestudies-st-credentials:after {
  background-position: -400px -199px;
}
.hover-blue:hover .sprite-casestudies-betterstate:after {
  background-position: -473px -199px;
}
.hover-blue:hover .sprite-casestudies-meaningful:after {
  background-position:-327px -275px;
}
.hover-blue:hover .sprite-casestudies-partnership:after {
  background-position:-473px -275px;
}

/* CAREER RESOURCES/CONTACT */
.sprite-contact-phone:after {
  background-position:-254px -351px;
}
.sprite-contact-letter:after {
  background-position:-328px -351px;
}
.sprite-contact-time:after {
  background-position:-402px -351px;
}
.sprite-contact-location:after {
  background-position:-476px -351px;
}
.sprite-contact-customersupport:after {
  background-position:-550px -351px;
}
.sprite-contact-social:after {
  background-position:-624px -351px;
}
.ncca-logo-black:before {
  background-position: -562px -247px;
  height:103px;
  width:97px;
  margin-left:7px;
}

/* SPRITE ICONS WRAP */
.border-box > .icon-wrap,
div > .icon-wrap,
div > .nha-icon,
div > .nha-icon-b{
	text-decoration: none;
	text-transform: none;
	border: 0;
	outline: 0;
	/* line-height: 1 */
}
.icon-wrap.full {
    height:75px;
	width:75px;
}
.icon-wrap.big {
    height:65px;
	width:65px;
}
.icon-wrap .mid {
    height:34px;
	width:34px;
}
.icon-wrap .mini {
	height: 26px;
	width: 26px;
}

/* ======================================
    ARROW TOP, RIGHT, BOTTOM, LEFT
====================================== */
.arrow-right:after,
.arrow-right-dark:after,
.plus-sign-blue:after {
    z-index:2;
    content:"";
	position: absolute;
    width:0;
    height:0;
    border-color: transparent;
    border-style:solid;
    border-width:20px;
}
.arrow-right:after {
    margin-top: -20px;
    right:-40px;
    top:20%;
}
.arrow-right-dark:after {
    right:-16px;
    top:47%;
	left:auto;
}
.plus-sign-blue:after {
    margin-top: -16px;
    right:-16px;
    top:44%;
	left:auto;
	/* Reset Re-Used Css */
}

div.arrow-right-dark:after,
div.plus-sign-blue:after {
    border-style: none;
	border: 0;
    border-width: 0;
}

.plus-sign-blue:after,
.arrow-right-dark:after,
.sprite-credentials-plus:after,
.sprite-credentials-arrow-right:after {
	content:"";
	height: 31px;
	width: 31px;
 }

.arrow-right-dark:after,
.sprite-credentials-arrow-right:after {
  background-position: -346px -26px;
}

.plus-sign-blue:after,
.sprite-credentials-plus:after {
  background-position: -344px -80px;
}

/* ======================================
    ARROW TOP, RIGHT, BOTTOM, LEFT
====================================== */
.boxed .arrow-right:after {border-left-color: #fff;}
.boxed .arrow-left:after {border-right-color: #fff;}
.col:hover .box-hover p {
	display: block;
	opacity: 1;
	transition: all 0.2s linear;
}
.box-hover .top {
	top:20%;
	right:8%;
	left:8%;
}

/* VOICE TO SPEECH
 * =============== */
.help-speech,
.help-speech:link,
.input-group .field-errors:before,
.speech-form .speech-button:before,
.input-group .speech-button:before,
.email-sent-message > span:before {
	height: 20px;
	width: 20px;
}
.input-group .field-errors:before,
.speech-form .speech-button:before,
.input-group .speech-button:before {
	margin: 4px;
}
.speech-button:before {
	content:"";
	z-index:5;
	background-position: -90px -392px;
}
.speech-button.listen:before {
	background-position: -111px -392px;
}
.form-right.listening:after,
.begin-speech:after {
	content: url('../Images/speech-mic.gif') no-repeat;
	width: 13px;
	position: absolute;
	margin-top:4px;
	top: 1px;
	bottom: 0;
	right:29px;
}

/* ========================================================================================
                            FORMS BOOTSTRAP
   ======================================================================================== */
.input-group,
.btn-group,
.input-group-lg {
    /* position: relative; */
    width:96%;
    margin: 0 2% 16px 2%;
}

.input-group-lg .form-control {
    height: 38px;
}
.input-group-lg .form-left,
.input-group-lg .form-right {
    height: 36px;
}

textarea.form-control {
  height: auto;
  min-height: 150px;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
button,
.btn,
.btn-blocks {
	display: inline-block;
	*display: inline;
}

button,
.btn {
	padding: 6px 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-image: none;

	*display: inline;
    *zoom: 1;
}

.btn-one-third {
	width:32%;
	padding: 10px 25px;
}
.btn.big,
.btn.clear {
    padding: 9px 22px 7px;
}
.btn:hover {
    background-image: -moz-linear-gradient(rgba(255,255,255,.15) 99%, rgba(0,0,0,.1) 1%, rgba(0,0,0,.15));
    background-image: -ms-linear-gradient(rgba(255,255,255,.15) 99%, rgba(0,0,0,.1) 1%, rgba(0,0,0,.15));
    background-image: -o-linear-gradient(rgba(255,255,255,.15) 99%, rgba(0,0,0,.1) 1%, rgba(0,0,0,.15));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), color-stop(1%, rgba(255,255,255,.15)), color-stop(1%, rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,.15) 99%, rgba(0,0,0,.1) 1%, rgba(0,0,0,.15));
    background-image: linear-gradient(rgba(255,255,255,.15) 99%, rgba(0,0,0,.1) 1%, rgba(0,0,0,.15));
}
.btn.clear:hover,
.btn.clear:active {
    background: rgba(255,255,255,.05);
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

/* ================================
    FORM & BUTTONS BORDERED
================================ */

.label {
  display: inline;
  margin: 0 auto;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  border-width: 1px;
}

.email-sent-message,
#emailloader {
	/* display: none; */
	position:fixed;
	top:35%;
	z-index:100;
}
#emailloader {
	left:48%;
	color: #1e8cbe;
 	background:url(../Images/emailloader.gif) no-repeat 1px;
	height: 128px;
	max-height: 128px;
	width:128px;
	z-index:100;
	padding-bottom: 50px;
}
.email-sent-message {
	left:28%;
	width:40%;
}
.email-sent-message > span:before {
	margin-left: -28px;
	background-position: -212px -313px;
}
.email-sent-message span:after {
	color: #3c763d;
	content: "Message Sent Successfully";
}
/* ==========================================================================
   MODAL WIDGET
 ========================================================================== */
#modal-content,
#modal-inner,
#modal-content .close {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#modal-content {
	position: fixed;
	/* display: none; */
	width: 100%;
	z-index:99998;
}

#modal-content.open,
#modal-content .close,
#modal-inner {
	display: block;
}
#modal-content .close {
	height:55px;
	width:55px;
	position: fixed;
	top: 50px;
	/* display: block; */
	left:90%;
	float: right;
	background-position: -716px -68px;
}
#modal-content #modal-inner {
	padding: 2% 3%;
	line-height: 1.8;
	width: 70%;
	top: 30%;
	min-height:150px;
	bottom: auto;
	position: absolute;
	margin: 0 auto;
}

/* ======================================================================
   SEARCH RESULTS, BLOG POSTS & NEW WIDGET
 ======================================================================
   SITEFINITY SPRITE
 ====================================================================== */
.sitefinity-inputs label:before,
.user-name label:before,
.nha-author:before,
.nha-post-date:before,
.nha-categories:before,
.nha-tags:before,
.nha-comments:before,
.user-email label:before,
.nha-email:before,
.nha-url:before,
.nha-required:before,
.alert-error + .field-errors:before,
.alert-error + .speech-button:before,
.sfsearchResultUrl:before {
	background: url('../Images/sprites/nha_icons_sprite.png') no-repeat;
	background-color: transparent;
	content: "";
	float: left;
	margin: 0 6px 2px 0;
	width: 16px;
	height: 16px;
}

.alert-error + .field-errors,
.alert-error + .speech-button {
	max-width: 20px;
}

/* WIDGET META & ICONS */
.nha-news-meta {
	margin: 5px auto 10px auto;
	font-style:italic;
}
.nha-news-meta a,
.nha-news-meta span {
	display: inline-block;
	margin-right:15px;
}

/* ICONS */
.user-name label:before,
.nha-author:before {
	background-position: -72px -431px;
}
.sfsearchResultUrl:before {
	background-position: -36px -413px;
}
.nha-post-date:before {
	background-position: -36px -431px;
}
.nha-categories:before {
	background-position: -90px -413px;
}
.nha-tags:before {
	background-position: -90px -431px;
}
.nha-comments:before {
	background-position: -108px -413px;
}

.user-email label:before,
.nha-email:before {
	background-position: -108px -431px;
}
.nha-url:before {
	background-position: -126px -413px;
}

.alert-error + .field-errors:before,
.alert-error + .speech-button:before,
.nha-required:before {
	background-position: -126px -431px;
}

.sfsearchResultTitle a {text-decoration:underline; font-weight:bold;}

.nha-post-title,
.nha-post-title > h2,
.nha-post-title > a,
.nha-comments-name,
.sfsearchResultsWrp a {
	text-decoration: none;
	color: #2086C6;
	line-height:1.3;
}

.nha-post-date,
.sfsearchResultsWrp dd {margin-left: 5px; line-height:1.3; margin: 3px 0 5px; }

.nha-post-list,
.sfList {list-style: none;}

.nha-home-news-link:after {
	padding-left:5px;
	content: ">";
}

/* COMMENTS FORM
 ================================ */
.nha-commenter-info {
	position: relative;
	margin-bottom:15px;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.nha-commenter-info img {
	width:60px;
	height:60px;
	float: left;
    display: inline;
    margin-right: 1em;
}
.nha-commenter-info .the-comment {
	margin-left:80px;
}

/* SEARCH RESULTS PAGENAVI
 ================================ */
.sf_pagerNumeric a {
	display: inline-block;
	margin: 1em 6px;
	padding: 4px 6px;
	width: 13px;
}

/* ==========================================================================
   SPEECH BUBBLE
 ========================================================================== */
a[helpbubbletip]:before {
	content: "";
	border-top: 21px solid #434343;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	top: -20px;
	right: -12px;
}
a[helpbubbletip]:after {
	content: attr(helpbubbletip);
	top: -35px;
	left: -26px;
	background-color: #434343;
	padding: 5px 10px;
	border-radius: 6px;
	white-space: nowrap;
}

/* ======================================
	OVERFLOW: HIDDEN
====================================== */
.hover-section .bordered,
.content-overflow,
.iframe_wrapper {
	overflow: hidden;
}

/* ======================================
	OPACITY
====================================== */
#modal-content.open,
/* Sitefinity Widget */
div.k-list-container ul,
.k-animation-container ul {
	opacity: 0.94;
	border:0;
}

/* ======================================
    HIDE - DISPLAY NONE
====================================== */
.box-hover p,
.col:hover .box-hover strong,
.email-sent-message,
#emailloader,
#modal-content,
.hide,
.hidden,
.show-desktop {
	display: none;
}

/* ======================================
    HIDE - HIDE VISIBILITY
====================================== */
.field-errors:before,
a[helpbubbletip]:before,
a[helpbubbletip]:after,
.hidden {
    visibility: hidden;
}
.alert-error + .field-errors:before {
    visibility: visible;
}
.hidden {
	height:0;
	max-height:0;
}

/* SHOW - VISIBILITY */
span:hover > a[helpbubbletip]:before,
span:hover > a[helpbubbletip]:after {
    visibility: visible;
	-moz-transition: visibility 0s linear .3s;
}

/* ==========================================================================
   CLEARFIX
 ========================================================================== */
.input-group-lg:after,
.before:before,
.clearfix:before,
.clearfix:after,
.contained:before,
.contained:after,
.main-o-bottom-small:before,
.main-o-bottom-small:after,
.callout-box:after {
    content: "";
    display: table;
}

.list-style li:before,
.callout-box:after,
.nha-list-style li:before,
.display-content .before:before,
.contained:after,
.clearfix:after {
    clear: both;
}

.input-group,
.clearfix {
    *zoom: 1;
}

blockquote p .cite:before,
blockquote p .cite:after,
.display-content p:before,
.columns:before,
.columns:after,
.col-columns:before,
.col-columns:after,
.input-group:after,
.break:before,
.break:after,
p:after,
.box-hover strong:before,
.border-box strong:before,
.inner a strong:before,
.title-name:after,
.sitefinity-inputs:after,
.clr:before,
.clr:after,
.clearfix-before:before,
.clearfix-after:after { content: "";display: block;height: 0; clear: both; visibility: hidden;}

/* NO CLEARFIX */
.display-content p span.hide1123:before,
.display-content p span.no-break:before,
.display-content span.no-break:before {
	content: "";
	display: inline-block;
	clear: none;
}

.content-overflow {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

/* ==========================================================================
 *  CSS3 FADE IN
 *
 *  This Snippet will not be W3C valid until the year 2040, when hopefully W3C
 *  finally decides to update their validators from the last 1999 update
   ========================================================================== */
@keyframes nhafadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes nhafadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes nhafadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes nhafadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes nhafadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nha-fade,
.hover-blue .box-hover p,
#modal-inner {
    -webkit-animation: nhafadein 1s; /* Safari, Chrome and Opera */
    -moz-animation: nhafadein 1s; /* Firefox & under */
    -ms-animation: nhafadein 1s; /* Internet Explorer */
    -o-animation: nhafadein 1s; /* Opera 12.1 & under */
     animation: nhafadein 1s;
}

/* ==========================================================================
   Responsive Video
   ========================================================================== */
.iframe_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height:0;
	margin: 20px auto;
}
.iframe_wrapper iframe,
.iframe_wrapper object,
.iframe_wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
        MOBILE QUERIES
   ========================================================================== */

/* min-width:1260px */
@media all and (min-width:1260px) {

	div.contained {
		padding: 38px 40px;
	}
	.right-callout {
		margin-right:-40px;
	}

	.ninty-desktop,
	.eighty-five-desktop,
	.eighty-desktop,
	.seventy-desktop {
		float: left;
	}

	.ninty-desktop {
		width: 90%;
	}
	.eighty-five-desktop {
		width: 85%;
	}
	.eighty-desktop {
		width: 80%;
	}
	.seventy-desktop {
		width: 70%;
	}
	.sixty-four-desktop {
		width: 64.67%;
	}

	.break-desktop:before {
		content: "";
		display: table;
		clear:both;
	}

	.show-desktop {
		display: block;
	}

	/* END MIN-WIDTH: 1260px */
	/* ABOUT US - Wrap Text Around Image*/
	.first-row {
		padding-right:1%;
	}
	.second-row {
		padding-right:5%;
	}
	.third-row {
		padding-right:10%;
	}

}


/* ==========================================
    max-width: 1123px
  ========================================== */
@media all and (max-width:1123px) {

	/* MAIN NAVIGATION */
	.main-navigation li > a {
		padding: 15px 7px;
	}
	.primary-nav > li > a {
		font-size: 16px;
	}

	.the-excerpt h1,
	.the-excerpt h2,
	.the-excerpt p {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  -ms-text-overflow: ellipsis;
	  white-space: nowrap;
	}

	.display-content.inner-small {
		padding-top:3%;
	}

	.display-content h1,
	.display-content .title,
	.big-1124 h1 {
		font-size:130%;
		font-size:2.1em;
	}
	.big-1124 p {
		font-size:130%;
		font-size:1em;
	}

	.display-content .btn {
		display: inline-block;
		float: none;
		margin-right:10px;
		margin-bottom:0;
		*display: inline;
	}

	.thirty-w,
	.forty-w,
	.fifty-w,
	.sixty-w,
	.seventy-w {
        margin: 0 auto;
    }

	.hide1123 {
		display: none;
	}

	/* END MAX-WIDTH: 1123px */
}


/* ==========================================
    min-width:961px & max-width: 1259px
 ========================================== */
@media all and (min-width:961px) and (max-width:1259px) {

	.big-1124 p {
		font-size:20px;
		margin-bottom:1em;
	}

	.logo-1 {width:106px;}
	.logo-2 {width:75px;}
	.logo-3 {width:120px;}


	/* ABOUT US - Wrap Text Around Image*/
	.first-row {
		padding-right:5%;
	}
	.second-row {
		padding-right:15%;
	}
	.third-row {
		padding-right:28%;
	}

	/* END MIN-WIDTH: 961px & MAX-WIDTH:1259px */

}

/* ==========================================
    min-width: 961px
 ========================================== */
@media all and (min-width: 961px) {

	/* MAIN NAVIGATION */
	.main-navigation ul > li.mega-submenu > div {
		width: 80%;
		right: 280px;
		left: -280px;
		min-width: 850px;
		position: absolute;
		width: 840px\9;
	}


	.display-content {
		text-align: left;
	}

	.title-small {
		font-size:36px;
	}

    .right-footer.one-half {
		width: 56%;
		*width: 55.93%;
    }

    .left-footer.one-half {
		width: 40%;
		*width: 39.93%;
    }

    .right-footer nav,
	.right-footer ul{
		float: right;
    }

	.social-icons,
    .left-footer nav,
	.copyright-text {
		float: left;
		text-align: left;
		width: 100%;
    }

	.copyright-text,
	.copyright-nav {
		font-size:12px;
	}

	.bg-image.two-thirds > p {
		width:94%;
	}

	.break-960:before {
		content: "";
		display: table;
		clear: both;
	}

	/* END MIN-WIDTH:961px */
}

/* ==========================================
    min-width: 768px & max-width: 960px
   ========================================== */
@media all and (min-width: 768px) and (max-width: 960px) {

	/* searchbar-wrapper > div (Used for Sitefinity) */
	.searchbar-wrapper > div.active,
	.searchbar.active {
		min-width:380px;
	}
    .one-tenth {
		width: 18%;
		*width: 17.93%;
    }

    .one-fourth.table-cell-header{
		width: 22%;
    }
    .one-eighth {
		width: 23%;
		*width: 22.93%;
    }

	.feed-list .one-sixth {
		width: 14.66%;
	}
    .one-sixth {
		width: 31.33%;
		*width: 31%;
    }
	.right-intro,
	.right-callout {
		width: 40%;
    }
    .one-fourth {
		width: 48%;
		*width: 47.93%;
    }

	.left-intro {
		width: 56%;
    }

	.boxed .col > div,
	.boxed .bordered > div{
		width:92%;
	}
	.boxed ul {
		padding-left:2%;
		width:88%;
	}
	div.bottom-box > div{
		width:80%;
	}

	/* 3 Column to 2 */
	.col.bordered.one-half-960,
	.one-half-960.one-third {
		width:50%;
		*width:49.3%;
	}
	.one-half-960.one-third:nth-child(2) {
		width:49.3%;
		margin-right: 0;
	}
	.one-half-960.one-third.arrow-right:after,
	.last.one-half-960 {
		  content: none;
		  display: none;
		  opacity:0;
	}

	.box-hover .top {
		top:16%;
	}

	/* END MIN-WIDTH: 768px & MAX-WIDTH:960px */
}

/* ==========================================
    max-width: 960px
   ========================================== */
@media all and (max-width: 960px) {

	.display-content.text-left {
		text-align:center;
	}

	.social-icons,
	.copyright-text {
		display: block;
		margin: 0 auto;
	}

    .right-footer.one-half,
    .left-footer.one-half {
		width: 98%;
		*width: 97.93%;
    }

	.right-footer ul,
	.icon-wrap.float-left{
		float: none;
	}

    .left-footer.one-half {
		padding-bottom:33px;
    }

    /* ================================
        TOP NAV SEARCH
    ================================ */
	.list,
	.thirty-w-960,
	.forty-w-960,
	.fifty-w-960,
	.sixty-six-w-960,
	.seventy-w-960,
	.eighty-w-960,
	.thirty-w-960 .callout-box p {
		width: 98%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.thirty-w-960 .callout-box,
	.thirty-w-960 .callout-box p  {
		text-align: center;
	}

	.bg-image.two-thirds {
		width: 100%;
		margin-right: 0;
	}

	.blue-3arrows-right,
	.continuing-education-background,
	.blue-right-arrow-up,
	.blue-right-arrow-up-forms {
	  background-image: none;
	}

	h1, h2, h3 {
	  font-size:150%;
	}

	.hide960 {display: none;}

	/* END MAX-WIDTH: 960px */
}

/* =========================================
    min-width: 868px
 ======================================== */
@media all and (min-width: 868px) {

	/* MAIN NAVIGATION */
	#nav-toggles,
	.primary-nav > li > a > span:after,
	.primary-nav > li:hover > a > span:after,
	.main-navigation ul > li > ul  {
		display: none;
	}

	.primary-nav > li > a > span:after,
	.primary-nav > li:hover > a > span:after {
		content: "";
	}

	.main-navigation ul li ul {
		font-size: 89%;
	}

	/* SUBMENUS */
	.main-navigation ul > li > div {
		width: 80%;
		right: 200px;
		left: -200px;
		min-width: 708px;
		position: absolute;
		width: 700px\9;
	}

	.main-navigation ul > li > ul  {
		left: -2.5em;
		right: -2.5em;
		margin: 0 auto;
		background-color: #2086c6\9;
		position: absolute;
		/* display: none; */
	}

	.main-navigation > ul > li  {
		position: relative;
		padding-left: 0;
		*margin-left: -2px;
		display: inline\9;
	}

	/* END MAIN NAVIGATION */
	.bg-image.two-thirds {
		text-align: left;
	}

	/* END MIN-WIDTH: 868px */
}

/* ==========================================
    max-width: 867px
   ========================================== */
@media all and (max-width: 867px) {

	/* =============================
		HEADER & MAIN NAVIGATION
	 ============================= */
    .head-wrapper,
	.main-navigation,
	.main-navigation ul,
	.main-navigation ul li,
	.mega-menu li div.nav-column {
		width: 100%;
	}

    .head-wrapper,
	.main-navigation .mega-menu ul,
	.mega-menu li div,
	.main-navigation ul li a{
        position: relative;
    }

    .head-wrapper .nha-logo {
        margin-left:3%;
    }
	#nav-toggles {
		margin-right: 3%;
	}

	#nav-toggles {
		top: -70px;
	}

	/* IMPORTANT */
	.top-nav,
    .searchbar-wrapper,
	.primary-nav,
	.mega-menu {
		display: none;
		max-height:0;
	}

	.primary-nav.open,
	.mega-menu.open {
		height: auto;
		max-height:100%;
		min-height:100%;
		/* display: block; */
		overflow-y: visible;
	}

	.main-navigation ul,
	.primary-nav li {
		background-color: #2086c6;
	}

	.main-navigation {
		top: 140px;
		float: none;
		height: 0;
		padding-top: 0;
	}

	.main-navigation ul {
		float: none;
		overflow-y: hidden; /* 1 */
		-webkit-overflow-scrolling: touch; /* 2 */
		-ms-touch-action: manipulation;
		touch-action: manipulation;
	}

	.main-navigation .mega-menu ul,
	.mega-menu li div {
		display: inline-block;
		/* position: relative; */
	}

	/* ==================================
	 *  	SUB-MENU HIDE & SHOW
	 * ================================== */
	div.k-list-container ul,
	.k-animation-container ul,
	.main-navigation > ul,
	.main-navigation ul > li > div,
	.main-navigation li ul,
	.main-navigation .mega-menu ul,
	.nav-column h3 {
		display: none;
	}

	.primary-nav.open,
	.mega-menu.open,
	.primary-nav.mega-menu,
	.mega-menu > li:hover > div > div > ul{
		display: block;
	}

	/* ==================================
	 *  END - SUB-MENU HIDE & SHOW
	 * ================================== */

	.main-navigation > ul,
	.main-navigation ul > li > div,
	.main-navigation li ul {
		height: auto;
		/* display: none; */
		position: absolute;
		margin: 0;
		top: 0;
		right: 0;
		left: 0;
	}

	.main-navigation ul > li,
	.main-navigation ul > li > div,
	.main-navigation ul > li > div > div.nav-column {
		position: relative;
		border-left: 0;
		margin: 0;
		top: 0;
		padding: 0;
		padding-left:0;
	}

	/* MOBILE NAV POINTER */
	.primary-nav li a span:after {
		content:"";
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: 22px 0;
	}

	/* MOBILE NAV LINKS */
	.main-navigation ul a,
	.main-navigation ul a:hover {
		color: #fff;
	}

	.main-navigation ul a {
		padding-left: 3%;
		padding-right: 0;
		*line-height: normal;
		*padding: 10px 0;
		font-family: 'Proxima Nova Semibold';
		font-size: 24px;
	}

	.main-navigation ul > li > div .nav-column li a,
	.main-navigation ul > li > ul a,
	.main-navigation ul > li > ul > .item a {
		margin: 0 0 0 0;
		border-bottom: 1px solid #6A98B;
		padding: 11px 0 11px 6%;
		font-family: 'Proxima Nova Light';
		font-size: 18px;
	}

	.main-navigation > ul > li a,
	.main-navigation > ul > li a:hover {
		border-right: none;
		border-bottom: 1px solid #efefef;
	}
	.main-navigation > .mega-menu > li > div {
		border-bottom: 1px solid transparent;
	}

	/* SUB LINKS */
	.main-navigation ul li a {
		text-align: left;
		/* position: relative; */
	}
	/* =============================
		END MAIN NAVIGATION
	 ============================= */

	/* END HEADER */
	blockquote,
	.forty-w-867,
	.fifty-w-867,
	.sixty-w-820 {
		padding-right:0;
		padding-left:0;
		width: 100%;
		margin: 0 auto;
	}

	.display-content .icon-wrap {
		margin-top:-2%;
	}
	.display-content h2.break-960 {
		margin-top: 0;
	}

    /* END MAX-WIDTH: 867px */

}

/* ==========================================
    min-width: 768px
   ========================================== */
@media all and (min-width: 768px) {

	.box-hover .top {
		font-size:100%;
	}

    .sidebar article,
    .sidebar aside.left {
        float: left;
    }

    .sidebar aside,
    .sidebar article.right {
        float: right;
    }

    /* ========================
      TEXT ALIGN
    ======================== */
	.display-content,
	.border-box.col,
	.section-text-left h2,
	.section-text-left h3,
	.section-text-left h4,
	.section-text-left p,
	.section-text-left ul,
	.section-text-left a,
	.box-hover .top,
	.content-outer,
	.list,
	.feed-item,
	.text-left {
        text-align: left;
    }
	.help-header,
    .text-right {
        text-align:right;
    }

	.section-text-left .btn-bordered,
	.border-box .main {
        text-align: center;
    }

	.one-third.last.column-image img {
		z-index:0;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: auto;
		/* overflow:hidden; */
	}

	.one-third.last.column-image img,
	.one-third.last.column-image {
		overflow:hidden;
	}

	.last.column-image:after {
		z-index:1;
		content: "";
		display:table-cell;
		border-color: #f47434;
		border-bottom: 4px solid #f47434;
		position: absolute;
		right: 0;
		left: 0;
		bottom:-4px;
	}
	.feed-item {
		margin-left: 2%;
	}
	.break-768:before {
		content: "";
		display: table;
		clear: both;
	}

    /* END MIN-WIDTH: 768px */
}

/* ==========================================
    max-width: 767px
   ========================================== */
@media all and (max-width: 767px) {

    /* COLUMNS */
    .one-tenth,
    .one-ninth,
    .one-eighth,
    .one-seventh,
    .one-sixth,
    .one-fifth,
	.four-fifths,
	.five-sixths,
    .one-fourth,
    .one-third,
    .one-half,
    .two-thirds,
	/* CERT TABLES */
	.table-heading.first,
	.table-cell-header,
	.table-cell-header-inner {
        width: 98%;
		*min-width:97.6%
    }

	.left-intro,
	.right-intro,
	.right-callout,
	.section-wrapper .col,

	.bordered,
	.bordered.one-third,
	.bordered.one-fourth,
	.bordered.one-fifth,
	.bordered.one-sixth,

	.boxed .bordered,
	.boxed .col.bordered,
	.border-box.col,
	.border-box.col.one-third,
	.certificate-tables .bordered.one-seventh,
	.section-content {
            width: 100%;
			margin-right: 0;
			text-align: center;
			*min-width: 100%
    }

	.left-intro,
	.col.bordered {
		margin-bottom:10px;
	}

	.left-intro {
		padding-right: 0;
	}

    .one-tenth img,
    .one-sixth img,
    .one-fourth img,
    .one-third img,
    .one-half img,
    .two-thirds img,
    .full-width img {
        margin:0 auto;
        display: block;
		text-align:center;
    }
	.list,
	.right-callout,
	.callout-box p {
		margin: 10px auto;
	}

    .sidebar article,
    .sidebar aside,
	.thirty-w,
	.forty-w,
	.fifty-w,
	.sixty-w,
	.seventy-w,
	.eighty-w {
        width: 100%;
        float: none;
    }

    /* Alignments */
    .alignleft,
    .alignright,
    .aligncenter {
        margin:10px auto;
        display: block;
        float: none;
    }

    .float-left,
    .float-right {
        float: none;
    }

	.inner {
		padding: 4% 0;
	}

	/* CERT TABLES */
	.table-heading-inner,
	.table-cell-combined,
	.columns .table-cell-inner {
		margin-left: 2%;
		padding-left: 0;
	}

	.display-content h1,
	.display-content p,
	.display-content .btn{
		margin-top: 0;
	}

	.size12,
	.size14,
	.size16,
	.size18,
	.size20,
	.size22,
	.size25,
	.size32 {
		font-size:106%;
		*font-size:16px;
	}

	.size34 {
		font-size:100%;
	}

	.size23 p {
		font-size:90%;
		*font-size:14px;
	}

	.size25 p,
	.size18 p,
	.size20 p,
	.title-name {
		font-size:100%;
		font-size:17px\9;
	}

	.list-style li,
	.size34,
	.line28,
	.line20 {
		line-height: 1.1;
		line-height: normal\9;
	}

	.list,
	.callout-box p,
	.inner.col,
	blockquote {
		text-align: center;
	}

	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}

	blockquote p {
		font-size: 20px;
	}

	h4,
	h5 {
		font-size: 18px;
	}
	p {
		font-size: 17px;
		line-height: 1.1;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	strong{
		text-align: center;
	}

	.display-content h1,
	.display-content h2,
	.display-content h3 {
		font-size:140%;
	}

	/* POSITION ABSOLUTE */
	.top-right,
	.bottom-right,
	.bottom90,
	.top-left,
	.bottom-left {
		position: relative;
		display: block;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}


    /* ====================
        PADDING FIX
    ==================== */
	.arrow-right:after {
		border-width:0;
		border:0 solid transparent;
	}

    .sidebar article:before,
    .sidebar aside:before {
		content: "";
		display: block;
		clear:both;
	}

	.boxed .bordered.column-image {
		width:0;
		border:0;
		content: none;
		display:none;
	}

	.arrow-right-dark:after,
	.plus-sign-blue:after {
		background-image: none;
	}

	.hide767 {
        display:none;
    }

    /* END MAX-WIDTH:767px */

}

/* ==========================================
    max-width: 480px
   ========================================== */
@media all and (max-width:480px) {

	.section-container * {
		font-size:100%;
	}

	.size23 p {
		font-size:84%;
		*font-size:12px;
	}

	.size25 p, .size18 p, .size20 p {
		font-size:90%;
	}

	.col.one-half-480 {width: 100%; margin: 15px 0;}

	.display-content p,
	.display-content .btn,
		.hide480{
		display:none;
	}

}