/*
Theme Name: ICEF Monitor 2020 v1
Theme URI: http://agencyzed.com
Description: A slick 3-column responsive theme for ICEF Monitor.
Version: 1.0
Author: Agency Zed
Author URI: http://agencyzed.com
*/


/* browser resets */

* { margin:0; padding:0; border: none; outline: none; }
a { text-decoration: none; color: #2d2319; }
body { font-size: 12px;; color: #2d2319; }
header, nav, footer {  display: block;  } 
h2 { font-weight: normal; }
p { margin-bottom: 1.2em; }
.mobileShow { display: none; }



.search #middle-column{
    display: none;
}


/* SPRITES OLD FASHION */

.sprite {
    background: url( 'images/sprites.png' ) no-repeat transparent;
    display: block;
}

.sprite.search-button {
    width: 34px;
    height: 29px;
    float: right;
}

.sprite.nav-arrow {
    background-position: -103px 0;
    width: 10px;
    height: 9px;
    float: right;
    margin: 5px 10px 0 13px;
}

.sprite.slider-more {
    width: 64px;
    height: 25px;
    float: right;
    background-position: -36px 0;
}

.sprite.next {
    width: 62px;
    height: 26px;
    background-position: -114px 0;
    margin-top: 15px;
}

.sprite.follow-twitter {
    background-position: 0 -38px;
    width: 28px;
    height: 19px;
    margin-top: 5px;
}

.sprite.follow-facebook {
    background-position: -35px -27px;
    width: 28px;
    height: 28px;
}

.sprite.follow-linkedin {
    background-position: -64px -27px;
    width: 28px;
    height: 28px;
}

.sprite.follow-rss {
    background-position: -93px -27px;
    width: 25px;
    height: 25px;
    margin-top: 2px;
}

.sprite.follow-google {
    background-position: -118px -27px;
    width: 26px;
    height: 22px;
    margin-top: 3px;
}

.sprite.follow-youtube{
    background-position: -146px -27px;
    width: 22px;
    height: 25px;
    margin-top: 1px;
}

.sprite.follow-flickr {
    background-position: -169px -27px;
    width: 27px;
    height: 26px;
    margin-right: 0 !important;
}

.sprite.follow-slideshare {
    background-position:-159px -159px;
    width:26px;
    height:26px;
    margin-right:0!important;
}

.sprite.button1 {
    /*background-position: 0 -58px;*/
    background-color: #d95e3c;
    background-image: none;
    height: 42px;
    width: 175px;
    line-height: 42px;
    padding: 0px 10px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}

.sprite.twitter-header {
    background-position: -132px -58px;
    width: 39px;
    height: 34px;
    float: left;
    margin: 4px 10px 0;
}

.sprite.graph-header {
    background-position: -172px -58px;
    width: 33px;
    height: 29px;
    margin: 4px 10px 0;
    float: left;
}

.sprite.video {
    background-position: -98px -95px;
    width: 32px;
    height: 32px;
    margin: 4px 10px 0;
    float: left;
}

.sprite.video2 {
    background-position: -98px -155px;
    width: 32px;
    height: 32px;
    margin: 4px 10px 0;
    float: left;
}

.sprite.facts {
    background-position: 0 -95px;
    width: 62px;
    height: 73px;
    position: absolute;
    right: 0;
    top: 7px;
    color: #00417e;
    font-size: 25px;
    padding: 45px 0 0 35px;
}

.sprite.sidePop {
    background-position: -187px -155px;
    width: 32px;
    height: 34px;
    float: left;
    margin: 4px 5px 15px 10px;
}

.sprite.logo-footer {
    /*background: url(images/new_logo.png) no-repeat transparent !important;*/
    background: url(images/monitor_logo_2022.png) no-repeat transparent !important;
    width: 140px !important;
    height: 58px !important;
    background-size: cover !important;
    margin-bottom: 30px;
}

.sprite.footer-twitter {
    background-position: -131px -107px;
    width: 26px;
    height: 19px;
    margin-top: 5px;
}

.sprite.footer-facebook {
    background-position: -158px -98px;
    width: 29px;
    height: 29px;
}

.sprite.footer-linkedin {
    background-position: -187px -99px;
    width: 27px;
    height: 27px;
    margin-top: 1px;
}

.sprite.footer-rss {
    background-position: -98px -128px;
    width: 25px;
    height: 25px;
    margin-top: 2px;
}

.sprite.footer-google {
    background-position: -125px -128px;
    width: 26px;
    height: 22px;
    margin-top: 4px;
}

.sprite.footer-youtube {
    background-position: -155px -128px;
    width: 22px;
    height: 26px;
    margin-top: 1px;
}

.sprite.footer-flickr {
    background-position: -179px -128px;
    width: 26px;
    height: 25px;
    margin-top: 2px;
}

.sprite.footer-slideshare {
    background-position:-130px -159px;
    width:26px;
    height:26px;
    margin-top:2px;
}

/* HEADER SECTION */

body {
    /*background: url( 'images/1px_body.png' ) repeat-x #fff; */
    font-family: 'Open Sans', sans-serif;
}

header {
    margin: auto; 
    width: 100%;
}

.newline{
    width: 100%;
    background-color: #f2f3ed;
}

.newline .centrado{
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.newline .centrado p{
  font-size: 14px;
  margin: 0px;
}

.newline .centrado p a.superlink{
    font-weight: normal;
    text-decoration: underline;
    padding: 0px;
}

.newline .centrado a{
  font-size: 14px;
  margin-top: 0px;
  width: initial;
  line-height: 30px;
  height: 30px;
  padding: 0px 10px;
}

#top-header {
  background: rgb(2,69,125);
  background: -moz-linear-gradient(0deg, rgba(2,69,125,1) 0%, rgba(10,95,155,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2,69,125,1) 0%, rgba(10,95,155,1) 100%);
  background: linear-gradient(0deg, rgba(2,69,125,1) 0%, rgba(10,95,155,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02457d",endColorstr="#0a5f9b",GradientType=1);
    /*height: 80px; */
    padding: 20px 0  20px;
}

#top-content{
  margin: auto; 
  width: 100%;
}

#top-header .centrado,
#top-content .centrado{
  width: 100%;
  max-width: 1140px;
  margin: auto;
  position: relative;
}

#top-header .centrado{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#logo {
    /*background: url( 'images/new_logo.png' ) no-repeat transparent; */
    background: url( 'images/monitor_logo_2022.png' ) no-repeat transparent; 
    width: 140px; 
    height: 58px;
    background-size: cover;
}

#top-menu {
  /*margin-top: 9px;*/
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 2;
}

#top-menu .ubermenu-main{
  height: inherit !important;
}

#top-menu li {
    list-style-type: none;
}

#top-menu li a  {
  /*
    color: #746767;
    font-size: 11px;
    display: block;
    float: left;
    padding: 5px 10px 0;
    margin-top: 5px;
    height: 20px;
    background: url( 'images/1px_top_menu.png' ) no-repeat right transparent; 
    */
}

#top-menu li a.last  {

    background: none;

}

#top-menu li a:hover  {
    /*background-color: #f8f8f8;*/
}

#top-menu span {

    list-style-type: none;

}

#top-menu span a  {

    color: #746767;

    font-size: 11px;

    display: block;

    float: left;

    padding: 5px 10px 0;

    margin-top: 5px;

    height: 20px;

    background: url( '../images/1px_top_menu.png' ) no-repeat right transparent; 

}

#top-menu span  a.last  {

    background: none;

}

#top-menu span  a:hover  {

    background-color: #f8f8f8;

}

#search-box {
    height: 29px;
    width: 250px;
    border-radius: 5px;
    border: 1px solid #fff;
}

#search-box input[type=text] {
    float: left;
    width: 206px;
    border: none;
    height: 29px;
    padding-left: 10px;
    font-size: 15px;
    color: #FFF;
    /*background: url( 'images/1px_search.jpg' ) repeat-x; */
    background: transparent;
}

::-webkit-input-placeholder {
   color:transparent;
}
:-moz-placeholder { /* Firefox 18- */
   color:transparent; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color:transparent; 
}
:-ms-input-placeholder {  
   color:transparent;
}


#searchform{
    display: flex;
}

#search-box input[type=submit] {
    width: 30px;
    border: none;
    height: 29px;
    display: block;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    position: absolute;
    z-index: 3;
}

#searchform span {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
}

#searchform span i{
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 1px;
}

input#searchsubmit {
          
}

nav{

    width: 940px;
    height: 40px;

    background: url( 'images/1px_nav.jpg' ) repeat-x;

}

nav li {

    list-style-type: none;

    position: relative;

    float: left;

    display: block;

    z-index: 8;

    font-size:13px;

}

nav li a {

    display: block;

    float: left;

    padding: 10px 20px;

    color: #fff;

    height: 20px;

}



nav li a.arrow {

    padding-right: 10px;

}

nav li:hover {

    background: #fff;

}

nav li:hover a {

    color: #d95e3c;

}



nav li a:hover {color: #d95e3c;}



nav li:hover a.arrow span.nav-arrow {

    background-position: -103px -12px;

}

nav span {

    list-style-type: none;

    position: relative;

    float: left;

    display: block;

    z-index: 8;

    font-size:13px;

}

nav span a {

    display: block;

    float: left;

    padding: 10px 20px;

    color: #fff;

    height: 20px;

}

nav span a.arrow {

    padding-right: 10px;

}

nav span:hover {

    background: #fff;

}

nav span:hover a {

    color: #d95e3c;

}

nav span:hover a.arrow span.nav-arrow {

    background-position: -103px -12px;

}

nav .sub-nav {

    display: none;

}

nav li:hover ul.sub-nav {

    display: block;

    z-index: 1;

}

nav span:hover ul.sub-nav {

    display: block;

    z-index: 1;

}

nav ul.sub-nav {

    position: absolute;

    top: 40px;

    left: 0;

    padding: 10px 0;

    background: #fff;

}

nav ul.sub-nav li a {

    background: #fff;

    display: block;

    color: #000;

    width: 200px;

    height: 20px;

    padding: 2px 0 2px 10px;

    font-size: 13px;

}

#right-nav-icef {font-size: 13px;}

nav ul.sub-nav li a:hover {

    background: #f4f4f4;

}

nav ul.sub-nav li ul.children {

    margin:0px;

    margin-left:10px;

}

#right-nav-icef {

    width: 102px;

    height: 40px;

    float: right;

    background: url( 'images/nav_right_arrow.png' ) no-repeat 0 0;

    padding: 10px 0 0 50px;

    color: #fff;

}

#right-nav-icef a {
	color: #fff;
}



/* MAIN CONTENT */

#content-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: row;
    padding-top: 35px;
}

#top-content {
    height: 338px;
    width: 940px;
    margin-bottom: 20px;

}

