@charset "UTF-8";
/** GLOBAL **/
/** COLOURS **/
/** FONT STACK **/
/** FONTS **/

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.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);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "ï€€";
}
.fa-music:before {
    content: "ï€";
}
.fa-search:before {
    content: "ï€‚";
}
.fa-envelope-o:before {
    content: "ï€ƒ";
}
.fa-heart:before {
    content: "ï€„";
}
.fa-star:before {
    content: "ï€…";
}
.fa-star-o:before {
    content: "ï€†";
}
.fa-user:before {
    content: "ï€‡";
}
.fa-film:before {
    content: "ï€ˆ";
}
.fa-th-large:before {
    content: "ï€‰";
}
.fa-th:before {
    content: "ï€Š";
}
.fa-th-list:before {
    content: "ï€‹";
}
.fa-check:before {
    content: "ï€Œ";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "ï€";
}
.fa-search-plus:before {
    content: "ï€Ž";
}
.fa-search-minus:before {
    content: "ï€";
}
.fa-power-off:before {
    content: "ï€‘";
}
.fa-signal:before {
    content: "ï€’";
}
.fa-gear:before,
.fa-cog:before {
    content: "ï€“";
}
.fa-trash-o:before {
    content: "ï€”";
}
.fa-home:before {
    content: "ï€•";
}
.fa-file-o:before {
    content: "ï€–";
}
.fa-clock-o:before {
    content: "ï€—";
}
.fa-road:before {
    content: "ï€˜";
}
.fa-download:before {
    content: "ï€™";
}
.fa-arrow-circle-o-down:before {
    content: "ï€š";
}
.fa-arrow-circle-o-up:before {
    content: "ï€›";
}
.fa-inbox:before {
    content: "ï€œ";
}
.fa-play-circle-o:before {
    content: "ï€";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "ï€ž";
}
.fa-refresh:before {
    content: "ï€¡";
}
.fa-list-alt:before {
    content: "ï€¢";
}
.fa-lock:before {
    content: "ï€£";
}
.fa-flag:before {
    content: "ï€¤";
}
.fa-headphones:before {
    content: "ï€¥";
}
.fa-volume-off:before {
    content: "ï€¦";
}
.fa-volume-down:before {
    content: "ï€§";
}
.fa-volume-up:before {
    content: "ï€¨";
}
.fa-qrcode:before {
    content: "ï€©";
}
.fa-barcode:before {
    content: "ï€ª";
}
.fa-tag:before {
    content: "ï€«";
}
.fa-tags:before {
    content: "ï€¬";
}
.fa-book:before {
    content: "ï€­";
}
.fa-bookmark:before {
    content: "ï€®";
}
.fa-print:before {
    content: "ï€¯";
}
.fa-camera:before {
    content: "ï€°";
}
.fa-font:before {
    content: "ï€±";
}
.fa-bold:before {
    content: "ï€²";
}
.fa-italic:before {
    content: "ï€³";
}
.fa-text-height:before {
    content: "ï€´";
}
.fa-text-width:before {
    content: "ï€µ";
}
.fa-align-left:before {
    content: "ï€¶";
}
.fa-align-center:before {
    content: "ï€·";
}
.fa-align-right:before {
    content: "ï€¸";
}
.fa-align-justify:before {
    content: "ï€¹";
}
.fa-list:before {
    content: "ï€º";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "ï€»";
}
.fa-indent:before {
    content: "ï€¼";
}
.fa-video-camera:before {
    content: "ï€½";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "ï€¾";
}
.fa-pencil:before {
    content: "ï€";
}
.fa-map-marker:before {
    content: "ï";
}
.fa-adjust:before {
    content: "ï‚";
}
.fa-tint:before {
    content: "ïƒ";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "ï„";
}
.fa-share-square-o:before {
    content: "ï…";
}
.fa-check-square-o:before {
    content: "ï†";
}
.fa-arrows:before {
    content: "ï‡";
}
.fa-step-backward:before {
    content: "ïˆ";
}
.fa-fast-backward:before {
    content: "ï‰";
}
.fa-backward:before {
    content: "ïŠ";
}
.fa-play:before {
    content: "ï‹";
}
.fa-pause:before {
    content: "ïŒ";
}
.fa-stop:before {
    content: "ï";
}
.fa-forward:before {
    content: "ïŽ";
}
.fa-fast-forward:before {
    content: "ï";
}
.fa-step-forward:before {
    content: "ï‘";
}
.fa-eject:before {
    content: "ï’";
}
.fa-chevron-left:before {
    content: "ï“";
}
.fa-chevron-right:before {
    content: "ï”";
}
.fa-plus-circle:before {
    content: "ï•";
}
.fa-minus-circle:before {
    content: "ï–";
}
.fa-times-circle:before {
    content: "ï—";
}
.fa-check-circle:before {
    content: "ï˜";
}
.fa-question-circle:before {
    content: "ï™";
}
.fa-info-circle:before {
    content: "ïš";
}
.fa-crosshairs:before {
    content: "ï›";
}
.fa-times-circle-o:before {
    content: "ïœ";
}
.fa-check-circle-o:before {
    content: "ï";
}
.fa-ban:before {
    content: "ïž";
}
.fa-arrow-left:before {
    content: "ï ";
}
.fa-arrow-right:before {
    content: "ï¡";
}
.fa-arrow-up:before {
    content: "ï¢";
}
.fa-arrow-down:before {
    content: "ï£";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "ï¤";
}
.fa-expand:before {
    content: "ï¥";
}
.fa-compress:before {
    content: "ï¦";
}
.fa-plus:before {
    content: "ï§";
}
.fa-minus:before {
    content: "ï¨";
}
.fa-asterisk:before {
    content: "ï©";
}
.fa-exclamation-circle:before {
    content: "ïª";
}
.fa-gift:before {
    content: "ï«";
}
.fa-leaf:before {
    content: "ï¬";
}
.fa-fire:before {
    content: "ï­";
}
.fa-eye:before {
    content: "ï®";
}
.fa-eye-slash:before {
    content: "ï°";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "ï±";
}
.fa-plane:before {
    content: "ï²";
}
.fa-calendar:before {
    content: "ï³";
}
.fa-random:before {
    content: "ï´";
}
.fa-comment:before {
    content: "ïµ";
}
.fa-magnet:before {
    content: "ï¶";
}
.fa-chevron-up:before {
    content: "ï·";
}
.fa-chevron-down:before {
    content: "ï¸";
}
.fa-retweet:before {
    content: "ï¹";
}
.fa-shopping-cart:before {
    content: "ïº";
}
.fa-folder:before {
    content: "ï»";
}
.fa-folder-open:before {
    content: "ï¼";
}
.fa-arrows-v:before {
    content: "ï½";
}
.fa-arrows-h:before {
    content: "ï¾";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "ï‚€";
}
.fa-twitter-square:before {
    content: "ï‚";
}
.fa-facebook-square:before {
    content: "ï‚‚";
}
.fa-camera-retro:before {
    content: "ï‚ƒ";
}
.fa-key:before {
    content: "ï‚„";
}
.fa-gears:before,
.fa-cogs:before {
    content: "ï‚…";
}
.fa-comments:before {
    content: "ï‚†";
}
.fa-thumbs-o-up:before {
    content: "ï‚‡";
}
.fa-thumbs-o-down:before {
    content: "ï‚ˆ";
}
.fa-star-half:before {
    content: "ï‚‰";
}
.fa-heart-o:before {
    content: "ï‚Š";
}
.fa-sign-out:before {
    content: "ï‚‹";
}
.fa-linkedin-square:before {
    content: "ï‚Œ";
}
.fa-thumb-tack:before {
    content: "ï‚";
}
.fa-external-link:before {
    content: "ï‚Ž";
}
.fa-sign-in:before {
    content: "ï‚";
}
.fa-trophy:before {
    content: "ï‚‘";
}
.fa-github-square:before {
    content: "ï‚’";
}
.fa-upload:before {
    content: "ï‚“";
}
.fa-lemon-o:before {
    content: "ï‚”";
}
.fa-phone:before {
    content: "ï‚•";
}
.fa-square-o:before {
    content: "ï‚–";
}
.fa-bookmark-o:before {
    content: "ï‚—";
}
.fa-phone-square:before {
    content: "ï‚˜";
}
.fa-twitter:before {
    content: "ï‚™";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "ï‚š";
}
.fa-github:before {
    content: "ï‚›";
}
.fa-unlock:before {
    content: "ï‚œ";
}
.fa-credit-card:before {
    content: "ï‚";
}
.fa-feed:before,
.fa-rss:before {
    content: "ï‚ž";
}
.fa-hdd-o:before {
    content: "ï‚ ";
}
.fa-bullhorn:before {
    content: "ï‚¡";
}
.fa-bell:before {
    content: "ïƒ³";
}
.fa-certificate:before {
    content: "ï‚£";
}
.fa-hand-o-right:before {
    content: "ï‚¤";
}
.fa-hand-o-left:before {
    content: "ï‚¥";
}
.fa-hand-o-up:before {
    content: "ï‚¦";
}
.fa-hand-o-down:before {
    content: "ï‚§";
}
.fa-arrow-circle-left:before {
    content: "ï‚¨";
}
.fa-arrow-circle-right:before {
    content: "ï‚©";
}
.fa-arrow-circle-up:before {
    content: "ï‚ª";
}
.fa-arrow-circle-down:before {
    content: "ï‚«";
}
.fa-globe:before {
    content: "ï‚¬";
}
.fa-wrench:before {
    content: "ï‚­";
}
.fa-tasks:before {
    content: "ï‚®";
}
.fa-filter:before {
    content: "ï‚°";
}
.fa-briefcase:before {
    content: "ï‚±";
}
.fa-arrows-alt:before {
    content: "ï‚²";
}
.fa-group:before,
.fa-users:before {
    content: "ïƒ€";
}
.fa-chain:before,
.fa-link:before {
    content: "ïƒ";
}
.fa-cloud:before {
    content: "ïƒ‚";
}
.fa-flask:before {
    content: "ïƒƒ";
}
.fa-cut:before,
.fa-scissors:before {
    content: "ïƒ„";
}
.fa-copy:before,
.fa-files-o:before {
    content: "ïƒ…";
}
.fa-paperclip:before {
    content: "ïƒ†";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "ïƒ‡";
}
.fa-square:before {
    content: "ïƒˆ";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "ïƒ‰";
}
.fa-list-ul:before {
    content: "ïƒŠ";
}
.fa-list-ol:before {
    content: "ïƒ‹";
}
.fa-strikethrough:before {
    content: "ïƒŒ";
}
.fa-underline:before {
    content: "ïƒ";
}
.fa-table:before {
    content: "ïƒŽ";
}
.fa-magic:before {
    content: "ïƒ";
}
.fa-truck:before {
    content: "ïƒ‘";
}
.fa-pinterest:before {
    content: "ïƒ’";
}
.fa-pinterest-square:before {
    content: "ïƒ“";
}
.fa-google-plus-square:before {
    content: "ïƒ”";
}
.fa-google-plus:before {
    content: "ïƒ•";
}
.fa-money:before {
    content: "ïƒ–";
}
.fa-caret-down:before {
    content: "ïƒ—";
}
.fa-caret-up:before {
    content: "ïƒ˜";
}
.fa-caret-left:before {
    content: "ïƒ™";
}
.fa-caret-right:before {
    content: "ïƒš";
}
.fa-columns:before {
    content: "ïƒ›";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "ïƒœ";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "ïƒ";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "ïƒž";
}
.fa-envelope:before {
    content: "ïƒ ";
}
.fa-linkedin:before {
    content: "ïƒ¡";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "ïƒ¢";
}
.fa-legal:before,
.fa-gavel:before {
    content: "ïƒ£";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "ïƒ¤";
}
.fa-comment-o:before {
    content: "ïƒ¥";
}
.fa-comments-o:before {
    content: "ïƒ¦";
}
.fa-flash:before,
.fa-bolt:before {
    content: "ïƒ§";
}
.fa-sitemap:before {
    content: "ïƒ¨";
}
.fa-umbrella:before {
    content: "ïƒ©";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "ïƒª";
}
.fa-lightbulb-o:before {
    content: "ïƒ«";
}
.fa-exchange:before {
    content: "ïƒ¬";
}
.fa-cloud-download:before {
    content: "ïƒ­";
}
.fa-cloud-upload:before {
    content: "ïƒ®";
}
.fa-user-md:before {
    content: "ïƒ°";
}
.fa-stethoscope:before {
    content: "ïƒ±";
}
.fa-suitcase:before {
    content: "ïƒ²";
}
.fa-bell-o:before {
    content: "ï‚¢";
}
.fa-coffee:before {
    content: "ïƒ´";
}
.fa-cutlery:before {
    content: "ïƒµ";
}
.fa-file-text-o:before {
    content: "ïƒ¶";
}
.fa-building-o:before {
    content: "ïƒ·";
}
.fa-hospital-o:before {
    content: "ïƒ¸";
}
.fa-ambulance:before {
    content: "ïƒ¹";
}
.fa-medkit:before {
    content: "ïƒº";
}
.fa-fighter-jet:before {
    content: "ïƒ»";
}
.fa-beer:before {
    content: "ïƒ¼";
}
.fa-h-square:before {
    content: "ïƒ½";
}
.fa-plus-square:before {
    content: "ïƒ¾";
}
.fa-angle-double-left:before {
    content: "ï„€";
}
.fa-angle-double-right:before {
    content: "ï„";
}
.fa-angle-double-up:before {
    content: "ï„‚";
}
.fa-angle-double-down:before {
    content: "ï„ƒ";
}
.fa-angle-left:before {
    content: "ï„„";
}
.fa-angle-right:before {
    content: "ï„…";
}
.fa-angle-up:before {
    content: "ï„†";
}
.fa-angle-down:before {
    content: "ï„‡";
}
.fa-desktop:before {
    content: "ï„ˆ";
}
.fa-laptop:before {
    content: "ï„‰";
}
.fa-tablet:before {
    content: "ï„Š";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "ï„‹";
}
.fa-circle-o:before {
    content: "ï„Œ";
}
.fa-quote-left:before {
    content: "ï„";
}
.fa-quote-right:before {
    content: "ï„Ž";
}
.fa-spinner:before {
    content: "ï„";
}
.fa-circle:before {
    content: "ï„‘";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "ï„’";
}
.fa-github-alt:before {
    content: "ï„“";
}
.fa-folder-o:before {
    content: "ï„”";
}
.fa-folder-open-o:before {
    content: "ï„•";
}
.fa-smile-o:before {
    content: "ï„˜";
}
.fa-frown-o:before {
    content: "ï„™";
}
.fa-meh-o:before {
    content: "ï„š";
}
.fa-gamepad:before {
    content: "ï„›";
}
.fa-keyboard-o:before {
    content: "ï„œ";
}
.fa-flag-o:before {
    content: "ï„";
}
.fa-flag-checkered:before {
    content: "ï„ž";
}
.fa-terminal:before {
    content: "ï„ ";
}
.fa-code:before {
    content: "ï„¡";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "ï„¢";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "ï„£";
}
.fa-location-arrow:before {
    content: "ï„¤";
}
.fa-crop:before {
    content: "ï„¥";
}
.fa-code-fork:before {
    content: "ï„¦";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "ï„§";
}
.fa-question:before {
    content: "ï„¨";
}
.fa-info:before {
    content: "ï„©";
}
.fa-exclamation:before {
    content: "ï„ª";
}
.fa-superscript:before {
    content: "ï„«";
}
.fa-subscript:before {
    content: "ï„¬";
}
.fa-eraser:before {
    content: "ï„­";
}
.fa-puzzle-piece:before {
    content: "ï„®";
}
.fa-microphone:before {
    content: "ï„°";
}
.fa-microphone-slash:before {
    content: "ï„±";
}
.fa-shield:before {
    content: "ï„²";
}
.fa-calendar-o:before {
    content: "ï„³";
}
.fa-fire-extinguisher:before {
    content: "ï„´";
}
.fa-rocket:before {
    content: "ï„µ";
}
.fa-maxcdn:before {
    content: "ï„¶";
}
.fa-chevron-circle-left:before {
    content: "ï„·";
}
.fa-chevron-circle-right:before {
    content: "ï„¸";
}
.fa-chevron-circle-up:before {
    content: "ï„¹";
}
.fa-chevron-circle-down:before {
    content: "ï„º";
}
.fa-html5:before {
    content: "ï„»";
}
.fa-css3:before {
    content: "ï„¼";
}
.fa-anchor:before {
    content: "ï„½";
}
.fa-unlock-alt:before {
    content: "ï„¾";
}
.fa-bullseye:before {
    content: "ï…€";
}
.fa-ellipsis-h:before {
    content: "ï…";
}
.fa-ellipsis-v:before {
    content: "ï…‚";
}
.fa-rss-square:before {
    content: "ï…ƒ";
}
.fa-play-circle:before {
    content: "ï…„";
}
.fa-ticket:before {
    content: "ï……";
}
.fa-minus-square:before {
    content: "ï…†";
}
.fa-minus-square-o:before {
    content: "ï…‡";
}
.fa-level-up:before {
    content: "ï…ˆ";
}
.fa-level-down:before {
    content: "ï…‰";
}
.fa-check-square:before {
    content: "ï…Š";
}
.fa-pencil-square:before {
    content: "ï…‹";
}
.fa-external-link-square:before {
    content: "ï…Œ";
}
.fa-share-square:before {
    content: "ï…";
}
.fa-compass:before {
    content: "ï…Ž";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "ï…";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "ï…‘";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "ï…’";
}
.fa-euro:before,
.fa-eur:before {
    content: "ï…“";
}
.fa-gbp:before {
    content: "ï…”";
}
.fa-dollar:before,
.fa-usd:before {
    content: "ï…•";
}
.fa-rupee:before,
.fa-inr:before {
    content: "ï…–";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "ï…—";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "ï…˜";
}
.fa-won:before,
.fa-krw:before {
    content: "ï…™";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "ï…š";
}
.fa-file:before {
    content: "ï…›";
}
.fa-file-text:before {
    content: "ï…œ";
}
.fa-sort-alpha-asc:before {
    content: "ï…";
}
.fa-sort-alpha-desc:before {
    content: "ï…ž";
}
.fa-sort-amount-asc:before {
    content: "ï… ";
}
.fa-sort-amount-desc:before {
    content: "ï…¡";
}
.fa-sort-numeric-asc:before {
    content: "ï…¢";
}
.fa-sort-numeric-desc:before {
    content: "ï…£";
}
.fa-thumbs-up:before {
    content: "ï…¤";
}
.fa-thumbs-down:before {
    content: "ï…¥";
}
.fa-youtube-square:before {
    content: "ï…¦";
}
.fa-youtube:before {
    content: "ï…§";
}
.fa-xing:before {
    content: "ï…¨";
}
.fa-xing-square:before {
    content: "ï…©";
}
.fa-youtube-play:before {
    content: "ï…ª";
}
.fa-dropbox:before {
    content: "ï…«";
}
.fa-stack-overflow:before {
    content: "ï…¬";
}
.fa-instagram:before {
    content: "ï…­";
}
.fa-flickr:before {
    content: "ï…®";
}
.fa-adn:before {
    content: "ï…°";
}
.fa-bitbucket:before {
    content: "ï…±";
}
.fa-bitbucket-square:before {
    content: "ï…²";
}
.fa-tumblr:before {
    content: "ï…³";
}
.fa-tumblr-square:before {
    content: "ï…´";
}
.fa-long-arrow-down:before {
    content: "ï…µ";
}
.fa-long-arrow-up:before {
    content: "ï…¶";
}
.fa-long-arrow-left:before {
    content: "ï…·";
}
.fa-long-arrow-right:before {
    content: "ï…¸";
}
.fa-apple:before {
    content: "ï…¹";
}
.fa-windows:before {
    content: "ï…º";
}
.fa-android:before {
    content: "ï…»";
}
.fa-linux:before {
    content: "ï…¼";
}
.fa-dribbble:before {
    content: "ï…½";
}
.fa-skype:before {
    content: "ï…¾";
}
.fa-foursquare:before {
    content: "ï†€";
}
.fa-trello:before {
    content: "ï†";
}
.fa-female:before {
    content: "ï†‚";
}
.fa-male:before {
    content: "ï†ƒ";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "ï†„";
}
.fa-sun-o:before {
    content: "ï†…";
}
.fa-moon-o:before {
    content: "ï††";
}
.fa-archive:before {
    content: "ï†‡";
}
.fa-bug:before {
    content: "ï†ˆ";
}
.fa-vk:before {
    content: "ï†‰";
}
.fa-weibo:before {
    content: "ï†Š";
}
.fa-renren:before {
    content: "ï†‹";
}
.fa-pagelines:before {
    content: "ï†Œ";
}
.fa-stack-exchange:before {
    content: "ï†";
}
.fa-arrow-circle-o-right:before {
    content: "ï†Ž";
}
.fa-arrow-circle-o-left:before {
    content: "ï†";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "ï†‘";
}
.fa-dot-circle-o:before {
    content: "ï†’";
}
.fa-wheelchair:before {
    content: "ï†“";
}
.fa-vimeo-square:before {
    content: "ï†”";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "ï†•";
}
.fa-plus-square-o:before {
    content: "ï†–";
}
.fa-space-shuttle:before {
    content: "ï†—";
}
.fa-slack:before {
    content: "ï†˜";
}
.fa-envelope-square:before {
    content: "ï†™";
}
.fa-wordpress:before {
    content: "ï†š";
}
.fa-openid:before {
    content: "ï†›";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "ï†œ";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "ï†";
}
.fa-yahoo:before {
    content: "ï†ž";
}
.fa-google:before {
    content: "ï† ";
}
.fa-reddit:before {
    content: "ï†¡";
}
.fa-reddit-square:before {
    content: "ï†¢";
}
.fa-stumbleupon-circle:before {
    content: "ï†£";
}
.fa-stumbleupon:before {
    content: "ï†¤";
}
.fa-delicious:before {
    content: "ï†¥";
}
.fa-digg:before {
    content: "ï†¦";
}
.fa-pied-piper:before {
    content: "ï†§";
}
.fa-pied-piper-alt:before {
    content: "ï†¨";
}
.fa-drupal:before {
    content: "ï†©";
}
.fa-joomla:before {
    content: "ï†ª";
}
.fa-language:before {
    content: "ï†«";
}
.fa-fax:before {
    content: "ï†¬";
}
.fa-building:before {
    content: "ï†­";
}
.fa-child:before {
    content: "ï†®";
}
.fa-paw:before {
    content: "ï†°";
}
.fa-spoon:before {
    content: "ï†±";
}
.fa-cube:before {
    content: "ï†²";
}
.fa-cubes:before {
    content: "ï†³";
}
.fa-behance:before {
    content: "ï†´";
}
.fa-behance-square:before {
    content: "ï†µ";
}
.fa-steam:before {
    content: "ï†¶";
}
.fa-steam-square:before {
    content: "ï†·";
}
.fa-recycle:before {
    content: "ï†¸";
}
.fa-automobile:before,
.fa-car:before {
    content: "ï†¹";
}
.fa-cab:before,
.fa-taxi:before {
    content: "ï†º";
}
.fa-tree:before {
    content: "ï†»";
}
.fa-spotify:before {
    content: "ï†¼";
}
.fa-deviantart:before {
    content: "ï†½";
}
.fa-soundcloud:before {
    content: "ï†¾";
}
.fa-database:before {
    content: "ï‡€";
}
.fa-file-pdf-o:before {
    content: "ï‡";
}
.fa-file-word-o:before {
    content: "ï‡‚";
}
.fa-file-excel-o:before {
    content: "ï‡ƒ";
}
.fa-file-powerpoint-o:before {
    content: "ï‡„";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "ï‡…";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "ï‡†";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "ï‡‡";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "ï‡ˆ";
}
.fa-file-code-o:before {
    content: "ï‡‰";
}
.fa-vine:before {
    content: "ï‡Š";
}
.fa-codepen:before {
    content: "ï‡‹";
}
.fa-jsfiddle:before {
    content: "ï‡Œ";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "ï‡";
}
.fa-circle-o-notch:before {
    content: "ï‡Ž";
}
.fa-ra:before,
.fa-rebel:before {
    content: "ï‡";
}
.fa-ge:before,
.fa-empire:before {
    content: "ï‡‘";
}
.fa-git-square:before {
    content: "ï‡’";
}
.fa-git:before {
    content: "ï‡“";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "ï‡”";
}
.fa-tencent-weibo:before {
    content: "ï‡•";
}
.fa-qq:before {
    content: "ï‡–";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "ï‡—";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "ï‡˜";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "ï‡™";
}
.fa-history:before {
    content: "ï‡š";
}
.fa-circle-thin:before {
    content: "ï‡›";
}
.fa-header:before {
    content: "ï‡œ";
}
.fa-paragraph:before {
    content: "ï‡";
}
.fa-sliders:before {
    content: "ï‡ž";
}
.fa-share-alt:before {
    content: "ï‡ ";
}
.fa-share-alt-square:before {
    content: "ï‡¡";
}
.fa-bomb:before {
    content: "ï‡¢";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "ï‡£";
}
.fa-tty:before {
    content: "ï‡¤";
}
.fa-binoculars:before {
    content: "ï‡¥";
}
.fa-plug:before {
    content: "ï‡¦";
}
.fa-slideshare:before {
    content: "ï‡§";
}
.fa-twitch:before {
    content: "ï‡¨";
}
.fa-yelp:before {
    content: "ï‡©";
}
.fa-newspaper-o:before {
    content: "ï‡ª";
}
.fa-wifi:before {
    content: "ï‡«";
}
.fa-calculator:before {
    content: "ï‡¬";
}
.fa-paypal:before {
    content: "ï‡­";
}
.fa-google-wallet:before {
    content: "ï‡®";
}
.fa-cc-visa:before {
    content: "ï‡°";
}
.fa-cc-mastercard:before {
    content: "ï‡±";
}
.fa-cc-discover:before {
    content: "ï‡²";
}
.fa-cc-amex:before {
    content: "ï‡³";
}
.fa-cc-paypal:before {
    content: "ï‡´";
}
.fa-cc-stripe:before {
    content: "ï‡µ";
}
.fa-bell-slash:before {
    content: "ï‡¶";
}
.fa-bell-slash-o:before {
    content: "ï‡·";
}
.fa-trash:before {
    content: "ï‡¸";
}
.fa-copyright:before {
    content: "ï‡¹";
}
.fa-at:before {
    content: "ï‡º";
}
.fa-eyedropper:before {
    content: "ï‡»";
}
.fa-paint-brush:before {
    content: "ï‡¼";
}
.fa-birthday-cake:before {
    content: "ï‡½";
}
.fa-area-chart:before {
    content: "ï‡¾";
}
.fa-pie-chart:before {
    content: "ïˆ€";
}
.fa-line-chart:before {
    content: "ïˆ";
}
.fa-lastfm:before {
    content: "ïˆ‚";
}
.fa-lastfm-square:before {
    content: "ïˆƒ";
}
.fa-toggle-off:before {
    content: "ïˆ„";
}
.fa-toggle-on:before {
    content: "ïˆ…";
}
.fa-bicycle:before {
    content: "ïˆ†";
}
.fa-bus:before {
    content: "ïˆ‡";
}
.fa-ioxhost:before {
    content: "ïˆˆ";
}
.fa-angellist:before {
    content: "ïˆ‰";
}
.fa-cc:before {
    content: "ïˆŠ";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "ïˆ‹";
}
.fa-meanpath:before {
    content: "ïˆŒ";
}
.fa-buysellads:before {
    content: "ïˆ";
}
.fa-connectdevelop:before {
    content: "ïˆŽ";
}
.fa-dashcube:before {
    content: "ïˆ";
}
.fa-forumbee:before {
    content: "ïˆ‘";
}
.fa-leanpub:before {
    content: "ïˆ’";
}
.fa-sellsy:before {
    content: "ïˆ“";
}
.fa-shirtsinbulk:before {
    content: "ïˆ”";
}
.fa-simplybuilt:before {
    content: "ïˆ•";
}
.fa-skyatlas:before {
    content: "ïˆ–";
}
.fa-cart-plus:before {
    content: "ïˆ—";
}
.fa-cart-arrow-down:before {
    content: "ïˆ˜";
}
.fa-diamond:before {
    content: "ïˆ™";
}
.fa-ship:before {
    content: "ïˆš";
}
.fa-user-secret:before {
    content: "ïˆ›";
}
.fa-motorcycle:before {
    content: "ïˆœ";
}
.fa-street-view:before {
    content: "ïˆ";
}
.fa-heartbeat:before {
    content: "ïˆž";
}
.fa-venus:before {
    content: "ïˆ¡";
}
.fa-mars:before {
    content: "ïˆ¢";
}
.fa-mercury:before {
    content: "ïˆ£";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "ïˆ¤";
}
.fa-transgender-alt:before {
    content: "ïˆ¥";
}
.fa-venus-double:before {
    content: "ïˆ¦";
}
.fa-mars-double:before {
    content: "ïˆ§";
}
.fa-venus-mars:before {
    content: "ïˆ¨";
}
.fa-mars-stroke:before {
    content: "ïˆ©";
}
.fa-mars-stroke-v:before {
    content: "ïˆª";
}
.fa-mars-stroke-h:before {
    content: "ïˆ«";
}
.fa-neuter:before {
    content: "ïˆ¬";
}
.fa-genderless:before {
    content: "ïˆ­";
}
.fa-facebook-official:before {
    content: "ïˆ°";
}
.fa-pinterest-p:before {
    content: "ïˆ±";
}
.fa-whatsapp:before {
    content: "ïˆ²";
}
.fa-server:before {
    content: "ïˆ³";
}
.fa-user-plus:before {
    content: "ïˆ´";
}
.fa-user-times:before {
    content: "ïˆµ";
}
.fa-hotel:before,
.fa-bed:before {
    content: "ïˆ¶";
}
.fa-viacoin:before {
    content: "ïˆ·";
}
.fa-train:before {
    content: "ïˆ¸";
}
.fa-subway:before {
    content: "ïˆ¹";
}
.fa-medium:before {
    content: "ïˆº";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "ïˆ»";
}
.fa-optin-monster:before {
    content: "ïˆ¼";
}
.fa-opencart:before {
    content: "ïˆ½";
}
.fa-expeditedssl:before {
    content: "ïˆ¾";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "ï‰€";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "ï‰";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "ï‰‚";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "ï‰ƒ";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "ï‰„";
}
.fa-mouse-pointer:before {
    content: "ï‰…";
}
.fa-i-cursor:before {
    content: "ï‰†";
}
.fa-object-group:before {
    content: "ï‰‡";
}
.fa-object-ungroup:before {
    content: "ï‰ˆ";
}
.fa-sticky-note:before {
    content: "ï‰‰";
}
.fa-sticky-note-o:before {
    content: "ï‰Š";
}
.fa-cc-jcb:before {
    content: "ï‰‹";
}
.fa-cc-diners-club:before {
    content: "ï‰Œ";
}
.fa-clone:before {
    content: "ï‰";
}
.fa-balance-scale:before {
    content: "ï‰Ž";
}
.fa-hourglass-o:before {
    content: "ï‰";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "ï‰‘";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "ï‰’";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "ï‰“";
}
.fa-hourglass:before {
    content: "ï‰”";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "ï‰•";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "ï‰–";
}
.fa-hand-scissors-o:before {
    content: "ï‰—";
}
.fa-hand-lizard-o:before {
    content: "ï‰˜";
}
.fa-hand-spock-o:before {
    content: "ï‰™";
}
.fa-hand-pointer-o:before {
    content: "ï‰š";
}
.fa-hand-peace-o:before {
    content: "ï‰›";
}
.fa-trademark:before {
    content: "ï‰œ";
}
.fa-registered:before {
    content: "ï‰";
}
.fa-creative-commons:before {
    content: "ï‰ž";
}
.fa-gg:before {
    content: "ï‰ ";
}
.fa-gg-circle:before {
    content: "ï‰¡";
}
.fa-tripadvisor:before {
    content: "ï‰¢";
}
.fa-odnoklassniki:before {
    content: "ï‰£";
}
.fa-odnoklassniki-square:before {
    content: "ï‰¤";
}
.fa-get-pocket:before {
    content: "ï‰¥";
}
.fa-wikipedia-w:before {
    content: "ï‰¦";
}
.fa-safari:before {
    content: "ï‰§";
}
.fa-chrome:before {
    content: "ï‰¨";
}
.fa-firefox:before {
    content: "ï‰©";
}
.fa-opera:before {
    content: "ï‰ª";
}
.fa-internet-explorer:before {
    content: "ï‰«";
}
.fa-tv:before,
.fa-television:before {
    content: "ï‰¬";
}
.fa-contao:before {
    content: "ï‰­";
}
.fa-500px:before {
    content: "ï‰®";
}
.fa-amazon:before {
    content: "ï‰°";
}
.fa-calendar-plus-o:before {
    content: "ï‰±";
}
.fa-calendar-minus-o:before {
    content: "ï‰²";
}
.fa-calendar-times-o:before {
    content: "ï‰³";
}
.fa-calendar-check-o:before {
    content: "ï‰´";
}
.fa-industry:before {
    content: "ï‰µ";
}
.fa-map-pin:before {
    content: "ï‰¶";
}
.fa-map-signs:before {
    content: "ï‰·";
}
.fa-map-o:before {
    content: "ï‰¸";
}
.fa-map:before {
    content: "ï‰¹";
}
.fa-commenting:before {
    content: "ï‰º";
}
.fa-commenting-o:before {
    content: "ï‰»";
}
.fa-houzz:before {
    content: "ï‰¼";
}
.fa-vimeo:before {
    content: "ï‰½";
}
.fa-black-tie:before {
    content: "ï‰¾";
}
.fa-fonticons:before {
    content: "ïŠ€";
}
.fa-reddit-alien:before {
    content: "ïŠ";
}
.fa-edge:before {
    content: "ïŠ‚";
}
.fa-credit-card-alt:before {
    content: "ïŠƒ";
}
.fa-codiepie:before {
    content: "ïŠ„";
}
.fa-modx:before {
    content: "ïŠ…";
}
.fa-fort-awesome:before {
    content: "ïŠ†";
}
.fa-usb:before {
    content: "ïŠ‡";
}
.fa-product-hunt:before {
    content: "ïŠˆ";
}
.fa-mixcloud:before {
    content: "ïŠ‰";
}
.fa-scribd:before {
    content: "ïŠŠ";
}
.fa-pause-circle:before {
    content: "ïŠ‹";
}
.fa-pause-circle-o:before {
    content: "ïŠŒ";
}
.fa-stop-circle:before {
    content: "ïŠ";
}
.fa-stop-circle-o:before {
    content: "ïŠŽ";
}
.fa-shopping-bag:before {
    content: "ïŠ";
}
.fa-shopping-basket:before {
    content: "ïŠ‘";
}
.fa-hashtag:before {
    content: "ïŠ’";
}
.fa-bluetooth:before {
    content: "ïŠ“";
}
.fa-bluetooth-b:before {
    content: "ïŠ”";
}
.fa-percent:before {
    content: "ïŠ•";
}
/** ANOTHER TEST COMMENT **/
/** GENERAL STUFF **/

