.preview-bar-container {
    position: absolute;
    background-color: white;
    width: calc(100% - 70px);
    bottom: 0;
    z-index: 101;
}

.cq-wcm-edit .preview-bar-container {
    position: static;
}

.preview-bar-wrapper {
    position: relative;
    margin-bottom: 70px;
}

.preview-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    height: 135px;
    width: 100%;
    top: -157px;
    background: linear-gradient(to top, #fff 10%, rgba(255,255,255,0.8), rgba(255,255,255,0));
}

.cq-wcm-edit .preview-bar-wrapper:before {
    display: none;
}

.preview-bar-wrapper .crux-icons {
    float: left;
    color: white;
    background-color: black;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
}

.preview-bar-wrapper .crux-icons:before {
    top: 17px;
}

.preview-bar-title {
    margin-top: 35px;
    padding-left: 95px;
}

.preview-bar-text,
.preview-bar-nav {
    padding-left: 95px;
}

.preview-bar-nav span {
    padding: 15px;
}

.preview-bar-nav a:hover,
.preview-bar-nav a:active,
.preview-bar-nav a:focus {
    text-decoration: none;
}

.preview-bar-container + .parbase .image-content,
.preview-bar-container + .parbase .image-gallery-container,
.preview-bar-container + .generaltable.section,
.preview-bar-container + .imageSlider.section,
.preview-bar-container + .photogallery.section,
.preview-bar-container + .videoWidget.section,
.preview-bar-container + .leftRail .rel-article {
    margin-left: 0;
}

@media (max-width: 1199px) {

    .preview-bar-wrapper {
        margin-bottom: 30px;
    }
    .preview-bar-container {
        width: calc(100% - 30px);
    }

    .preview-bar-wrapper:before {
        height: 0px;
    }
}

@media (max-width: 767px) {

    .preview-bar-wrapper:before {
        height: 135px;
    }

    .preview-bar-container {
        width: calc(100% - 30px);
    }

    .preview-bar-wrapper {
        margin-bottom: 30px;
    }

    .preview-bar-wrapper:before {
        height: 130px;
        top: -130px;
    }

    .preview-bar-wrapper .crux-icons {
        float: none;
    }
    .preview-bar-text,
    .preview-bar-title,
    .preview-bar-nav {
        padding-left: 0;
    }

    .preview-bar-nav span {
        display: block;
        padding: 15px 0 0;
    }
}
.legacy-preview-bar-container .preview-bar-wrapper p {
    margin: 0 0 10px;
}

.legacy-preview-bar-container .preview-bar-wrapper:before {
    top: -135px;
}

@media (max-width: 1199px) {

    .legacy-preview-bar-container .preview-bar-wrapper {
        margin-bottom: 50px;
    }

    .legacy-preview-bar-container .preview-bar-wrapper .preview-bar-title {
        padding-left: 0;
    }

}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

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

/**
 * 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: Arial,Tahoma, sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-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.
 */

h1 {
    font-size: 1.5em;
    margin: 0.67em 0;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 *  Resize images to fit device width and make text should line break.
 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    img, body { max-width: 100%; }
    body{ word-wrap: break-word; }
}
@media only screen and (max-width: 640px) {
    img { max-width: 100%; }
    .keyPopup img {
        width: 70%;
        margin: 20% 0% 20% 0%;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0;
}
footer {
    width: 100%;
} 
.pageContent{
	padding-bottom: 100px;
}
a{
    color:#176FCC;
}
h1, .extra-large-font {
    font-size: 24px;
    line-height: 27px;
}
h2, .large-font {
    font-size: 18px;
    line-height: 21px;
}
body, h3, .medium-font {
    font-size: 16px;
    line-height: 21px;
}

article {
    font-size: 15px/18px;
    line-height: 21px;
}

article h3 b{
    font-size: 18px;
    font-weight: bold;

}
b {
    font-size: 17px;
}
.small-font {
    font-size: 15px;
    line-height: 18px;
}
.smallest-font, .date{
    font-size: 12px;
    line-height: 16px;
}
.default-border,
.image-featured img {
    border:1px solid #C2C2C2;
}
.red {
    color: #00ae4d!important;
}
.clickable{
    cursor:pointer;
}
.clickable a:active {
    text-decoration:none;
    color: black;
}
.clickable a:hover {
    text-decoration:none;
    color: black;
}
.clickable a:link{
    text-decoration:none;
    color: black;
}
.clickable a:visited {
    text-decoration:none;
    color: black;
}
.link-item{
    margin: 0 10px;
    display: block;
}
/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/** Page Header **/
.global-header-container {
    margin-bottom: 20px;
}
.global-header-account-settings > div ul li a {
    font-family:"Averta W01 Regular";
}
.search-results {
    margin-top:10px;
    padding-top:10px;
    margin-left: 12px;
    margin-right: 12px;
}
.search-results:first-of-type{
    border:none;
}
.search-results img{
    margin-right:10px;
}
.results-outer-box .results-inner-box {
    border: 1px solid #c2c2c2;
    border-top:none;
    background: #FFF;
    padding: 10px 0px 10px 10px;
    font: bold 16px Arial, Helvetica, sans-serif;
}
.results-outer-box .results-inner-box-active {
    border:1px solid #176FCC ;
    border-top:none;
    background: #FFF;
    padding: 10px 0px 10px 10px;
    font: bold 16px Arial, Helvetica, sans-serif;
}
.results-outer-box .results-inner-box a{
    text-decoration:none;
    color: #176fcc;
}
.results-outer-box .view-search-results-box{
    background-color:#E8E7E7;
}
.input-box-button{
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    overflow: hidden;
    padding: 0;
    background-image: url(../images/search_btn.png);
    background-repeat:no-repeat;
    width:20px;
    height:23px;
    border-right: 1px solid #acadaf;
    padding: 11px 5px 5px 5px;
    background-position: 1px;
}
.input-box-copy input.search, .input-box-copy input.search-active{
    width:100%;
    float:left;
    padding:0 8px;
    height:37px;
    border: 1px solid #acadaf;
    
}
.input-box-copy{
    overflow: hidden;
}
.clear{
    clear:both;
}
.header_blob{
    background-image: url();
    background-repeat:no-repeat;
    height:34px;
    width:34px;
    margin-top:2px;
    float:left;
    margin-right:8px;
} 
.input-box{
    width:100%;
    position: relative;
}
.header-search-wrap{
    display:none;
    position: absolute;
    top: 3px;
    width: 100%;
    z-index: 10;
}
.header_blob{
    cursor:pointer;
}
.error-occurred{
    padding: 0 12px;
    min-height: 400px;
}

.error-occurred h1{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    max-width: 700px;
}

.error-occurred img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#mweb-spinner{ position:relative; display:none; width:83px; margin:100px auto; height:10px; }
.squaresWaveG{ position:absolute; top:0; background-color:#666666; width:10px; height:10px; opacity:0; }
#squaresWaveG_1{ left:0; }
#squaresWaveG_2{ left:11px; }
#squaresWaveG_3{ left:22px; }
#squaresWaveG_4{ left:33px; }
#squaresWaveG_5{ left:44px; }
#squaresWaveG_6{ left:55px; }
#squaresWaveG_7{ left:66px; }
#squaresWaveG_8{ left:77px; }

