--------------------Start Reset--------------------*/
/*
*:before,
*:after,
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}*/


/* HTML5 display-role reset for older browsers */

article,.PageShareownerResourcesEmailAlertsRSS .ErrorContainer
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


/*--------------------End Reset--------------------*/


/*--------------------Start Clear Fix--------------------*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


/*------------------End Clear Fix--------------------*/

.container {
    display: block;
    width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1140px) {
    .container {
        width: auto;
    }
    .ra.nav-container .navbar  .container {
        background-color:  #fff;        
    }
}

@media screen and (max-width: 735px) {
    .container {
        padding: 0 20px;
    }
}


/*--------------------Start rss--------------------*/

.RssLinkTopContainer .RssLinkTop img {
    display: none;
}

.RssLinkTopContainer .RssLinkTop::after {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e642";
    font-size: 20px;
}


/*--------------------End rss--------------------*/


/*--------------------Start Webkit resets--------------------*/

* {
    -webkit-text-size-adjust: 100%;
    vertical-align: top;
}


/*--------------------End Webkit resets--------------------*/

body {
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
    color: #333;
}

body.modal-open {
    /*position: fixed;*/
    overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555555;
    font-weight: normal;
    /*text-align: left;*/
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 26px;
    margin: 30px 0px 20px 0px;
}

h2 {
    /*n/a*/
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    /*n/a*/
}

a {
    color: #bb2322;
    cursor: pointer;
    outline: none;
    text-align: inherit;
    text-decoration: none;
    line-height: inherit;
}

b,
strong {
    font-weight: bold;
}

img {
    text-align: inherit;
    vertical-align: top;
    border: none;
}

sup {
    font-size: 9px;
    vertical-align: super;
}

sub {
    font-size: 9px;
    vertical-align: sub;
}

small {
    font-size: 10px;
    line-height: 14px;
}


/*.legendText {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1;
}*/

@media only screen and (max-width: 735px) {
    h1 {
        font-size: 20px;
        margin: 15px 0 30px;
    }
}

p {
    margin: 0;
    font-size: 16px;
}

.ModulePressReleaseDetails i {
    font-family: OpenSansRegular !important;
}

.ModulePressReleaseDetails img {
	float: left;
        padding: 0 !important;
}

/*.ModulePressReleaseDetails .contact-info p {
    line-height: 1;
}*/


p + p {
    margin-top: 20px;
}


/*--------------------Start Pane Content--------------------*/

.LayoutHomePageLayout .PaneContent {
    min-height: inherit;
}

.PaneContent {
    text-align: left;
    padding-bottom: 50px;
    min-height: 640px;
}

.PaneContent a {
    outline: medium none;
    text-decoration: none;
}


/*--------------------End Pane Content--------------------*/


/*--------------------Start Vertical Center--------------------*/

.vertical-center {
    height: 100%;
    white-space: nowrap;
    text-align: center;
}

.vertical-center:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    height: 100%;
}

.vertical-center-wrap {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}


/*--------------------End Vertical Center--------------------*/


/*--------------------Start Placeholder--------------------*/

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}


/*--------------------End Placeholder--------------------*/


/*--------------------Start Form Style--------------------*/

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"],
textarea {
    background: #fff;
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    height: 40px;
    color: #000;
    outline: none;
    border-radius: 5px;
}

input[type="text"]:focus,
textarea:focus {
    /*n/a*/
}

textarea {
    resize: none;
}

input[type="submit"] {
    background-color: #67ab48;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    line-height: 1.6;
    border-radius: 6px;
    font-weight: 700;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #13892B;
}

input[type="checkbox"] {
    margin: 4px 10px 3px 0;
    cursor: pointer;
    /* display: none;*/
}

input[type="checkbox"] + label {
    cursor: pointer;
    line-height: 23px;
    margin-right: 10px;
}


/*--------------------End Form Style--------------------*/


/*--------------------Start SelectBox--------------------*/

.sbHolder {
    border: 1px solid #fff;
    color: #404040;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
    position: relative;
    min-width: 100px;
    display: inline-block;
    background: #bb2322;
    margin-right: 20px;
}

.sbSelector {
    display: block;
    height: 33px;
    line-height: 30px;
    outline: medium none;
    overflow: hidden;
    text-indent: 15px;
    padding-left: 32px;
    padding-right: 20px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #fff;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
}

.sbToggle {
    display: block;
    height: 32px;
    outline: medium none;
    position: absolute;
    right: auto;
    top: 0px;
    width: 32px;
    left: 0px;
    border-right: 1px solid #d7d7d7;
}

.sbToggle:after {
    /*border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #57595B;*/
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    height: 0px;
    line-height: 20px;
    vertical-align: middle;
    width: 0px;
    position: absolute;
    left: 60%;
    margin-left: -9px;
    top: 45%;
    margin-top: -8px;
    font-size: 20px;
    color: #fff;
}

.sbToggleOpen {}

.sbHolderDisabled {
    background-color: #3c3c3c;
    border: 1px solid #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    display: block;
    outline: medium none;
    padding: 4px 0 4px 3px;
}

.sbOptions a:link,
.sbOptions a:visited {
    color: #888686;
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #888686;
}

.sbOptions li.last a {
    border-bottom: medium none;
}

.sbOptions .sbDisabled {
    border-bottom: 1px dotted #d9d9d9;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: 1px dotted #d9d9d9;
    color: #ebb52d;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

.sbHolder .sbOptions {
    z-index: 2;
}

.sbHolder ~ .sbHolder > .sbOptions {
    z-index: 2
}

.sbHolder ~ .sbHolder ~ .sbHolder > .sbOptions {
    z-index: 1;
}


/*--------------------End SelectBox--------------------*/


/*--------------------Star Global--------------------*/


/* Press Release Details*/

#bwbodyimg {
    width: 55% !important;
    padding: 10px 20px 20px 0 !important;
}

#bwbodyimg img {
    max-width: 100%;
    padding: 0 !important;
}

#bwbodyimg p {
    float: left;
}

@media screen and (max-width: 767px) {
    #bwbodyimg {
        width: 100% !important;
        padding: 10px 0 20px !important;
    }
}


/* Search Results Paging */

.SearchResultsPaging a {
    background: #BB2322;
    padding: 0px 5px;
    color: #ffffff;
}

.SearchResultsPaging a[href] {
    background: none;
    color: #BB2322;
}

.PaneHeader {
    height: 40px;
    background: #808285;
}


/* Web Fonts */

@font-face {
    font-family: 'FontAwesome';
    src: url('../js/fa/fontawesome-webfont.eot');
    src: url('../js/fa/fontawesome-webfont.eot') format('embedded-opentype'), url('../js/fa/fontawesome-webfont.woff2') format('woff2'), url('../js/fa/fontawesome-webfont.woff') format('woff'), url('../js/fa/fontawesome-webfont.ttf') format('truetype'), url('../js/fa/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal FontAwesome;
    font-family: FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.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
}

.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 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #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: "\f15b"
}

.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-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:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.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-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-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-map:before {
    content: "\f279"
}

.fa-share:before {
    content: "\f1e0"
}


/*Country Flags */

.f16 .flag {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
    background: url('//ra_ma_test.rockwellautomation.com/html/rockwellautomation/cjb/resources/images/rockwellautomation/flags16.png') no-repeat;
}

.f16 ._African_Union {
    background-position: 0 -16px;
}

.f16 ._Arab_League {
    background-position: 0 -32px;
}

.f16 ._ASEAN {
    background-position: 0 -48px;
}

.f16 ._CARICOM {
    background-position: 0 -64px;
}

.f16 ._CIS {
    background-position: 0 -80px;
}

.f16 ._Commonwealth {
    background-position: 0 -96px;
}

.f16 ._England {
    background-position: 0 -112px;
}

.f16 ._European_Union,
.f16 .eu {
    background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}

.f16 ._Kosovo {
    background-position: 0 -160px;
}

.f16 ._NATO {
    background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}

.f16 ._OPEC {
    background-position: 0 -240px;
}

.f16 ._Red_Cross {
    background-position: 0 -256px;
}

.f16 ._Scotland {
    background-position: 0 -272px;
}

.f16 ._Somaliland {
    background-position: 0 -288px;
}

.f16 ._Tibet {
    background-position: 0 -304px;
}

.f16 ._United_Nations {
    background-position: 0 -320px;
}

.f16 ._Wales {
    background-position: 0 -336px;
}

.f16 .ad {
    background-position: 0 -352px;
}

.f16 .ae {
    background-position: 0 -368px;
}

.f16 .af {
    background-position: 0 -384px;
}

.f16 .ag {
    background-position: 0 -400px;
}

.f16 .ai {
    background-position: 0 -416px;
}

.f16 .al {
    background-position: 0 -432px;
}

.f16 .am {
    background-position: 0 -448px;
}

.f16 .ao {
    background-position: 0 -464px;
}

.f16 .aq {
    background-position: 0 -480px;
}

.f16 .ar {
    background-position: 0 -496px;
}

.f16 .as {
    background-position: 0 -512px;
}

.f16 .at {
    background-position: 0 -528px;
}

.f16 .au {
    background-position: 0 -544px;
}

.f16 .aw {
    background-position: 0 -560px;
}

.f16 .ax {
    background-position: 0 -576px;
}

.f16 .az {
    background-position: 0 -592px;
}

.f16 .ba {
    background-position: 0 -608px;
}

.f16 .bb {
    background-position: 0 -624px;
}

.f16 .bd {
    background-position: 0 -640px;
}

.f16 .be {
    background-position: 0 -656px;
}

.f16 .bf {
    background-position: 0 -672px;
}

.f16 .bg {
    background-position: 0 -688px;
}

.f16 .bh {
    background-position: 0 -704px;
}

.f16 .bi {
    background-position: 0 -720px;
}

.f16 .bj {
    background-position: 0 -736px;
}

.f16 .bm {
    background-position: 0 -752px;
}

.f16 .bn {
    background-position: 0 -768px;
}

.f16 .bo {
    background-position: 0 -784px;
}

.f16 .br {
    background-position: 0 -800px;
}

.f16 .bs {
    background-position: 0 -816px;
}

.f16 .bt {
    background-position: 0 -832px;
}

.f16 .bw {
    background-position: 0 -848px;
}

.f16 .by {
    background-position: 0 -864px;
}

.f16 .bz {
    background-position: 0 -880px;
}

.f16 .ca {
    background-position: 0 -896px;
}

.f16 .cg {
    background-position: 0 -912px;
}

.f16 .cf {
    background-position: 0 -928px;
}

.f16 .cd {
    background-position: 0 -944px;
}

.f16 .ch {
    background-position: 0 -960px;
}

.f16 .ci {
    background-position: 0 -976px;
}

.f16 .ck {
    background-position: 0 -992px;
}

.f16 .cl {
    background-position: 0 -1008px;
}

.f16 .cm {
    background-position: 0 -1024px;
}

.f16 .cn {
    background-position: 0 -1040px;
}

.f16 .co {
    background-position: 0 -1056px;
}

.f16 .cr {
    background-position: 0 -1072px;
}

.f16 .cu {
    background-position: 0 -1088px;
}

.f16 .cv {
    background-position: 0 -1104px;
}

.f16 .cy {
    background-position: 0 -1120px;
}

.f16 .cz {
    background-position: 0 -1136px;
}

.f16 .de {
    background-position: 0 -1152px;
}

.f16 .dj {
    background-position: 0 -1168px;
}

.f16 .dk {
    background-position: 0 -1184px;
}

.f16 .dm {
    background-position: 0 -1200px;
}

.f16 .do {
    background-position: 0 -1216px;
}

.f16 .dz {
    background-position: 0 -1232px;
}

.f16 .ec {
    background-position: 0 -1248px;
}

.f16 .ee {
    background-position: 0 -1264px;
}

.f16 .eg {
    background-position: 0 -1280px;
}

.f16 .eh {
    background-position: 0 -1296px;
}

.f16 .er {
    background-position: 0 -1312px;
}

.f16 .es {
    background-position: 0 -1328px;
}

.f16 .et {
    background-position: 0 -1344px;
}

.f16 .fi {
    background-position: 0 -1360px;
}

.f16 .fj {
    background-position: 0 -1376px;
}

.f16 .fm {
    background-position: 0 -1392px;
}

.f16 .fo {
    background-position: 0 -1408px;
}

.f16 .fr {
    background-position: 0 -1424px;
}

.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
    background-position: 0 -1424px;
}

.f16 .ga {
    background-position: 0 -1440px;
}

.f16 .gb {
    background-position: 0 -1456px;
}

.f16 .sh {
    background-position: 0 -1456px;
}

.f16 .gd {
    background-position: 0 -1472px;
}

.f16 .ge {
    background-position: 0 -1488px;
}

.f16 .gg {
    background-position: 0 -1504px;
}

.f16 .gh {
    background-position: 0 -1520px;
}

.f16 .gi {
    background-position: 0 -1536px;
}

.f16 .gl {
    background-position: 0 -1552px;
}

.f16 .gm {
    background-position: 0 -1568px;
}

.f16 .gn {
    background-position: 0 -1584px;
}

.f16 .gp {
    background-position: 0 -1600px;
}

.f16 .gq {
    background-position: 0 -1616px;
}

.f16 .gr {
    background-position: 0 -1632px;
}

.f16 .gt {
    background-position: 0 -1648px;
}

.f16 .gu {
    background-position: 0 -1664px;
}

.f16 .gw {
    background-position: 0 -1680px;
}

.f16 .gy {
    background-position: 0 -1696px;
}

.f16 .hk {
    background-position: 0 -1712px;
}

.f16 .hn {
    background-position: 0 -1728px;
}

.f16 .hr {
    background-position: 0 -1744px;
}

.f16 .ht {
    background-position: 0 -1760px;
}

.f16 .hu {
    background-position: 0 -1776px;
}

.f16 .id {
    background-position: 0 -1792px;
}

.f16 .mc {
    background-position: 0 -1792px;
}

.f16 .ie {
    background-position: 0 -1808px;
}

.f16 .il {
    background-position: 0 -1824px;
}

.f16 .im {
    background-position: 0 -1840px;
}

.f16 .in {
    background-position: 0 -1856px;
}

.f16 .iq {
    background-position: 0 -1872px;
}

.f16 .ir {
    background-position: 0 -1888px;
}

.f16 .is {
    background-position: 0 -1904px;
}

.f16 .it {
    background-position: 0 -1920px;
}

.f16 .je {
    background-position: 0 -1936px;
}

.f16 .jm {
    background-position: 0 -1952px;
}

.f16 .jo {
    background-position: 0 -1968px;
}

.f16 .jp {
    background-position: 0 -1984px;
}

.f16 .ke {
    background-position: 0 -2000px;
}

.f16 .kg {
    background-position: 0 -2016px;
}

.f16 .kh {
    background-position: 0 -2032px;
}

.f16 .ki {
    background-position: 0 -2048px;
}

.f16 .km {
    background-position: 0 -2064px;
}

.f16 .kn {
    background-position: 0 -2080px;
}

.f16 .kp {
    background-position: 0 -2096px;
}

.f16 .kr {
    background-position: 0 -2112px;
}

.f16 .kw {
    background-position: 0 -2128px;
}

.f16 .ky {
    background-position: 0 -2144px;
}

.f16 .kz {
    background-position: 0 -2160px;
}

.f16 .la {
    background-position: 0 -2176px;
}

.f16 .lb {
    background-position: 0 -2192px;
}

.f16 .lc {
    background-position: 0 -2208px;
}

.f16 .li {
    background-position: 0 -2224px;
}

.f16 .lk {
    background-position: 0 -2240px;
}

.f16 .lr {
    background-position: 0 -2256px;
}

.f16 .ls {
    background-position: 0 -2272px;
}

.f16 .lt {
    background-position: 0 -2288px;
}

.f16 .lu {
    background-position: 0 -2304px;
}

.f16 .lv {
    background-position: 0 -2320px;
}

.f16 .ly {
    background-position: 0 -2336px;
}

.f16 .ma {
    background-position: 0 -2352px;
}

.f16 .md {
    background-position: 0 -2368px;
}

.f16 .me {
    background-position: 0 -2384px;
}

.f16 .mg {
    background-position: 0 -2400px;
}

.f16 .mh {
    background-position: 0 -2416px;
}

.f16 .mk {
    background-position: 0 -2432px;
}

.f16 .ml {
    background-position: 0 -2448px;
}

.f16 .mm {
    background-position: 0 -2464px;
}

.f16 .mn {
    background-position: 0 -2480px;
}

.f16 .mo {
    background-position: 0 -2496px;
}

.f16 .mq {
    background-position: 0 -2512px;
}

.f16 .mr {
    background-position: 0 -2528px;
}

.f16 .ms {
    background-position: 0 -2544px;
}

.f16 .mt {
    background-position: 0 -2560px;
}

.f16 .mu {
    background-position: 0 -2576px;
}

.f16 .mv {
    background-position: 0 -2592px;
}

.f16 .mw {
    background-position: 0 -2608px;
}

.f16 .mx {
    background-position: 0 -2624px;
}

.f16 .my {
    background-position: 0 -2640px;
}

.f16 .mz {
    background-position: 0 -2656px;
}

.f16 .na {
    background-position: 0 -2672px;
}

.f16 .nc {
    background-position: 0 -2688px;
}

.f16 .ne {
    background-position: 0 -2704px;
}

.f16 .ng {
    background-position: 0 -2720px;
}

.f16 .ni {
    background-position: 0 -2736px;
}

.f16 .nl {
    background-position: 0 -2752px;
}

.f16 .bq {
    background-position: 0 -2752px;
}

.f16 .no {
    background-position: 0 -2768px;
}

.f16 .bv,
.f16 .nq,
.f16 .sj {
    background-position: 0 -2768px;
}

.f16 .np {
    background-position: 0 -2784px;
}

.f16 .nr {
    background-position: 0 -2800px;
}

.f16 .nz {
    background-position: 0 -2816px;
}

.f16 .om {
    background-position: 0 -2832px;
}

.f16 .pa {
    background-position: 0 -2848px;
}

.f16 .pe {
    background-position: 0 -2864px;
}

.f16 .pf {
    background-position: 0 -2880px;
}

.f16 .pg {
    background-position: 0 -2896px;
}

.f16 .ph {
    background-position: 0 -2912px;
}

.f16 .pk {
    background-position: 0 -2928px;
}

.f16 .pl {
    background-position: 0 -2944px;
}

.f16 .pr {
    background-position: 0 -2960px;
}

.f16 .ps {
    background-position: 0 -2976px;
}

.f16 .pt {
    background-position: 0 -2992px;
}

.f16 .pw {
    background-position: 0 -3008px;
}

.f16 .py {
    background-position: 0 -3024px;
}

.f16 .qa {
    background-position: 0 -3040px;
}

.f16 .re {
    background-position: 0 -3056px;
}

.f16 .rg {
    background-position: 0 -3952px;
}

.f16 .ro {
    background-position: 0 -3072px;
}

.f16 .rs {
    background-position: 0 -3088px;
}

.f16 .ru {
    background-position: 0 -3104px;
}

.f16 .rw {
    background-position: 0 -3120px;
}

.f16 .sa {
    background-position: 0 -3136px;
}

.f16 .sb {
    background-position: 0 -3152px;
}

.f16 .sc {
    background-position: 0 -3168px;
}

.f16 .sd {
    background-position: 0 -3184px;
}

.f16 .se {
    background-position: 0 -3200px;
}

.f16 .sg {
    background-position: 0 -3216px;
}

.f16 .si {
    background-position: 0 -3232px;
}

.f16 .sk {
    background-position: 0 -3248px;
}

.f16 .sl {
    background-position: 0 -3264px;
}

.f16 .sm {
    background-position: 0 -3280px;
}

.f16 .sn {
    background-position: 0 -3296px;
}

.f16 .so {
    background-position: 0 -3312px;
}

.f16 .sr {
    background-position: 0 -3328px;
}

.f16 .st {
    background-position: 0 -3344px;
}

.f16 .sv {
    background-position: 0 -3360px;
}

.f16 .sy {
    background-position: 0 -3376px;
}

.f16 .sz {
    background-position: 0 -3392px;
}

.f16 .tc {
    background-position: 0 -3408px;
}

.f16 .td {
    background-position: 0 -3424px;
}

.f16 .tg {
    background-position: 0 -3440px;
}

.f16 .th {
    background-position: 0 -3456px;
}

.f16 .tj {
    background-position: 0 -3472px;
}

.f16 .tl {
    background-position: 0 -3488px;
}

.f16 .tm {
    background-position: 0 -3504px;
}

.f16 .tn {
    background-position: 0 -3520px;
}

.f16 .to {
    background-position: 0 -3536px;
}

.f16 .tr {
    background-position: 0 -3552px;
}

.f16 .tt {
    background-position: 0 -3568px;
}

.f16 .tv {
    background-position: 0 -3584px;
}

.f16 .tw {
    background-position: 0 -3600px;
}

.f16 .tz {
    background-position: 0 -3616px;
}

.f16 .ua {
    background-position: 0 -3632px;
}

.f16 .ug {
    background-position: 0 -3648px;
}

.f16 .us {
    background-position: 0 -3664px;
}

.f16 .uy {
    background-position: 0 -3680px;
}

.f16 .uz {
    background-position: 0 -3696px;
}

.f16 .va {
    background-position: 0 -3712px;
}

.f16 .vc {
    background-position: 0 -3728px;
}

.f16 .ve {
    background-position: 0 -3744px;
}

.f16 .vg {
    background-position: 0 -3760px;
}

.f16 .vi {
    background-position: 0 -3776px;
}

.f16 .vn {
    background-position: 0 -3792px;
}

.f16 .vu {
    background-position: 0 -3808px;
}

.f16 .ws {
    background-position: 0 -3824px;
}

.f16 .ye {
    background-position: 0 -3840px;
}

.f16 .za {
    background-position: 0 -3856px;
}

.f16 .zm {
    background-position: 0 -3872px;
}

.f16 .zw {
    background-position: 0 -3888px;
}

.f16 .sx {
    background-position: 0 -3904px;
}

.f16 .cw {
    background-position: 0 -3920px;
}