body {
    background: #efefef;
    color: #555555;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    height: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    position: relative;
}
::-moz-selection {
    background: #ff8000;
    color: #ffffff;
}
::selection {
    background: #ff8000;
    color: #ffffff;
}
.content {
    background: #ffffff;
    background-image: url(http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/images/orange-dots-bottom2.png);
    background-position: 130px bottom;
    background-repeat: no-repeat;
    background-size: 300px 84px;
    padding-bottom: 130px;
    position: relative;
}
b,
strong {
    font-weight: 600;
}
p,
ul {
    font-size: 18px;
}
ul {
    padding: 0 0 0 20px;
}
li {
    margin: 0 0 10px 0;
}
li strong {
    display: block;
}
dl {
    margin-top: 10px;
}
p {
    font-size: 18px;
}
hr {
    margin: 20px 8.33333% 30px 8.33333%;
}
a.button,
button.button,
form input.button {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin: 20px 20px 20px 0;
    outline: 0;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ff8000;
    white-space: nowrap;
    padding: 6px 16px;
    line-height: 1.4;
    border: 0;
    position: relative;
    text-decoration: none;
    transition: 0.1s;
    width: auto;
}
a.button:hover,
button.button:hover,
.form-block input.button:hover {
    background-color: #ff8000;
    color: #ffffff;
    text-decoration: none;
}
.button .arrow {
    font-weight: lighter;
}
.panel {
    background: #efefef;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.subhead {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 0;
}
.button.rightarrow,
a.rightarrow,
.button.rightarrow:hover,
a.rightarrow:hover,
.strip span a,
.strip span a:hover {
    background-image: url(http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/images/rightarrow-white.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 4px 8px;
    font-size: 18px;
    padding-right: 30px;
    width: auto;
}
a.caret-link {
    background-image: url(http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/images/rightarrow-blue.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 4px 8px;
    font-size: 18px;
    padding-right: 15px;
    width: auto;
}
.text-content {
    margin: 20px 0 0 0;
    padding: 0 8.33333%;
    padding-left: calc(8.33333% - 15px);
    padding-right: calc(8.33333% - 15px);
}
.text-content ul {
    margin-top: 20px;
}
.glyphicon {
    margin-right: 10px;
    color: #ff8000;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 20px 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-responsive {
    max-width: 100%;
    width: 100%;
}
.desaturate {
    filter: grayscale(100%) contrast(2);
    -webkit-filter: grayscale(100%) contrast(20%);
    filter: gray;
    -webkit-filter: grayscale(1) contrast(2);
}
ul#myTabs li a:hover,
ul#myTabs li.active a {
    color: white;
    background-color: #ff8000;
}
div.bordered {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-top: 20px;
}
.phone {
    margin: 40px -15px;
}
.phone h4 {
    border-bottom: 1px solid #efefef;
    display: block;
    font-weight: 400;
    margin: 0 15px 5px 15px;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}
/** TOP HEADER AREA AND BANNER **/
/** COOKIE MESSAGE **/

#cookie_message {
    display: none;
}
.cookie-message {
    background: #efefef;
    font-size: 14px;
    margin: 0;
    padding: 30px 0;
    width: 100%;
}
.cookie-buttons {
    padding: 20px 0 0 0;
}
.cookie-buttons a {
    display: block;
}
.cookie-buttons .glyphicon {
    color: #0083bf;
}
/** GLOBAL MENU **/

