/*!
	IHI
	Version: 1.1
*/
/* Base
--------------------------------------------------------- */
/*! normalize.css v2.1.2 | 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    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 {
    background: #eaeadc;
    color: #555c60;
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * 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.5rem;
    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"],
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;
}

/* Icon Font */
@font-face {
    font-family: 'icon-font';
    src: url("/_layouts/15/ihi/1033/styles/font/icon-font.eot?6594593");
    src: url("/_layouts/15/ihi/1033/styles/font/icon-font.eot?6594593#iefix") format("embedded-opentype"), url("/_layouts/15/ihi/1033/styles/font/icon-font.woff?6594593") format("woff"), url("/_layouts/15/ihi/1033/styles/font/icon-font.ttf?6594593") format("truetype"), url("/_layouts/15/ihi/1033/styles/font/icon-font.svg?6594593#icon-font") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon-font';
    src: url('/_layouts/15/ihi/1033/styles/font/icon-font.svg?12013718#icon-font') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icon-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-home:before {
    content: '\e801';
}

/* '' */
.icon-right-dir:before {
    content: '\e804';
}

/* '' */
.icon-left-dir:before {
    content: '\e806';
}

/* '' */
.icon-right-circle:before {
    content: '\e800';
}

/* '' */
.icon-rss:before {
    content: '\e807';
}

/* '' */
.icon-twitter:before {
    content: '\e803';
}

/* '' */
.icon-facebook:before {
    content: '\e805';
}

/* '' */
.icon-blogger:before {
    content: '\e808';
}

/* '' */
.icon-linkedin:before {
    content: '\e802';
}

/* '' */
/* Links ---------------------------------- */
a {
    color: #009fc3;
    text-decoration: none;
}

.no-anchor-ornament a:after {
    content: none !important;
}

/* Anchor variations */
.aa {
    color: #009fc3;
}

.ab:active,
.ab:hover {
    color: #455560;
}

.ab {
    color: #455560;
}

    .ab:active,
    .ab:hover {
        color: #009fc3;
    }

/* Lists ---------------------------------- */
.content ul {
    list-style: none;
    padding-left: 0;
}

.content li {
    margin-bottom: 1em;
    padding-left: 1.5em;
    text-indent: -1em;
}

    .content li:before {
        content: "\2022 ";
        color: #009fc3;
        padding-right: .7em;
    }

.content ul ul li:before {
    content: "\BA ";
    color: #009fc3;
    padding-right: .7em;
}

.content ul ul ul li:before {
    content: "\25AA ";
    color: #009fc3;
    padding-right: .7em;
}

.content .listless li {
    padding-left: 0;
    text-indent: inherit;
}

    .content .listless li:before {
        content: none;
        padding-right: auto;
    }

.primary-content ul {
    margin-top: .5em;
}

.two-col-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    width: 80%;
}