.f16 .ss {
    background-position: 0 -3936px;
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-2-4,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2-4 {
        width: 20%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-md-2-4,
.col-lg-2,
.col-lg-2-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cbp-hrmenu .cbp-hrsub-inner .row {
    margin-top: 28px;
    padding-bottom: 22px;
}


/* Email Alert Activation  */

.MailingListActivationMessage {
    color: #008000;
}


/* Brand Bar */

.brandbar-fixed-top {
    background: #555555;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgwODI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #555555 0%, #555555 50%, #808285 50%, #808285 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #555555), color-stop(50%, #555555), color-stop(50%, #808285), color-stop(100%, #808285));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #555555 0%, #555555 50%, #808285 50%, #808285 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #555555 0%, #555555 50%, #808285 50%, #808285 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #555555 0%, #555555 50%, #808285 50%, #808285 100%);
    /* IE10+ */
    background: linear-gradient(to right, #555555 0%, #555555 50%, #808285 50%, #808285 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#808285', GradientType=1);
    /* IE6-8 */
    height: 40px;
    width: 100%;
    z-index: 960;
}

.HeaderContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.PaneContentInner {
    padding-top: 128px;
}

.LayoutThreeColumnLayout .PaneContentInner {
    padding-top: 170px;
}

.LayoutTwoColumnLayout .PaneContentInner {
    padding-top: 170px;
}

@media screen and (max-width: 992px) {
    .PaneContentInner {
        padding-top: 50px;
    }
    .LayoutThreeColumnLayout .PaneContentInner {
        padding-top: 92px;
    }
    .LayoutTwoColumnLayout .PaneContentInner {
        padding-top: 92px;
    }
}

.PaneHeader {
    /*padding-top: 170px;*/
    /* position: fixed;
    top:0;
    right:0;
    left:0;
    z-index:9999;*/
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .brandbar-fixed-top {
        height: 50px;
        display: none;
    }
    .PaneHeader {
        /*padding-top: 94px;*/
    }
}

.ie9 .brandbar-fixed-top {
    filter: none;
}

.sites {
    width: 261px;
    background-color: #555;
    height: 40px;
    position: relative;
    display: inline-block;
    float: left;
}

.sites:before {
    background-color: #555;
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0px;
    width: 1000%;
    z-index: 1;
}

.sites .ContentContainer {
    position: relative;
    z-index: 2;
}

.sites::after {
    background-color: #555;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: -5px;
    top: 0px;
    transform: skew(-12deg, 0deg);
    width: 24px;
}

.sites .brands {
    float: left;
    margin: 0px 0px 0px -10px;
    padding: 10px 0px 0px;
}

.sites .brands .logo.ab {
    background-position: -97px 0px;
    width: 104px;
}

.sites .brands .logo {
    background-image: url("../design/sprite.png");
    background-size: 329px 500px;
    background-repeat: no-repeat;
    border-bottom: 4px solid #555;
    display: block;
    float: left;
    height: 30px;
    margin: 0px 12px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.sites .brands .divider-2 {
    border-left: 2px solid #808285;
    display: block;
    float: left;
    height: 20px;
    transform: skew(-12deg, 0deg);
}

.sites .brands .logo.rs {
    background-position: -211px 0px;
    width: 110px;
}

.sites .brands .logo.ab:hover {
    border-bottom: 4px solid #BB2322;
}

.sites .brands .logo.rs:hover {
    border-bottom: 4px solid #BB2322;
}

.search-link {
    /*width: 20px;*/
    height: 40px;
    float: right;
    position: relative;
    z-index: 2;
}

.search-link a {
    padding: 0px 10px;
    display: inline-block;
}

.search-link .fa {
    font-size: 21px;
    color: #fff;
    line-height: 40px;
}

.search-link a:hover .fa {
    color: #BB2322;
}

.search-link.open a:hover .fa {
    color: #fff;
}

.searchIR {
    float: right;
    background-color: #BB2322;
    height: 40px;
    padding: 0px;
    position: relative;
    right: 0;
    z-index: 1;
    width: 0px;
    overflow: hidden;
}

.searchIR .ModuleContainerInnerTop {
    display: none;
}

.searchIR input[type="text"] {
    border-radius: 0px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 5px;
    width: 260px;
    padding: 0 65px 0 10px;
    color: #808285;
}

.searchIR input[type="text"].inFocus {
    color: #000;
}

.searchIR input[type="submit"] {
    margin-top: 7px;
    border-radius: 0px;
    background-color: #BB2322;
    position: absolute;
    right: 12px;
    height: 26px;
    line-height: 1;
    padding: 5px;
    top: 0;
}

.account-link {
    display: inline-block;
    float: right;
    text-align: left;
    padding-left: 10px;
}

.account-link .icon-slideout {
    background-color: #BB2322;
    width: 0;
    height: 40px;
    display: inline-block;
}

.account-link .account-container {
    display: none;
    padding-left: 10px;
}

.account-link .icon-slideout a {
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    font-family: "OpenSansBold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 8px;
    margin-top: 6px;
    display: inline-block;
}

.account-link .icon-trigger {
    display: inline-block;
    padding: 0 10px;
    float: right;
}

.account-link .fa {
    font-size: 21px;
    color: #fff;
    line-height: 40px;
}

.account-link a:hover .fa {
    color: #BB2322;
}

.account-link a.open:hover .fa {
    color: #fff;
}

.locator {
    display: inline-block;
    float: right;
}

.locator a {
    display: inline-block;
    padding: 0 10px;
}

.locator .fa {
    font-size: 21px;
    color: #fff;
    line-height: 40px;
}

.locator a:hover .fa {
    color: #BB2322;
}


/*.sites {
    background-color: #555;
    height: 40px;
    position: relative;
}*/


/*.ra .sites {
    width: 261px;
}
.ab .sites {
    width: 244px;
}
.rs .sites {
    width: 238px;
}*/


/*.sites::after {
    background-color: #555;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: -5px;
    top: 0;
    -webkit-transform: skew(-12deg, 0deg);
       -moz-transform: skew(-12deg, 0deg);
        -ms-transform: skew(-12deg, 0deg);
         -o-transform: skew(-12deg, 0deg);
            transform: skew(-12deg, 0deg);
    width: 24px;
}
.sites span {
    color: #fff; 
    display: block;
    font-family: 'OpenSansRegular', sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 7px 0 0 0; 
    
}*/


/*.brandbar {
    background-color: #808285;
    float: left;
    height: 40px;
    left: 55px;
    margin: -40px 0px 0px;
    overflow: hidden;
    padding: 0px 0px 0px 261px;
    width: 100%;
}
.brandbar .icons {
    float: right;
}*/


/*.sites .brands {
    float: left; 
    margin: 0 0 0 -10px;
    padding: 10px 0 0;
}
.sites .brands .logo {
    background-image: url("../design/sprite.png");
    background-size: 329px 500px;
    background-repeat: no-repeat;
    border-bottom: 4px solid #555;
    display: block;
    float: left;
    height: 30px; 
    margin: 0 12px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.sites .brands .logo.ab:hover {
    border-bottom: 4px solid #bb2322;
}
.sites .brands .logo.rs:hover {
    border-bottom: 4px solid #bb2322;
}*/


/*.ra .sites .brands .logo.ra,
.ra .sites .brands .divider-1 {
    display: none;
}
.ab .sites .brands .logo.ab,
.ab .sites .brands .divider-1 {
    display: none;
}
.rs .sites .brands .logo.rs,
.rs .sites .brands .divider-2 {
    display: none;
}
.sites .brands .logo.ra {
    background-position: 0 0;
    width: 87px;
}
.sites .brands .logo.ab {
    background-position: -97px 0;
    width: 104px;
}
.sites .brands .logo.rs {
    background-position: -211px 0;
    width: 110px;
}
.sites .brands .divider-1,
.sites .brands .divider-2 {
    border-left: 2px solid #808285;
    display: block;
    float: left;
    height: 20px;
    -webkit-transform: skew(-12deg, 0deg);
       -moz-transform: skew(-12deg, 0deg);
        -ms-transform: skew(-12deg, 0deg);
         -o-transform: skew(-12deg, 0deg);
            transform: skew(-12deg, 0deg);
}*/


/*.brandbar .icons {
    float: right;
}
.brandbar .icons > .icon-wrapper {
    display: table-cell;
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
}
.brandbar .icons > .icon-wrapper:last-child {
    padding-right: 0;
}
.brandbar .icons > .icon-wrapper .icon-slideout {
    display: none;
    width: 89%;
    position: relative;
    top: 13px;
}
.brandbar .icons > .icon-wrapper .icon-slideout:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.brandbar .icons > .icon-wrapper > a {
    float: right;
    height: 30px;
    padding-top: 5px;
}
.brandbar .icons > .icon-wrapper.search-link > a {
    padding-top: 4px;
}
.brandbar .icons > .icon-wrapper.country-link .icon-slideout {
    background-color: #fff;
}
.brandbar .icons > .icon-wrapper.account-link.active {
    background-color: #bb2322;
}
.brandbar .icons > .icon-wrapper.country-link.active {
    background-color: #bb2322;
    width: 245px;
}
.brandbar .icons > .icon-wrapper.active .icon-slideout {
    display: inline-block;
}*/


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form,
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .country-form,*/

#nav-mobile .navbar-menu .search-box .search-form,
#nav-mobile .navbar-menu .country-box .country-form {
    background-color: #fff;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form .search-site,
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .country-form .country-site,*/

#nav-mobile .navbar-menu .search-box .search-form .search-site,
#nav-mobile .navbar-menu .country-box .country-form .country-site {
    background-color: transparent;
    background-image: url("//ra_ma_test.rockwellautomation.com/html/rockwellautomation/cjb/resources/images/rockwellautomation/search-arrow.png");
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    float: left;
    height: 20px;
    margin: 5px 0;
    overflow: hidden;
    padding-left: 5px;
    width: 200px;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form .search-site,*/

#nav-mobile .navbar-menu .search-box .search-form .search-site {
    border-right: 2px solid #555;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form .search-site-menu,
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .country-form .country-site-menu,*/

#nav-mobile .navbar-menu .search-box .search-form .search-site-menu,
#nav-mobile .navbar-menu .country-box .country-form .country-site-menu {
    background-color: transparent;
    border: 0 none;
    color: #bb2322;
    cursor: pointer;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    height: 20px;
    padding: 0;
    -webkit-appearance: none;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form .search-site-menu,*/

#nav-mobile .navbar-menu .search-box .search-form .search-site-menu {
    width: 230px;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .country-form .country-site-menu {
    width: 220px;
}*/


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .country-form .country-site-menu.f16 .flag,*/

#nav-mobile .navbar-menu .country-box .country-form .country-site-menu.f16 .flag {
    display: block;
    padding-left: 21px;
    width: 100%;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form .search-text,*/

#nav-mobile .navbar-menu .search-box .search-form .search-text {
    border: 0 none;
    color: #000;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    padding: 0 0 0 10px;
    width: 200px;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form .search-btn,*/

#nav-mobile .navbar-menu .search-box .search-form .search-btn {
    background-color: #bb2322;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    padding: 5px 8px 6px;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site.logged-in .account-sign-in,
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site.logged-in .account-member,*/


/*#nav-mobile .navbar-menu .account-box .account-form .account-site.logged-in .account-sign-in,
#nav-mobile .navbar-menu .account-box .account-form .account-site.logged-in .account-member {
    display: none;
}*/


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site.logged-out .account-welcome,
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site.logged-out .account-my,
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site.logged-out .account-sign-out,*/

#nav-mobile .navbar-menu .account-box .account-form .account-site.logged-out .account-welcome,
#nav-mobile .navbar-menu .account-box .account-form .account-site.logged-out .account-my,
#nav-mobile .navbar-menu .account-box .account-form .account-site.logged-out .account-sign-out {
    display: none;
}

#nav-mobile .navbar-menu .account-box .account-form .account-site .account-sign-in,
#nav-mobile .navbar-menu .account-box .account-form .account-site .account-member,
#nav-mobile .navbar-menu .account-box .account-form .account-site .account-my,
#nav-mobile .navbar-menu .account-box .account-form .account-site .account-sign-out {
    height: 20px;
    margin: 0;
    text-align: center;
    width: 49%;
}

#nav-mobile .navbar-menu .account-box .account-form .account-site .account-sign-in,
#nav-mobile .navbar-menu .account-box .account-form .account-site .account-my {
    float: left;
}

#nav-mobile .navbar-menu .account-box .account-form .account-site .account-member,
#nav-mobile .navbar-menu .account-box .account-form .account-site .account-sign-out {
    float: right;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site {
    display: table-cell;
    height: 28px;
    vertical-align: middle;
}
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site div {
    display: inline-block;
    margin-right: 8px;
}
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site div:last-child {
    margin-right: 0;
}
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site .account-welcome {
    color: #fff;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    line-height: 14px;
}*/

#nav-mobile .navbar-menu .account-box .account-form .account-site .account-welcome {
    color: #fff;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site a {
    background-color: #bb2322;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    padding: 1px 8px;
}*/

#nav-mobile .navbar-menu .account-box .account-form .account-site a {
    background-color: #bb2322;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 16px;
    height: 45px;
    line-height: 12px;
    padding: 12px 10px;
}


/*.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .account-form .account-site a:hover,*/

#nav-mobile .navbar-menu .account-box .account-form .account-site a:hover {
    background-color: #fff;
    color: #bb2322;
    text-decoration: none;
}


/*.brandbar .icons .fa {
    color: #fff;
    font-size: 21px;
    vertical-align: middle;
}*/


/*.ra .brandbar .icons .fa:hover {
    color: #bb2322;
}
.ra .brandbar .icons .open .fa:hover {
    color: #fff;
}
.ab .brandbar .icons .fa:hover {
    color: #003e7e;
}
.rs .brandbar .icons .fa:hover {
    color: #bb2322;
}
*/


/*.brandbar {
    background-color: #808285;
    float: left;
    height: 40px;
    left: 55px;
    margin: -40px 0px 0px;
    overflow: hidden;
    padding: 0px 0px 0px 261px;
    width: 100%;
}
.brandbar .icons {
    float: right;
}
.brandbar .icons > .icon-wrapper {
    display: table-cell;
    height: 40px;
    padding: 0px 10px;
    vertical-align: middle;
}
.brandbar .icons > .icon-wrapper.search-link{
    background-color: transparent;
    width: 20px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.brandbar .icons > .icon-wrapper .icon-slideout {
    display: none;
}
.brandbar .icons > .icon-wrapper > a {
    display: inline-block;
    float: right;
    height: 30px;
    padding-top: 5px;
}
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form{
    background-color: #FFF;
    margin: 0px;
}
.brandbar .icons > .icon-wrapper .icon-slideout .icon-slideout-inner .search-form .search-site{
    border-right: 2px solid #555;
}*/

.brandbar .icons {
    display: none;
}


/* Main Nav */

#nav-mobile {
    display: none;
}

.brandbar .icons > .icon-wrapper.search-link > a {
    padding-top: 4px;
}

.search-box li .ModuleContainerInner .SearchInput {
    border-radius: 0px;
    margin-top: 10px;
    height: 40px;
    color: #b4b4b4;
}

.search-box li .ModuleContainerInner .SearchInput.inFocus {
    color: #000;
}

.search-box li .ModuleContainerInner .SearchButton {
    background: #BB2322;
    border-radius: 0px;
    height: 40px;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    #nav-mobile {
        display: block;
    }
}

.navbar-header {
    float: left;
}

.navbar-collapse {
    float: right;
}

.navbar-brand {
    float: left;
    z-index: 99999;
}

.rs .navbar-brand {
    background-color: #bb2322;
    display: block;
    padding: 20px;
}

.navbar-brand .logo {
    background-image: url("../design/sprite-new.png");
    background-repeat: no-repeat;
    background-size: 329px 500px;
}

.ra .navbar-brand .logo {
    background-position: 0 -32px;
    height: 58px;
    margin: 15px 0;
    width: 247px;
}

.ab .navbar-brand .logo {
    background-position: 0 -100px;
    height: 42px;
    margin: 15px 0;
    width: 266px;
}

.rs .navbar-brand .logo {
    background-position: 0 -152px;
    height: 27px;
    width: 265px;
}

.navbar .menu-icon {
    background: transparent;
    border: 0 none;
    float: right;
    cursor: pointer;
}

.navbar .search-icon,
.navbar .country-icon {
    background: transparent;
    border: 0 none;
    float: right;
    padding: 10px 12px 8px;
}

.navbar .navbar-toggle > a > .fa.fa-search {
    font-size: 21px;
    color: #bb2322;
    margin-top: -1px;
}

.navbar .navbar-toggle.active > a > .fa.fa-search {
    color: #000;
}

#nav {
    width: 100%;
}

.navbar {
    z-index: 1000;
}

.ab .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    height: 72px;
}

.rs .navbar {
    background-color: #000;
    height: 56px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}


/* Main Nav Drop Downs */

.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none outside none;
}

.cbp-hrmenu > ul {
    margin: 0 -10px 0 0;
    padding: 0;
    float: right;
    text-align: left;
}

.cbp-hrmenu .cbp-hrsub-inner {
    margin: 0 -10px 0 0;
    padding: 0;
}

.cbp-hrmenu > ul > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.cbp-hrmenu .cbp-hrsub {
    background: #c8c8c8;
    -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
  /*  padding-bottom: 25px; */
    z-index: 999;
}

.cbp-hropen .cbp-hrsub {
    display: block;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner .row {
    margin-top: 28px;
    margin-bottom: 22px;
}

.cbp-hrmenu .cbp-hrsub-inner .row li {
    list-style: none outside none;
    margin-top: 6px;
     min-height: 44px;
}

.navbar .navbar-nav .cbp-hrmenu > ul > li > a {
    display: inline-block;
    *display: inline;
    font-family: 'CondensedLight', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    zoom: 1;
}

.ra .navbar .navbar-nav .cbp-hrmenu > ul > li > a {
    color: #bb2322;
    padding: 13px 10px;
}

.ab .navbar .navbar-nav .cbp-hrmenu > ul > li > a {
    color: #003e7e;
    padding: 10px 10px 11px;
}

.rs .navbar .navbar-nav .cbp-hrmenu > ul > li > a {
    color: #fff;
    padding: 7px 10px 8px;
}

.navbar .navbar-nav .cbp-hrmenu > #menu > li > a:hover,
.navbar .navbar-nav .cbp-hrmenu > #menu > li > a:focus,
.navbar .navbar-nav .cbp-hrmenu > #menu > li.open > a {
    background-color: #c8c8c8;
    color: #000;
}

.navbar .navbar-nav .cbp-hrmenu > ul > li.active > a,
.navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:hover,
.navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:focus {
    color: #fff;
}

.ra .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a,
.ra .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:hover,
.ra .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:focus {
    background-color: #bb2322;
}

.ab .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a,
.ab .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:hover,
.ab .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:focus {
    background-color: #003e7e;
}

.rs .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a,
.rs .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:hover,
.rs .navbar .navbar-nav .cbp-hrmenu > ul > li.active > a:focus {
    background-color: #bb2322;
}

.cbp-hrmenu .cbp-hrsub-inner .row li:first-child {
    margin-top: 0px;
}

.cbp-hrmenu .cbp-hrsub-inner .row li.spacer {
    height: 35px;
}

.cbp-hrmenu .cbp-hrsub-inner .row li > h4,
.cbp-hrmenu .cbp-hrsub-inner .row h4 {
    margin: 0;
    padding: 0;
}

.cbp-hrmenu .cbp-hrsub-inner .row li > h4 a,
.cbp-hrmenu .cbp-hrsub-inner .row h4 a {
    font-family: 'OpenSansBold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 6px 0 9px 0;
    padding: 0;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a,
.ra .cbp-hrmenu .cbp-hrsub-inner .row h4 a {
    color: #555;
}

.ab .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a,
.ab .cbp-hrmenu .cbp-hrsub-inner .row h4 a {
    color: #555;
}

.rs .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a,
.rs .cbp-hrmenu .cbp-hrsub-inner .row h4 a {
    color: #000;
    font-style: normal;
}

.cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:hover,
.cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:focus,
.cbp-hrmenu .cbp-hrsub-inner .row h4 a:hover,
.cbp-hrmenu .cbp-hrsub-inner .row h4 a:focus {
    background-color: transparent;
    color: #bb2322;
    text-decoration: none;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:hover,
.ra .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:focus,
.ra .cbp-hrmenu .cbp-hrsub-inner .row h4 a:hover,
.ra .cbp-hrmenu .cbp-hrsub-inner .row h4 a:focus {
    background-color: transparent;
    color: #bb2322;
}

.ab .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:hover,
.ab .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:focus,
.ab .cbp-hrmenu .cbp-hrsub-inner .row h4 a:hover,
.ab .cbp-hrmenu .cbp-hrsub-inner .row h4 a:focus {
    background-color: transparent;
    color: #003e7e;
}

.rs .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:hover,
.rs .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:focus,
.rs .cbp-hrmenu .cbp-hrsub-inner .row h4 a:hover,
.rs .cbp-hrmenu .cbp-hrsub-inner .row h4 a:focus {
    background-color: transparent;
    color: #bb2322;
}

.cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:after,
.cbp-hrmenu .cbp-hrsub-inner .row h4 a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    padding-left: 4px;
    position: absolute;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:after,
.ra .cbp-hrmenu .cbp-hrsub-inner .row h4 a:after {
    color: #bb2322;
}

.ab .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:after,
.ab .cbp-hrmenu .cbp-hrsub-inner .row h4 a:after {
    color: #003e7e;
}

.rs .cbp-hrmenu .cbp-hrsub-inner .row li > h4 a:after,
.rs .cbp-hrmenu .cbp-hrsub-inner .row h4 a:after {
    color: #bb2322;
}

.cbp-hrmenu .cbp-hrsub-inner .row li a,
.cbp-hrmenu .cbp-hrsub-inner .row a {
    font-family: 'OpenSansRegular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
    margin: -4px 0 0 -8px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row li a,
.ra .cbp-hrmenu .cbp-hrsub-inner .row a {
    color: #bb2322;
}

.ab .cbp-hrmenu .cbp-hrsub-inner .row li a,
.ab .cbp-hrmenu .cbp-hrsub-inner .row a {
    color: #003e7e;
}

.rs .cbp-hrmenu .cbp-hrsub-inner .row li a,
.rs .cbp-hrmenu .cbp-hrsub-inner .row a {
    color: #bb2322;
    font-style: italic;
}

.cbp-hrmenu .cbp-hrsub-inner .row li a:hover,
.cbp-hrmenu .cbp-hrsub-inner .row li a:focus {
    color: #fff;
    text-decoration: none;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row li a:hover,
.ra .cbp-hrmenu .cbp-hrsub-inner .row li a:focus {
    background-color: #bb2333;
}

.ab .cbp-hrmenu .cbp-hrsub-inner .row li a:hover,
.ab .cbp-hrmenu .cbp-hrsub-inner .row li a:focus {
    background-color: #003e7e;
}

.rs .cbp-hrmenu .cbp-hrsub-inner .row li a:hover,
.rs .cbp-hrmenu .cbp-hrsub-inner .row li a:focus {
    background-color: #bb2333;
}

.cbp-hrmenu .cbp-hrsub-inner .row .img-nav {
    padding-left: 10px;
    padding-right: 0px;
}

.cbp-hrmenu .cbp-hrsub-inner .row .block-img img {
    border: 6px solid #fff;
    width: 100%;
}


/* Mobile Nav */

.navbar-toggle {
    -webkit-tap-highlight-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #bb2322;
    border-radius: 0;
    display: block;
    height: 4px;
    width: 30px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar:first-child {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.open .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -moz-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -o-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-child(2) {
    opacity: 1;
}

.navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle .icon-bar:last-child {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.open .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

#nav-mobile .container {
    -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 0 24px;
    width: 100%;
}

#nav-mobile .navbar-menu {
    display: none;
    height: 100%;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

#nav-mobile #menu {
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: 10px solid rgba(187, 35, 34, 0.85);
    -webkit-box-shadow: -6px 0 6px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -6px 0 6px -3px rgba(0, 0, 0, 0.25);
    box-shadow: -6px 0 6px -3px rgba(0, 0, 0, 0.25);
    height: 100%;
    margin: 0;
    overflow: auto;
    padding: 0 0 80px 5px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

@media screen and (min-width: 992px) {
    #nav-mobile #menu {
        display: none;
    }
}

#nav-mobile h4 {
    border-top: 1px solid #969696;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding: 0 10px;
    -webkit-tap-highlight-color: transparent;
}

.no-touch #nav-mobile h4:active,
.no-touch #nav-mobile h4:hover,
.no-touch #nav-mobile h5:active,
.no-touch #nav-mobile h5:hover {
    background-color: rgba(187, 35, 34, 0.85);
}

#nav-mobile h4:before,
#nav-mobile h5:before {
    color: #fff;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

#nav-mobile h4.open,
#nav-mobile .icon h5.open {
    background-color: rgba(128, 130, 133, 0.85);
}

#nav-mobile h4.open:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#nav-mobile #menu li.item:last-child {
    border-bottom: 1px solid #969696;
    margin-bottom: 45px;
}

#nav-mobile .icon:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#nav-mobile .icon.country-active {
    height: 127px;
}