.global {
    background: #86888a;
    display: block;
    padding: 2px 8.33333%;
    width: 100%;
}
.global a {
    color: #ffffff;
    font-size: 12px;
}
.global a:hover {
    color: #ffffff;
}
.global .dropdown-menu {
    margin-left: 8.33333%;
    max-width: 215px;
    width: 215px;
}
.global .dropdown-menu > li {
    float: none;
    width: 100%;
}
.global .dropdown-menu ul li {
    color: #86888a;
    list-style: none;
}
.global .dropdown-menu ul li a {
    color: #86888a;
}
/** LOGOS **/

.logos {
    padding: 10px 8.33333% 9px 8.33333%;
}
.logos > div {
    clear: both;
}
.logos a.tr-logo {
    background: url(http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/images/thomson-reuters-logo.png);
    background-repeat: no-repeat;
    background-size: 175px 40px;
    display: block;
    height: 40px;
    margin: 10px 30px 10px 0;
    padding: 0 30px 0 0;
    width: 205px;
}
.logos a.tr-logo-white {
    background: url(http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/images/thomson-reuters-logo-white.png);
    background-repeat: no-repeat;
    background-size: 175px 40px;
    border-right: 1px solid #ffffff;
    display: block;
    height: 40px;
    margin: 10px 30px 0px 40px;
    padding: 0 30px 0 0;
    width: 205px;
}
.logos a.division {
    display: inline-block;
    font-size: 14px;
    color: #86888a;
    margin-top: 0;
    text-transform: uppercase;
}
.logos a.division:hover {
    color: #86888a !important;
}
.logos a.trail {
    color: #86888a;
    display: none;
    font-size: 14px;
    float: right;
    margin: 10px 15px 0 0;
    padding: 10px 0;
    text-align: right;
}
/** SEARCH FORM **/