/* Headings ------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: sans-serif;
}

h1, h2 {
    font-weight: normal;
}

.primary-heading {
    color: #009fc3;
}

.primary-content h1 {
    line-height: 1.2;
}

.primary-content h2 {
    font-size: 24px;
    font-size: 1.0rem;
    font-weight: bold;
}

.primary-content h3 {
    color: #009fc3;
    font-size: 18px;
    font-size: 0.8rem;
}

.primary-content h4 {
    color: #58595b;
    font-size: 14px;
    font-size: 0.6rem;
    margin-bottom: 0;
}

.module-heading {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: .075em;
    margin-top: 0;
    padding-top: 8px;
    text-transform: uppercase;
}

.module-heading--with-hr {
    border-top: #009fc3 7px solid;
    padding-left: 4px;
    padding-right: 4px;
}

.widget--aside > .widget_content > h4 {
    color: #009fc3;
    margin-bottom: 1em;
}

/* Layout
--------------------------------------------------------- */
/* Grids & Columns ------------------------ */
.container {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.col-1-4,
.col-1-3,
.col-1-2,
.col-2-3,
.col-3-4 {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col-1-4 {
    width: 25%;
}

.col-1-3 {
    width: 33.333333%;
}

.col-1-2 {
    width: 50%;
}

.col-2-3 {
    width: 66.666666%;
}

.col-3-4 {
    width: 75%;
}

/* Columns */
.three-col {
    background: url(/_layouts/15/ihi/1033/images/Focus/three-col-bg.png) repeat-y;
    padding: 12px 0 25px;
}

.three-col--alt-bg {
    background-image: url(/_layouts/15/ihi/1033/images/Focus/three-col-alt-bg.png);
}

.three-col_col-lft {
    width: 198px;
}

.three-col_col-cnt {
    padding: 0 20px;
    width: 510px;
}

.three-col_col-rgt {
    padding-left: 15px;
    width: 265px;
}

.col--with-hr {
    border-top: #009fc3 7px solid;
}

/* Primary Header */
#masthead {
    background-color: #FFFFFF;
    height: 63px;
    padding: 17px 0 19px;
}

.logo-and-slogan {
    border-right: 1px solid #cbcecf;
    padding-right: 20px;
    width: 700px;
}

.ihi-logo {
    padding-left: 24px;
}

.ihi-slogan {
    background-image: url(/_layouts/15/ihi/1033/images/Focus/ihi-slogan.png);
    display: block;
    height: 16px;
    margin-top: 24px;
    width: 316px;
}

.site-search-wrap {
    float: right;
    width: 260px;
}

/* Core Content */
#core {
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px #dadacd;
    margin-bottom: 15px;
}

/* Primary Footer */
#colophon {
    color: #6b7881;
    font-size: 10px;
    margin-bottom: 25px;
}