#nav-mobile .icon.account-active {
    height: 160px;
}

#nav-mobile .icon.country-active h5.country,
#nav-mobile .icon.account-active h5.account {
    /*background-color: rgba(128, 130, 133, 0.85);*/
}

#nav-mobile .icon.country-active .country-box,
#nav-mobile .icon.account-active .account-box {
    /*display: block;*/
}

#nav-mobile .icon h5 {
    border-top: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 4px;
    text-align: center;
    width: 25%;
    -webkit-tap-highlight-color: transparent;
}

#nav-mobile .icon h5:before {
    display: block;
    font-size: 24px;
    margin: 0 auto;
}

#nav-mobile .icon h5.search:before {
    content: "\f002";
}

#nav-mobile .icon h5.account:before {
    content: "\f007";
}

#nav-mobile .icon h5.country:before {
    content: "\f0ac";
}

#nav-mobile .icon h5.locator:before {
    content: "\f279";
    font-family: 'FontAwesome';
}

#nav-mobile .icon h5.help:before {
    content: "\f059";
}

#nav-mobile .icon h5.open:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#nav-mobile .icon a h5 {
    color: #fff;
    text-decoration: none;
}

#nav-mobile .icon .search-box,
#nav-mobile .icon .account-box,
#nav-mobile .icon .country-box {
    display: none;
}

#nav-mobile .icon .search-box:before,
#nav-mobile .icon .account-box:before,
#nav-mobile .icon .country-box:before {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#nav-mobile .navbar-menu .country-box .country-form .country-site-menu {
    width: 100%;
}

#nav-mobile .icon ul li {
    padding: 0 5px;
}

#nav-mobile h4 span {
    font-size: 16px;
    margin-right: 10px;
}

#nav-mobile li {
    list-style-type: none;
}

#nav-mobile ul ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding: 0 40px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-tap-highlight-color: transparent;
}

#nav-mobile ul ul {
    display: none;
    padding: 0;
}

#nav-mobile li.active ul {
    display: block;
}


/* Sub Nav */

#sub-nav {
    height: 38px;
    margin-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 980;
}

#sub-nav.links {
    background: rgba(0, 0, 0, 0.85);
}

#sub-nav.no-links {
    background: transparent;
    height: 0;
}

.ie9 #sub-nav {
    filter: none;
}

#sub-nav .nav-section {
    background-color: #bb2322;
    display: inline-block;
    *display: inline;
    float: left;
    height: 38px;
    margin-left: -685px;
    padding: 0 10px 0 0;
    position: relative;
    zoom: 1;
}

#sub-nav .nav-section::after {
    background-color: #bb2322;
    content: "";
    display: block;
    height: 38px;
    position: absolute;
    right: -18px;
    top: 0;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    width: 24px;
}

#sub-nav .nav-section h2 {
    border: 0;
    color: #fff;
    font-family: 'CondensedLight', sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0 685px;
    text-align: left;
    white-space: nowrap;
}

#sub-nav .nav-section h2 a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

#sub-nav .nav-menu {
    display: inline-block;
    *display: inline;
    float: left;
    zoom: 1;
}

#sub-nav .nav-menu > ul {
    margin-bottom: 0;
}

#sub-nav .nav-menu > ul > li {
    display: inline-block;
    *display: inline;
    padding: 8px 10px 7px;
    zoom: 1;
}

#sub-nav .nav-menu > ul > li:hover {
    background-color: rgba(200, 200, 200, 0.85);
}

#sub-nav .nav-menu > ul > li.open,
#sub-nav .nav-menu > ul > li.active {
    background-color: rgba(187, 35, 34, 0.85);
}

#sub-nav .nav-menu > ul > li.active {
    cursor: default;
    pointer-events: none;
}

#sub-nav .nav-menu > ul > li > a {
    color: #fff;
    font-family: 'CondensedLight', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

#sub-nav .nav-menu > ul > li:hover > a {
    color: #000;
}

#sub-nav .nav-menu > ul > li.open > a {
    color: #fff;
}

#sub-nav .nav-menu > ul > li > a .fa-label {
    padding-right: 3px;
}

#sub-nav .nav-menu-drop {
    float: right;
    margin-right: -15px;
}

#sub-nav .nav-menu-drop a {
    color: #fff;
    display: table-cell;
    font-size: 16px;
    height: 38px;
    padding: 0 15px;
    text-decoration: none;
    vertical-align: middle;
}

#sub-nav .nav-menu-drop.open a {
    background-color: #bb2322;
}

#sub-nav .nav-menu-drop a .fa-label {
    padding-right: 3px;
}

#sub-nav .nav-menu-drop.open .dropdown-menu li a {
    background-color: transparent;
    color: #bb2322;
}

#sub-nav .nav-menu-drop.open .dropdown-menu li a:active,
#sub-nav .nav-menu-drop.open .dropdown-menu li a:hover {
    color: #fff;
}

#sub-nav .nav-menu .dropdown .dropdown-menu .more-cols,
#sub-nav .nav-menu-drop.dropdown .dropdown-menu .more-cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#sub-nav .nav-menu .dropdown .dropdown-menu .more-cols ul:first-child,
#sub-nav .nav-menu-drop.dropdown .dropdown-menu .more-cols ul:first-child {
    padding: 0;
}

#sub-nav .nav-menu .dropdown .dropdown-menu .more-cols ul:nth-child(2),
#sub-nav .nav-menu-drop.dropdown .dropdown-menu .more-cols ul:nth-child(2) {
    border-left: 1px solid #c8c8c8;
    border-left: 0\0;
    margin: 0 0 0 8px;
    margin: 0\0;
    padding: 0 0 0 8px;
    padding: 0\0;
}

#sub-nav .nav-menu .dropdown .dropdown-menu .more-cols li,
#sub-nav .nav-menu-drop.dropdown .dropdown-menu .more-cols li {
    list-style: none outside none;
    padding: 5px 0;
    white-space: nowrap;
}

#sub-nav .nav-menu .dropdown .dropdown-menu .more-cols li a {
    padding: 8px;
}

#sub-nav .nav-menu-drop.dropdown .dropdown-menu .more-cols li a {
    font-size: 14px;
    height: 30px;
    padding: 5px;
}

#sub-nav .nav-menu .dropdown .dropdown-menu .more-cols li a:hover,
#sub-nav .nav-menu-drop.dropdown .dropdown-menu .more-cols li a:hover {
    background-color: #bb2322;
    color: #fff;
    text-decoration: none;
}


/* IR Navigation */

nav.ir-navigation {
    /*padding-top: 128px;*/
    /*padding-top: 128px;*/
    line-height: 40px;
    display: block;
    width: 100%;
    /*position: fixed;*/
    /*background: transparent linear-gradient(to right, rgb(187, 35, 34) 0%, rgb(187, 35, 34) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0% 0%;*/
    background: #000;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    z-index: 1;
    /*top: 128px;*/
}

@media screen and (max-width: 992px) {
    nav.ir-navigation {
        top: 50px;
        position: fixed;
    }
}

@media screen and (max-width: 940px) {
    nav.ir-navigation {
        /*background: #000;*/
        text-align: left;
    }
}

nav.ir-navigation > ul {
    list-style-type: none;
    display: block;
    max-width: 1140px;
    width: 100%;
    padding: 0 20px 0 0;
    margin: 0 auto;
    /*background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;*/
    display: inline-block;
    position: relative;
}

nav.ir-navigation > ul:before {
    content: "";
    height: 20px;
    width: 680px;
    background: #BB2322;
    transform: skew(-12deg, 0deg);
    float: left;
    height: 42px;
    margin-left: -510px;
    margin-right: 20px;
}

nav.ir-navigation > ul:after {
    /*Inactive*/
    content: "Investor Relations";
    position: absolute;
    left: 0;
    color: #fff;
    float: left;
    padding: 0px 10px 0px 30px;
    margin-left: -10px;
    margin-right: 10px;
    font-size: 24px;
    font-family: "CondensedLight";
    display: none;
}


/*Investor Relations Link*/

nav.ir-navigation ul.level1 > li.investorlink {
    display: inline;
}

nav.ir-navigation ul.level1 > li.investorlink > a {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    float: left;
    padding: 0px 10px 0px 30px;
    margin-left: -10px;
    margin-right: 10px;
    font-size: 24px;
    font-family: "CondensedLight";
    text-decoration: none;
}

nav.ir-navigation > ul li {
    float: left;
}

nav.ir-navigation > ul li.has-children > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    color: #fff;
    margin-left: 5px;
}

@media screen and (max-width: 992px) {
    nav.ir-navigation > ul.level1 > li {
        display: none;
    }
}

nav.ir-navigation > ul li + li {
    margin-left: 30px;
}

nav.ir-navigation > ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "CondensedLight";
    font-size: 16px;
}

nav.ir-navigation > ul ul.level2 {
    display: none;
    position: absolute;
    top: 40px;
    background: #fff;
    color: red;
    border: 1px solid #d2d2d2;
    z-index: 1;
    padding: 5px 8px;
    width: 100%;
    max-width: 180px;
}

nav.ir-navigation > ul ul.level2 li {
    display: block;
    padding: 0px;
    line-height: normal;
    float: left;
    width: 100%;
    margin: 0;
}

nav.ir-navigation > ul ul.level2 li a {
    color: #BB2322;
    padding: 8px;
    display: inline-block;
    width: 100%;
    font-family: "helvetica";
    font-size: 14px;
    text-align: left;
}

nav.ir-navigation > ul ul.level2 li a:hover {
    color: #fff;
    background: #BB2322;
}

nav.ir-navigation > ul ul.level2 li.has-children > a {
    background: #BB2322;
    color: #fff;
}

nav.ir-navigation > ul ul.level3 {
    display: none;
    padding: 0;
}


/*.PaneHeader2{
    padding-top:128px;
}

.LayoutThreeColumnLayout .PaneHeader2,
.LayoutTwoColumnLayout .PaneHeader2{
    padding-top:170px;
}

@media screen and (max-width: 992px) {
    .PaneHeader2 {
        padding-top: 50px;
    }

    .LayoutThreeColumnLayout .PaneHeader2,
    .LayoutTwoColumnLayout .PaneHeader2{
        padding-top:92px;
    }
}*/


/* Breadcrumb */

.Breadcrumb {
    text-align: left;
    line-height: 40px;
    float: left;
    word-wrap: break-word;
}

@media screen and (max-width: 780px) {
    .Breadcrumb {
        width: 100%;
    }
}


/*@media screen and (max-width: 600px) {
    .Breadcrumb {
        display: none;
    }
}*/

.Breadcrumb a {
    color: #555555;
    text-decoration: none;
}

@media screen and (max-width: 400px) {
    .Breadcrumb a {
        font-size: 12px;
    }
}

.Breadcrumb a:after {
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 10px;
}

.LayoutHomePageLayout .Breadcrumb a.main-home:after {
    content: "\f0da";
}

.LayoutHomePageLayout .Breadcrumb a:after {
    content: "";
}

.Breadcrumb span.BreadcrumbSeparator {
    display: none;
}


/* Share & Print */

.share-and-print {
    line-height: 40px;
    text-align: right;
}

@media screen and (max-width: 780px) {
    .share-and-print {
        line-height: normal;
        text-align: left;
        margin-left: -10px;
    }
}

@media screen and (max-width: 600px) {
    .share-and-print {
        display: none;
    }
}

.share-and-print a {
    font-family: "helvetica";
    color: #bb2322;
    text-decoration: none;
    padding-right: 10px;
    display: inline-block;
}

.share-and-print a:hover,
.share-and-print a.active {
    background-color: #BB2322;
    color: #ffffff;
}

.share-and-print a:before {
    font-family: "FontAwesome";
}

.share-and-print a.share:before {
    content: "\f045";
    margin: 0 10px;
}

.share-and-print a.print:before {
    content: "\f02f";
    margin: 0 10px;
}

.share-container {
    display: inline-block;
    position: relative;
}

.share-drop {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #FFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 900;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 8px;
    display: none;
    right: 0;
}

.share-drop li {
    line-height: 1;
    margin-bottom: 5px;
}

.share-drop i {
    vertical-align: baseline;
}

.share-drop span {
    padding-left: 5px;
}

.share-drop li a {
    color: #ffffff;
    display: block;
    width: 80px;
    padding: 5px;
    text-align: center;
}

.share-drop li a.facebook {
    background-color: #3C5B9A;
    border: 2px solid #3C5B9A;
}

.share-drop li a.facebook:hover {
    background-color: #FFF;
    color: #3C5B9A;
}

.share-drop li a.google-plus {
    background-color: #DD4B39;
    border: 2px solid #DD4B39;
}

.share-drop li a.google-plus:hover {
    background-color: #FFF;
    color: #DD4B39;
}

.share-drop li a.linkedin {
    background-color: #007BB6;
    border: 2px solid #007BB6;
}

.share-drop li a.linkedin:hover {
    background-color: #FFF;
    color: #007BB6;
}

.share-drop li a.twitter {
    background-color: #28AAE1;
    border: 2px solid #28AAE1;
}

.share-drop li a.twitter:hover {
    background-color: #FFF;
    color: #28AAE1;
}

@media screen and (max-width: 780px) {
    .share-drop {
        left: 0;
        right: auto;
    }
}


/* Home Banner */

.home-banner {
    position: relative;
    overflow: hidden;
    /*margin-top: -42px;*/
    height: 250px;
}

@media screen and (max-width: 1470px) {
    .home-banner {
        height: auto;
    }
}

.home-banner img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1300px) {
    .home-banner img {
        height: 238px;
        width: auto;
    }
}

.home-banner .home-banner-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.home-banner .home-banner-wrap h1 {
    font-family: "CondensedBold";
    font-size: 60px;
    color: #fff;
    padding: 0 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 55px;
}

@media screen and (max-width: 940px) {
    .home-banner .home-banner-wrap h1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .home-banner .home-banner-wrap h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 380px) {
    .home-banner .home-banner-wrap h1 {
        font-size: 30px;
    }
}

.home-banner .home-banner-wrap p {
    font-family: "OpenSansRegular";
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    padding: 0 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 60px;
    margin-bottom: 5px;
}

@media screen and (max-width: 940px) {
    .home-banner .home-banner-wrap p {
        line-height: normal;
    }
}