#main-content {
    width: 100%;
    max-width: 1140px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#main-content #join{
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    /* flex-direction: column; */
    flex-wrap: wrap;
    width: 100%;
}

.new_block{
  display: flex;
  width: 100%;
}

.new_block .wrap-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 10px;
}

.new_block .wrap-title h2{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #145caf;
}

.new_block .wrap-title a{
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #145caf;
}

.new_block .wrap-articles-home{
  display: flex;
  justify-content: space-between;
}

.new_block .wrap-articles-home .article {
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
    display: flex;
    width: 32%;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 16px;

}

.new_block .wrap-articles-home .article .article-image-wrap{
    display: block;
    margin-bottom: 15px;
}

.new_block .wrap-articles-home .article .article-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.new_block .wrap-articles-home .article .article-link-wrap{
  color: #111f28;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Merriweather', serif;
}

.new_block .wrap-articles-home .article .article-link-wrap span{
    display: block;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    text-align: left;
    color: #727272;
    font-size: 12px;
    text-transform: uppercase;
}

.new_block.main_block{
    justify-content: space-between;
    margin-bottom: 30px; /*ADDED WHEN WE HIDE VIDEO INTERVIES & AGENT BLOCKs*/
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e3;
}

.new_block:not(.main_block){
    border-top: 1px solid #e4e4e3;
    padding-top: 30px;
    margin-top: 30px;

    border-bottom: 1px solid #e4e4e3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.new_block:not(.main_block) .article{
    margin-bottom: 0px;
}

.new_block.macro-trends-block,
.new_block.agents-block{
    border-bottom: 0px solid #e4e4e3;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.new_block .prin{
    display: flex;
    width: 100%;
    max-width: 460px;
    padding-right: 30px;
    border-right: 1px solid #e4e4e3;
}

.new_block .prin .article-big{
    margin-bottom: 0px;
}

.new_block .prin .article-big .big-image{
    width: 100%;
    max-width: 460px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

}

.new_block .prin .article-big .big-image img{
    width: 100%;
    max-width: 460px;
    height: auto;
    display: flex;
}

.new_block .prin .article-big .big-link{
    font-family: 'Merriweather', serif;
    font-size: 26px;
    color: #111f28;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
}

.new_block .prin .article-big p{
    font-size: 16px;
    color:#696d70;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.new_block .sec{
    width: auto;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 300px;
}

.new_block .sec .article-med{
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e3;
}

.new_block .sec .article-med:first-child{
    padding-top: 15px;
    border-top: 1px solid #e4e4e3;
}


.new_block .sec .article-med a{
    font-size: 14px;
    font-family: 'Merriweather', serif;
}

.new_block .sec .article-min{}



.new_block .sec .article-min a{
    font-size: 12px;
    font-family: 'Merriweather', serif;
}

.more_posts{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #145caf;
    text-align: right;
}

.see-all{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #145caf;
    text-align: right;
}

.editors_pick{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 16px;
}

.editors_pick h1{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #145caf;
    padding-bottom: 15px;
}

.editors_pick .editors_pick_group{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: flex-start;
    flex-grow: 2;
}

.editors_pick .editors_pick_group .editors_pick_item{
   display: flex;
   flex-direction: row;
   align-items: center;
   padding-top: 15px;
   border-top: 1px solid #e4e4e3;
}

.editors_pick .editors_pick_group .editors_pick_item:first-child{
   display: flex;
   flex-direction: column;
   padding-top: 0px;
   border-top: 0px;
}

.editors_pick .editors_pick_group .editors_pick_item:last-child{
   margin-top: 15px;
}


.editors_pick .editors_pick_group .editors_pick_item .editors_pick_image{
    line-height: 0px;
}

.editors_pick .editors_pick_group .editors_pick_item .editors_pick_image img{
    width: 108px;
    height: auto;
}

.editors_pick .editors_pick_group .editors_pick_item:first-child .editors_pick_image img{
    width: 100%;
    height: auto;
}

.editors_pick .editors_pick_group .editors_pick_item .editors_pick_link{
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 700;
    color: #111f28;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: block;
}

.editors_pick .editors_pick_group .editors_pick_item:first-child .editors_pick_link{
    padding-top: 15px;
    padding-bottom: 5px;
}

.editors_pick .editors_pick_group .editors_pick_item:first-child .editors_pick_link{
    padding-left: 0px;
    text-align: left;
}


.editors_pick .editors_pick_group .editors_pick_item p{
    display: none;
}

.editors_pick .editors_pick_group .editors_pick_item:first-child p{
    display: block;
    font-size: 14px;
    color: #696d70;
}

#left-column, #middle-column {
   /* border-right: 1px dotted #999;*/
}

#left-column,
#middle-column,
#right-column {

    float: left;

}

#left-column {
    width: 420px;
    padding-right: 15px;
    display: flex;
    
}

#left-column-wide {

    width: 570px;

    padding-right: 15px;

}

.article .article-header {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 24px;
    /*color: #003a87;*/
    /*
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    */
    /*padding: 10px 0;
    margin-bottom: 10px;*/
}


.page-template-default .article .article-header {
    color: #000000;
    margin-bottom: 0px;
    font-size: 35px;
    font-family: 'Merriweather', serif;
    margin-top: 10px;
}

#left-content .article .article-header h1{
  color:#000000;
  margin-bottom: 0px;
  font-size: 35px;
  font-family: 'Merriweather', serif;
  margin-top: 10px;
}

.article.small .article-header {
    /*font-family: 'Roboto', sans-serif;*/
    border-top: none;
    margin-bottom: 0;
}

.article {

    color: #2d2319;

    margin-bottom: 15px;

}

.article p, .article-column p {

	line-height:20px;

}

.article.small,
.article.first-small,
.article.first-small .article-header{
    /*font-family: 'Roboto', sans-serif;*/
    margin-bottom: 0;
}

div.article.first-small div.article-header {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

div.article.first-small div.article-header a{
    color: #000;
}

div.article.first-small div.article-content{
    padding-top: 0px;
}

div.article.first-small div.article-content p{
    color: #6a6e71;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

iframe{
    max-width: 560px;
}

#left-column .pagination, #left-content .pagination {
    float: right;
    margin: 20px 0;
}

#left-column .shadow {

    border-top: 1px dotted #999;

    background: url( 'images/content_shadow.png' ) no-repeat;

    width: 418px;

    height: 24px;

}

#left-column .article-container {

    float: left;

    padding: 0 20px;

    width: 178px;

}

#left-column .article-container.first {

    width: 179px;

    border-right: 1px dotted #999;

    padding-left: 0;

}

#left-column .article-container h2 {
    /*font-family: 'Roboto', sans-serif;*/
    color: #d95e3c;
    margin-bottom: 20px;
}

#left-column .article-container .article-header {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 19px;
}



#left-column div.article p {
    padding:0px;
    margin-bottom:0px;
}

#middle-column {
    width: 161px;
    padding: 0 15px 0 13px;
    flex-grow: 2;
}

/*
#middle-column h2 {
    color: #d95e3c;
    font-size: 23px;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding: 10px 0;
    margin-bottom: 10px;
}
*/

#middle-column .video-header {

    color: #fff;

    background: url( 'images/1px_right_box_video_header2.png' ) repeat-x;

    height: 149px;

}

#middle-column .video-header .content{

    margin: 15px 10px 0 12px;

}

#middle-column .video-header img{

    margin-right: 10px;

}

#middle-column .header .content {

    margin: 15px 10px 0 12px;

    padding-bottom: 10px;

}

#middle-column .header img {

   

    margin-right: 10px;

}

#middle-column .video-header h2 {

    color: #ffffff;

    font-size: 23px;

    padding-top: 5px;

}

#facebook-box h2 {

    color: #d95e3c;

    border-bottom: none;

    font-size: 25px;

}

.tab-header {

    background-color: #f6f6f6;

    color: #958d8d;

    width: 80px;

    float: left;

    height: 26px;

    padding-top: 12px;

    text-align: center;

    display: block;

}

.tab-header.first {

    margin-right: 1px;

}

.tab-header.selected {

    background: url( 'images/1px_tab.jpg' ) repeat;

    color: #d95e3c;

}

.tab-content {

    margin: 15px 0 20px;

}

.tab-content li {

    list-style-type: none;

    margin-bottom: 3px;

}

.tab-content ul.posts li {

    margin-bottom: 15px;

}

#right-column {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /*margin-left: 20px;*/
  margin-left: 30px;
}

.single #right-column {
  background-color: #fff;;
}

#right-column .right-box {
    padding-bottom: 15px;
    /*border-bottom: 1px dotted #999;*/
    margin-bottom: 15px;
}

.right-box.background{
  width: 100%;
  max-width: 300px;
}

#right-column .right-box.subscribe-follow {
    background: url( 'images/subscribe-follow.jpg' ) no-repeat;
    height: 255px;
    padding: 17px 0 0 23px;
}

#right-column .right-box.subscribe-follow h2 {

    font-size: 28px;

    color: #fff;

}

#right-column .right-box.subscribe-follow .social-footer {

    margin: 10px 15px 0 0;

    padding-bottom: 10px;

    border-bottom: 1px dotted #fff;

    width: 255px;

}

#right-column .right-box.subscribe-follow .subsribe {

    margin-top: 15px;

}

#right-column .right-box.subscribe-follow p {

    color: #fff;

    margin-top: 10px;

    width: 250px;

}

#right-column .right-box.facts{
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 0px;
}

#right-column .right-box .header h2, #right-column .right-box .video-header h2, .video-header h2{
    text-align: center;
    color: #145caf !important;
}

#right-column .right-box .header h2{
    color: #145caf !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;
    text-transform: uppercase !important; 
    padding-top: 15px !important;
}

.facts-monitor div.sp-arrow.sp-next-arrow{
    display: none !important;
}

.facts-monitor div.sp-slides-container, .facts-monitor div.sp-layer{
    background-color: #FFF !important;
}

.facts-monitor h2{
    text-transform: uppercase !important; 
    color: #5b5b5b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.slider-pro a{
    color: #5b5b5b !important;
    font-weight: bold !important;
}

#right-column .right-box .video-header, .video-header {

    background: url("images/1px_right_box_video_header.png") repeat-x scroll 0 -42px transparent;

    color: #FFFFFF;

    height: 44px;

}

#right-column .right-box .video-header .vidtext, .video-header .vidtext {

    margin: 15px 10px 0 0px;

}

.video-header a {color:#333;}

#right-column .right-box .video-header img, .video-header img {

    float: left;

    margin-right: 10px;

}

#right-column .right-box .header h2, #right-column .right-box .video-header h2, .video-header h2 {

    font-size: 23px;

    padding-top: 5px;

}

#right-column .right-box .box-content {

    background-color: #eff2f5;

}

#right-column .right-box .box-content.facts {

    height: 164px;

    position: relative;

    color: #001531;

    padding: 14px 110px 0 21px

}



