﻿/* ==========================================================================
   NORMALIZE - git.io/normalize 
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure, new footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}header #topbar ul#countrySelector
/**
 * 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 {
    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: 0 ;
    }
/**
 * 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: 2em;
    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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^="icon-"],
    .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }
/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-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);
    }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-caret-down:before {
    content: "\f105";
}

.icon-circle:before {
    content: "\f111";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-search:before {
    content: "\f002";
}

.icon-remove-sign:before {
    content: "\f057";
}
/* Responsive Nav =====*/
/*! responsive-nav.js v1.0.22 by @viljamis */
#mobile-nav {
    z-index: 1;
}

    #mobile-nav,
    #mobile-nav * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #mobile-nav,
        #mobile-nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 100%;
            float: left;
        }

            #mobile-nav ul {
                border-top: 1px #c8c8d7 solid;
            }

            #mobile-nav li {
                float: left;
                width: 100%;
                display: block;
            }

            #mobile-nav a {
                color: #52525f;
                font-weight: 600;
                text-decoration: none;
                width: 100%;
                background: #fff;
                border-bottom: 1px solid #c8c8d7;
                padding: .5em 1em;
                float: left;
            }

                #mobile-nav a:focus {
                    background: #004b97;
                    color: #fff;
                    outline: none;
                }

.js #mobile-nav,
.js #mobile-search {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
}

#mobile-nav.opened,
#mobile-search.opened {
    clip: auto !important;
    max-height: 9999px;
    width: 320px;
    z-index: 999;
}

/* ==========================================================================
  TYPOGRAPHY 
   ========================================================================== */
body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    font-size: 11pt;
}

p {
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited {
    color: #5db0e5;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    font-family: 'Open Sans', sans-serif !important;
}

    h1.primary-style {
        font-size: 26px;
        font-weight: 600;
        color: #002E5F;
    }


    h2 span.light {
        font-weight: normal;
    }

button {
    font-size: 12px;
    font-weight: 600;
}

small {
    font-size: 9pt;
    line-height: 10px;
}

figcaption {
    font-size: 16px;
}

    figcaption a {
        text-decoration: none;
    }

    figcaption p {
        font-size: 11px;
        margin: 0;
    }

form input {
    font-style: normal;
    font-size: 9px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #cacada;
}

nav ul li {
    white-space: nowrap;
}

    nav ul li a:link,
    nav ul li a:visited {
        color: #52525f;
        text-decoration: none;
    }

    nav ul li ul li a {
        color: #52525f;
        font-weight: 600;
        text-decoration: none;
    }

    nav ul li a {
        color: #52525f;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

#topbar p {
    font-size: 9px;
    font-size: normal;
}

    #topbar p a {
        text-decoration: none;
    }

#topbar ul#countrySelector {
    font-size: 7pt;
    font-weight: normal;
}

    #topbar ul#countrySelector li {
        line-height: 1.2em;
    }

    #topbar ul#countrySelector a {
        text-decoration: none;
    }

#topbar #signin {
    line-height: 1.2em;
}

#BreadCrumbbrd {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #cacada;
    color: #004b97 !important;
    font-size: 8pt;
}

#BreadCrumb {
    color: #004b97 !important;
    font-size: 8pt;
    text-transform: capitalize;
}

    #BreadCrumb a:link, #BreadCrumb a:visited {
        padding: 0px 5px;
        color: #004b97 !important;
        font-size: 8pt;
    }

#hero h1 {
    font-weight: 700;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    color: black;
}

#hero h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.1em;
}

#hero .highlight {
    font-weight: 600;
    font-size: 12px;
}

#hero h2 span {
    font-weight: 400;
}

.minihero #hero h1 {
    font-size: 24px;
    color: #004b97;
}

.minihero #hero h2 {
    font-size: 24px;
}

#ticker span {
    font-weight: 600;
}

#ticker a {
    font-weight: 400;
    text-decoration: none;
}

section#description small {
    text-transform: uppercase;
    color: white;
    font-weight: normal;
}
/*section#description h2 {
  color: #004b97;
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
section#description p {
  line-height: 1.5em;
}*/
section#facts ul#fastfacts {
    color: #000;
}

#tabs-1, #tabs-2 {
    clear: both;
}

section#facts ul#fastfacts li a {
    font-size: 12px;
    font-weight: normal;
    color: #004b97;
    cursor: pointer;
}

section#facts ul#fastfacts li.active a {
    font-weight: 700;
}
/*section#facts p span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}*/
section#highlights {
    color: white;
}

    section#highlights h2 {
        color: white;
        font-size: 26px;
        font-weight: 400;
    }

    section#highlights small {
        color: #5db0e5;
    }

    section#highlights ul li a {
        font-size: 12px;
        color: white;
    }

#highlightMenu li:hover {
    cursor: pointer;
}

section#highlights figure figcaption {
    color: white;
}

    section#highlights figure figcaption a {
        color: #5db0e5;
    }

section#highlights .active {
    background: hotpink;
}

section#offerings {
    background: #00468d;
}

    section#offerings ul#horizontal li.active1 {
        font-weight: 700;
        background: #004b97;
    }

    section#offerings ul#horizontal li a {
        text-decoration: none;
        color: white;
    }

    section#offerings ul li {
        cursor: pointer;
    }

section#suggested h2 {
    color: #004b97;
    font-size: 16px;
    font-weight: 600;
}

section#suggested h4 {
    color: #004b97;
    font-size: 12px;
    font-weight: 600;
}

section#suggested h2 span {
    font-weight: normal;
}

section#suggested a {
    text-decoration: none;
    font-size: 11px;
    color: #5db0e5;
    font-weight: 400;
}

section#headlines h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

    section#headlines h3 a {
        color: #000;
    }
/*Hyperlinks CSS Changes*/

        /*section#headlines h3 a:hover,
        section#headlines h3 a:active {
            color: #000;
            text-decoration: none;
        }*/

        section#headlines h3 a:hover {
            color: #000;
            text-decoration: underline;
}

        section#headlines h3 a:active {
            color: #000;
            text-decoration: none;
        }

/*End- Hyperlinks CSS Changes*/

section#headlines article small {
    color: #b40000;
}

section#headlines figure figcaption a {
    color: #5db0e5;
}

section#headlines figure figcaption p {
    margin: 0;
}

section#headlines .post small {
    font-weight: 600;
    text-transform: uppercase;
}

section#solutions article h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    min-height: 70px;
    word-wrap: break-word;
}

section#solutions figure figcaption {
    color: black;
}

    section#solutions figure figcaption a {
        color: #5db0e5;
    }

section#bestMatch article h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
}

    section#bestMatch article h3 a {
        color: #000;
        text-decoration: none;
    }

section#bestMatch figure figcaption {
    color: black;
}

    section#bestMatch figure figcaption a {
        color: #5db0e5;
    }

section.allSolutions h2 {
    font-weight: 400;
    color: white;
    font-size: 24px;
}

section.allSolutions ul li a {
    font-size: 12px;
    color: white;
}

section.allSolutions .solutions-links h4 {
    margin-bottom: 0px;
    font-weight: 400;
    color: white;
    margin-left: 30px;
    margin-bottom: 10px;
}

section.allSolutions .solutions-links ul li a {
    font-size: 10px;
    color: #5db0e5;
}

section.allSolutions ul h4 {
    padding-left: 50px;
    font-weight: normal;
    font-size: 14px;
}

    section.allSolutions ul h4 span {
        font-weight: 600;
    }

section.allSolutions button:hover {
    background: #0a919d;
    color: #fff;
}

.search-category {
    font-size: 11px;
}

#social h2 {
    font-size: 16px;
    font-weight: 600;
}

footer section#sitemap {
    color: #fff;
}

    footer section#sitemap h4 {
        font-weight: 600;
        font-size:11px;
        color:#fff!important;
    }

    footer section#sitemap ul {
        font-size: 9pt;
        font-weight: normal;
        line-height: 1.2em;
    }

    footer section#sitemap li a {
        font-size: 9pt;
        text-decoration: none;
    }

        footer section#sitemap li a:hover {
            color: white;
        }

footer section#contact a {
    text-decoration: none;
}

footer section#contact p {
    font-size: 9pt;
    font-weight: normal;
}


.footerdesk{width:980px; height:50px;}
.footerdesk ul{list-style:none;margin:0px;padding:0px;margin-top: 1px;}
.footerdesk ul li{font-size:12px;margin:0px;padding:0px;height:25px;}

footer section#copyright a {
    text-decoration: none;
}

footer section#copyright p {
    font-size: 9pt;
}

section#content p {
    line-height: 180%;
}

    section#content p.description {
        font-size: 13px;
        font-weight: 400;
        color: #8c8c9d;
    }

section#content h4 {
    font-size: 12px;
    color: #004b97;
}

    section#content h4 span {
        font-weight: normal;
    }

section#content blockquote {
    line-height: 32px;
    margin: 20px 0 !important;
    padding: 10px 0;
    text-align: center;
    font-size: 26px;
    color: #004b97;
    font-weight: normal;
    border-top: 1px solid #e9e9ef;
    border-bottom: 1px solid #e9e9ef;
}

.aside .sidebar_blue {
    text-align: center;
    font-size: 12px;
    color: white;
    line-height: normal;
}

    .aside .sidebar_blue h4 {
        text-align: left;
        color: white;
        font-weight: 600;
        font-size: 11px;
    }

    .aside .sidebar_blue ul {
        list-style: none;
        padding-left: 0;
    }

        .aside .sidebar_blue ul li {
            text-align: left;
            margin-bottom: 10px;
            line-height: 100%;
        }

            .aside .sidebar_blue ul li a {
                font-weight: normal;
                color: white;
                font-size: 11px;
                text-decoration: none;
            }

.aside h4 {
    color: #004b97;
    font-weight: 600;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 18px;
}

.aside ul {
    list-style: none;
    padding-left: 0;
}

    .aside ul li {
        margin-bottom: 10px;
        line-height: 100%;
    }

        .aside ul li a {
            font-weight: 400;
            color: #5db0e5;
            font-size: 11px;
            text-decoration: none;
        }

section#content section#relatedVideos ul li a {
    color: #00468d;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
}

section#might-like ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e9e9ef;
    padding-bottom: 20px;
}

section#might-like li {
    padding-bottom: 7px;
}

section#might-like ul li a {
    color: #5db0e5;
    font-weight: 400;
    text-decoration: none;
    font-size: 11px !important;
}

section#might-like h4 span {
    color: #004b97;
    font-size: 11px;
    font-weight: normal;
}

section#might-like h4 {
    color: #004b97;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #e9e9ef;
}

section#content section#suggested h4 {
    color: #004b97;
    font-size: 11px;
}

/* ==========================================================================
   NAV 
   ========================================================================== */
nav ul {
    color: white;
    float: left;
    list-style: none;
    position: relative;
    display: inline-table;
    margin: 0px;
    padding: 0 0 0 15px;
    text-align: center;
}

    nav ul li {
        display: block;
        float: left;
        height: 52px;
        padding-top: 17px;
        margin-left: none;
    }

        nav ul li a {
            color: #52525f;
            display: block;
            /*height: 52px;*/
            margin: 0px;
        }

        nav ul li:hover > ul {
            display: block;
            z-index: 999;
            zoom: 1;
        }

    nav ul :after {
        content: "";
        clear: both;
        display: block;
    }

    nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        background: white;
        border: 1px solid #cacada;
        padding: 0px;
        margin: 0;
        -webkit-box-shadow: 0px 6px 10px rgba(140, 140, 140, 0.5);
        -moz-box-shadow: 0px 6px 10px rgba(140, 140, 140, 0.5);
        box-shadow: 0px 6px 10px rgba(140, 140, 140, 0.5);
    }

        nav ul ul li {
            height: 30px;
            padding: 0;
            margin: 0px;
            float: none;
            position: relative;
            display: block;
            text-align: left;
            line-height: 30px;
        }

            nav ul ul li a {
                color: #52525f;
                display: block;
                width: 100%;
                padding: 0px 20px 0px 20px;
                height: 30px;
            }

            nav ul ul li:first-child {
                height: 45px;
                padding-top: 13px;
            }

            nav ul ul li:last-child {
                height: 45px;
                padding-bottom: 13px;
            }

        nav ul ul ul li:first-child {
            height: 30px;
            padding-top: 0px;
        }

        nav ul ul ul li:last-child {
            height: 30px;
            padding-bottom: 0px;
        }

        nav ul ul ul {
            margin-top: 0px !important;
        }

    nav ul li:hover {
        background: #004b97;
        color: white !important;
    }

        nav ul li:hover > a {
            color: white !important;
        }

/* ==========================================================================
   BODY
   ========================================================================== */
/* border-box */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* clearfix */
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .group {
    zoom: 1;
}
/* IE6 */
*:first-child + html .group {
    zoom: 1;
}
/* IE7 */
/* hide - completely removes from the flow and screen readers. */
.is-hidden {
    display: none !important;
    visibility: hidden !important;
}
/* hide - completely remove from the flow but leave available to screen readers. */
.is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
}
/* Helper Classes ========================= */
.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}
/* Common Elements ========================= */
button {
    color: white;
    background: #5db0e5;
    padding: 10px 25px;
    border: none;
    margin: 15px 0;
}

    button:hover {
        background: #004b97;
    }

