:root {

  --gutter: 16px;

  --primary-text-color: #666;
  --primary-background-color: #fff;
  --secondary-text-color: #000;

  --theme-background-color: #224488;
  --theme-alt-background-color: #888;

  --secondary-background-color: #1A212E;
  --tertiary-text-color: #fff;
  --tertiary-background-color: #92959C;
  --dark-background-color: #000;
  --light-background-color: #eee;

  --disabled-text-color: #9b9b9b;

  --disabled-background-color: #6C7179;
  --divider-color: #0D0D0D;
  --error-color: #D44B50;
  --error-text-color: #000;
  --error-background-color: #FCDFDF;

  --light-color: #6C7179;
  --link-color: #333;
  --accent-alt-color: #0FC2CC;
  --accent-color: #991202;
  --dark-accent-color: #FF6666;
  --light-accent-color: #ccc;

  \--font-common-base: {
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  \--joornalo-font-common-base: {
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  \--joornalo-icon: {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

}

/* @font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.eot?rj0a2s');
  src: url('./fonts/icomoon.eot?rj0a2s#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?rj0a2s') format('truetype'),
    url('./fonts/icomoon.woff?rj0a2s') format('woff'),
    url('./fonts/icomoon.svg?rj0a2s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
} */




body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',
    sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

[agent="mobile"] .row {
  flex-direction: column;
}

/* *,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*/
a {
  /* @apply --hinge-font-medium; */
  text-decoration: none;
  cursor: pointer;
  color: var(--link-color);
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

a.withUnderline {
  text-decoration: underline;
  cursor: pointer;
  color: var(--link-color);
}

img {
  width: 100%;
  height: auto;
}





h6 {
  font-size: 1rem;
  line-height: 1.2rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.4rem;
  margin: .2rem 0;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.6rem;
  margin: .2rem 0;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.6rem;
  margin-bottom: 0.6rem;
  font-weight: normal;
}

h1 {
  font-size: 3.5rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}



.block {
  margin-bottom: 2rem;
}


.adv {
  /* background: #eee; */
  width: 100%;
  text-align: center;
  margin: 0.6rem 0;
  line-height: 0
}

.adv img {
  width: auto;
}

[hidden] {
  display: none !important;
}




@-ms-viewport {
  width: device-width
}

html,
:host {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
  box-sizing: inherit
}

.border-left {
  border-left: 1px solid #ccc;
}

/******************** Grid ************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter)
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0
}

.row {
  display: flex;
  /* flex-wrap: wrap; */
  max-width: 1350px;
  margin: 0 auto
}

.row .row {
  /* flex-direction: column; */
  margin: 0 calc(var(--gutter) *-1);
}

[class*="col-"],
.col {
  position: relative;
  /* width: 100%;
  min-height: 1px; */
  padding-right: var(--gutter);
  padding-left: var(--gutter)
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 1;
  /* flex: 1 1 auto; */
  /* flex-basis: 0;
  flex-grow: 1;
  max-width: 100% */
}

/* .col-autox {
  flex: 1 1 auto;
  width: auto;
  max-width: none
} */

.col-band {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 60px;
}


.col-full {
  flex: 1 0 100%;
  max-width: 100%
}

.col-33 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-66 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-300 {
  flex: 0 0 calc(300px + 2 * var(--gutter));
  max-width: calc(300px + 2 * var(--gutter));
}

.col-250 {
  flex: 0 0 calc(250px + 2 * var(--gutter));
  max-width: calc(250px + 2 * var(--gutter));
}

.col-220 {
  flex: 0 0 calc(220px + 2 * var(--gutter));
  max-width: calc(220px + 2 * var(--gutter));
}

.col-full-220 {
  flex: 0 0 calc(100% - (220px + 2 * var(--gutter)));
  max-width: calc(100% - (220px + 2 * var(--gutter)));
}

.col-full-300 {
  flex: 0 0 calc(100% - (300px + 2 * var(--gutter)));
  max-width: calc(100% - (300px + 2 * var(--gutter)));
}

.blockheader {
  display: flex;

}

.blockheader span {
  display: block;
  color: #cc0002;
  background: #fff;
  margin: 0 0 0.5rem;
  display: inline;
  padding-right: 1rem;
  line-height: 1.4rem;
  font-size: 1.5rem;
  margin: .2rem 0;
}

.blockheader::after {
  content: '';
  border-top: 2px solid #8A0406;
  flex: 1;
  margin-top: .7rem;
}

@media (max-width: 991px) {

  .col-m-220 {
    flex: 0 0 252px;
    max-width: 252px;
  }

  .col-m-220x {
    flex: 0 0 calc(220px + 2 * var(--gutter));
    max-width: calc(220px + 2 * var(--gutter));
  }

  .col-m-full-220 {
    flex: 0 0 calc(100% - (220px + 2 * var(--gutter)));
    max-width: calc(100% - (220px + 2 * var(--gutter)));
  }

  .col-m-hidden {
    display: none;
  }

  .col-m-full {
    flex: 1 0 100%;
    max-width: 100%
  }

  .col-m-auto {
    flex: 1;
    max-width: none;
  }

  .row-m-column {
    flex-direction: column;
  }
}
.header {
  background: var(--primary-background-color);
}

.stripe {
  background: var(--theme-background-color);
}

.logo {
  padding: 0;
}

.logo a {
  display: block;
  width: 100%;
  height: 110px;
  background: url([object Module]) no-repeat left center;
  background-size: 90% auto;
  text-indent: -1000px;
  z-index: 10;
}

.headerMobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  height: 51px;
  opacity: 1;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.mobileHeader .menu {
  width: 54px;
}

.mobileHeader .logo {
  flex: 1;
  padding: 0;
}

.mobileHeader .logo a {
  width: 100%;
  height: 50px;
  background-size: 100% 20px;
  background-position: 20px 7px;
  display: block;
  height: 50px;
  background-size: 150px;
}

.search-box {
  background: #fff;
  height: 26px;
  width: 180px;
  display: inline-block;
  float: right;
  margin-top: 16px;
  border: 1px solid #ccc;
}

.search-box input {
  font-size: 0.8rem;
  background: transparent;
  border: 0;
  padding: 0 0 0 0.5rem;
  outline: 0;
}

.search-icon {
  height: 20px;
  width: 20px;
  /* background: url(../../../images/icons/search.svg) no-repeat top left; */
  background-size: 16px;
  position: absolute;
  right: 16px;
  top: 21px;
  cursor: pointer;
}

.date {
  font-size: 0.8rem;
  text-align: right;
  color: var(--theme-alt-background-color);
  margin-top: 30px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.spacer {
  height: 60px;
}

.mobileHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  height: 51px;
  opacity: 1;

  background: #fff;
  border-bottom: 1px solid #ccc;
}

.mobileHeader .menu {
  width: 54px;
}



.mobileHeader .search {
  width: 54px;
  text-align: right;
}

.mobileHeader .menu,
.mobileHeader .search {
  @apply --joornalo-icon;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  padding-top: 0.8rem;
}

.mobileHeader .menu:before {
  content: '\E9BD';
  padding-left: 0.8rem;
  color: #888;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
}

.mobileHeader .search:before {
  content: '\E986';
  padding-right: 0.8rem;
  color: #888;
  line-height: 1.8rem;
}

.advMobile {
  margin: 0 0 0.5rem;
}





/*********** Menu *************/


.menu {
  display: block;
  font-size: 0.9rem;
  height: 50px;
  background: var(--theme-background-color);
}

.menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 1px 0.5rem;
}

.menu li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: .5rem;
  padding: 1px 0;
  height: 24px;
}

.menu ol li {
  margin-right: .4rem;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  padding: .2rem .5rem;
}

.menu li a:hover {
  color: var(--theme-background-color);
  background: #fff;
}

.menu ol {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 11;
  top: 26px;
}

.menu .bg {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: calc(100% - 32px);
  margin-left: 16px;
  background: var(--theme-alt-background-color);
  height: 25px;
  z-index: 10;
}

.menu li:hover .bg,
.menu li:hover ol {
  display: block;
}

.menu ul li:first-of-type .bg {
  display: block;
  z-index: 7;
}

.menu ul li:first-of-type ol {
  display: block;
  z-index: 8;
}

.menu .right {
  float: right;
}
.news {
  border-bottom: 1px solid#ddd;
  padding-bottom: 1rem;
}

.embed {
  float: left;
  margin: 0 1rem 0 0;
}

blockquote.twitter-tweet {
  background: #ccc;
}

.news img {
  max-width: 100%;
}

.NewsBlock h2 {
  font-size: 1rem;
  color: #333;
  margin: 0.2rem 0 .5rem;
  font-weight: 500;
  line-height: 1.3em;
}

.NewsBlock h2:hover {
  color: #cc0002;
}

.blockheader {
  margin-bottom: 1rem;
}

/* .news .newsContent p:first-of-type:first-letter {
  font-size: 2rem;
  font-weight: bold;
} */


/* related-news */
.related-news {
  padding-bottom: 1rem;
}

.related-news img {
  cursor: pointer;
}

/* .most-viewed a,
.other-news a,
.related-news a {
  display: flex;
  cursor: pointer;
} */

/* .template-news1 .most-viewed,
.template-news1 .other-news {
  border-left: 1px solid#ddd;
  padding-left: 2rem;
}

.template-news2 .most-viewed,
.template-news2 .other-news {
  border-left: 1px solid#ddd;
  padding-left: 2rem;
} */
/* .most-viewed h2,
.other-news h2 {
  margin-top: 0;
  padding-top: 2rem;
} */

.most-viewed ul,
.other-news ul {
  padding: 0;
  margin: 0;
  margin: 1rem 0;
}

/* .most-viewed li, */
/* .other-news li {
  list-style-type: none;
  cursor: pointer;
  padding-bottom: 2rem;
} */

.front1 .NewsBlock h2 {
  font-size: 2rem;
  line-height: 2.2rem;
}

.front1 .NewsBlock div {
  font-size: 1.2rem;
}

[agent="mobile"] .front1 .NewsBlock .desc {
  display: none;
}

.front2 {
  display: flex;
  margin: 0 -0.5rem;
}

.front2 .NewsBlock {
  flex: 1;
  padding: 0 0.5rem;
}

[agent="mobile"] .front2 {
  flex-wrap: wrap;
}


[agent="mobile"] .front2 .NewsBlock {
  width: 50%;
  min-width: 50%;
}



/* Top News */

.most-viewed {
  margin-bottom: 2rem;
}

.most-viewed li {
  list-style-type: none;
  margin-bottom: 1rem;
  display: flex;
  line-height: 1.2rem;
}

.most-viewed li span {
  color: #fff;
  border-radius: 50%;
  background: #cc0002;
  margin-right: 1rem;
  height: 1.6rem;
  width: 1.6rem;
  text-align: center;
  line-height: 1.7rem;
}

.most-viewed li div {
  flex: 1;
  margin-top: .2rem;
}

.most-viewed li a {
  color: #000;
}

.most-viewed li a:hover {
  color: #cc0002;
}

.most-viewed img {
  width: 100%;
  height: auto;
  margin-top: .2rem;
  cursor: pointer;
}


/* Other News */

.other-news {
  margin-bottom: 2rem;
}


.other-news li {
  list-style-type: none;
  margin-bottom: 1rem;
  display: flex;
  line-height: 1.2rem;
}

.other-news li a {
  flex: 1;
  flex-direction: column;
  color: #000;
}

.other-news li a:hover {
  color: #cc0002;
}

.other-news img {
  width: 40%;
  height: auto;
  margin-top: .2rem;
  float: left;
}

.other-news li div {
  width: 60%;
  display: inline-block;
  padding-left: .5rem;
  height: 100%;
  float: left;
}

/* Sections */

.sections1 .NewsBlock {
  flex: 1;
  padding: 0 1rem;
}

[agent="mobile"] .sections1 .NewsBlock a {
  display: flex;
  margin-bottom: 1rem;
}

[agent="mobile"] .sections1 .NewsBlock img {
  margin-right: 15px;
  width: 130px;
}



/* Opinion1 */

.opinion1 ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.opinion1 li {
  border-bottom: 1px dashed #ccc;
  padding: 0.4rem 0;
}

.opinion1 h5,
.opinion1 h6 {
  margin: 0;
  line-height: 1rem;
  font-weight: 600;
  margin: .4rem 0;
}

.opinion1 h6 {
  color: #3699AB;
  font-weight: 400;
}

.opinion1 h5 {
  font-weight: 500;
}

.opinion1 h5.title {
  font-weight: 200;
}

.opinion1 a {
  color: #333;
}

.opinion1 li:hover {
  background: #eee;
}


/* galleries / featured */

.multimedia1,
.featured1,
.galleries1 {
  background-color: #666;
  padding: .5rem;
}

.multimedia1 .blockheader span,
.featured1 .blockheader span,
.galleries1 .blockheader span {
  color: #fff;
  background-color: #666;
}

.multimedia1 .blockheader::after,
.featured1 .blockheader::after,
.galleries1 .blockheader::after {
  border-top: 2px solid #fff;
}

.multimedia1 .NewsBlock h2,
.featured1 .NewsBlock h2,
.galleries1 .NewsBlock h2 {
  color: #fff;
}

[agent="mobile"] .featured1 .NewsBlock .img {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
}

[agent="mobile"] .featured1 .NewsBlock img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