#left-content {
    /*border-right: 1px dotted #999;*/
    /*width: 625px;*/
    width: 100%;
    /*margin-top: 13px;*/
    /*float: left;*/
    padding-right: 25px;
}

#breadcrumb {
    background: url( 'images/breadcrumb.png' ) no-repeat;
    height: 35px;
}

#breadcrumb  a {
    float: left;
    display: block;
    margin: 5px 25px 0 0;
    color: #958d8d;
    font-size: 17px;
}

#breadcrumb  a.fixed {
    width: 65px;
}

#breadcrumb  a.current{
    color: #d95e3c;
}

#left-content .article-column,
.paged .article-column{
    width: 100%;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

#left-content .article-column.last,
.paged  .article-column.last, {
    margin-right: 0;
}

.link_image{
    padding-right: 20px;
    line-height: 0px;
}

.link_image img{
    line-height: 0px;
}

#left-content .article-column img,
.paged  .article-column img{
        max-width: 200px;
        height: auto;
    }

.article-column_half{}

#left-content .article-column h2,
.paged .article-column h2 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: -5px;
}

#left-content .article-column h2 a,
.paged .article-column h2 a{
    color: #000;
}

#left-content .article-column p,
.paged .article-column p{
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6a6e71;
    margin-bottom: 0px;
    
}

.archive #left-content .article-column p{
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 0px;
}

h2.factTitle {color: #003a87; margin-bottom: 5px; }

.article-content {
	padding-right: 0px;
	padding-top: 30px;
}

.wp-block-image{
    font-size: 15px;
    font-style: italic;
}

.wp-block-image figure{
    font-size: 15px;
    font-style: italic;
}

.wp-block-image figcaption{
    font-size: 15px;
    font-style: italic;
}

.wp-block-image figcaption em{
    font-size: 15px;
    font-style: italic;
}

.article-content p:first-child em{
  font-family: 'Merriweather', serif;
  /*font-size: 20px;*/
  font-weight: 700;
  font-style: italic;
  color: #000;
}

.article-content p em{
}

.article-content .keypoints p em,
.article-content .keypoints p{
    font-weight: 700;
    font-style: inherit;
    margin-bottom: 0px;
    font-size: 20px;
    padding-bottom: 10px;
}

.article-content h1, .article-content h2 {
	color: black;
	font-weight: bold;
	margin: 0 0 .8125em;
}

.article-content h2 {
  font-family: 'Merriweather', serif;
	font-size: 20px;
}

.article-content p {
  font-family: 'Merriweather', serif;
  font-weight: 400;;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 29px;
}

.wp-block-image.caption-align-left figcaption{
    margin-bottom: 30px;
}

.article-content :not(figure) iframe,
.article-content :not(p) iframe,
.article-content iframe{
    margin-bottom: 30px;
}

.article-content p iframe{
    margin-bottom: 0PX;
}


.article-content p.wysija-paragraph,
.article-content p.wysija-checkbox-paragraph{
    margin-bottom: 5px;
}

.widget_wysija h2{
    margin-top: 20px;
}

.single .article-content > p:last-of-type{
  /*
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  */
}

.article-content blockquote {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
	margin-right:40px;
	padding-left:20px;
	padding-right:20px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-style: italic;
    font-weight: 400;
    font-family: 'Merriweather', serif;

/*
	border-left: 1px dotted #999;
    border-right: 1px dotted #999;
    */

}



.article-content blockquote p {
    font-family: 'Merriweather', serif;
	/*font-family: 'Roboto', sans-serif;*/
	text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-style: italic;
    font-weight: 400;
}

.article-content ul li {
font-size: 16px;
  line-height: 29px;
  font-family: 'Merriweather', serif;
}

.article-content .keypoints em{
    font-style: normal;
}



.article-content .keypoints ul{
    padding-left: 0px;
    margin-left: 15px;
}

.article-content .keypoints ul li{
    list-style-type: disc;
    padding-left: 0px;
    margin-left: 0px;
     font-style: italic;
}

.article-content .keypoints ul li em,
.article-content .keypoints ul em li{
    font-style: italic;
}

.article-content ol li {
	font-size: 16px;
	line-height: 29px;
  font-family: 'Merriweather', serif;
}

.article-content a,
#left-content .article-column p a{
	color: #0064cc;
}

.article-column h2 a{

	color: #003A87;

}

.article-content ul {

list-style: square;

}

.article-content ul, ol {
margin: 0 0 1.625em 2.5em;
}

.right-box ol  {
  margin: 0 0 0em 2.5em;
  color: #d95e3c;
  font-size: 14px;
  font-weight: 700;
}

.right-box ol { 
    counter-reset: item;
    list-style-type: none;
}
.right-box ol li {
    display: block;
    position: relative;
}

.right-box ol li:before { 
    content: counter(item) "  "; 
    counter-increment: item;
    position: absolute;
    left: -25px;
    text-align: right;
    display: block;
    width: 20px;
}

.right-box ul  {
  margin: 0 0 1.625em 1.5em;
  color: #d95e3c;
  font-size: 14px;
  font-weight: 700;
}

.right-box ol li,
.right-box ul li{
  padding-bottom: 15px;
}

.right-box ol li a,
.right-box ul li a{
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}

.right-box ol li a span{
  /*font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #000;*/
}

#left-content .shadow {

    border-top: 1px dotted #999;

    background: url( 'images/content_shadow_wide.png' ) no-repeat;

    width: 610px;

    height: 24px;

}

#left-content h1,
h1.paged_post {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search #left-content h1{
    font-weight: 400;
}

#left-content h1 span,
h1.paged_post span {
    font-size: 15px;
    color: rgb(217, 94, 60);
}



/* SLIDER */



#slider-wrapper {

    width: 640px;

    position: relative;

    height: 338px;

    float: left;

	margin-bottom:10px;

}

.slide, .slide-image, .slide-text {

    width: 640px;

    position: absolute;

}

.slide-text {

    background: url( 'images/slider_text_bg.png' ) repeat;

    height: 170px;

    left: 0;

    top: 168px;

}

.slide-text .main-header {

    color: #003986;

    font-size: 25px;

    margin: 30px 20px 15px;

    width: 470px;

}

.slide-text .sub-header {

    color: #001531;

    font-size: 16px;

    margin-left: 20px;

    width: 460px;

}

#slider-wrapper .pagination {

    position: absolute;

    left: 550px;

    top: 305px;

}

.pagination  a {

    display: block;

    float: left;

    color: #d95e3c;

    width: 20px;

}

.search-list a {

	color: #d95e3c;

}

.article-header a {
    /*font-family: 'Roboto', sans-serif;*/
    color: #003A87;
}

.pagination  a.current {

    color: #958d8d;

}


.emm-paginate {
    float: right;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.emm-paginate a {
    display: block;
    float: left;
    color: #d95e3c;
    margin: 0px 5px;
}

.emm-paginate a:hover, .emm-paginate a:active {color:#888;}

.emm-paginate .emm-title {display: none; float: left; color:#555; 

/* margin-right:4px; */

}

.emm-paginate .emm-gap {display: block; float: left; color:#999; 

/* margin-right:4px; */

}

.emm-paginate .emm-current {
    display: block;
    float: left;
    color: #958d8d;
    padding: 0px 5px;
}

.emm-paginate .emm-page {display: block; float: left; }

.emm-paginate .emm-prev, .emm-paginate .emm-next {display: none; }


/* Follow / subscribe boxes */

#follow-box {

    float: right;

    width: 285px;

    height: 69px;

    background: url( 'images/follow_bg.png' ) no-repeat right #fefeff;

    color: #004a90;

    padding: 100px 0 0 15px;

}

#follow-box h2 {

    font-size: 28px;

}

#follow-box .sprite {

    float: left;

    margin-right: 22px;

}

#subscribe-box {

    background: url( 'images/subscribe_bg.png' ) no-repeat;

    width: 260px;

    height: 129px;

    float: right;

    color: #fff;

    padding: 20px;

}

#subscribe-box h2 {

    font-size: 28px;

    margin-bottom: 10px;

}



/* FOOTER */

footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

#wrapper footer, footer{
  /*background: url( 'images/1px_footer.png' ) repeat-x;*/
  background: rgb(0,47,89);
  background: -moz-linear-gradient(0deg, rgba(0,47,89,1) 0%, rgba(0,83,156,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,47,89,1) 0%, rgba(0,83,156,1) 100%);
  background: linear-gradient(0deg, rgba(0,47,89,1) 0%, rgba(0,83,156,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002f59",endColorstr="#00539c",GradientType=1);
  height: initial !important;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  padding: 30px 0px;
}

footer,
.archive footer,
.page-template-default footer,
.search-results footer,
.single-post footer{
        width: 100% !important;
        height: initial !important;
    }

footer .centrado{
  width: 100%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}

#footer-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  margin-right: 25%;
}

.subsribe {
    font-size: 22px;
    font-weight: 700;
}

#footer-left p {
    font-size: 14px;
    margin-bottom: 0px;
}

#footer-left .copyright {
  font-size: 12px;
  padding-top: 30px;
}

.social-footer {
    margin-top: 40px;
    width: 280px;
    height: 30px;
}

.social-footer a {
    float: left;
    margin-right: 14px;
}

#footer-right {
  width: 53%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#footer-right .link-column {
    /*float: left;*/
    color: #fff;
    padding: 0px 30px;
}

#footer-right .link-column:first-child{
    padding-left: 0px;
}

#footer-right .link-column:last-child{
    padding-right: 0px;
}

#footer-right .link-column ul.children{
	/* margin-left:10px; */
}

#footer-right .link-column h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
  white-space: nowrap;
}

#footer-right .link-column a {
    color: #fff;
    white-space: nowrap;
}

#footer-right .link-column li {
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1024px){
  footer .centrado{
    padding: 0px 10px;
  }

  #footer-left{
    margin-right: initial;
  }
}

@media (max-width: 414px){

  footer .centrado{
    flex-direction: column;
  }

  #wrapper #footer-left{
    width: 100% !important;
    text-align: center;
  }

  .sprite.logo-footer{
    margin: 0px auto 30px;
    /*background: url( 'images/new_logo.png' ) no-repeat transparent; */
    background: url( 'monitor_logo_2022.png' ) no-repeat transparent; 
    width: 140px; 
    height: 58px;
    background-size: cover;
  }

  .sprite.button1{
    margin: 15px auto 0px;
  }

  .social-footer{
    margin: 40px auto 0px;
    width: initial;
  }

  #footer-right{
    width: 100%;
    display: grid;
    grid-template-columns: 50%;
    grid-template-rows: max-content;
    grid-auto-flow: column;
    grid-row-gap: 15px;

    padding-top: 15px;
  }

  #footer-right .link-column{
  }

  .grid_a{
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .grid_b{
    
  }

  .grid_c{}

}

