/* ---------- Overall Specifications ---------- */

body {
  line-height: 1.5;
  font-size: 1.05em;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  outline: 0;
}

a:link, a:visited {
  text-decoration: none;
  color: black;
}

a:hover, a:active, a:focus {
  color: #0076BB;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

h1 {
  font-size: 1.357em;
  color: #000;
}

h2 {
  font-size: 1.143em;
}

p {
  margin: 0.6em 0;
  line-height: 1.1em;
  clear: both;
}

h3 a:hover {
  text-decoration: none;
  color: inherit;
}

del {
  text-decoration: line-through;
}

tr.odd {
  background-color: #dddddd;
}

img {
  outline: 0;
}

code, pre, kbd, samp, var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}

pre code, pre kbd, pre samp, pre var, kbd kbd, kbd samp, code var {
  font-size: 100%;
  background-color: transparent;
}

pre code, pre samp, pre var {
  padding: 0;
}

.description code {
  font-size: 1em;
}

kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-row {
  margin-right: -15px;
  margin-left: -15px;
}

.grid-row:after {
  clear: both;
  content: " ";
  display: block;
}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
  padding-left: 15px;
  padding-right: 15px;
}

.grid1 {
  width: 8.3333%;
}

.grid2 {
  width: 16.6666%
}

.grid3 {
  width: 25%;
}

.grid4 {
  width: 33.3333%;
}

.grid5 {
  width: 41.6666%;
}

.grid6 {
  width: 50%;
}

.grid7 {
  width: 58.3333%;
}

.grid8 {
  width: 66.6666%;
}

.grid9 {
  width: 75%;
}

.grid10 {
  width: 83.333%;
}

.grid11 {
  width: 25%;
}

.grid12 {
  width: 91.6666%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

.header {
  box-sizing: border-box;
  color: white;
}

.header a, .header a:link {
  color: white;
}

.header {
  background-color: #0077bb;
}

.logo a {
  display: inline-block;
}

.logo__inner {
  padding: 30px 0 0;
  height: auto;
}

#logo {
  height: auto;
}

.main-menu {
  background-color: #0067a2;
}

.social-icons {
  display: inline-block;
  float: right;
  position: relative;
  top: 1px;
}

.social-icons a {
  display: inline-block;
}

.social-icons a:hover .icon {
  background-image: url('../images/social_icons_hover.png');
}

.social-icons .icon {
  background-image: url('../images/social_icons.png');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 175px;
  width: 32px;
  height: 34px;
  display: inline-block;
}

.social-icons .icon-tw {
  background-position: 0px 2px;
}

.social-icons .icon-in {
  background-position: -48px 2px;
}

.social-icons .icon-fb {
  background-position: -96px 2px;
}

.social-icons .icon-rss {
  background-position: -144px 2px;
}

#drupal-live-announce {
  display: none;
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  box-sizing: border-box;
  padding: 30px;
  color: white;
  background: #00769a;
}

.btn {
  background: #0067a2;
  padding: 5px 10px;
  display: inline-block;
  color: #fff !important;
}

.btn--warning {
  background: #BB2525;
}

.element-invisible {
  display: none;
}

.navigation {
  /*margin-left: -12px;*/
}

.menu li a, .menu li span {
  cursor: pointer;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 1.05em;
  display: inline-block;
}

footer .menu li a:first-child {
  padding-left: 0;
}

#top_ads {
  margin: 25px auto;
}

#top_ads .content {
  text-align: center;
  max-width: 1100px;
}

.view-content h3.title, .search-results h3.title {
  font-family: 'Times New Roman', serif;
}

.search-results {
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.search-results h3.title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1em;
}

.search-results .search-info {
  text-align: right;
  font-weight: bold;
}

.page-search-node .main-content {
  margin-top: 0px;
}

.page-search-node .search-form {
  margin-top: 0px;
}

#search-form #edit-submit {
  width: 110px;
  padding: 10px 0px;
  font-size: 0.9em;
}

#search-form label {
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}

#search-form #edit-keys {
  font-size: 1em;
}

.view-search-page .views-row .views-field-body{
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.3em;  
}

h2.views-title, h2.news-title, h2.profile-title, .right-sidebar .block h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  border-top: 3px solid black;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  line-height: 1em;
  padding-top: 10px;
  margin-top: 15px;
}

.field-date {
  font-size: 0.85em;
  padding-top: 5px;
}

.view-featured-articles {
  margin-bottom: 15px;
}

.view-featured-articles .view-content {
  padding: 7px;
}

.block .view-featured-articles .view-content {
  padding: 0;
}

.view-todays-articles strong, .view-id-featured_articles strong {
  font-weight: 300;
}

#maincontent #block-views-interviews-block-1, #maincontent #block-views-roundtables-block-1 {
  float: left;
  width: 50%;
}

#maincontent #block-views-interviews-block-1 {
  padding-right: 4%;
  box-sizing: border-box;
}