.inner-margin {
    margin: 0 auto;
    padding: 0;
    max-width: 980px;
    min-width: 500px;
}

.main-content-area > aside,
.main-content-area > section.content {
    float: left;
}

.main-content-area > aside {
    margin-right: 32px;
    width: 140px;
}

.main-content-area > section.content {
    width: 758px;
}

header {
    border-bottom: 1px solid #cacada;
    min-width: 980px;
}

    header #topbar {
        background: #e9e9ef;
        border-bottom: 1px solid #cacada;
        min-height: 20px;
    }

        header #topbar .inner-margin {
            position: relative;
        }

        header #topbar p {
            border: 1px solid #cacada;
            border-top: 0;
            border-bottom: 0;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 4px 20px;
            color: #000;
        }

            header #topbar p#signin {
                border-left: 0;
                padding: 4px 20px 4px;
                float: right;
                display:none;
            }

        header #topbar a {
            color: #000;
        }

        /* Country Dropdown --------------------------*/
        header #topbar ul#countrySelector {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            float: right;
            min-width: 120px;
            position: relative;
            z-index: 5000;
            margin-top: 3px;
        }

            header #topbar ul#countrySelector #openArrow {
                background: url('../images/icon_arrow_mini_down.png') no-repeat;
                cursor: pointer;
                display: inline-block;
                height: 5px;
                margin-left: 8px;
                width: 8px;
            }

            header #topbar ul#countrySelector li {
                display: block;
            }

                header #topbar ul#countrySelector li a {
                    background-color: #e9e9ef;
                    border-top: 0;
                    border-right: 1px solid #cacada;
                    border-left: 1px solid #cacada;
                    color: #000;
                    display: block;
                    height: 20px;
                    padding: 4px 10px 4px 42px;
                }

                    header #topbar ul#countrySelector li a:hover {
                        background-color: #f1f1f7;
                    }

                header #topbar ul#countrySelector li ul#countryOptions {
                    display: none;
                    background: none repeat scroll 0 0 #c8c8d7;
                    /*-webkit-box-shadow: 0px 6px 10px rgba(115, 115, 115, 0.5);
                    -moz-box-shadow: 0px 6px 10px rgba(115, 115, 115, 0.5);*/
                    box-shadow: 0px 6px 10px rgba(115, 115, 115, 0.5);
                    margin: 0;
                    overflow: hidden;
                    padding: 20px;
                    position: absolute;
                    left: -211px;
                    width: 332px;
                    z-index: 100000;
                }

                    header #topbar ul#countrySelector li ul#countryOptions ul {
                        float: left;
                        margin: 0;
                        padding: 0;
                        width: 50%;
                    }

                        header #topbar ul#countrySelector li ul#countryOptions ul li {
                            margin: 0;
                            min-height: none;
                            padding: 0;
                        }

                            header #topbar ul#countrySelector li ul#countryOptions ul li.col-left {
                                float: left;
                            }

                            header #topbar ul#countrySelector li ul#countryOptions ul li.col-right {
                                float: right;
                            }

                            header #topbar ul#countrySelector li ul#countryOptions ul li a {
                                background: #c8c8d7;
                                border: 0;
                                font-weight: 400;
                                height: 20px;
                                padding: 7px 10px;
                                padding: 0;
                            }

                                header #topbar ul#countrySelector li ul#countryOptions ul li a:hover {
                                    text-decoration: underline;
                                }

                header #topbar ul#countrySelector li:hover > ul#countryOptions {
                    display: block;
                    z-index: 999;
                    zoom: 1;
                }

                header #topbar ul#countrySelector li.select-usa a {
                    background: #e9e9ef url('../images/top_us_flag.png') no-repeat 10px 5px;
                }

    header #header {
        height: 52px;
    }

        header #header .logo {
            margin: 10px;
            float: left;
        }

        header #header form#search {
            float: right;
            padding: 12px 0 12px 12px;
        }

            header #header form#search span.icon-search {
                cursor: pointer;
                font-family: 'FontAwesome';
                font-size: 12px;
                color: #8c8c9d;
                position: relative;
                top: 1px;
                left: 259px;
            }

            header #header form#search input {
                height: 24px;
                font-size: 11px;
                width: 250px;
                border: 1px solid #cacada;
                padding-left: 10px;
            }
/* Headlines --------------------------*/
section#headlines {
    border-bottom: 1px solid #cacada;
    padding-bottom: 50px;
    width: 980px;
    padding-left: 20px;
}

    section#headlines h2 {
        margin: 27px 0px;
    }

    section#headlines p {
        margin: 0 0 1em;
        color: #000;
    }

    section#headlines article {
        float: left;
        margin-right: 20px;
        width: 220px;
    }

        section#headlines article:last-child {
            margin-right: 0;
        }

    section#headlines .post {
        border: 1px solid #cacada;
        min-height: 360px;
        padding: 20px 20px 20px;
    }

        section#headlines .post small {
            display: block;
            margin: 0 0 5px;
        }

        section#headlines .post figure img {
            margin-bottom: 10px;
            max-width: 100%;
        }

div.ms-srch-group-content {
    width: auto;
}

    div.ms-srch-group-content h2 {
        margin: 27px 0px;
    }

    div.ms-srch-group-content p {
        margin: 0 0 1em;
    }

    div.ms-srch-group-content ul.slides {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    div.ms-srch-group-content .post {
        border: 1px solid #cacada;
        min-height: 360px;
        padding: 20px 20px 20px;
    }

        div.ms-srch-group-content .post small {
            display: block;
            margin: 0 0 5px;
        }

        div.ms-srch-group-content .post figure img {
            margin-bottom: 10px;
            max-width: 100%;
        }

    div.ms-srch-group-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }

        div.ms-srch-group-content h3 a {
            color: #000;
        }

            div.ms-srch-group-content h3 a:hover,
            div.ms-srch-group-content h3 a:active {
                color: #000;
                text-decoration: none;
            }

    div.ms-srch-group-content article small {
        color: #b40000;
    }

    div.ms-srch-group-content figure figcaption a {
        color: #5db0e5;
    }

    div.ms-srch-group-content figure figcaption p {
        margin: 0;
        word-wrap: break-word;
    }

    div.ms-srch-group-content .post small {
        font-weight: 700;
        text-transform: uppercase;
    }

/* Featured Solutions --------------------------*/
section#solutions {
    width: 980px;
    padding-bottom: 20px;
    padding-left: 29px;
}

    section#solutions > h2 {
        color: #004b97;
        margin: 27px 0px;
    }

    section#solutions p,
    section#solutions h3 {
        margin: 0;
    }

    section#solutions article {
        float: left;
        margin-right: 26px;
        width: 292px;
    }

        section#solutions article:last-child {
            margin-right: 0;
        }

        section#solutions article small {
            color: #0a919d;
            display: block;
            margin: 0 0 8px;
        }

        section#solutions article h3 {
            color: #52525f;
        }


    section#solutions .post {
        border: 1px solid #cacada;
        padding: 20px;
    }

    section#solutions figure {
        margin-right: 10px;
        width: 140px;
        height: 170px;
        float: left;
    }

    section#solutions ul.slides li {
        display: block;
    }

/* Best Match (2 col) --------------------------*/
section#bestMatch {
    padding-top: 20px;
    border-bottom: 1px solid #cacada;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    section#bestMatch #left-side {
        width: 50%;
        float: left;
    }

    section#bestMatch #right-side {
        width: 50%;
    }

    section#bestMatch > h2 {
        color: #004b97;
        margin: 30px 0px;
    }

    section#bestMatch p,
    section#bestMatch h3 {
        margin: 0;
    }

    section#bestMatch article {
        float: left;
        margin-right: 50px;
        width: 420px;
    }

        section#bestMatch article:last-child {
            margin-right: 0;
        }

        section#bestMatch article h3 {
            margin-bottom: 6px;
        }

        section#bestMatch article p {
            margin-bottom: .5em;
        }

            section#bestMatch article p small {
                font-size: 11px;
            }

    section#bestMatch .post {
        border: 1px solid #cacada;
        padding: 20px;
    }

    section#bestMatch figure {
        margin-right: 20px;
        width: 140px;
        float: left;
    }
/* Social Links  --------------------------*/
#social {
    border-top: 1px solid #cacada;
    clear: both;
    display: block;
    min-width: 980px;
}

    #social h2 {
        color: #52525f;
        float: left;
        margin: 0;
        margin-right: 15px;
        line-height: 52px;
    }

/*.share-float {
    float: right;
    margin-top: 20px;
    min-width: 200px;
}*/


button.share {
    padding: 1px 10px;
    float: left;
    background: #e9e9ef;
    margin: 0 10px 0 0;
    color: #8c8c9d;
    font-weight: 400;
    text-transform: uppercase;
}

ul.share {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

    ul.share li {
        float: left;
        margin-right: 3px;
    }

ul#socialRow {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-right: -3px;
}

    ul#socialRow li {
        display: inline-block;
        float: left;
        margin-right: 3px;
    }
/* Search Results Header --------------------------*/
#searchResults {
    padding-bottom: 30px;
}

    #searchResults h1.primary-style {
        margin-bottom: 5px;
    }

    #searchResults form#searchSecondary {
        margin: 0;
        padding: 0;
        position: relative;
    }

        #searchResults form#searchSecondary span.icon-remove-sign {
            cursor: pointer;
            font-family: 'FontAwesome';
            color: #8c8c9d;
            font-size: 20px;
            position: absolute;
            top: 4px;
            left: 410px;
        }

        #searchResults form#searchSecondary span.icon-search {
            cursor: pointer;
            font-family: 'FontAwesome';
            font-size: 12px;
            color: #8c8c9d;
            position: absolute;
            top: 8px;
            left: 434px;
        }

        #searchResults form#searchSecondary input {
            height: 24px;
            font-size: 11px;
            width: 440px;
            border: 1px solid #cacada;
            padding-left: 10px;
        }
/* Search Nav --------------------------*/
#searchNav {
    background: #004b97;
    color: #fff;
}

    #searchNav ul {
        margin: 0 auto;
        padding: 0;
        width: 980px;
    }

        #searchNav ul li {
            display: inline-block;
            line-height: 12px;
            padding: 0;
            position: relative;
            vertical-align: top;
        }

            #searchNav ul li a {
                border-right: 1px solid #00468d;
                color: #fff;
                display: inline-block;
                font-size: 12px;
                padding: 18px 24px;
                margin: 0;
                text-align: center;
            }

                #searchNav ul li a:hover {
                    background: #003b77;
                    text-decoration: none;
                }

            #searchNav ul li.active a,
            #searchNav ul li:active a {
                background: #00468d;
                color: #fff;
                font-weight: 400;
            }

            #searchNav ul li .icon-caret-down {
                bottom: -12px;
                color: #5db0e5;
                display: none;
                font-size: 22px;
                left: 0;
                height: 20px;
                margin: 0 auto;
                position: absolute;
                right: 0;
                text-align: center;
                width: 20px;
            }

            #searchNav ul li.active .icon-caret-down {
                display: block;
            }
/* Search Categories (Sidebar) --------------------------*/
.search-category {
    border-bottom: 1px solid #cacada;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .search-category h4 {
        color: #003b77;
        margin: 0 0 15px;
    }

    .search-category > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .search-category:last-child {
        border-bottom: 0;
    }
/* Pagination --------------------------*/
.pagination {
    padding-bottom: 20px;
}

    .pagination ul {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

        .pagination ul li {
            display: inline-block;
            line-height: 12px;
            max-height: 27px;
            padding: 0;
            vertical-align: top;
        }

            .pagination ul li a {
                border: 1px solid #fff;
                background: #fff;
                color: #5db0e5;
                display: inline-block;
                font-size: 11px;
                padding: 8px 0;
                margin: 0;
                max-height: 27px;
                min-width: 28px;
                text-align: center;
            }

            .pagination ul li.active a,
            .pagination ul li:active a {
                color: #004b97;
                font-weight: 700;
            }

            .pagination ul li a:hover,
            .pagination ul li a:focus {
                color: #004b97;
                text-decoration: none;
            }

            .pagination ul li.page-prev a,
            .pagination ul li.page-next a {
                border-color: #c8c8d7;
                font-family: 'FontAwesome';
            }

            .pagination ul li.page-prev {
                margin-right: 8px;
            }

                .pagination ul li.page-prev a {
                    text-indent: -2px;
                }

                    .pagination ul li.page-prev a:before {
                        content: "\f0d9";
                        font-size: 13px;
                    }

            .pagination ul li.page-next {
                margin-left: 8px;
            }

                .pagination ul li.page-next a {
                    text-indent: 2px;
                }

                    .pagination ul li.page-next a:before {
                        content: "\f0da";
                        font-size: 13px;
                    }
/*-------------------------- TEMPLATE 2 -------------------------- */
.minihero section#hero {
    border-bottom: 1px solid #cacada;
    margin: 0 auto;
    width: 980px;
    height: 210px;
}

    .minihero section#hero article {
        padding: 20px 0 0 70px;
        width: 600px;
    }

        .minihero section#hero article h1,
        .minihero section#hero article h2,
        .minihero section#hero article p {
            margin: 0;
        }

        .minihero section#hero article button {
            margin-right: 8px;
        }

    .minihero section#hero section {
        background: url('../images/hero_secondary.png') right -74px no-repeat;
        min-height: 210px;
    }