/* Images */

.article-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
    height: auto;
}

.wrap_the_post_thumbnail{
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    width: 100%;
    background-color: rgba(0,0,0,0.02);
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 20px;
    line-height: 0px;
    display: none;
}

.wrap_the_post_thumbnail img{
    max-width: 100%;
}

.alignright {

    display: inline;

    float: right;

    margin-left: 1.625em;

}

/* Image borders */

img[class*="align"],

img[class*="wp-image-"],

#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

    border: 1px solid #ddd;

    padding: 6px;

}



/* MISCELLANEOUS */

.left {

    float: left;

}

.right {

    float: right;

}

.clear {

    clear: both;

}

.hide {

    display: none;

}





/* =Comments

----------------------------------------------- */

h3#comments {

	color: #666;

    font-size: 10px;

    font-weight: 500;

    line-height: 2.6em;

    padding: 0 0 2.6em;

    text-transform: uppercase;

}

#comments-title {

    color: #666;

    font-size: 10px;

    font-weight: 500;

    line-height: 2.6em;

    padding: 0 0 2.6em;

    text-transform: uppercase;

}

.nopassword,

.nocomments {

    color: #aaa;

    font-size: 24px;

    font-weight: 100;

    margin: 26px 0;

    text-align: center;

}

.commentlist {

    list-style: none;

    margin: 0 auto;

    width: 68.9%;

}

.content .commentlist,

.page-template-sidebar-page-php .commentlist {

    width: 100%; /* reset the width for the one-column and sidebar page layout */

}

.commentlist > li.comment {

    background: #f6f6f6;

    border: 1px solid #ddd;

    -moz-border-radius: 3px;

    border-radius: 3px;

    margin: 0 0 1.625em;

    padding: 1.625em;

    position: relative;

}

.commentlist .pingback {

    margin: 0 0 1.625em;

    padding: 0 1.625em;

}

.commentlist .children {

    list-style: none;

    margin: 0;

}

.commentlist .children li.comment {

    background: #fff;

    border-left: 1px solid #ddd;

    -moz-border-radius: 0 3px 3px 0;

    border-radius: 0 3px 3px 0;

    margin: 1.625em 0 0;

    padding: 1.625em;

    position: relative;

}

.commentlist .children li.comment .fn {

    display: block;

}

.comment-meta .fn {

    font-style: normal;

}

.comment-meta {

    color: #666;

    font-size: 12px;

    line-height: 2.2em;

}

.commentlist .children li.comment .comment-meta {

    line-height: 1.625em;

    margin-left: 50px;

}

.commentlist .children li.comment .comment-content {

    margin: 1.625em 0 0;

}

.comment-meta a {

    font-weight: bold;

}

.comment-meta a:focus,

.comment-meta a:active,

.comment-meta a:hover {

}

.commentlist .avatar {

    -moz-border-radius: 3px;

    border-radius: 3px;

    -webkit-box-shadow: 0 1px 2px #ccc;

    -moz-box-shadow: 0 1px 2px #ccc;

    box-shadow: 0 1px 2px #ccc;

    left: -102px;

    padding: 0;

    position: absolute;

    top: 0;

}

.commentlist > li:before {

    content: url(images/comment-arrow.png);

    left: -21px;

    position: absolute;

}

.commentlist > li.pingback:before {

    content: '';

}

.commentlist .children .avatar {

    background: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    left: 2.2em;

    padding: 0;

    top: 2.2em;

}

a.comment-reply-link {

    background: #eee;

    -moz-border-radius: 3px;

    border-radius: 3px;

    color: #666;

    display: inline-block;

    font-size: 12px;

    padding: 0 8px;

    text-decoration: none;

}

a.comment-reply-link:hover,

a.comment-reply-link:focus,

a.comment-reply-link:active {

    background: #888;

    color: #fff;

}

a.comment-reply-link > span {

    display: inline-block;

    position: relative;

    top: -1px;

}



/* Post author highlighting */

.commentlist > li.bypostauthor {

    background: #ddd;

    border-color: #d3d3d3;

}

.commentlist > li.bypostauthor .comment-meta {

    color: #575757;

}

.commentlist > li.bypostauthor .comment-meta a:focus,

.commentlist > li.bypostauthor .comment-meta a:active,

.commentlist > li.bypostauthor .comment-meta a:hover {

}

.commentlist > li.bypostauthor:before {

    content: url(images/comment-arrow-bypostauthor.png);

}



/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {

    background: #ddd;

    border-color: #d3d3d3;

}



/* Comment Form */



#respond {

    /* background: #ddd; */

    border-top: 1px dotted #999;

    /* border: 1px solid #d3d3d3; */

    /* -moz-border-radius: 3px; */

    /* border-radius: 3px; */

    margin: 0 auto 1.625em;

    padding: 1.625em;

    position: relative;

    width: 85%;

}

#respond h3 {
	/*font-family: 'Roboto', sans-serif;*/
	color: #373737;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}

#respond input[type="text"],

#respond textarea {
    background: #fff;
    border: 4px solid #eee;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    position: relative;
    padding: 10px;
    text-indent: 80px;
}

#respond .comment-form-author,

#respond .comment-form-email,

#respond .comment-form-url,

#respond .comment-form-comment {

    position: relative;

}

#respond .comment-form-author label,

#respond .comment-form-email label,

#respond .comment-form-url label,

#respond .comment-form-comment label {

    background: #eee;

    -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);

    -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);

    box-shadow: 1px 2px 2px rgba(204,204,204,0.8);

    color: #555;

    display: inline-block;

    font-size: 13px;

    left: 4px;

    min-width: 60px;

    padding: 4px 10px;

    position: relative;

    top: 40px;

    z-index: 1;

}

#commentform form{

    padding: -20px 0px 0px 0px;

}

#respond input[type="text"]:focus,

#respond textarea:focus {

    text-indent: 0;

    z-index: 1;

}

#respond textarea {

    resize: vertical;

    width: 95%;

}

#respond .comment-form-author .required,

#respond .comment-form-email .required {

    color: #bd3500;

    font-size: 22px;

    font-weight: bold;

    left: 95%;

    position: absolute;

    top: 45px;

    z-index: 1;

}

#respond .comment-notes,

#respond .logged-in-as {

    font-size: 13px;

}

#respond p {

    margin: 10px 0;

}

#respond p.comment-form-comment {

    margin-top: -40px;

}

#respond p.comment-form-author {

    margin-top: -40px;

}

#respond p.comment-form-email {

    margin-top: -40px;

}

#respond p.comment-form-url {

    margin-top: -40px;

}

#respond .form-submit {

    float: right;

    margin: -20px 35px 10px;

}

#respond input#submit {

    background: #eee;

    border: none;

    -moz-border-radius: 3px;

    border-radius: 3px;

    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);

    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);

    color: #555;

    cursor: pointer;

    font-size: 15px;

    margin: 20px 0;

    padding: 5px 42px 5px 22px;

    position: relative;

    left: 30px;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);

}

#respond input#submit:active {

    background: #1982d1;

    color: #bfddf3;

}

#respond #cancel-comment-reply-link {

    color: #666;

    margin-left: 10px;

    text-decoration: none;

}

#respond .logged-in-as a:hover,

#respond #cancel-comment-reply-link:hover {

    text-decoration: underline;

}

.commentlist #respond {

    margin: 1.625em 0 0;

    width: auto;

}

#reply-title {

    color: #373737;

    font-size: 24px;

    font-weight: normal;

    line-height: 30px;

}

#cancel-comment-reply-link {

    color: #888;

    display: block;

    font-size: 10px;

    font-weight: normal;

    line-height: 2.2em;

    letter-spacing: 0.05em;

    position: absolute;

    right: 1.625em;

    text-decoration: none;

    text-transform: uppercase;

    top: 1.1em;

}

#cancel-comment-reply-link:focus,

#cancel-comment-reply-link:active,

#cancel-comment-reply-link:hover {

    color: #ff4b33;

}

#respond label {

    line-height: 2.2em;

}

#respond input[type=text] {

    display: block;

    height: 24px;

    width: 95%;

}

#respond p {

    font-size: 12px;

}

p.comment-form-comment {

    margin: 0;

}

.form-allowed-tags {

    display: none;

}



/* Bread Crumbs */

.bread_crumb {

    margin:0;

    /* border-bottom:1px solid #eee; */

    padding:0em 0 0.5em;

    clear: both;

    height: 36px;

    /* background: #f8f8f8; */

}



.bread_crumb ul {

	list-style: none outside none;

	height:36px;

}



.bread_crumb li {

    /*font-size:12px;*/

    color:rgb(180,180,180);

	display: block;

	position: relative;

    float:left;

    /*margin-right:1em;*/

    list-style: none outside none;

	font-size: 16px;

	height: 36px;

	line-height: 36px;

	margin: 0px 6px 0px 0;

	padding: 0px 10px 0px 20px;

	background: url('../images/ICEF_Chevron.png') no-repeat 0% 0;

}

.bread_crumb li.level-1 {

   /*font-size:12px;*/

    color:rgb(180,180,180);

	display: block;

	position: relative;

    float:left;

    /*margin-right:1em;*/

    list-style: none outside none;

	font-size: 16px;

	height: 36px;

	line-height: 36px;

	margin: 0px 6px 0px 0;

	padding: 0px 10px 0px 20px;

}



.bread_crumb li:after {

    /* content : '>';

    padding-left:10px;

    margin-right:10px; */

}

.bread_crumb li:last-child:after {

    content : '';

}

.bread_crumb li a {

    /* color:rgb(120,120,120); */

}

.bread_crumb li.current {

	color:#d95e3c;

	display:none;

}



/* Twitter styles */