.search-form {
    display: inline-block !important;
    background: #efefef;
    border: 1px solid #86888a;
    float: left;
    height: 30px;
    margin: 15px 0 30px 0;
    padding: 0;
    text-align: right;
    width: auto;
}
.search-form .search-field {
    outline: none;
    background: #efefef;
    border: 0;
    font-size: 14px;
    font-weight: lighter;
    height: 27px;
    margin: 0;
    min-width: 100px;
    padding: 5px;
    width: 100px;
    color: #555555;
}
.search-form .search-submit {
    background: #efefef url(http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/images/search.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    border: 0;
    height: 27px;
    margin: -3px 0 0 0;
    padding: 0;
    position: relative;
    top: -5px;
    width: 30px;
}
@-moz-document url-prefix() {
    .search-form .search-submit {
        height: 27px;
    }
}
/** NAV **/

.navbar {
    background: #ff8000;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    margin-bottom: 0;
    min-height: 30px;
    padding-left: 8.33333%;
    padding-right: 8.33333%;
    /*padding-left:8.33333%; padding-right:8.33333%;*/
}
.navbar.affix {
    margin-left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9800;
}
.navbar.affix .navbar-nav {
    margin-left: 0px !important;
}
.menu-there .navbar.affix {
    margin-left: 0px;
    position: fixed;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-toggle {
    margin: 0;
    padding: 15px 0;
}
.navbar-toggle .icon-bar {
    background: #ffffff;
    color: #ffffff;
}
.collapse.in {
    padding-bottom: 20px;
}
.navbar a {
    color: #ffffff;
}
.navbar-nav {
    margin: 0;
    font-size: 14px;
}
.navbar-nav > li {
    margin: 0;
}
.navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.navbar-nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background: #4d4d4d;
}
.dropdown-menu {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}
.dropdown.open {
    clear: both;
}
.dropdown-menu > li {
    float: left;
    margin: 0;
    width: 100%;
}
.dropdown-menu > li a {
    padding: 5px 20px;
}
.dropdown-menu > li a:hover {
    background: #ff8000;
    color: #ffffff;
}
.dropdown-menu > .active > a:hover {
    background: #86888a;
    color: #ffffff;
}
/** MEGA MENU **/