section#description {
}

    section#description article {
        margin-top: -20px;
    }

.offerings article {
    margin-top: 0px !important;
}

section#description article p {
    padding-bottom: 11pt;
}

#topSectionIntermediateDiv section#description article {
    margin-top: 0px;
}

section#description h2 {
    margin-bottom: 6px;
}

section#description small {
    background: #003b77;
    display: inline-block;
    padding: 5px 70px 5px 15px;
    position: relative;
    top: -20px;
    width: auto;
}

section#description p.left {
    padding-right: 30px;
}

section#description p.right {
    padding-left: 30px;
}

section#facts {
    min-width: 980px;
    padding-top: 13px;
    border-bottom: 1px solid #cacada;
    border-top: 1px solid #cacada;
    margin-top: 0px;
    padding-bottom: 26px;
}

    section#facts ul#fastfacts {
        list-style: none;
        padding-bottom: 10px;
        padding-left: 0;
    }

.factsborder {
}

.factsborderzero {
    border-top: 0px;
}

section#facts ul#fastfacts li {
    display: inline;
}

    section#facts ul#fastfacts li a {
        text-decoration: none;
    }

    section#facts ul#fastfacts li.fast-facts a {
    }

.brdr {
    border-right: 1px #c8c8d7 solid;
}

section#facts ul#fastfacts li.highlights a {
}
/*.overview section#facts img {
  float: left;
  margin-right: 15px;
}*/
section#facts p.factlink {
    float: left;
}

section.allSolutions {
    background: #004b97;
    color: #fff;
    min-width: 980px;
    width: 980px;
    min-height: 407px;
    overflow: hidden;
    position: relative;
    top: -1px;
}

    section.allSolutions ul.allSolutionsMenu {
        margin: 0px;
        padding: 0px;
        width: 175px;
        background-color: #003B77;
        float: left;
        min-height: 407px;
        list-style: none;
    }

        section.allSolutions ul.allSolutionsMenu li {
            padding: 5px;
            padding-left: 25px;
            margin-left: 30px;
            word-wrap: break-word;
            height: 55px;
        }

        section.allSolutions ul.allSolutionsMenu h4 {
            color: white;
            text-decoration: none;
            margin-top: 30px;
            margin-bottom: 10px;
        }

#offerings section.allSolutions ul.allSolutionsMenu li:first-child {
    margin-top: 30px;
}

section.allSolutions ul.allSolutionsMenu span {
    color: white;
    text-decoration: none;
}

section.allSolutions ul.allSolutionsMenu li:hover,
section.allSolutions ul.allSolutionsMenu li.active {
    background: #003b77;
    padding-left: 25px;
    background-image: url('../images/highlights_arrow.png');
    background-repeat: no-repeat;
    background-position: 0.5em;
    word-wrap: break-word;
    background-position-y: 9px;
    font-weight: 700;
}

section.allSolutions ul.allSolutionsMenu li a {
    color: white;
    text-decoration: none;
    word-wrap: break-word;
    cursor: pointer;
}

section.allSolutions ul.allSolutionsMenu div.family-link {
    height: 50px !important;
}

section.allSolutions ul.allSolutionsMenu li a:hover {
    border-bottom: 1px solid white;
}

section.allSolutions article {
}

section.allSolutions .solutions-links {
    border-top: 1px solid #003b77;
    min-height: 140px;
    background: #00468d;
}

    section.allSolutions .solutions-links h4 {
        font-weight: 400;
        font-size: 12px;
    }

    section.allSolutions .solutions-links ul {
        margin-top: 6px;
        list-style: none;
        padding-left: 0;
    }

    section.allSolutions .solutions-links a {
        font-size: 12px;
        text-decoration: none;
    }

        section.allSolutions .solutions-links a:hover {
            color: white;
            text-decoration:underline;
        }

section.allSolutions div.solutions-links span {
    text-decoration: none;
}

section.allSolutions .Solutions {
    min-height: 407px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -1px;
}

section.allSolutions .solutionItem {
    /*display: none;*/
    min-height: 407px;
    /*overflow: auto;*/
    display: block;
    position: relative;
    overflow-x: hidden;
}

section#suggested {
    min-width: 980px;
    padding: 15px 0 10px;
    display: inline-block;
}

    section#suggested section {
        float: left;
        margin-right: 20px;
        width: 138px;
    }

        section#suggested section.last {
            margin-right: 0;
        }

        section#suggested section h2 {
            margin: 30px 0px;
        }

        section#suggested section img {
            margin-bottom: 10px;
        }

        section#suggested section .caption {
            color: #004b97;
            font-size: 11px;
            font-weight: 600;
            line-height: 14px;
        }

            section#suggested section .caption a {
                color: #004b97;
                font-weight: 600;
            }

        section#suggested section ul {
            padding-left: 0;
            list-style: none;
        }

            section#suggested section ul li {
                line-height: 14px;
                margin-bottom: 18px;
            }

                section#suggested section ul li img {
                    display: block;
                    clear: both;
                }

.detailpage #article-top {
    width: 100%;
}

.detailpage #left-col {
    width: 200px;
    float: left;
}

.detailpage #right-col {
    width: 780px;
    float: left;
}

.detailpage section#content button:hover {
    background: white;
    color: #5db0e5;
}

.detailpage section#content img.feature {
    margin-bottom: 20px;
    width: 980px;
}

.detailpage section#content p {
    margin: 0;
}

    .detailpage section#content p.description {
        margin-bottom: 10px;
    }

.detailpage section#content h1 {
    margin: 10px 0 0 0;
}

.detailpage .aside {
    color: white;
    width: 167px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

    .detailpage .aside .sidebar_blue {
        background: #004b97;
    }

        .detailpage .aside .sidebar_blue h4 {
            font-size: 12px;
        }

        .detailpage .aside .sidebar_blue .top {
            padding: 15px 14px 3px 14px;
        }

        .detailpage .aside .sidebar_blue button {
            margin-bottom: 30px;
        }

        .detailpage .aside .sidebar_blue .bottom {
            background: #004b97;
            padding: 0px 20px 30px 20px;
        }

        .detailpage .aside .sidebar_blue ul li {
            padding-bottom: 0px;
            border-bottom: none;
        }

    .detailpage .aside ul {
        list-style: none;
        padding-left: 0;
    }

        .detailpage .aside ul li a, #relatedVideos ul li a {
            width: 140px;
            display: inline-block;
        }

/*.detailpage .aside ul li {
  padding-top: 10px;
  border-top: 1px solid #e9e9ef;  
}
.detailpage .aside ul li:first-child {
  padding-top: 0px;
  border-top: 0px solid #e9e9ef;  
}*/
.brd1 {
    margin-top: 20px;
    border-top: 1px solid #e9e9ef;
}

.brd2 {
    margin-top: 20px;
    border-top: 1px solid #e9e9ef;
    margin-bottom: 16px;
}

.brd3 {
    border-top: 1px solid #e9e9ef;
}


#OfferingTbl tr td {
    vertical-align: top;
}


.offeringsRelatedRightNav {
    /* margin-top: 30px;*/
    padding-top: 10px;
    /*border-bottom: 1px solid #e9e9ef;*/
    line-height: 15px;
    float: right;
    text-align: left;
}

    .offeringsRelatedRightNav ul {
        margin: 0px;
        padding: 0px;
    }

    .offeringsRelatedRightNav li {
        float: left;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        width: 160px;
        display: inline-block;
    }

        .offeringsRelatedRightNav li:last-child {
            width: 140px;
        }

    .offeringsRelatedRightNav h4 {
        color: #004b97;
        font-weight: 600;
        padding-bottom: 18px;
    }

    .offeringsRelatedRightNav a {
        color: #004b97;
        font-weight: 600;
        font-size: 11px;
    }

    .offeringsRelatedRightNav .csvideo img {
        padding-bottom: 5px;
    }


.detailpage .aside ul li.last {
    border-bottom: 0px;
}

.detailpage section#content section#relatedVideos {
    border-top: 1px solid #e9e9ef;
    display: block;
    padding: 10px 0;
    width: 100%;
    min-height: 140px;
    margin-bottom: 55px;
    margin-top: 25px;
}

    .detailpage section#content section#relatedVideos ul {
        list-style: none;
        padding-left: 0;
    }

        .detailpage section#content section#relatedVideos ul li {
            float: left;
            margin-right: 20px;
            width: 140px;
        }

            .detailpage section#content section#relatedVideos ul li img {
                display: block;
                margin-bottom: 5px;
            }

.detailpage section#content section#share {
    border-top: 1px solid #e9e9ef;
    padding-top: 20px;
}
/* ==========================================================================
   FOOTER 
   ========================================================================== */
footer {
    background: #004b97;
    color: #fff;
    clear: both;
    min-width: 980px;
    width: 100%;
    line-height: 22px;
}

    footer #sitemap section {
        border-right: 1px #003b77 solid;
        display: inline-block;
        float: left;
        min-height: 217px;
        padding: 30px 5px 0 20px;
        width: 155px;
    }

        footer #sitemap section:first-child {
            width: 140px;
            padding-left: 10px;
        }

        footer #sitemap section:last-child {
            border-right: 0;
        }

        footer #sitemap section h4 {
            color: #fff;
            margin: 0 0 8px;
        }

        footer #sitemap section ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            footer #sitemap section ul li {
                margin: 0 0 6px;
            }

                footer #sitemap section ul li a:link,
                footer #sitemap section ul li a:visited {
                    color: #5db0e5;
                }

    footer #contact {
        border-top: 1px #003b77 solid;
        line-height: 59px;
    }

        footer #contact .logo {
            display: inline-block;
            float: left;
            margin-top: 13px;
            margin-left: 10px;
        }

        footer #contact p {
            display: inline-block;
            float: right;
            text-align: right;
            margin: 0px;
        }

        footer #contact a {
            color: #5db0e5;
        }

    footer #copyright {
        background: #e9e9ef;
        color: #000;
    }

        footer #copyright a {
            color: #000;
        }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*sing in*/
#topbar .ms-welcome-root {
    height: 24px;
    line-height: 24px;
    font-size: 7pt;
    font-weight: normal;
}

#topbar .ms-core-menu-box {
    left: -1px !important;
}

#topbar .ms-welcome-root {
    border-left-color: #ccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #ccc;
    border-right-width: 1px;
    border-right-style: solid;
    padding-left: 20px;
    padding-right: 20px;
}

#topbar .ms-welcome-hover {
    border-right-color: rgb(209, 209, 209);
    border-left-color: rgb(209, 209, 209);
    background-color: rgb(255, 255, 255);
}

.ms-core-listMenu-horizontalBox {
    font-family: "Open Sans", Verdana, Helvetica, Sans-Serif !important;
    font-size: 12px;
    color: #52525f!important;
    font-weight: 600;
}

.additional-background.dynamic-children {
    background-image: none !important;
}

.ms-core-listMenu-item {
    color: #444444!important;
}

.ms-core-listMenu-root ul li {
    list-style-type: none;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin-right: 0px;
}

.ms-core-listMenu-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ms-core-listMenu-horizontalBox li.static:hover {
}

.ms-core-listMenu-horizontalBox .additional-background.dynamic-children {
    padding-right: 0px;
}

.ms-core-listMenu-item:hover {
    background-color: #004b97 !important;
    color: white !important;
}

.ms-core-listMenu-root ul.dynamic {
    padding: 0px;
    white-space: nowrap;
    min-width: 320px;
    margin-top: 12px;
    box-shadow-top: 0px;
}

    .ms-core-listMenu-root ul.dynamic li .ms-core-listMenu-item {
    }

.ms-promotedActionButton, .ms-promotedActionButton, #suiteLinksBox {
    display: none !important;
}

#s4-ribbonrow {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ms-signInLink {
    font-size: 9px !important;
    font-weight: normal;
    line-height: 22px !important;
    height: 22px !important;
}
/*padding top*/
.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}
/*padding right*/
.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}
/*padding bottom*/
.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}
/*padding left*/
.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}
/*marging top*/
.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}
/*marging right*/
.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}
/*marging bottom*/
.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    padding-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}
/*marging left*/
.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}


#ms-help, #fullscreenmode {
    display: none;
}

#s4-ribbonrow {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ms-srch-sb input {
    height: 24px;
    width: 150px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.ms-srch-sb-border {
    border: 1px solid #cacada;
}

.ms-srch-sb-searchLink img {
    display: none;
}

.ms-srch-sb-searchLink {
    background: url(../images/header_search_ico.png)no-repeat 0 3px;
}

    .ms-srch-sb-searchLink:hover {
        background: transparent url(../images/header_search_ico.png)no-repeat 0 3px;
    }

.ms-welcome-root:before {
    content: '\Welcome, ';
}

a.ms-core-menu-root:first-letter {
    text-transform: uppercase;
}