.block-views .view-featured-articles .view-content a, .block-views .view-featured-articles .view-content a:link {
  color: #00769a;
  font-weight: 400;
}

.see-all-link {
  font-size: 1.2em;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.see-all-arrow {
  background-image: url('../images/see-all-arrows.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 25px;
  height: 29px;
  margin-left: 5px;
  float: right;
}

.view-featured-articles .row {
  box-sizing: border-box;
}

.view-featured-articles .row:last-child {
  border-bottom-width: 0;
}

.view-featured-articles .title a:link {
  text-decoration: none;
  color: black;
}

.view-featured-articles .title a:hover {
  text-decoration: underline;
}

.view-featured-articles.lse-features .title a {
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 700 !important;
}

.view-featured-articles.lse-features .title a:hover {
  text-decoration: underline !important;
}

.view .title {
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  font-size: 1.3em;
}

.view .author, .view .date {
  display: inline-block;
  font-size: 0.85em;
}

.view .date {
  font-size: 1em;
  color: #52595f;
}

.view .date:before {
  display: inline-block;
  padding-right: 5px;
}

.view-todays-articles .image, .view-featured-articles .image {
  clear: both;
  width: 100%;
  margin-top: 10px;
}

.view-todays-articles .image img, .view-featured-articles .image img {
  width: 100%;
}

.view-todays-articles p, .view-featured-articles p {
  margin: 20px 0 20px 0;
  font-size: 1em;
  line-height: 1.3em;
}

.view-roundtables p, .view-todays-articles p, .view-featured-articles p {
  font-weight: 300;
}

.view-todays-articles h2 {
  margin-top: 0px;
}

.view-todays-articles .pull-left, .view-featured-articles .pull-left {
  padding-right: 1%;
}

.view-todays-articles .pull-right, .view-featured-articles .pull-right {
  padding-left: 1%;
}

.view-interviews .image {
  float: left;
  padding-right: 15px;
}

.half {
  width: 49.25%;
  box-sizing: border-box;
}

.footer {
  padding: 20px 0;
  background: #0067a2;
}

.separator {
  height: 1;
}

.view-roundtables p, .view-todays-articles p, .view-category-view p, .block .view-interviews .view-content p, .view-featured-articles p, .node-article .node-trimmed-content p, .block .view-sponsored-profiles .view-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.view-interviews .body p {
  font-size: 0.9em;
}

.view-interviews.view-display-id-block_1 .row, .view-roundtables .row, .view-row-margin .row, .view-sponsored-profiles.view-display-id-block_2 .view-content .row {
  margin: 35px 0;
}

.view-roundtables-and-panels .image {
  margin-bottom: 10px;
}

.region-sidebar-right {
  box-sizing: border-box;
  text-align: center;
  margin-top: 1em;
}

#maincontent {
  margin-bottom: 20px;
}

#maincontent.container {}

.main-content {
  border-right: 1px solid #c0c0c0;
  margin-top: 15px;
}

.main-content #block-system-main h2 {
  margin-top: 0px;
}

.view-todays-articles .view-footer {
  padding-bottom: 25px;
}

.gridsmall {
  width: 334px;
}

.view-news {
  text-align: left;
}

.view-news .image {}

.view-interviews img, .view-category-view img {
  float: left;
  padding: 0 10px 10px 0;
  width: 250px;
  height: auto;
}

.view-category-view h2 {
  font-size: 1.5em;
}

.view-category-view .views-row {
  padding-top: 10px;
  padding-bottom: 30px;
}

.views-row {
  clear: both;
}

.views-row hr {
  display: none;
}

.view .body, .field-name-body {
  margin-top: -0.6em;
}

.field-name-body, .field-name-field-textintro {
  font-family: 'Roboto', sans-serif;
}

.view .body>p, .field-name-body p, .field-name-field-textintro p {
  line-height: 1.3em;
  font-weight: 300;
}

.block .view-news .body, .block .view-news .date {
  width: 58%;
  font-size: 0.82em;
}

.block .view-news .date:before {
  content: '';
  padding-right: 0;
}

.block .view-news .row {
  margin-bottom: 10px;
}

.view-news p {
  margin: 0;
}

blockquote {
  margin: 0;
}

.view blockquote p, .node blockquote p {
  padding: 0;
  color: #0077bb;
  font-size: 1.6em !important;
  font-style: italic;
  font-family: 'Roboto Condensed', sans-serif;
}

.footer {
  box-sizing: border-box;
  padding: 20px;
  font-size: 0.8em;
}

.footer .copy {
  color: #D6D6D6;
}

.footer a:link, .footer a {
  color: white;
}

.region-sidebar-right .block {
  text-align: center;
}

.region-sidebar-right .block .view {
  text-align: left;
}

.region-sidebar-right .block .view-content img {
  text-align: left;
  float: left;
  width: 150px;
  height: auto;
  padding: 0 5px 5px 0;
}

.region-sidebar-right .block a:link, .region-sidebar-right .block a {
  color: #000;
  vertical-align: middle;
}

