/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  box-sizing: border-box;
}
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
		max-width: 100%;
}

/**
 * Correct `block` display not defined in IE 8.
 */

.lt-ie9 audio,
.lt-ie9 canvas,
.lt-ie9 video {
    display: block;
}

/**
 * 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 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * 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.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

datalist {
	display: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
//*! jQuery UI - v1.10.3 - 2014-01-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(../../images/global/jqui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(../../images/global/jqui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(../../images/global/jqui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(../../images/global/jqui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(../../images/global/jqui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(../../images/global/jqui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(../../images/global/jqui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../../images/global/jqui/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../../images/global/jqui/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../../images/global/jqui/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../../images/global/jqui/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../../images/global/jqui/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../../images/global/jqui/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../../images/global/jqui/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../../images/global/jqui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../../images/global/jqui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('stewart-framework-css/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('stewart-framework-css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
  	   url('stewart-framework-css/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
  	   url('stewart-framework-css/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
  	   url('stewart-framework-css/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}


/* Stewart additions */
.fa-lg{font-size:1.3333333333333333rem;line-height:.75rem;vertical-align:-15%}
.fa-2x{font-size:2rem}
.fa-3x{font-size:3rem}
.fa-4x{font-size:4rem}
.fa-5x{font-size:5rem}


/*/  
------------------------------------------------------
:: REM font sizing with px fallbacks
------------------------------------------------------ 
This site uses rem for font sizing with pixel fallback. The base font size is 14px so 
to find the rem equivalent of an px value simply divide target(px) by the base (14). 

for example to find the rem value of 16px font size...

16 / 14 = 1.142857rem

be sure to include at least 5 numbers after the decimal to avoid browser rounding.
for more info... http://snook.ca/archives/html_and_css/font-size-with-rem}

------------------------------------------------------
:: Hevletica Neue Font Family
------------------------------------------------------ 

-Light
font-family:'HelveticaNeueETW01-45Lt','Helvetica Neue',Helvetica,Arial,sans-serif;

-Light oblique
font-family:'HelveticaNeueETW01-46Lt','Helvetica Neue',Helvetica,Arial,sans-serif;

-Regular body copy
font-family:'HelveticaNeueETW01-55Rg','Helvetica Neue',Helvetica,Arial,sans-serif;

-Italic
font-family:'HelveticaNeueETW01-56It','Helvetica Neue',Helvetica,Arial,sans-serif;

-Extended
font-family:'HelveticaNeueW01-MdExt','Helvetica Neue',Helvetica,Arial,sans-serif;

-Extended Oblique
font-family:'HelveticaNeueW01-MdExtO','Helvetica Neue',Helvetica,Arial,sans-serif;

-Medium
font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;

-Medium oblique
font-family:'HelveticaNeueETW01-66Md','Helvetica Neue',Helvetica,Arial,sans-serif;

-Bold
font-family:'HelveticaNeueETW01-75Bd','Helvetica Neue',Helvetica,Arial,sans-serif;

-Bold italic
font-family:'HelveticaNeueETW01-76Bd','Helvetica Neue',Helvetica,Arial,sans-serif;

------------------------------------------------------
:: Index
------------------------------------------------------ 

	- Typography
	- Links
	- Bits
	- Search Results
	- Press Releases
	- Lists
	- Social Media Icons
	- Buttons
	- Hero Units
	- Mastheads
	- Alert Boxes
	- Pull Classes
	- Lables (not the "form" kind)
	- Quotes/Testimonials
	- Breadcrumbs
	- Panels
	- Navigation: Horizontal, Vertical and Global with Site Search
	- Pagination
	- Tables
	- Media Object
	- Thumbnails
	- Forms
	- The Grid
	- Block Grids
	- Custom Scrollbars
	- JS audio player
	- JQuery Components
		- Modals
		- Tooltips
		- Tabs
		- Accordion
		- Carousel
		- Search Hover
		- Colorbox
		- Button Menu
	- IE < 8
	- Footer

*/




html {
	font-size: 87.5%;
}

body {
	color: #444;
	font-size: 14px;
	font-size: 1rem;
	line-height: 20px;
}




/*
:: Typography
------------------------------------------------------ */

h1,h2,h3,h4 {
	letter-spacing: -.05em;
}

h1,
.h-alpha {
	margin-bottom: 19px;
	padding-top: 6px;
	font-size: 33px;
	font-size: 2.35714rem;	
	font-family:'HelveticaNeueW01-MdExt','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 40px;
}

h2,
.h-beta {
	margin-top: -10px;
	margin-bottom: 16px;
	padding-top: 4px;
	font-size: 30px;
	font-size: 2.14285rem;
	font-family:'HelveticaNeueETW01-45Lt','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 40px; 
}

h3,
.h-gamma {
	margin-top: -4px;
	margin-bottom: 15px;
	color: #535353;
	font-size: 25px;
	font-size: 1.78571rem;
	font-family: 'HelveticaNeueETW01-75Bd','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 39px;
}

h4,
.h-delta {
	margin-bottom: 18px;
	padding-top: 2px;
	font-size: 20px;
	font-size: 1.42857rem;
	font-family: 'HelveticaNeueETW01-75Bd','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 30px;
}

h5,
h6,
.h-epsilon {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
	font-size: 16px;
	font-size: 1.14285rem;	
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 20px; 
}

p,ol,ul,dl,blockquote,form,fieldset,.accordion,.panels, .flow, .audiojs {
	margin-bottom: 20px;
}


.subhead,
.intro,
.suphead {
	margin-top: -17px;
	margin-bottom: 16px;
	color: #999;
	letter-spacing: -.07em;
	font-size: 18px;
	font-size: 1.28571rem;
	font-family:'HelveticaNeueETW01-55Rg','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 30px;
}

.intro {
	margin-top: 0;
}

.suphead {
	margin-top: 0;
	margin-bottom: -5px;
}