.at-reply { color: #0064cc; }

.at-reply a{ color: #0064cc; }

.hash-tag { color: #0064cc; }

.hash-tag a{ color: #0064cc; }

a.twitter-link { color: #0064cc; }

a:hover.twitter-link { color: #0064cc; }

a.twitter-date { color: #0064cc; }

a:hover.twitter-date { color: #0064cc; }

.profile-link { color: #0064cc; }

.follower-count { color: #0064cc; }



/* Facebook Send/Like Hack */

.connect_widget div.connect_confirmation_cell_no_like { display:none;}

#facebook-box {padding-bottom: 15px;}



/* Subscribe2 Styles */

input.s2sub[type=submit]{

   border:none;

background-color: none;

   background: url('images/button_blank.png') no-repeat;

   /* make sure you set some dimensions */

   background-size: 131px 36px;

height:36px;

width:131px;

font-size:14px;

color:#003A87;

text-align:left;

text-indent:10px;

}



div.s2unsub input[type=submit] {

   border:none;

background-color: none;

   background: url('images/button_blank.png') no-repeat;

   /* make sure you set some dimensions */

   background-size: 131px 36px;

height:36px;

width:131px;

font-size:14px;

color:#003A87;

text-align:left;

text-indent:10px;

}

input#s2email  {

margin-top:10px;

margin-bottom:10px;

padding-top: 7px;

padding-bottom: 7px;

padding-left: 7px;

background-color: #ccc;

width:167px;

}





p.s2_message {

    margin-left: 20px;

margin-right: 20px;

}



div.entry-content p.s2_message {

    margin-left: 20px;

    margin-right: 20px;

    color: #373737;

}



div#PopWidget p.s2_message {

    color: #ffffff;

    margin-left: 0px;

    margin-right: 0px;

}

div.search p.s2_message {

margin-left: 0px;

margin-right: 0px;

color: #373737;

}

div#PopWidget form p {

margin-bottom: 0px;

color: #ffffff;

}



div#folowsm p {

margin-bottom:0px;

}



div.search p.s2_error {

margin-left: 0px;

margin-right: 0px;

color: #373737;

}

div.entry-content p.s2_error {

margin-left: 0px;

margin-right: 0px;

color: #373737;

}

div#PopWidget p.s2_error {

margin-left: 0px;

margin-right: 0px;

color: #2D2319;

}



p.s2_error {

    margin-left: 20px;

    margin-right: 20px;

    color: #2D2319;

}



p.s2_message a{

color: #ffbc5e;

}



div.entry-content p.s2_message a{

color: #1982D1;

}



.gform_body input {
  border: 1px solid #ccc; 
}

.gform_footer input[type=submit]{

   background: url( 'images/sprites.png' ) no-repeat transparent;

    display: block;

    background-position: 0 -58px;

    width: 121px;

    height: 20px;

    padding: 8px 5px;

    margin-top: 10px;

    color: #004a90;

    font-size: 16px;

   

   /* make sure you set some dimensions */

   

}

/* DomTab Styles */

/*
		div.domtab{
			width:161px;
			font-size:100%;
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
*/

	div#right-column div.domtab{
      width: calc( 100% - 2px);
      border-radius: 10px;
      border: 1px solid #ebebeb;
    }

    .fila{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0px !important;
    }

    .fila a{
      color: #145caf;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 20px;
    }

    .fila h2{
      color: #145caf;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0px 20px;
      
    }

		ul.domtabs{

			float:left;

			width:100%;

			margin:0em 0 0 0;				

		}

		ul.domtabs li{

			float:left;

			width:80px;

			padding:0;

			list-style-type: none;

		}

		ul.domtabs a:link,

		ul.domtabs a:visited,

		ul.domtabs a:active,

		ul.domtabs a:hover{
			width:80px;
			padding-top:12px;
			display:block;
			/*background:#F6F6F6;*/
			color:#958D8D;
			height:26px;
			font-weight:normal;
			text-align:center;
			text-decoration:none;
		}

		html>body ul.domtabs a:link,

		html>body ul.domtabs a:visited,

		html>body ul.domtabs a:active,

		html>body ul.domtabs a:hover{

			height:auto;

			min-height:26px;

		}

		ul.domtabs a:hover{

			background:#EFF2F5;

		}

		div.domtab div{
			clear:both;
			width:auto;
			/*background:#fff;*/
			color:#2D2319;
			padding:0;
      padding-right: 15px;
		}

		div.domtab div ul {padding-top:10px; line-height:16px;list-style-type: none; margin-bottom:10px;}

		/*div.domtab div ul li {margin-bottom: 10px;}*/

		div.domtab div ul li ul.children {padding-top: 0px; margin-bottom:0px; margin-left:10px;}

		div.domtab div ul li.cat-item {margin-bottom: 2px;}

		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			/*background: url( 'images/1px_tab.jpg' ) repeat;*/
    	color: #d95e3c;
		}

		#domtabprintview{

			float:right;

			padding-right:1em;

			text-align:right;

		}

		#domtabprintview a:link,

		#domtabprintview a:visited,

		#domtabprintview a:active,

		#domtabprintview a:hover{

			color:#fff;

		}

	
/*
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active{
			color:#2D2319;
			padding:0;
			text-decoration:none;
    }
*/

		div.domtab div h2 a,

		div.domtab div h2 a:hover,

		div.domtab div h2 a:active

		{

			color:#cfc;

			display:inline;

			padding:0;

			font-weight:normal;

			font-size:1em;

		}

		

/* ICEF Twitter Header */



h2 a.iceftwitter { color:#fff; }



/* scrolling sidebar div */

div.scroll {
	/*height: 300px;*/
	width: 280px;
	overflow: auto;
	border: none;
	/*background-color: #fff;*/
	padding: 8px;
}



/* article meta */

.article-meta {
	padding-right:15px;
	margin-bottom:20px;
}

.article-meta a{
	color: #000;
}

.entry-meta {
  font-family: 'Merriweather', serif;
  color: #000;
  font-size: 16px;
  padding-top: 20px;
}

.entry-meta a{
	color: #000;
}

.entry-meta span a{
	color: #000;
}

.article-meta a{
	color: #0064cc;
}

.share-meta {
	color: #0064cc;
}

.share-meta a{
	color: #0064cc;
}



.share-meta span a{

	color: #0064cc;

}



/* email formats */

.dailymail {font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;}

#tinylink a {

	color: #0064cc;

}

.gform_body input {
  border: 1px solid #ccc; 
}

.dailymail h1.article-header { color: #003A87;
	font-size: 26px;
	font-weight: normal; 
	/* line-height: 48px; */
	line-height: 24px;
	padding-bottom: .3em;
	padding-top: 15px;}

.dailymail a { color: #003a87;
	text-decoration: none;}

.dailymail a:hover, .dailymail a:focus, .dailymail a:active {color: #1982d1;} 	

.dailymail h1.article-header a { color: #003a87;
	text-decoration: none;}

.dailymail h1.article-header a:hover, .dailymail h1.article-header a:focus, .dailymail h1.article-header a:active {color: #1982d1;} 

.dailymail div.dailycontent{font-size:12px; font-weight: 300; line-height: 19px; margin-bottom: 1.625em; color:#373737;}

.dailymail p {font-size:12px; font-weight: 300; line-height: 19px; margin-bottom: 1.625em; color:#373737;}



div.fep p.submit input[type=submit]{

   background: url( 'images/sprites.png' ) no-repeat transparent;

    display: block;

    background-position: 0 -58px;

    width: 134px;

    height: 36px;

    padding: 8px 5px;

    margin-top: 10px;

    padding-left:0px;

    color: #004a90;

    font-size: 13px;

   

   /* make sure you set some dimensions */

   

}



div.fep select#display_name{

    margin-bottom: 20px;

}

div.fep {margin-bottom: 20px;}



p.submit input.button-primary[type=submit]{

   background: url( 'images/sprites.png' ) no-repeat transparent;

    display: block;

    background-position: 0 -58px;

    width: 134px;

    height: 36px;

    padding: 8px 5px;

    margin-top: 10px;

    padding-left:0px;

    color: #004a90;

    font-size: 13px;

   

   /* make sure you set some dimensions */

   

}



p.form-submit input.button-primary[type=submit]{

   background: url( 'images/sprites.png' ) no-repeat transparent;

    display: block;

    background-position: 0 -58px;

    width: 134px;

    height: 36px;

    padding: 8px 5px;

    margin-top: 10px;

    padding-left:0px;

    color: #004a90;

    font-size: 13px;

   

   /* make sure you set some dimensions */

   

}

table.editform input[type="checkbox"] {margin-bottom:10px;}



div.fep td input{border:1px solid #999;}



.wppb_holder input, .wppb_holder textarea {border: 2px inset;}



p.form-submit input#recover_password[type=submit], p.form-submit input#recover_password2[type=submit]{

   background: url( 'images/button_blank_sprite.png' ) no-repeat transparent;

    display: block;

    background-position: 0 0px;

    width: 155px;

    height: 36px;

    padding: 8px 5px;

    margin-top: 10px;

    padding-left:0px;

    color: #004a90;

    font-size: 13px;

   border:none;

   /* make sure you set some dimensions */

   

}



p.login-form-submit input.submit.button[type=submit], div.article-content form p input.button[type="submit"]  {

   background: url( 'images/login.png' ) no-repeat transparent;

    display: block;

    width: 138px;

    height: 41px;

    padding: 8px 64px 8px 0;

    margin-top: 10px;

    padding-left:0px;

    color: #d95e3c;

    font-size: 16px;

   border:none;

   

   /* make sure you set some dimensions */

   

}



#wppb_recover_password input[type="password"] {

    margin-bottom: 5px;

    width: 60%;

    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #CCCCCC;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;

    color: #333333;

    font-family: Arial,sans-serif;

    font-size: 14px;

    font-weight: normal;

    line-height: 18px;

    padding: 6px 3px 4px 5px;

}

#wppb_login input.remember-me[type="checkbox"] {

    margin: 10px;

    border: 1px inset;

    vertical-align: middle;

}



div.fep td input {

background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #CCCCCC;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;

    color: #333333;

    font-family: Arial,sans-serif;

    font-size: 14px;

    font-weight: normal;

    line-height: 18px;

    padding: 6px 3px 4px 5px;

}



.gform_body input,
input.wysija-input,
form#wysija-subscriptions input,
.wysija-select{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 3px 4px 5px;
    width: 100%;
}

form#wysija-subscriptions input{
    box-shadow: 0px;
}

form#wysija-subscriptions input[type=radio]{
    width: initial;
}

p.wysija-paragraph label {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin: 0 0 .8125em;
}

p.wysija-paragraph label.wysija-radio-label{
    font-size: 16px;
    color: black;
    font-weight: normal;
    margin: 0 0 .8125em;
}

div.article-content form p input#log, div.article-content form p input#pwd {

background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #CCCCCC;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;

    color: #333333;

    font-family: Arial,sans-serif;

    font-size: 14px;

    font-weight: normal;

    line-height: 18px;

    padding: 6px 3px 4px 5px;

}

form.widget_wysija{
    width: 100% !important;
    padding-right: 0px !important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}


.formError{
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 8 !important;
    
}

.formError .formErrorContent{
    z-index: 9 !important;
    width: inherit !important;
    margin-bottom: 10px;
    font-size: 17px !important;
}




label.TTS2all {font-size: 14px;

font-weight: bold;

margin-bottom:20px;}



td.TTS2allrow {padding-bottom:20px;padding-top:10px;}



h2.TTS2H2 {font-size: 18px;

font-weight: bold;

margin-top:20px;}