@media screen and (max-width: 550px) {
    .home-banner .home-banner-wrap p {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media print {
    .home-banner .home-banner-wrap h1 {
        font-size: 40px;
        text-shadow: none;
        color: #FFFFFF;
        margin-bottom: 0;
    }
    .home-banner .home-banner-wrap p {
        color: #FFFFFF;
        text-shadow: none;
    }
}


/* Landing 4 boxes */

.fourwidth {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    padding: 0 10px;
    padding-bottom: 70px;
    /*height: 320px;*/
}
.fourwidth .four-heading{
    line-height:28px;
    display:block;
    min-height:58px;
}

@media screen and (max-width: 940px) {
    .fourwidth {
        width: 50%;
    }

    .fourwidth .four-heading{
        min-height:28px;
    }
}

@media screen and (max-width: 480px) {
    .fourwidth {
        width: 100%;
        height: auto !important;
    }
}

.fourwidth h1 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.fourwidth h1 span {
    font-size: 26px;
    color: #555;
    display: inline-block;
    width: 100%;
}


/*.fourwidth h1 a:hover {
    text-decoration: none;
}*/


/*.fourwidth h1:before,*/


/*.fourwidth h1 span:before {
    font-family: "FontAwesome";
    position: relative;
    width: 100%;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 65px;
    color: #bb2322;
    margin-bottom: 30px;
    display: inline-block;
}*/

.fourwidth h1 i {
    position: relative;
    width: 100%;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 65px;
    color: #bb2322;
    margin-bottom: 30px;
    display: inline-block;
}


/*.fourwidth:hover h1 {
    color: #bb2322;
}

.fourwidth:hover h1 span {
    color: #bb2322;
}*/

.fourwidth a {
    font-size: 16px;
}

.fourwidth a:hover {
    text-decoration: underline;
}

.fourwidth a.button:hover,
.fourwidth a.ModuleViewAllLink:hover {
    text-decoration: none;
}

.fourwidth .WebcastLink a {
    font-size: 13px;
}

.fourwidth .AddToCalendar,
.fourwidth .WebcastLink,
.fourwidth .RelatedDocuments {
    display: inline-block;
    margin: 5px 0 10px;
}

.fourwidth a.ModuleViewAllLink,
.fourwidth .button {
    display: inline-block;
    width: 90%;
    border: 2px solid #BB2322;
    color: #BB2322;
    margin-top: 30px;
    padding: 5px 0px;
    font-size: 20px;
    line-height: normal;
    position: absolute;
    bottom: 6px;
    left: 5%;
}

.fourwidth a.ModuleViewAllLink:after,
.fourwidth .button:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #BB2322;
    margin-left: 10px;
    font-size: 20px;
}

.fourwidth a.ModuleViewAllLink:hover,
.fourwidth .button:hover {
    background: #BB2322;
    color: #fff;
}

.fourwidth a.ModuleViewAllLink:hover:after,
.fourwidth .button:hover:after {
    color: #fff;
}


/* Why Invest */


/*.whyinvest h1 span:before {
    content: "\f201";
}
*/

.whyinvest p {
    color: #969696;
    margin: 0px;
}


/* Latest News */


/*.latestnews h1 span:before {
    content: "\f036";
}
*/

.latestnews .ModuleDate {
    display: block;
}


/* Events */


/*.latestevent h1 span:before {
    content: "\f133";
}
*/

.latestevent .ModuleDate {
    display: block;
}

.latestevent .ModuleYearNavContainer {
    display: none;
}

.latestevent .ModuleHeadlineLink {
    color: #969696;
}

.latestevent .AddToCalendar .q4-atc-wrapper .q4-atc-outer {
    left: -106px;
    width: 320px;
}


/**/

.PaneBreadcrumb {
    position: relative;
}


/* Stock Quote Head */

.stocquotehead {
    border: 2px solid #BC2726;
    margin-top: 20px;
    padding: 20px 15px;
    width: 23%;
    left: 2%;
}

@media screen and (max-width: 940px) {
    .stocquotehead {
        width: 46%;
    }
}

@media screen and (max-width: 600px) {
    .stocquotehead {
        display: none;
        height: 0 !important;
    }
}

.stocquotehead h1 {
    margin: 0px;
    border-bottom: 2px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.stocquotehead a.StockPrice {
    display: block;
    font-size: 48px;
    color: #606060;
    line-height: normal;
}

.stocquotehead a.StockPrice:hover {
    text-decoration: none;
}

@media screen and (max-width: 1130px) {
    .stocquotehead a.StockPrice {
        font-size: 40px;
    }
}

.stocquotehead a.StockPrice:before {
    content: "$";
    margin-right: 5px;
}

.stocquotehead .main-line {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
}

.StockDescription2 {
    display: inline;
}

@media screen and (max-width: 1130px) {
    .stocquotehead .main-line {
        margin-bottom: 10px;
    }
    .stocquotehead span.StockDescription2 {
        display: block;
        margin-bottom: 10px;
    }
}

.stockchangetwo {
    display: inline-block;
}

.StockChange,
.StockPChange {
    background-color: #e2e2e2;
    position: relative;
}

.StockChange {
    padding-left: 5px;
}

.StockPChange {
    padding-right: 5px;
    left: -6px;
}

.StockPChange:before {
    content: "(";
    padding-left: 5px;
}

.StockPChange:after {
    content: ")";
}

.StockPChange .StockIndicator {
    display: none;
}

.StockPriceUp {
    background-color: #4CD964;
    color: #fff;
    position: relative;
}
.module-stock-header_up {
    background-color: #4CD964;
    color: #fff;
    position: relative;
}
.module-stock-header_down {
    background-color: red;
    color: #fff;
}
.StockPriceDown {
    background-color: red;
    color: #fff;
}

.stocquotehead .StockDate {
    margin-bottom: 10px;
}

.stocquotehead .StockDate,
.stocquotehead .StockDescription3 {
    display: block;
    font-family: helvetica;
    color: #A2A2A2;
}


/* Mobile Stock Head */

.mobileQuoteHead {
    display: none;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px 0 20px;
    left: 0px;
    right: 0px;
    top: -40px;
    position: absolute;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .LayoutHomePageLayout .mobileQuoteHead {
        display: inline-block;
    }
}

.mobileQuoteHead .StockVolumeText,
.mobileQuoteHead .StockVolume,
.mobileQuoteHead .StockDate {
    display: none;
}

.mobileQuoteHead h1 {
    margin: 0;
    /*margin-right: 30px;*/
    font-family: "OpenSansRegular";
    font-size: 12px;
    color: #fff;
    float: left;
    width: 29%;
}


/*@media screen and (max-width: 350px) {
    .mobileQuoteHead h1 {
        margin-right: 20px;
    }
}*/

.mobileQuoteHead a.StockPrice {
    display: inline-block;
    /*margin-right: 30px;*/
    font-size: 12px;
    font-family: "OpenSansRegular";
    color: #fff;
    font-weight: bold;
    float: left;
    width: 34.33%;
}

.mobileQuoteHead a.StockPrice:before {
    content: "PRICE: ";
    font-weight: 300;
}

.mobileQuoteHead .StockDescription2 {
    text-transform: uppercase;
    font-family: "OpenSansRegular";
    font-size: 12px;
}

.mobileQuoteHead .StockChange,
.mobileQuoteHead .StockPChange {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    line-height: 40px;
}

@media screen and (max-width: 940px) {
    .mobileQuoteHead .StockPChange {
        display: none;
    }
    .mobileQuoteHead .StockChange {
        padding-right: 5px;
    }
}

.mobileQuoteHead h1 p {
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: inline;
    font-family: "OpenSansRegular";
    font-size: 12px;
}

.mobileQuoteHead .main-line {
    display: inline-block;
    float: right;
    float: left;
    width: 36.67%;
    text-align: left;
}

@media screen and (max-width: 350px) {
    .mobileQuoteHead h1,
    .mobileQuoteHead a.StockPrice,
    .mobileQuoteHead .main-line {
        text-align: left;
    }
}


/* Pane Right */

.PaneRight {
    background: #e2e2e2;
}


/* Landing 2 boxes */

.twowidth {
    width: 50%;
    float: left;
    position: relative;
}

@media screen and (max-width: 800px) {
    .twowidth {
        width: 100%;
    }
}

.twowidth .button {
    display: inline-block;
    width: 100%;
    border: 2px solid #BB2322;
    color: #BB2322;
    margin-top: 30px;
    padding: 5px 0px;
    font-size: 20px;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
}

.twowidth .button:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #BB2322;
    margin-left: 10px;
    font-size: 20px;
}

.twowidth .button:hover {
    background: #BB2322;
    color: #fff;
}

.twowidth .button:hover:after {
    color: #fff;
}


/* Slideshare */

.slidesharez {
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.slidesharez h1 {
    text-align: left;
}


/* Learn More */

.LayoutHomePageLayout .PaneFooter2 {
    position: relative;
    /*padding-top: 30px;*/
    padding-bottom: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1020px) {
    .LayoutHomePageLayout .PaneFooter2 {
        padding-top: 0;
    }
}

.landingLearnMore {
    background-color: #bb2322;
    color: #fff;
    text-align: left;
    /*overflow: hidden;*/
    /*position: relative;*/
    top: 0px;
    left: 0px;
    right: 0px;
}

.redboxBG {
    /*background-color:#ebebeb;*/
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    /*padding-bottom: 60px;*/
}

.redboxBG:before {
    background: #bb2322 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: -1000%;
    position: absolute;
    top: 0;
    width: 1000%;
}

.redboxBG:after {
    background: #bb2322 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    right: -1000%;
    position: absolute;
    top: 0;
    width: 1000%;
}

@media screen and (max-width: 1020px) {
    .landingLearnMore {
        position: relative;
        left: -20px;
        margin-right: -40px;
    }
}

.landingLearnMore .landingLearnMoreWrap {
    padding-left: 386px;
    padding-bottom: 30px;
    padding-top: 20px;
}

@media screen and (max-width: 780px) {
    .landingLearnMore .landingLearnMoreWrap {
        padding-left: 0px;
        padding-top: 300px;
    }
}

@media screen and (max-width: 390px) {
    .landingLearnMore .landingLearnMoreWrap {
        padding-top: 230px;
    }
}

@media screen and (max-width: 340px) {
    .landingLearnMore .landingLearnMoreWrap {
        padding-top: 180px;
    }
}

.landingLearnMore .gears {
    position: relative;
    overflow: hidden;
}

.landingLearnMore .gears:before {
    font-family: "FontAwesome";
    content: "\f085";
    color: #fff;
    font-size: 312px;
    position: absolute;
    top: -63px;
    left: 20px;
}

@media screen and (max-width: 780px) {
    .landingLearnMore .gears:before {
        left: 10px;
        font-size: 300px;
        top: -80px;
    }
}

@media screen and (max-width: 390px) {
    .landingLearnMore .gears:before {
        font-size: 250px;
    }
}

@media screen and (max-width: 340px) {
    .landingLearnMore .gears:before {
        font-size: 200px;
    }
}

.landingLearnMore h1 {
    font-family: "OpenSansBold";
    font-size: 36px;
    margin-top: 0;
}

.landingLearnMore a {
    display: inline-block;
    margin-top: 30px;
}

.landingLearnMore .button-white {
    display: inline-block;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 30px;
    padding: 5px 0px;
    font-size: 20px;
    line-height: normal;
    bottom: 0;
    left: 0;
    max-width: 265px;
    text-align: center;
}

.landingLearnMore .button-white:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    position: absolute;
    margin-top: 3px;
}

.landingLearnMore .button-white:hover {
    background: #fff;
    color: #BB2322;
}

.landingLearnMore .button-white:hover:after {
    color: #BB2322;
}

.landingLearnMore h1,
.landingLearnMore p,
.landingLearnMore a {
    color: #fff;
    text-decoration: none;
}


/* Page Title */

.pageTitleBcrumb {
    font-size: 36px;
    color: #555;
    font-family: "CondensedBold";
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.LayoutHomePageLayout .pageTitleBcrumb,
.pageTitleBcrumb a {
    display: none;
}


/* Footer Links & thangs' */

.oneThreeWidth {
    float: left;
    width: 50%;
}

@media screen and (max-width: 1120px) {
    .oneThreeWidth {
        width: 100%;
    }
}

.twoThreeWidth {
    float: left;
    width: 25%;
}

@media screen and (max-width: 1120px) {
    .twoThreeWidth {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .twoThreeWidth {
        width: 100%;
    }
}

.twoThreeWidth,
.oneThreeWidth {
    text-align: left;
}

.twoThreeWidth h1,
.oneThreeWidth h1 {
    font-size: 24px;
    color: #bb2322;
    border-bottom: 2px solid #d2d2d2;
    width: 100%;
    font-family: "CondensedBold";
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.LayoutHomePageLayout .MailingListSignupContainer .EditSubscriberConfirmation {
    float: left;
    width: 50%;
    margin-top: 33px;
    text-align: left;
}

@media screen and (max-width: 1120px) {
    .LayoutHomePageLayout .MailingListSignupContainer .EditSubscriberConfirmation {
        width: 100%;
    }
}

.LayoutHomePageLayout .ErrorContainer,
.LayoutHomePageLayout .ErrorContainer {
    padding-top: 20px;
    color: red;
    text-align: left;
}

.emailAlerts {
    padding-right: 15px;
    position: relative;
}

@media screen and (max-width: 1120px) {
    .emailAlerts {
        padding-right: 0px;
    }
}

.emailAlerts span.RequiredField {
    color: red;
}

.emailAlerts .IntroText {
    width: 100%;
    float: left;
}

.emailAlerts input[type=text] {
    background: #c8c8c8;
    border-radius: 0px;
    width: 100% !important;
}

.emailAlerts input.Button {
    background: #bb2322 url('../design/alersbutton.png') top left no-repeat;
    border-radius: 0px;
    position: absolute;
    top: 3px;
    right: 23px;
    font-size: 0px;
    margin-bottom: 0px;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
}

@media screen and (max-width: 580px) {
    .emailAlerts input.Button {
        right: 3px;
    }
}


/*@media screen and (max-width: 352px) {
    .emailAlerts input.Button {
        top: 56.3px;
    }
}*/

.emailAlerts .GridActions {
    /*display: inline-block;
    width: 50%;
    position: relative;*/
}

@media screen and (max-width: 580px) {
    /*.emailAlerts .GridActions {
        display: inherit;
        width: inherit;
    }*/
}

.emailAlerts input.Button:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
}

.emailAlerts table {
    width: 50%;
    float: left;
}

@media screen and (max-width: 580px) {
    .emailAlerts table {
        width: 100%;
    }
}

.emailAlerts table.MailingListTable tr td.IntroTextColumn {
    margin-bottom: 30px;
    float: left;
    width: 100%:
}

.emailAlerts .MailingListTable #rowEmailAddress > td.MailingListCol1 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.emailAlerts .MailingListTable #rowEmailAddress > td.MailingListCol2 {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 20px;
}

@media screen and (max-width: 580px) {
    .emailAlerts .MailingListTable #rowEmailAddress > td.MailingListCol2 {
        padding-right: 0;
    }
}

.emailAlerts .MailingListTable #rowEmailAddress > td.MailingListCol2 span.RequiredField {
    display: none;
}

.emailAlerts .MailingListTable #rowEmailAddress > td.MailingListCol2 span.RequiredField {
    position: absolute;
    top: 0px;
    right: 0px;
}

.emailAlerts .MailingListListTable {
    margin-top: 30px;
}

.emailAlerts .MailingListListTable span.MailingListsHeading {
	display: none;
}

.emailAlerts .MailingListListTable .RequiredField {
    display: none;
}

.emailAlerts .MailingListListTable table {
    width: 100%;
    display: inline;
}

.emailAlerts .MailingListListTable table tr {
    float: left;
    width: 50%;
}

.emailAlerts .MailingListListTable table tr + tr + tr + tr + tr {
    width: 100%;
}

.emailAlerts .MailingListListTable table tr td {
    font-size: 12px;
    font-family: helvetica;
    font-weight: 300;
}

.finLinks {
    padding: 0 15px;
}

@media screen and (max-width: 1120px) {
    .finLinks {
        padding-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .finLinks {
        padding: 0;
    }
}

.finLinks ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
}

.finLinks ul li a:hover {
    text-decoration: underline;
}

.finLinks ul li + li {
    margin-top: 15px;
}

.invContact {
    padding-left: 15px;
}

@media screen and (max-width: 450px) {
    .invContact {
        padding: 0;
    }
}

.invContact a:hover {
    text-decoration: underline;
}

.invContact p {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: Helvetica;
}


/* Sidebar PaneLeft */

.LayoutThreeColumnLayout .PaneLeft,
.LayoutTwoColumnLayout .PaneLeft {
    width: 280px;
    float: right;
    padding-left: 15px;
    padding-top: 40px;
}

@media screen and (max-width: 700px) {
    .LayoutThreeColumnLayout .PaneLeft,
    .LayoutTwoColumnLayout .PaneLeft {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
}

.LayoutThreeColumnLayout .PaneLeft h1,
.LayoutTwoColumnLayout .PaneLeft h1 {
    margin: 0 0 15px 0;
    font-size: 26px;
    font-family: "CondensedBold";
    color: #555;
}

.LayoutThreeColumnLayout .PaneContent,
.LayoutTwoColumnLayout .PaneContent {
    padding-right: 310px;
}

@media screen and (max-width: 700px) {
    .LayoutThreeColumnLayout .PaneContent,
    .LayoutTwoColumnLayout .PaneContent {
        padding-right: 0px;
        width: 100%;
        float: left;
        min-height: inherit;
    }
}


/* Sidebar Stock Quote */

.LayoutHomePageLayout .sideQuoteHead,
.PageShareownerResourcesStockInformation .sideQuoteHead {
    display: none;
}

.sideQuoteHead {
    background: #e8e8e8;
    text-align: left;
    padding: 15px;
    margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .PageEventsPresentations .sideQuoteHead {
        width: 48%;
        float: left;
        margin-left: 2%;
    }
}

@media screen and (max-width: 500px) {
    .PageEventsPresentations .sideQuoteHead {
        width: 100%;
        float: left;
        margin-left: 0;
    }
}

.sideQuoteHead h1 {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 10px !important;
}

.sideQuoteHead a.StockPrice {
    font-size: 48px;
    color: #606060;
    font-family: "OpenSansRegular";
    margin-bottom: 10px;
    display: block;
}

.sideQuoteHead a.StockPrice:before {
    content: "$";
}

.sideQuoteHead .main-line {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
}

@media screen and (max-width: 580px) {
    .PageEventsPresentations .sideQuoteHead .StockDescription2 {
        display: block;
        margin-bottom: 10px;
    }
}

.sideQuoteHead span.StockDate {
    display: block;
}

.sideQuoteHead span.StockDate,
.sideQuoteHead span.StockDescription3 {
    font-size: 13px;
}


/* Sidebar Menu */

.PaneLeft .SecondaryNav {
    background: #e8e8e8;
    padding: 15px;
    margin-bottom: 30px;
    text-align: left;
}

@media screen and (max-width: 700px) {
    .PaneLeft .SecondaryNav {
        float: left;
        width: 100%;
    }
}

.PaneLeft .SecondaryNav ul {
    padding: 0;
    margin: 0;
}

.PaneLeft .SecondaryNav ul li {
    display: none;
}

.PaneLeft .SecondaryNav ul li.expanded,
.PaneLeft .SecondaryNav ul li.expanded li,
.PaneLeft .SecondaryNav ul li.selected,
.PaneLeft .SecondaryNav ul li.selected ul li {
    display: block;
}

.PaneLeft .SecondaryNav ul.level1 > li > ul li {
    margin-top: 10px;
}

.PaneLeft .SecondaryNav ul.level1 > li.selected > a,
.PaneLeft .SecondaryNav ul.level1 > li.expanded > a {
    font-size: 26px;
    color: #555;
    font-family: "CondensedBold";
    text-transform: uppercase;
}

.PaneLeft .SecondaryNav ul.level2 > li.has-children > a {
    font-weight: bold;
}

.PaneLeft .SecondaryNav ul.level3 {
    padding-left: 10px;
    border-left: 1px solid #b2b2b2;
}


/* Sidebar Quick Links */

.LayoutHomePageLayout .SideQuick {
    display: none;
}

.SideQuick {
    padding: 15px;
    background: #e8e8e8;
    float: left;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .SideQuick {
        margin-bottom: 40px;
    }
}

.SideQuick h1 {
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}

.SideQuick ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.SideQuick ul li {
    text-align: left;
}

.SideQuick ul li a:hover {
    text-decoration: underline;
}

.SideQuick ul li + li {
    margin-top: 5px;
}


/* Upcoming Events */

.upcomingEvents {
    margin-bottom: 40px;
}

.upcomingEvents .RssLinkTopContainer {
    position: relative;
    top: -45px;
}

.upcomingEvents .ModuleYearNavContainer {
    display: none;
}

.upcomingEvents .ModuleContainerInner .ModuleItem {
    background: #e8e8e8;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.upcomingEvents .ModuleContainerInner .ModuleItem.alt {
    background: #fff;
}

.upcomingEvents .ModuleDateContainer {
    font-size: 11px;
    color: #000;
    font-family: helvetica;
}

.upcomingEvents a.ModuleHeadlineLink {
    font-size: 18px;
    color: #bb2322;
    font-family: "OpenSansRegular";
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.upcomingEvents .ModuleLocation {
    display: none;
}

.upcomingEvents a.ModuleHeadlineLink:hover {
    text-decoration: underline;
}

button.q4-atc-button {
    color: #bb2322;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline;
    position: relative;
    /*left: -3px;*/
    font-size: 13px;
   /* top: -1px;*/
}

.upcomingEvents .RelatedDocuments a {
    font-size: 13px;
}

button.q4-atc-button:hover {
    text-decoration: underline;
}

.upcomingEvents .AddToCalendar {
    float: left;
    margin-right: 25px;
}

@media screen and (max-width: 580px) {
    .upcomingEvents .AddToCalendar {
        float: none;
    }
    .upcomingEvents .AddToCalendar .q4-atc-wrapper .q4-atc-outer {
        left: -35px;
        width: 320px;
    }
}

.upcomingEvents .WebcastLink a {
    font-size: 13px;
}

.upcomingEvents .WebcastLink a:hover {
    text-decoration: underline;
}

.upcomingEvents .PressRelease {
    float: left;
    margin-right: 25px;
}

.upcomingEvents .PressRelease a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 580px) {
    .upcomingEvents .PressRelease {
        float: none;
    }
}

.upcomingEvents .ModuleNotFound:after {
    content: ".";
}

.upcomingEvents .RelatedDocuments ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 30px;
}

.upcomingEvents .RelatedDocuments ul li.Presentation a span.FileType,
.upcomingEvents .RelatedDocuments ul li.Presentation a span.FileSize {
	display: none;
}

.upcomingEvents .RelatedDocuments ul li.Presentation a:hover {
	text-decoration: underline;
}

.upcomingEvents .PresentationItem h3 {
	display: none;
}

/* Past Events */

.pastEvents {
    margin-bottom: 30px;
}

.pastEvents .ModuleYearNavContainer {
    display: none;
}

.pastEvents .ModuleItemRow {
    background: #fff;
    padding: 15px;
}

.pastEvents .ModuleItemRow.alt {
    background: #e8e8e8;
}

.pastEvents .ModuleDateContainer {
    font-size: 11px;
    color: #000;
    font-family: helvetica;
}