#heroAndTickerDiv .ms-webpartzone-cell {
    margin-bottom: 0px;
}

.news {
    width: 89%;
    overflow: hidden; /* "overflow" value must be different from "visible" */
    /* text-overflow: ellipsis;*/
    white-space: nowrap;
}

#s4-bodyContainer {
    padding-bottom: 0px;
}

.minihero #hero .slides {
    min-height: 210px !important;
}

    .minihero #hero .slides section {
        min-height: 210px !important;
    }

nav .ms-listMenu-editLink {
    display: none;
}

.playvideo {
    background: url('../images/play_small.png') 50% 50% no-repeat;
    width: 140px;
    height: 78px;
    position: absolute;
    z-index: 1000;
}

.playsearchvideo {
    background: url('../images/play_small.png') 50% 50% no-repeat;
    width: 180px;
    height: 101px;
    position: absolute;
    z-index: 1000;
}

.allSolutionsMenu h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}


/*horizontal tab*/
#htbox {
    position: relative;
    top: -1px;
    width: 200px;
}

.htbox {
    display: none;
    width: 200px;
    display: block;
    position: relative;
    height: 282px;
}
/**/


/*Begin : For Vertical Tab Home*/
#verticalbox {
    overflow: hidden;
    position: relative;
    top: -1px;
    height: 282px;
}

.verticalbox {
    display: none;
    height: 282px;
    overflow: hidden;
    display: block;
    position: relative;
}

/*End : For Vertical Tab Home*/
#headlines h3 {
    min-height: 89px;
}

#headlines .para {
    min-height: 98px;
}

.ms-webpartzone-cell {
    margin-bottom: 0px !important;
}

.playVideoVerticalTab {
    background: url('../images/tabs_video_play_ico.png') 50% 50% no-repeat;
    width: 260px;
    height: 147px;
    position: absolute;
    z-index: 1;
}

.overviewh2 {
    padding-top: 25px;
    padding-bottom: 10px;
}

#pageStatusBar {
    margin-bottom: 0px !important;
}

#leftDetailPage1Div {
    width: 200px;
    float: left;
    margin-top: 3px;
}

#centerQuoteDiv {
    width: 200px;
    float: right;
    margin-top: 12px;
}

#rightDetailPage1Div {
    float: left;
    width: 780px;
    margin-top: 11px;
}

    #rightDetailPage1Div #centerDiv {
        width: 550px;
    }


.detailh1 {
    margin-bottom: 8px;
    margin-top: 14px;
    width: 75%;
}

.detailpage .cbs-List {
    margin: 0px;
}

.detailpage .description {
    color: #8c8c9d;
    padding-bottom: 4px;
}

.colorBlue {
    color: #004b97;
}

.Solutions .solutioncontent {
    padding: 30px;
}

.solutions-links {
    bottom: 0px;
    position: relative;
    padding: 30px 0;
    width: 100%;
    display: inline-block;
}

.allcolumn2 {
    width: 42%;
    float: left;
    margin-right: 40px;
}

.suggestedcol {
    width: 20%;
    float: left;
}

.previewtitle {
    font-weight: 600;
    font-size: 20px;
    color: #004b97;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    clear: both;
}

.previewpage .aside .sidebar_blue {
    text-align: left;
    margin-left: 0;
}

#headlines figcaption {
    min-height: 30px;
}

#verticalbox h2 {
    min-height: 92px;
}

.verticalbox figure img {
    width: 260px;
    height: 147px;
}

#headlines img {
    width: 180px;
    height: 101px;
}

#solutions img, #suggestedContentDiv img, .aside img, #relatedVideos img {
    width: 140px;
    height: 78px;
}

.aside .sidebar_blue img {
    width: 100%;
    height: 100%;
}



/*Horizontal Tab CSS Classes*/
section.allHTSolutions h2 {
    font-weight: 400;
    color: white;
    font-size: 24px;
}

section.allHTSolutions ul li a {
    font-size: 12px;
    color: white;
}

section.allHTSolutions ul h4 {
    padding-left: 50px;
    font-weight: normal;
    font-size: 14px;
}

    section.allHTSolutions ul h4 span {
        font-weight: 600;
    }

section.allHTSolutions button:hover {
    background: white;
    color: #004b97;
}

section.allHTSolutions {
    background: #004b97;
    color: #fff;
    margin: 0 auto;
    min-width: 980px;
    width: 980px;
    min-height: 407px;
    overflow: hidden;
    position: relative;
    top: -1px;
}

    section.allHTSolutions ul.allHTSolutionsMenu {
        margin: 0px;
        padding: 0px;
        width: 175px;
        background: #003B77;
        float: left;
        min-height: 407px;
        list-style: none;
    }

        section.allHTSolutions ul.allHTSolutionsMenu li:first-child {
            margin-top: 30px;
        }

        section.allHTSolutions ul.allHTSolutionsMenu li {
            padding: 5px;
            padding-left: 25px;
            margin-bottom: 15px;
            margin-left: 30px;
        }

        section.allHTSolutions ul.allHTSolutionsMenu h4 {
            color: white;
            text-decoration: none;
        }

        section.allHTSolutions ul.allHTSolutionsMenu span {
            color: white;
            text-decoration: none;
        }

        section.allHTSolutions ul.allHTSolutionsMenu li:hover,
        section.allHTSolutions ul.allHTSolutionsMenu li.active {
            background: #004b97;
            padding-left: 25px;
            background-image: url('../images/highlights_arrow.png');
            background-repeat: no-repeat;
            background-position: 0.5em;
            background-position-y: 9px;
        }

        section.allHTSolutions ul.allHTSolutionsMenu li a {
            color: white;
            text-decoration: none;
        }

            section.allHTSolutions ul.allHTSolutionsMenu li a:hover {
                border-bottom: 1px solid white;
            }

    section.allHTSolutions article {
    }

    section.allHTSolutions .HTSolutions {
        min-height: 407px;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: -1px;
    }

    section.allHTSolutions .solutionItem {
        /*display: none;*/
        min-height: 407px;
        /*overflow: auto;*/
        display: block;
        position: relative;
        overflow-x: hidden;
    }

.allHTSolutionsMenu h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.HTSolutions .solutioncontent {
    padding: 30px;
}




/**/
section.allHTWhitepaper h2 {
    font-weight: 400;
    color: white;
    font-size: 24px;
}

section.allHTWhitepaper ul li a {
    font-size: 12px;
    color: white;
}

section.allHTWhitepaper ul h4 {
    padding-left: 50px;
    font-weight: normal;
    font-size: 14px;
}

    section.allHTWhitepaper ul h4 span {
        font-weight: 600;
    }

section.allHTWhitepaper button:hover {
    background: white;
    color: #004b97;
}

section.allHTWhitepaper {
    background: #004b97;
    color: #fff;
    margin: 0 auto;
    min-width: 980px;
    width: 980px;
    min-height: 407px;
    overflow: hidden;
    position: relative;
    top: -1px;
}

    section.allHTWhitepaper ul.allHTWhitepaperMenu {
        margin: 0px;
        padding: 0px;
        width: 175px;
        background: #003B77;
        float: left;
        min-height: 407px;
        list-style: none;
    }

        section.allHTWhitepaper ul.allHTWhitepaperMenu li:first-child {
            margin-top: 30px;
        }

        section.allHTWhitepaper ul.allHTWhitepaperMenu li {
            padding: 5px;
            padding-left: 25px;
            margin-bottom: 15px;
            margin-left: 30px;
        }

        section.allHTWhitepaper ul.allHTWhitepaperMenu h4 {
            color: white;
            text-decoration: none;
        }

        section.allHTWhitepaper ul.allHTWhitepaperMenu span {
            color: white;
            text-decoration: none;
        }

        section.allHTWhitepaper ul.allHTWhitepaperMenu li:hover,
        section.allHTWhitepaper ul.allHTWhitepaperMenu li.active {
            background: #004b97;
            padding-left: 25px;
            background-image: url('../images/highlights_arrow.png');
            background-repeat: no-repeat;
            background-position: 0.5em;
            background-position-y: 9px;
        }

        section.allHTWhitepaper ul.allHTWhitepaperMenu li a {
            color: white;
            text-decoration: none;
        }

            section.allHTWhitepaper ul.allHTWhitepaperMenu li a:hover {
                border-bottom: 1px solid white;
            }

    section.allHTWhitepaper article {
    }

    section.allHTWhitepaper .HTWhitepaper {
        min-height: 407px;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: -1px;
    }

    section.allHTWhitepaper .whitepaperItem {
        /*display: none;*/
        min-height: 407px;
        /*overflow: auto;*/
        display: block;
        position: relative;
        overflow-x: hidden;
    }

.allHTWhitepaperMenu h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.HTWhitepaper .whitepapercontent {
    padding: 30px;
}

section.allHTBrochures h2 {
    font-weight: 400;
    color: white;
    font-size: 24px;
}

section.allHTBrochures ul li a {
    font-size: 12px;
    color: white;
}

section.allHTBrochures ul h4 {
    padding-left: 50px;
    font-weight: normal;
    font-size: 14px;
}

    section.allHTBrochures ul h4 span {
        font-weight: 600;
    }

section.allHTBrochures button:hover {
    background: white;
    color: #004b97;
}

section.allHTBrochures {
    background: #004b97;
    color: #fff;
    margin: 0 auto;
    min-width: 980px;
    width: 980px;
    min-height: 407px;
    overflow: hidden;
    position: relative;
    top: -1px;
}

    section.allHTBrochures ul.allHTBrochuresMenu {
        margin: 0px;
        padding: 0px;
        width: 175px;
        background: #003B77;
        float: left;
        min-height: 407px;
        list-style: none;
    }

        section.allHTBrochures ul.allHTBrochuresMenu li:first-child {
            margin-top: 30px;
        }

        section.allHTBrochures ul.allHTBrochuresMenu li {
            padding: 5px;
            padding-left: 25px;
            margin-bottom: 15px;
            margin-left: 30px;
        }

        section.allHTBrochures ul.allHTBrochuresMenu h4 {
            color: white;
            text-decoration: none;
        }

        section.allHTBrochures ul.allHTBrochuresMenu span {
            color: white;
            text-decoration: none;
        }

        section.allHTBrochures ul.allHTBrochuresMenu li:hover,
        section.allHTBrochures ul.allHTBrochuresMenu li.active {
            background: #004b97;
            padding-left: 25px;
            background-image: url('../images/highlights_arrow.png');
            background-repeat: no-repeat;
            background-position: 0.5em;
            background-position-y: 9px;
        }

        section.allHTBrochures ul.allHTBrochuresMenu li a {
            color: white;
            text-decoration: none;
        }

            section.allHTBrochures ul.allHTBrochuresMenu li a:hover {
                border-bottom: 1px solid white;
            }

    section.allHTBrochures article {
    }

    section.allHTBrochures .HTBrochures {
        min-height: 407px;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: -1px;
    }

    section.allHTBrochures .brochuresItem {
        /*display: none;*/
        min-height: 407px;
        /*overflow: auto;*/
        display: block;
        position: relative;
        overflow-x: hidden;
    }

.allBrochuresMenu h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.HTBrochures .brochurescontent {
    padding: 30px;
}

#SolutionsTab, #WhitePaperTab, #BrochureTab {
    font-size: 20px;
    color: white;
    list-style: none;
    width: 326px;
    margin: 0px;
    text-align: center;
    border-bottom: 2px solid #003b77;
    border-right: 1px solid rgb(0, 75, 151);
}

    #SolutionsTab a, #WhitePaperTab a, #BrochureTab a {
        width: 326px;
        padding: 20px 0px;
        display: block;
    }

#offerings ul {
    padding: 0px;
    margin: 0px;
}

.searchcl {
    float: left;
    margin-right: 20px;
    width: 217px;
    margin-bottom: 20px;
}

   /* .searchcl h3 {
        min-height: 90px;
    }
	*/
    .searchcl .para {
        min-height: 100px;
    }

    .searchcl figcaption {
        min-height: 30px;
    }

.ms-srchnav {
    background: rgb(0, 75, 151);
    color: #fff;
    font-size: 12px;
}

    .ms-srchnav h2 {
        background: rgb(0, 75, 151);
        color: #fff;
        font-size: 12px;
        font-weight: normal;
    }

.ms-srchnav-link:link, .ms-srchnav-link:visited {
    color: #fff;
}

.ms-srchnav-list li {
    padding: 0px;
}

    .ms-srchnav-list li a {
        text-align: center;
        padding: 18px 24px;
        display: inline-block;
        border-right: 1px solid #00468d;
    }

.ms-srchnav-link-selected {
    color: white;
    background: rgb(0, 70, 141) url('../images/downarrow.png') center bottom no-repeat;
}

    .ms-srchnav-link-selected:link, .ms-srchnav-link-selected:visited {
        color: white;
    }

.ms-ref-refinername:link, .ms-ref-refinername:visited {
    font-weight: 700;
    font-size: 11px;
    color: #004b97;
}

.ms-ref-name {
    color: #5db0e5;
    font-size: 11px;
    line-height: normal;
}

.ms-ref-refiner #Value {
    padding: 0px;
}