/*
:: Links
------------------------------------------------------ */
a {
	color: #005fb5;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

a:active,
a:focus {
	outline:none !important;
}




/*
:: Bits
------------------------------------------------------ */
.underline {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.block {
	display: block;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}




/* ::Search Results
----------------------------------------------------- */
.search-results-row {
	font-size: 13px;
	font-size: .92857rem;
}

.search-results-item:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.search-results-item dt {
	clear: left;
}

.search-results-item dt,
.search-results-item dd {
	float: left;

}

.search-results-item dt {
	margin-top: 0;
	padding-right: 5px;
	width: 27%;
	text-align: right;
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.search-results-item dd {
	width: 73%;
}

.search-results-link {
	display: block;
	font-size: 15px;
	font-size: 1.07142rem;
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
}





/*
:: Press Releases
------------------------------------------------------ */
.press-release-image {
	max-width: 175px;
}



/*
:: Lists
------------------------------------------------------ */
ul,ol {
	padding-left: 20px;  
}

li {
	position: relative;
	margin-bottom: 15px;
}

ul ul,
ol ol {
	margin-top: 10px;
}

ol ol {
	list-style-type: lower-alpha;
}

.list-reset {
	padding-left: 0;
	list-style: none;
}

.list-reset > li {
	padding: 0;
}

/* Simple lists: no bullets horizontal separator */
.list-simple > li {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.list-simple :last-child {
	margin-bottom: 0;
}

/* mimic natual list indentation */
.list-indent{
	margin-left: 30px;
}

/* Inline lists: places list elements side by side */

.list-inline {
	margin-bottom: 10px;
}

.list-inline > li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	vertical-align: top;
}

.list-inline li:last-child {
	margin-right: 0;
}

.list-inline-condensed > li {
	margin-right: 0;/*5px;*/
}

/* Striped Lists: zebra striping */
.list-striped > li {
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.list-striped > li:nth-child(2n+1) {
	background-color: #f5f5f5;
}

/* IE 8 fails on the previous selector */
.list-striped .even {
	background-color: #f5f5f5;
}

/* using media obejct in lists */
.list-media-object > li {
	padding: 20px 0;
}


/* Desription Lists */
dt {
	margin-top: 20px;
	margin-bottom: 10px;
}

dt:first-child {
	margin-top: 0;
}

dl > :last-child {
	margin-bottom: 0;
}

dd {
	margin-bottom: 10px;
}

.dl-horizontal:before,
.dl-horizontal:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.dl-horizontal dt {
	float: left;
	clear: left;
	width:  160px;
	text-align: right;
}

.dl-horizontal dd {
	margin-left: 180px;
}

/* Panel Lists: vertical gradient in each list item similiar to panels */
.list-panel > li {
	padding: 20px;
	background: -moz-linear-gradient(top,  rgba(252,252,252,0) 0%, rgba(252,252,252,0.26) 26%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0)), color-stop(26%,rgba(252,252,252,0.26)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,0) 0%,rgba(252,252,252,0.26) 26%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,252,0) 0%,rgba(252,252,252,0.26) 26%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,252,0) 0%,rgba(252,252,252,0.26) 26%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,252,252,0) 0%,rgba(252,252,252,0.26) 26%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.list-panel :last-child {
	margin-bottom: 0;
}
/* EDIT 3/31/2014 - Added scroll list for VU */
.list-scroll {
	height: 400px; 
	overflow: auto;
	padding: 15px;
	border: 1px solid #e5e5e5;
}


/*
:: Social Media Icons
------------------------------------------------------ */
.list-social li {
	margin-right: 5px;
	font-size: 30px;
	font-size: 2.14285rem;
}

.list-social-small li {
	font-size: 18px;
	font-size: 1.28571rem;
}

/* icon colors */

.social-facebook {
	color: #345190 !important;
} 

.social-facebook:hover {
	color: #466dc2 !important;
}

.social-linkedin {
	color: #0e7cab !important;
}

.social-linkedin:hover {
	color: #1198d2 !important;
}

.social-twitter {
	color: #38b5d8 !important;
}

.social-twitter:hover {
	color: #3ec8ef !important;
}

.social-youtube {
	color: #ed312f !important;
}

.social-youtube:hover {
	color: #fc4545 !important;
}

.social-rss {
	color: #f36a22 !important;
}

.social-rss:hover {
	color: #ff6f37 !important;
}





/*
:: Buttons
------------------------------------------------------ */
.btn,
.btn:visited {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin-right: 5px;
	margin-top: 10px;
	padding: .6em 1.15em;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 4px;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	color: #555;
	vertical-align: bottom;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	white-space: nowrap;
	font-family:'HelveticaNeueETW01-75Bd','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1;
	cursor: pointer;
}

.btn:first-child {
	margin-top: 0;
}

.btn:hover,
.btn:active {
	border-color: #ccc;
	background: #e5e5e5;
	color: #000;
	text-decoration: none;	
}
/* EDIT - 3/14/2014 - Added disabled style for button hover */
.btn[disabled]:hover{
	border-color: #ddd;
	background: #f0f0f0;
	color: #555;
	text-decoration: none;	
}

/* primary */
.btn-primary,
.btn-primary:visited,
.btn-primary:link  {
	border-color: #e86809;
	background: #e86809;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.btn-primary:hover,
.btn-primary:active {
	border-color: #f26a09;
	background: #f26a09;	
	color: #fff;
}

/* EDIT - 3/14/2014 - Added disabled style for primary button hover */
.btn-primary[disabled]:hover{
	border-color: #e86809;
	background: #e86809;
	color: #fff;
}

/* seondary */
.btn-secondary,
.btn-secondary:visited,
.btn-secondary:link  {
	border-color: #004f97;
	background: #004f97;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.btn-secondary:hover,
.btn-secondary:active {
	border-color: #005fb5;
	background: #005fb5;	
	color: #fff;
}

/* EDIT - 3/14/2014 - Added disabled style for secondary button hover */
.btn-secondary[disabled]:hover{
	border-color: #004f97;
	background: #004f97;
	color: #fff;
}

/* EDIT - 8/25/2014 - Added classes for green and red "success" and "error" buttons */
/* error */
.btn-error,
.btn-error:visited,
.btn-error:link  {
	border-color: #bf0a30;
	background: #bf0a30;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.btn-error:hover,
.btn-error:active {
	border-color: #d10b35;
	background: #d10b35;	
	color: #fff;
}

/* success */
.btn-success,
.btn-success:visited,
.btn-success:link  {
	border-color: #7fba00;
	background: #7fba00;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.btn-success:hover,
.btn-success:active {
	border-color: #8bcb00;
	background: #8bcb00;	
	color: #fff;
}

/* EDIT - 9/3/2014 - added styles for highlight buttons */
.btn-highlight {
	width: 100%;
	padding: .8em 1.15em;
	font-family: 'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 15px;
	border: 1px solid #bdbdbd;
	
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(235,235,235,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
	
}

.btn-highlight:after {
	display: block;
	position: absolute;
	right: 0;
	top: .3em;
	width: 1.5em;
	height: 1.5em;
	content: "";
	font-size: 25px;
	font-size: 1.78571rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn-highlight:hover,
.btn-highlight:active {
	background-color: #fff;
}

/* sizes */
.btn-large {
	padding: .75em 1.25em .75em 1.25em;
	font-size: 16px;
	font-size: 1.14285rem;
}

.btn-small {
	padding: .65em 1.15em .65em 1.15em;
	font-size: 12px;
	font-size: .85714rem;
}

.btn-tiny {
	padding: .65em 1em .65em 1em;
	font-size: 9px;
	font-size: .64285rem;
}

.btn-tiny.btn-square {
	padding: .65em;
	width: 22.688px;
	text-align: center;
}

.btn-full, .btn-full:visited {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	text-align: center;
}




/*
:: Hero Units
------------------------------------------------------ */
.hero-title {
	margin-bottom: 10px;
	font-size: 45px;
	font-size: 3.21428rem;
	font-family:'HelveticaNeueW01-MdExt','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 50px;
}

.hero-subhead {
	font-size: 18px;
	font-size: 1.28571rem;
	line-height: 30px;
}

.hero-unit {
	padding: 75px 0;
}



/*
:: Masthead
------------------------------------------------------ */
.masthead {
	overflow: hidden;
}

.masthead,
.masthead-image {
	position: relative;
}

.masthead-image {
	z-index: 1;
}

.masthead-image img {
	min-width: 100%;
}
/*EDIT: 2/17/2014 : STEW-284 - Removed  top: 30%; - Fix by Seth */
.masthead-textwrap {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	padding: 30px 40px 25px 40px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
}
/*EDIT: 2/17/2014 : STEW-284 - Added  line-height: 45px; */
.masthead-heading {
	margin-bottom: 25px;
	line-height: 45px;
	font-size: 40px;
	font-size: 2.85714rem;
	font-family:'HelveticaNeueW01-MdExt','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.masthead-subheading {
	font-size: 18px;
	font-size: 1.28571rem;
}


/* EDIT 1/23/2014 : added display block for alert class */
/*
:: Alert Boxes
------------------------------------------------------ */
/*EDIT: 2/17/2014 - Added border-color, background and color property. This is for default alert style */
.alert {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 25px 10px 10px;
	border-width: 1px; 
	border-style: solid;
	border-radius: 5px;
	font-size: 13px;
	font-size: .928571rem;
	display:block;
	
	border-color: #cccccc;
	background: #f0f0f0;
	color: #535353;
}

.alert a:active {
	background-color: transparent;
}
/*EDIT: 2/17/2014 - Added color property. This is for default alert style */
.alert a {
	text-decoration: underline;
	color: #535353;
}

.alert a:hover {
	text-decoration: none;
}

.alert p:last-child {
	margin-bottom: 0;
}

/* warning */
.alert-warning {
	border-color: #f47a77;
	background: #ffe8e6;
	color: #be0703;
}

.alert-warning a{
	color: #be0703;
}

/* success */
.alert-success {
	border-color: #86cd5f;
	background: #ecfde8;
	color: #28832a;
}

.alert-success a {
	color: #28832a;
}

/* info */
.alert-info {
	border-color: #0e9dfc;
	background: #e7f1fd;
	color: #0a6cad;
}

.alert-info a {
	color: #0a6cad;
}

/* disclaimer */
.alert-disclaimer {
	border-color: #cccccc;
	background: #f0f0f0;
	color: #535353;
}

.alert-disclaimer a {
	color: #535353;
}

/* inserted by js for closing/dismissing alerts */
.alert-close {
	position: absolute;
	top: 7px;
	right: 5px;
	display: block;
}




/*
:: Pull Classes
------------------------------------------------------ */
.pull-left {
	float: left;
}

.pull-left-module {
	margin: 0 20px 10px 0;
}

.pull-right {
	float: right;
}

.pull-right-module {
	margin: 0 0 10px 20px;
}

.pull-right.clear {
	clear: right;
}

.pull-left.clear {
	clear: left;
}



/*
:: Labels (not the "Forms" kind)
------------------------------------------------------ */
.label {
	display: inline-block;
	padding: 2px 4px;
	border-radius: 3px;
	background-color: #e5e5e5;
	color: #666;
	vertical-align: baseline;	
	white-space: nowrap;
	font-weight: bold;
	font-size: 11.844px;
	font-size: .846rem;
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 14px;
}	

.label:empty {
	display: none;
}

.label-important {
  	background-color: #be0703;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label-success {
  	background-color: #28832a;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label-info {
  	background-color: #0e9dfc;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}




/*
:: Quotes/Testimonials
------------------------------------------------------ */
.quote {
	margin: 34px 0 24px 50px;
	padding: 6px 50px 6px 15px;
	border-left: 3px solid #e5e5e5;
	font-family:'HelveticaNeueETW01-56It','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.quote-source {
	display: block;
	margin-top: 19px;
	font-style: normal;
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
}
/*EDIT: changed margin: 0; to margin: 0 0 24px 0; - CSS Fix by Seth for STEW-392*/
.quote-narrow {
	margin: 0 0 24px 0;
	padding: 15px;
	max-width: 300px;
	width: 100%;
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	border-left: 0;
	border-radius: 0;
}




/*
:: Breadcrumbs
------------------------------------------------------ */
.breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
}

.breadcrumb li {
	margin-right: 5px;
	margin-bottom: 0;
}

.breadcrumb-item {
	font-size: 12px;
	font-size: .85714rem;
}

.breadcrumb-separator {
	color: #999;
}




/*
:: Panels
------------------------------------------------------ */
.panels {
	position: relative;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	background: #f5f5f5;
}

.panels:after {
	display: block;
	visibility: none;
	clear: both;
	width: 0;
	height: 0;
	content: "";
}

.panels-2up .panel {
	float: left;
	width: 50%;
}

.panel-title {
	background: #f0f0f0;
	color: #555;
	font-size: 16px;
	font-size: 1.14285rem;
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.panel-title,
.panel-content {
	padding: 15px;
}





/* :: Navigation: Horizontal, Vertical and Global with Site Search
------------------------------------------------------ */
.nav-bar {
	position: relative;
	z-index: 1000;
	border: 1px solid #e5e5e5;
	background: transparent;
}

/* basic list resets for navs */

.nav, .nav-item, .subnav-item {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Generic nav anchor styles */

.nav-item > a, .subnav-item > a  {	
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-size: .85714rem;
}

/* top level nav anchors */

.nav-item > a {
	position: relative;
  	z-index: 2;
  	padding: 12px 17px;
  	line-height: 1;
}

/* css arrow for nav items with subnav */

.has-subnav-v > a:before,
.has-subnav-h > a:before {
	position: absolute;
	top: 1.4em;
	right: 15px;
	z-index: 1;
	display: inline-block;
	margin: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #bbb;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
}

/* Right padding on nav items for css arrow */

.has-subnav-h > a,
.has-subnav-v > a{
	padding-right: 35px;
}

/* css arrow hover */

.has-subnav-h > a:hover:before,
.has-subnav-v > a:hover:before,
.active > a:before,
.hover > a:before  {
  	z-index: 3;
  	border-top-color: #000;
}

/* 
changes color for anchors and backgrond colors on .nav-item
on hover and active states

.hover is toggled on horizontal nav items on hover
.active is toggled on clicked vertical nav items 
*/	

.hover > a,
.active > a {
	color: #000;
}

.hover,
.active,
.subnav-h {
	background-color: #f0f0f0;
}


/* 
horizontal navigation 
--------------------*/
.nav-h:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.nav-h > li {
  float: left;
  border-right: 1px solid rgba(0,0,0,.05);
}


/* 
horizontal  sub navigation 
--------------------*/
/*EDIT: Added z-index: 4; to fix horizontal nav hover coming below main navigation */
.subnav-h {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	padding: 15px 0;
	width: 250px;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.15);
	z-index: 4;
}

.subnav-h,
.subnav-h > ul {
	margin: 0;
}

li:hover > .subnav-h {
	display: block;
}

/* second level horizontal nav anchors */

.has-subnav-h .subnav-item > a {
	padding: 8px 17px;
}

/* 
Vertical navigation 
--------------------*/

/* added 6.13.2014. needed botom margin to space all other elements placed beneath vert navs */
.nav-bar-v {
	margin-bottom: 40px;
}

.nav-v .nav-item {
	border-bottom: 1px solid #e5e5e5;
}
/*EDIT: 2/25/2014 - Added below rule to show the pointer also on the arrow. */
.nav-v .has-subnav-v {
	cursor: pointer;
}

.nav-v > li > a:hover {
	background: #f9f9f9;
}


.nav-v .active > a, 
.nav-v a:hover {
	color: #333;
}


/* 
Vertical sub navigation 
--------------------*/

.subnav-v {
	display: none;
	margin: 0 0 15px 30px;
	padding-left: 0;
}

.has-subnav-v .subnav-item a {
	padding: 3px 17px 3px 10px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.has-subnav-v .subnav-item .subnav-item a {
	border-bottom: none;
}

.has-subnav-v .subnav-item a:hover {
	background: rgba(255,255,255,.25);
}

/* second level horizontal nav anchors */

.has-subnav-v .subnav-item > a {
	padding: 4px 17px;
}


/* 
Mega Navigation
--------------------*/

.nav-mega-container {
	padding: 15px 0;
	width: 450px;	
}

.nav-mega-container-full {
	width: 650px;
}

.nav-one-third {
	width: 33.3333333%;
	
}

.nav-one-half {
	width: 50%;
}

.nav-one-quarter {
	width: 25%;
}

.nav-column {
	float: left;
}

/* 
Global Navigation and site search
--------------------*/
.nav-global,
.site-search {
	position: absolute;
	top: 0;
	right: 0;
}

.nav-global {
	top: 15px;
	z-index: 1100;
	border: none;
}

.nav-global li {
	border-right: 0;
}
/*EDIT: 3/27/2014 - Modified the rule so that it doesn't apply to the inner child of the nav.
/*.nav-global li:last-child a {*/
.nav-global .nav-h > li:last-child > a {
	padding-right: 0;
}

.nav-global > * > * > a,  .nav-global > * > * > * > * > a {
	display: inline-block;
	padding: 0 10px;
}

.nav-global li a:hover {
	text-decoration: underline;
}

.nav-global .active, 
.nav-global .nav > li > a:hover, 
.nav-global .nav li:hover a, 
.nav-global .nav li:hover {
	background: transparent;
}

.site-search {
	top: 50px;
}

.site-search label {
	font-size: 10px;
	font-size: .71428rem;
}

.nav-global .has-subnav-h:before {
	display: none;
}

/* 
Navigation Item with content
--------------------*/

.nav-item.nav-content, 
.subnav-item.subnav-content, 
.nav-column.nav-content {
	padding: 12px 17px;
}

.nav-item.nav-content a, 
.subnav-item.subnav-content a, 
.nav-column.nav-content a {
	display: inline;
}

/*
:: Pagination
------------------------------------------------------ */

.pagination {
	padding-left: 0;
	border-radius: 4px;
	font-size: 12px;
	font-size: .85714rem;
}

.pagination:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.pagination > li {
	display: inline;
}
/* EDIT 1/22/2014 : added style for span */
.pagination li a, .pagination li span{
	display: block;
	float: left;
	padding: 4px 12px;
	border: 1px solid #dddddd;
	border-left-width: 0;
	text-decoration: none;
	line-height: 20px;
	cursor: pointer;
}
/* EDIT 1/22/2014 : added style for span */
.pagination li:first-child a, .pagination li:first-child span {
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* EDIT 1/22/2014 : added style for span */
.pagination li:last-child a, .pagination li:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination li a:hover, 
.pagination li a:active {
	background: #ddecfa;
	color: #004f97;
}
/* EDIT 1/22/2014 : added style for span */
.pagination .pagination-active a,
.pagination .pagination-active span,
.pagination .pagination-active a:hover,
.pagination .pagination-active a:active {
	background: #004f97;
	color: #fff;
}
/* EDIT 1/22/2014 : added style for disabled */
.pagination .pagination-disabled span {
	cursor: default;
	color: #999999;
	background-color: #f5f5f5;
}




/*
:: Tables
------------------------------------------------------ */
table {
	margin-bottom: 24px;
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}


table th,
table td {
	padding: 10px 10px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	text-align: left;
	line-height: 20px;

}

table th {
	font-family:'HelveticaNeueETW01-75Bd','Helvetica Neue',Helvetica,Arial,sans-serif;
}

table thead tr th {  
	border-width: 3px;
	vertical-align: bottom;
}


.table-striped tr:nth-child(2n+1) td
 {
	background-color: #f5f5f5;
}

/* IE 8 fails on the previous selector */
tr.even td,
tr.row-hover td {
	background-color: #f5f5f5;
}




/* 
::Media Object
----------------------------------------------------- */

.media-object:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.media-object-desc {
	overflow: hidden;
}

.media-object-title {
	margin-bottom: 15px;
	color: #454545;
	letter-spacing: -.07em;
	font-size: 20px;
	font-size: 1.42857rem;
	line-height: 30px;
}
/* EDIT: 3/3/2014 - added overflow:hidden to stop showing of overflown image. */
.media-object-media {
	float: left;
	position: relative;
	margin-right: 20px;
	width: 75px;
	height: 75px;
	overflow: hidden;
}

/* EDIT: 3/3/2014 - added margin-right:0; to remove the spacing at the end of right floated image */
.object-right {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}

/* EDIT: 2/17/2014 - STEW-128 : Changed display:block to display:inline-block. width: 100% to width: auto; and added max-width: none; */
.media-object-media img {
	display: inline-block;
	width: auto;
	max-width: none;
}
/*EDIT: 3/3/2014 - Added fix for width */
.media-object .media-object-media {
	width: 75px;
    height:75px;
}

.media-object-large .media-object-media {
	width: 125px;
	height: 125px;
}

.media-object-xlarge .media-object-media {
	width: 250px;
	height: 250px;
}

/*EDIT: 4/14/2014 - Added line-height: 0; for fixing the spacing issue in inline block */
.media-object-flexi .media-object-media {
	width: auto;
	height: auto;
	line-height: 0;
	max-width: 125px;
}

.media-object-flexi-large .media-object-media {
	max-width: 250px;
}

/*EDIT: 3/3/2014 - Added fix for width */
.media-object-flexi .media-object-media .media-object-media {
	margin: 0;
    border: 0 none;
}

.media-object-list-item {
	margin-bottom: 0;
}

.media-object-flexi .media-object-media img{
	width: 100%;
}



/* 
::Thumbnails
----------------------------------------------------- */

.list-thumbs {
	margin-left: 0;
	padding-left: 0;
}

.list-thumbs li {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	width: 85px;
	height: 85px;
	border: 2px solid #f0f0f0;
	border-radius: 3px;
	text-align: center;
	transition: border-color .25s ease;
}
/*EDIT : 2/17/2014: Thumbnail image size issue: removed margin: 0 auto; & added width: auto; max-width: none; */
.list-thumbs li img {
	display: inline-block;
	width: auto;
	max-width: none;
}

.list-thumbs-large li {
	width: 140px;
	height: 140px;
}

.list-thumbs-labels li {
	padding: 5px;
	width: 100px;
	height: auto;
	vertical-align: top;
}

.list-thumbs-labels.list-thumbs-large li {
	width: 145px;
	height: auto;
}

.list-thumbs-labels a, .list-thumbs-labels figure {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}

.list-thumbs-labels a, .list-thumbs-labels figure {
	width: 85px;
	height: 85px;
}

.list-thumbs-labels.list-thumbs-large a, .list-thumbs-labels.list-thumbs-large figure {
	width: 130px;
	height: 130px;
}

.list-thumbs-labels span {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	font-size: .85714rem;
	line-height: 1.2;
}

.list-thumbs li:hover{
	border-color: #004f97;
	background: #f5f5f5;
}




/* ::Forms
----------------------------------------------------- */
form {
	position: relative;
	display: block;
}

fieldset {
	margin: 10px 0;
	border: none;
}

legend {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.28571rem;
	line-height: 2;
}

.fieldset-label {
	margin: 0;
	padding: 0;
}

label, .fieldset-label > legend {
	display: block;
	margin-bottom: 3px;
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.fieldset-label > legend {
	padding: 0;
	border: none;
	font-size: 14px;
	font-size: 1rem;
	line-height: 20px;
}

.fieldset-label label {
	font-family: inherit;
}

.label-small {
	font-size: 11px;
	font-size: .78571rem;
}

.label-inline {
	display: inline-block;
}

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"] {
	display: inline-block;
	padding: 4px 6px;
	height: 20px;
	border-radius: 4px;
	color: #555555;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1em;
	line-height: 20px;
	
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"] {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

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 {
	outline: 0;
	outline: thin dotted transparent\9;
	border-color: rgba(0,0,0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(0,0,0, 0.3);
}

select {
	width: auto;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

textarea,
textarea.input-block {
	min-height: 150px;
}

select, input[type="file"] {
height: 30px;
line-height: 30px;
}

input[type="password"] {
	font-family: arial, sans-serif;
}

.input-small {
	width: 75px;
}

.input-medium {
	width: 125px;
}

.input-large {
	width: 225px;
}

.input-xlarge {
	width: 350px;
}

.input-block {
	display: block;
	box-sizing: border-box;
	min-height: 30px;
	width: 100%;
}

.input-help {
	color: #888;
	font-size: 12px;
	font-size: .85714rem;
	font-family:'HelveticaNeueETW01-56It','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.input-help-block {
	display: block;
}

.form-actions {
	padding: 8px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	background: #f8f8f8;
}

.form-actions .btn:last-child {
	margin-right: 0;
}

input:disabled,
select:disabled,
textarea:disabled {
	background-color: #eee;
	color: #bbb;
}

/* checkboxes and radio buttons */

.required-group-invalid {
	border-width: 1px;
	border-style: solid;
	border-color: #ff662a;
	border-color: rgba(255, 102, 42, 0.8);
	background: #fff7f4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 4px;
	padding: 10px 10px 0;
}

.required-group-valid {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 4px;
	padding: 10px 10px 0;
}

/* EDIT - 2/25/2014 - Added width to 16px as mac fix*/
.checkbox input[type="checkbox"], .radio input[type="radio"], .checkbox input[type="radio"], .radio input[type="checkbox"] {
	display: block;
	display: inline-block;
	float: left;
	margin: 4px 6px 0 0;
}

.checkbox label, .radio label {
	display: block;
	display: inline-block;
	overflow: hidden;
	margin-left: 0;
}

/*
.checkbox,
.radio {
	display: inline-block;
	margin-right: 15px;	
	margin-left: 0;
	vertical-align: middle;
}
*/


/* appended inputs */
/* EDIT - 10/2/2014 added ability to have multiple appended input fields */
.input-append .input-append-field {	
	margin-left: -4px;
	border-right: none;
	border-radius: 0;
}

.input-append .input-append-field:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* EDIT - 9/3/2014 removed top margin inherited from .btn */
.input-append-btn {
	margin-right: 0;
	margin-left: -5px;
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 12px;
	font-size: .85714rem;
	line-height: 20px;
}

/* validation */

.no-attr-required select.input-invalid,
.no-attr-required textarea.input-invalid,
.no-attr-required input.input-invalid,
.no-attr-required select.input-invalid:focus,
.no-attr-required textarea.input-invalid:focus,
.no-attr-required input.input-invalid:focus {
	outline: 0;
	border-color: #ff662a;
	border-color: rgba(255, 102, 42, 0.8);
	background: #fff7f4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select:required:invalid,
select:required:invalid:focus,
textarea:required:invalid,
textarea:required:invalid:focus,
input:required:invalid,
input:required:invalid:focus {
	outline: 0;
	border-color: #ff662a;
	border-color: rgba(255, 102, 42, 0.8);
	background: #fff7f4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select:invalid,
textarea:invalid,
input:invalid,
select:invalid:focus,
textarea:invalid:focus,
input:invalid:focus {
	outline: 0;
	border-color: #ff662a;
	border-color: rgba(255, 102, 42, 0.8);
	background: #fff7f4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select:required:valid,
select:required:valid:focus,
textarea:required:valid,
textarea:required:valid:focus,
input:required:valid,
input:required:valid:focus {
	outline: 0;
	border: 1px solid #cccccc;
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}

select:required,
select:required:focus,
textarea:required,
textarea:required:focus,
input:required,
input:required:focus {
	outline: 0;
	border-color: #ff662a;
	border-color: rgba(255, 102, 42, 0.8);
	background: #fff7f4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



/*Form Alert Bubble*/

.form-alert-bubble {
    position: absolute;
    z-index: 20;
    display: block;
	
	clear: both;
    margin-top: 13px;
    color: #000;
	margin-left: -28px;
    padding: 15px 18px;
    border: 1px solid #848484;
    
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #EDEDED;
	-webkit-box-shadow: 0 1px #FFFFFF inset, 0 3px 8px 3px #AFAFAF;
	-webkit-box-shadow: 0 1px #FFFFFF inset, 0 3px 8px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px #FFFFFF inset, 0 3px 8px 3px #AFAFAF;
	box-shadow: 0 1px #FFFFFF inset, 0 3px 8px 3px rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-size: .78571rem;
    line-height: 16px;
	cursor: default;
}

.form-alert-bubble .form-alert-bubble-arrow {
    position: absolute;
	margin-top: -25px;
	width: 18px;
	height: 18px;
	border: 1px solid #848484;
	border-right: none;
	border-bottom: none;
	
	background-color: #EDEDED;
	
	-webkit-box-shadow: 1px 1px #FFFFFF inset, -2px -2px 2px -1px #AFAFAF;
	-webkit-box-shadow: 1px 1px #FFFFFF inset, -2px -2px 2px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px #FFFFFF inset, -2px -2px 2px -1px #AFAFAF;
	box-shadow: 1px 1px #FFFFFF inset, -2px -2px 2px -1px rgba(0, 0, 0, 0.3);
	
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lt-ie9 .form-alert-bubble .form-alert-bubble-arrow {
	margin-top: -28px;
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}





/*
:: the Grid
------------------------------------------------------ */

img, object, embed { 
	max-width: 100%; 
}

img { 
	-ms-interpolation-mode: 
	bicubic; 
}

/* Nicolas Gallagher's micro clearfix */
 .container:after,
 .row:before, 
 .row:after,
 .block-grid:before,
 .block-grid:after,
 .clearfix:after { 
 	display:table; 
 	visibility: hidden; 
 	clear:both; 
 	content:"";
}

 .row, .clearfix { 
 	zoom: 1; 
 }

.container { 
	position: relative; 
	padding: 0px 20px; 
}

.row { 
	position: relative; 
	margin: 0 auto;  
	width: 100%; 
	/* min-width: 727px; */  
	max-width: 980px; 
}

.row .row { 
	min-width: 0px; 
}

.row p:last-child, .row h2:last-child, .row h3:last-child, .row h4:last-child ,.row h5:last-child, .row h6:last-child {
/*	margin-bottom: 0;*/
}

/* .row-c* for AEM needs */
.column, 
.columns,
.row-c0, 
.row-c1,
.row-c2,
.row-c3 { 
	position: relative; 
	float: left; 
	margin-left: 4.4%; 
	min-height: 1px; 
}

.column:first-child, 
.columns:first-child,
.row-c0 { 
	margin-left: 0px; 
}

/* column widths */

.row .one.column 				{ width: 4.3%; }
.row .two.columns 				{ width: 13%; }

/* AEM column splitter 3 column width */
.row .three.columns,
.cq-colctrl-lt3x3x3x3 .row-c0,
.cq-colctrl-lt3x3x3x3 .row-c1,
.cq-colctrl-lt3x3x3x3 .row-c2,
.cq-colctrl-lt3x3x3x3 .row-c3 	{ width: 21.68%; }

/* AEM column splitter 4 column width */
.row .four.columns, 
.cq-colctrl-lt8x4 .row-c1, 
.cq-colctrl-lt4x4x4 .row-c0,
.cq-colctrl-lt4x4x4 .row-c1,
.cq-colctrl-lt4x4x4 .row-c2,
.cq-colctrl-lt4x8 .row-c0 		{ width: 30.4%; }

.row .five.columns 				{ width: 39.1%; }

/* AEM column splitter 6 column width */
.row .six.columns,
.cq-colctrl-lt6x6 .row-c0, 
.cq-colctrl-lt6x6 .row-c1		{ width: 47.8%; }

.row .seven.columns 			{ width: 56.5%; }

/* AEM column splitter 8 column width */
.row .eight.columns,
.cq-colctrl-lt8x4 .row-c0,
.cq-colctrl-lt4x8 .row-c1		{ width: 65.2%; }

.row .nine.columns 				{ width: 73.9%; }
.row .ten.columns 				{ width: 82.6%; }
.row .eleven.columns 			{ width: 91.3%; }
.row .twelve.columns 			{ width: 100%; }



/* offset columns */
.row .offset-by-one 	{ margin-left: 13.1%; }
.row .offset-by-two 	{ margin-left: 21.8%; }
.row .offset-by-three 	{ margin-left: 30.5%; }
.row .offset-by-four 	{ margin-left: 39.2%; }
.row .offset-by-five 	{ margin-left: 47.9%; }
.row .offset-by-six 	{ margin-left: 56.6%; }
.row .offset-by-seven 	{ margin-left: 65.3%; }
.row .offset-by-eight 	{ margin-left: 74.0%; }
.row .offset-by-nine 	{ margin-left: 82.7%; }
.row .offset-by-ten 	{ margin-left: 91.4%; }
.row .offset-by-eleven 	{ margin-left: 95.7%; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%; }
.row .offset-by-two:first-child 	{ margin-left: 17.4%; }
.row .offset-by-three:first-child 	{ margin-left: 26.1%; }
.row .offset-by-four:first-child 	{ margin-left: 34.8%; }
.row .offset-by-five:first-child 	{ margin-left: 43.5%; }
.row .offset-by-six:first-child 	{ margin-left: 52.2%; }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%; }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%; }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%; }
.row .offset-by-ten:first-child 	{ margin-left: 87%; }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%; }



/* centered columns */
.row .one.centered 		{ margin-left: 47.9%; }
.row .two.centered 		{ margin-left: 43.5%; }
.row .three.centered 	{ margin-left: 39.2%; }
.row .four.centered 	{ margin-left: 34.8%; }
.row .five.centered 	{ margin-left: 30.5%; }
.row .six.centered 		{ margin-left: 26.1%; }
.row .seven.centered 	{ margin-left: 21.8%; }
.row .eight.centered 	{ margin-left: 17.4%; }
.row .nine.centered 	{ margin-left: 13.1%; }
.row .ten.centered 		{ margin-left: 8.7%; }
.row .eleven.centered 	{ margin-left: 4.3%; }



/*
:: Block Grids
------------------------------------------------------ */	
.block-grid { 
	display: block; 
	margin-left: -4%; 
	padding-left: 0;
}

.block-grid:after {
	height: 0;
}

.block-grid > li { 
	display: block; 
	float: left; 
	margin-left: 4%; 
	height: auto;
}

.block-grid-1up > li { 
	width: 96%; 
}

.block-grid-2up > li { 
	width: 46%; 
}

.block-grid-3up > li { 
	width: 29.3333333%; 
}

.block-grid-4up > li { 
	width: 21%; 
}

.block-grid-family:not(:last-of-type) {
	margin-bottom: 0;
}

/* extra padding for major sections */
/* EDIT 1/21/2014 : Changed .section to .sectionBlock */
/* REASON : CQ by default adds a class section to its components */
.sectionBlock {
	padding-top: 40px;
	padding-bottom: 40px;
}





/*
:: Custom Scrollbars
------------------------------------------------------ */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f4f4f4;
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(230,230,230,1); 
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(230,230,230,1); 
}




/*
:: Custom Scrollbars
------------------------------------------------------ */
.audiojs {
	border-radius: 4px;
	width: auto;
	max-width: 500px;
}

.audiojs .play-pause {
	padding-left: 0;
}

.audiojs .audio-scrubbing-disabled ~ .scrubber {
	visibility: hidden;
	width: 0;
}

.audiojs .scrubber {
	width: 55%;
}

.audiojs .time {
	float: none;
	border-left: none
}






/* ---------------------------------------------------
:: jQuery Components
------------------------------------------------------ */

/*
:: Modals
------------------------------------------------------ */
/*EDIT: 2/6/2014 Added !important to background and opacity, to override the styles in auth for overlay */
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000 !important;
	opacity: .7 !important;
}

.modal {
	position: fixed;
	top: 50px;
	left: 50%;
	z-index: 10001;
	display: none;
	overflow: hidden;
	margin-left: -325px;
	width: 650px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,.6);
	color: #000;
}

.modal-title,
.modal-body,
.modal-footer {
  	padding: 10px 20px;
}

.modal-body {
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 600px;
}  

.modal-title { 
	padding-top: 20px; 
	padding-right: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	letter-spacing: -.05em;
	font-size: 25px;
	font-size: 1.78571rem;
	font-family:'HelveticaNeueETW01-65Md','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.modal-footer {
	border-top: 1px solid #e5e5e5;
	background: #f0f0f0;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
}




/*
:: Tooltips
------------------------------------------------------ */
.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip-hover {
	border-bottom-color: transparent;
	cursor: default;
}

.tooltip-wrapper {
	position: absolute;
	z-index: 9999;
	display: none;
	max-width: 200px;
}

.tooltip-content {
	position: relative;	
	display: block;
	margin-top: 8px;
	padding: 7px;
	border-radius: 4px;
	background-color: #444;
	box-shadow: 0 1px 5px rgba(0,0,0,.4);
	color: #fff;
	font-size: 11px;
	font-size: .78571rem;
	line-height: 1.3;
    min-height: 200px;
    overflow: auto;
}

.tooltip-wrapper:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #444;
	border-left: 8px solid transparent;
	content: "";
}

/*  tooltip with 'top' position */

.tooltip-wrapper-top {
	padding-bottom: 8px;
}

.tooltip-wrapper-top .tooltip-content {
	margin-top: 0;
}

.tooltip-wrapper-top:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #444;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
}




/*
:: Tabs
------------------------------------------------------ */

/* tab navigation */
.nav-bar-tabs {
	padding: 5px 5px 0 5px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 5px 5px 0 0;
	background: #f0f0f0;
}

.nav-tabs {
	margin-bottom: -1px;
}

.nav-tabs .tab {
	display: inline-block;
}

.nav-tabs .tab a {
	padding: 8px 10px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-radius: 5px 5px 0 0;
	transition: none;
}

.nav-tabs .tab a:hover {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	background-color: #e5e5e5;
}

.nav-tabs .tab-active a {	
	border-color: #e5e5e5;
	border-bottom: 1px solid #fff;
	background: #fff;
}

.tab-active a {
	color: #000;
}

.nav-tabs .tab-active a:hover {
	background: #fff;	
}

/* tab content panels */
.tab-content-wrapper {
	position: relative;
}

.tab-content {	
	position: absolute;
	top: -9000em;
	left: -9000em;
	margin: 20px 0;
	opacity: 0;
	transition: opacity 1s ease;
}

.tab-content-active {
	position: static;
	opacity: 1;
}




/*
:: Accordion
------------------------------------------------------ */

.accordion-group, .accordion-head, .accordion-body {
	overflow: hidden;
	background-clip: padding-box;
}

.accordion-group {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.accordion-group:first-child,
.accordion-group:first-child .accordion-trigger {
	border-radius: 5px 5px 0 0;
}

.accordion-group:last-child {
	border-bottom: 1px solid #e5e5e5;	
}

.accordion-group:last-child,
.accordion-group.accordion-active:last-child .accordion-body,
.accordion-group:last-child .accordion-trigger {
	border-radius: 0 0 5px 5px;
}

.accordion-group:last-child.accordion-active .accordion-trigger {
	border-radius: 0;
}

.accordion-trigger,
.accordion-body {
	padding: 8px 12px;
	
}

.accordion-body {
	display:none;
	background: #f8f8f8;
}

.accordion-trigger {
	display: block;
}

.accordion-trigger:hover,
.accordion-active .accordion-trigger {
	background: #f5f5f5;
	text-decoration: none;
}




/*
:: Carousel
------------------------------------------------------ */


/* 
Panes
--------------------*/

.carousel,
.carousel-panes {
	position: relative;
	display:block;
	overflow: hidden;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	border-radius: 0 0 8px 8px;
	list-style: none;
}

.carousel-pane {
	position: absolute;
	z-index: 10;
	display:block;
	margin-bottom: 0;
	width: inherit;
	height: inherit;
}

.carousel-pane:first-child {
	position: relative;
	z-index: 20;
}

.carousel-pane.js-active-carousel-pane {
	top: 0;
	z-index: 50;
}

.carousel-pane.js-next-carousel-pane {
	top: 0;
	z-index: 60;
}

/* 
Pane elements;
--------------------*/
.carousel-pane-content {
	position: absolute;
	top: 55px;
	right: 0;
	left: 0;
	padding: 20px 100px;
	background: rgba(0,0,0,.7);
	color: #fff;
}

.carousel-heading {
	font-size: 24px;
	font-size: 1.71428rem;
	font-family: 'HelveticaNeueW01-MdExt','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1.3;
}

.carousel-subhead {
	margin-top: 10px;
	font-size: 15px;
	font-size: 1.07142rem;
}

.carousel-actions {
	margin-top: 20px;
}

.carousel-image img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
}
/* EDIT - Clientlib path change */
.lt-ie9 .carousel-pane-content {
	background: url('../../images/global/black-alpha-7.png') repeat left top;
}

/* 
Control Navigation: Named or bullets;
--------------------*/

.js-carousel-nav {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 100;
	display: block;
	margin: 0 auto;
	padding: 0;
	background: rgba(255,255,255,.25);
	text-align: center;
	font-size: 12px;
	font-size: .85714rem;
}

.js-carousel-nav > * {
	float: left;
	margin-bottom: 0;
	list-style: none;
	cursor: pointer;
}

.js-carousel-nav-bullet > * {
	display: inline-block;
	float: none;
	overflow: hidden;
	margin: 0 10px;
	padding: 0;
	width: 1em;
	height: 1em;
   	border: 2px #fff solid;
   	border-radius: 50%;
	background: transparent;
	text-indent: -99999em;
}

.js-active-carousel-nav-item {
	background-color: #fff;
}
/* EDIT - Clientlib path change */
.lt-ie9 .js-carousel-nav-bullet > * {
	background: url('../../images/global/clear.png') repeat left top;
}

.lt-ie9 .js-active-carousel-nav-item {
	background: #fff;
}

/* 
Direction Navigation (left/right)
--------------------*/

.js-carousel-direction {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.js-carousel-direction > li {
	position: absolute;
	top: 50%;
	top: 125px;
	margin-top: -31px;
	width: 52px;
	height: 62px;
	cursor: pointer;
}

.js-carousel-direction > :first-child {
	left: 0;
}

.js-carousel-direction > :last-child {
	right: 0;
}
/*EDIT: 2/27/2014 - Added background-image and right:0; to fix the IE8 issue on last-child*/
.js-carousel-direction > * > * {
	display: block;	
	width: inherit;
	height: inherit;
	background-position: 0 0;
	text-indent: -9999em;
	background-image: url('../../images/global/direct-right.png');
	right: 0;
}

.js-carousel-direction > * > *:hover {
	background-position: 0 -62px;
}
/* EDIT - Clientlib path change */
.js-carousel-direction > :first-child > * {
	background-image: url('../../images/global/direct-left.png');
}
/* EDIT - Clientlib path change */
.js-carousel-direction > :last-child > * {
	background-image: url('../../images/global/direct-right.png');
}



/* 
Placeholder
--------------------*/
.placeholder {
	position: absolute;
	top: 5px;
	left: 5px;
	color:#aaa;
}

.placeholderLabel {
	position: absolute;
	top: 28px;
	left: 5px;
	color:#aaa;
}

.placeholder-fade {
	color: #ccc;
}


/*
:: Colorbox
------------------------------------------------------ */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{ display:block;float:left; margin:auto; max-width:none; border:0; -ms-interpolation-mode:bicubic;}
.cboxIframe{ display:block;width:100%; height:100%; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box;box-sizing:content-box; -moz- -webkit-}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#cboxContent{ overflow:visible;margin-top:32px; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{ padding:1px;background:#000;}
/* EDIT - Clientlib path change */
#cboxLoadingGraphic{background:url("../../images/global/colorbox-images/loading.gif") no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
/* EDIT - Clientlib path change */
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { position:absolute; top:-20px; overflow:visible; margin:0; padding:0; width:20px; height:20px;border:0; background:url("../../images/global/colorbox-images/controls.png") no-repeat 0 0; text-indent:-9999px;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{ right:44px;background-position:0px 0px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{ right:22px;background-position:-25px 0px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{ right:0;background-position:-50px 0px;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{ right:44px;background-position:-75px -25px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{ right:44px;background-position:-100px 0px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*
:: Button menu
------------------------------------------------------ */
.btn-menu-group {
	position: relative;
	display: inline-block;
}

.btn-menu-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 3px;
	width: 150px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	font-size: 12px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	overflow: hidden;
	z-index: 1000;
}


.btn-menu,
.btn-menu li {
	margin: 0;
	padding: 0;
}

.btn-menu {
	padding: 8px 0;
}

.btn-menu li {
	list-style: none;
}

.btn-menu a {
	display: block;
	padding: 8px 10px;
	line-height: 1;
}



/* :: IE < 8
-------------------------------------------- */

.browsehappy {
	display: none;
}

.lt-ie8 .browsehappy {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	display: block;
	padding-top: 250px;
	background: #fff;
	text-align: center;
}

.lt-ie8 .browsehappy p {
	margin: 0 auto;
	padding: 20px;
	width: 450px;
	border: 1px solid #ccc;
}


/* EDIT - 1/23/2014 : Added styles for footer heading. This was only present in Propertyinfo. Moving it to global */
/* :: Footer
-------------------------------------------- */

.featurette-title {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.14285rem;
	line-height: 1.5;
	display: block;
	letter-spacing: normal;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #535353;
}

.featurette-body {
	margin-bottom: 0;
}













/* end of file ---------------------------------------- */






/*
------------------------------------------------------
:: Index
------------------------------------------------------ 

	- CQ Fixes
	- MaxMind Dialog
	- IE Fixes
	- Accordion
	- Events
	- Custom RTE Styles
	- Tooltip
	- Typeahead
	- iOS Fixes
	- Input Help Error
	- Preloader
	- Form
	- Highlight
	- Default Styles
	- Last Child Fix Overrides
*/



/*
:: CQ Fixes
------------------------------------------------------ */
#CQ a {
	transition: none;
}

#CQ .x-form-cb-label-hidden { display:inline;}
#CQ .x-fieldset legend input {
	height:13px !important;
}
#CQ fieldset.x-panel-collapsed {
	box-sizing:initial !important;
	border-top:1px solid #ccc;
}
#CQ legend {
	border: 0 none;
	margin: 0;
    width: auto;
}
#CQ .x-form-cb-label {
	display: inline-block;
	height: auto;
	width: auto;
}
#CQ select option {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 0;
    color: #000000;
    display: block;
    font-family: arial;
    font-size: 12px;
    height: auto;
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-shadow: none;
    width: auto;
}
#CQ, #CQ div, #CQ p, #CQ span, #CQ img, #CQ table, #CQ tbody, #CQ tr, #CQ td, #CQ input, #CQ textarea, #CQ select, #CQ form, #CQ font, #CQ b, #CQ strong, #CQ i, #CQ u, #CQ em, #CQ ol, #CQ ul, #CQ li, #CQ a {
	box-sizing: content-box;
}



/*
:: MaxMind Dialog
------------------------------------------------------ */
.termsDialog {
    background: #000;
}
.termsContent {
    padding: 15px 0;
    color: #fff;
}
.termsContent .media-object-media {
    border: 0 none;
}
.termsContent a {
    color: #F3A315;
}
.termsContent label {
    color: #555;
    text-transform: uppercase;
    font-family: 'HelveticaNeueETW01-75Bd','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 17px;
}
.termsContent p {
    font-size: 18px;
    line-height: 23px;
}



/*
:: IE Fixes
------------------------------------------------------ */
.lt-ie9 .js-carousel-nav,
.lt-ie9 .has-subnav-v .subnav-item a:hover{
	background: url('../../images/global/white-alpha-25.png') repeat left top;
}
.lt-ie9 .masthead-textwrap{
	background: url('../../images/global/black-alpha-7.png') repeat left top;
}
.underline > :last-child {
	margin-bottom: 0;
}
.lt-ie9 .input-block {
	min-height: 20px;
}
.lt-ie9 alert p {
	margin-bottom:0;
	margin-top:20px;
}
.lt-ie9 alert p:first-child{
	margin-top:0;
	margin-bottom:0;
}
/* TEMP: For login overlay*/
.lt-ie9 .list-inline li:first-child {
	margin-left: 0;
}
.lt-ie9 .list-inline>li {
	margin-left: 15px;
	margin-right: 0;
}
.lt-ie9 input[type=password] {
	letter-spacing: 5px;
}
.lt-ie9 .overlay {
	filter: alpha(opacity=40);
}
.lt-ie9 .breadcrumb li {
	margin:0 5px 0 0;
}
.lt-ie9 .list-inline.list-inline-condensed > li {
	margin-left: 0;
}

/*
:: Accordion
------------------------------------------------------ */
.accordion-body.accordion-show {
	display: block !important;
}



/*
:: Events
------------------------------------------------------ */
.event-group .events {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ccc;
}
.event-group .events:first-child {
   border-top:0 none; 
}



/*
:: Custom RTE Styles
------------------------------------------------------ */
.no-margin {
	margin: 0 !important;
}



/*
:: Tooltip
-------------------------------------------------------*/
.tooltip-content h3{
	color: #FFF;
	margin-top: 0;
}

.data-tooltip.tooltip-wrapper {
	width: 300px;
	max-width: none;
}

/*
:: Typeahead
-------------------------------------------------------*/
.ui-autocomplete.ui-widget-content { 
	z-index: 2001;
}

.list-inline.radio li, .list-inline.checkbox li {
	display: inline-flex;
}


/*
:: iOS Fixes
-------------------------------------------------------*/
body, a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}



/*
:: iOS Fixes
-------------------------------------------------------*/
.input-help .error{
	color: #f00;
}



/*
:: Preloader
-------------------------------------------------------*/
.loader{
	display: inline-block;
	background: transparent url(../../images/ajax-loader.gif) 0 0 no-repeat;
	width: 32px;
	height: 32px;
}


/*
:: Form
------------------------------------------------------ */

input:-ms-input-placeholder {
   color: #bbb;
}


/*
:: Highlight
------------------------------------------------------ */

.highlight {
   background: #ffff00;
}


/*
:: Default Styles
------------------------------------------------------ */

b i,
b em,
strong em,
strong i {
font-weight: bold !important;
}

i b,
i strong,
em b,
em strong {
font-style: italic !important;
}


/*
:: Last Child Fix Overrides
------------------------------------------------------ */

/*.row .main-topic-container p:last-child  {
	margin-bottom: 20px;
}

.row .TitleandSubTitle h2:last-child {
	margin-bottom: 16px;
}

.row .TitleandSubTitle h3:last-child {
	margin-bottom: 15px;
}

.row .TitleandSubTitle h4:last-child {
	margin-bottom: 18px;
}

.row .TitleandSubTitle h5:last-child {
	margin-bottom: 20px;
}

.row .TitleandSubTitle h6:last-child {
	margin-bottom: 20px;
}*/

.nav-select p:last-child {
	margin-bottom: 0;
}


/* end of file ---------------------------------------- */

.js-lastChild .list-simple .fix-last-child {
	margin-bottom: 0;
}

.js-lastChild.list-inline li.fix-last-child {
	margin-right: 0;
}

.js-lastChild dl > .fix-last-child {
	margin-bottom: 0;
}

.js-lastChild .list-panel .fix-last-child {
	margin-bottom: 0;
}

.js-lastChild .alert p.fix-last-child {
	margin-bottom: 0;
}

.js-lastChild .panel-content .fix-last-child {
	/* margin-bottom: 0; commented out on 6/13/2014 to fix bad spacing*/
}

.js-lastChild .nav-global li.fix-last-child a {
	padding-right: 0;
}

.js-lastChild .pagination li.fix-last-child a, .js-lastChild .pagination li.fix-last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.js-lastChild .media-object .fix-last-child {
	/* margin-bottom: 0; commented out on 6/13/2014 to fix bad spacing*/
}

.js-lastChild .form-actions .btn.fix-last-child {
	margin-right: 0;
}

.js-lastChild .accordion-group.fix-last-child {
	border-bottom: 1px solid #e5e5e5;	
}

.js-lastChild .accordion-group.fix-last-child {
	border-bottom: 1px solid #e5e5e5;	
}

.js-lastChild .accordion-group.fix-last-child,
.js-lastChild .accordion-group.accordion-active.fix-last-child .accordion-body,
.js-lastChild .accordion-group.fix-last-child .accordion-trigger {
	border-radius: 0 0 5px 5px;
}

.js-lastChild .accordion-group.fix-last-child.accordion-active .accordion-trigger {
	border-radius: 0;
}

.js-lastChild .js-carousel-direction > .fix-last-child {
	right: 0;
}

.js-lastChild .js-carousel-direction > .fix-last-child > * {
	background-image: url('../../images/global/direct-right.png');
}

.js-lastChild .underline > .fix-last-child {
	margin-bottom: 0;
}

.js-lastChild .row  p.fix-last-child,
.js-lastChild .row  h2.fix-last-child,
.js-lastChild .row  h3.fix-last-child, 
.js-lastChild .row  h4.fix-last-child,
.js-lastChild .row  h5.fix-last-child,
.js-lastChild .row  h6.fix-last-child {
/*	margin-bottom: 0;*/
}
/*
.js-lastChild .row .main-topic-container p.fix-last-child  {
	margin-bottom: 20px;
}

.js-lastChild .row .TitleandSubTitle h2.fix-last-child {
	margin-bottom: 16px;
}

.js-lastChild .row .TitleandSubTitle h3.fix-last-child {
	margin-bottom: 15px;
}

.js-lastChild .row .TitleandSubTitle h4.fix-last-child {
	margin-bottom: 18px;
}

.js-lastChild .row .TitleandSubTitle h5.fix-last-child {
	margin-bottom: 20px;
}

.js-lastChild .row .TitleandSubTitle h6.fix-last-child {
	margin-bottom: 20px;
}*/

.js-lastChild .nav-select p.fix-last-child {
	margin-bottom: 0;
}

@media print{

}
.ajax-file-upload-statusbar {
border: 1px solid #0ba1b5;
margin-top: 10px;
width: 420px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #333;
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block
}
.ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;	
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8; 
  padding: 6px 10px 4px 10px; 
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d; 
  vertical-align:middle;  
  }
  
.ajax-file-upload:hover {
      background: #3396c9;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
      box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop
{

	border:2px dotted #A5A5C7;
	width:100%;
	color: #999;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 10px 10px;
	margin-bottom: 15px;
	line-height: 30px;
}