.menu-there .header {
    background: #ffffff;
    display: block;
    height: 109px;
    max-width: 1140px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9800;
}
.mega-background {
    background: #2c262c;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9500;
}
.mega-menu {
    display: none;
    -webkit-box-shadow: 0px 0px 2px 0px #898989;
    box-shadow: 0px 0px 2px 0px #898989;
    background: #ffffff;
    left: 50%;
    margin-left: -384px;
    position: fixed;
    top: 148px;
    z-index: 9999;
}
.mega-menu .container {
    padding: 0;
}
.conatiner .mega-menu .mega-row {
    background: #efefef;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.mega-menu .overview {
    background: #efefef;
    bottom: 0;
    display: block;
    padding: 20px 30px;
    position: relative;
    top: 0;
}
.mega-menu .overview a:hover {
    text-decoration: underline;
}
.mega-menu .overview p,
.mega-menu .overview a,
.mega-menu .overview ul li a,
.mega-menu .overview img,
.mega-menu .overview h3 {
    font-size: 16px;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}
.mega-menu .overview ul {
    margin-bottom: 50px;
}
.mega-menu .mega-products {
    background: #ffffff;
    padding-bottom: 20px;
}
.mega-menu .trail p,
.mega-menu .trail a {
    margin: 0 0 0 10px;
}
.mega-menu h2 {
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 10px;
    text-transform: uppercase;
}
.mega-menu h3 {
    font-size: 16px;
    margin: 10px 0 0 0;
    padding: 10px;
    text-transform: uppercase;
}
.mega-menu ul {
    margin: 0;
    padding: 0;
}
.mega-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu ul li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
    padding: 2px 10px;
    text-decoration: none;
}
.mega-menu ul li a:hover {
    background: #efefef;
    text-decoration: none;
}
.mega-menu ul li a span {
    display: block;
}
/** BANNER **/