.ms-promlink-button {
    min-height: 26px;
    min-width: 28px;
}

.ms-srch-result #PagingLink a {
    font-size: 11px;
    color: #5db0e5;
}

.ms-ref-refiner #Container {
    padding-bottom: 12px;
    border-bottom: 1px solid #cacada;
    margin-bottom: 20px;
}

.ms-srch-sbLarge > input {
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    width: 440px;
    margin-top: 0px;
    color: black;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
    height: 24px;
}

.searchtitle {
    margin-bottom: 5px;
}

#refinerDiv {
    width: 20%;
    float: left;
    margin-right: 10px;
}

#resultsDiv {
    width: 78%;
    float: left;
}

#fastfacts {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
}

.width100 {
    min-width: 100px;
}

.textalignr {
    text-align: right;
}

.zindex10 {
    z-index: 10;
}

nav ul ul li a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    word-wrap: normal !important;
}

.searchbg {
    background: rgb(0, 75, 151);
    margin-top: 30px;
    margin-bottom: 30px;
}

.ms-core-menu-icon img {
    width: 100% !important;
    height: 100% !important;
}

ul.dynamic {
    z-index: 100000 !important;
}

.searchcl img {
    width: 180px;
    height: 101px;
}

.minihero {
    width: 980px;
}

#relatedVideos h4 {
    font-weight: 700;
}

    #relatedVideos h4 span {
        font-weight: normal;
    }

button.disableDisplayNone {
    background-color: rgb(0, 75, 151) !important;
    cursor: default;
    color: rgb(0, 75, 151)!important;
}

    button.disableDisplayNone:hover {
        background-color: rgb(0, 75, 151)!important;
        cursor: default;
        color: rgb(0, 75, 151) !important;
    }

.detailpage .aside ul li a, #relatedVideos ul li a:hover {
    text-decoration: none;
}

.pvheadline {
    background: url('../images/play_small.png') 50% 50% no-repeat;
    width: 180px;
    height: 101px;
    position: absolute;
    z-index: 1;
}

.sidebar_blue button:hover {
    background: #0a919d !important;
    color: #fff;
}

#solutions button {
    padding: 10px 10px;
}

.smallell {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

#suggested h4 {
    padding-bottom: 15px;
    margin-bottom: 0px;
}

#suggested ul {
    padding: 0px;
    margin: 0px;
}

/*Begin : Dot Dot Styling */

/*New Ticker*/
.dotdotNewTicker {
    height: 50px !important;
    width: 90% !important;
    font-size: 12px;
    color: #52525f;
}

.news p {
    margin: 0px !important;
    padding: 0px !important;
    /*float:left;*/
}

.news b {
    float: left;
    padding-right: 10px;
}

/*Vertical Tab*/
.vttitle {
    /*width:390px;*/
    /*height: 100px;*/
    min-height: auto;
    max-height: 96px;
    overflow: hidden;
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 5px;
}

.vtdes {
    /*width:390px;*/
    height: 60px;
    font-size: 12px;
    margin-bottom: 8px;
}

.vttopics {
    width: 260px;
    height: 60px;
    font-size: 12px;
}

/*Headlines*/
.hltitle {
    width: 180px;
    height: 90px;
}

.hldec {
    width: 180px;
    height: 100px;
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
}

.hltopic {
    width: 170px;
    height: 35px;
    font-size: 11px;
}


/*Feature Solution*/
.fstitle {
    margin: 0px !Important;
    float: left;
    width: 130px !Important;
    height: 70px !Important;
}

.fstopics {
    height: 40px;
}

/*Mini Hero*/
.mhtitle {
    width: 600px;
    height: 42px;
    font-size: 30px;
    color: #002E5F;
    font-weight: 700;
    letter-spacing: -1px;
    display: block;
}

.mhdes {
    width: 600px;
    height: 58px;
    color: #999999;
    font-size: 28px;
    line-height: .95em;
    letter-spacing: -1px;
    font-weight: 400;
    display: block;
}

/*Case Studies*/
.cs {
    width: 140px;
    height: 45px;
}

.csvideo {
    width: 140px;
}

.aside .csvideo {
    width: 140px;
    height: 120px;
}


/*Horizontal Tab*/
.htmenu {
    width: 120px;
    height: 47px;
}

.htmenuSolutions {
    height: 40px !important;
}

.htmenuBrochure {
    height: 40px !important;
}

.htmenuWhitepaper {
    height: 40px !important;
}

/* All Solution*/
.solution-title {
    height: 20px !important;
    width: 350px;
    margin-left: 30px;
    float: left;
    display: block;
}

.sfdesc {
    height: 170px !important;
}

.youmay {
    width: 99%;
    height: 30px;
}

.body {
    min-height: 600px;
}

#videosOverViewDiv a {
    color: #004b97 !important;
    font-weight: 600 !important;
}

section#highlights .ms-core-menu-box a {
    color: black;
}

.social {
    background: url('../images/social.png') no-repeat;
    width: 19px;
    height: 19px;
}

.fb {
    background-position: 0 0;
}

.tw {
    background-position: -22px 0;
}

.li {
    background-position: -44px 0;
}

.gp {
    background-position: -66px 0;
}

.rss {
    background-position: -88px 0;
}

#offerings p {
    margin: 0px;
    padding: 0px;
}

.dotbg {
    background-color: #003B77;
    width: 175px;
}

.bbg {
    background: #004b97;
}

.subbody {
    margin: 0 auto;
    width: 980px;
}

.leftnav {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.rightbody {
    width: 720px !important;
    float: left !important;
    margin-bottom: 30px;
}

.aside .sidebar_blue ul {
    list-style: circle !important;
    padding-left: 30px !important;
    text-align: left !important;
}

.aside .sidebar_blue ol {
    text-align: left !important;
}

.txtfield {
    width: 280px;
    height: 26px;
    border: 1px solid #cbcad8 !important;
    font-size: 12px;
    font-style: normal;
}

.btnlog {
    color: white !important;
    background: #5db0e5 !important;
    padding: 10px 25px !important;
    border: none !important;
    margin: 15px 15px 15px 0 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    min-width: 100px;
}

    .btnlog:hover {
        background: #004b97 !important;
    }

.btnlogcan {
    color: #8c8c9d !important;
    background: #edecfc !important;
    padding: 10px 25px !important;
    border: none !important;
    margin: 15px 0 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    width: 100px;
}

    .btnlogcan:hover {
        background: #999 !important;
        color: white !important;
    }

.links, .links:link, .links a:link, .links:visited, .links a:visited {
    color: #5db0e5;
    cursor: pointer;
}

.error {
    color: red !important;
}

#recaptcha_image img {
    border: 1px solid #cbcad8;
    margin-top: 5px;
    padding: 5px;
    width: 312px !important;
    height: 69px !important;
}

#recaptcha_image {
    width: 312px !important;
    height: 69px !important;
    display: inline-block;
}

.logcheckbox input {
    margin-right: 5px;
}

.register {
    font-size: 12px !important;
    font-weight: normal !important;
}

#sideNavBox {
    margin: 0px 30px 20px 0;
    background: #004b97;
}

    #sideNavBox hr {
        display: none;
    }

    #sideNavBox ul li {
        padding-left: 5px;
        border-bottom: 1px solid #004083;
        line-height: 24px;
    }

        #sideNavBox ul li a:hover {
        }

        #sideNavBox ul li, #sideNavBox ul li > span {
            color: white !important;
            font-weight: 600;
        }

            #sideNavBox ul li.active {
            }

                #sideNavBox ul li.active a:hover {
                }

            #sideNavBox ul li ul li {
                background: none;
                padding-left: 5px !important;
                border-bottom: 0px solid #004083;
                line-height: 18px;
            }

                #sideNavBox ul li ul li a:hover {
                    background: none !important;
                }

    #sideNavBox .ms-navedit-editArea {
        display: none;
    }

    #sideNavBox ul li a {
        font-size: 12px;
        color: white !important;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif !important;
    }

    #sideNavBox ul li ul li a {
        font-size: 12px;
        color: #5db0e5 !important;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif !important;
        padding-left: 20px !important;
    }


#leftNavBox {
    margin: 0px 30px 20px 0;
    /*background: #004b97;*/
}

    #leftNavBox hr {
        display: none;
    }

    #leftNavBox ul li {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        /*border-bottom: 1px solid #004083;*/
        border-bottom: 1px solid #f6f6f6;
        line-height: 24px;
        width: 100%;
    }

        #leftNavBox ul li a:hover {
        }

        #leftNavBox ul li a:active {
            color: #002e5f;
        }

        #leftNavBox ul li a:visited {
            color: #002e5f;
        }




        #leftNavBox ul li, #leftNavBox ul li > span {
            color: #5db0e5 !important;
            font-weight: bold;
        }

            #leftNavBox ul li.active {
            }

                #leftNavBox ul li.active a:hover {
                }

            #leftNavBox ul li ul li {
                background: none;
                padding-left: 10px !important;
                border-bottom: 0px solid #004083;
                /*line-height: 18px;*/
            }

            #leftNavBox ul li a:hover {
                background: none !important;
                color: #00b2b2 !important;
            }

    #leftNavBox .ms-navedit-editArea {
        display: none;
    }

    #leftNavBox ul li a {
        font-size: 16px;
        /*color: white !important;*/
        color: #5db0e5 !important;
        font-weight: 600;
        /* width:100% */
    }

    #leftNavBox ul li ul li a {
        font-size: 14px;
        color: #5db0e5 !important;
        font-weight: 600;
        padding-left: 10px !important;
    }

    #leftNavBox ul li ul li ul li a {
        font-size: 12px;
        color: #5db0e5 !important;
        font-weight: normal;
        padding-left: 10px !important;
    }

    #leftNavBox ul li ul li ul {
        margin-top: 0px;
    }


.subtitle {
    /*background: #004b97;*/
    /*border-bottom: 1px solid #004083;*/
    border-bottom: 1px solid #f6f6f6;
    margin-top: 49px;
    font-size: 20px;
    color: #999;
    padding-left: 10px;
    padding-bottom: 8px;
}

    .subtitle a, .subtitle a:hover {
        font-size: 20px;
        /*color: white;*/
        color: #999999;
        font-weight: 600;
        /*background: #004b97;*/
        text-decoration: none;
    }

.promotedblock {
    float: left;
    width: 430px;
    margin-right: 30px;
}

.protitle {
    height: 78px !important;
    width: 250px !important;
    float: left;
}

.proimg {
    margin-right: 20px;
    float: left;
}

nav ul ul li a:focus {
    outline: 0 none !important;
}
/*sub menu*/
ul#welcomeMenu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
}

ul#welcomeMenu li:hover ul.sub-menu {
    display: block;
}

#welcomeMenu li {
    list-style: none;
}

#welcomeMenu, .sub-menu {
    margin: 0px;
    padding: 0px;
}

.sub-menu {
    z-index: 10000;
    background: #c8c8d7;
    min-width: 250px !important;
    padding: 20px;
}

#welcome, #welcome a {
    font-size: 9px;
    line-height: 20px;
}

#welcomeMenu a:hover {
    text-decoration: none;
}

#welcome {
    border-left: 1px solid #cacada;
    border-right: 1px solid #cacada;
    padding: 0 10px;
    margin-top: 3px;
}

.nohand, .nohand a {
    cursor: text;
}

.downarrow {
    background: url('../images/icon_arrow_mini_down.png') no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin-left: 8px;
    width: 8px;
}

.success {
    color: green;
    font-weight: 600;
}
/*Items below added to support new Suggested Content Control */

section#content section#suggestedContentItems ul li a {
    color: #00468d;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
}

.overviewpage .aside ul li a, #suggestedContentItems ul li a {
    width: 140px;
    display: inline-block;
}

suggestedContentItems {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px solid #e9e9ef;
}

.overviewpage section#content section#suggestedContentItems {
    border-top: 1px solid #e9e9ef;
    display: block;
    padding: 10px 0;
    width: 100%;
    min-height: 140px;
    margin-bottom: 55px;
    margin-top: 25px;
}

    .overviewpage section#content section#suggestedContentItems ul {
        list-style: none;
        padding-left: 0;
    }

        .overviewpage section#content section#suggestedContentItems ul li {
            float: left;
            margin-right: 20px;
            width: 140px;
        }

            .overviewpage section#content section#suggestedContentItems ul li img {
                display: block;
                margin-bottom: 5px;
            }

#suggestedContentItems ul {
    margin: 0px;
    padding: 0px;
}

#suggestedContentItems li {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 20%;
    display: inline-block;
}

#suggestedContentItems h4 {
    color: #b40000;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

#suggestedContentItems a {
    color: #5db0e5;
    font-weight: 400;
    font-size: 11px;
}

.brd2 {
    border-top: 1px solid #e9e9ef;
    margin-top: 10px;
}

#solutions img, #suggestedContentDiv img, .aside img, #suggestedContentItems img {
    width: 140px;
    height: 78px;
}

/*Items above added to support new Suggested Content Control */
.controlDivs {
    float: left;
    width: 25px;
    height: 30px;
    cursor: pointer;
    /* background: url('../images/highlights_arrow.png') no-repeat 10px 12px; */
}