.block .view-news {}

.region-sidebar-right .block h2.views-title {
  margin-top: 40px;
}

.block h2.views-title {}

#block-block-4 p {
  text-align: center;
}

.node {
  margin-bottom: 15px;
}

.field-type-entityreference>.field-items>.field-item {
  border-bottom: 1px solid #dddddd;
}

.field-type-entityreference>.field-items>.field-item.even {}

.not-front h2.title {
  margin: 10px 0;
  padding: 15px 0;
  font-size: 2em;
  line-height: 1em;
}

.page-node .meta.submitted {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 0.95em;
  color: #52595f;
}

.messages {
  padding: 10px;
  background: #eee;
  font-size: 0.95em;
  text-align: center;
}

.messages .krumo-root {
  text-align: initial;
}

.messages.error {
  border: 1px dotted pink;
  background: pink;
}

.node p {
  margin: 1em 0;
}

.node .field-type-image {
  text-align: center;
  font-size: 0;
}

.block-views p img {
  width: 100%;
}

.block-views .view-featured-articles .row {
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 0;
}

.form-item {
  margin: 15px 0;
  font-size: 0.9em;
}

.form-item input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 1px solid #ccc;
}

.form-item label {
  color: #00769a;
  font-weight: bold;
}

.form-item .description {
  font-size: 0.9em;
  padding: 10px 0;
}

form {
  margin: 25px 0;
}

button, input[type="submit"] {
  border: 0;
  padding: 15px;
  background: #454545;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  width: 100%;
  box-sizing: border-box;
}

input.error {
  border-color: red;
}

.not-front #block-system-main .content {
  margin-bottom: 15px;
}

.front #block-system-main p {
  font-family: 'Roboto', sans-serif;
}

h2.title {
  font-family: 'Times New Roman', serif;
}

.node-article .title a:hover {
  text-decoration: none;
  color: inherit;
}

legend {
  display: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto;
}

/* menu */

.menu .expanded {
  position: relative;
}

.menu .expanded .menu {
  position: absolute;
  left: 100%;
  top: 0;
  background: #0077bb;
  display: none;
  width: 200px;
}

#main-menu>.menu>.expanded>.menu {
  left: 30px;
  top: 40px;
}

#main-menu>.menu>.expanded.first>.menu {
  /*left: 0;*/
}

#main-menu .menu {
  margin-left: -15px;
  float: left;
}

#main-menu ul li ul li {
  text-align: left;
}

#main-menu .menu li a {
  padding: 7px 12px;
}

.main-menu-toggle {
  display: none;
}

.menu .expanded>.menu {
  z-index: 1000;
}

.menu .expanded li {
  display: block;
}

.menu .expanded li a {
  display: block;
  padding: 10px;
  font-size: 0.9em;
}

.node-article br {
  /*line-height: 2em;*/
}

.node-article p {
  font-size: 1em;
}

.node-article .node-trimmed-content .node-show-more-button {
  text-align: right;
  padding-top: 15px;
}

.node-article .node-trimmed-content .node-show-more-button a {
  display: inline-block;
  padding: 10px;
  color: white;
  background: #00769a;
}

.view-id-featured_articles.view-display-id-page_1 p img {
  max-width: 200px;
  float: left;
  padding-right: 15px;
}

.view-featured-articles p img, .view-todays-articles p img {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
}

.field-name-field-textintro img:first-child, .field-name-body img:first-child {
  display: block;
  height: auto !important;
  padding: 0 10px 10px 0;
}

.page-taxonomy h2.title {
  font-size: 1.4em;
}

.view-whitepapers .views-row .views-field-name, .view-whitepapers .views-row .views-field-field-category-image {
  width: 100%;
}

.view-id-category_view_enhanced .views-row {
  border-bottom: 1px solid #E4E4E4;
  background: #F5F5F5;
  padding: 10px 10px 5px;
  margin: 5px 0px;
}

.whitepaper-categories__link {
  display: inline-block;
  margin: 5px;
}

.whitepaper-categories__link a {
  background: #00769a;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
}

.view-whitepapers .view-content .views-row {
  margin: 3px;
  background: #F3F3F3;
  padding-top: 30px;
}

.view-whitepapers .views-row, .view-magazine-by-issue .view-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
}

.view-id-supplements .views-row {
  text-align: center;
}

.view-whitepapers .views-row {
  float: left;
  clear: none;
  width: 29%;
  padding: 10px;
  height: 215px;
}

.view-id-supplements .views-row, .view-magazine-by-issue .views-row {
  float: left;
  clear: none;
  width: 25%;
  padding: 10px;
  height: 215px;
}

.view-id-supplements .views-row, .view-magazine-by-issue .views-row {
  min-height: 20px;
  height: auto;
}

.view-magazine-by-issue .views-row img {
  height: auto;
}

.view-id-supplements .views-field-name, .view-magazine-by-issue .views-field-name {
  padding-bottom: 10px;
}