.pastEvents a.ModuleHeadlineLink {
    font-size: 18px;
    color: #bb2322;
    font-family: "OpenSansRegular";
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.pastEvents a.ModuleHeadlineLink:hover {
    text-decoration: underline;
}

.pastEvents button.q4-atc-button {
    color: #bb2322;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline;
    position: relative;
    left: -3px;
    font-size: 13px;
}

.pastEvents .AddToCalendar {
    float: left;
    margin-right: 25px;
}

.ModuleEventDetails .ModuleBody {
    margin-bottom: 20px;
}

.ModuleEventDetails .AddToCalendar .q4-atc-button {
    background: none;
    border: none;
    color: #bb2322;
    padding: 0;
    margin-left: -3px;
    text-transform: capitalize;
    font-size: 13px;
}

.ModuleEventDetails .PresentationItem h3 {
    display: none;
}

.ModuleEventDetails .PresentationItem ul {
    margin: 0;
}

.ModuleEventDetails .RelatedDocuments div + div {
    margin-top: 10px;
}

.ModuleEventDetails .WebcastLink,
.ModuleEventDetails .AddToCalendar,
.ModuleEventDetails .RelatedDocuments {
    padding: 5px 0;
}

.ModuleEventDetails .RelatedDocuments a,
.ModuleEventDetails .WebcastLink a,
.pastEvents .RelatedDocuments a {
    text-transform: capitalize;
    font-size: 13px;
}

.pastEvents .WebcastLink a {
    font-size: 13px;
}

.pastEvents .WebcastLink a:hover {
    text-decoration: underline;
}

.pastEvents ul.ModuleLinks {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.pastEvents ul.ModuleLinks li {
    /*float: left;
    margin-right: 25px;*/
}

.pastEvents ul.ModuleLinks li a {
    padding: 5px 0px;
    display: block;
}

.pastEvents ul.ModuleLinks li a:hover {
    text-decoration: underline;
}

.pastEvents .sbHolder {
    margin-bottom: 20px;
}

.pastEvents .ModuleHeader {
    display: none;
}

.pastEvents .press,
.pastEvents .presentation,
.pastEvents .WebcastLink {
    display: inline-block;
    margin-right: 25px;
}

@media screen and (max-width: 580px) {
    .pastEvents .press,
    .pastEvents .presentation,
    .pastEvents .WebcastLink {
        display: block;
    }
}

.pastEvents .press,
.pastEvents .WebcastLink {
    margin-right: 25px;
}

.pastEvents .press a:hover,
.pastEvents .WebcastLink a:hover,
.pastEvents .presentation a:hover {
    text-decoration: underline;
}


/* Calendar */

.EventsCalendar {
    width: 100%;
    background: #e8e8e8;
}

.EventsCalendar .calendarWrapper {
    margin-bottom: 50px;
    /**/
    display: table;
}

.calendar {
    vertical-align: top;
    width: 449px;
    float: left;
}

.calendar .clndr-previous-button,
.calendar .clndr-next-button,
.calendar .month,
.calendarDetails .DropdownTrigger {
    color: #fff;
}

.calendar .headers {
    background: #e8e8e8;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.calendar .days {
    border-left: 1px solid #DBDBDB;
}

.calendar .day-header + .day-header {
    border-left: 1px solid #DBDBDB;
}

.calendar .day-header,
.calendar .days .day {
    width: 14.28571428571429%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: "CondensedBold";
}

.calendar .days .day {
    padding: 6px 0;
    background: #fff;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.calendar .day-header {
    font-size: 14px;
    padding: 6px 0px;
    font-family: "CondensedBold";
}

.calendarDetails {
    margin-left: 450px;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}


/*.calendarDetails:before {
    margin-bottom: 30px;
    content: "\f133";
    font-family: "FontAwesome";
    display: block;
    clear: both;
    font-size: 48px;
    color: #bb2322;
}*/

.calendarDetails i {
    font-size: 48px;
    color: #bb2322;
    margin-bottom: 30px;
    display: inline-block;
}

.calendar .controls {
    padding: 5px;
    text-align: center;
    background: #bb2322;
    position: relative;
}

.calendar .controls > div {
    display: inline-block;
    vertical-align: top;
}

.calendar .month {
    color: #fff;
    font-family: "CondensedBold";
    font-size: 18px;
    font-weight: 300;
    margin: 0 25px;
    padding: 11px 0;
}

@media screen and (max-width: 450px) {
    .calendar .month {
        font-size: 18px;
    }
}

.calendar .clndr-previous-button,
.calendar .clndr-next-button {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 20%;
    padding: 10px;
    cursor: pointer;
}

@media screen and (max-width: 450px) {
    .calendar .clndr-previous-button,
    .calendar .clndr-next-button {
        top: 19%;
    }
}

@media screen and (max-width: 400px) {
    .calendar .clndr-previous-button,
    .calendar .clndr-next-button {
        border: none;
    }
}

.calendar .clndr-previous-button {
    left: 20px;
}

.calendar .clndr-next-button {
    right: 20px;
}

@media screen and (max-width: 400px) {
    .calendar .clndr-previous-button {
        left: 5px;
    }
    .calendar .clndr-next-button {
        right: 5px;
    }
}

.calendar .clndr-previous-button:before {
    content: "\f053";
}

.calendar .clndr-next-button:before {
    content: "\f054";
}

.calendar .clndr-previous-button i,
.calendar .clndr-next-button i {
    display: none;
}

.calendar .today .daynr {
    color: #fff;
    border: 2px solid #bb2322;
    background-color: #bb2322;
    border-radius: 100%;
    display: inline-block;
    width: 31px;
    line-height: 26px;
    position: relative;
    bottom: -3px;
}

@media screen and (max-width: 450px) {
    .calendar .today .daynr {
        width: 27px;
        line-height: 24px;
    }
}

.calendar .day.past.event .daynr {
	color: #bb2322;
}

.calendar .day.event .daynr {
    border: 2px solid #bb2322;
    color: #bb2322;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    width: 31px;
    line-height: 26px;
    position: relative;
    bottom: -3px;
}

@media screen and (max-width: 450px) {
    .calendar .day.event .daynr {
        width: 27px;
        line-height: 24px;
    }
}

.calendar .day.adjacent-month span {
    visibility: hidden;
}

.calendarDetails .ModuleDate {
    font-size: 13px;
    text-transform: uppercase;
}

.calendarDetails h2 a {
    font-size: 24px;
    font-weight: 300;
    color: #1e1e1e;
    font-size: 18px;
    font-family: "OpenSansRegular";
}

.calendarDetails h2 a:hover {
    text-decoration: underline;
}

.calendarDetails ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.calendarDetails .RelatedDocuments {
    background-color: none;
    border: none;
    outline: none;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    font-size: 13px;
    text-transform: capitalize;
    right: 0px;
    left: 0px;
    text-align: center;
}

.calendarDetails .RelatedDocuments button {
    background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    /*font-size: 0;*/
    color: #BB2322;
}


/*.calendarDetails .RelatedDocuments button:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    content: "\e907";
    color: #ccc;
    position: relative;
    left: -5px;
}*/

.calendarDetails .RelatedDocuments button:hover {
    color: #555;
}

.calendarDetails .RelatedDocuments button:hover:before {
    color: #404040;
}

.calendarDetails .RelatedDocuments .q4-atc-wrapper,
.calendarDetails .RelatedDocuments .webcast,
.calendarDetails .RelatedDocuments .EventPresentation {
    display: block;
    /*margin-right: 10px;*/
}

.calendarDetails .RelatedDocuments > * + * {
    margin-top: 1px;
}

.calendarDetails .EventDropdown {
    position: relative;
    margin-top: 15px;
}

.calendarDetails .body {
    display: none;
}

.calendarDetails .EventDropdown.open {
    z-index: 5;
}

.calendarDetails .EventDropdown.empty {
    display: none!important;
}

.calendarDetails .DropdownTrigger {
    cursor: pointer;
    color: #f25a13;
    font-size: 13px;
    text-transform: uppercase;
    /*display: inline-block;*/
    padding: 5px 15px;
    margin-left: -15px;
    border: 1px solid white;
    position: relative;
    z-index: 2;
    display: none;
}

.calendarDetails .RelatedDocuments a {
    font-family: 'OpenSansRegular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 0px;
    top: 0;
    /*font-size: 0px;*/
    text-transform: capitalize;
    color: #BB2322;
}

.calendarDetails .RelatedDocuments a:hover {
    color: #404040;
}


/*.calendarDetails .RelatedDocuments .webcast a:before {
    content: "\e902";
    font-size: 30px;
    position: absolute;
    top: 0;
    left; 0;
}*/

.calendarDetails .ModuleItemRow {
    padding-bottom: 50px;
}

.calendarDetails .ModuleItemRow + .ModuleItemRow {
    border-top: 2px solid #e7e5df;
    padding-top: 25px;
}

.calendarDetails .ModuleDate {
    font-size: 14px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: "OpenSansRegular";
}

.calendarDetails .DropdownTrigger:after {
    content: "\e64a";
    font-family: 'Q4Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 6px;
    vertical-align: 3px;
    margin-left: 10px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.calendarDetails .open .DropdownTrigger {
    border-top: 1px solid #e7e5df;
    border-right: 1px solid #e7e5df;
    border-left: 1px solid #e7e5df;
    color: #656460;
}

.calendarDetails .open .DropdownTrigger:after {
    content: '\e650';
}

@media screen and (max-width: 1160px) {
    /*.calendar {
        float: none;
        width: auto;
    }*/
    .calendarDetails {
        margin-left: 0;
        padding-top: 20px;
    }
    .calendarDetails .DropdownTrigger {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
    }
    .calendarDetails .RelatedDocuments {
        left: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .calendarDetails .ModuleItemRow {
        border-bottom: 2px solid #eeebe5;
    }
}

@media screen and (max-width: 1080px) {
    .calendar {
        width: 390px;
    }
}

@media screen and (max-width: 1020px) {
    .calendar {
        width: 100%;
    }
    .calendarDetails {
        float: left;
    }
    .calendarWrapper {
        display: inline;
    }
}


/* Featured Presentation */

.featuredPresentation {
    display: none;
    margin-bottom: 40px;
    background: #e8e8e8;
    position: relative;
    padding-bottom: 80px;
}


/*.featuredPresentation:hover {
    background: #BB2322;
}*/

.PageEventsPresentations .featuredPresentation {
    display: block;
}

.featuredPresentation h1 {
    position: absolute;
    bottom: 0px;
    padding: 0px 20px;
    text-align: left;
    line-height: 25px;
}


/*.featuredPresentation:hover h1 {
    color: #fff;
}*/

.featuredPresentation a.ModuleThumbnailLink {
    display: block;
    overflow: hidden;
    /*border-left: 2px solid #555;
    border-top: 2px solid #555;
    border-right: 2px solid #555;*/
    cursor: default;
}

.featuredPresentation a.ModuleThumbnailLink img {
    /* width: 110%;
    margin-left: -5%;
    margin-top: -5%;
    margin-bottom: -5%;*/
    max-width: 100%;
}

.featuredPresentation span.ModuleDate,
.featuredPresentation span.ModuleHeadline {
    display: none;
}

.featuredPresentation a.hrefPresentation {
    display: block;
    font-size: 0;
    height: 5px;
    background: #bb2322;
    position: relative;
}

.featuredPresentation a.hrefPresentation:before {
    content: "\f15b";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    height: 30px;
    width: 40px;
    background: #bb2322;
    position: absolute;
    top: -30px;
    right: 0;
    padding-top: 5px;
}

@media screen and (max-width: 700px) {
    .featuredPresentation {
        width: 48%;
        float: left;
        margin-right: 2%;
    }
}

@media screen and (max-width: 500px) {
    .featuredPresentation {
        width: 100%;
        float: left;
        margin-right: 0;
    }
}


/* Qreps Header */

.PageFinancialsQuarterlyReports .PaneLeft {
    padding-top: 300px;
}

@media screen and (max-width: 700px) {
    .PageFinancialsQuarterlyReports .PaneLeft {
        padding-top: 20px;
    }
}


/* Quarterly Reports */

.quarterlyReps {
    /*n/a*/
}

.quarterlyReps .filter {
    position: relative;
}

.quarterlyReps .filter-wrap {
    position: absolute;
    right: -310px;
    width: 265px;
    background: #E8E8E8;
    height: 155px;
    padding: 15px;
    top: 75px;
}

@media screen and (max-width: 700px) {
    .quarterlyReps .filter-wrap {
        height: auto;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        float: left;
        margin-bottom: 20px;
    }
}

.quarterlyReps .filter-wrap p {
    font-size: 26px;
    color: #555;
    font-family: "CondensedBold";
    text-transform: uppercase;
}

.quarterlyReps .filter-wrap p:before {
    font-family: "FontAwesome";
    content: "\f0b0";
    margin-right: 10px;
}

.quarterlyReps .sbHolder {
    margin-top: 10px;
    display: block;
    width: 100%;
}

.quarterlyReps .hideFilter {
    display: none;
}

.quarterlyReps .Year {
    margin-top: 30px;
}

.quarterlyReps h4 {
    font-size: 26px;
    margin: 20px 0px 20px;
    color: #555;
    font-family: "OpenSansRegular";
}

.quarterlyReps .DocumentInfo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.quarterlyReps .DocumentInfo ul li {
    padding: 15px 30px 15px 25px;
}

.quarterlyReps .DocumentInfo ul li.alt {
    background: #e8e8e8;
}

.quarterlyReps .DocumentInfo ul li span.size {
    float: right;
    margin-left: 20px;
    /**/
    display: none;
}

.quarterlyReps .DocumentInfo ul li a:before,
.quarterlyReps .DocumentInfo ul li a[href*=".pdf"]:before,
.quarterlyReps .DocumentInfo ul li a[href*=".PDF"]:before {
    font-family: "FontAwesome";
    content: "\f1c9";
    color: #BB2322;
    font-size: 22px;
    position: relative;
    top: -5px;
    float: right;
}

.quarterlyReps .DocumentInfo ul li a[href*=".pdf"]:before,
.quarterlyReps .DocumentInfo ul li a[href*=".PDF"]:before {
    content: "\f15b";
    content: "\f1c1";
}

.quarterlyReps .DocumentInfo ul li.Webcast a:before {
    content: "\f1c7";
}


/*.quarterlyReps .DocumentInfo ul li.Press a:before,
.quarterlyReps .DocumentInfo ul li.Release a:before,
.quarterlyReps .DocumentInfo ul li.Press.Release a:before,
.quarterlyReps .DocumentInfo ul li.Financial.Report a:before{
    content: "\f036";
    position: relative;
    right: -2px;
}*/


/* SEC Filings */

.SECfilings {
    /*n/a*/
}

.SECfilings .sbHolder {
    border: 2px solid #87898C;
    background: #fff;
    float: left;
}

.SECfilings .sbHolder .sbToggle {
    left: auto;
    right: -2px;
    top: -2px;
    border: none;
    background: #BB2322;
    height: 33px;
}

.SECfilings .sbHolder .sbToggle:after {
    content: "\f0dc";
}

.SECfilings .sbHolder .sbSelector {
    padding-left: 0px;
    padding-right: 52px;
    color: #808285;
    font-size: 12px;
    font-family: helvetica;
}

.SECfilings .RssLinkTopContainer {
    position: relative;
    top: 5px;
}

.SECfilings .ModuleHeader {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    border-top: 1px solid #e8e8e8;
}

.SECfilings .YearNavContainer {
    display: none;
}

@media screen and (max-width: 550px) {
    .SECfilings .ModuleHeader {
        display: none;
    }
    .SECfilings .ModuleContainerInnerTop {
        margin-top: 20px;
    }
    .SECfilings .sbHolder {
        margin-bottom: 20px;
    }
}

.SECfilings .ModuleHeader .Date,
.SECfilings .ModuleHeader .Download {
    width: 25%;
    float: left;
    font-family: "CondensedBold";
    padding-right: 10px;
}

.SECfilings .ModuleHeader .Filing {
    width: 20%;
    float: left;
    font-family: "CondensedBold";
    padding-right: 10px;
}

.SECfilings .ModuleHeader .Description {
    width: 30%;
    float: left;
    font-family: "CondensedBold";
    padding-right: 10px;
}

.SECfilings .ModuleItemRow {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.SECfilings .ModuleItemRow span.ItemDate {
    float: left;
    width: 25%;
    /*font-size: 11px;*/
    padding-right: 10px;
}

.SECfilings .ModuleItemRow a.ItemHref {
    float: left;
    display: inline-block;
    width: 20%;
    padding-right: 10px;
}

.SECfilings .ModuleItemRow span.ItemDescription {
    float: left;
    width: 30%;
    padding-right: 10px;
}

.SECfilings .ModuleItemRow ul.Icons {
    float: left;
    width: 25%;
    list-style-type: none;
    padding: 0 10px 0 0;
    margin: 0;
}

@media screen and (max-width: 550px) {
    .SECfilings .ModuleItemRow span.ItemDate,
    .SECfilings .ModuleItemRow a.ItemHref,
    .SECfilings .ModuleItemRow span.ItemDescription,
    .SECfilings .ModuleItemRow ul.Icons {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .SECfilings .ModuleItemRow ul.Icons {
        margin-bottom: 0;
    }
}

.SECfilings .ModuleItemRow ul.Icons li {
    margin-right: 3px;
    margin-top: 5px;
    float: left;
}

.SECfilings .ModuleItemRow ul.Icons li a:before {
    font-family: "Q4-Default-Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 27px;
}

.SECfilings .ModuleItemRow ul.Icons li a img {
    display: none;
}

.SECfilings .ModuleItemRow ul.Icons li.PdfIcon a:before {
    /*FA*/
    font-family: "FontAwesome";
    content: "\f1c1";
}

.SECfilings .ModuleItemRow ul.Icons li.WordIcon a:before {
    /*FA*/
    font-family: "FontAwesome";
    content: "\f0f6";
}

.SECfilings .ModuleItemRow ul.Icons li.ExcelIcon a:before {
    /*FA*/
    font-family: "FontAwesome";
    content: "\f1c3";
}

.SECfilings .ModuleItemRow ul.Icons li.XBRLIcon a:before {
    font-family: "FontAwesome";
    content: "\f1c9";
}

.SECfilings .ModuleItemRow ul.Icons li.XBRLIcon a[href*=".rar"]:before,
.SECfilings .ModuleItemRow ul.Icons li.XBRLIcon a[href*=".zip"]:before,
.SECfilings .ModuleItemRow ul.Icons li.XBRLIcon a[href*=".RAR"]:before,
.SECfilings .ModuleItemRow ul.Icons li.XBRLIcon a[href*=".ZIP"]:before {
    content: "\f1c6";
}

.SECfilings .ModuleItem {
    background: #e8e8e8;
}

.SECfilings .ModuleItemAlt {
    background: #fff;
}


/* Annual Reports */

.AnnualQuarterlyReportContainer {
    margin-top: 20px;
}

.AnnualQuarterlyReportContainer table {
    width: 100%;
}

.AnnualQuarterlyReportContainer table h2 {
    padding: 5px 10px;
}

.AnnualQuarterlyReportContainer table h3 {
    margin-top: 0;
    margin-bottom: 20px;
    display: none;
}

.AnnualQuarterlyReportContainer table ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.AnnualQuarterlyReportContainer ul li {
    background: #e8e8e8;
    padding: 15px 30px 15px 25px;
    position: relative;
}

.AnnualQuarterlyReportContainer ul li:before {
    font-family: "FontAwesome";
    content: "\f1c1";
    color: #BB2322;
    font-size: 22px;
    position: relative;
    top: -5px;
    float: right;
}

.AnnualQuarterlyReportContainer ul li.alt {
    background: #fff;
}

.AnnualQuarterlyReportContainer table ul li + li {
    margin-top: 10px;
}

.AnnualQuarterlyReportContainer table ul h4 {
    margin: 0;
}


/* Investor News */

.ModulePressRelease .RssLinkTopContainer {
    position: relative;
    top: 5px;
}

.ModulePressRelease .ModuleYearNavContainer {
    display: none;
}

.ModulePressRelease .sbHolder {
    margin-bottom: 20px;
}

.ModulePressRelease .ModuleItemRow {
    padding: 15px;
    background: #e8e8e8;
}

.ModulePressRelease .ModuleItemRow.ModuleItemAlt {
    background: #fff;
}

.ModulePressRelease .ModuleItemRow span.ModuleDate {
    font-size: 11px;
    color: #000;
    font-family: helvetica;
}

.ModulePressRelease .ModuleItemRow a.ModuleHeadlineLink {
    font-size: 18px;
    color: #BB2322;
    font-family: "OpenSansRegular";
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleItemRow a.ModuleHeadlineLink:hover {
    text-decoration: underline;
}


/* Stock Quote Select */

.StockQuoteContainer {
    padding-bottom: 20px;
}

.StockQuoteContainer a {
    color: #555;
}

.StockQuoteContainer .StockQuoteLookup h1 {
    display: none;
}

.StockQuoteContainer .StockTableItem {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.StockQuoteContainer .StockTableItem + .StockTableItem {
    border-top: 1px solid #ccc;
}

.StockQuoteContainer .StockTableItem p {
    width: 50%;
    float: left;
    margin: 0;
    padding-right: 15px;
}

@media screen and (max-width: 900px) {
    .StockQuoteContainer .StockTableItem p {
        width: 100%;
    }
}

.StockQuoteContainer .StockTableItem p + p {
    padding-left: 15px;
}

@media screen and (max-width: 900px) {
    .StockQuoteContainer .StockTableItem p + p {
        padding-left: 0;
    }
}

.StockQuoteContainer .StockTableItem p span.PChangeLabel + span.PChangeLabel,
.StockQuoteContainer .StockTableItem p span.ChangeLabel + span.ChangeLabel,
.StockQuoteContainer .StockTableItem p a {
    float: right;
}

.StockQuoteContainer .StockTableItem p a {
    cursor: text;
}

.StockQuoteContainer .Price:before,
.StockQuoteContainer .StockData:before {
    content: "$";
}

.StockQuoteContainer .StockData.Volume:before {
    display: none;
}


/* Stock Chart */

.StockChart {
    padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
    .StockChart .highcharts-input-group {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .StockChart .highcharts-input-group {
        display: inline-block;
    }
}

@media screen and (max-width: 580px) {
    .StockChart .highcharts-input-group {
        display: none;
    }
}


/* Stock Quote Historical */

.stockQuoteHisto {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

@media screen and (max-width: 970px) {
    .stockQuoteHisto .sbHolder {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .stockQuoteHisto .sbHolder {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 540px) {
    .stockQuoteHisto .sbHolder {
        width: 100%;
        float: left;
        margin: 0px;
        margin-top: 20px;
    }
}

.stockQuoteHisto ul.sbOptions {
    max-height: 185px !important;
}

.stockQuoteHisto .stock-selects span.text {
    margin-right: 20px;
    position: relative;
    top: 5px;
}

.stockQuoteHisto .stock-selects button.lookup {
    outline: none;
    border: none;
    background: none;
    display: inline-block;
    border: 2px solid #BB2322;
    color: #BB2322;
    padding: 0px 20px;
    font-size: 20px;
    line-height: normal;
    cursor: pointer;
}

@media screen and (max-width: 680px) {
    .stockQuoteHisto .stock-selects button.lookup {
        display: block;
        margin-top: 20px;
    }
}

@media screen and (max-width: 540px) {
    .stockQuoteHisto .stock-selects button.lookup {
        float: left;
        width: 100%;
    }
}

.stockQuoteHisto .stock-selects button.lookup:hover {
    background: #BB2322;
    color: #fff;
}

.stockQuoteHisto .stock-table {
    margin-top: 20px;
}

.stockQuoteHisto .stock-table ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
}

.stockQuoteHisto .stock-table ul li {
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.stockQuoteHisto .stock-table ul li + li {
    border-top: 1px solid #ccc;
}

.stockQuoteHisto .stock-table ul li span {
    font-weight: bold;
}

.stockQuoteHisto .stock-table ul li span + span {
    float: right;
    font-weight: 300;
}


/* Corp News */

.CorpNews {
    margin-left: 1px;
}

.button-dld {
    background: #e8e8e8 none repeat scroll 0 0;
    padding: 15px 35px 15px 20px;
    position: relative;
    font-size: 14px;
}

.button-dld a:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 20px;
    text-transform: none;
    top: 13px;
}

.CorpNews .ContentContainer {
    text-align: right;
}

@media screen and (max-width: 700px) {
    .CorpNews .ContentContainer {
        text-align: left;
    }
}

.CorpNews .ContentContainer > a {
    outline: none;
    border: none;
    background: none;
    display: inline-block;
    border: 2px solid #BB2322;
    color: #BB2322;
    padding: 1px 20px;
    font-size: 20px;
    line-height: normal;
    cursor: pointer;
    position: relative;
    right: 40px;
    bottom: -32px;
}

@media screen and (max-width: 700px) {
    .CorpNews .ContentContainer > a {
        bottom: 15px;
        right: auto;
    }
}

.CorpNews .ContentContainer > a:hover {
    background: #BB2322;
    color: #fff;
}


/* Analyst Coverage */

.analyst-cov {
    /*n/a*/
}

.analyst-cov p {
    font-size: 14px;
}

.analyst-cov table {
    width: 100%;
    margin-bottom: 20px;
}

.analyst-cov table tbody {
    border-left: 1px solid #e2e2e2;
}

.analyst-cov table tr th {
    padding: 10px 10px;
    background: #555;
    color: #fff;
    font-family: "OpenSansRegular";
    font-size: 18px;
    border-left: 1px solid #555;
}

.analyst-cov table tr td {
    padding: 5px 10px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}


/* Governance Documents */

.ModuleDownloadListWithTags {
    margin-top: 20px;
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleHeader {
    /*display: inline-block;*/
    width: 100%;
    padding: 0;
    font-weight: bold;
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleHeader span {
    display: none;
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow {
    padding: 15px 30px 15px 25px;
    position: relative;
    padding-right: 35px;
    background: #e8e8e8;
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow.alt {
    background: #fff;
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleHeader .ModuleHeaderThumbnail,
.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleHeader .ModuleHeaderDescription,
.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow a.ModuleThumbnail,
.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow .ModuleFileSizeText {
    display: none;
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c9";
    top: 13px;
    right: 20px;
    font-size: 22px;
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow a[href*=".pdf"]:before,
.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow a[href*=".PDF"]:before,
.ModuleDownloadListWithTags .ModuleContainerInnerTop .ModuleItemRow a[href*=".Pdf"]:before {
    content: "\f1c1";
}


/* Bottom Events & Presentations + Quarterly bottom */

.bottom-quart {
    margin: 40px 0 70px 0;
    float: left;
    width: 100%;
}

.bottom-events-pres {
    margin: 20px 0 70px 0;
    float: left;
    width: 100%;
}

.bottom-quart .ModuleYearNavContainer,
.bottom-quart .ModuleHeader,
.bottom-events-pres .ModuleYearNavContainer,
.bottom-events-pres .ModuleHeader {
    display: none !important;
}

.bottom-quart .ModuleItemRow,
.bottom-events-pres .ModuleItemRow {
    padding: 0 !important;
    border-bottom: none !important;
    position: relative;
    width: 31%;
    float: left;
    max-height: 160px;
}

@media screen and (max-width: 940px) {
    .bottom-quart .ModuleItemRow,
    .bottom-events-pres .ModuleItemRow {
        width: 46%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 700px) {
    .bottom-quart .ModuleItemRow,
    .bottom-events-pres .ModuleItemRow {
        width: 31%;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 520px) {
    .bottom-quart .ModuleItemRow,
    .bottom-events-pres .ModuleItemRow {
        width: 46%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 360px) {
    .bottom-quart .ModuleItemRow,
    .bottom-events-pres .ModuleItemRow {
        width: 96%;
        margin-bottom: 50px;
    }
}

.bottom-quart .ModuleDate,
.bottom-events-pres .ModuleDate {
    display: none;
}

.bottom-quart .ModuleItemRow a.ModuleThumbnail,
.bottom-events-pres .ModuleItemRow a.ModuleThumbnail {
    display: block !important;
    border-bottom: 5px solid #CD3A2F;
}

.bottom-quart .ModuleItemRow a.ModuleHeadlineLink,
.bottom-events-pres .ModuleItemRow a.ModuleHeadlineLink {
    font-size: 20px;
    font-family: "CondensedBold";
    color: #cd392e;
    margin-top: 5px;
    display: block;
}

.bottom-quart .ModuleItemRow a:before,
.bottom-events-pres .ModuleItemRow a:before {
    /*inactive*/
    content: "\f0c1" !important;
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 30px;
    background: #CD3A2F;
    text-align: center;
    color: #fff;
    font-family: "FontAwesome" !important;
    font-size: 20px !important;
    padding-top: 7px;
    line-height: normal !important;
    top: auto !important;
    display: none;
}

.bottom-quart .ModuleItemRow a.ModuleThumbnail,
.bottom-events-pres .ModuleItemRow a.ModuleThumbnail {
    overflow: hidden;
}

.bottom-quart .ModuleItemRow a.ModuleThumbnail img,
.bottom-events-pres .ModuleItemRow a.ModuleThumbnail img {
    width: 100%;
    height: 160px;
}

@media screen and (max-width: 1020px) {
    .bottom-quart .ModuleItemRow a.ModuleThumbnail img,
    .bottom-events-pres .ModuleItemRow a.ModuleThumbnail img {
        width: auto;
    }
}

@media screen and (max-width: 940px) {
    .bottom-quart .ModuleItemRow a.ModuleThumbnail img,
    .bottom-events-pres .ModuleItemRow a.ModuleThumbnail img {
        width: 100%;
    }
}

@media screen and (max-width: 814px) {
    .bottom-quart .ModuleItemRow a.ModuleThumbnail img,
    .bottom-events-pres .ModuleItemRow a.ModuleThumbnail img {
        width: auto;
    }
}

@media screen and (max-width: 520px) {
    .bottom-quart .ModuleItemRow a.ModuleThumbnail img,
    .bottom-events-pres .ModuleItemRow a.ModuleThumbnail img {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .bottom-quart .ModuleItemRow a.ModuleThumbnail img,
    .bottom-events-pres .ModuleItemRow a.ModuleThumbnail img {
        width: auto;
    }
}

@media screen and (max-width: 360px) {
    .bottom-quart .ModuleItemRow a.ModuleThumbnail img,
    .bottom-events-pres .ModuleItemRow a.ModuleThumbnail img {
        width: 100%;
    }
}

.bottom-quart .ModuleSeparator,
.bottom-events-pres .ModuleSeparator {
    float: left;
    width: 3.5%;
    height: 170px;
}


/* Latest Quarter */

.LatestSECQ {
    padding-left: 30px;
    text-align: left;
}

@media screen and (max-width: 800px) {
    .LatestSECQ {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

.LatestSECQ .latest-financial {
    display: inline-block;
    width: 100%;
    height: 420px;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 0px 15px;
}

@media screen and (max-width: 440px) {
    .LatestSECQ .latest-financial {
        height: auto;
    }
}

.LatestSECQ .latest-financial h1 {
    width: 160px;
    height: 140px;
    background: #555;
    margin: 0px;
    display: inline-block;
    padding: 20px;
}

.LatestSECQ .latest-financial h1 span {
    display: block;
    color: #fff;
}

.LatestSECQ .latest-financial h1 span.two {
    font-family: "CondensedBold";
    font-size: 73px;
    position: relative;
    top: -15px;
}

.LatestSECQ .latest-financial ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.LatestSECQ .latest-financial ul li {
    width: 30%;
    display: inline-block;
}

@media screen and (max-width: 440px) {
    .LatestSECQ .latest-financial ul li {
        width: 50%;
    }
}

@media screen and (max-width: 320px) {
    .LatestSECQ .latest-financial ul li {
        width: 100%;
    }
}

.LatestSECQ .latest-financial ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

.LatestSECQ .latest-financial ul li a:before {
    font-family: "FontAwesome";
    content: "\f15b";
    text-align: center;
    margin: auto;
    font-size: 40px;
    display: block;
}

.LatestSECQ .button {
    position: relative;
    top: -13px;
    text-align: center;
}

@media screen and (max-width: 340px) {
    .LatestSECQ .button {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* Executive Leaders */

/*.persTo {
    position: absolute;
    top: -148px;
    left: 0;
    padding: 1px;
}*/

.executiveLeaders {
    margin-top: 40px;
}

.executiveLeaders .PersonContainer h3 span.commaName,
.executiveLeaders .PersonContainer h3 span.SufixName {
    display: none;
}

.executiveLeaders .ModuleContainerInner {
    border-top: 1px solid #ccc;
}

.executiveLeaders .ModuleContainerInner .PersonContainer {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 20px;
}

.executiveLeaders .ModuleContainerInner .PersonContainer > h3 {
    cursor: pointer;
    font-size: 20px;
}

.executiveLeaders .ModuleContainerInner .PersonContainer > h3:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -1px;
    transition: 500ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.executiveLeaders .ModuleContainerInner .PersonContainer > h3.active:before {
    transition: 500ms;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}


/*.executiveLeaders .ModuleContainerInner .PersonContainer h3.active:before {
    font-family: "FontAwesome";
    content: "\f107";
}*/

.executiveLeaders .ModuleContainerInner .PersonContainer .PersonDetailsContainer {
    padding-bottom: 20px;
}

.executiveLeaders .ModuleContainerInner .PersonContainer .PersonDetailsContainer .PersonPhoto {
    display: block;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .executiveLeaders .ModuleContainerInner .PersonContainer .PersonDetailsContainer .PersonPhoto {
        text-align: center;
    }
}

.executiveLeaders .ModuleContainerInner .PersonContainer .PersonDetailsContainer .PersonPhoto img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.PersonDetailsNameContainer .PersonName,
.PersonDetailsNameContainer .PersonTitleComma {
    display: none;
}

.PersonDetailsNameContainer .PersonTitle {
    margin-bottom: 20px;
    display: block;
}

.PersonContainer h3 > a {
    float: left;
}


/* Committee Comp */

.committee-comp {
    /*n/a*/
}

.committee-comp .tleft {
    text-align: left;
    padding-left: 10px;
}

.committee-comp h4 {
    font-size: 26px;
    margin: 30px 0px 20px;
}

.committee-comp table {
    width: 100%;
}

@media screen and (max-width: 980px) {
    .committee-comp table {
        display: none;
    }
}

.committee-comp table tr th,
.committee-comp table tr td {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
}

.committee-comp table tr th + th {
    border-left: 1px solid #d2d2d2;
}

.committee-comp table tbody {
    /*border-left: 1px solid #e8e8e8;*/
}

.committee-comp table tr th {
    background: #e8e8e8;
}

.committee-comp table tr td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.committee-comp table tr.pdf td a {
    font-size: 0;
}

.committee-comp table tr.pdf td a:before {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e62a";
    font-size: 24px;
}

.committee-comp table tr td span:before {
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.committee-comp table tr td span.member:before {
    content: "\f007";
}

.committee-comp table tr td span.chair:before {
    content: "\f007";
    border: 2px solid #333;
    padding: 2px 4px;
    border-radius: 100px;
}

.committee-comp ul.list {
    list-style-type: none;
    padding: 0;
}

.committee-comp ul.list li {
    padding: 15px 35px 15px 20px;
    /*border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;*/
    position: relative;
    background: #e8e8e8;
}

.committee-comp ul.list li a {
    display: inline-block;
}

.committee-comp ul.list li a:before {
    right: 0px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f1c1";
    top: 13px;
    right: 20px;
    font-size: 22px;
    position: absolute;
}

.committee-comp ul.list li span {
    display: none;
}

@media screen and (max-width: 980px) {
    .committee-comp .legend {
        display: none;
    }
}

.committee-comp .legend ul {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    background: #e8e8e8;
    padding: 15px;
}

.committee-comp .legend ul li {
    display: inline-block;
}

.committee-comp .legend ul li + li {
    margin-left: 40px;
}

.committee-comp .legend ul li:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.committee-comp .legend ul li.chair:before {
    content: "\f007";
    border: 2px solid #333;
    padding: 2px 4px;
    border-radius: 100px;
}

.committee-comp .legend ul li.member:before {
    content: "\f007";
}


/*committee mobile*/

.mobileCommittee {
    display: none !important;
}

@media screen and (max-width: 980px) {
    .mobileCommittee {
        display: inline-block !important;
        width: 100%;
    }
}

.mobileCommittee ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobileCommittee > ul > li {
    border: 1px solid #d2d2d2;
    padding: 20px;
    width: 100%;
    background: #fff;
}

.mobileCommittee > ul > li + li {
    margin-top: 20px;
}

.mobileCommittee > ul > li.active p {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.mobileCommittee > ul > li p {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.mobileCommittee > ul > li p a.Line1 {
    float: left;
    display: inline-block;
    width: 90%;
    text-align: left;
}

.mobileCommittee > ul > li p span.GouvernanceMobileOpenButton {
    position: absolute;
    right: 8px;
    font-size: 30px;
    top: -8px;
    cursor: pointer;
}

.mobileCommittee > ul > li.active p span.GouvernanceMobileOpenButton {
    font-size: 40px;
    top: -17px;
    right: 8px;
}

.mobileCommittee ul.Level2 > li {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 470px) {
    .mobileCommittee ul.Level2 > li {
        font-size: 14px;
    }
}

.mobileCommittee ul.Level2 > li > span {
    float: left;
    line-height: 40px;
    width: 80%;
    text-align: left;
}

.mobileCommittee ul.Level2 > li > span.Type {
    width: 10%;
    float: right;
    text-align: right;
}

.mobileCommittee .Legend {
    width: 100%;
    padding: 20px;
    background: #d2d2d2;
    margin-top: 20px;
}

.mobileCommittee .Legend > div {
    display: inline-block;
    width: 100%;
}

.mobileCommittee .Legend span {
    float: left;
}

.mobileCommittee .Legend span.LegendImg {
    float: right;
    position: relative;
    top: -10px;
}

.mobileCommittee ul.Level2 li span img,
.mobileCommittee .Legend img {
    width: 30px;
    position: relative;
    bottom: -5px;
}


/* ROK */

.ROKstock {
    /*n/a*/
}

.ROKstock .ContentContainer {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}


/*.ROKstock .ContentContainer p {
    margin-bottom: 20px;
}*/

.ROKstock .ContentContainer p img {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 830px) {
    .ROKstock .ContentContainer p img {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
}


/* Email Alers Sign up */

.PageShareownerResourcesEmailAlertsRSS .MailingListSignupContainer {
    position: relative;
}

.PageShareownerResourcesEmailAlertsRSS .ErrorContainer {
    position: absolute;
    /* bottom: 60px; */
    bottom: 45px;
    color: red;
}

.emailSignUp {
    margin-bottom: 20px;
}

.emailSignUp p > span {
    display: block;
    margin-top: 20px;
}


/* Form Sign up */

.formSignUp {
    /*n/a*/
}

.formSignUp input[type="text"] {
    background: #C8C8C8 none repeat scroll 0% 0%;
    border-radius: 0px;
    width: 100% !important;
    max-width: 300px;
}

@media screen and (max-width: 360px) {
    .formSignUp input[type="text"] {
        width: 90% !important;
    }
    .formSignUp table.MailingListTable .MailingListCol2 span {
        width: 10%;
    }
}

.formSignUp .IntroText {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.formSignUp table.MailingListTable {
    float: left;
    width: 100%;
}

.formSignUp table.MailingListTable .MailingListCol1,
.formSignUp table.MailingListTable .MailingListCol2 {
    float: left;
    width: 100%;
}

.formSignUp table.MailingListTable .MailingListCol1 > span {
    margin-bottom: 5px;
    display: block;
}

.formSignUp table.MailingListListTable tbody tr td span.RequiredField {
    display: none;
}

.formSignUp table.MailingListListTable tbody tr td table {
    margin-top: 20px;
}

.formSignUp .GridActions input.Button {
    font-family: "OpenSansRegular";
    border-radius: 0;
    background: none;
    display: inline-block;
    width: 100%;
    border: 2px solid #BB2322;
    color: #BB2322;
    padding: 5px 0px;
    font-size: 20px;
    line-height: normal;
    bottom: 0px;
    left: 0px;
    max-width: 265px;
    text-align: center;
}

.formSignUp .GridActions input.Button:hover {
    background: #BB2322;
    color: #fff;
}


/* Email Alerts Unsubscribe */

.emailUnsub {
    margin-bottom: 40px;
}


/* Form Unsubscribe */

.formUnsub {
    margin-bottom: 40px;
    /*float: left;*/
    width: 100%;
}

.formUnsub input[type="text"] {
    background: #C8C8C8 none repeat scroll 0% 0%;
    border-radius: 0px;
    width: 100% !important;
    max-width: 300px;
}

@media screen and (max-width: 360px) {
    .formUnsub input[type="text"] {
        width: 90% !important;
    }
    .formUnsub table.MailingListUnsubscribeTable .MailingListCol2 span {
        width: 10%;
    }
}

.formUnsub table.MailingListUnsubscribeTable {
    margin-top: 40px;
    /*float: left;*/
    width: 100%;
}

.formUnsub table.MailingListUnsubscribeTable .MailingListCol1,
.formUnsub table.MailingListUnsubscribeTable .MailingListCol2 {
    float: left;
    width: 100%;
}

.formUnsub table.MailingListUnsubscribeTable .MailingListCol1 > span {
    margin-bottom: 5px;
    display: block;
}

.formUnsub table.MailingListUnsubscribeTable tr td.ButtonCell {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.formUnsub table tr td input.SubmitButton {
    font-family: "OpenSansRegular";
    border-radius: 0;
    background: none;
    display: inline-block;
    width: 100%;
    border: 2px solid #BB2322;
    color: #BB2322;
    padding: 5px 0px;
    font-size: 20px;
    line-height: normal;
    bottom: 0px;
    left: 0px;
    max-width: 265px;
    text-align: center;
}

.formUnsub table tr td input.SubmitButton:hover {
    background: #BB2322;
    color: #fff;
}


/* RSSfeeds */

.RSSfeeds {
    /*n/a*/
    position: relative;
}

#rss {
    position: absolute;
    left: 0;
    top: -175px;
}

.RSSfeeds p.rssIcos img {
    display: none;
}

.RSSfeeds p.rssIcos a {
    display: block;
}

.RSSfeeds p.rssIcos a:before {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e642";
}


/* Back to news */

.back-to-news a {
    display: block;
    margin-bottom: 20px;
}

.back-to-news a:before {
    content: "\f100";
    font-family: "FontAwesome";
    margin-right: 5px;
}


/* Press Release Details */

.ModulePressReleaseDetails .ModuleDate {
    display: block;
    font-family: helvetica;
    color: #000;
    margin-bottom: 15px;
}

.ModulePressReleaseDetails a {
    word-wrap: break-word;
}

.ModulePressReleaseDetails ul {
    padding-left: 20px;
    /*padding-top: 20px;*/
}

@media screen and (max-width: 600px) {
    .ModulePressReleaseDetails table {
        width: 100%;
        font-size: 12px;
    }
}

@media screen and (max-width: 540px) {
    /*SCROLL TABLES !!!!!!!!!!!!*/
    .ModulePressReleaseDetails table {
        font-size: 10px;
        overflow-x: scroll;
        display: block;
    }
    .ModulePressReleaseDetails table tbody {
        display: table;
        margin-bottom: 30px;
        width: 400px;
    }
}


/* SEC Filings Details */

.ModuleSECFilingDetails .ModuleDate {
    font-size: 11px;
    font-family: helvetica;
    color: #000;
}

.ModuleSECFilingDetails .ModuleForm {
    margin: 10px 0;
}

.ModuleSECFilingDetails .ModuleForm span {
    font-weight: bold;
}

.ModuleSECFilingDetails ul {
    padding: 0;
    list-style-type: none;
}

.ModuleSECFilingDetails ul li {
    float: left;
}

.ModuleSECFilingDetails ul li a:before {
    font-family: "Q4-Default-Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 28px;
}

.ModuleSECFilingDetails ul li a img {
    display: none;
}

.ModuleSECFilingDetails ul li.PdfIcon a:before {
    font-family: "FontAwesome";
    content: "\f1c1";
}

.ModuleSECFilingDetails ul li.WordIcon a:before {
    font-family: "FontAwesome";
    content: "\f0f6";
}

.ModuleSECFilingDetails ul li.ExcelIcon a:before {
    font-family: "FontAwesome";
    content: "\f1c3";
}

.ModuleSECFilingDetails ul li.XBRL_HTMLIcon a:before {
    content: "\f1c9";
    font-family: "FontAwesome";
}

.ModuleSECFilingDetails ul li.XBRLIcon a:before {
    content: "\f1c6";
    font-family: "FontAwesome";
}

.ModuleSECFilingDetails ul li + li {
    margin-left: 10px;
}


/* Event Details */

.ModuleEventDetails ul {
    padding: 0;
    list-style-type: none;
font-size: 13px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
margin: 0;
}

.ModuleEventDetails .ModuleDate,
.ModuleEventDetails .ModuleTime {
    font-size: 11px;
    font-family: helvetica;
    color: #000;
}

.ModuleEventDetails .WebcastLink {
    /*margin-top: 20px;*/
}

.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .AddToCalendar button,
.ModuleEventDetails .RelatedDocuments a {
    /* text-transform: uppercase;*/
    font-family: "OpenSansRegular";
}

.ModuleEventDetails .WebcastLink a:hover,
.ModuleEventDetails .AddToCalendar button:hover,
.ModuleEventDetails .RelatedDocuments a:hover {
    color: #555;
}


/* Interactive Analyst Center */

.fundamentals .disclaimer {
    display: none;
}

#helper-sheets-menu .annualOnly {
    display: none !important;
}

.l-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#statements.cashflow {
    padding: 0;
}

.helper-header {
    margin: 0;
    border-bottom: 1px solid #ccc;
    *zoom: 1;
}

.helper-wrapper .disclaimer {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    font-family: helvetica;
}


/*.helper-header:before,
.helper-header:after {
    content: "";
    display: table;
}

.helper-header:after {
    clear: both;
}*/

#helper-sheets-menu {
    float: right;
    margin-top: 10px;
}

#helper-sheets-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: -1px !important;
}

#helper-sheets-menu li {
    float: left;
    list-style-type: none;
}

#helper-sheets-menu a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    color: #777;
    position: relative;
    font-size: 14px;
}

#helper-sheets-menu a.active:before {
    top: auto;
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-right: 0;
    margin-left: -5px;
    border-bottom: 5px solid #666666;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
}

#helper-sheets-menu .annualOnly {
    display: none;
}

#main-container .nav ul {
    padding: 0;
    margin: 0;
}

#main-container tr td,
#main-container tr th {
    text-align: left;
}

h1#legend {
    padding: 8px 0;
    font-size: 21px;
    margin: 0px auto 40px auto;
    line-height: normal;
}

h1#legend:before {
    display: none;
}

h1#legend p {
    margin-top: 10px;
}

h1#legend span {
    margin-left: 6px;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    vertical-align: baseline;
}

h1#legend span.iac a {
    display: block;
    font-style: normal;
    border: 2px solid #BB2322;
    margin: 0;
    padding: 5px 20px;
    background-color: none;
    color: #BB2322;
    border-radius: 0px;
    cursor: pointer;
    width: 290px;
    margin: auto;
    display: block;
    margin-top: 20px;
    text-align: center;
}

h1#legend span.iac a:hover {
    background-color: #BB2322;
    color: #fff;
    border-color: #BB2322;
}

@media screen and (max-width: 540px) {
    h1#legend span.iac a {
        width: 275px;
    }
}

#main-container {
    margin: 0 auto;
    text-align: left;
    clear: left;
}

.helper-main-nav {
    margin: 1px 0 20px;
}

.helper-main-nav ul {
    display: table;
    width: 100%;
    min-height: 65px;
}

.helper-main-nav li {
    display: table-cell;
    border-right: 1px solid #eaeaea;
    background-color: #eaeaea;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
}

.helper-main-nav li.active {
    width: 50%;
    font-size: 21px;
}

.helper-main-nav li:last-child {
    border-right: none;
}

.helper-secondary-nav {
    display: none;
    margin: 20px 0;
}

.helper-secondary-nav ul {
    *zoom: 1;
}

.helper-secondary-nav ul:before,
.helper-secondary-nav ul:after {
    content: "";
    display: table;
}

.helper-secondary-nav ul:after {
    clear: both;
}

.helper-secondary-nav li {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.helper-secondary-nav li.active {
    background-color: #476a92;
    color: #fff;
}

.helper-secondary-nav li:last-child {
    border-right: none;
}

.highcharts-series.highcharts-tracker rect {
    fill: #bb2322;
    stroke: #bb2322;
}

@media only screen and (max-width: 639px) {
    #main-container {}
    .helper-secondary-nav {
        display: none;
    }
    .helper-main-nav li {
        font-size: 90%;
    }
    .helper-main-nav li.active {
        width: 40%;
        font-size: 18px;
    }
}

#interactive-table {
    min-height: 100px;
}

#table-progress {
    position: relative;
    text-align: center;
    display: none;
}

.spinner {
    height: 40px;
    width: 40px;
    margin: 100px auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(125, 125, 125, 0.15);
    border-right: 4px solid rgba(125, 125, 125, 0.15);
    border-bottom: 4px solid rgba(125, 174, 125, 0.15);
    border-top: 4px solid rgba(125, 125, 125, 0.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@media only screen and (min-width: 640px) {
    .phone-view {
        display: none;
    }
    #interactive-table {
        font-size: 12px;
    }
    #interactive-table table {
        width: 100%;
    }
    #interactive-table th {
        max-width: 230px;
        font-weight: normal;
    }
    #interactive-table td,
    #interactive-table th {
        padding: 5px 8px;
        line-height: 18px;
    }
    #interactive-table th.space-above,
    #interactive-table td.space-above {
        padding-top: 15px;
    }
    #interactive-table th.space-below,
    #interactive-table td.space-below {
        padding-bottom: 15px;
    }
    #interactive-table td.indent-1,
    #interactive-table th.indent-1 {
        padding-left: 20px;
    }
    #interactive-table td.indent-2,
    #interactive-table th.indent-2 {
        padding-left: 30px;
    }
    #interactive-table .total td:nth-child(even),
    #interactive-table td:nth-child(even),
    #interactive-table .total th:nth-child(even),
    #interactive-table th:nth-child(even) {
        background-color: #eaeaea;
    }
    #interactive-table thead th {
        text-align: center;
        font-weight: 700;
        font-size: 110%;
    }
    #interactive-table thead th:nth-child(n+2) {
        border-bottom: 1px solid #ddd;
    }
    #interactive-table tbody td {
        text-align: right;
    }
    #interactive-table tr.total td,
    #interactive-table tr.total th {
        border-top: 2px solid #eee;
        background-color: rgba(234, 234, 234, 0.8);
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: 700;
    }
    #interactive-table tr.row-bold td,
    #interactive-table tr.row-bold th {
        font-weight: 700;
        font-size: 110%;
    }
}