.controlDivs_active {
    cursor: pointer;
    /*background: url('../images/downarrow.png') no-repeat 8px 13px;*/
}


.accordian .selected a {
    background: transparent !important;
}

section#headlines ul.slides li {
    display: block;
}

    section#headlines ul.slides li li {
        display: list-item;
    }

.sctitle {
    width: 140px !important;
    height: 20px !important;
}

#suggestedContentItems h2 {
    padding-bottom: 20px;
}

nav ul ul li .dynamic-children {
    background-image: url('../images/ars.png');
    background-repeat: no-repeat;
    background-position: right;
}

.ms-srch-sbLarge {
    display: inherit;
}

.ms-core-sideNavBox-removeLeftMargin {
    margin: 0px !important;
}

.accordian .ms-splinkbutton-text {
    display: none !important;
}

.tablebutton {
    background-color: rgb(93, 176, 229);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}

.tablebuttonlink {
    color: #ffffff;
    text-decoration: none;
}

.homepageHeroHeadline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 38px;
    width: 100%;
}

.homepageHeroSubHead {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #999999;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 32px;
    width: 100%;
}
/*Follow Us Social Icons CSS Classes*/
.followUsIcons {
    width: 17px;
    height: 17px;
}

.followUs-row {
    margin-top: 3px;
    margin-right: -3px;
}

.followUs-row-div {
    float: right;
    margin-top: -2px;
}

.followUs-text-div {
    float: left;
    margin-top: -2px;
    padding-left: 24px;
}

.followUs-parent-div {
    width: 231px;
    float: right;
    margin-top: 16px;
}

.followUs-pipe-text {
    font-size: 15px;
    color: #0000FF;
}

.followUs-font {
    color: #234C7E;
}

.detailpage-subtitle {
    color: #9F9F9F;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-top: -15px;
    padding-bottom: 12px;
}

.list-item-style {
    margin-left: -29px;
}

.detail-title-float {
    float: left;
    margin-left: -202px;
    margin-top: 40px;
    font-weight: bold;
}

.detailpage-author-title {
    color: #ABABAB;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
}

/*Items below added to support new Suggested Content Control in details page*/

section#content section#suggestedContentItems ul li a {
    color: #00468d;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
}

.overviewpage .aside ul li a, #suggestedContentItems ul li a {
    width: 140px;
    display: inline-block;
}

suggestedContentItems {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px solid #e9e9ef;
}

.overviewpage section#content section#suggestedContentItemsDetailsPage {
    border-top: 1px solid #e9e9ef;
    display: block;
    padding: 10px 0;
    width: 100%;
    min-height: 140px;
    margin-bottom: 55px;
    margin-top: 25px;
}

    .overviewpage section#content section#suggestedContentItemsDetailsPage ul {
        list-style: none;
        padding-left: 0;
    }

        .overviewpage section#content section#suggestedContentItemsDetailsPage ul li {
            float: left;
            margin-right: 20px;
            width: 140px;
        }

            .overviewpage section#content section#suggestedContentItemsDetailsPage ul li img {
                display: block;
                margin-bottom: 5px;
            }

#suggestedContentItemsDetailsPage ul {
    margin: 0px;
    padding: 0px;
    margin-right: -78px;
}

#suggestedContentItemsDetailsPage li {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 25%;
    display: inline-block;
}

#suggestedContentItemsDetailsPage h4 {
    color: #b40000;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

#suggestedContentItemsDetailsPage a {
    color: #5db0e5;
    font-weight: 400;
    font-size: 11px;
}

.overviewpage section#content section#suggestedContentItemsOfferingsPage {
    border-top: 1px solid #e9e9ef;
    display: block;
    padding: 10px 0;
    width: 100%;
    min-height: 140px;
    margin-bottom: 55px;
    margin-top: 25px;
}

    .overviewpage section#content section#suggestedContentItemsOfferingsPage ul {
        list-style: none;
        padding-left: 0;
    }

        .overviewpage section#content section#suggestedContentItemsOfferingsPage ul li {
            float: left;
            margin-right: 20px;
            width: 100px;
        }

            .overviewpage section#content section#suggestedContentItemsOfferingsPage ul li img {
                display: block;
                margin-bottom: 5px;
            }

#suggestedContentItemsOfferingsPage ul {
    margin: 0px;
    padding: 0px;
    margin-right: -66px;
}

#suggestedContentItemsOfferingsPage li {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 25%;
    display: inline-block;
}

#suggestedContentItemsOfferingsPage h4 {
    color: #b40000;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

#suggestedContentItemsOfferingsPage a {
    color: #5db0e5;
    font-weight: 400;
    font-size: 11px;
}

.detailPage_hr {
    margin-top: 28px;
}

.offeringspage-suggestedcontent-hr {
    width: 780px;
    margin-left: 0px;
}

.overViewPage-title-font {
    font-weight: bold;
    font-size: 26px;
    color: #002E5F;
    margin-top: 15px;
}

.overViewPage-subtitle-font {
    color: #9F9F9F;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-top: -5px;
    padding-bottom: 12px;
}

.overViewpage-description-font {
    margin-top: 52px;
}

.OfferingsHeading {
    color: #004b97;
    font-weight: bold;
    margin-top: 20px;
    font-size: 17px;
}

.downloadsfont {
    font-size: 13px;
    line-height: 14px;
}

.offeringPage-thoughtleader-div {
    margin-left: 12px;
    margin-top: 15px;
    height: 100px;
    float: right;
}

.offeringPage-thoughtleader-ul {
    list-style: none;
}

.offeringPage-relatedVideos-div {
    width: 136px;
    margin-left: 10px;
    margin-top: 25px;
}

.offeringPage-thoughtleader-heading {
    margin-left: 39px;
    font-family: 'Open Sans', sans-serif !important;
    color: #3A5D7D;
    font-weight: bold;
}

.offeringPage-relatedvedios-float {
    float: right;
}

.offeringPage-relatedVideos-hr {
    width: 150px;
    margin-left: 8px;
}

.offeringPage-sectionborder {
    border-top: none;
    margin-top: -30px;
}

.offeringsPage-pressRelease-div {
    width: 147px;
    float: right;
    border-top: 1px solid #e9e9ef;
    margin-right: -11px;
    margin-top: -32px;
}

.offeringsPage-pressRelease-font {
    margin-top: 15px;
    margin-left: 5px;
    color: #3A5D7D;
    font-weight: bold;
}

.offeringsPage-pressRelease-ul {
    list-style: none;
    margin-left: -35px;
}

.offeringPage-rightzone-heading {
    color: #3A5D7D;
    font-weight: bold;
    line-height: 35px;
}

.ms-rteTable-0 p {
    padding-bottom: 10px;
}

.right-col p {
    padding-bottom: 10px;
}

.offeringsPage-suggestedcontent {
    width: 765px;
    margin-left: 6px;
}

.offeringsPage-thoughtleader-image {
    width: 142px;
    height: 80px;
}

.offeringsPage-offerings {
    width: 142%;
    float: left;
    border-top: 1px solid #e9e9ef;
    margin-top: -22px;
    margin-left: -166px;
}

.offeringsPage-shortdesc {
    width: 80%;
    float: left;
    padding-bottom: 20px;
}

.offeringsPage-shortdesc1 {
    width: auto;
    float: left;
    padding-bottom: 20px;
}


.offeringsPage-offerings-hr {
    width: 110%;
    float: left;
    border-top: 1px solid #e9e9ef;
}

.offeringsPage-ShortTitle {
    height: 20px;
}

.offeringsPage-p {
    height: 10px !important;
    width: 350px;
    margin-left: 5px;
    float: left;
    display: block;
}

.Offerings-subitems-heading {
    padding-bottom: 8px;
    font-weight: bold;
}

    .Offerings-subitems-heading div ul {
    }

.Offerings-subitems ul {
    padding-left: 15px;
    margin-top: 0px;
}

.offerings-relatedVideos-font {
    color: #155A9E;
}

/*
.countryOptions > li {
    width: 50% !important;
}*/

    .countryOptions > li:first-child {
        border-right: 1px solid #c8c8d7;
    }

    .countryOptions > li:last-child {
        border-bottom: 1px solid #c8c8d7 !important;
    }
/*left nav script code */

#countryOptions a {
    font-size: 9px !important;
    color: #52525f !important;
}

    #countryOptions a:focus {
        font-size: 9px !important;
        color: #52525f !important;
        background: #fff !important;
    }

.showCP {
    display: block !important;
}

.hideCP {
    display: none !important;
}

.controlDivsMenu {
    /*background: url('../images/rightarrow.png') no-repeat left 11px;*/
    float: left;
    width: 20px;
    height: 30px;
}

.controlDivsMenu_down {
    /*background: url('../images/adm.png') no-repeat left 16px; */
    float: left;
    width: 20px;
    height: 30px;
}

ul.subnavClassActive {
    position: inherit !important;
}

ul.subnavClassInactive {
    position: absolute !important;
}

#mobile-nav.opened,
#mobile-search.opened {
    clip: auto !important;
    max-height: 9999px;
    width: 320px;
    z-index: 999;
}

.grandchildNod {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 50;
    background-color: #fff;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
}

.subnavClassActive {
    border: 0px !important;
    box-shadow: 0px !important;
    border-color: transparent !important;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border: 0px solid #d1d1d1;
    box-shadow: 0px 0px 7px 0px transparent !important;
}

.accordian ul ul li a {
    color: #004b97 !important;
}


/*Begin : Microsites Assets Styling*/

#suggestedContentLeft {
    width: 772px;
}

#assetsWebPartTbl {
    width: 512px;
}

    #assetsWebPartTbl .td {
        width: 171px;
    }

.micrositeAssets {
    padding-top: 10px;
    line-height: 15px;
    float: right;
    text-align: left;
    padding-right: 10px;
}


    .micrositeAssets ul {
        margin: 0px;
        padding: 0px;
    }

    .micrositeAssets li {
        float: left;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        width: 160px;
        display: inline-block;
    }

        .micrositeAssets li:last-child {
            width: 140px;
        }

    .micrositeAssets h4 {
        color: #004b97;
        font-weight: 600;
        padding-bottom: 18px;
    }

    .micrositeAssets a {
        color: #004b97;
        font-weight: 600;
        font-size: 11px;
    }

    .micrositeAssets .csvideo img {
        padding-bottom: 5px;
    }

.strategicPlanningDiv {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: justify;
}

    .strategicPlanningDiv h1 {
        font-size: 18px;
        color: #00468d;
        font-weight: bold;
        line-height: 16px;
    }

    .strategicPlanningDiv ul {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        margin-left: 22px;
        list-style: none;
        margin-left: 2px;
    }

        .strategicPlanningDiv ul li {
            padding-bottom: 10px;
            clear: both;
            display: inline-block;
            width: 100%;
        }

            .strategicPlanningDiv ul li a {
                font-weight: bold;
                font-size: 13px;
            }

            .strategicPlanningDiv ul li div {
                margin-top: 4px;
            }

            .strategicPlanningDiv ul li span, p {
                font-family: 'Open Sans', sans-serif !important;
            }

            .strategicPlanningDiv ul li img {
                width: 142px;
                height: 80px;
                float: left;
                margin-right: 10px;
                margin-top: 3px;
            }

.downloadsDiv {
    margin: 0;
    padding: 0;
    text-align: justify;
}

    .downloadsDiv h1 {
        font-size: 18px;
        color: #00468d;
        font-weight: bold;
    }

    .downloadsDiv ul {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        margin-left: 22px;
    }

        .downloadsDiv ul li {
            margin-bottom: 10px;
        }

            .downloadsDiv ul li a {
                font-weight: 600;
                font-size: 16px;
                color: #5db0e5;
            }

            .downloadsDiv ul li div {
                margin-top: 4px;
            }

            .downloadsDiv ul li span, p {
                font-family: 'Open Sans', sans-serif !important;
            }

.microsite-editwebpartRow {
    width: 255px;
}

    .microsite-editwebpartRow div {
        width: 255px;
    }

    .microsite-editwebpartRow input {
        width: 176px;
        margin-bottom: 10px;
    }


#suggestedContentBottom-RightRailDiv .micrositeAssets {
    float: left !important;
    width: 520px;
}

    #suggestedContentBottom-RightRailDiv .micrositeAssets li {
        margin-right: 10px;
    }

#suggestedContentBottom-NoRightRailDiv .micrositeAssets {
    width: 720px;
    float: left !important;
}

    #suggestedContentBottom-NoRightRailDiv .micrositeAssets li {
        margin-right: 20px;
    }


/*End : Microsite Assets Styling*/
.fullbody .contentbody {
    width: 752px;
    margin-right: 68px;
    margin-left:10px;
    float: left;
}

.fullbody .rightnav {
    float: left;
    width: 140px;
}

.fullbody .totalbody {
    width: 980px;
}

.halfbody .contentbody {
    width: 512px;
    margin-right: 60px;
    margin-left: 8px;
    float: left;
}

.halfbody .rightnav {
    float: left;
    width: 140px;
}

.active {
    color: #002e5f;
}

.rightnav .micrositeAssets li:first-child {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    width: 140px;
    padding-top: 15px;
}