.taxonomy-term.vocabulary-tags {
  display: none;
}

ul.pager {
  display: block;
  background: #0067a2;
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 50px;
}

.field-name-body ol {
  font-weight: 300;
}

ul.pager li {
  display: inline-block;
  padding: 5px 10px;
  color: white;
}

ul.pager li.pager-current {
  font-weight: bold;
}

ul.pager li a {
  color: white;
}

.node ul {
  padding-left: 50px;
}

.node ul li {
  display: list-item;
  list-style: circle;
}

table {
  width: 100% !important;
  float: none !important;
}

th, td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

table img {
  float: none !important;
}

.view-todays-articles .view-header {
  font-size: 0;
}

.view-todays-articles .view-header {
  font-size: 0;
}

.view-todays-articles .view-header img {
  display: none;
}

.view-todays-articles .view-header img:first-child {
  display: block !important;
  padding-bottom: 20px;
}

img {
  max-width: 100%;
}

.view-todays-articles .view-content {
  clear: both;
}

/* Duzy komentarz */

#block-search-form {
    width: 185px;
    position: absolute;
    right: 125px;
    bottom: 3px;
}

@media (max-width: 1150px) {
    #block-search-form {
        right: 67px; 
    }
}
@media (max-width56: 985px) {
    #block-search-form {
        right: 12px; 
    }
}
@media (max-width: 700px) {
    #search-block-form {
        right: 50px;
    }
}

#block-search-form .container-inline {
  position: relative;
}

#block-search-form #edit-actions input {
  font-size: 0;
  float: right;
  width: 40px;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0px;
  background: #0067A2 url('../images/magn.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

#block-search-form .form-item-search-block-form input {
  font-size: 0.9em;
  border: 1px solid #0B92DE;
  transition: 1s all;
  width: 185px;
  position: absolute;
  right: 0px;
}

#block-search-form .form-item-search-block-form input:focus {
  width: 200px;
}

#block-search-form .form-actions {}

#block-search-form .form-wrapper:after {
  content: "";
  display: block;
  width: 30px;
  height: 33px;
  background-repeat: none;
  background-position: center center;
}

.header-area {
  position: relative;
}

.search-advanced {
  /*    display: none;*/
}

.article-separator {
  margin-bottom: 13px;
  display: block;
}

.article-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.article-content .field-name-body img {
  float: left;
  padding: 0 20px 15px 0;
}

/*NEWS FIX FOR ATTACHMENT*/

.article-content .field-name-field-attachment-file {
  display: inline-block;
  margin-bottom: 2rem;
}

.article-content .field-name-field-attachment-file .file a, .article-content .field-name-field-attachment-file .file-displayed-counter {
  font-weight: bold;
}

/**/

.view .article-content img {
  width: 220px;
  height: auto;
  padding-bottom: 0;
}

.right-sidebar .block {
  width: 300px;
  padding-bottom: 20px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.right-sidebar .block h3 {
  line-height: 1;
  margin: 10px 0;
}

.right-sidebar .block th, .right-sidebar .block td {
  padding: 0;
}

.right-sidebar .block img {
  vertical-align: middle;
}

/*
COOKIES
*/

#sliding-popup {
  min-height: 45px;
}

#sliding-popup #popup-buttons {
  padding: 12px;
  margin-top: 2px !important;
}

#sliding-popup #popup-buttons button {
  font-size: 12px !important;
  margin: 0px !important;
}

#sliding-popup .popup-content {
  height: 100%;
  max-width: 1180px;
}

#sliding-popup #popup-text {
  font-size: 20px;
  max-width: 100% !important;
  padding: 15px 15px 5px 15px;
  margin: 0px !important;
}

#sliding-popup #popup-text p {
  height: 100%;
  font-size: 14px !important;
  margin: 0px !important;
}

.search-snippet-info img {
  padding-right: 10px;
  padding-bottom: 10px;
}

.search-results .search-result {
  margin-bottom: 35px;
}

.search-info .info_category_name {
  float: left;
}

#block-menu-menu-awards-2016-menu li,
#block-menu-menu-fundtech-awards-2020 li {
  width: 100%;
}

#block-menu-menu-awards-2016-menu li a,
#block-menu-menu-fundtech-awards-2020 li a {
  color: #0077bb;
  width: 100%;
  text-transform: capitalize;
  background-color: white;
}

#block-menu-menu-awards-2016-menu li a.active-trail.active,
#block-menu-menu-fundtech-awards-2020 li.first a{
  color: white;
  background-color: #0077bb;
}

.node-whitepaper .submitted-by {
  padding-bottom: 15px;
  display: block;
}

#imce-content #resizable-content #browse-wrapper #navigation-tree li {
  display: block;
}

.content .content a {
  color: blue;
}

#block-panels-mini-grid-panel {
  display: flex;
}

.panels-flexible-grid_1x3 .panels-flexible-column-inside {
  padding: 0px;
}