@media only screen and (max-width: 639px) {
    .desktop-view {
        display: none;
    }
    #interactive-table .parent-container {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        background-color: #f4f4f4;
    }
    #interactive-table .parent-container .parent-title {
        background-color: #fff;
        padding: 10px 30px 10px 10px;
        font-size: 18px;
        position: relative;
    }
    #interactive-table .parent-container .child-toggle {
        display: none;
    }
    #interactive-table .parent-container .toggle-title {
        position: absolute;
        display: block;
        right: 5px;
        padding: 0 10px;
        color: #999;
        font-size: 21px;
        line-height: 24px;
        top: 50%;
        margin-top: -12px;
        cursor: default;
    }
    #interactive-table .child-container .child-title {
        padding: 5px 10px;
        background-color: #666;
        color: #fff;
    }
    #interactive-table .child-container .reports-container > div:last-of-type {
        border-bottom: none;
    }
    #interactive-table .child-container .reports-container > div:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.6);
    }
    #interactive-table .child-container .report-row {
        display: table;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #interactive-table .child-container .report-col {
        display: table-cell;
    }
    #interactive-table .child-container .col-1 {
        width: 30%;
        color: #777;
    }
    #interactive-table .child-container .col-2 {
        width: 70%;
        text-align: right;
    }
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    /*src: url("../fonts/fontello.eot?14307221#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?14307221") format("woff"), url("../fonts/fontello.ttf?14307221") format("truetype"), url("../fonts/fontello.svg?14307221#fontello") format("svg");*/
}