.widgetheader h2 {color: #fff; font-size:23px;}

.widgetheader {background: url("images/1px_right_box_header.png") repeat-x scroll 0 0 transparent; height: 44px; color: #ffffff; line-height: 40px; padding-left: 25px; margin-bottom:10px;}

.textwidget { border-bottom: 1px dotted #aaa; margin-bottom: 13px; padding-bottom: 10px;}



.execphpwidget .domtab {border: medium none;font-size: 100%; list-style: none outside none; margin: 0; padding: 0; width: 300px;}

.execphpwidget .domtab div a:link, .execphpwidget div.domtab div a:visited, .execphpwidget div.domtab div a:active {color: #003A87;}

.execphpwidget ul.domtabs {border-bottom: 1px solid #003A87; float: left; margin: 0 0 0; width: 100%;}

.execphpwidget .domtab div ul li { border-bottom: 1px dashed #DDDDDD; margin-bottom: 10px; padding-bottom: 5px;}

.execphpwidget ul.domtabs li.active a:link, .execphpwidget ul.domtabs li.active a:visited, .execphpwidget ul.domtabs li.active a:active, .execphpwidget ul.domtabs li.active a:hover { background: url("images/1px_right_box_header.png") repeat-x scroll 0 0 transparent;  color: #FFFFFF;}

 .orange tr:nth-child(even),.blue tr:nth-child(even) {
background:none repeat scroll 0 0 #fff;
border-bottom:1px dotted #999;
}

.orange tr,
.blue tr {
background:none repeat scroll 0 0 #F5F5F5;
border-bottom:1px dotted #999;
}

.orange td,
.blue td {
padding:8px 20px 6px 6px;
}

table.orange,
table.blue {
margin-bottom:15px;
margin-top:10px;
border-collapse:collapse;
}

table.framed, .framed td {
border:1px solid #999;border-collapse:collapse
}

.framed td {
padding: .857em 0.587em;
}

.nublue tr:nth-child(even) {
background:none repeat scroll 0 0 #fff;
/*border-bottom:1px solid #999;*/
}

.nublue tr {
background:none repeat scroll 0 0 #F5F5F5;
/*border-bottom:1px solid #999;*/
}

.nublue td {
padding:8px 20px 6px 6px;
border:1px solid #999;
}

table.nublue {
margin-bottom:15px;
margin-top:10px;
border-collapse:collapse;
}

.nublue th {
background:none repeat scroll 0 0 #FFF;
border:1px solid #003A87;
color:#003A87;
font-size:13px;
text-align:left;
padding:10px 20px 8px 6px;
}

.nublue tr th {
border:1px solid #003A87;
}

#left-content .domtab, #left-content div.domtab {border: medium none;font-size: 100%; list-style: none outside none; margin: 0; padding: 0; width: 600px;}

#left-content .domtab div a:link, #left-content div.domtab div a:visited, #left-content div.domtab div a:active {color: #003A87;}

#left-content ul.domtabs {border-bottom: 1px solid #003A87; float: left; margin: 0 0 0; width: 100%;}

#left-content .domtab div ul li { border-bottom: 1px dashed #DDDDDD; margin-bottom: 10px; padding-bottom: 5px;}

#left-content ul.domtabs li.active a:link, #left-content ul.domtabs li.active a:visited, #left-content ul.domtabs li.active a:active, #left-content ul.domtabs li.active a:hover { background: url("images/1px_right_box_header.png") repeat-x scroll 0 0 transparent;  color: #FFFFFF;}



div.scrollbar {
  /*height: 342px;*/
  width: 186px;
  overflow: auto;
  border: none;
  background-color: #fff;
  padding: 8px;
}

.fact-content {border-top: 1px dotted #AAAAAA; height: 120px; padding-top: 10px; padding-right:35px;}
.fact-content a {color:#0064cc;}
.factimg {float: left; width: 140px;}

.facebook { background: url("images/facebook.png") no-repeat scroll 0 0 transparent; display: block;

    float: left;    height: 60px;    margin-right: 8px;    margin-top: 14px;    width: 28px;}

.nandn { background: url("images/new.png") no-repeat scroll 0 0 transparent;  display: block; height: 60px; width: 28px; float:left; margin-right: 8px;    margin-top: 10px;}



.social { float: right;  padding-right: 20px;  padding-top: 10px; width: 490px;}

.socialtwo { float: left;  margin-top: 30px; width: 600px !important; margin-bottom: 20px;}

.subscribebutton {float:right;  height: 40px; margin-top: -70px; width: 150px;}

.subscribetext {
  padding: 20px 25px;
  width: 100%;
  max-width: 675px;
  background-color: #f2f3ed;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subscribetext p:first-child{
  font-size: 22px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

.subscribetext p:last-child{
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.subscribetext div{}

.single .article-content .subscribetext div p:last-of-type{
  font-weight: 400;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.subscribetext a{
  font-family: 'Open Sans', sans-serif;
  background-color: #d95e3c;
  background-image: none;
  line-height: 38px;
  height: 38px;
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

#right-column .textwidget .vidtext a,.article-column h2 a,.execphpwidget .domtab div a:link,.execphpwidget div.domtab div a:visited,.execphpwidget div.domtab div a:active,#left-content .domtab div a:link,#left-content div.domtab div a:visited,#left-content div.domtab div a:active {
color:#003A87;
}

.noticeable p { font-size: 12px;  border-bottom: 1px dotted #999;  padding-bottom: 15px;  padding-right: 30px;  line-height: 22px;  font-weight: bold; color: #003A87;}

#middle-column .textwidget { border-bottom: none; padding-bottom: 0;  margin-bottom: 0;}

div#footer-right a:hover {
    color: #d95e3c;
}

input.wysija-submit.wysija-submit-field,
form#wysija-subscriptions input.wysija {
background:url(images/sprites.png) no-repeat transparent;
display:block;
background-position:0 -58px;
width:134px;
height:36px;
margin-top:10px;
text-align:left;
color: transparent;
font-size:16px;
border:0px solid #CCC;
/*box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;*/
padding:8px 5px 8px 15px;
cursor: pointer;
}

div.allmsgs div.updated {
background-color:#fff;
border:none;
color:#2d2319;
}

p.wysija-paragraph label {
font-size: 16px;
color: #000;
font-weight: 700;
margin: 0 0 .8125em;
}

p.wysija-paragraph label.wysija-radio-label {
    font-size:16px;
    color:#000;
    font-weight:400;
    margin:0 0 .8125em;
    margin-bottom: 0px;
}

#wysija-subscriptions td label[for="cf_4_a student recruitment agent,counsellor or advisor"],#wysija-subscriptions td label[for="cf_4_an educational institution"],#wysija-subscriptions td label[for="cf_4_an association"],#wysija-subscriptions td label[for="cf_4_a government entity"],#wysija-subscriptions td label[for="cf_4_a service provider"],#wysija-subscriptions td label[for="cf_4_an accommodation provider"],#wysija-subscriptions td label[for="cf_4_a work and travel or volunteer provider"],#wysija-subscriptions td label[for="cf_4_a student"],#wysija-subscriptions td label[for="cf_4_other"],#wysija-subscriptions td label {
float:left;
clear:both;
}

#wysija-subscriptions td label[for="list3"],#wysija-subscriptions td label[for="list4"] {float:none;
clear:none;}

p.submit input.button-primary.wysija,form#wysija-subscriptions input {
color:#b54132;
font-size:16px;
text-align:left;
padding-left: 5px;
}

div.notice-msg.updated,div.notice-msg.updated ul li {
color:#b54132;
font-size:18px;
}

form#wysija-subscriptions input {
    margin-bottom:8px;
    width: initial;
}

.form-table tr td{
    padding: 5px;
}

/*Social Media*/



.tweet {  display: block;  position: absolute;  margin-left: 100px;}

.plusbutton { display: block;  position: absolute;  margin-left: 330px;}

.linkedin { display: block;  position: absolute;  margin-left: 205px;}

.facebooklike { display: block;  position: absolute;}

a.addthis_counter { display: inline-block !important;  position: absolute;  margin-left: 410px;}


/*AdPress Styles*/

.image-campaign li {margin:0 !important; margin-bottom:10px !important;}

/*Font Styles*/

.article-container h2,
.article-content blockquote p,
.article-header,
#left-content h1,
#footer-right .link-column a,
#footer-right .link-column h2 a,
.article-column h2,
div.subsribe,
#respond h3,
div#footer-right h2,
div#middle-column h2,
div#right-column h2,
div#subscribe-box h2,
h2.main-header,
div.article-header,
h2#icefWidgetTitle,
h1.entry-title,
h1.entry-title a,
p.fps-title,
p.fps-excerpt,
h3#reply-title,
.jBreadCrumbAink ul li,
.widget-title,
.bread_crumb li,
.followsm,
p span.follows {
  /*font-family: 'Roboto', sans-serif;*/
}



/******* Facts and Figures Slider Styles **********/

.facts-monitor .slide-wrapper {
	background-color: #EFF2F5;
	border: 1px solid #EFF2F5;
}


.facts-monitor .slide {
	background-color: #EFF2F5;
}

.facts-monitor .slide .layer{
	padding:10px !important;
}

.facts-monitor h2 {
    font-size:22px;
    line-height: 24px;
    padding-bottom: 2px;
    font-weight:normal;
    clear:none;
    text-align:left;
    z-index:1;
}

.facts-monitor p {
    line-height: 17px;	
    font-size: 14px !important;
    color: #010101;
}



.sp-horizontal .sp-arrows{
    display: none;
}

.facts-monitor p a{
    /*display: none;*/
}

.slider-pro{
    padding-bottom: 20px !important;
}

.sp-horizontal .sp-arrows{
    top: inherit !important;
}

.home .sp-next-arrow:after,
.home .sp-next-arrow:before,
.home .sp-previous-arrow:after,
.home .sp-previous-arrow:before{
    background-color: transparent !important;
}
.home .sp-previous-arrow:after{
    display: none !important;
}



.home .sp-next-arrow:before{
    content: "Next ›";
    color: #145caf !important;
    font-weight: bold;
    width: 60px !important;
    transform: skew(0deg,180deg) !important;
    font-size: 16px;
}

.home .sp-horizontal.sp-rtl .sp-previous-arrow,
.home .sp-next-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 50px !important;
}

.facts-monitor .slide-arrows a.next {
	/*background: url('/wp-content/plugins/featured-articles-lite/themes/classic/images/sprites.png') no-repeat transparent;*/
	display: block;
	width: 62px;
	height: 26px;
	background-position: -114px 0;
	margin-top: 15px;
	position: absolute;
	left: 20px;
	top: 72%;
}

.facts-monitor div.image_container {
	display:block;
	position:relative;
	float:right;
	margin:0px 0px 0px 10px;
}

/*Left Copyright Styles*/

/*_REMOVE_GABRRIEL_*/ /* .left-copyright {color:#fff; display:none;}*/ 

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

/*---------------[Smartphone Landscape LAYOUTS]-------------*/
/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*header {width:400px;}*/
	/*#top-header {height:40px;}*/
	/*#logo { background: url( 'images/logo_half.png' ) no-repeat transparent;  width: 80px; height: 40px; float: left; }*/
	/*#top-menu {width:300px; margin-top:0px;}*/
	#top-menu span.toplinks {display:none;}
	#search-box {float:left;}
	#top-content {display:none;}
	/*#content-wrapper {width:400px;}*/
	/*#main-content {width:400px; margin:auto;}*/
	/*#left-column {width: 400px; padding-right: 0px; border:none;}*/
	#left-column .article-container.first, #left-column .article-container {width: 100%; border: none; padding-left: 0;}
	#left-column .shadow {width:100%;}
	/*#middle-column {width: 400px; padding:0px; border:none;}*/
	/*p iframe, .vidtext iframe {max-width: 400px !important; width: 400px !important;height:300px !important;}*/
	div.domtab {width:100%;}
	/*#right-column { float: left; padding-left: 0px; width: 100%; padding-top: 15px; border-top: 1px dotted #999;}*/
	ul#campaign-1 {height:600px;}
	ul#campaign-2, ul#campaign-3 {height:250px;}
	div.scroll {width:95%;}
	div.FA_overall_container_classic {width:398px !important;}
	/*div.facts-monitor {max-width:400px !important;}*/
	#left-content {width:100%; border-right: none;}
	.social {width:100%; float:none; padding-top:20px; height:30px;}
	a.addthis_counter {margin-top: 30px; margin-left: 0px;}
	.article-content blockquote {margin-left:20px; margin-right:20px;}
	#left-content .shadow {width:100%; background: url( 'images/content_shadow.png' ) no-repeat;}
	#left-content .article-column {width:100%; border-right:none;}
	#left-content .article-column  h2 a img {width:100%; height:auto;}
	.subscribetext {width:225px;}
	#other.domtab {width:100% !important;}
	#other.domtab div div a div, #other.domtab div div a div div {width:180px !important;}
	div.relPosts div a {border-left: 1px solid #efefef !important; border-bottom: 1px solid #efefef !important;}
	div.socialtwo { margin-top:10px; height:60px; }
	.socialtwo a{border:none !important; width: 100% !important;}
	.plusbutton { width:52px !important;}
	#other.domtab div div a div#___plusone_1 {width:52px !important;}
	div.right-box.subscribe-follow {padding-bottom:20px;}
	/*footer {width:400px; height: 350px;}*/
	#footer-left {width:380px; padding-right:0px;}
	/*#footer-right,*/ .mobileHide {display:none;}
	.copy-narrow, .mobileShow {display:block;}
	.fact-content {height:auto;}
	.ubermenu .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {max-height:940px !important;}
	
    .left-copyright {
        display:block;
        font-size:10px;
        margin-top:15px;
        /*border-top: 1px dotted #fff; */
        padding-top:10px;
    }

	#click-menu {right:20% !important;}
	#click-menu #RMX {line-height:8px !important;}
	#click-menu-label {line-height:14px !important; padding-top:4px;}
	#responsive-menu #rm-additional-content {padding:0 !important; width: 100% !important;}
	div#middle-column div.textwidget a img {width:100% !important;}
}

/*---------------[Smartphone Portrait LAYOUTS]-------------*/
/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

	header {width:300px;}
	#top-menu {width:215px;}
	#search-box {width:170px;}
	#search-box input[type=text] {
        /*width:120px;*/
        width: 88%;
    }
    #searchform span{
        width: 12%;
    }
	#search-box input[type=submit] {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
	#content-wrapper {width:300px;}
	#main-content {width:300px; margin:auto;}
	#left-column {width: 300px;}
	p iframe, .vidtext iframe {max-width: 300px !important; width: 300px !important; height:225px !important;}
	a.addthis_counter {margin-top: 30px; margin-left: 68px;}
	.tweet {margin-left: 87px;}
	.linkedin {margin-left: 177px;}
	.plusbutton {margin-top:30px;margin-left:0px;}
	#middle-column {width: 300px;}
	#right-column {width:300px;}
	div.scroll {width:290px !important;}
	div.FA_overall_container_classic {width:298px !important;}
	div.facts-monitor {max-width:300px !important;}
	#other.domtab div div a div, #other.domtab div div a div div {width:280px !important;}
	.subscribetext {width:165px; height: auto;}
	.subscribebutton {width: 135px;}
	footer {width:300px;}
	#footer-left {width:280px; padding-right:0px;}
  #click-menu {right:10% !important;}
  
}

.relpost-block-single{
	margin-right: 10px !important;
}

/* NEW MENU 2020 */

.primary-menu{
    display: flex;
    flex-grow: 2;
    justify-content: flex-end;
    position: relative;
}

ul#menu-home{
  display: flex;
  flex-direction: row;
  padding: 0px 10px;
}

ul#menu-home > li{
  font-size: 16px;
  padding: 0px 20px;
}

ul#menu-home > li a{
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px;
}