.panels-flexible-grid_1x3 .panels-flexible-row {
  padding: 0px;
}

@media (max-width: 720px) {
  .front_grid .panels-flexible-column {
    min-width: 100%;
    padding: 0px !important;
  }
}

.panels-flexible-grid_1x3 .panels-flexible-region {
  margin: 3px 0px;
}

.panels-flexible-grid_1x3 .inside {
  position: relative;
}

#block-panels-mini-grid-panel .content {
  width: 100%;
}

.front_grid .inside .panel-pane.pane-node {
  /*background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);*/
  font-size: 20px;
  padding: 18px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-color {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px;
  margin-top: -18px;
  margin-left: -18px;
  background: rgba(0, 0, 0, 0.5);
  /* THIS IS WHAT EVER OVERLAY COLOUR YOU WANT */
}

.row2 .inside .panel-pane.pane-node {
  height: 150px;
  margin-bottom: 4px;
  position: relative;
}

.row1 .inside .panel-pane.pane-node {
  height: 150px;
  margin-bottom: 4px;
  position: relative;
}

.row1 .region-big .panel-pane.pane-node {
  height: 304px;
  font-size: 40px;
}

.front_grid .panel-pane.pane-node a {
  font-family: 'Times New Roman', serif;
}

.front_grid .column1, .front_grid .column3 {
  padding-right: 2px;
}

.front_grid .column2, .front_grid .column4 {
  padding-left: 2px;
}

.front_grid .inside .panel-pane.pane-node a {
  color: white;
  font-weight: 500;
}

.front_grid .inside .panel-pane.pane-node a p {
  line-height: 40px;
  margin: 0.1em 0;
}

.front_grid .column2 a, .front_grid .column3 a, .front_grid .column4 a {
  font-size: 25px;
}

.front_grid .column2 a p, .front_grid .column3 a p, .front_grid .column4 a p {
  line-height: 25px !important;
}

.block-panels-mini {
  margin-bottom: 12px;
}

.panel-region-footer {
  color: #52595f;
  font-size: 14.28px !important;
}

.category-autoh-date {
  font-size: 14px;
  color: black;
  bottom: 12px;
}

.category-autoh-date .date {
  border-left: 1px solid #52595f;
  padding-left: 3px;
  margin-left: 3px;
}

.category-autoh-date .author .name {
  font-weight: bold;
}

.node-article .category-autoh-date .date {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.node-article .category-autoh-date>span:last-child {
  border-left: 1px solid #52595f;
  padding-left: 6px;
  margin-left: 3px;
}

.front_grid .category-autoh-date {
  color: white;
  position: absolute;
}

.front_grid .category-autoh-date .author, .front_grid .category-autoh-date .date {
  border-left: 1px solid white;
}

#block-system-main .content {
  position: relative;
}

.block-facetapi {
  width: 180px;
  top: 75px;
  position: absolute;
}

#block-facetapi-wvcewdb8qqkm9s0zecuiom6ay7mf71xq {
    top: 20px;
}
#block-facetapi-pghpcpgw0tnrxrp4kr9xfyvbgvbk7owv {
    top: 150px;
}

#block-facetapi-bcc3t7ecfxm0nirtsoxzyte3zz0mt5ju {
  top: 190px;
}

.page-search #maincontent .region-content #block-system-main {
  padding-left: 190px;
}

@media (max-width: 800px) {
  #maincontent .region-content #block-system-main {
    padding-left: 0px;
  }
}

@media (max-width: 600px) {
    .page-search #maincontent .region-content #block-system-main {
        padding-left: 0px !important;
    }

    #block-facetapi-bcc3t7ecfxm0nirtsoxzyte3zz0mt5ju{
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .block-facetapi,
    #block-facetapi-wvcewdb8qqkm9s0zecuiom6ay7mf71xq
    #block-facetapi-pghpcpgw0tnrxrp4kr9xfyvbgvbk7owv,
    #block-facetapi-bcc3t7ecfxm0nirtsoxzyte3zz0mt5ju
    {
        position: static !important;
}
}

#maincontent .region-content {
  position: relative;
}

.block-facetapi .item-list li a {
  color: blue;
}

#views-exposed-form-search-page-page .views-exposed-form #edit-submit-search-page {
  margin: 0px;
  height: 40px;
  padding: 8px;
}

#views-exposed-form-search-page-page .views-exposed-form #edit-reset {
  margin: 0px;
  height: 40px;
  padding: 8px;
}

#views-exposed-form-search-page-page .views-submit-button input,
#views-exposed-form-search-page-page .views-reset-button input{
    cursor:pointer;
}

.view-search-page .views-row {
  padding: 15px 0px;
}

.view-search-page .views-row.views-row-first {
  padding-top: 45px;
}

.view-search-page .views-row .views-field-field-category {
  float: left;
}

.view-search-page .views-row .views-field-created {
  float: left;
  padding-right: 10px;
}

.view-search-page .views-row .views-field-body {
  clear: both;
  padding-top: 15px;
  font-weight: 100;
}