[class^="fontello-"]:before,
[class*=" fontello-"]:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.fontello-pin:before {
    content: "\f023";
}

.fontello-full:before {
    content: "\f13e";
}

#interactive-charts {
    display: none;
}

#interactive-charts .chart-box {
    position: relative;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

#interactive-charts .chart-box .chart-box-wrapper {
    border: 1px solid #dcdcdc;
}

#interactive-charts .box-header .heading {
    padding: 5px 28px 5px 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

#interactive-charts .box-header .tabs {
    background-color: #7e7e7e;
    color: #fff;
}

#interactive-charts .box-header .tabs .tab {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

#interactive-charts .box-header .tabs .tab.active {
    background-color: #fff;
    color: #666;
}

#interactive-charts .box-header .box-header-wrapper {
    background-color: #f0f0f0;
    line-height: 25px;
    overflow: hidden;
}

#interactive-charts .chart-wrapper .chart {
    background-color: #fbfbfb;
    height: 180px;
}

#interactive-charts .highcharts-data-labels {
    visibility: hidden;
}

#interactive-charts .highcharts-data-labels[visibility="hidden"] {
    visibility: hidden !important;
}

#type-selector ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0px;
    border-bottom: 1px solid #eaeaea;
}

#type-selector ul li {
    display: table-cell;
    width: 30%;
    background-color: #eaeaea;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

#type-selector ul li:first-child {
    border-right: 1px solid #eaeaea;
}

#type-selector ul li.active {
    width: 70%;
}

#fancyChart {
    position: relative;
}

#fancyChart h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 60px;
    margin: 0;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: #777;
    z-index: 999;
}

@media only screen and (min-width: 1025px) {
    #interactive-charts .chart-box {
        height: 162px;
    }
    #interactive-charts .chart-box .chart-box-wrapper {
        position: absolute;
        border: none;
    }
    #interactive-charts .box-header {
        height: 25px;
    }
    #interactive-charts .box-header .heading {
        padding-top: 0;
        padding-bottom: 0;
    }
    #interactive-charts .box-header .box-header-wrapper {
        position: absolute;
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        width: 180px;
        top: 0;
        right: 0;
        height: 25px;
    }
    #interactive-charts .lock {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 18px;
        top: 50%;
        margin-top: -9px;
    }
    #interactive-charts .locked {
        color: #666;
    }
    #interactive-charts .chart-wrapper {
        position: relative;
        width: 180px;
        height: 140px;
    }
    #interactive-charts .chart-wrapper .chart {
        position: absolute;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        width: 180px;
        height: 140px;
        top: 0;
        right: 0;
    }
    #interactive-charts .chart-wrapper .chart.chart-1 {
        z-index: 4;
    }
    #interactive-charts .chart-wrapper .chart.chart-2 {
        z-index: 3;
    }
    #interactive-charts .chart-wrapper .chart.chart-3 {
        z-index: 2;
    }
    #interactive-charts .chart-wrapper .chart.chart-4 {
        z-index: 1;
    }
    #interactive-charts .fullscreen {
        display: none;
    }
}

@media only screen and (max-width: 639px) {
    #interactive-charts {
        margin-top: 30px;
    }
    .fullscreen {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #interactive-charts .lock {
        display: none;
    }
    #interactive-charts .fullscreen {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 18px;
        top: 50%;
        margin-top: -9px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    #interactive-charts {
        margin: 20px 0;
        padding: 5px 0;
        background-color: #eaeaea;
        border: 1px solid #eaeaea;
        *zoom: 1;
    }
    #interactive-charts:before,
    #interactive-charts:after {
        content: "";
        display: table;
    }
    #interactive-charts:after {
        clear: both;
    }
    #interactive-charts .chart-box {
        width: 25%;
        margin: 0;
        float: left;
        padding: 0 5px;
        background: none;
    }
    #interactive-charts .chart-wrapper .chart {
        height: 140px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    #interactive-charts .chart-box {
        width: 50%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 480px) {
    #main-container {
        padding: 2px;
    }
}

@media only screen and (min-width: 1025px) {
    #statements {
        /*padding-right: 200px;*/
        font-size: 15px;
        margin: 20px 0;
        *zoom: 1;
    }
    #statements:before,
    #statements:after {
        content: "";
        display: table;
    }
    #statements:after {
        clear: both;
    }
    #interactive-table {
        position: relative;
        float: left;
        width: 100%;
    }
    #interactive-charts {
        float: right;
        width: 180px;
        margin-right: -200px;
        font-size: 14px;
        display: none;
    }
}


/*=====================================
    END OF STATEMENT TABLE & CHARTS
=====================================*/

.phone-view ul {
    cursor: pointer;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.phone-view ul li {
    padding: 5px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #eaeaea;
}

.phone-view ul li.toggle {
    margin-bottom: 10px;
}

.phone-view ul > ul {
    display: none;
    margin-bottom: 10px;
}

.phone-view ul li:nth-child(2n) {
    background-color: #F8F7F7;
}

.phone-view ul li:first-child {
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 30px 10px 10px;
    position: relative;
}

.phone-view h2 {
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.phone-view ul li.title {
    background-color: #666;
    color: #fff;
    padding: 5px 10px;
}

.phone-view .quarter {
    display: inline-block;
    color: #777;
    width: 30%;
}

.phone-view .data {
    display: inline-block;
    text-align: right;
    width: 70%;
}

.phone-view .toggle-title {
    color: #999;
    cursor: default;
    display: block;
    font-size: 21px;
    line-height: 24px;
    margin-top: -12px;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 50%;
}

.phone-view .toggle-title.closed:before {
    content: "+";
}

.phone-view .toggle-title.opened:before {
    content: "-";
}


/**Interactive Analyst**/

.l-container {
    *zoom: 1;
    max-width: 64em;
    _width: 64em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    margin-left: auto;
    margin-right: auto;
}

.l-container:after {
    content: "";
    display: table;
    clear: both;
}

.l-container .l-col.bleed-until-small {
    margin-left: -0.625em;
    margin-right: -0.625em;
}

@media (min-width: 37.5em) {
    .l-container .l-col.bleed-until-small {
        margin-left: 0;
        margin-right: 0;
    }
}

.l-container .l-col.bleed-until-medium {
    margin-left: -0.625em;
    margin-right: -0.625em;
}

@media (min-width: 48em) {
    .l-container .l-col.bleed-until-medium {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 37.5em) {
    .l-container {
        max-width: 64em;
    }
    .l-container .l-col {
        width: 100%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-small {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-large {
        width: 65.95745%;
        float: left;
    }
    .l-container .l-col.l-third {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-two-thirds {
        width: 65.95745%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-even {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-right {
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 48em) {
    .l-container {
        max-width: 64em;
    }
    .l-container .l-col.l-medium {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-quarter {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-right {
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 60em) {
    .l-container {
        max-width: 65.25em;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
    }
    .l-container:after {
        content: "";
        display: table;
        clear: both;
    }
    .l-container .l-col {
        width: 100%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-small {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-large {
        width: 74.46809%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-nest-large-even {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%;
    }
    .l-container .l-col.l-nest-large-quarter {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
    }
    .l-container .l-col.l-nest-medium-quarter {
        width: 47.82609%;
        float: left;
        margin-right: 4.34783%;
    }
    .l-container .l-col.l-nest-third {
        width: 48.3871%;
        float: left;
        margin-right: 3.22581%;
    }
    .l-container .l-col.l-right {
        float: right;
        margin-right: 0;
    }
}


/*END INTERACTIVE ^ */


/* FAQ list */

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqDetailList .faq-wrap > p,
.FaqContainer .FaqDetailList .faq-wrap .FaqAnswer {
    display: none;
}

.FaqContainer .FaqDetailList .faq-wrap {
    float: left;
    width: 100%;
}

.FaqContainer .FaqDetailList .faq-wrap + .faq-wrap {
    border-top: 1px solid #ccc;
}

.FaqContainer .FaqDetailList .faq-wrap .FaqAnswer {
    padding-left: 20px;
    padding-bottom: 20px;
}

.FaqContainer .FaqDetailList .faq-wrap .FaqAnswer span {
    font-size: 16px !important;
    font-family: "helvetica" !important;
    font-weight: 300 !important;
    color: #333 !important;
}

.FaqContainer .FaqDetailList .faq-wrap h3 {
    cursor: pointer;
    color: #BB2322;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    margin: 0;
}

.FaqContainer .FaqDetailList .faq-wrap h3:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #555;
    margin-right: 10px;
    position: absolute;
    left: 0;
    transition: 500ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.FaqContainer .FaqDetailList .faq-wrap h3.selected:before {
    transition: 500ms;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}


/* Mobile-menu */

.mobile-button {
    display: none;
    position: absolute;
    /*width: 55px;*/
    height: 42px;
    right: 0px;
    /*top: -3px;*/
    z-index: 1;
    color: #fff;
    line-height: 42px;
    margin-right: 20px;
    font-size: 16px;
    cursor: pointer;
    font-family: helvetica;
    padding: 0 15px;
}

.mobile-button.active {
    background-color: #BB2322;
    color: #FFF;
}


/*@media screen and (min-width: 940px) {
    .mobile-button {
        display: none !important;
    }
}*/

.mobile-button:after {
    font-family: "FontAwesome";
    content: "\f107";
    /*top: 0px;
    position: absolute;
    right: 0px;*/
    font-size: 16px;
    color: #fff;
    transition: 500ms;
    display: inline-block;
    /*-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);*/
}

.mobile-button .ContentContainer {
    display: inline-block;
}


/*.mobile-button.active:before {
    transition: 500ms;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}*/

@media screen and (max-width: 992px) {
    .mobile-button {
        display: inline-block;
    }
}


/* Mobile-menu */

.mobile-menu {
    display: none;
    background: #fff;
}


/*@media screen and (min-width: 993px) {
    .mobile-menu {
        display: none !important;
    }
}*/

.mobile-menu ul {
    padding: 0px;
    margin: 0;
    list-style-type: none;
}

@media screen and (max-width: 450px) {
    .mobile-menu ul li a {
        padding-left: 20px;
        text-align: left;
        width: 100%;
        padding-right: 60px;
    }
}

.mobile-menu ul a {
    display: inline-block;
    padding: 0px 20px;
}

.mobile-menu ul.level1 {
    border-bottom: 5px solid #ccc;
}

.mobile-menu ul.level1 li {
    position: relative;
}

.mobile-menu ul.level1 > li.has-children {
    transition: 300ms;
}

.mobile-menu ul.level2 > li.has-children {
    transition: 300ms;
}

.mobile-menu ul.level1 li.has-children > ul {
    display: none;
}

.mobile-menu ul.level1 li + li {
    border-top: 1px solid #ccc;
}

.mobile-menu ul.level1 li.has-children span.menu-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
}

.mobile-menu ul.level1 > li.has-children > span.menu-arrow:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 29px;
}

.mobile-menu ul.level2 > li.has-children > span.menu-arrow:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 29px;
}

.mobile-menu ul.level1 > li.has-children.open {
    background: #f4f4f4;
    transition: 300ms;
}

.mobile-menu ul.level1 > li.has-children.open > a {
    transition: 300ms;
    font-weight: bold;
}

.mobile-menu ul.level2 > li.has-children.open {
    background: #e2e2e2;
    transition: 300ms;
}

.mobile-menu ul.level2 > li.has-children.open > a {
    transition: 300ms;
    font-weight: bold;
}

.mobile-menu ul.level1 > li.has-children.open > span.menu-arrow:before {
    content: "\f107";
}

.mobile-menu ul.level2 > li.has-children.open > span.menu-arrow:before {
    content: "\f107";
}

.mobile-menu ul.level2 {
    border-top: 1px solid #ccc;
}

.mobile-menu ul.level3 {
    border-top: 1px solid #ccc;
}


/* SiteMap */

ul.SiteMapList {
    padding-left: 15px;
}

ul.SiteMapList .SiteMap-Level3 {
    margin-left: 20px;
}

ul.SiteMapList .SiteMap-Level4 {
    margin-left: 40px;
}


/* IR Search */

.icon-slideout .IRSearch {
    position: relative;
    top: -13px;
    padding-right: 30px;
}

.icon-slideout .IRSearch input.SearchInput {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}

.icon-slideout .IRSearch input.ModuleButton {
    display: none;
}

#menu .search-box li .search-form {
    display: none !important;
}

#menu .search-box li .IRSearch input.SearchInput {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    margin-top: 12px;
}

#menu .search-box li .IRSearch input.ModuleButton {
    display: none;
}


/* Contact Page */

.contactPage {
    font-size: 16px;
    font-family: "helvetica";
}

.contactPage a:hover {
    text-decoration: underline;
}

.contactPage ul {
    list-style-type: none;
    padding-left: 0px;
}

.contactPage ul > li {
    margin-bottom: 20px;
}

.contactPage ul > li strong {
    margin-bottom: 20px;
    display: inline-block;
    font-family: "OpenSansRegular";
}

.contactPage ul > li p {
    margin-bottom: 20px;
}


/* Other */

.PagePressReleases .SideQuick {
    display: none;
}

.showthis {
    display: block !important;
}

.whyInv ul.first {
    float: left;
    width: 100%;
}

.RequiredField {
    color: red;
}

.icheckbox_polaris {
    top: -8px;
}

.formSignUp .icheckbox_polaris {
    top: -6px;
}


/* Footer */

.footer {
    color: #fff;
    margin: 0px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0px;
    float: left;
    width: 100%;
}

.ra .footer {
    /*background-color: #808285;*/
  /*  background-color: #555; */
    border-top: 4px solid #bb2322;
    float: left;
    width: 100%;
}

.ab .footer {
    background-color: #808285;
    border-top: 4px solid #003e7e;
}

.rs .footer {
    background-color: #000;
    border-top: 4px solid #bb2322;
}

.footer .container {
    padding-top: 30px;
    padding-bottom: 1px;
}

.footer .container .icons:after {
    content: "";
    display: block;
    clear: both;
}

.footer .container .icons {
    float: left;
    width: 100%;
}

.footer .container a.facebook {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #3c5b9a;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 340px) {
    .footer .container a.facebook {
        margin: 0 5px 0 0;
    }
}

.footer .container a.facebook:hover {
    color: #3c5b9a;
    background-color: #fff;
}

.footer .container a.flickr {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #151517;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.flickr:hover {
    color: #151517;
    background-color: #fff;
}

.footer .container a.twitter {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #28aae1;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.google-plus {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #dd4b39;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.google-plus:hover {
    color: #dd4b39;
    background-color: #fff;
}

.footer .container a.linkedin {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #007bb6;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.linkedin:hover {
    color: #007bb6;
    background-color: #fff;
}

.footer .container a.qq {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #5da4e6;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.qq:hover {
    color: #5da4e6;
    background-color: #fff;
}

.footer .container a.qzone {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #ffc028;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.qzone:hover {
    color: #ffc028;
    background-color: #fff;
}

.footer .container a.renren {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #217dc6;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.renren:hover {
    color: #217dc6;
    background-color: #fff;
}

.footer .container a.slideshare {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #0077b5;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.slideshare:hover {
    color: #0077b5;
    background-color: #fff;
}

.footer .container a.star {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #ffc028;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.star:hover {
    color: #ffc028;
    background-color: #fff;
}

.footer .container a.twitter:hover {
    color: #28aae1;
    background-color: #fff;
}

.footer .container a.vk {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #6383a8;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.vk:hover {
    color: #6383a8;
    background-color: #fff;
}

.footer .container a.weibo {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #ff7922;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.weibo:hover {
    color: #ff7922;
    background-color: #fff;
}

.footer .container a.weixin {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #609700;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.weixin:hover {
    color: #609700;
    background-color: #fff;
}

.footer .container a.xing {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #006464;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.xing:hover {
    color: #006464;
    background-color: #fff;
}

.footer .container a.youtube {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #e9292f;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.footer .container a.youtube:hover {
    color: #e9292f;
    background-color: #fff;
}

.footer .container .fa {
    width: 36px;
    font-size: 20px;
    padding: 8px 0px;
    text-align: center;
}

.footer .container .logo-container {
    display: block;
    float: right;
    margin: 0;
}

@media (max-width: 767px) {
    .footer .container .logo-container {
        margin-top: 15px;
    }
}

@media (max-width: 470px) {
    .footer .container .logo-container {
        width: 100%;
        float: left;
    }
}

.ra .footer .container .logo-container {
    background-color: transparent;
}

.ab .footer .container .logo-container {
    background-color: transparent;
}

.rs .footer .container .logo-container {
    background-color: #bb2322;
}

.footer .container .logo-container .logo {
    background-image: url("../design/sprite-new.png");
    background-size: 329px 500px;
    background-repeat: no-repeat;
}

.ra .footer .container .logo-container .logo {
    width: 151px;
    height: 36px;
    background-position: 0 -189px;
    margin: 0px;
}

.ab .footer .container .logo-container .logo {
    width: 180px;
    height: 28px;
    background-position: 0 -234px;
    margin: 4px 0 0;
}

.rs .footer .container .logo-container .logo {
    width: 180px;
    height: 18px;
    background-position: 0 -272px;
    margin: 9px;
}

.footer ul.nav {
    margin-left: -8px;
}

@media (max-width: 980px) {
    .footer ul.nav {
        display: none;
    }
}

.footer ul.nav > li {
    float: left;
}

.footer ul.nav > li > a {
    color: #fff;
    font-family: 'CondensedLight', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    margin: 15px 20px 0 0;
    padding: 0 8px;
}

.ra .footer ul.nav > li > a:hover {
    color: #fff;
    background-color: #bb2322;
}

.ab .footer ul.nav > li > a:hover {
    color: #fff;
    background-color: #003e7e;
}

.rs .footer ul.nav > li > a:hover {
    color: #fff;
    background-color: #bb2322;
}

.footer .copyright {
    text-align: center;
    margin: 17px auto 30px;
    font-size: 11px;
    line-height: normal;
    float: left;
    width: 100%;
}

.footer .copyright a,
.footer .copyright a:hover {
    color: #fff;
}


/* Scroll Top Button */

.scrollTop-Container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

.scrollTop-Container .scrollTop {
    background: rgb(187, 35, 34);
    background: rgba(187, 35, 34, 0.85);
    behavior: url('vendor/PIE.htc');
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    padding: 8px 15px 15px;
    outline: none;
    outline-offset: 0;
    text-align: center;
    text-decoration: none;
}

.scrollTop-Container .scrollTop:hover {
    text-decoration: none;
}

.scrollTop-Container .scrollTop i {
    font-size: 18px;
    font-weight: bold;
}


/* Mobile Small Media Query */

@media (max-width: 480px) {}


/* Mobile Large Media Query */

@media (min-width: 481px) and (max-width: 767px) {}


/* Mobile Media Query */

@media (max-width: 767px) {
    ul,
    ol {
        padding-left: 30px;
    }
    .navbar-inverse .navbar-toggle.collapsed,
    .navbar-inverse .navbar-toggle.collapsed:hover,
    .navbar-inverse .navbar-toggle.collapsed:focus {
        background-color: transparent;
    }
    .navbar-inverse .navbar-toggle.collapsed .icon-bar,
    .navbar-inverse .navbar-toggle.collapsed:hover .icon-bar,
    .navbar-inverse .navbar-toggle.collapsed:focus .icon-bar {
        background-color: #fff;
    }
    .sb-slidebar ul li:first-child {
        height: 50px;
    }
    #nav-mobile .navbar-menu .country-box .country-form .country-site {
        background-position: 92% 50%;
    }
    #sub-nav .container {
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }
    footer .copyright {
        width: 220px;
    }
    footer .container .icons {
        margin: 0 auto;
        width: 270px;
    }
    footer .container a.slideshare {
        margin: 0;
    }
    /* Home */
    .home .parallax {
        height: 225px;
    }
    .home .parallax .hero {
        background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to left, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c000000', endColorstr='#00000000', GradientType=1);
        /* IE6-9 */
        height: 225px;
    }
    .home .parallax .hero .feature-container {
        height: 225px;
        text-align: center;
    }
    .home .parallax .hero h1 {
        font-size: 46px;
        line-height: 46px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .home .parallax .hero h2 {
        font-size: 18px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .home .parallax .hero button {
        background-color: #bb2322;
        border-width: 3px;
        font-family: "open_sansregular", sans-serif;
        font-size: 18px;
        padding: 5px 15px;
    }
    .action-blocks .block-container p {
        font-size: 18px;
    }
    .spotlight-blocks .row {
        margin: 0 -9px;
    }
    .spotlight-blocks h2 {
        padding: 0 9px;
    }
    .spotlight-blocks .block-container {
        padding: 0 9px;
    }
    .spotlight-blocks h2,
    .about-blocks h2 {
        font-size: 36px;
    }
    .spotlight-blocks .content-blocks .content-blocks-1 div.img-container,
    .spotlight-blocks .content-blocks .content-blocks-2 div.img-container,
    .spotlight-blocks .content-blocks .content-blocks-1-promo-blocks-2 div,
    .spotlight-blocks .content-blocks .promo-blocks-4 div.promo-container {
        margin-bottom: 20px;
    }
    .spotlight-blocks .content-blocks .block-img h4 {
        font-size: 22px;
    }
    .spotlight-blocks .content-blocks .promo-container .side,
    .spotlight-blocks .content-blocks .promo-container .stack {
        height: 98px;
    }
    .spotlight-blocks .content-blocks .promo-container .side:after,
    .spotlight-blocks .content-blocks .promo-container .stack:after {
        height: 98px;
        line-height: 98px;
    }
    .spotlight-blocks .content-blocks .promo-container .side h4 {
        font-size: 38px;
        line-height: 38px;
    }
    .spotlight-blocks .content-blocks .promo-container .side p {
        font-size: 16px;
        line-height: 18px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack p {
        font-size: 13px;
        line-height: 15px;
    }
    .action-blocks .block-container button {
        height: 48px;
    }
    .action-blocks .search .search-form,
    .about-blocks .locations .dropdown-toggle,
    .about-blocks .subscribe .subscribe-form {
        height: 50px;
    }
    .about-blocks .locations .placeholder {
        line-height: 44px;
    }
    .about-blocks .locations .dropdown-toggle .fa {
        line-height: 44px;
    }
    .action-blocks .search .search-input,
    .action-blocks .search .search-btn,
    .about-blocks .subscribe .subscribe-email {
        height: 44px;
    }
    .action-blocks .search .search-btn .fa,
    .about-blocks .subscribe .subscribe-btn .fa {
        height: 44px;
        line-height: 42px;
    }
    /* Publication */
    .publication h1 {
        font-size: 30px;
    }
    .publication .img-publication .vid-overlay {
        font-size: 100px;
        margin: -62px 0 0 -50px;
    }
    .publication .share li:nth-child(3) {
        float: left;
    }
    .publication .img-callout .vid-overlay {
        margin: 68px 0 0 100px;
    }
    .publication .content-blocks {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .publication .content-blocks .block-container {
        margin-bottom: 30px;
    }
    .publication .content-blocks .block-container .block-img .content-overlay p {
        font-size: 18px;
        line-height: 1.55;
    }
    .filter-widget-wrapper ul {
        margin-bottom: 0px;
    }
}


/* Tablet Media Query */

@media (min-width: 768px) and (max-width: 992px) {
    /* Main Nav */
    .navbar-toggle {
        margin: 8px 5px;
    }
    .navbar-toggle.sb-toggle-right {
        margin-right: 0px;
    }
    .sb-slidebar ul li:first-child {
        height: 56px;
    }
    #nav-mobile .navbar-menu {
        right: 0;
        width: 66%;
    }
    #nav-mobile #menu {
        border-left: 5px solid rgba(128, 130, 133, 0.85);
        width: 100%;
    }
    #nav-mobile h4 {
        line-height: 48px;
        padding: 0 20px 0 10px;
    }
    #nav-mobile .icon h5 {
        font-size: 12px;
    }
    #nav-mobile .icon ul li {
        padding: 0 5px;
    }
    #nav-mobile ul ul li a {
        font-size: 16px;
        line-height: 32px;
    }
    #nav-mobile .navbar-menu .country-box .country-form .country-site {
        background-position: 95% 50%;
    }
    #sub-nav .container {
        margin: 0;
        padding: 0 24px;
        width: 100%;
    }
    .breadcrumb {
        margin-top: 20px;
    }
    /* Home */
    .home .parallax {
        height: 325px;
    }
    .home .parallax .hero {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000', GradientType=1);
        /* IE6-9 */
        height: 325px;
    }
    .home .parallax .hero .feature-container {
        height: 325px;
    }
    .home .parallax .hero .feature-container {
        padding-left: 0;
    }
    .home .parallax .hero h1 {
        font-size: 70px;
        line-height: 70px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }
    .home .parallax .hero h2 {
        font-size: 22px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }
    .home .parallax .hero button {
        font-size: 22px;
    }
    .action-blocks .block-container p {
        font-size: 18px;
        min-height: 77px;
    }
    .spotlight-blocks .row {
        margin: 0 -9px;
    }
    .spotlight-blocks h2 {
        padding: 0 9px;
    }
    .spotlight-blocks .block-container {
        padding: 0 9px;
    }
    .spotlight-blocks .row {
        margin: 0 -9px;
    }
    .spotlight-blocks h2 {
        padding: 0 9px;
    }
    .spotlight-blocks .block-container {
        padding: 0 9px;
    }
    .spotlight-blocks h2,
    .about-blocks h2 {
        font-size: 40px;
    }
    .spotlight-blocks .content-blocks .content-blocks-2 div.img-container:first-child,
    .spotlight-blocks .content-blocks .content-blocks-1-promo-blocks-2 div:nth-child(-n+2),
    .spotlight-blocks .content-blocks .promo-blocks-4 div.promo-container:nth-child(-n+3) {
        margin-bottom: 19px;
    }
    .spotlight-blocks .content-blocks .block-img h4 {
        font-size: 22px;
    }
    .spotlight-blocks .content-blocks .promo-container .side,
    .spotlight-blocks .content-blocks .promo-container .stack {
        height: 98px;
    }
    .spotlight-blocks .content-blocks .promo-container .side:after,
    .spotlight-blocks .content-blocks .promo-container .stack:after {
        height: 98px;
        line-height: 98px;
    }
    .spotlight-blocks .content-blocks .promo-container .side h4 {
        font-size: 48px;
        line-height: 48px;
    }
    .spotlight-blocks .content-blocks .promo-container .side p {
        font-size: 16px;
        line-height: 18px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack h4 {
        font-size: 24px;
        line-height: 24px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack p {
        font-size: 14px;
        line-height: 16px;
    }
    .about-blocks .block-container:nth-child(4) {
        clear: both;
    }
    .action-blocks .block-container button {
        height: 44px;
    }
    .action-blocks .search .search-form,
    .about-blocks .locations .dropdown-toggle,
    .about-blocks .subscribe .subscribe-form {
        height: 46px;
    }
    .about-blocks .locations .placeholder {
        line-height: 40px;
    }
    .about-blocks .locations .dropdown-toggle .fa {
        line-height: 40px;
    }
    .action-blocks .search .search-input,
    .action-blocks .search .search-btn,
    .about-blocks .subscribe .subscribe-email {
        height: 40px;
    }
    .action-blocks .search .search-btn .fa,
    .about-blocks .subscribe .subscribe-btn .fa {
        height: 40px;
        line-height: 38px;
    }
    /* Publication */
    .publication .img-callout .vid-overlay {
        margin: 35px 0 0 71px;
    }
    .publication .content-blocks .block-container .block-img .content-overlay p {
        font-size: 12px;
        line-height: 1.4;
    }
    .widget-container.filter h4 {
        float: left;
    }
}


/* Mobile & Tablet Media Query */

@media (max-width: 992px) {
    #brandbar-container {
        display: none;
    }
    #nav-container {
        height: auto!important;
    }
    #nav {
        top: 0!important;
    }
    .navbar {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
    .ra #nav-mobile.navbar {
        background-color: transparent;
        height: auto;
    }
    #nav-mobile .container {
        padding: 0;
    }
    #nav-mobile .navbar-header button.menu-icon {
        margin-right: 30px;
    }
    #nav-mobile .navbar-header .navbar-brand {
        margin-left: 30px;
    }
    #nav-mobile #menu {
        width: 100%;
    }
    .navbar-brand .logo {
        background-size: 205px 312px;
        /* 69% of Background Image */
    }
    .ra .navbar-brand .logo {
        background-position: 0 -20px;
        height: 36px;
        margin: 7px 0;
        padding: 0 15px;
        width: 154px;
    }
    .navbar-header {
        background-color: #fff;
        float: none;
        height: 50px;
    }
    .navbar-toggle {
        display: block;
        margin: 15px 0;
        padding: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-inverse .search-icon {
        margin: 10px 5px 0 0;
        padding: 5px 7px;
    }
    #nav-mobile .navbar-menu .search-box .search-form,
    #nav-mobile .navbar-menu .account-box .account-form,
    #nav-mobile .navbar-menu .country-box .country-form {
        height: 45px;
        margin: 10px 0;
    }
    #nav-mobile .navbar-menu .search-box .search-form .search-site {
        background-position: 85% 50%;
        height: 30px;
        margin: 7px 0;
        padding: 5px 0 0 10px;
        width: 25%;
    }
    #nav-mobile .navbar-menu .search-box .search-form .search-site-menu {
        width: 125%;
    }
    #nav-mobile .navbar-menu .search-box .search-form .search-text {
        padding: 12px 0 0 10px;
        width: 50%;
    }
    #nav-mobile .navbar-menu .search-box .search-form .search-btn {
        border: 3px solid #fff;
        float: right;
        height: 45px;
    }
    #nav-mobile .navbar-menu .search-box .search-form .search-btn:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
    #nav-mobile .navbar-menu .country-box .country-form .country-site {
        margin: 13px 10px;
        padding: 0;
        width: 100%;
    }
    #nav-mobile #menu li {
        display: none;
    }
    #sub-nav {
        top: 50px !important;
    }
    #sub-nav .nav-menu {
        display: none;
    }
    #sub-nav .nav-menu-drop {
        display: block;
    }
    .ra .content {
        padding-top: 50px;
    }
    /* Home */
    .action-blocks .block-container h3 {
        font-size: 26px;
    }
    .action-blocks .block-container button {
        font-size: 20px;
    }
    .about-blocks .block-container {
        margin-bottom: 20px;
    }
    .about-blocks .stock-quote .stock-price {
        font-size: 48px;
        line-height: 48px;
    }
    .about-blocks .stock-quote .stock-change {
        font-size: 20px;
    }
    /* Publication */
    .publication-right-column {
        padding-top: 0;
    }
    .widget-container.feature h4.visible-sm-block.visible-xs-block {
        margin-bottom: 10px;
        padding: 15px 15px 0 15px;
    }
    .widget-container.feature:hover h4.visible-sm-block.visible-xs-block {
        color: #fff;
    }
    /* Filter */
    .filter .btn-primary {
        margin-bottom: 20px;
    }
}