.sub-menu{
  display: none;
}

ul#menu-home > li:hover{
  color:#d95e3c;
}

ul#menu-home > li:hover > a{
  color:#d95e3c;
}

ul#menu-home > li:hover >.sub-menu,
ul#menu-home > li:hover >.sub-menu:hover {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    /*left: 0px;*/
    z-index: 2;
    padding: 10px;
    background-color: #fff;
    /*margin: 0px 20px;*/
    margin: 0px;
}

ul#menu-home > li .sub-menu li{
  width: calc(50% - 30px);
  padding: 5px;
}

ul#menu-home > li .sub-menu li a{
  text-transform: initial;
  color: #000;
  font-size: 14px;
}

/**/

ul#menu-home > li:hover >.sub-menu,
ul#menu-home > li:hover >.sub-menu:hover{
    display: block;
}

ul#menu-home > li#menu-item-2440 .sub-menu{
    /*columns: 2;*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

    columns: 2;
    padding: 10px;
    margin: 0px;
}

ul#menu-home > li#menu-item-2440 .sub-menu li{
    margin: 0px 0px;
    /* float: left; */
    /*border: 1px solid red;*/
    /*background-color: green;*/
    width: 100%;
    padding: 0px;
    display: inline-block;
    padding: 5px 10px;
}

ul#menu-home > li#menu-item-2440 .sub-menu li a{
    white-space: nowrap;
    /*background-color: orange;*/
    /*border: 1px solid blue;*/
    width: 100%;
    padding: 0px;
    margin: 0px;
}
/**/

ul#menu-home > li .sub-menu li a:hover{
  color:#d95e3c;
}

ul#menu-home > li.regions .sub-menu li a{
  font-weight: 700;
}

ul#menu-home > li.regions .sub-menu > li.africa > a{
  padding: 0px 0px 0px 30px;
  background-image: url(images/africa.jpg);
  background-repeat: no-repeat;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
}

ul#menu-home > li.regions .sub-menu > li.asia > a{
  padding: 0px 0px 0px 30px;
  background-image: url(images/asia.jpg);
  background-repeat: no-repeat;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
}

ul#menu-home > li.regions .sub-menu > li.australia > a{
  padding: 0px 0px 0px 30px;
  background-image: url(images/australia.jpg);
  background-repeat: no-repeat;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
}

ul#menu-home > li.regions .sub-menu > li.europe > a{
  padding: 0px 0px 0px 30px;
  background-image: url(images/europe.jpg);
  background-repeat: no-repeat;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
}

ul#menu-home > li.regions .sub-menu > li.middle-east > a{
  padding: 0px 0px 0px 30px;
  background-image: url(images/middleeast.jpg);
  background-repeat: no-repeat;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
}

ul#menu-home > li.regions .sub-menu > li.north-america > a{
  padding: 0px 0px 0px 30px;
  background-image: url(images/north-america.jpg);
  background-repeat: no-repeat;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
}

ul#menu-home > li.regions .sub-menu > li.south-central > a{
  padding: 0px 0px 0px 30px;
  background-image: url(images/southamerica.jpg);
  background-repeat: no-repeat;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
}

ul#menu-home > li.regions:hover >.sub-menu,
ul#menu-home > li.regions:hover >.sub-menu:hover {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    position: absolute;
    left: 0px;
    z-index: 2;
    padding: 10px;
    background-color: #fff;
    margin: 0px 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

ul#menu-home  li:hover .sub-menu li ul{
  position: inherit;
  top: initial;
  left: initial;
  display: block;
}

ul#menu-home  li:hover .sub-menu li ul li{
  padding: 2px;
  white-space: nowrap;
}



ul#menu-home li:hover .sub-menu li ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin: 0px;
    padding: 2px 0px;
}

.at-share-btn-elements{
  text-align: center;
  padding: 25px 0px;
}







@media only screen and ( max-width: 1024px ) and  ( min-width: 769px ) {

    #top-header .centrado {
        padding-left: 10px;
        padding-right: 10px;
        width: initial;
        max-width: initial;
    }
    .newline .centrado {
        padding-left: 10px;
        padding-right: 10px;
        width: initial;
        max-width: initial;
    }

    #content-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        width: initial;
        max-width: initial;
    }

    .new_block:not(.main_block) {
        padding-top: 0px;
        margin-top: 10px;
    }

    .new_block .prin{
        padding-right: 10px;
    }

    .new_block .sec{
        margin-left: 10px;
    }

    .new_block .wrap-articles-home .article{
        padding: 10px;
        width: 32%;
        justify-content: flex-start;
    }

    .article {
        margin-bottom: 10px;
    }

    .new_block .sec .article-med {
        padding-bottom: 10px;
    }

    #left-column{
        padding-right: 10px;
    }

    #left-content{
        padding-right: 0px;
    }

    .editors_pick{
        padding: 10px;
    }

    .editors_pick .editors_pick_group .editors_pick_item{
        padding-top: 10px;
    }

    .editors_pick .editors_pick_group .editors_pick_item:last-child{
        margin-top: 10px;
    }

    #middle-column{
        padding: 0px;
    }

    #right-column{
        width: 300px;
        margin-left: 10px;
    }

    #right-column .right-box{
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    div.domtab div{
        padding-right: 0px;
    }

    .fila a{
        display: block;
        margin-right: 10px;
    }

    #right-column .right-box.facts{
        padding: 0px;
    }

    .fila h2{
        padding: 10px;
    }

    .right-box ol li, .right-box ul li{
        padding-bottom: 10px;
    }

}
