.container .banner.row {
    display: block;
    height: 250px;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.banner-text {
    display: block;
    padding: 0 8.33333%;
    position: absolute;
    bottom: 2%;
}
.banner-text h1 {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}
.banner-text h1 a {
    color: #ffffff;
}
.banner-text.colour-white,
.banner-text.colour-white h1,
.banner-text.colour-white h1 a {
    color: #ffffff;
}
.banner-text.colour-grey,
.banner-text.colour-grey h1,
.banner-text.colour-grey h1 a {
    color: #4d4d4d;
}
.gradient-back {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 95%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.rule {
    display: block;
    float: left;
    font-size: 60px;
    font-weight: 600;
    height: 20px;
    line-height: 30px;
    margin: 20px 0 0 -11.33333%;
    text-align: center;
    width: 8.33333%;
}
@-moz-document url-prefix() {
    .rule {
        display: block;
        float: left;
        font-size: 60px;
        height: 200px;
        line-height: 30px;
        margin: 20px 0 0 -11.33333%;
        text-align: center;
        width: 7%;
    }
}
.strapline {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.banner.row.banner_less {
    height: auto;
    margin: 30px 0 30px 0;
}
@-moz-document url-prefix() {
    .banner_less {
        top: 0;
    }
}
@-moz-document url-prefix() {
    .banner_less .rule {
        height: auto !important;
    }
}
.banner.banner_less .banner-text {
    position: relative;
    bottom: auto;
    color: #ff8000;
}
.banner.banner_less .banner-text h1,
.banner_less .banner-text h1 a {
    color: #ff8000;
}
.banner.banner_less .strapline {
    margin-bottom: 0;
}
/** STRIP **/

.container .row.strip {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}
.row.strip .col-md-12 {
    background: #ff8000;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 5px 8.33333%;
}
.row.strip span {
    font-size: 16px;
    display: inline-block;
    margin: 15px 0;
    width: auto;
}
.row.strip span a,
.strip span a:hover {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
}
/** CONTENT **/
/** INTRO **/

.intro {
    margin: 20px 0;
}
.intro .col-md-8 {
    margin: 0;
    padding: 0 8.33333%;
}
.intro h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.intro h3 {
    font-size: 30px;
    font-weight: 300;
}
.body-text h3 {
    color: #ff8000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.body-text h4 {
    font-size: 20px;
    margin-top: 20px;
}
/** FEATURES LIST **/

.row.features {
    padding: 50px 8.33333% 20px 8.33333%;
}
.features hr {
    color: #cdcdcd;
    clear: both;
    display: block;
    margin: 30px 0 0 0;
    max-width: 804px;
    padding: 0;
    position: relative;
}
.features .panel {
    background: #efefef;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 15px;
}
.features .panel h5 {
    margin: 0;
}
.features .panel h5 a {
    color: #555555;
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-right: 25px;
    text-decoration: none;
    width: 100%;
}
.features .panel p {
    font-weight: lighter;
    font-size: 18px;
}
.features .panel ul {
    font-weight: lighter;
    padding: 0 0 0 20px;
}
.panel h5 a {
    background-image: url("http://images.info.science.thomsonreuters.biz/EloquaImages/clients/ThomsonReutersScience/%7b75f21f33-6786-4302-9acb-a3876ed9dd79%7d_minus.png");
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #0083bf;
    font-size: 16px;
    font-weight: bold;
}
.panel h5 a.collapsed {
    background-image: url("http://images.info.science.thomsonreuters.biz/EloquaImages/clients/ThomsonReutersScience/%7b992d6e9a-141c-4771-a352-6f24f079ed2f%7d_plus.png");
}
/* BLOGS */

.post {
    margin: 0 0 50px 0;
}
.post .post-image {
    display: block;
    height: 220px;
    max-height: 220px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.post .post-image img.img-responsive {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}
.post h2 {
    clear: left;
    margin-top: 0;
}
.post img {
    height: auto;
    margin: 0 0 20px 0;
    max-width: 100%;
}
.post .post-meta {
    display: block;
    min-height: 100px;
    padding-right: 0;
    text-align: left;
}
.post img.post-authorphoto {
    float: left;
    margin: 0 20px 5px 0;
    max-width: 110px;
}
.post-author {
    display: inline-block;
    font-size: 12px;
    margin: 0;
}
.single .post-meta .post-author {
    margin: 0;
}
.post-date {
    display: block;
    font-size: 12px;
    padding: 30px 0 0 0;
    text-transform: uppercase;
}
.post-authorjob {
    display: block;
    font-size: 12px;
}
.post-authordetails {
    display: inline-block;
}
.post-updated {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.post.single .body-text > .row {
    margin: 0;
}
.post.single .post-meta {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.post.single .post-authordetails {
    padding: 25px 0 0 0;
    max-width: 60%;
}
.post.single .post-authorphoto {
    max-width: 90px;
}
.post.single .post-content {
    padding-left: 0;
    padding-right: 0;
}
.post.single .post-date {
    display: block;
    margin: 0;
    padding: 0 10px 0 0;
}
.post.single .post-datetimeago {
    display: block;
    padding: 0 0 20px 0;
}
/** FORMS **/

.download {
    clear: both;
    display: block;
    margin-top: 25px;
    padding: 0;
}
.download h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding-right: 2%;
}
.download img {
    float: right;
    max-width: 80px;
    width: 25%;
}
.instruction {
    clear: left;
    display: block;
    float: none;
    font-size: 18px;
    margin: 10px 0 0 0;
    padding: 0;
}
.IN-widget {
    margin: 10px 0;
}
.form-block {
    margin: 0;
    padding: 0;
}
.form-wide {
    padding: 50px 8.33333% 50px 8.33333%;
    padding-left: calc(8.33333% + 15px);
}
.form-block label {
    color: #2c262c;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: left;
}
.form-block input {
    background-color: #efefef;
    border: 1px solid #86888a;
    color: #2c262c;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    width: 100%;
}
.form-block input[type="checkbox"] {
    display: inline;
    float: left;
    height: 24px;
    margin: 0 10px 0 0;
    width: auto;
}
.form-block input:focus {
    border: 1px solid #2c262c;
    outline: none;
}
.form-block input:focus[type="submit"] {
    border: none;
}
.form-block option {
    padding: 0;
    max-width: 260px;
}
.form-block .multiple,
.form-block textarea {
    background: #efefef;
    width: 100%;
}
.form-block input.button {
    margin: 0 0 10px 0;
}
.form-block #primary_focus {
    background: #efefef;
    border: 1px solid #86888a;
    color: #2c262c;
    height: 100px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    width: 100%;
}
.sc-regular-size {
    height: auto;
    margin: 0 0 15px 0;
}
.form-block .hidden {
    height: 0;
}
.privacy {
    display: block;
    font-size: 18px;
    margin: 0 0 20px 0;
}
label.label {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.group-sm {
    display: inline-block;
    margin: 0 2% 0 0;
    padding: 0;
    width: 46%;
}
.group-sm.last {
    margin: 0 0 0 0 !important;
    width: 50%;
}
.styled-select select {
    background: transparent;
    display: block;
    width: 140%;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 32px;
    -webkit-appearance: none;
}
.styled-select {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 30px;
    margin: 0 0 25px 0;
    overflow: hidden;
    background: #efefef url("http://images.info.science.thomsonreuters.biz/EloquaImages/clients/ThomsonReutersScience/%7bc808307f-0b39-4dca-8236-6dd960d3114a%7d_arrow-down-grey.png") no-repeat right;
    border: 1px solid #86888a;
}
.form-block select:focus {
    border: 1px solid #cdcdcd;
    outline: none;
}
textarea {
    width: 100%;
}
.required {
    color: red;
    margin-left: 2px;
}
.LV_validation_message {
    font-weight: bold;
    margin: 0 0 0 5px;
}
.LV_valid {
    color: #00CC00;
    display: none;
}
.LV_invalid {
    color: #CC0000;
    font-size: 10px;
}
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    outline: 1px solid #00CC00;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    outline: 1px solid #CC0000;
}
div#formElement0 {
    margin-top: 20px;
}
/* RELATED ARTICLES */

.articles {
    padding: 0 8.33333%;
}
h3.articles-head {
    padding-left: 15px;
}
.articles h4 {
    font-size: 24px;
    font-weight: 300;
}
.article {
    margin-bottom: 30px;
}
/* PERSONA / ROLE PAGES */

.role .banner-text {
    max-width: 65%;
}
.role .strapline {
    font-size: 21px;
    line-height: 28px;
}
.role .text-content .strapline {
    font-size: 21px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}
.role .text-content .col-sm-10,
.role .text-content .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
}
.concerns {
    margin: 0 0 60px 0;
}
.concerns:first-child {
    margin-top: 40px;
}
.concerns h3 {
    margin-top: 8px;
    margin-bottom: 12px;
}
.concerns p {
    margin-bottom: 0;
}
.concerns .col-sm-2.persona-thumb {
    padding-left: 0;
    padding-right: 0;
}
.concerns .col-sm-2.persona-thumb .img-responsive {
    max-width: 30%;
}
.quote {
    margin: 30px 0;
}
.sidebar .quote {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
}
.quote blockquote {
    border-left: 0;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    margin: 15px 0;
    padding: 0 0 0 0;
    quotes: "â€œ" "â€" "â€˜" "â€™";
}
.quote blockquote::before {
    content: open-quote;
}
.quote blockquote::after {
    content: close-quote;
}
.quote .rule {
    display: block;
    float: none;
    font-size: 50px;
    font-weight: 400;
    margin: 50px 0 0 -8px;
}
@-moz-document url-prefix() {
    .quote .rule {
        display: block;
        float: none;
        font-size: 60px;
        height: 30px;
        line-height: 30px;
        margin: 15px 0;
        text-align: left;
        width: auto;
    }
}
/* SEARCH RESULTS */

.results .row {
    margin: 0 -15px 30px -15px;
}
.results h4 {
    margin: 0 0 20px 0;
}
.results img {
    margin-top: 6px;
}
/* SIDEBAR */

.sidebar .block {
    margin: 0 0 30px 0;
}
.sidebar h4 {
    margin: 0 0 10px 0;
}
.popular-tags a {
    line-height: 16px;
    margin-bottom: 4px;
}
.sidebar ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
.sidebar li {
    list-style: none;
    margin: 0 0 3px 0;
}
.sidebar .post-date {
    padding-top: 0;
}
.sidebar .parent-category {
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 0;
}
.selected a {
    color: #ff8000;
}
.recent-post {
    margin: 0 0 20px 0;
}
.recent-post img {
    margin-right: 10px;
    width: 25%;
}
/** TAGS **/

h3.tags {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 5px 0;
    padding: 0;
}
.tag-list {
    list-style: none;
    padding: 0;
}
.tag-list li {
    margin: 0 0 5px 0;
}
.tag-list li a {
    font-weight: 300;
}
.links {
    padding: 0 8.33333%;
}
ul.link-group {
    list-style: none;
    padding: 0;
}
ul.link-group li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.links .link-group h4 {
    font-weight: 400;
    font-size: 22px;
}
ul.link-group li a {
    font-weight: 300;
}
/* Contact page */

p.contact-list {
    padding-left: 28px;
}
div#contact-page .glyphicon {
    float: left;
}
div#contact-page strong {
    display: inline-block;
    width: 90%;
}
/** Press Release **/

.pressReleaseCheckbox {
    margin-right: 8px !important;
}
ul#pressReleaseCategoriesList {
    list-style: none;
    padding: 0px;
    margin-bottom: 70px;
}
h2#pr-caption {
    font-weight: normal;
    margin-bottom: 30px;
}
ul#pressReleaseCategoriesList li {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}
.press-release-list h2 {
    font-size: 24px;
    margin-top: 10px;
}
div.press-release-list {
    margin-bottom: 30px;
}
label.pressReleaseCategoriesLabel input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 4px;
}
label.pressReleaseCategoriesLabel {
    font-weight: 500;
}
#subscribeForm {
    display: none;
    background-color: #ff8000;
    height: 300px;
}
span.press-release-post-date {
    display: block;
    font-size: 14px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
}
.pagination li a {
    border: 0;
}
.pagination li a:hover {
    background: none;
    text-decoration: underline;
}
.pagination > li > a,
.pagination > li > span {
    border: 0 !important;
}
.pagination {
    border-radius: 0;
    border-top: 0;
    width: 100%;
}
.regHide,
.notVerified,
.invalidLogin,
.emailError,
.fullNameError,
.companyNameError,
.passError,
.passConfirmError,
.emailExistError,
#notificationRequired {
    display: none;
}
/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */

.game-container.footer-spacer {
    padding-bottom: 200px;
}
.game-container {
    /* NEW GOLD,SILVER,BRONZE section */
    /* Registration/Login Page */
    /* background colours */
    /* padding elements */
    /* typography */
}
.game-container .final-standings {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.game-container .final-standings .option-container {
    display: block;
}
.game-container .final-standings-choice {
    width: 100%;
    max-width: 140px;
    margin: 0 0 20px 0;
    display: block;
}
.game-container .error-popup,
.game-container .error-popup-final {
    display: none;
}
.game-container .logo-incites {
    margin: 40px 0;
    max-width: 300px;
    width: 100%;
}
.game-container .incites-game-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.game-container .incites-game-breadcrumb li {
    margin: 0;
    display: inline-block;
    font-size: 13px;
}
.game-container .incites-game-breadcrumb li a {
    font-size: 14px;
    color: #555555;
}
.game-container .olympic-refer {
    font-style: italic;
}
.game-container ol {
    padding: 0 0 0 18px;
}
.game-container form#registerLogin {
    margin-top: 30px;
}
.game-container form#registerLogin input {
    background-color: #f7f7f7;
    border: 0;
}
.game-container form#registerLogin input.button {
    background-color: #ff8000;
}
.game-container form#registerLogin input:focus {
    border: 0;
}
.game-container form#registerLogin .game-checkbox {
    float: left;
}
.game-container form#registerLogin .game-checkbox-alt {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 0 10px 0 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.game-container form#registerLogin .game-checkbox-alt label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.game-container form#registerLogin .game-checkbox-alt label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.game-container form#registerLogin .game-checkbox-alt label:hover::after {
    opacity: 0.3;
}
.game-container form#registerLogin .game-checkbox-alt input[type=checkbox] {
    visibility: hidden;
}
.game-container form#registerLogin .game-checkbox-alt input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.game-container .bg-lightgrey {
    margin: 20px 0 125px;
    background-color: #efefef;
}
.game-container .bg-lightgrey .headline {
    color: #ff8000;
    font-size: 22px;
    line-height: 1.2;
}
.game-container .p-20 {
    padding: 20px;
}
.game-container .sml-terms {
    font-size: 14px;
    line-height: 1.9;
    color: #666666;
}
.game-container.incites-banner {
    height: 389px;
    background-size: cover;
}
.game-container.incites-banner .banner-content {
    padding-top: 230px;
}
.game-container.incites-banner .banner-content .rule {
    color: #ffffff;
}
.game-container.incites-banner .banner-content h1 {
    color: #ffffff;
}
.game-container.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.game-container.sub-menu-container {
    margin: 0;
    border-top: 10px solid #ff8000;
    background-color: #cccccc;
}
.game-container.sub-menu-container .about {
    float: left;
}
.game-container.sub-menu-container a {
    padding: 20px 55px;
    color: #555555;
    font-size: 16px;
    line-height: 1;
    display: block;
}
.game-container.sub-menu-container a:hover {
    text-decoration: none;
    background-color: #555555;
    color: #ffffff;
}
.game-container.sub-menu-container ul.game-submenu {
    float: right;
    display: inline-block;
    border-right: 1px solid #ffffff;
    margin: 0;
}
.game-container.sub-menu-container ul.game-submenu li {
    float: left;
    margin: 0;
    display: inline-block;
    border-left: 1px solid #ffffff;
}
.game-container.sub-menu-container ul.game-submenu li a {
    padding: 20px 55px;
    color: #555555;
    font-size: 16px;
    line-height: 1;
    display: block;
}
.game-container.sub-menu-container ul.game-submenu li a:hover {
    text-decoration: none;
    background-color: #555555;
    color: #ffffff;
}
.game-container.sub-menu-container ul.game-submenu li .lang-active {
    text-decoration: none;
    background-color: #555555;
    color: #ffffff;
}
/* Game Round 1/2/3  */