/* Desktop Small Media Query */

@media (min-width: 993px) and (max-width: 1200px) {
    .ra .navbar {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
        height: 88px;
    }
    .navbar .navbar-nav .cbp-hrmenu > ul > li > a {
        font-size: 20px;
        line-height: 20px;
    }
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li {
        margin: 42px 0 0 10px;
    }
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li > a.font_helvetica,
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li > a.font_arial,
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li > a.font_sansserif {
        margin: 16px 0 0 10px;
        font-size: 18px;
    }
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li:first-child > a {
        margin-left: 0px;
    }
    .cbp-hrmenu .cbp-hrsub-inner .row li > h4 {
        display: table-cell;
        vertical-align: bottom;
    }
    #sub-nav .nav-menu-drop {
        display: none;
    }
    /* Home */
    .home .parallax .hero .feature-container {
        padding-left: 25px;
    }
    .home .parallax .hero-overlay h3 {
        font-size: 16px;
        letter-spacing: -1px;
    }
    .home .parallax .hero-overlay .country-list ul li a {
        font-size: 11px;
    }
    .action-blocks .block-container h3 {
        font-size: 24px;
    }
    .action-blocks .block-container p {
        font-size: 16px;
        min-height: 69px;
    }
    .action-blocks .block-container button {
        font-size: 16px;
    }
    .spotlight-blocks .row {
        margin: 0 -6px;
    }
    .spotlight-blocks h2 {
        padding: 0 6px;
    }
    .spotlight-blocks .block-container {
        padding: 0 6px;
    }
    .spotlight-blocks h2,
    .about-blocks h2 {
        font-size: 44px;
    }
    .spotlight-blocks .content-blocks .content-blocks-2 div.img-container:first-child,
    .spotlight-blocks .content-blocks .content-blocks-1-promo-blocks-2 div:nth-child(-n+2),
    .spotlight-blocks .content-blocks .promo-blocks-4 div.promo-container:nth-child(-n+3) {
        margin-bottom: 12px;
    }
    .spotlight-blocks .content-blocks .content-blocks-1 .block-img {
        height: 372px;
    }
    .spotlight-blocks .content-blocks .block-img h4 {
        font-size: 18px;
    }
    .spotlight-blocks .content-blocks .promo-container .side,
    .spotlight-blocks .content-blocks .promo-container .stack {
        height: 84px;
    }
    .spotlight-blocks .content-blocks .promo-container .side:after,
    .spotlight-blocks .content-blocks .promo-container .stack:after {
        height: 84px;
        line-height: 84px;
    }
    .spotlight-blocks .content-blocks .promo-container .side h4 {
        font-size: 38px;
        line-height: 38px;
    }
    .spotlight-blocks .content-blocks .promo-container .side p {
        font-size: 14px;
        line-height: 16px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack p {
        font-size: 12px;
        line-height: 14px;
    }
    .about-blocks .stock-quote .stock-price {
        font-size: 40px;
        line-height: 40px;
    }
    .about-blocks .stock-quote .stock-change {
        font-size: 16px;
    }
    .about-blocks .stock-timestamp {
        font-size: 12px;
    }
    /* Publication */
    .publication .img-callout .vid-overlay {
        margin: 33px 0 0 67px;
    }
    .publication .content-blocks .block-container .block-img .content-overlay p {
        font-size: 12px;
        line-height: 1.36;
    }
}


/* Mobile, Tablet & Small Desktop Media Query */

@media (max-width: 1200px) {}


/* Desktop Large Media Query */

@media (min-width: 1201px) {
    .ra .navbar {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.25);
        height: 88px;
    }
    .navbar .navbar-nav .cbp-hrmenu > ul > li > a {
        font-size: 22px;
        line-height: 22px;
    }
    .ra .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li {
        margin: 40px 0 0 30px;
    }
    .ab .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li {
        margin: 27px 0 0 38px;
    }
    .rs .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li {
        margin: 17px 0 0 38px;
    }
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li > a.font_helvetica,
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li > a.font_arial,
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li > a.font_sansserif {
        margin: 16px 0 0 20px;
        font-size: 20px;
    }
    .navbar-inverse .navbar-nav .cbp-hrmenu > ul > li:first-child > a {
        margin-left: 0px;
    }
    #sub-nav .nav-menu-drop {
        display: none;
    }
    .cbp-hrmenu .cbp-hrsub-inner .row li > h4 {
        display: table-cell;
        vertical-align: bottom;
    }
    /* Home */
    .home .parallax .hero .feature-container {
        padding-left: 100px;
    }
    .home .parallax .hero-overlay h3 {
        font-size: 18px;
    }
    .home .parallax .hero-overlay .country-list ul li a {
        font-size: 12px;
    }
    .action-blocks .block-container h3 {
        font-size: 26px;
    }
    .action-blocks .block-container p {
        font-size: 18px;
        min-height: 77px;
    }
    .action-blocks .block-container button {
        font-size: 20px;
    }
    .spotlight-blocks .row {
        margin: 0 -9px;
    }
    .spotlight-blocks h2 {
        padding: 0 9px;
    }
    .spotlight-blocks .block-container {
        padding: 0 9px;
    }
    .spotlight-blocks h2,
    .about-blocks h2 {
        font-size: 50px;
    }
    .spotlight-blocks .content-blocks .content-blocks-2 div.img-container:first-child,
    .spotlight-blocks .content-blocks .content-blocks-1-promo-blocks-2 div:nth-child(-n+2),
    .spotlight-blocks .content-blocks .promo-blocks-4 div.promo-container:nth-child(-n+3) {
        margin-bottom: 19px;
    }
    .spotlight-blocks .content-blocks .content-blocks-1 .block-img {
        height: 449px;
    }
    .spotlight-blocks .content-blocks .block-img h4 {
        font-size: 22px;
    }
    .spotlight-blocks .content-blocks .promo-container .side,
    .spotlight-blocks .content-blocks .promo-container .stack {
        height: 98px;
    }
    .spotlight-blocks .content-blocks .promo-container .side:after,
    .spotlight-blocks .content-blocks .promo-container .stack:after {
        height: 98px;
        line-height: 98px;
    }
    .spotlight-blocks .content-blocks .promo-container .side h4 {
        font-size: 48px;
        line-height: 48px;
    }
    .spotlight-blocks .content-blocks .promo-container .side p {
        font-size: 16px;
        line-height: 18px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack h4 {
        font-size: 24px;
        line-height: 24px;
    }
    .spotlight-blocks .content-blocks .promo-container .stack p {
        font-size: 14px;
        line-height: 16px;
    }
    .about-blocks .stock-quote .stock-price {
        font-size: 48px;
        line-height: 48px;
    }
    .about-blocks .stock-quote .stock-change {
        font-size: 20px;
    }
}


/* Desktop Small & Large Media Query */

@media (min-width: 993px) {
    .brandbar-fixed-top {
        /* position: fixed;
        top: 0;*/
    }
    #nav {
        /*position: fixed;
        top: 40px;*/
    }
    #sub-nav {
        top: 128px;
    }
    .ra .content {
        padding-top: 186px;
    }
    .ra .content.no-sub-nav {
        padding-top: 128px;
    }
    /* Home */
    .home .parallax {
        height: 325px;
    }
    .home .parallax .hero {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.55) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000', GradientType=1);
        /* IE6-9 */
        height: 325px;
    }
    .home .parallax .hero .feature-container {
        height: 325px;
    }
    .home .parallax .hero h1 {
        font-size: 80px;
        line-height: 80px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }
    .home .parallax .hero h2 {
        font-size: 24px;
    }
    .home .parallax .hero button {
        font-size: 24px;
    }
    .action-blocks .block-container button {
        height: 38px;
    }
    .action-blocks .search .search-form,
    .about-blocks .locations .dropdown-toggle,
    .about-blocks .subscribe .subscribe-form {
        height: 40px;
    }
    .action-blocks .search .search-input,
    .action-blocks .search .search-btn,
    .about-blocks .subscribe .subscribe-email {
        height: 34px;
    }
    .action-blocks .search .search-btn .fa,
    .about-blocks .subscribe .subscribe-btn .fa {
        height: 34px;
        line-height: 32px;
    }
    .spotlight-blocks .content-blocks .content-blocks-1 .img-container:first-child {
        margin-bottom: 0;
    }
    .about-blocks .locations .placeholder {
        line-height: 34px;
    }
    .about-blocks .locations .dropdown-toggle .fa {
        line-height: 34px;
    }
}


/*START DISCL*/

.fancybox-skin p {
    text-align: left;
}

.fancybox-skin p.dislaimerButtons {
    text-align: center;
}


/*END DISCL*/


/*--------------------End Global--------------------*/


/*
    Q4 Add to Calendar Styles
    ==========================================================================
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
    Font Icons
    ==========================================================================
    ## Font Awesome
    Copyright (C) 2012 by Dave Gandy
    Author:    Dave Gandy
    License:   SIL ()
    Homepage:  http://fortawesome.github.com/Font-Awesome/

    ## Zocial
    Copyright (C) 2012 by Sam Collins
    Author:    Sam Collins
    License:   MIT (http://opensource.org/licenses/mit-license.php)
    Homepage:  http://zocial.smcllns.com/
*/

@font-face {
    font-family: 'q4-atc';
    src: url('../js/q4-addto-calendar/fonts/q4-atc.eot?95787427');
    src: url('../js/q4-addto-calendar/fonts/q4-atc.eot?95787427#iefix') format('embedded-opentype'), url('../js/q4-addto-calendar/fonts/q4-atc.woff?95787427') format('woff'), url('../js/q4-addto-calendar/fonts/q4-atc.ttf?95787427') format('truetype'), url('../js/q4-addto-calendar/fonts/q4-atc.svg?95787427#q4-atc') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="atc-"]:before,
[class*=" atc-"]:before {
    font-family: "q4-atc";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.atc-google:before {
    content: '\e800';
}

.atc-apple:before {
    content: '\e801';
}

.atc-outlook:before {
    content: '\e802';
    margin-left: -0.05em;
}

.atc-ics:before {
    content: '\e803';
}


/*
    Q4 Add to Calendar Styles
    ==========================================================================
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper,
.q4-atc-wrapper *,
.q4-atc-wrapper *:before,
.q4-atc-wrapper *:after {
    box-sizing: border-box;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    color: #5e5e5e;
    padding: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MERCODlDMDM0ODBCMTFFNDk3MEZCNEREQTMzN0Q2MUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MERCODlDMDQ0ODBCMTFFNDk3MEZCNEREQTMzN0Q2MUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowREI4OUMwMTQ4MEIxMUU0OTcwRkI0RERBMzM3RDYxQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowREI4OUMwMjQ4MEIxMUU0OTcwRkI0RERBMzM3RDYxQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq97TvUAAAAbSURBVHjaYqlr6uBnIAEwMZAIRjWMFA0AAQYAyGsBsnwm7OoAAAAASUVORK5CYII=') repeat;
    background: rgba(126, 130, 136, .06);
    font-size: 14px;
    width: 330px;
    z-index: 800;
}

.q4-atc-wrapper .q4-atc-inner {
    background-color: #fff;
    padding: 35px 0;
    text-align: center;
    position: relative;
}

.q4-atc-wrapper .q4-atc-inner-details {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
}

.q4-atc-wrapper .q4-atc-title {
    padding-bottom: 20px;
    padding-left: 3px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
    display: block;
    width: 58px;
    height: 58px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: "q4-atc";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e801';
    font-size: 1.6em;
    line-height: 2.6em;
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e800';
    font-size: 1.8em;
    line-height: 2.5em;
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e802';
    margin-left: -0.05em;
    font-size: 1.5em;
    line-height: 2.9em;
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: '\e803';
    font-size: 1.6em;
    line-height: 2.6em;
}

.q4-atc-tooltip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2px;
}

.q4-atc-tooltip-text {
    display: inline-block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 5px;
    font-size: 0.9em;
}


/*
    Media Queries
    ==========================================================================
*/

@media (max-width: 400px) {
    .q4-atc-outer {
        width: 250px;
    }
    .q4-atc-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*Add to Calendar IE11 fix*/

.PaneContentInner .q4-atc-wrapper .q4-atc-links li.apple a:before {
    font-size: 22px;
    line-height: 57px;
}

.PaneContentInner .q4-atc-wrapper .q4-atc-links li.google a:before {
    font-size: 25px;
    line-height: 64px;
}

.PaneContentInner .q4-atc-wrapper .q4-atc-links li.outlook a:before {
    font-size: 21px;
    line-height: 61px;
}

.PaneContentInner .q4-atc-wrapper .q4-atc-links li.ics a:before {
    font-size: 22px;
    line-height: 60px;
}


/* End Add to Calendar IE11 fix


/*   nav 2018   */
#nav .img-container {
    background-size: contain;
    border: 6px solid #fff;
    height: 0;
    margin-bottom: 28px;
    padding-top: 58.45%;
    width: 100%;
}
.nav-container .cbp-hrmenu [class*="col-"] {  
    padding: 0 10px 10px 10px
}
.nav-container .main .cbp-hrmenu div.bg-black {    
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70) 10px, rgba(0, 0, 0, 0.75) 10px, rgba(0, 0, 0, 0.75) 20px);
    padding: 28px 15px;
    margin-top: -28px;
}
.ra .cbp-hrmenu .cbp-hrsub-inner .row div.bg-black li a {
    color: #fff;
}
.ra .cbp-hrmenu .cbp-hrsub-inner .row li.hide  {
    display: none;
}
.nav-container .cbp-hrmenu [class*="col-"]:not(".bg-black") {  
    padding: 0 15px 12px 15px
}
.cbp-hrmenu li:nth-child(2) .cbp-hrsub-inner .row li {
    min-height: 60px;
}
@media (min-width: 1200px) {
.nav-container .cbp-hrsub-inner .container {
    width: 1170px;
}
}
.ra .cbp-hrmenu .cbp-hrsub-inner .row a.btn--red {
    display: block;
    width: 25%;
    text-align: center;
    border: 2px solid #BB2322;
    color: #BB2322;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px !important;
    font-style: normal;
    font-weight: normal;
    line-height: 16px !important;
    margin: 14px 0;
    padding: 6px 8px;
    font-size: 20px;
    line-height: normal;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row a.btn--red:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #BB2322;
    margin-left: 6px;
    font-size: 14px;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row a.btn--red:hover {
    background: #BB2322;
    color: #fff;
}

.ra .cbp-hrmenu .cbp-hrsub-inner .row a.btn--red:hover:after {
    color: #fff;
}