.rightnav .micrositeAssets li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    width: 140px;
    padding-bottom: 15px;
}

    .rightnav .micrositeAssets li:last-child {
        border-bottom: 0px solid #ccc;
        margin-bottom: 15px;
        width: 140px;
        padding-bottom: 15px;
    }

.contentbody, .fullbody {
    padding-left: 0px;
}

.ms-ToolPaneBody {
    background: white;
    position: relative;
    z-index: 100000;
}

.linkActive {
    color: #002e5f;
}
/*   Leadership styles  */
.leadership
{
margin-top:5px; 
}

div.leadership {
    width: auto;
    margin-left:9px;
}

	div.leadership a{
	font-size:12px!important;
	}
}
    

    div.leadership p {
        margin: 0 0 6px 0;
    }

    div.leadership ul.slides {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    div.leadership .post {
        border: 1px solid #cacada;
        min-height: 360px;
        padding: 0px 20px 16px;
    }

        div.leadership .post small {
            display: block;
            margin: 0 0 5px;
        }

        div.leadership .post figure img {
            margin-bottom: 10px;
            max-width: 100%;
        }

   div.leadership h3 {
        font-size: 14px!important;
        margin: 0 0 5px!important;
        padding-top:17px!important;
        padding-bottom:0!important;
        color:#002E5F!important;
        font-weight:700;
    }

/*div.leadership h2 {
        font-size: 17px!important;
        margin: 0 0 5px!important;
        padding-top:17px!important;
        padding-bottom:0!important;
        color:#002E5F!important;
        font-weight:700;
    }*/
        div.leadership h3 a {
            color: #000;
        }

            div.leadership h3 a:hover,
            div.leadership h3 a:active {
                color: #000;
                text-decoration: none;
            }

    div.leadership article small {
        color: #b31f24;
    }

    div.leadership figure figcaption a {
        color: #5db0e5;
        
    }

    div.leadership figure figcaption p {
        margin: 0;
        word-wrap: break-word;
    }

    div.leadership .post small {
        font-weight: 700;
        text-transform: uppercase;
        min-height: 30px;
        line-height: 12px;
    }

    div.leadership .hldec {
        width: 180px;
        height: 70px;
        font-size: 12px;
        color: #444444;
        margin-bottom: 5px;
    }

    div.leadership .searchcl img {
        width: 180px;
        height: 180px;
    }

div.leaderDetails h4 {
		font-size: 22px;
		color: #999999 !important;
		font-weight: normal;
		margin: 0px;
		padding-left:8px;
        margin-bottom:8px;
}

div.leaderDetails img {
    float: right;
    margin: 0px 0px 10px 20px;
}

div.leaderDetails p {
    margin: 10px 0px 5px 10px;
    text-align: left;
}

.sitetitle {
    width: 600px;
    height: 42px;
    font-size: 30px;
    color: #002E5F;
    font-weight: 700;
    margin-left: 8px;
}

#social {
    border-top: 1px solid #cacada;
    clear: both;
    display: block;
    min-width: 980px;
}

    #social h2 {
        color: #52525f;
        float: left;
        margin: 0;
        margin-right: 15px;
        line-height: 52px;
    }

.share-float {
    margin-top: 20px;
    margin-left: 8px;
    padding-left: 2px;
    padding-bottom: 10px;
    min-width: 400px;
    width: 400px;
    float: left;
}

.st_sharethis_custom {
    background: url("../images/social_share_icon.jpg") no-repeat scroll transparent;
    padding: 0px 61px 0 5px;
    min-height: 16px;
    cursor: pointer;
}

#st_linkedin_custom {
    background: url("../images/social_share_in.jpg") no-repeat scroll transparent;
    padding: 0px 15px 0 5px;
    min-height: 16px;
    cursor: pointer;
}

#st_twitter_custom {
    background: url("../images/social_share_tw.jpg") no-repeat scroll transparent;
    padding: 0px 15px 0 5px;
    min-height: 16px;
    cursor: pointer;
}

#st_googleplus_custom {
    background: url("../images/social_share_gp.jpg") no-repeat scroll transparent;
    padding: 0px 15px 0 5px;
    min-height: 16px;
    cursor: pointer;
}

#st_facebook_custom {
    background: url("../images/social_share_fb.jpg") no-repeat scroll transparent;
    padding: 0px 15px 0 5px;
    min-height: 16px;
    cursor: pointer;
}
#st_email_custom {
    background: url("../images/social_share_email.jpg") no-repeat scroll transparent;
    padding: 0px 15px 0 5px;
    min-height: 16px;
    cursor: pointer;
}

button.share {
    padding: 1px 10px;
    float: left;
    background: #e9e9ef;
    margin: 0 10px 0 0;
    color: #8c8c9d;
    font-weight: 400;
    text-transform: uppercase;
}

ul.share {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

    ul.share li {
        float: left;
        margin-right: 3px;
    }

ul#socialRow {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-right: -3px;
}

    ul#socialRow li {
        display: inline-block;
        float: left;
        margin-right: 3px;
    }

/*Strategic Alliance web part CSS*/
.strategicAllianceDiv {
    margin: 0px;
    padding: 0px;
    width: 800px;
    float: left;
    padding-bottom: 30px;
}

.hubBordered {
    width: 220px;
    height: 380px;
    border: 1px solid #cacada;
    padding: 20px 20px 20px;
    margin-top: 10px;
    margin-top: 10px;
}

.hubSmall {
    color: #b40000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
}

.hubHltitle {
    width: 180px;
    height: 50px;
}


.hubDesc {
    width: 180px;
    height: 85px;
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
}

.hubHltitle h3 {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 600;
}

.hubHeadlines {
    text-align: center;
    vertical-align: middle !important;
}

    .hubHeadlines img {
        width: 180px;
        height: 180px;
        border: 0;
        text-align: center;
    }

.colorblue a {
    color: #5db0e5;
    text-decoration: none;
}

.sectionI {
    clear: left;
    width: 760px;
}

.strategicAllianceDiv ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

/*.pressRoom-newsRelease {
    padding-top: 4px;
}
*/

.pressRoom-NewsReleaseShortDesc {
    color: #999999;
}

.pressRoomNewsReleaseDiv {
    padding-bottom: 0px;
}

    .pressRoomNewsReleaseDiv a {
        font-weight: 600;
        color: #004b97;
    }

.pressroom-ul {
    margin-left: 60px;
    list-style: none !important;
}

.releaseDate {
    float: left;
}

.pressRoom-viewAll {
    padding-bottom: 14px;
}

    .pressRoom-viewAll a {
        font-weight: 600;
        color: #004b97;
    }

/*Sub bottom footer CSS*/
#disclaimerFooter {
     width:1080px;
     font-size:9pt;
     font-family:Sans-Serif;
     margin-left:auto;
     margin-right:auto;
     padding-left:10px;
     line-height:40px;
}

#disclaimerFooter a
{
	color: #5db0e5 !important;
    outline:none;
    text-decoration: none;
}

#subfooter {
    /*width: 980px;*/
    font-size: 9pt;
    font-family: Sans-Serif;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 11px;*/
}

#subfooter ul {
  /*  margin-top: 11px;*/
    float: left;
    margin-left: 18px;
    margin-top: 2px;
}

#subfooter li {
    border-left: 2px solid #003b77;
 /*   margin-left: -1px; */
    padding: 0 1.5em;
}

   #subfooter li a {
   /*   color: #000000;
        outline: none;
        text-decoration: none; */
    }

#subfooter li a:hover {
    text-decoration: underline;
}

#subcopyright {
    float: left;
 /*   margin-top: 1em; */
    padding-left: 10px;
    display: block;
    margin-top: 2px;
  
}

.inline-navigation-list {
    overflow: hidden;
}

    .inline-navigation-list li {
        display: inline;
    }

        .inline-navigation-list li a {
            text-decoration: none;
            font-size: 12px;
        }


.pressmediatitle > h1{
    
  margin-left:9px;   
}

.pressmediatitle > h2{
    
  margin-left:9px;   
}
.pressmediatitle  h3{
    
  margin-left:7px;   
}


#mediaSection{
margin-left:7px;  
}

#officers{
	
 margin-left:7px;	

}


/*.pressmediatitle h3 {
    color: #9F9F9F;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 6px;
    margin-top: 5px;
    }
*/
.pressmediatitle p {
    color: #9F9F9F;
    font-size: 22px;
    font-weight: normal;
}

.prline {
    border-bottom: 1px solid #808080;
}

.ms-webpart-titleText {
    font-size: 14px !important;
}

body {
    overflow: auto;
    min-width: 980px;
    /*overflow-x: hidden;*/
}

#s4-workspace {
    width: 100% !important;
    height: inherit !important;
    overflow: hidden !important;
}
/*for content block heading alignments*/
#contentBlock {
    margin: 0;
}

h1 {
        font-size: 28px;
        color: #002e5f!important;
        font-weight: bold;
        margin: 0px;
        line-height: 1!important;
        padding-top: 4px;
        padding-bottom: 0px;
    }


h2 {
    font-size: 22px;
    color: #999999 !important;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 14px;
}


h3 {
    font-size: 18px;
    color: #002e5f!important;
    font-weight: bold;
    padding-top: 3px;
}


h4 {
    font-size: 18px;
    color: #002e5f!important;
    font-weight: bold;
    padding-top: 3px;
}


h5 {
    font-size: 14px;
    color: #999999!important;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 0px;
}


/*for right navigation heading alignments*/

.rightnav h4 {
    font-size: 18px;
    color: #002e5f;
    font-weight: bold;
    padding-top: 3px;
}

.rightnav h5 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 0px;
    margin-top: -5px;
}

.micrositeAssets h4 {
    color: #b31f24!important;
    font-weight: 600!important;
    font-size: 10px!important;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.micrositeAssets a {
    color: #5db0e5;
    font-weight: 400;
    font-size: 11px;
}

.settingUserPersona {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: left;
}

    .settingUserPersona ul {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        margin-left: 22px;
        list-style: none;
        margin-left: 2px;
        font-family: 'Open Sans', sans-serif !important;
    }

        .settingUserPersona ul li {
            padding-bottom: 10px;
            clear: both;
            width: 100%;
            font-family: 'Open Sans', sans-serif !important;
        }

            .settingUserPersona ul li ul li {
                margin: 0;
                padding: 0;
                margin-top: 10px;
                margin-left: 22px;
                list-style: disc !important;
                margin-left: 2px;
                font-family: 'Open Sans', sans-serif !important;
            }


.personaUsertopDiv {
    width: 100%;
}

    .personaUsertopDiv h1 {
        font-size: 20px !important;
        color: #00468d;
        font-weight: bold;
        line-height: 16px;
    }

.settingUserPersona-Div {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: left;
}

.personaTitle {
    float: left;
    margin-top: 5px;
}

    .personaTitle img {
        width: 140px;
        height: 78px;
        float: left;
        margin-right: 10px;
        margin-top: 3px;
    }


    .personaTitle span, p {
        font-family: 'Open Sans', sans-serif !important;
    }

    .personaTitle a {
        font-weight: bold;
        font-size: 13px;
    }

.personadescription {
    float: right;
    width: 78%;
    padding-bottom: 10px;
}

    .personadescription div {
        margin-top: 5px;
    }

        .personadescription div span, p {
            font-family: 'Open Sans', sans-serif !important;
        }

/*Masthead Style*/

header #topbar li#contactUsli {
	    display: inline-block;
	    font-size: 7pt;
	    font-weight: normal;
	    line-height: 20px;
	    border-left: 1px solid #cacada;
	    /*border-right: 1px solid #cacada;*/
	    padding-left: 10px;
	    padding-right: 10px;
	}
/*Bulleted lists - add space*/	
	
	#contentBlock li{
    margin:5px 0;
    }
    
/* PressRoom Details Page */

#DetailImage{

margin-left:9px;

}

#DetailImage h2{

font-size: 18px!important;
color: #002e5f!important;
font-weight: bold;
padding-top: 3px;
margin-bottom:0px;

}

/*Breadcrumb font larger on selected item */

div#BreadCrumb small {
font-size: 8pt;
}

/*For Table font size IR section*/
	
.TableFont{
	font-size:9pt;
}

/*  .TableFont td{
	padding:5px;
} 
*/

/*Start Locations*/

.locationDetailsDiv {
    margin: 0px;
    padding: 0px;   
    height:auto;
}

.locationDetailsDiv ul {
    margin: 0px;
    padding: 0px;
    width:540px; /*Web*/
    /*width:275px;*/ /*Mobile*/
    float:left;
}

.locationDetailsDiv ul li {
    width: 270px; 
    list-style:none;
    margin:0px;
    padding:0px;
    float:left;
    min-height:160px; /*Web*/
}

.locationDetailDescDiv {
    color:#00468d;
    font-size:13px;
    font-weight:bold;
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
}

.locationDetailfieldDiv {
    padding-top:0px;
    padding-bottom:0px;
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
}

.locationSelectionDiv {
    margin: 0px;
    padding: 0px;
    width: 500px; /*Web*/
    /*width: 245px;*/ /*Mobile*/
    float: left;
}