.game-container .country-select {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 20px;
}
.game-container .option-container,
.game-container .answer-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 140px;
    padding: 0 0 20px 0;
}
.game-container .option-container .country-option,
.game-container .answer-container .country-option {
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 140px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
}
.game-container .option-container .country-option img,
.game-container .answer-container .country-option img {
    width: 100%;
}
.game-container .option-container .country-selected,
.game-container .option-container .user-answer,
.game-container .answer-container .country-selected,
.game-container .answer-container .user-answer {
    opacity: 0.1;
}
.game-container .option-container .checkmark,
.game-container .answer-container .checkmark {
    z-index: 0;
    position: absolute;
    top: 16px;
    left: 41px;
    /* margin: -28px 0 0 -28px; */
    
    width: 57px;
    height: 57px;
    background-image: url(http://ipscience.thomsonreuters.com/wp-content/themes/ipscience/assets/images/game/tick.png);
}
.game-container #saveGameSelection {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin: 20px 20px 20px 0;
    outline: 0;
    border-radius: 5px;
    color: #ffffff;
    background-color: #77a22d;
    white-space: nowrap;
    padding: 6px 16px;
    line-height: 1.4;
    border: 0;
    position: relative;
    text-decoration: none;
    transition: 0.1s;
    width: auto;
    max-width: 120px;
}
.results-section .results-column {
    position: relative;
    background-color: #efefef;
    font-size: 11px;
    text-align: center;
}
.results-section .results-column .result-title {
    width: 100%;
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    background-color: #cccccc;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}
.results-section .results-column .result-title.active {
    background-color: #ff8000;
}
.results-section .results-column .result-flag {
    border: 4px solid #cccccc;
}
.results-section .results-column .previous-answer img {
    border: 4px solid #77a22d;
}
.game-container.incites-footer img {
    width: 100%;
}
.game-container.bg-darkorange {
    background-color: #ff8000;
}
.game-container.bg-darkorange .lrg {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
}
.game-container.bg-darkorange p {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
}
.game-container.bg-darkorange a {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
}
.game-container.bg-lightorange {
    margin-top: 0;
    background-color: #ffa64c;
}
.game-container.bg-lightorange .tweet .tweet-content {
    margin: 0 0 30px 0;
}
.game-container.bg-lightorange .tweet .tweet-content .lrg {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}
.game-container.bg-lightorange .tweet .tweet-content p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 100;
}
.game-container.bg-lightorange .tweet .tweet-content a {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 100;
}
.winnerNotSelected {
    background-color: #f8c4c4;
}
.mobile-social .addthis_toolbox {
    z-index: 2;
}
.twitter-logo {
    position: absolute;
    right: 0;
    top: 20px;
}
.LV_invalid {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.form-link {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
}
.game-container .result-row {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.game-container .result-row .col-md-5 img {
    width: 100%;
}
.game-container .result-flag {
    width: 100%;
}
.game-container .result-status {
    position: absolute;
    right: 10px;
    top: 10px;
}
@media (max-width: 993px) {
    .game-container.sub-menu-container a,
    .game-container.sub-menu-container ul.game-submenu li a {
        padding: 20px;
    }
    .country-select .col-md-5 {
        width: 49%;
        display: inline-block;
        text-align: center;
    }
    .results-column {
        width: 100%;
        float: left;
        font-size: 11px;
    }
    .results-column .result-row {
        width: 49%;
        display: inline-block;
        float: left;
        margin-bottom: 40px;
    }
    .results-column .result-row .col-md-5 {
        float: left;
        width: 40%;
        text-align: center;
        font-size: 11px;
        line-height: 1.5;
    }
    .results-column .result-row .col-md-5 img {
        width: 100%;
        margin-bottom: 10px;
    }
    .results-column .result-row .result-status {
        position: absolute;
        right: 20px;
        top: 10px;
    }
}
@media (max-width: 767px) {
    .game-container.sub-menu-container a {
        margin-left: 20px;
    }
    .about {
        margin-left: 20px;
    }
    .game-container.sub-menu-container ul.game-submenu {
        width: 100%;
    }
    .game-container.sub-menu-container ul.game-submenu li {
        width: 33%;
    }
    .game-container.sub-menu-container ul.game-submenu li a {
        margin: 0;
        padding: 20px 10px;
    }
    .results-column {
        width: 100%;
        float: left;
    }
    .results-column .result-row {
        width: 100%;
        display: inline-block;
        float: left;
        margin-bottom: 40px;
    }
    .results-column .result-row .col-md-5 {
        float: left;
        width: 40%;
        text-align: center;
        font-size: 11px;
        line-height: 1.5;
    }
    .results-column .result-row .col-md-5 img {
        width: 100%;
        margin-bottom: 10px;
    }
    .results-column .result-row .result-status {
        position: absolute;
        right: 20px;
        top: 10px;
    }
}
/** FOOTER **/
/** FOOTER **/

footer {
    background: #666666;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 60px;
    margin: 0;
}
footer .copy {
    float: none;
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
    padding-left: 8.33333%;
    text-transform: uppercase;
}
footer ul.nav {
    float: none;
    margin-right: -13px;
    padding-left: 8.33333%;
}
footer ul li {
    color: #ffffff;
    float: none;
    list-style: none;
    margin: 0;
}
footer ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
footer ul.nav > li > a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 11px;
    width: auto;
}
footer ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
footer ul {
    padding-left: 0;
}
/** SOCIAL **/
/** SOCIAL BUTTONS **/

.header-social,
.share-on {
    display: none;
}
.blog-social .share-on {
    clear: both;
    color: #86888a;
    display: block;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.blog-social.end {
    float: left;
    margin: 20px 0 0 0;
}
.blog-social:last-child {
    margin-left: 0;
}
.addthis_toolbox {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 0;
    right: 8.33333%;
    width: 150px;
}
.blog-social .addthis_toolbox {
    width: 135px;
}
.social_button {
    display: block;
    float: right;
    height: 23px;
    margin: 0 0 0 8px;
    padding: 0;
    text-decoration: none;
    width: 23px;
}
.social_button:hover {
    text-decoration: none;
}
.addthis_toolbox a {
    margin-bottom: 0 !important;
}
.header-social .fa {
    background: #fff;
    border-radius: 50%;
    color: #fff;
}
.blog-social .fa {
    background: #86888a;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    width: 25px;
}
.mobile-social .fa {
    background: #fff;
    border-radius: 0;
}
.fa.fa-twitter {
    padding-left: 5px;
    padding-top: 4px;
}
.fa.fa-facebook {
    padding-left: 7px;
    padding-top: 5px;
}
.fa.fa-linkedin {
    padding-left: 6px;
    padding-top: 4px;
}
.fa.fa-envelope {
    padding-left: 4px;
    padding-top: 4px;
}
.blog-social .fa.fa-twitter {
    padding-left: 6px;
    padding-top: 5px;
}
.blog-social .fa.fa-facebook {
    padding-left: 8px;
    padding-top: 2px;
}
.blog-social .fa.fa-linkedin {
    padding-left: 7px;
    padding-top: 5px;
}
.blog-social .fa.fa-envelope {
    padding-left: 5px;
    padding-top: 5px;
}
.header-social .fa.fa-envelope,
.mobile-social .fa.fa-envelope {
    display: none !important;
}
.blog-social {
    font-size: 30px;
    padding-left: 0;
}
.header-social .fa::before {
    color: #ff8000;
}
.blog-social .fa::before {
    color: #fff;
}
.mobile-social .fa-twitter.fa::before {
    color: #55acee;
}
.mobile-social .fa-facebook.fa::before {
    color: #3a5795;
}
.mobile-social .fa-linkedin.fa::before {
    color: #008cc9;
}
.mobile-social .fa::after {
    background-color: #fff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
}
.mobile-social .addthis_toolbox {
    bottom: 0;
    display: block;
    float: none;
    height: 45px;
    position: fixed;
    right: 0;
    width: 100%;
}
.mobile-social .addthis_toolbox .social_button:after {
    background-color: #fff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
}
.mobile-social .addthis_toolbox .social_button {
    display: block;
    height: 45px;
    margin: 0;
    padding: 11px 0 7px 0;
    text-align: center;
    width: 33.3333%;
}
.mobile-social .addthis_toolbox .addthis_button_linkedin {
    background: #008cc9;
}
.mobile-social .addthis_toolbox .addthis_button_facebook {
    background: #3a5795;
}
.mobile-social .addthis_toolbox .addthis_button_twitter {
    background: #55acee;
}
.mobile-social .social_button span {
    background: #ffffff;
    border-radius: 50%;
    display: block;
    height: 22px;
    margin: -18px auto 0 auto;
    text-align: center;
    width: 22px;
}
/** RESPONSIVE **/
/* DIFFERENT RESPONSIVE STATES */

@media (min-width: 451px) {
    .visible-xxs-block {
        display: none !important;
    }
    .concerns .col-sm-2.persona-thumb .img-responsive {
        max-width: 20%;
    }
}
@media (max-width: 450px) {
    .visible-xxs-block {
        display: block !important;
    }
    .banner-text br {
        display: none !important;
    }
    .role .banner-text {
        font-size: 18px;
        max-width: 70%;
    }
    .role .text-content .strapline {
        font-size: 18px;
        font-weight: 300;
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-text h1 {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
    }
}
@media (min-width: 600px) {
    .tr-logo {
        border-right: 1px solid #86888a;
        float: left;
        margin: 20px 0;
    }
    .logos a.division {
        margin-top: 20px;
    }
    .role .banner-text h1 {
        font-size: 30px;
    }
    .strapline {
        margin: 0 0 30px 0;
    }
    .dropdown-menu > li {
        float: left;
        margin: 0;
        width: 50%;
    }
    .post.single .post-date {
        border-right: 1px solid #86888a;
        display: inline-block;
        margin: 0 0 30px 0;
    }
    .post.single .post-datetimeago {
        display: inline-block;
        padding: 0 0 0 10px;
    }
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .menu-there .header {
        max-width: 720px;
    }
    .menu-there {
        height: 100%;
        overflow: hidden;
    }
    .mega-menu {
        left: 50%;
        margin-left: -360px;
        max-width: 720px;
        width: 720px;
    }
    .mega-menu .mega-row {
        width: 720px;
    }
    .search {
        float: left;
    }
    .navbar.affix {
        max-width: 720px;
    }
    .navbar-nav {
        margin-left: -14px;
    }
    a.division {
        margin-top: 20px;
    }
    .nav > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .dropdown-menu {
        clear: both;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .dropdown.open {
        clear: none;
    }
    .addthis_toolbox {
        float: right;
    }
    .blog-social {
        padding-left: 15px;
    }
    .container .banner.row {
        height: auto;
    }
    .banner-image {
        width: 100%;
        max-width: 100%;
    }
    .banner-text .col-md-8 {
        padding: 0;
    }
    .banner-text h1 {
        font-size: 39px;
        font-weight: bold;
    }
    .role .banner-text h1 {
        font-size: 39px;
    }
    .strapline {
        font-size: 25px;
        font-weight: 100;
    }
    .tr-logo {
        margin: 20px 0 0 0;
    }
    .social {
        display: block;
        float: right;
        margin: 5px auto 0 auto;
        position: relative;
    }
    .social li {
        margin: 0 0 0 8px;
    }
    .post h2 {
        clear: none;
    }
    .post .post-meta {
        text-align: center;
    }
    .post .post-date {
        padding-top: 0;
    }
    .post img.post-authorphoto {
        float: none;
        margin: 0 0 5px 0;
        max-width: 80%;
    }
    .concerns .col-sm-2.persona-thumb .img-responsive {
        max-width: 100%;
    }
    .role .text-content .col-sm-10 {
        padding-left: 15px;
    }
    .post .post-meta {
        clear: none;
    }
    footer ul li:first-child {
        border-left: 0;
    }
}
@media (min-width: 992px) {
    .menu-there .header {
        max-width: 940px;
    }
    .mega-menu {
        left: 50%;
        margin-left: -470px;
        max-width: 940px;
        width: 940px;
    }
    .mega-menu .mega-row {
        width: 940px;
    }
    .mega-menu .overview {
        padding: 20px;
    }
    .mega-products .row .col-md-4:nth-child(4) {
        clear: both;
    }
    .menu-there .navbar.affix {
        margin-left: 0;
        position: fixed;
        top: 109px;
    }
    .navbar.affix {
        max-width: 940px;
    }
    .navbar.affix {
        position: fixed;
        top: 0;
        width: 100%;
        width: calc(100% - 30px);
        z-index: 5000;
    }
    .navbar-affix .navbar-nav {
        margin-left: -30px !important;
    }
    .dropdown-menu > li {
        float: left;
        margin: 0;
        width: 32%;
    }
    .tr-logo {
        margin-top: 10px;
    }
    .logos > div {
        clear: none;
    }
    .search-form {
        float: right;
        margin-top: 13px;
        margin-bottom: 10px;
    }
    .navbar-nav {
        margin-left: -14px;
    }
    .text-content {
        margin: 20px 0 0 0;
        padding: 0 8.33333%;
        padding-left: calc(8.33333% - 15px);
        padding-right: calc(8.33333% - 15px);
    }
    .role .banner-text {
        font-size: 21px;
        max-width: 75%;
        width: 75%;
    }
    .post.single .post-meta {
        padding-left: 15px;
    }
    .post .post-content {
        padding-left: 30px;
    }
    .post.single .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .post.single .body-text > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .post.single .post-authordetails {
        margin-left: 15px;
    }
    .article-image {
        display: block;
        max-height: 150px;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
    }
    .articles .articles-image img.img-responsive {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: -100%;
        margin: auto;
    }
    .article {
        margin-bottom: 0;
    }
    footer {
        padding-bottom: 10px;
    }
    footer .copy {
        float: left;
        font-size: 14px;
        line-height: 28px;
        margin-top: 8px;
        padding-left: 8.33333%;
        text-transform: uppercase;
    }
    .navbar-nav-footer {
        padding-right: 10px;
    }
    footer ul {
        float: left;
        padding-left: 8.33333%;
        text-align: right;
    }
    footer ul li {
        color: #ffffff;
        float: right;
        list-style: none;
        margin: 0;
    }
    footer ul li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    footer ul li a {
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        padding: 0;
    }
    footer ul li a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
}
/* Social buttons appear in different places on different screen sizes. This is the point where the change happens. */

@media (min-width: 1027px) {
    .share-on {
        display: inline-block;
    }
    .mobile-social {
        display: none;
    }
    .header-social {
        display: block;
    }
    .collapse.in {
        padding-bottom: 0;
    }
    .dropdown-menu > li {
        float: none;
        margin: 0;
        width: 100%;
    }
    .dropdown-menu > li a {
        padding: 6px 20px;
    }
}
/* large screens (below large desktop) */

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding-left: 0;
        padding-right: 0;
    }
    .menu-there .header {
        max-width: 1140px;
    }
    .mega-menu {
        left: 50%;
        margin-left: -570px;
        max-width: 1140px;
        width: 1140px;
    }
    .mega-menu .mega-row {
        width: 1140px;
    }
    .mega-menu .mega-products {
        left: 15px;
        margin-left: 0;
    }
    .mega-products .row .col-md-4:nth-child(4) {
        clear: both;
    }
    .logos a.trail {
        display: inline-block;
        margin-top: 10px;
    }
    .navbar.affix {
        max-width: 1140px;
    }
    .mega-menu .overview {
        background: #efefef;
        bottom: 0;
        display: block;
        height: 100%;
        min-height: 500px;
        padding: 20px 30px;
        position: relative;
        top: 0;
    }
    .search-form .search-field {
        min-width: 100px;
        width: 100px;
    }
    .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    a.trail {
        display: block;
        margin-top: 8px;
    }
    .role .banner-text {
        font-size: 21px;
        max-width: 69%;
        width: 69%;
    }
    .article-image {
        display: block;
        max-height: 186px;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
    }
    .articles .articles-image img.img-responsive {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: -100%;
        margin: auto;
    }
}
@media (max-width: 1026px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}