.view-search-page .views-row .views-field-title a {
  /*font-size: 20px;
    font-weight: 500;*/
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  font-size: 1.3em;
}

#atic_more, .atm-f {
  display: none !important;
}

#at_hover {
  padding: 10px !important;
}

#block-addthis-addthis-block img {
  height: 25px;
}

.addthis_button img {
  visibility: hidden;
}

.addthis_button {
  display: block;
  width: 71px;
  height: 23px;
  background-image: url(../images/share.svg);
  background-size: cover;
  margin-bottom: 15px;
}

.addthis_button:hover {
  background-image: url('../images/hover-share.svg')
}

#at20mc .atm-i {
  height: 126px;
  width: 121px;
}

#at20mc .atm-i #atic_twitter {
  position: absolute;
  top: 15px;
}

#at20mc .atm-i #atic_linkedin {
  position: absolute;
  top: 63px;
}

#at20mc .atm-i #atic_facebook {
  position: absolute;
  top: 39px;
}

#at20mc .atm-i #atic_link {
  position: absolute;
  top: 87px;
}

.view-node-gallery-gallery-item-views h2.title {
  display: none;
}

.view-node-gallery-gallery-item-views .content, .node-node-gallery-item {
  margin-bottom: 0px !important;
}

.view-node-gallery-gallery-item-views li {
  display: inline-block !important;
}

.view-node-gallery-gallery-item-views table img {
  width: 100%;
}

/* views whitepapers new */

.view-whitepapers-taxonomies a.active {
  font-weight: bold;
}

.view-whitepapers-new .views-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.node-whitepaper .field {
  padding: 10px 0;
}

.view-whitepapers-new .views-field-body {
  padding: 10px 0;
}

.region-sidebar-left {
  padding-bottom: 20px;
}

.region-sidebar-left h2.views-title, .region-sidebar-left .views-exposed-form label {
  font-size: 1.143em;
  text-transform: inherit;
  border-top: 0;
  margin-bottom: auto;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  margin-top: auto;
}

form#views-exposed-form-whitepapers-new-page, #block-views-exp-whitepapers-new-page {
  margin-bottom: 0;
}

.region-sidebar-left .block a {
  color: blue;
}

.region-sidebar-left .block {
  margin-bottom: 2em;
}

.region-sidebar-left .views-exposed-form label {
  font-weight: normal;
}

.view-whitepapers-new .views-field-title {
  margin-bottom: 5px;
}

.view-whitepapers-new .smaller {
  font-size: 0.85em;
}

.view-whitepapers-taxonomies .views-title {
  padding-bottom: 10px;
}

/* views override */

.views-exposed-form .views-exposed-widget {
  float: none;
}

.views-exposed-form .js-hide {
  display: none;
}

.page-white-papers-library .main-content #block-system-main h2 {
  margin-top: 15px;
}

.views-field-created .field-content, .view-whitepapers-new .smaller, .node-article .submitted span {
  color: #52595f;
}

/*.node-article .submitted .date {
  border-left: 1px solid #52595f;
}*/

.node-article .article-content p {
  display: inline;
}

.node-article .article-content p:after {
  content: '';
  display: block;
  margin: 1rem 0;
}

aside.content-bottom {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.right-sidebar .region-sidebar-right>.block {
  margin: 0 auto;
}

/* Fix imported articles */

.article-content .field-name-body p span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1rem !important;
}

@media screen and (min-width: 960px) {
  .right-sidebar .region-sidebar-right>.block {
    margin: 0;
  }
}

/* USER PROFILE */

.page-user .profile .profile-main-data {
  display: flex;
  align-items: flex-start;
  align-content: center;
  padding-top: 20px;
}

.page-user .profile .profile-main-data .profile-image {
  flex-basis: auto;
  padding-right: 40px;
}

.page-user .profile .profile-main-data .profile-desc .field-name-field-name {
  font-weight: bold;
  font-size: 20px;
}