/* Module
--------------------------------------------------------- */
/* Buttons -------------------------------- */
.btn {
    background: -moz-linear-gradient(top, #1eb9d4 0%, #0080ab);
    background: -webkit-gradient(linear, left top, left bottom, from(#1eb9d4), to(#0080ab));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #009fc3;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 10px 20px;
    text-shadow: 0px 2px 1px #006f8b, 0px -1px 0px rgba(255, 255, 255, 0);
}

.content .btn {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
}

    .content .btn:after {
        content: none;
    }

.btn--alt {
    color: #455560;
    background: -moz-linear-gradient(top, white 0%, white 50%, #d1d1d1);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.5, white), to(#d1d1d1));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9c9c9c;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px white;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px white;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 5px 13px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}

.content .btn--alt {
    font-size: 12px;
    font-size: 0.75rem;
}

/* Enroll */
.btn--enroll {
    margin-bottom: 50px;
    width: 118px;
}

    .btn--enroll:active,
    .btn--enroll:hover {
        background: #787f85;
        background: -moz-linear-gradient(top, #787f85 0%, #a8adb1 50%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787f85), color-stop(50%, #a8adb1));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #787f85 0%, #a8adb1 50%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #787f85 0%, #a8adb1 50%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #787f85 0%, #a8adb1 50%);
        /* IE10+ */
        background: linear-gradient(to bottom, #787f85 0%, #a8adb1 50%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787f85', endColorstr='#a8adb1');
        border-color: #a8adb1;
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
        text-shadow: 0px 2px 1px #6d7376, 0px -1px 0px rgba(255, 255, 255, 0);
    }

/* Rounded Button */
.rounded-btn,
.widget_content .rounded-btn {
    color: #FFFFFF;
}

.rounded-btn {
    border-radius: 80px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

    .rounded-btn:after,
    .content .rounded-btn:after {
        content: none;
    }

    .rounded-btn:active,
    .rounded-btn:hover,
    .widget_content .rounded-btn:active,
    .widget_content .rounded-btn:hover {
        background-color: #7f909c;
        color: #FFFFFF;
    }

.rounded-btn--blue {
    background-color: #009fc3;
}

.rounded-btn--green {
    background-color: #8dc63f;
}

.rounded-btn--orange {
    background-color: #f58026;
}

.rounded-btn--turquoise {
    background-color: #72c6a2;
}

.rounded-btn--get-started {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 150px;
    padding: 63px 15px;
    width: 150px;
}

.rounded-btn--need-help {
    font-size: 14px;
    font-size: 0.875rem;
    height: 110px;
    margin-left: -22px;
    padding: 46px 10px;
    width: 110px;
}

/* Carosel -------------------------------- */
.carousel {
    margin: 0 auto;
}

.carousel_item {
    border-right: 1px solid #bfbfbf;
    color: #7d7d7d;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 12px;
    width: 198px;
}

    .carousel_item a, .ms-WPBody .carousel_item a, .ms-WPBody .carousel_item a:visited, .ms-WPBody .carousel_item a:link {
        color: #7d7d7d;
    }

        .carousel_item a:hover .carousel_item_title, .ms-WPBody .carousel_item a:hover {
            color: #009fc3;
        }

.carousel_item-content {
    display: table;
    white-space: normal;
}

    .carousel_item-content a:after {
        color: #009fc3;
        content: "»";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        padding-left: 5px;
    }

.carousel_item .module-heading {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: .1em;
    padding-top: 7px;
}

.carousel_control {
    background: url(/_layouts/15/ihi/1033/images/Focus/carousel-control-bg.png) repeat-y;
    color: #707070;
    display: block;
    height: 26px;
    font-size: 25px;
    font-size: 1.5625rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 19px;
}

    .carousel_control:active,
    .carousel_control:hover {
        background-position: -21px 0;
    }

    .carousel_control [class^="icon-"]:before,
    .carousel_control [class*=" icon-"]:before {
        margin: 0;
        width: 19px;
    }

.carousel_control-prev {
    border-right: 1px solid #bfbfbf;
    left: 0;
}

.carousel_control-next {
    border-left: 1px solid #bfbfbf;
    right: 0;
}

/* Home */
.home .features_col-wide {
    border: 1px solid #bfbfbf;
    height: 254px;
    position: relative;
    width: 708px;
}

.home .carousel {
    width: 670px;
}

.home .carousel_item {
    height: 253px;
}

.home .carousel_control {
    padding: 113px 0;
}

/* Static color bands */
.carousel--color-bands {
    background: url(/_layouts/15/ihi/1033/images/Focus/carousel-top-bands.png) 50% 0 no-repeat;
}

/* Section Dividers ----------------------- */
.section-top-divider {
    border-top: 7px solid #d8d8d8;
    margin-top: 21px;
    padding-top: 15px;
}

.section-top-divider--alt {
    border-top: 1px solid #d3d0d0;
}

/* Home Features -------------------------- */
.features {
    margin: 0 17px 0 25px;
    padding-bottom: 23px;
    width: 936px;
}

.features_col-thin {
    float: left;
    width: 208px;
}

.wihi-logo {
    background-image: url(/_layouts/15/ihi/1033/images/Focus/wihi-logo.png);
    background-position: 50% 0;
    display: block;
    height: 34px;
    margin: 0 auto;
    width: 80px;
}

    .wihi-logo:active,
    .wihi-logo:hover {
        background-position: 50% -34px;
    }

.features_col-wide {
    float: right;
    width: 702px;
}

/* Hero */
.hero {
    border-bottom: 1px solid #d6d6d6;
    height: 342px;
    margin: 0 0 23px 25px;
    position: relative;
    width: 955px;
}

/* Slideshow */
.hero_slideshow {
    height: 100%;
    float: left;
    width: 724px;
    z-index: 70;
}

.cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cycle-slideshow {
    margin: auto;
    padding: 0;
}

    /* images */
    .cycle-slideshow > a > img {
        display: block;
        position: static;
        width: 100%;
    }

    /* slides */
    .cycle-slideshow > a {
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
    }

        /* overlay */
        .cycle-slideshow > a .cycle-overlay {
            background: white;
            background: rgba(255, 255, 255, 0.8);
            bottom: 0;
            color: #232323;
            font-size: 12px;
            font-size: 0.75rem;
            min-height: 65px;
            padding: 15px;
            position: absolute;
            width: 100%;
        }

.cycle-caption {
    margin: 0;
    width: 475px;
}

    .cycle-caption:after {
        color: #009fc3;
        content: "»";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        padding-left: 5px;
    }

/* Play/pause */
#hero_command {
    background-image: url(/_layouts/15/ihi/1033/images/Focus/slideshow-command-sprite.png);
    background-color: transparent;
    border: none;
    display: block;
    bottom: 24px;
    height: 17px;
    padding: 0;
    position: absolute;
    right: 190px;
    width: 15px;
    z-index: 99;
}

.cycle-play {
    background-position: 0 -18px;
}

/* Pager */
#hero_pager {
    bottom: 24px;
    position: absolute;
    right: 280px;
    z-index: 99;
}

    #hero_pager > a {
        background: #455560;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        display: inline-block;
        height: 9px;
        margin-left: 9px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 9px;
        /* IE 6/7 fallback */
        *text-indent: -9999px;
        margin-left: 9px;
    }

    #hero_pager > .cycle-pager-active {
        background-color: #7c8e9a;
    }

/* Description */
.hero_description-outer-wrap {
    background-color: #efefef;
    border-left: 1px solid #d6d6d6;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    float: right;
    height: 100%;
    overflow: hidden;
    width: 220px;
}

.hero_description-inner-wrap {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
}

.section-nav-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #cecfcf;
    padding: 0 7px 27px;
}

    .section-nav-header > h3 {
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 0;
    }

.hero_description {
    color: #231f20;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.55;
}

    .hero_description a {
        color: #231f20;
    }

.hero_description_title {
    color: #FFF;
    font-size: 18px;
    font-size: 1.125rem;
}

/* Navigation ----------------------------- */
.nav {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding-left: 0;
}

    .nav > li {
        display: inline-block;
        margin-bottom: auto;
        text-indent: inherit;
    }

        .nav > li:before {
            content: none;
            padding-left: 0;
        }

.piped li:after {
    content: " | ";
}

.piped li:last-child:after {
    content: none;
}

/* Aside Nav */
.aside-nav {
    margin: 0;
}

    .aside-nav li {
        border-bottom: 1px solid #cecfcf;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 13px 0;
        position: relative;
    }

    .aside-nav a {
        color: #009fc3;
        font-weight: bold;
        position: relative;
    }

        .aside-nav a:hover {
            color: #455560;
        }

        .aside-nav a:after {
            color: #009fc3;
            content: "»";
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-size: 0.875rem;
            right: -13px;
            position: absolute;
            top: 0;
        }

/* Legal */
.legal-nav {
    margin: 0;
}

    .legal-nav a {
        color: #6b7881;
    }

        .legal-nav a:hover {
            color: #009fc3;
        }

/* Primary Nav */
.primary-nav-wrap {
    background: url(/_layouts/15/ihi/1033/images/Focus/nav-bg.png) repeat-x;
    border-top: 1px solid #dedede;
}

.primary-nav {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 3;
    margin-left: auto;
    margin-right: auto;
}

    .primary-nav li {
        border-left: 1px solid #fbfbfb;
        border-right: 1px solid #dddddd;
        float: left;
        height: 48px;
        position: relative;
    }

    .primary-nav .first {
        border-left: none;
    }

    .primary-nav .last a:after {
        background-color: #fbfbfb;
        content: " ";
        display: block;
        float: right;
        height: 48px;
        position: absolute;
        right: -2px;
        top: 0;
        width: 1px;
    }

    .primary-nav a {
        color: #586065;
        display: block;
        font-family: 'Amasis MT', serif;
        font-weight: bold;
        padding: 0 22px;
        text-decoration: none;
        text-shadow: 1px 1px 0 #fbfbfb;
    }

        .primary-nav a:hover,
        .primary-nav a:active {
            color: #009fc3;
        }

    .primary-nav li:hover,
    .primary-nav :hover li,
    .primary-nav .active {
        background: #FFFFFF;
        background: rgba(255, 255, 255, 0.5);
    }

    .primary-nav .icon-home {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 2.2;
        opacity: .5;
    }

    .primary-nav .ir {
        background-image: url(/_layouts/15/ihi/1033/images/Focus/ihi-nav-sprite.png);
        height: 12px;
        margin: 17px 22px;
        padding: 0;
    }

.primary-nav_about-us {
    background-position: 0 0;
    width: 83px;
}

.primary-nav_topics {
    background-position: -124px 0;
    width: 60px;
}

.primary-nav_education {
    background-position: -225px 0;
    width: 97px;
}

.primary-nav_resources {
    background-position: -363px 0;
    width: 96px;
}

.primary-nav_regions {
    background-position: -501px 0;
    width: 72px;
}

.primary-nav_engage-with-ihi {
    background-position: -615px 0;
    width: 147px;
}

.primary-nav_submenu {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 9px 24px #999999;
    -moz-box-shadow: 0 9px 24px #999999;
    box-shadow: 0 9px 24px #999999;
    border: 3px solid #e4e0de;
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
    float: left;
    list-style: none;
    margin: 0;
    padding: 20px 25px 30px;
    position: absolute;
    top: 3em;
    left: -.6em;
    width: 200px;
    z-index: 99999;
}

    .primary-nav_submenu ul {
        left: 100%;
        list-style: none;
        padding: 0;
        top: 0;
    }

.primary-nav_submenu--two-col {
    width: 445px;
}

.primary-nav_submenu--two-col .col-1-2 {
    border-right: 1px solid #cecece;
    padding-right: 20px;
}

.primary-nav_submenu--two-col .col-1-2:last-child {
    border-right: none;
    padding-left: 20px;
}

.primary-nav_submenu li {
    border-right: none;
    display: block;
    float: none;
    height: auto;
}

.submenu_divider {
    border-bottom: 1px solid #cad0d4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.primary-nav_submenu--two-col .submenu_divider {
    margin-bottom: 20px;
    width: 45%;
}

.primary-nav_submenu--two-col .col-1-3 li.submenu_divider {
    margin-bottom: 10px;
    border: none;
    width: 95%;
    padding-right: 5%;
}

.primary-nav_submenu--two-col .col-1-3 .submenu_divider a {
    border-bottom: 1px solid #cad0d4;
}

.primary-nav_submenu--two-col .submenu_divider.global_nav {
    width: 90%;
}

.primary-nav_submenu a {
    background: #FFFFFF;
    color: #009fc3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    height: auto;
    line-height: 2.1;
    padding: 0;
    width: auto;
}

    .primary-nav_submenu a:hover {
        color: #455560;
    }

.primary-nav li:hover > .primary-nav_submenu {
    display: block;
}

/* Utility */
.utility-wrap {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #eaeaea 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #eaeaea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #eaeaea 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #eaeaea 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #eaeaea 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #eaeaea 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eaeaea');
    color: #d0d6d9;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.8;
    text-align: right;
}

.utility-nav {
    margin-left: auto;
    margin-right: auto;
}

    .utility-nav a {
        color: #828080;
    }

        .utility-nav a:active,
        .utility-nav a:hover {
            color: #009fc3;
        }

    .utility-nav .utility-newsletter-sign-up {
        color: #009fc3;
        font-size: 12px;
        font-size: 0.75rem;
    }

        .utility-nav .utility-newsletter-sign-up:active,
        .utility-nav .utility-newsletter-sign-up:hover {
            color: #828080;
        }

/* Page Toolbox */
.toolbox-nav_item {
    border-right: 1px solid #cecece;
    display: inline-block;
    height: 20px;
    padding: 0 8px;
}

    .toolbox-nav_item:first-child {
        padding-left: 0;
    }

    .toolbox-nav_item:last-child {
        border-right: none;
        padding-right: 0;
    }

.toolbox-nav a {
    background-image: url(/_layouts/15/ihi/1033/images/Focus/toolbox-emailprintshare-sprite.png);
    display: inline-block;
}

.toolbox-nav_email {
    background-position: 0 1px;
    height: 19px;
    width: 25px;
}

.toolbox-nav_print {
    background-position: 0 -18px;
    height: 20px;
    width: 19px;
}

.toolbox-nav_share {
    background-position: 0 -38px;
    height: 18px;
    width: 60px;
}

/* Section Nav */
.section-nav {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 35px;
    position: relative;
}

    .section-nav li {
        border-bottom: 1px solid #cecfcf;
        display: block;
        padding: 9px 26px 10px 30px;
        position: relative;
        z-index: 10;
    }

    .section-nav a {
        color: #555555;
        display: block;
        position: relative;
    }

        .section-nav a:hover {
            color: #009fc3;
        }

    .section-nav .active {
        font-weight: bold;
    }

        .section-nav .active:after {
            color: #009fc3;
            content: '\e800';
            font-family: 'icon-font';
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1;
            right: -17px;
            position: absolute;
            top: 0;
        }

/* Section navigation with bullets */
.section-nav--bulleted {
    font-size: 12px;
    font-size: 0.75rem;
}

    .section-nav--bulleted a {
        color: #555555;
    }

        .section-nav--bulleted a:before {
            color: #009fc3;
            content: "•";
            display: block;
            font-size: 55px;
            left: -24px;
            line-height: 1;
            position: absolute;
            top: -18px;
        }

        .section-nav--bulleted a:hover:before {
            color: #e2e2cf;
        }

/* Section navigation pulled outside of its parent container */
.section-nav--disrupt {
    margin-top: -55px;
}

    .section-nav--disrupt .first {
        padding-top: 35px;
        position: relative;
    }

        .section-nav--disrupt .first:before {
            background-color: #009fc3;
            content: " ";
            display: block;
            height: 6px;
            left: 9px;
            position: absolute;
            top: 9px;
            width: 170px;
        }

/* Section navigation with &raq; rather than arrows */
.section-nav--raq a:after {
    color: #009fc3;
    content: "»";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    right: -13px;
    position: absolute;
    top: 0;
}

.section-nav--raq .active:after {
    content: none;
}

/* Section nav for tertiary content */
.section-nav--tertiary > li {
    border-bottom: none;
    padding: 12px 25px 5px 30px;
}

.section-nav--tertiary .first,
.section-nav--tertiary .last {
    border-bottom: 1px solid #cecfcf;
}

.section-nav--tertiary .first {
    padding-bottom: 12px;
}

.section-nav--tertiary .last {
    border-bottom: 1px solid #cecfcf;
    padding-bottom: 50px;
}

.section-nav--tertiary .active:after {
    color: #7f909c;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: .7;
    right: -15px;
}

/* Social Nav */
.footer-social {
    font-size: 14px;
    font-size: 0.875rem;
}

    .footer-social [class^="icon-"]:before,
    .footer-social[class*=" icon-"]:before {
        margin: 0;
    }

    .footer-social a {
        color: #FFFFFF;
        height: 32px;
        margin-right: 3px;
        padding: 8px 0;
        width: 32px;
    }

.footer-social-twitter {
    background-color: #45b0e3;
}

.footer-social-facebook {
    background-color: #39599f;
}

.footer-social-linkedin {
    background-color: #82c6da;
}

.footer-social-rss,
.footer-social-blogger {
    background-color: #ff6600;
}

.footer-social a:active,
.footer-social a:hover {
    background-color: #939393;
}

/* Primary Content ------------------------ */
.primary-content {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
}

.intro {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 28px;
}

    .intro:first-child {
        margin-top: 32px;
    }

.intro--quiet {
    font-weight: normal;
}

.intro--alt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
}

.primary-content .full-bleed {
    margin: -18px 0 0 -19px;
}

/* General Typography */
.primary-content h2, h1 {
    color: #009fc3;
}

.primary-content p {
    margin-top: .5em;
}

/* Search --------------------------------- */
.site-search {
    background-color: #fcfcfc;
    border: 1px solid #d5d4d4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .site-search > input {
        border: none;
    }

input.site-search_field {
    background: #fcfcfc url(/_layouts/15/ihi/1033/images/Focus/search-field-bg.png) 6px 50% no-repeat;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    float: left;
    padding: 5px 5px 5px 32px;
    width: 60%;
}

input.site-search_submit {
    min-width:0px;
    margin:0;
    background: #b3b9be;
    background: -moz-linear-gradient(top, #b3b9be 0%, #797f83 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b9be), color-stop(50%, #797f83));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b3b9be 0%, #797f83 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b3b9be 0%, #797f83 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b3b9be 0%, #797f83 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b3b9be 0%, #797f83 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b9be', endColorstr='#797f83');
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    float: right;
    height: 100%;
    padding: 0 .2em;
    text-shadow: 1px 1px 0 #a6abaf;
    text-transform: uppercase;
}

    .site-search_submit:active,
    .site-search_submit:hover {
        background: #8a8c8f;
        background: -moz-linear-gradient(top, #8a8c8f 0%, #b1b4b6 50%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8c8f), color-stop(50%, #b1b4b6));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #8a8c8f 0%, #b1b4b6 50%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #8a8c8f 0%, #b1b4b6 50%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #8a8c8f 0%, #b1b4b6 50%);
        /* IE10+ */
        background: linear-gradient(to bottom, #8a8c8f 0%, #b1b4b6 50%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8c8f', endColorstr='#b1b4b6');
        text-shadow: 1px 1px 0 #bfc0c2;
    }

.site-search--masthead {
    color: #FFF;
    float: right;
    height: 32px;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 15px;
    width: 257px;
}

    .site-search--masthead .site-search_field {
        height: 22px;
    }

    .site-search--masthead .site-search_submit {
        width: 65px;
    }

/* Section Header */
.section-header {
    height: 77px;
    padding: 9px 0 6px;
}

.section-header {
    /*@include gradient(#00748e, $ihi-blue);*/
    background: #009fc3 url(/_layouts/15/ihi/1033/images/Focus/section-header-bg.png) repeat-x;
}

    /* Breadcrumbs */
    .section-header .breadcrumbs {
        font-size: 11px;
        font-size: 0.6875rem;
        margin: 0 0 33px;
    }

.breadcrumbs .current {
    color: #e6e8e6;
}

.breadcrumbs,
.breadcrumbs a {
    color: #9dddeb;
}

/* Heading */
.section-header_heading {
    color: #FFF;
    font-family: "Amasis MT Bold", serif;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0;
}

.section-header_heading--disrupt {
    margin-left: 220px;
}

.section-header_heading > img {
    vertical-align: top;
}

/* Widgets -------------------------------- */
.widget {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1em;
    position: relative;
}

.widget_content {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 17px;
}

    .widget_content p:last-child {
        margin-bottom: 0;
    }

.widget_title {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 .25em;
}

.widget_title--alt {
    font-size: 13px;
    font-size: 0.8125rem;
}

.widget_content a {
    color: #455560;
}

.widget a:hover .widget_heading,
.widget_title a:hover,
.widget_content--freeform a:hover {
    color: #009fc3;
}

/*content: "»";  (removing this since we are wrapping all web parts with the .widget_content.  we need a more surgical selector) 
.widget_content a:after {
  color: #009fc3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding-left: 5px;
}
*/

.widget_img {
    line-height: 1;
}

    .widget_img:after {
        content: none;
    }

/* Widget modifiers */
.widget--with-hr {
    border-top: #009fc3 7px solid;
    padding-top: 6px;
}

    .widget--with-hr .module-heading {
        padding-top: 0;
    }

.widget_content--align-btm {
    bottom: 0;
    line-height: normal;
    margin-bottom: 0;
    padding-right: 0;
    position: absolute;
}

/* Widget with image */
.widget--with-img .widget_content {
    padding-right: 10px;
}

.widget--with-img .widget_content--align-btm {
    padding-right: 0;
}

/* Widget aside */
.widget--aside {
    color: #455560;
    margin: 0 auto 2em;
    padding: 9px 3px 0;
}

.three-col_col-lft .widget--aside {
    padding: 13px 10px 0;
}

.three-col_col-rgt .widget--aside {
    margin-left: -2px;
    width: 247px;
}

.widget--aside:last-child {
    border-bottom: none;
}

.widget--aside .widget_title {
    line-height: 1.4;
}

.widget--aside > .widget_content {
    padding-right: 11px;
    line-height: 1.5;
}

/* Widget listing */
ul.widget--listing {
    list-style: none;
    padding: 0;
}

.widget--listing li {
    line-height: 1.4;
    padding-left: 0;
    text-indent: 0;
}

    .widget--listing li:before {
        content: none;
    }

.widget--listing--short-divider > li:after {
    background-color: #cccccc;
    content: " ";
    display: block;
    height: 1px;
    margin: 23px auto;
    width: 57%;
}

.widget--listing--short-divider > li:last-child:after {
    content: none;
}

.widget_content--link-list,
.widget--aside .widget_content--link-list {
    padding-left: 4px;
    padding-right: 4px;
}

    .widget_content--link-list > li {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 14px;
        position: relative;
    }

    .widget_content--link-list a {
        display: block;
    }

        .widget_content--link-list a:active,
        .widget_content--link-list a:hover {
            color: #009fc3;
        }

        .widget_content--link-list a:after {
            position: absolute;
            right: 8px;
            top: auto;
        }

.widget_content_highlight {
    color: #009fc3;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 4px;
}

/* Specific widgets */
/* Blog list - sidebar */
.widget_content_blog-list li {
    margin-bottom: 40px;
}

    .widget_content_blog-list li:last-child {
        margin-bottom: 0;
    }

/* Conference - Education */
.widget--conference .widget_content--align-btm {
    left: 128px;
}

/* iOS promotion - sidebar */
.widget--ios-ad .widget_img {
    padding: 0 10px;
    text-align: center;
}

.widget--ios-ad .widget_content {
    margin-left: 67px;
}

/* Need Help? - sidebar */
.three-col_col-lft .widget--help {
    padding: 0 15px 0 40px;
}

/* Open School promotion - home */
.open-school-promo {
    background-image: url(/_layouts/15/ihi/1033/images/Focus/open-school-promo.png);
    display: block;
    margin: 0 auto;
    width: 141px;
}

.open-school-promo_heading {
    background-position: 0 14px;
    height: 54px;
}

.open-school-promo_content {
    background-position: 0 -53px;
    height: 75px;
}

/* Team and Faculty */
.widget--team-and-faculty .widget_title {
    font-size: 13px;
    font-size: 0.8125rem;
}

.widget--team-and-faculty .widget_content {
    margin-left: 90px;
    padding-right: 0;
}

/* Theme
--------------------------------------------------------- */
/* Green ---------------------------------- */
.green .module-heading,
.green .col--with-hr,
.green .widget--with-hr {
    border-top-color: #8dc63f;
}

/* Orange --------------------------------- */
.orange .module-heading,
.orange .col--with-hr,
.orange .widget--with-hr {
    border-top-color: #f58026;
}

/* Yellow --------------------------------- */
.yellow .module-heading,
.yellow .col--with-hr,
.yellow .widget--with-hr {
    border-top-color: #d7c500;
}

/* State
--------------------------------------------------------- */
.printonly {
    display: none !important;
}

/* Helper Classes
--------------------------------------------------------- */

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin-right: 1.2em;
}

.alignright {
    float: right;
    margin-left: 1.2em;
}

/*
 * Image replacement
 */
.ir {
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clear, clearfix, float
 */
.clr {
    clear: both;
}

.clr-lft {
    clear: left;
}

.clr-rgt {
    clear: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.flt-lft {
    float: left;
}

.flt-rgt {
    float: right;
}

/*
 * Box layout modifiers
 */
.push-btm {
    margin-bottom: 10px;
}

.push-lft {
    margin-left: 10px;
}

.push-rgt {
    margin-right: 10px;
}

.push-rgt-20 {
    margin-right: 20px;
}

.push-top {
    margin-top: 10px;
}

.marginless {
    margin: 0 !important;
}

.padded {
    padding: 15px;
}

.pad-btm {
    padding-bottom: 10px;
}

.pad-lft {
    padding-left: 10px;
}

.pad-rgt {
    padding-right: 10px;
}

.pad-top {
    padding-top: 10px;
}

.padless {
    padding: 0 !important;
}

/*
 * List
 */
.inline li {
    display: inline;
}

.listless {
    list-style: none;
    margin-top: 0;
    padding: 0;
}

/*
 * Text helpers
 */
.txt-lft {
    text-align: left;
}

.txt-rgt {
    text-align: right;
}

.txt-cnt {
    text-align: center;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}


/* offerings banner image */
.bleed-frame--offerings {
    width: 508px;
    margin-top: -12px;
    margin-left: -19px;
    padding: 0px;
    overflow: hidden;
}

.banner--offerings {
    visibility: visible;
    margin-top: -1px;
    margin-left: -1px;
    max-width: 510px;
    width: 510px;
}