.locationSelectionDiv ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.locationSelectionDiv ul li {
    width: 240px; 
    float: left; 
    display: block;
    /*padding-bottom: 20px;*/ /*Mobile*/
}

.locationCtry {
    height:auto;
    width:auto;
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
}

/*End Locations*/

/* Bug:1274 - Button Issue */

.sbtButton {
width: 400px;
height: 40px;
line-height: 40px;
color: #ffffff;
background-color: #5db0e5;
font-size: 18px !important;
font-weight: bold;
}

/* Bug:1274 - Button Issue */

/*AutoSuggestion*/
.ui-autocomplete {
font-size:12px !important;
}

/*Microsft Left navigation style change*/
#expandMenu{
	height:12px;width:12px;
	margin-right:6px;
	float:left;
	margin-top:13px;
	background-image:url("../images/highlights_arrow.png");
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position-x:left;
	background-origin:padding-box;
	background-color:transparent;
	background-clip:border-box;	
}

.imagedown{ 	
	float:left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*Hyperlinks CSS Changes*/
a:hover{
text-decoration:underline;
}

section#headlines figure figcaption a:hover {
color: #5db0e5;
text-decoration:underline;
}

section#solutions figure figcaption a:hover {
color: #5db0e5;
text-decoration:underline
}

footer #sitemap section ul li a:hover{
color: #5db0e5;
text-decoration:underline;
}

section#highlights figure figcaption a:hover {
color: #5db0e5;
text-decoration:underline;
}

footer section#copyright a:hover {
text-decoration: underline;
}

section.allSolutions ul.allSolutionsMenu li a:hover {
text-decoration: underline;
}

.Offerings-subitems ul li a:hover {
 text-decoration:underline;
 height:auto;
 /*display:inline-block;*/               
}

/*User Story 1507:CQSR00165450-Add header to the right rail promoted content*/
.RightRailFeaturedH2
{
padding-bottom: 14px;
padding-top: 25px;
color: #004b97!important;
font-size: 16px;
font-weight: 600;
}
/*End - User Story 1507:CQSR00165450-Add header to the right rail promoted content*/

/*User Story 1513:CQSR00165405 - CSS Application Across the System-New classes added*/

.ms-rteFontSize-1 {
font-size: 11px;
font-weight: bold;
color: #004b97!important;
font-family: sans-serif;
}

/*User Story 1513:CQSR00165405 - CSS Application Across the System*/

/* Investor Relatios Page Title spacing above and below to it.*/
#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField h1{
    margin-top:12px;
    margin-bottom:10px;
}
#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField table{

    margin-bottom:20px;
}
#rightDetailPage1Div #RcenterDiv {
        width: 550px;
    }
#RcenterDiv {
        width: 720px;
		float:left;
    }
.fixed-margin{
    margin: 0 auto;
    padding: 0;
    max-width: 980px;
    min-width: 500px;
}
/*start Leadership UI changes*/
.leaderDetTitleAnchor h2 {
    margin: 0px!important;
    padding-bottom: 0px!important;
}
.leaderDetTitleAnchor {
    padding: 15px 10px 0px 100px;
}
.leaderDetTitleAnchor a {
    text-decoration: none;
    color: #004b97!important;
    font-size: 16px!important;
    font-weight: 600!important;
}
.leaderDetImage {
    height: 80px;
    width: 80px;
    float: left;
    /* margin-bottom: 20px; */
}
.leadership-title-font {
    font-weight: bold;
    font-size: 28px;
    color: #002E5F;
    margin: 0px;
    padding: 0;
    margin-top: 11px;
}
/*end leadership*/
/* Google API changes start*/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.eot');
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.eot');
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.eot');
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.eot');
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.eot');
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.eot');
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.eot');
  src: url('../fonts/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.eot');
  src: url('../fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff?v=3.2.1') format('woff'), url('../fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.eot');
  src: url('../fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff?v=3.2.1') format('woff'), url('../fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.eot');
  src: url('../fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff?v=3.2.1') format('woff'), url('../fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.eot');
  src: url('../fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff?v=3.2.1') format('woff'), url('../fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.eot');
  src: url('../fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff?v=3.2.1') format('woff'), url('../fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.eot');
  src: url('../fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff?v=3.2.1') format('woff'), url('../fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.eot');
  src: url('../fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff?v=3.2.1') format('woff'), url('../fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.eot');
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.eot');
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.eot');
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.eot');
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.eot');
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.eot');
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.eot');
  src: url('../fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff?v=3.2.1') format('woff'), url('../fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.eot');
  src: url('../fonts/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  url('../fonts/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.ttf?v=3.2.1') format('truetype');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/EInbV5DfGHOiMmvb1Xr-hq-j2U0lmluP9RWlSytm3ho.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/EInbV5DfGHOiMmvb1Xr-hpX5f-9o1vgP2EXwfjgl7AY.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/EInbV5DfGHOiMmvb1Xr-hhWV49_lSm1NYrwo-zkhivY.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/EInbV5DfGHOiMmvb1Xr-hqaRobkAwv3vxw3jMhVENGA.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/EInbV5DfGHOiMmvb1Xr-hv8zf_FOSsgRmwsS7Aa9k2w.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/PRmiXeptR36kaC0GEAetxhgVThLs8Y7ETJzDCYFCSLE.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/PRmiXeptR36kaC0GEAetxpiMaisvaUVUsYyVzOmndek.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/PRmiXeptR36kaC0GEAetxrBAWGjcah5Ky0jbCgIwDB8.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/PRmiXeptR36kaC0GEAetxv14vlcfyPYlAcQy2UfDRm4.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/PRmiXeptR36kaC0GEAetxqfJul7RR1X4poJgi27uS4w.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/PRmiXeptR36kaC0GEAetxqvyPXdneeGd26m9EmFSSWg.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/PRmiXeptR36kaC0GEAetxko2lTMeWA_kmIyWrkNCwPc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxmgpAmOCqD37_tyH_8Ri5MM.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxsPNMTLbnS9uQzHQlYieHUU.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxgyhumQnPMBCoGYhRaNxyyY.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxhUVAXEdVvYDDqrz3aeR0Yc.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxlf4y_3s5bcYyyLIFUSWYUU.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxnywqdtBbUHn3VPgzuFrCy8.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxp6iIh_FvlUHQwED9Yt5Kbw.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxi_vZmeiCMnoWNN9rHBYaTc.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxiFaMxiho_5XQnyRZzQsrZs.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxgalQocB-__pDVGhF3uS2Ks.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxmhQUTDJGru-0vvUpABgH8I.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxujkDdvhIIFj_YMdgqpnSB0.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxolIZu-HDpmDIZMigmsroc4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxiU8QAtQT9M0M1_mbVWrUPc.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxkNaUOL0oYRolx8sebiIY9k.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxooGEx1DzoxsbCRd2IM2afI.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxnPzCMEhbIaaYiFY6KPniws.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxmqi69zMYkLa7XwlUIemKB4.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxowYyzpnB4tyYboSwKGmD2g.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/PRmiXeptR36kaC0GEAetxnibbpXgLHK_uTT48UMyjSM.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Google API changes end*/
.partnersshare-float {
    padding-left: 10px;
    padding-top: 25px;
}

/* new css-- Remove --- body minimum height (Megamenu for Microsite) */
#nonBody.body
{
    min-height:0px;
}

/* mobile view for old dropdown-menu*/
#nonBody div#header {
    display:  block;
}
#header .float-right.pt15
{
    width:auto;
}  

/*remove--blue color from h1*/
#footerLinks h1 {
    color: #fff !important;
}

/*Dev issue - IR site- Searach Icon- Sprint-5*/
.ms-srch-sb-searchLink {
	background: url('../images/searchicon.png') 0 3px no-repeat !important;
}

.inner-margin {
    
    max-width: 1142px !important;
}

/*join the conversation  alignment issue*/

.contentbody {
    width: 752px;
    margin-right: 68px;
    margin-left:10px;
    float: left;
}

.rightnav {
    float: left;
    width: 140px;
}



/* Menu left navigation enable---Starting----- */
/*@media only screen and (min-device-width : 992px) and (max-device-width: 1024px) {
    .MenuLeftnav {
        display: none !important;
    }

    ul#leftTabNav li a.Leftnavipad2 {
        width: 200px !important;
        display: table-cell !important;
    }

    a#arrowdata {
        width: 20% !important;
        display: table-cell !important;
        vertical-align: middle;
        background-image: url('/../../Style Library/Unisys/Images/iPaid-arrow-image.png');
        background-repeat: no-repeat;
        background-position: center;
    }
}*/

.Leftnavipad {
    display: none !important;
}

.Leftnavipad2 {
    display: none !important;
}

/*@media only screen and (min-device-width : 768px) and (max-device-width: 992px) {
    .MenuLeftnav {
        display: none !important;
    }

    ul#leftTabNav li a.Leftnavipad2 {
        width: 125px !important;
        display: table-cell !important;
    }

    a#arrowdata {
        width: 25% !important;
        display: table-cell !important;
        vertical-align: middle;
        background-image: url('/../../Style Library/Unisys/Images/iPaid-arrow-image.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    a.Leftnavipad2 > span {
        width: 125px !important;
    }
}*/
/* Menu left navigation enable---ending */

.IRHeading{
    margin-top:12px;
    margin-bottom:10px;
    font-weight:500;
}

.releaseDate {
    float: left;
    font-size: 14px;    
}
.IRNewsItems {
    margin-left:60px !important;
    list-style: none !important;
    margin: 0px 0px 10px 0px;
    /*line-height: 1.6;*/
}
/* VSTS UserStory --38642 Replace H1 Tags in Footer */
.footerTitle
{
    color:#fff;
    font-family: 'Open Sans',sans-serif;
    font-size:16px;
    line-height:26px;
    font-weight:600;
    margin-top:20px;
    margin-bottom:10px;
    display:block;
}
/* VSTS UserStory --38642 Replace H1 Tags in Footer */

/* Old share icon removal for locaiton  */
.Locationshareicon .popuptext{
	width:190px !important;
	top: -10px !important;
    left: 100% !important;
    margin-left: 30px !important;;
}
/* Old share icon removal for locaiton  */

/*---ShareIcon changes---start----*/
.Leftbreadcrumb{
    float:left;
}
.RightShareIcon {
    float: right;
    padding-right: 8px;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: rgb(93, 176, 229);
        color: #fff;
        text-align: center;
        /*padding: 8px 0;*/
        position: absolute;
        z-index: 1;
        top: 29px;
        left: 50%;
        margin-left: -90px;
    }

/* Popup arrow */
.popup .popuptext::after {
    /*content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;*/
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
ul.socialBarIcons {
    margin: 0px;
    padding: 0px
}

ul.socialBarIcons li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: inline;
}
ul.socialBarIcons li .fa-2x {
    background: none;
    border-radius: 0;
    padding: 0px 10px 0px 0px;
    color: #fff;
}
.RightShareIconMob {
    height: 45px;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media screen and (max-width:767px) {
    .popup .popuptext {
        width: 220px;
        background-color: #5db0e5;
        color: #fff;
        text-align: center;
        /*padding: 8px 0;*/
        position: absolute;
        z-index: 1;
        bottom: -200%;
        left: 50%;
        margin-left: 20px;
        top: 0px;
        height: 50px;
        margin-top: -15px;
    }
    .st-custom-buttonMob[data-network] {
        display: inline-block;
    }
}

.st-custom-button[data-network] {
    display: inline-block;
}
.socialShareIconBlue {
}

/*ipad portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    #right {
        padding-left: inherit;
        margin-top: 35px;
    }
    .popup .popuptext {
        margin-left: -147px;
    }
}
/*ipad pro landscape*/
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
    #right {
        padding-left: inherit;
        margin-top: 18px;
    }
    .popup .popuptext {
        margin-left: -147px;
    }
}
/*ipad pro portrait*/
@media only screen and (max-device-width: 1366px) and (min-device-width:1024px) and (orientation:portrait) {
    #right {
        padding-left: inherit;
        margin-top: 15px;
    }
}
/*iphone landscape*/
@media only screen and (min-device-width:375px) and (max-device-width: 812px) and (orientation:landscape) {
    #right {
        padding-left: inherit;
        margin-top: 35px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation:landscape) {

    .popup .popuptext {
        margin-left: 20px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
    #Innovation-left-Tab h1 {
        font-size: 40px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) {
    #Innovation-left-Tab h1 {
        font-size: 40px;
    }
}

.contentnews h1 {
    font-size: 28px !important;
    color: #002e5f!important;
    font-weight: bold;
    margin: 0px;
    line-height: 1!important;
    padding-top: 30px;
    padding-bottom: 0px;
}
.contentnews h3 {
    font-size: 18px;
    color: #002e5f!important;
    font-weight: bold;
    padding-top: 3px;
    margin-top: 3px;
}
.contentnews hr {
    border-top: 1px solid #c6c6c6;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.pressRoomNewsReleaseDiv a:hover{
    color: #004b97;
    text-decoration: underline;
}
#consent_blackbar #truste-consent-buttons a:link {
    color: #fff !important;
}

    /*---ShareIcon changes---ending----*/
    /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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:#fff}.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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