.page-user .profile .profile-main-data .profile-desc .field-name-field-job-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.page-user .profile .profile-main-data .profile-desc .field-name-field-info {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

.page-user .profile .profile-main-data {
  display: flex;
}

.page-user .profile .profile-contact-data {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.page-user .profile .profile-main-data .profile-desc p {
  line-height: 1.3em;
}

.page-user .profile .profile-contact-data .twitter {
  background-color: #1DA1F2;
}

.page-user .profile .profile-contact-data .linkedin {
  background-color: #0077B5;
}

.page-user .profile .profile-contact-data .email {
  background-color: #2E7FBE;
}

.page-user .profile .profile-contact-data .phone {
  background-color: #2E7FBE;
}

.page-user .profile .profile-contact-data .phone i {
  transform: rotateY(180deg);
}

@media (max-width: 1150px) {
    .page-user .profile .profile-contact-data {
      display: inline-block !important;
    }
    
    .page-user .profile .profile-contact-data-item { 
      display: flex;
      margin: 5px 0;
      margin-left: 30%;
    }
}

.contact-column {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  padding: 0.125rem 1rem;
}

.contact-column, .contact-column a {
  color: #fff !important;
  text-decoration: none !important;
}

.contact-column i {
  margin-right: 0.5rem;
}

.view-content-by-author .pager {
    margin: 20px 0;
}
.view-content-by-author .field-content.title {
  font-family: 'Times New Roman', serif;
  font-weight: 700;
}

.profile-main-data .profile-desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.3em;
}

.profile-main-data .field-name-field-name {
    margin-bottom: 7px;
}
.profile-main-data .field-name-field-u-job-title {
    margin-bottom: 20px;
}

.view-content-by-author .views-field-name {
    font-size: 16.8px;
    padding-bottom: 20px;
    font-family: 'Roboto',sans-serif;
    color: #52595f;
    line-height: 1.1em;
    font-weight: 400;
}
.view-content-by-author .item-list {
   margin-top: -20px;
}

.profile-main-data .field-name-field-u-user-image,
.profile-main-data .field-name-field-u-user-image img{
  max-width: 150px;
  max-height: 193px;
}

/* Entity Forms*/
.entityform-allow-field-sizing input{
  width: inherit !important;
}

.entity.entity-entityform-type .field-group-fieldset.form-wrapper .fieldset-wrapper > div {
  float: left;
  min-width: 140px;
}

.entity.entity-entityform-type .field-group-fieldset.field-group-has-children-1 .fieldset-wrapper > div {
width: 100%;
}

.entityform-allow-field-sizing .entity.entity-entityform-type .field-group-fieldset.field-group-has-children-2 .fieldset-wrapper > div {
width: 50%;
}

.entityform-allow-field-sizing .entity.entity-entityform-type .field-group-fieldset.field-group-has-children-3 .fieldset-wrapper > div {
width: 33%;
}
.entityform-allow-field-sizing .entity.entity-entityform-type .field-group-fieldset.field-group-has-children-4 .fieldset-wrapper > div {
width: 25%;
}

.field-group-fieldset.field-group-has-children-2 .fieldset-wrapper > div {
width: 49.15%;
margin-right: 10px;
}
.field-group-fieldset.field-group-has-children-2 .fieldset-wrapper > div:last-child {
margin-right: 0px;
}

.entity.entity-entityform-type .field-group-fieldset.field-group-has-children-3 .fieldset-wrapper > div {
width: 32.2%;
margin-right: 10px;
}
.entity.entity-entityform-type .field-group-fieldset.field-group-has-children-3 .fieldset-wrapper > div:last-child {
margin-right: 0;
}
.entity.entity-entityform-type .field-group-fieldset.field-group-has-children-4 .fieldset-wrapper > div {
width: 23.75%;
margin-right: 10px;
}

.entity.entity-entityform-type .field-group-fieldset.field-group-has-children-4 .fieldset-wrapper > div:last-child {
margin-right: 0px;
}

@media (max-width: 645px) {
    .entity.entity-entityform-type .field-group-fieldset.field-group-has-children-2 .fieldset-wrapper > div,
    .entity.entity-entityform-type .field-group-fieldset.field-group-has-children-3 .fieldset-wrapper > div,
    .entity.entity-entityform-type .field-group-fieldset.field-group-has-children-4 .fieldset-wrapper > div{
        width: 100%;
    }
}

.entity.entity-entityform-type {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* Privacy Popup */
 #sliding-popup {
   height: auto !important;
 }
    
@media (min-width: 1100px) {
    #sliding-popup {
        height: 46px !important;
    }
}
#popup-buttons {
    padding-top: 8px !important;
    margin-bottom: 0px !important;
    width: 255px !important;
}

#sliding-popup .popup-content {
    text-align: right !important;
}

#popup-buttons .agree-button {
    float: left;
}

#popup-buttons .find-more-button {
    float: right;
}

.node-article .news-title a {
    cursor: pointer;
}
.node-article .news-title a:hover {
    text-decoration: none;
}
.categories-separator {
    margin: 0 10px;
    vertical-align: text-top;
}
.node .categories-separator {
    margin: 0 4px !important;
}