@media only screen and ( max-width: 768px ) and  ( min-width: 415px ) {

    body{
    }

    button#responsive-menu-button{
        display: none !important;
    }

    p{
        margin-bottom: 0;
    }

    .article-content img, .comment-content img, .widget img {
        max-width: 100%;
    }

    #top-header .centrado{
        padding-left: 10px;
        padding-right: 10px;
        width: initial;
        max-width: initial;
    }

    .newline .centrado{
        padding-left: 10px;
        padding-right: 10px; 
        width: initial;
        max-width: initial;
    }

    #content-wrapper{
        padding-left: 10px;
        padding-right: 10px; 
        padding-top: 10px;
        width: initial;
        max-width: initial;
    }

    .new_block.main_block{
        flex-direction: column;
    }

    .new_block .prin .article-big p{
        padding-bottom: 15px;
    }

    .new_block .sec{
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }

    .new_block .sec .article-med{
        padding-bottom: 10px;
    }

    .article {
        margin-bottom: 10px;
    }

    .new_block:not(.main_block) {
        /*padding-top: 0px;*/
        padding-top: 20px;
        /*margin-top: 10px;*/
        margin-top: 20px;
    }

    .new_block .wrap-articles-home{
        flex-direction: column;
    }

    .new_block .wrap-articles-home .article{
        width: 100%;
        flex-direction: row;
        padding: 10px;
    }

    .new_block .wrap-articles-home .article .article-image-wrap{
        margin-right: 10px;
    }

    .new_block .wrap-articles-home .article .article-image-wrap img{
        width: 150px;

    }

    #left-content{
        padding-right: 0px;
    }

    .editors_pick{
        padding: 10px;
    }

    .editors_pick h1{
        padding-bottom: 10px;
    }

    .editors_pick .editors_pick_group .editors_pick_item{
        padding-top: 10px;
    }

    .editors_pick .editors_pick_group .editors_pick_item:first-child p{
        padding-bottom: 10px;
    }

    #left-column {
        width: 100%;
        padding-right: 0px;
    }

    #middle-column{
        padding: 0px; 
    }

    div.domtab div{
        padding-right: 0px;
    }

    .fila h2{
        padding:10px;
    }

    .wrap_the_post_thumbnail{
        padding: 0px;
    }

    #right-column{
        max-width: 300px;
        margin-left: 10px;
    }

    #right-column .right-box{
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .fila a{
        margin: 10px;
    }

    .right-box ul{
        margin: 0px 10px;
    }

    #right-column .right-box.facts{
        padding: 0px;
    }

    #wrapper footer, footer{
        margin-top: 10px;
    }

    .subscribetext{
        padding: 10px;
        flex-direction: column;
    }

    .subscribetext div{
        text-align: center;
    }

    ul#menu-home > li.regions:hover >.sub-menu,
    ul#menu-home > li.regions:hover >.sub-menu:hover {
        flex-direction: row;
        width: 100%;
        position: fixed;
    }

    ul#menu-home > li.regions > .sub-menu li{
        width: 100%;
    }

    ul#menu-home > li .sub-menu li{
        
    }

    ul#menu-home > li#menu-item-2440 .sub-menu li{
        width: calc(50% - 30px);
    }

    ul#menu-home li:hover .sub-menu li ul{
        flex-wrap: wrap;
        display: flex;
    }

    #left-content .article-column {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .link_image{
        padding-right: 15px;
    }

    #left-content .article-column img{
        max-width: 200px;
        height: auto;
    }

    div.article.first-small div.article-content p {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }


    #left-content .article-column p,
    .paged .article-column p{
        display: none;
    }

    .category-facts #left-content .article-column p{
        display: block;
    }

    #footer-left{
        width: 35%;
    }

    #footer-right{
        width: 60%;
        justify-content: space-around;
    }

    #footer-right .link-column{
        padding: 0px 8px;
    }

    



}























@media only screen and ( max-width: 414px ) {

    #footer-right .link-column a,
    #footer-right .link-column h2{
        white-space: inherit !important;
    }

    #footer-right .link-column:last-child{
        padding-right: 30px;
    }

    body{}

    #top-menu .primary-menu{
        display: none;
    }

    .article-content img,
    .comment-content img,
    .widget img{
        -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
        width: 100%;
        max-width: 100%;
    }

    header{
        width: 100%;
    }

    #top-header{
        padding: 10px 0px;
        height: initial;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 10;
    }



    #top-header .centrado{
        padding: 0px 10px;
        width: calc(100% - 20px);
    }

    #logo {
        width: 96px;
        height: 39px;
        overflow: hidden;
    }

    #top-menu{
        width: initial;
        justify-content: flex-start;
        /*margin-left: 20px;*/
        margin-left: 10px;
    }

    #search-box{
        float: inherit;
        width: 100%;
        margin-right: 60px;
    }

    #content-wrapper{
        width: 100%;
        flex-direction: column;
        padding-top: 0px;
        margin-top: 0px;
    }

    #main-content{
        width: 100%;
        flex-direction: column;
    }

    .newline{
        padding-top: 60px;
    }

    .newline .centrado{
        flex-direction: column;
        padding: 20px 0px;
    }

    .newline .centrado p{
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .new_block.main_block{
        flex-direction: column;
    }

    .new_block .prin{
        padding-right: 0px;
        border-right: 0px;
    }

    .new_block .prin .article-big .big-image img{
        width: 100%;
    }

    .new_block .sec{
        width: calc(100% - 20px);
        margin: 0px;
        padding: 0px 10px;
        max-width: initial;
        margin-bottom: 20px;
    }

    .new_block .wrap-articles-home{
        flex-direction: column;
    }

    .new_block .wrap-title{
        padding-top: 20px;
    }

    .new_block .wrap-articles-home .article{
        width: 100%;
        flex-direction: row;
        border-radius: 0px;
        border: 0px solid #ebebeb;
        padding: 0px;
        align-items: center;
        margin-bottom: 10px;
    }

    .new_block .wrap-articles-home .article .article-image-wrap{
        margin-right: 12px;
    }

    .new_block .wrap-articles-home .article .article-image-wrap img{
        width: 105px;
        display: block;
    }

    .new_block .wrap-articles-home .article .article-link-wrap{
        font-size: 14px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .new_block .wrap-articles-home .article .article-link-wrap span{
        display: block;
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        text-align: left;
        color: #727272;
        font-size: 12px;
        text-transform: uppercase;
    }

    .new_block:not(.main_block){
        padding: 0px 10px;
        border-top: 3px solid #e4e4e3;
        margin-top: 0px;
        border-bottom: 0px;
        margin-bottom: 10px;
    }

    .new_block .prin .article-big .big-link{
        display: block;
        margin: 0px 10px;
    }

    .new_block .prin .article-big p{
        padding: 0px 10px;
        padding-bottom: 15px;
    }

    .new_block .sec .article-med{
        padding-bottom: 0px;
        border-bottom: 0px solid #e4e4e3;
    }

    .new_block .sec .article-min a{
        font-size: 14px;
        color: #010101;
    }

    #left-column{
        width: calc( 100% - 20px);
        padding: 0px 10px;
        flex-direction: column;
    }

    #left-content{
        width: calc( 100% - 40px);
        padding: 0px 20px;
    }

    #left-content .article .article-header h1{
        font-size: 30px;
    }

    .editors_pick{
        border: 0px;
        padding: 20px 0px;
        border-top: 3px solid #e4e4e3;
        border-bottom: 3px solid #e4e4e3;
        border-radius: 0px;
    }

    .editors_pick .editors_pick_group .editors_pick_item{
        padding-top: 0px;
       border-top: 0px solid #e4e4e3;
    }

    .editors_pick .editors_pick_group .editors_pick_item:last-child{
        margin-top: 10px;
    }

    .wrap_the_post_thumbnail{
        padding: 0px;
    }

    .subscribetext{
        width: calc( 100% - 50px);
        display: flex;
        flex-direction: column;
    }

    .subscribetext div {
        text-align: center;
        padding-bottom: 10px;
    }

    #right-column{
        width: calc( 100% - 20px);
        max-width: calc( 100% - 20px);
        padding: 0px 10px;
        margin: auto;
        border-top: 0px;
    }


    .home #right-column .right-box.facts{
        width: calc( 100% - 40px);
    }

    div.facts-monitor{
        max-width: 100%;
    }

    #right-column .right-box{
        width: 100%;
        padding: 0px;
        margin: 20px 0px;
    }

    .ad_destination_2{
        width: 100%;
    }

    #right-column .right-box.publi,
    #left-column .ad_one_home,
    .ad_destination_2 .ad_two_home{
        background-color: rgba(0,0,0,0.02);
        margin: auto;
        padding: 10px 0px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .right-box.background{
        max-width: calc(100% - 20px);
    }

    div.scroll{
        width: 100% !important;
        padding-right: 0px;
    }

    footer,
    .archive footer,
    .page-template-default footer,
    .search-results footer,
    .single-post footer{
        width: 100% !important;
        height: initial !important;
        text-align: center;
    }

    #footer-left{
        width: 100%;
    }

    button#responsive-menu-button {
        width: 55px !important;
        height: 55px !important;
        position: fixed !important;
        top: 0px !important;
        right: 10px !important;
        background: initial !important; 
    }

    .archive #left-content h1,
    .search-results #left-content h1{
        margin-top: 25px;
    }

    #left-content .article-column,
    .paged .article-column {
        flex-direction: column;
    }

    #left-content .article-column,
    .paged .article-column  {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #left-content .article-column img,
    .paged .article-column img{
        max-width: 100%;
        height: auto;
    }

    .paged .prin{
        padding: 0px 10px;
    }

    div.article.first-small div.article-content p{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .link_image{
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .page-template-default .article .article-header{
        font-size: 25px;
        padding-top: 25px;
    }


}


/********************************/

#menu-home li a{
    position: relative;
}


#menu-home > li.menu-item-has-children a::after { 
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -5px;
    content: " ";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: url(images/sprites.png) no-repeat scroll 0 0 transparent;
    background-position: -103px 0;
    float: right;
    height: 9px;
    width: 10px;
}

#menu-home > li.menu-item-has-children:hover a::after,
#menu-home > li.menu-item-has-children:active a::after {
    background-position: -103px -12px;
}

#menu-home > li.menu-item-has-children ul li a::after{
    display: none;
}


.navigation{}

.navigation p{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.navigation p a{
    margin: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #145caf;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

.sp-horizontal .sp-arrows{
    display: block !important;
}

.home .facts-monitor div.sp-arrow.sp-next-arrow {
    display: block !important;
}

.addtoany_content{
    text-align: center !important;
}

.social-footer a{
    color: rgba(255,255,255,1);
    font-size: 30px;
}


@media (max-width: 360px){

    #logo {
        width: 111px;
        height: 39px;
        overflow: hidden;
    }

    #search-box input[type=text] {
        width: 75%;
    }
}






@media print {

    header{
        display: none;
    }

    #content-wrapper{
        display: block;
        padding-top: 0px;
        width: 100%;
        height: inherit;
    }

    #left-content{
        padding-right: 0px;
        width: 100%;
        height: inherit;
        display: block;
    }

    #left-content .article .article-header h1{
    }

    #right-column{
        display: none;
    }

    .single-post footer{
        display: none;
    }

    .subscribetext{
        display: none;
    }

    .article-meta{
        display: none;
    }

    .addtoany_share_save_container.addtoany_content.addtoany_content_top{
        display: none;
    }

}


.article-content ul{
    list-style-type: disc !important;
}