#search-block-form #edit-submit{
    cursor: pointer;
}
#facetapi-facet-search-apiarticle-index-block-field-category li{
    display: block;
}
.view.view-whitepapers-new .views-field.views-field-body {
    line-height: 1.1em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.view.view-whitepapers-new .views-field.views-field-body p {
    line-height: 1.3em;
}
.paragraphs-items-field-videos {
    text-align: center;
}
.paragraphs-items-field-videos .vjs-big-play-button {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.region-content .view-todays-articles .view-content .views-row, .region-content .view-todays-articles .view-content .row,
.region-content .view-featured-articles .view-content .row , .region-content .view-featured-articles .view-content .views-row {
        padding-bottom: 5px;
}


.view-articles-block-styled .row{
    margin: 35px 0;
}

.view-articles-block-styled .row p{
    line-height: 1.3em !important;
    margin: 0.6em 0 !important;
}

.fe-signup-popup {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 999;
}

.fe-show-after-60 {
    display: none;
}

.related-content-link {
    text-align: center !important;
}

.menu-block-wrapper li {
    border: 1px solid #0077bb;
    border-bottom: 3px solid #0077bb;
    border-right: 2px solid #0077bb;
    padding: 5px;
    margin: 15px;
}
.menu-block-wrapper li a:link {
    color: #0077bb;
}

.menu-block-wrapper li a:visited {
    color: #0077bb;
}

.menu-block-wrapper li:last-of-type {
    margin-bottom: 30px !important;
}

.views-title.views-title-adjusted {
    margin-top: -58px !important;
}

.views-row.views-row-2 {
    padding-bottom: 5px !important;
}
.views-2-columns .pull-left {
    padding-right: 1%;
}
.views-2-columns .pull-right {
    padding-left: 1%;
}
.views-2-columns .views-field-body{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 21.8px;
}
.views-2-columns .views-field-body p{
    line-height: 1.3em;
    margin: 20px 0;
    font-size: 1em;
}
.views-2-columns .views-field-body img{
    display: block;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}
.views-2-columns .row {
    padding-bottom: 15px;
    margin: 0px !important;
}
.views-2-columns .row img{
    display: block;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}
.views-2-columns .row p{
    line-height: 1.3em;
}

.views-list-headers .row{
    padding-bottom: 15px !important;
}
.views-list-headers .views-row{
    padding-bottom: 15px !important;
}
.views-list-headers h3{
    font-family: serif !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    font-size: 1.3em !important;
}
.views-list-headers h3 a{
    text-decoration: none !important;
    color: #000 !important;
}
.views-list-headers h3 a:link{
    font-weight: 700 !important;
}



.view.views-list-with-image img{
    float: left; 
    max-height: 125px;
    max-width: 200px;
    margin-bottom: 40px;
}

.view.views-list-with-image .list-with-images-title{
    margin-left: 215px;
    font-weight: 700;
    line-height: 22px;
    font-size: 21.84px;
}

.view.views-list-with-image .content{
    display: inline-block;
}
.view.views-list-with-image .item-views-list-image{
    clear: both;
    font-family: serif;
}
.view.views-list-with-image .item-views-list-image-date{
    font-family: 'Roboto Condensed',Arial,sans-serif;
    font-size: 16.8px;
    line-height: 25.2px;
    color: #52595f;
}
.view.views-list-with-image a{
    font-weight: 700;
    line-height: 22px;
    font-size: 21.84px;
    text-decoration: none;
}
.view.views-list-with-image a:hover{
    color: black;
}
.view.views-list-with-image .item-views-list-image-image{
    float: left; 
    margin-right: 15px; 
    height: 165px;
}
.view.views-list-with-image .details{
    padding-left: 215px;
    font-family: Roboto, sans-serif;
}
.view.views-list-with-image .item-views-list-image-details-description{
    line-height: 22px;
    margin-top: .6em;
    font-family: Roboto, sans-serif;
    padding-left: 215px;
    margin-bottom: 40px;
    font-weight: 300;
}


@media (max-width: 600px){
    .view.views-list-with-image .item-views-list-image-image{
        max-width:200px;
    }
}
@media (max-width: 410px){
    .view.views-list-with-image .item-views-list-image-image{
        max-width: inherit;
        height: auto;
    }
    .view.views-list-with-image .item-views-list-image-details-description{
        padding-left: 0px;
    }
}

.views-narrow-block-container{
    float: left;
    width: 50%;
}
.views-narrow-block-container:nth-child(odd) {
    padding-right: 15px;
}
.views-narrow-block-container:nth-child(even) {
    padding-left: 15px;
}
.views-narrow-block img{
    width: 120px;
    height: 75px;
}
.view.views-narrow-block .item-views-list-image-image {
    margin-right: 10px;
    height: 115px;
}
.view.views-narrow-block a{
    font-size: 20px !important;
    line-height: 20px !important;
}
.view.views-narrow-block a:hover {
    text-decoration: underline;
}
.view.views-narrow-block .item-views-list-image-details {
    line-height: 20px !important;
}
.view.views-narrow-block .item-views-list-image-details-description{
    padding-left: 130px !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
    margin-top: 0px;
    font-size: 16.8px !important;
    line-height: 25.2px;
    color: #52595f;
    font-weight: inherit;
}
.views-list-with-image-container {
    clear: both;
}

.view h3 a:link, .block-fe-top-stories h3 a:link {
    text-decoration: none !important;
    color: #000;
}
.view h3 a:hover, .block-fe-top-stories h3 a:hover {
    text-decoration: underline !important;
}
.view h3 a:focus, .view h3 a:visited, .block-fe-top-stories a:focus, .block-fe-top-stories h3 a:visited {
    color: #000;
}