/*
Theme Name: Elision Child
Theme URI: http://demo.qodeinteractive.com/elision/
Description: A child theme of Elision Theme
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.0
Template: elision
*/
@import url("../elision/style.css");

/*
Orange: #f5821f
Yellow: #FFD400
*/
/* DARK GREY #4d4d4f */
/* RED #d2232a */
/* BROWN #832f0a */
/* LIGHT BROWN #a26347 */
/* RED #d2232a */
/* LIGHT RED #e15155 */

/*============================================================*/
/* TMP */
/*============================================================*/
header.dark .q_logo img.dark {
  /*width: 170px !important;*/
  height: auto !important;
}
/*.content .title .container_inner {
  padding-top: 130px !important;
}*/


/*============================================================*/
/* GENERAL FORMATTING */
/*============================================================*/
body {
  color: #444;
}
h1,h2,h3,h4,h5,h6{
  margin: 0.8em 0;
}
h2 {
  color: #F68220;
}
p {
  margin-bottom: 10px;
  line-height: 1.9;
}
strong {
  font-weight: 600;
}
ul {
  list-style-position: inside;
  padding-left: 20px;
}
.column_inner ol,
.column_inner ul {
  list-style-position: outside;
  padding-left: 30px;
}
.wpb_text_column li {
  margin-bottom: 10px;
}
.blog_holder article .post_description .post_comments:hover,
.blog_holder article .post_description a:hover,
a:hover {
  color: #4d4d4f;
}
.display-none {
  display: none !important;
}
.wp-caption-text {
  font-size: 10px;
}
blockquote {
  padding: 10px 0 10px 40px;
  border: none;
}
blockquote::before {
  content: "\f10d";
  position: absolute;
  top: 10px;
  left: 0;
  color: #ddd;
  font-size: 30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
blockquote p {
  color: #888;
  font-size: 16px;
  font-weight: 300;
}
iframe {
  max-width: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/*============================================================*/
/* COMMON ELEMENTS */
/*============================================================*/
.parallax section {
  background-size: cover;
}

.vc_column-inner img,
.column_inner img {
  border: 1px solid #ddd;
}

img.no-border.no-border.no-border {
  border: none;
}
#submit_comment,
.qbutton {
  color: #4d4d4f;
  /*color: #fff;*/
  background-color: #FFD400;
}
#submit_comment:hover,
.qbutton:hover {
  color: #fff;
  background-color: #999999;
  /*background-color: #4d4d4f;*/
}
.qbutton.qbutton {
  padding: 10px 20px;
  height: auto;
  white-space: normal;
  line-height: 1.4;
  text-align: center;
}
.qbutton.qbutton:hover {
  padding: 10px 30px;
}
.qbutton i {
  margin: 0 5px;
}
.qbutton.right {
  float: right;
}
.slider-button {
  display: inline-block;
  padding: 1em 2em;
  color: #fff;
  font-size: inherit;
  text-transform: uppercase;
  border: 3px solid #fff;
  background: transparent;
  border-radius: 2px;
}
.slider-button .fa {
  margin-left: 1em;
}
section.section {
  padding: 25px 0;
}

.accordion .tab-title {
  color: #F68220;
}

@media (min-width: 768px) {
  /* HOPEFULLY DEPRECATED */
  .vc-row-5-cols .wpb_column {
    width: 20%;
  }

  .columns-vertical-middle .vc_column_container,
  .columns-vertical-bottom .vc_column_container {
    display: inline-block;
    float: none;
  }
  .columns-vertical-middle .vc_column_container {
    vertical-align: middle;
  }

  .columns-vertical-bottom .vc_column_container {
    vertical-align: bottom;
  }
}

/* 5 COLUMNS */
/*============================================================*/
.vc_col-xs-5 {
  width: 20%;
}
@media (min-width: 768px) {
  .vc_col-sm-5 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .vc_col-md-5 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .vc_col-lg-5 {
    width: 20%;
  }
}

/*============================================================*/
/* HOMEPAGE */
/*============================================================*/
.home .colored-box .qbutton {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*============================================================*/
/* SLIDER */
/*============================================================*/
.home .ls-bottom-nav-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  text-align: left;
}
.home .ls-thumbnail-wrapper {
  position: absolute;
  bottom: 0px;
}
.home .ls-thumbnail-wrapper .ls-thumbnail {
  top: -20px;
}
.ls-v5.ls-v5 .ls-nav-next,
.ls-v5.ls-v5 .ls-nav-prev {
  background-image: url(/wp-content/themes/elision-child/assets/img/skin-annual-progress-report.png);
}

/*============================================================*/
/* HEADER */
/*============================================================*/
header {
  display: block;
  margin: 0 0 -1px 0;
}
header.sticky + .content {
  margin-top: 149px;
}

/* HEADER LEFT / RIGHT */
/*============================================================*/
.header_inner_left,
.header_inner_right {
  display: none;
}
@media (max-width: 1000px) {
  .header_inner_left {
    display: block;
  }
}

/* SEARCH FORM; */
/*============================================================*/
#searchform {
  padding-top: 3px;
}
#s {
  width: 0;
  padding: 0;
}
#searchsubmit {
  background-color: transparent;
}
.searchform-opened #s {
  width: 74%;
  padding: 0 4%;
}


/* LOGO */
/*============================================================*/
.logo_wrapper { display: none; }

/* TOP HEADER */
/*============================================================*/
.header_top {
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  height: auto;
  border-bottom: 7px solid #F68220;
}

.header_top .right {
  clear: left;
  margin-top: -30px;
  padding: 5px 10px;
  background: #E5E5E5;
}
.header_top .left .inner>div {
  padding-left: 0;
}
.header_top .q_social_icon_holder .fa-stack {
  padding: 3px;
  background-color: #fff !important;
}
.header_top .q_social_icon_holder .fa-stack:hover {
  background-color: #EAA900 !important;
}
@media only screen and (max-width: 1000px) {
  .header_top .right {
    margin-top: 0px;
  }
  .dark .header_top .q_social_icon_holder .fa-stack i {
    color: #000!important;
  }
}

/* LANGUAGE SELECTOR */
/*============================================================*/
.header_top #lang_sel_list {
  padding: 0;
  margin-right: 30px;
  line-height: 36px;
}
.lang_sel_list_horizontal li {
  border-left: 1px solid #999;
}
.lang_sel_list_horizontal li:first-child {
  border: none;
}
.header_top #lang_sel_list.lang_sel_list_horizontal .lang_sel_other {
  line-height: 1;
}
.header_top #lang_sel_list.lang_sel_list_horizontal .lang_sel_other span {
  color: #f5821f !important;
}
.header_top #lang_sel_list.lang_sel_list_horizontal .lang_sel_sel {
  font-weight: 600;
  line-height: 1;
}
.header_top #lang_sel_list.lang_sel_list_horizontal .lang_sel_sel span {
  color: #4d4d4f !important;
}
.header_top #lang_sel_list.lang_sel_list_horizontal .lang_sel_other:hover span,
.header_top #lang_sel_list.lang_sel_list_horizontal .lang_sel_sel:hover span {
  color: #4d4d4f !important;
}


/* TOP NAVIGATION */
/*============================================================*/
.header_top .menu {
  list-style: none;
}

.header_top .menu-item {
  display: inline-block;
  padding: 0 5px;
}
.header_top .menu-item a {
  color: #000;
}
.header_top .menu-item a:hover {
  color: #F12347;
}

/* MAIN NAVIGATION */
/*============================================================*/
.header_bottom {
  clear: both;
}
header.sticky.sticky.sticky nav.main_menu>ul>li>a,
nav.main_menu ul li a {
  line-height: 40px;
}
header.sticky .drop_down .second,
.drop_down .second {
  top: 40px;
}
.drop_down .wide .second .menu-column {
  height: auto !important;
}
.menu-item-highlighted .menu_icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -0.5em 0 0 0;
}
.home nav.main_menu.main_menu>ul>li>a,
nav.main_menu.main_menu>ul>li.menu-item-highlighted.menu-item-highlighted>a {
  color: #fff;
}
.home .sticky nav.main_menu>ul>li>a {
  color: #000;
}
nav.main_menu.main_menu>ul>li.menu-item-highlighted>a span {
  display: inline-block;
  background-color: #999999;
  padding-left: 30px;
}
nav.main_menu.main_menu>ul>li.menu-item-highlighted.menu-item-highlighted>a:hover,
nav.main_menu.main_menu>ul>li.menu-item-highlighted.menu-item-highlighted.current-menu-item>a {
  color: #4d4d4f;
}
nav.main_menu.main_menu>ul>li.menu-item-highlighted>a:hover span,
nav.main_menu.main_menu>ul>li.menu-item-highlighted.current-menu-item>a span {
  background-color: #FFD500;
}

nav.main_menu .has_sub .second .inner > ul,
nav.main_menu .has_sub .second .inner,
nav.main_menu .has_sub .second {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
nav.main_menu .has_sub .second {
  left: 0 !important;
  height: 0;
}
nav.main_menu .has_sub .second>.inner>ul>.menu-column,
nav.main_menu .has_sub .second>.inner>ul>.menu-item {
  width: 33.33%;
}
nav.main_menu .has_sub.nav-menu-4-col>.second>.inner>ul>.menu-column,
nav.main_menu .has_sub.nav-menu-4-col>.second>.inner>ul>.menu-item {
  width: 25%;
}
nav.main_menu .has_sub.nav-menu-5-col>.second>.inner>ul>.menu-column,
nav.main_menu .has_sub.nav-menu-5-col>.second>.inner>ul>.menu-item {
  width: 20%;
}
nav.main_menu.main_menu .menu-column>ul>.menu-item>a {
  font-weight: 600;
}
nav.main_menu.main_menu .menu-column>ul>.menu-item:hover>a {
  padding-left: 0;
}
nav.main_menu .menu-column>ul>.menu-item>ul {
  padding-left: 5px;
}
.drop_down .wide .second ul li {
  max-width: 100%;
}
.drop_down .wide .second ul li:nth-child(4n+1) {
  clear: none;
}
.drop_down .wide .second ul li:nth-child(3n+1) {
  clear: both;
}
.drop_down .wide.nav-menu-5-col>.second ul li:nth-child(3n+1),
.drop_down .wide.nav-menu-4-col>.second ul li:nth-child(3n+1) {
  clear: none;
}
.drop_down .wide.nav-menu-4-col>.second ul li:nth-child(4n+1) {
  clear: both;
}
.drop_down .wide.nav-menu-5-col>.second ul li:nth-child(5n+1) {
  clear: both;
}

.drop_down .wide .second.second.second .inner li > a {
  margin: 0;
  padding: 9px 20px 9px 10px;
}
.drop_down .wide .second.second .inner li > a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
}

.drop_down .wide .second .menu-highlight > a {
  color: #f5821f !important;
}
.drop_down .wide .second .menu-invisible {
  visibility: hidden;
}
@media only screen and (max-width: 1000px) {
  nav.mobile_menu .menu-invisible {
    display: none !important;
  }
  .header_bottom {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.main_menu>ul>li>a span {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1001px) {
  nav.main_menu.right {
    float: left;
    display: table;
    width: 100%;
  }
  #menu-primary-navigation-spanish,
  #menu-primary-navigation-french,
  #menu-primary-navigation {
    display: table-row;
  }
  #menu-primary-navigation-spanish > .menu-item,
  #menu-primary-navigation-french > .menu-item,
  #menu-primary-navigation > .menu-item {
    display: table-cell;
    position: static;
    float: none;
  }

  nav.main_menu .has_sub .second .inner > ul,
  nav.main_menu .has_sub .second .inner,
  nav.main_menu .has_sub .second {
    width: 950px !important;
  }


  nav.main_menu>ul>li>a,
  nav.main_menu>ul>li>a span {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

}
@media only screen and (min-width: 1201px) {
  nav.main_menu .has_sub .second .inner > ul,
  nav.main_menu .has_sub .second .inner,
  nav.main_menu .has_sub .second {
    width: 1100px !important;
  }
}

/*============================================================*/
/* CONTENT */
/*============================================================*/
.content {
  float: left;
  width: 100%;
  margin: -1px 0 0 0;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .content {
    margin-top: -40px;
  }
}


/* TITLE */
/*============================================================*/
.content .title {
  height: auto;
}
.content .title .container_inner {
  padding-top: 0 !important;
}
.content .title h1,
.content .title .title_on_bottom_holder h1 {
  color: #4d4d4f;
}
.content .title .container_inner {
  /*padding-top: 110px;*/
  /*padding-top: 60px;  */
}
.content .title .container_inner h1 {
  float: left;
  width:80%;
  /*margin-top: 10px;*/
  /*padding-left: 20px;*/
  text-align: left;
}
/*.content .title .container_inner h1 span {
  margin-left: 25%;
  padding: 0 10px;
  color: #fff;
  background: #EAA900;
  border-radius: 2px;
}*/

.content .title_holder.title_holder {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .content .title_holder.title_holder {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
.content .title .container_inner h1 {
  padding-left: 0;
}
.content .title .container_inner h1 span {
  display: block;
  margin-left: 0;
  text-align: center;
}
}


/*============================================================*/
/* FOOTER */
/*============================================================*/
footer {
  clear: both;
  padding-top: 80px;
}
.footer_top h6 {
  font-size: 17px;
  text-transform: uppercase;
}
.footer_top_holder .q_social_icon_holder .fa-stack {
  background-color: #373737 !important;
}
.footer_top_holder .fa-stack:hover i {
  color: #FFF1A1 !important;
}
.footer_top .container {
  background-color: transparent;
}

/*
.postid-92 .footer_top_holder {
  background-color: #F6F6F6;
}
.postid-92 .footer_bottom_holder {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}
.postid-92 .footer_top_holder .q_social_icon_holder .fa-stack {
  background-color: #F6F6F6 !important;
}
.postid-92 footer {
  border-top: 1px solid #e0e0e0;
}
.postid-92 .footer_top .fa,
.postid-92 .footer_top h6,
.postid-92 footer,
.postid-92 footer .footer_top,
.postid-92 footer a {
  color: #272727 !important;
}
.postid-92 .column_inner {
  border-color: #e0e0e0 !important;
}



.postid-101 .footer_top_holder {
  background-color: #ffffff;
}
.postid-101 .footer_bottom_holder {
  background-color: #F6F6F6;
  box-shadow: 0px -1px 3px rgba(0,0,0,0.2);
}
.postid-101 .footer_top_holder .q_social_icon_holder .fa-stack {
  background-color: #F6F6F6 !important;
}
.postid-101 footer {
  border-top: 1px solid #e0e0e0;
}
.postid-101 .footer_top .fa,
.postid-101 .footer_top h6,
.postid-101 footer,
.postid-101 footer .footer_top,
.postid-101 footer a {
  color: #272727 !important;
}
.postid-101 .column_inner {
  border-color: #e0e0e0 !important;
}

*/


/*============================================================*/
/* BLOG */
/*============================================================*/
/*
.page h1,
.post h1 {
  color: #4d4d4f;
}
.page h2,
.post h2 {
  color: #d2232a;
}
.page h3,
.post h3 {
  color: #832f0a;
}
.page h4,
.post h4 {
  color: #a26347;
}
.page h5,
.post h5 {
  color: #d2232a;
}
.page h6,
.post h6 {
  color: #e15155;
}
*/
.section ul,
.section ol,
.post ol,
.post ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-position: outside;
}
.section li,
.post li {
  margin-bottom: 10px;
}

.tag .post .post_image,
.blog .post .post_image {
  display: none;
}
.archive .post_image {
  border: 1px solid #ddd;
}
.archive .post_image img {
  border: none;
}
.archive.category-sun-in-practice .post_image {
  max-height: 300px;
  overflow: hidden;
}
.archive.category-sun-in-practice .post_image img {
  /*transform: translateY(-25%);*/
}
.blog_holder article .post_info .inner {
  padding: 0;
}
.blog_holder article .post_info .year,
.blog_holder article .post_info .month {
  color: #888;
}
.blog-post-meta-comments {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -5px;
}
.blog-post-meta-comments .fa-comment {
  font-size: 26px;
}
.blog-post-meta-comments-count {
  position: absolute;
  top: 40%;
  left: 48%;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.blog-print {
  display: block;
  margin: 15px 0 -4px;
  padding: 15px 0 0 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
}
.blog-print-btn {
  font-weight: 300;
  color: #888;
}
.blog-print-btn .fa-print {
  color: #dfdfdf;
  font-size: 22px;
}
.blog-print-btn:hover,
.blog-print-btn:hover .fa-print {
  color: #EAA900;
}

@media (min-width: 768px) {
  .blog_holder.blog_small_image .post_image {
    float: left;
    max-width: 30%;
    margin: 0 25px 25px 0;
  }
}

/* BLOG: STICKY POST; */
/*============================================================*/
.post-sticky {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border: 2px solid #f68220;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 1px 1px 0px rgb(147, 69, 6), 2px 2px 0px rgb(147, 69, 6), 3px 3px 0px rgb(147, 69, 6), 4px 4px 0px rgb(147, 69, 6);
}

/* Hide author for blog posts */
/*============================================================*/
.post .post_description {
  font-size: 0;
}
.post .post_description a {
  font-size: 14px;
}
.post .post_description a + a::before {
  content: ' | ';
  display: inline;
  margin: 0 5px;
}
.post .post_author {
  display: none;
}
.post .post_description .post_author + a::before {
  content: '';
  margin: 0;
}
/*
.post.category-voces-del-movimiento-es .post_author,
.post.category-voix-du-mouvement-fr .post_author,
.post.category-voices .post_author {
  display: inline;
}
.post.category-voces-del-movimiento-es .post_author + a::before,
.post.category-voix-du-mouvement-fr .post_author + a::before,
.post.category-voices .post_author + a::before {
  content: ' | ';
  margin: 0 5px;
}
*/

/* SINGLE POST */
/*============================================================*/
.post_content_holder .wp-caption {
  max-width: 100%;
}

.single-post .sun-breadcrumbs {
  margin-bottom: 40px;
}
.single-post .blog_holder .post_image,
.single-post .title_holder h1 {
  display: none;
}
.single-post .post_text > h1 {
  margin-top: 0;
}


/* Move sidebar to the left and post date to the right */
/*============================================================*/
.two_columns_75_25 .blog_holder .post_info {
  float: right;
}
@media screen and (min-width: 601px) {

.two_columns_75_25 > .column1 {
  float: right;
}
.two_columns_75_25 > .column1 > .column_inner {
  padding: 0 0 0 20px;
}
.two_columns_75_25 > .column2 > .column_inner {
  padding: 0 20px 0 5px;
}

}


/* COMMENTS */
/*============================================================*/
.comment_holder .comment .image {
  display: none;
}
.comment_holder .comment .text {
  padding-left: 0;
}
.comment_holder .comment .comment_date {
  font-size: 80%;
}


/*============================================================*/
/* VISION */
/*============================================================*/
.sun-vision-row .section {
  overflow: visible;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 7px solid #F68220;
  z-index:130;
}
.sun-vision-heading h3 {
  display: inline-block;
  padding: 0 2em;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background-color: #F68220;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sun-vision-row h4 {
  color: #4d4d4f;
}

@media (min-width: 768px) {
  .sun-vision-heading {
    margin-top: -40px;
  }
}

/*============================================================*/
/* PAGE */
/*============================================================*/
.title + .container .container_inner {
  padding-top: 20px;
}



/* TABS */
/*============================================================*/
.sun-networks-tabs,
.country-news-tabs {
  border-top: 1px solid #999999;
}
.home .sun-networks-tabs,
.home .country-news-tabs {
  border: none;
}
.q_tabs.q_tabs .tabs-nav a {
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  background-color: #999999;
}
/*.sun-networks-tabs
.country-news-tabs*/
.q_tabs.q_tabs .tabs-nav li:hover a,
.q_tabs.q_tabs .tabs-nav .active a {
  color: #fff;
  background-color: #F58220;
}

@media screen and (min-width: 768px) {
  .sun-networks-tabs .q_tabs,
  .country-news-tabs .q_tabs {
    text-align: left;
  }
/*  .country-news-tabs .tabs-nav {
    margin-right: 50px;
  }*/
}


/* ACCODRION */
/*============================================================*/
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header {
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  background-color: #999999;
}
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header .accordion_mark {
  margin: 5px;
  width: 30px;
  height: 30px;
}
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header .accordion_mark,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header .accordion_icon_mark,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header .tab-title {
  color: #fff;
}
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header:hover,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header.ui-accordion-header-active {
  background-color: #F58220;
}
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header:hover .accordion_mark,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header:hover .accordion_icon_mark,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header:hover .tab-title,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header.ui-accordion-header-active .accordion_mark,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header.ui-accordion-header-active .accordion_icon_mark,
.q_accordion_holder.q_accordion_holder.q_accordion_holder .ui-accordion-header.ui-accordion-header-active .tab-title {
  color: #fff;
}


.icon_holder.icon_holder .fa,
.icon_with_title_link.icon_with_title_link {
  color: #F58220;
}
.q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa,
.q_font_awsome_icon_stack:hover .fa {
  color: #fff !important;
}
.q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-stack-base,
.q_font_awsome_icon_stack:hover .fa-stack-base {
  color: #F58220 !important;
}






/*============================================================*/
/* SUN NETWORK PAGE */
/*============================================================*/
.sun-network-tabs {
  border-top: 1px solid #999999;
}

.sun-network-tabs .tabs-nav.tabs-nav {
  display: table;
}

.sun-network-tabs .q_tabs .tabs-nav a {
  padding: 10px 10px;
  height: auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  color: #4d4d4f;
  background-color: transparent;
}

.sun-network-tabs .q_tabs .tabs-nav a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background: transparent no-repeat center center;
}

.q_tabs .tabs-nav .country-progress-tab-country-level a::before {
  background-image: url(./assets/img/icons/icon-sun-progress-country-level.png);
}
.q_tabs .tabs-nav .country-progress-tab-global-level a::before {
  background-image: url(./assets/img/icons/icon-sun-progress-global-level.png);
}
.q_tabs .tabs-nav .country-progress-tab-past-year a::before {
  background-image: url(./assets/img/icons/icon-sun-progress-past-year.png);
}
.q_tabs .tabs-nav .country-progress-tab-governance a::before {
  background-image: url(./assets/img/icons/icon-sun-progress-governance.png);
}

.sun-network-tabs .q_tabs .tabs-nav a {
  background: transparent !important;
}

.q_tabs .tabs-nav .country-progress-tab-country-level:hover,
.q_tabs .tabs-nav .country-progress-tab-country-level.active {
  color: #fff;
  background-color: #CAD123;
}

.q_tabs .tabs-nav .country-progress-tab-global-level:hover,
.q_tabs .tabs-nav .country-progress-tab-global-level.active {
  color: #fff;
  background-color: #70BF44;
}

.q_tabs .tabs-nav .country-progress-tab-past-year:hover,
.q_tabs .tabs-nav .country-progress-tab-past-year.active {
  color: #fff;
  background-color: #06ACD5;
}

.q_tabs .tabs-nav .country-progress-tab-governance:hover,
.q_tabs .tabs-nav .country-progress-tab-governance.active {
  color: #fff;
  background-color: #146BA4;
}


/*============================================================*/
/* COUNTRY PAGE */
/*============================================================*/


/* COUNTRY PROGRESS */
/*============================================================*/
.country-progress-tabs {
  border-top: 1px solid #999999;
}

.country-progress-tabs .q_tabs .tabs-nav a {
  padding: 10px 10px;
  height: auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  color: #4d4d4f;
  background-color: transparent;
}

.q_tabs .tabs-nav .country-progress-tab-financial-tracking a::before,
.q_tabs .tabs-nav .country-progress-tab-aligning-programs a::before,
.q_tabs .tabs-nav .country-progress-tab-coherent-policy a::before,
.q_tabs .tabs-nav .country-progress-tab-bringing-people a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background: transparent no-repeat center center;
}
.q_tabs .tabs-nav .country-progress-tab-bringing-people a::before {
  background-image: url(./assets/img/icons/icon-people-off.png);
}
.q_tabs .tabs-nav .country-progress-tab-coherent-policy a::before {
  background-image: url(./assets/img/icons/icon-court-off.png);
}
.q_tabs .tabs-nav .country-progress-tab-aligning-programs a::before {
  background-image: url(./assets/img/icons/icon-cogs-off.png);
}
.q_tabs .tabs-nav .country-progress-tab-financial-tracking a::before {
  background-image: url(./assets/img/icons/icon-hands-shake-off.png);
}

.q_tabs .tabs-nav .country-progress-tab-financial-tracking a,
.q_tabs .tabs-nav .country-progress-tab-aligning-programs a,
.q_tabs .tabs-nav .country-progress-tab-coherent-policy a,
.q_tabs .tabs-nav .country-progress-tab-bringing-people a {
  background: transparent !important;
}
.q_tabs .tabs-nav .country-progress-tab-financial-tracking:hover a,
.q_tabs .tabs-nav .country-progress-tab-financial-tracking.active a,
.q_tabs .tabs-nav .country-progress-tab-aligning-programs:hover a,
.q_tabs .tabs-nav .country-progress-tab-aligning-programs.active a,
.q_tabs .tabs-nav .country-progress-tab-coherent-policy:hover a,
.q_tabs .tabs-nav .country-progress-tab-coherent-policy.active a,
.q_tabs .tabs-nav .country-progress-tab-bringing-people:hover a,
.q_tabs .tabs-nav .country-progress-tab-bringing-people.active a {
  color: #fff !important;
}

.q_tabs .tabs-nav .country-progress-tab-bringing-people:hover,
.q_tabs .tabs-nav .country-progress-tab-bringing-people.active {
  color: #fff;
  background-color: #CAD123;
}

.q_tabs .tabs-nav .country-progress-tab-coherent-policy:hover,
.q_tabs .tabs-nav .country-progress-tab-coherent-policy.active {
  color: #fff;
  background-color: #70BF44;
}

.q_tabs .tabs-nav .country-progress-tab-aligning-programs:hover,
.q_tabs .tabs-nav .country-progress-tab-aligning-programs.active {
  color: #fff;
  background-color: #06ACD5;
}

.q_tabs .tabs-nav .country-progress-tab-financial-tracking:hover,
.q_tabs .tabs-nav .country-progress-tab-financial-tracking.active {
  color: #fff;
  background-color: #146BA4;
}

.q_tabs .tabs-nav .country-progress-tab-bringing-people:hover a::before,
.q_tabs .tabs-nav .country-progress-tab-bringing-people.active a::before {
  background-image: url(./assets/img/icons/icon-people-on.png);
}

.q_tabs .tabs-nav .country-progress-tab-coherent-policy:hover a::before,
.q_tabs .tabs-nav .country-progress-tab-coherent-policy.active a::before {
  background-image: url(./assets/img/icons/icon-court-on.png);
}

.q_tabs .tabs-nav .country-progress-tab-aligning-programs:hover a::before,
.q_tabs .tabs-nav .country-progress-tab-aligning-programs.active a::before {
  background-image: url(./assets/img/icons/icon-cogs-on.png);
}

.q_tabs .tabs-nav .country-progress-tab-financial-tracking:hover a::before,
.q_tabs .tabs-nav .country-progress-tab-financial-tracking.active a::before {
  background-image: url(./assets/img/icons/icon-hands-shake-on.png);
}



/*============================================================*/
/* SHORTCODES */
/*============================================================*/

/* SHORTCODE: TABS */
/*============================================================*/
.tab-icon {
  margin-right: 10px;
}
.wpb_tabstabs_holder .tabs-nav li,
.wpb_tabstabs_holder .tabs-nav,
.wpb_tabstabs_holder {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tabs-layout-stretched .tabs-nav li {
    display: table-cell;
    float: none;
    width: 25%;
    vertical-align: middle;
  }
  .tabs-layout-stretched .q_tabs .tabs-nav a {
    text-align: center;
  }

  .tabs-layout-standard .tabs-nav li,
  .tabs-layout-standard .tabs-nav {
    display: inline-block;
    width: auto;
    background-color: #999999;
  }
}


/* SHORTCODE: POSTS FEED */
/*============================================================*/
.sun-posts-feed {
  display: block;
  width: 100%;
}
.sun-posts-feed-taxonomy {
  display: inline;
}
.sun-posts-feed-item {
  display: block;
  margin-bottom: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sun-posts-feed::after,
.sun-posts-feed-item::after {
  content: '';
  display: table;
  clear: both;
}
.sun-posts-feed-meta {
  margin-bottom: 10px;
}
.sun-posts-feed-meta-item + .sun-posts-feed-meta-item::before {
  content: '|';
  display: inline;
  margin: 0 5px;
}
.sun-posts-feed-meta-date {
  margin-right: 10px;
}
.sun-posts-feed-meta-date + .sun-posts-feed-meta-item::before {
  display: none;
}
.sun-posts-feed-thumbnail {
  margin: 0 10px 5px 0;
  width: 100%;
  height: auto;
}
.sun-posts-feed-title {
  margin: 0;
}
.sun-posts-feed-layout-list .sun-posts-feed-thumbnail img {
  width: 100%;
  height: auto;
}
.sun-posts-feed-taxonomies {
  display: block;
  clear: both;
}
.sun-posts-feed-no-posts {
  width: 100%;
  padding: 20px;
}
.sun-posts-feed-meta-comments {
  position: relative;
}
.sun-posts-feed-meta-comments .fa-comment {
  font-size: 26px;
}
.sun-posts-feed-meta-comments-count {
  position: absolute;
  top: 35%;
  left: 48%;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
/*.hide_thumbnail > .sun-posts-feed-item {
  margin-bottom: 10px;
}*/

/* LIST */
.sun-posts-feed-layout-list  .sun-posts-feed-item {
  width: 100%;
  margin-bottom: 20px;
}
.sun-posts-feed-layout-list .sun-posts-feed-thumbnail {
  float: left;
  max-width: 200px;
  width: 25%;
}
.sun-posts-feed-layout-list.hide_thumbnail.force_1_row_thumbnails .sun-posts-feed-item .sun-posts-feed-thumbnail {
  display: none;
}
.sun-posts-feed-layout-list.force_1_row_thumbnails .sun-posts-feed-item:nth-child( -n + 1 ) .sun-posts-feed-thumbnail {
  display: block;
}

@media screen and (max-width: 600px) {
.sun-posts-feed-layout-list .sun-posts-feed-thumbnail {
  float: none;
  width: 100%;
}
}

/* GRID */
.sun-posts-feed-layout-grid {
  width: auto;
  margin-left: -1%;
  margin-right: -1%;
}
.sun-posts-feed-layout-grid  .sun-posts-feed-item {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.grid-columns-2 > .sun-posts-feed-item:nth-child( 2n + 1 ) {
  clear: left;
}
.grid-columns-3 > .sun-posts-feed-item:nth-child( 3n + 1 ) {
  clear: left;
}
.grid-columns-4 > .sun-posts-feed-item:nth-child( 4n + 1 ) {
  clear: left;
}
.sun-posts-feed-layout-grid .sun-posts-feed-thumbnail {
  margin: 0;
}
.sun-posts-feed-layout-grid.hide_thumbnail.force_1_row_thumbnails .sun-posts-feed-item .sun-posts-feed-thumbnail {
  display: none;
}
.sun-posts-feed-layout-grid.force_1_row_thumbnails.grid-columns-2 .sun-posts-feed-item:nth-child( -n + 2 ) .sun-posts-feed-thumbnail {
  display: block;
}
.sun-posts-feed-layout-grid.force_1_row_thumbnails.grid-columns-3 .sun-posts-feed-item:nth-child( -n + 3 ) .sun-posts-feed-thumbnail {
  display: block;
}
.sun-posts-feed-layout-grid.force_1_row_thumbnails.grid-columns-4 .sun-posts-feed-item:nth-child( -n + 4 ) .sun-posts-feed-thumbnail {
  display: block;
}

.sun-posts-feed-column {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}
.sun-posts-feed-column .sun-posts-feed-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.grid-columns-3 > .sun-posts-feed-item,
.grid-columns-3 > .sun-posts-feed-column {
  width: 31.33%;
}
.grid-columns-4 > .sun-posts-feed-item,
.grid-columns-4 > .sun-posts-feed-column {
  width: 23%;
}

@media screen and (max-width: 800px) {
.grid-columns-4 > .sun-posts-feed-item,
.grid-columns-4 > .sun-posts-feed-column {
  width: 48%;
}
}
@media screen and (max-width: 600px) {
.sun-posts-feed-column.sun-posts-feed-column {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.sun-posts-feed-layout-grid .sun-posts-feed-item {
  width: 100%;
  /*margin: 0 0 40px 0;*/
  margin-bottom: 40px;
}
}


/* SHORTCODE: SUN THUMBNAIL */
/*============================================================*/
.sun-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
/*
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  */
}
.sun-thumbnail::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.sun-thumbnail-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.sun-thumbnail.aspect_ratio_wide::before {
  padding-top: 75%;
}
.sun-thumbnail.aspect_ratio_hd::before {
  padding-top: 56.25%;
}
.sun-thumbnail.aspect_ratio_square::before {
  padding-top: 100%;
}
.sun-thumbnail.display_type_fill {
  background-size: cover;
}
.sun-thumbnail.display_type_fit {
  background-size: contain;
}
.sun-thumbnail.vertical_alignment_top {
  background-position-y: top;
}
.sun-thumbnail.vertical_alignment_center {
  background-position-y: center;
}
.sun-thumbnail.vertical_alignment_bottom {
  background-position-y: bottom;
}
.sun-thumbnail.horizontal_alignment_left {
  background-position-x: left;
}
.sun-thumbnail.horizontal_alignment_center {
  background-position-x: center;
}
.sun-thumbnail.horizontal_alignment_right {
  background-position-x: right;
}




/* SHORTCODE: COLORED BOX */
/*============================================================*/
.colored-box-inner,
.colored-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.colored-box-inner {
  border: 3px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* DESIGN */
.sun-colored-box-heading {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: inherit;
}
.sun-colored-box-heading::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 20%;
  height: 3px;
}
.colored-box .accent {
  font-weight: 600;
}

.sun-colored-box-footnote {
  font-style: italic;
}
.colored-box .qbutton {
  letter-spacing: 0px;
}

/* Orange - default */
.colored-box.color_orange ::selection { background: #F8E3BC; }
.colored-box.color_orange .sun-colored-box-heading { color: #fff; }
.colored-box.color_orange .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_orange a,
.colored-box.color_orange .accent { color: #832F0A; }
.colored-box.color_orange a:hover,
.colored-box.color_orange a.accent:hover { color: #BA6D33; }
.colored-box.color_orange .qbutton:hover,
.colored-box.color_orange .qbutton { background-color: #fff; color: #F58220; }
.colored-box.color_orange > .colored-box-inner {
  color: #fff;
  background: #F58220;
  border-color: #F58220;
}
/* Orange - outline */
.colored-box.color_orange.style_outline .sun-colored-box-heading { color: #F58220; }
.colored-box.color_orange.style_outline .sun-colored-box-heading::after { background: #F58220; }
.colored-box.color_orange.style_outline .qbutton { background-color: #F58220; color: #fff; }
.colored-box.color_orange.style_outline > .colored-box-inner {
  color: #F58220;
  background: transparent;
}

/* Brown - default */
.colored-box.color_brown ::selection { background: #E6CBB5; }
.colored-box.color_brown .sun-colored-box-heading { color: #fff; }
.colored-box.color_brown .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_brown a,
.colored-box.color_brown .accent { color: #F58220; }
.colored-box.color_brown a:hover,
.colored-box.color_brown a.accent:hover { color: #ECAF15; }
.colored-box.color_brown .qbutton:hover,
.colored-box.color_brown .qbutton { background-color: #fff; color: #832F0A; }
.colored-box.color_brown > .colored-box-inner {
  color: #fff;
  background: #832F0A;
  border-color: #832F0A;
}
/* Brown - outline */
.colored-box.color_brown.style_outline .sun-colored-box-heading { color: #832F0A; }
.colored-box.color_brown.style_outline .sun-colored-box-heading::after { background: #832F0A; }
.colored-box.color_brown.style_outline .qbutton { background-color: #832F0A; color: #fff; }
.colored-box.color_brown.style_outline > .colored-box-inner {
  color: #832F0A;
  background: transparent;
}

/* Dark Green - default */
.colored-box.color_dark_green ::selection { background: #B5D4BB; }
.colored-box.color_dark_green .sun-colored-box-heading { color: #fff; }
.colored-box.color_dark_green .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_dark_green a,
.colored-box.color_dark_green .accent { color: #ECAF15; }
.colored-box.color_dark_green a:hover,
.colored-box.color_dark_green a.accent:hover { color: #F58220; }
.colored-box.color_dark_green .qbutton:hover,
.colored-box.color_dark_green .qbutton { background-color: #fff; color: #007E3B; }
.colored-box.color_dark_green > .colored-box-inner {
  color: #fff;
  background: #007E3B;
  border-color: #007E3B;
}
/* Dark Green - outline */
.colored-box.color_dark_green.style_outline .sun-colored-box-heading { color: #007E3B; }
.colored-box.color_dark_green.style_outline .sun-colored-box-heading::after { background: #007E3B; }
.colored-box.color_dark_green.style_outline .qbutton { background-color: #007E3B; color: #fff; }
.colored-box.color_dark_green.style_outline > .colored-box-inner {
  color: #007E3B;
  background: transparent;
}

/* Light Green - default */
.colored-box.color_light_green ::selection { background: #FFD400; }
.colored-box.color_light_green .sun-colored-box-heading { color: #fff; }
.colored-box.color_light_green .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_light_green a,
.colored-box.color_light_green .accent { color: #FFD400; }
.colored-box.color_light_green a:hover,
.colored-box.color_light_green a.accent:hover { color: #fff; }
.colored-box.color_light_green .qbutton:hover,
.colored-box.color_light_green .qbutton { background-color: #fff; color: #6EBE44; }
.colored-box.color_light_green > .colored-box-inner {
  color: #fff;
  background: #6EBE44;
  border-color: #6EBE44;
}
/* Light Green - outline */
.colored-box.color_light_green.style_outline .sun-colored-box-heading { color: #6EBE44; }
.colored-box.color_light_green.style_outline .sun-colored-box-heading::after { background: #6EBE44; }
.colored-box.color_light_green.style_outline a,
.colored-box.color_light_green.style_outline .accent { color: #FFD400; }
.colored-box.color_light_green.style_outline a:hover,
.colored-box.color_light_green.style_outline a.accent:hover { color: #6EBE44; }
.colored-box.color_light_green.style_outline .qbutton { background-color: #6EBE44; color: #fff; }
.colored-box.color_light_green.style_outline .qbutton:hover { color: #fff; }
.colored-box.color_light_green.style_outline > .colored-box-inner {
  color: #6EBE44;
  background: transparent;
}

/* Dark Cyan - default */
.colored-box.color_dark_cyan ::selection { background: #AEDFE0; }
.colored-box.color_dark_cyan .sun-colored-box-heading { color: #fff; }
.colored-box.color_dark_cyan .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_dark_cyan a,
.colored-box.color_dark_cyan .accent { color: #C8DA2C; }
.colored-box.color_dark_cyan a:hover,
.colored-box.color_dark_cyan a.accent:hover { color: #D6E378; }
.colored-box.color_dark_cyan .qbutton:hover,
.colored-box.color_dark_cyan .qbutton { background-color: #fff; color: #116D60; }
.colored-box.color_dark_cyan > .colored-box-inner {
  color: #fff;
  background: #116D60;
  border-color: #116D60;
}
/* Dark Cyan - outline */
.colored-box.color_dark_cyan.style_outline .sun-colored-box-heading { color: #116D60; }
.colored-box.color_dark_cyan.style_outline .sun-colored-box-heading::after { background: #116D60; }
.colored-box.color_dark_cyan.style_outline .qbutton { background-color: #116D60; color: #fff; }
.colored-box.color_dark_cyan.style_outline > .colored-box-inner {
  color: #116D60;
  background: transparent;
}

/* Lime - default */
.colored-box.color_lime ::selection { background: #EAF1C5; }
.colored-box.color_lime .sun-colored-box-heading { color: #fff; }
.colored-box.color_lime .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_lime a,
.colored-box.color_lime .accent { color: #006AA2; }
.colored-box.color_lime a:hover,
.colored-box.color_lime a.accent:hover { color: #00ACD4; }
.colored-box.color_lime .qbutton:hover,
.colored-box.color_lime .qbutton { background-color: #fff; color: #99AF01; }
.colored-box.color_lime > .colored-box-inner {
  color: #fff;
  background: #99AF01;
  border-color: #99AF01;
}
/* Lime - outline */
.colored-box.color_lime.style_outline .sun-colored-box-heading { color: #99AF01; }
.colored-box.color_lime.style_outline .sun-colored-box-heading::after { background: #99AF01; }
.colored-box.color_lime.style_outline .qbutton { background-color: #99AF01; color: #fff; }
.colored-box.color_lime.style_outline > .colored-box-inner {
  color: #99AF01;
  background: transparent;
}

/* Light Yellow - default */
.colored-box.color_light_yellow ::selection { color: #FCEBB2; background: #832F0A; }
.colored-box.color_light_yellow .sun-colored-box-heading { color: #832F0A; }
.colored-box.color_light_yellow .sun-colored-box-heading::after { background: #832F0A; }
.colored-box.color_light_yellow a,
.colored-box.color_light_yellow .accent { color: #116D60; }
.colored-box.color_light_yellow a:hover,
.colored-box.color_light_yellow a.accent:hover { color: #00A9AA; }
.colored-box.color_light_yellow .qbutton:hover,
.colored-box.color_light_yellow .qbutton { background-color: #832F0A; color: #FCEBB2; }
.colored-box.color_light_yellow > .colored-box-inner {
  color: #832F0A;
  background: #FCEBB2;
  border-color: #FCEBB2;
}
/* Light Yellow - outline */
.colored-box.color_light_yellow.style_outline .sun-colored-box-heading { color:#ddac08; }
.colored-box.color_light_yellow.style_outline .sun-colored-box-heading::after { background: #FCEBB2; }
.colored-box.color_light_yellow.style_outline .qbutton { background-color: #FCEBB2; color: #832F0A; }
.colored-box.color_light_yellow.style_outline > .colored-box-inner {
  color: #ddac08;
  background: transparent;
}

/* Bright Yellow - default */
.colored-box.color_bright_yellow ::selection { color: #FFD400; background: #4d4d4f; }
.colored-box.color_bright_yellow .sun-colored-box-heading { color: #4d4d4f; }
.colored-box.color_bright_yellow .sun-colored-box-heading::after { background: #4d4d4f; }
.colored-box.color_bright_yellow a,
.colored-box.color_bright_yellow .accent { color: #fff; }
.colored-box.color_bright_yellow a:hover,
.colored-box.color_bright_yellow a.accent:hover { color: #832F0A; }
.colored-box.color_bright_yellow .qbutton:hover,
.colored-box.color_bright_yellow .qbutton { background-color: #4d4d4f; color: #fff; }
.colored-box.color_bright_yellow > .colored-box-inner {
  color: #4d4d4f;
  background: #FFD400;
  border-color: #FFD400;
}
/* Bright Yellow - outline */
.colored-box.color_bright_yellow.style_outline .sun-colored-box-heading { color:#4d4d4f; }
.colored-box.color_bright_yellow.style_outline .sun-colored-box-heading::after { background: #FFD400; }
.colored-box.color_bright_yellow.style_outline a,
.colored-box.color_bright_yellow.style_outline .accent { color: #832F0A; }
.colored-box.color_bright_yellow.style_outline a:hover,
.colored-box.color_bright_yellow.style_outline a.accent:hover { color: #FFD400; }
.colored-box.color_bright_yellow.style_outline .qbutton:hover,
.colored-box.color_bright_yellow.style_outline .qbutton { background-color: #4d4d4f; color: #fff; }
.colored-box.color_bright_yellow.style_outline > .colored-box-inner {
  color: #4d4d4f;
  background: transparent;
}

/* White - default */
/*.colored-box.color_white ::selection { color: #FCEBB2; background: #832F0A; }*/
.colored-box.color_white .sun-colored-box-heading { color: #4d4d4f; }
.colored-box.color_white .sun-colored-box-heading::after { background: #4d4d4f; }
.colored-box.color_white .accent { color: #000; }
.colored-box.color_white a.accent:hover { color: #333; }
.colored-box.color_white > .colored-box-inner {
  color: #4d4d4f;
  background: #fff;
  border-color: #fff;
}
/* White - outline */
.colored-box.color_white.style_outline .sun-colored-box-heading { color: #4d4d4f; }
.colored-box.color_white.style_outline .sun-colored-box-heading::after { background: #4d4d4f; }
.colored-box.color_white.style_outline > .colored-box-inner {
  color: #4d4d4f;
  background: transparent;
  border-color: #4d4d4f;
}


/* Dark Blue - default */
.colored-box.color_dark_blue ::selection { background: #006AA2; }
.colored-box.color_dark_blue .sun-colored-box-heading { color: #fff; }
.colored-box.color_dark_blue .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_dark_blue a,
.colored-box.color_dark_blue .accent { color: #FFD400; }
.colored-box.color_dark_blue a:hover,
.colored-box.color_dark_blue a.accent:hover { color: #F58220; }
.colored-box.color_dark_blue .qbutton:hover,
.colored-box.color_dark_blue .qbutton { background-color: #fff; color: #006AA2; }
.colored-box.color_dark_blue > .colored-box-inner {
  color: #fff;
  background: #006AA2;
  border-color: #006AA2;
}
/* Dark Blue - outline */
.colored-box.color_dark_blue.style_outline .sun-colored-box-heading { color: #006AA2; }
.colored-box.color_dark_blue.style_outline .sun-colored-box-heading::after { background: #006AA2; }
.colored-box.color_dark_blue.style_outline .qbutton { background-color: #006AA2; color: #fff; }
.colored-box.color_dark_blue.style_outline a,
.colored-box.color_dark_blue.style_outline .accent { color: #F58220; }
.colored-box.color_dark_blue.style_outline a:hover,
.colored-box.color_dark_blue.style_outline a.accent:hover { color: #FFD400; }
.colored-box.color_dark_blue.style_outline .qbutton:hover { color: #fff; }
.colored-box.color_dark_blue.style_outline > .colored-box-inner {
  color: #006AA2;
  background: transparent;
}


/* Light Blue - default */
.colored-box.color_light_blue ::selection { background: #00ACD4; }
.colored-box.color_light_blue .sun-colored-box-heading { color: #fff; }
.colored-box.color_light_blue .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_light_blue a,
.colored-box.color_light_blue .accent { color: #FFD400; }
.colored-box.color_light_blue a:hover,
.colored-box.color_light_blue a.accent:hover { color: #FCEBB2; }
.colored-box.color_light_blue .qbutton:hover,
.colored-box.color_light_blue .qbutton { background-color: #fff; color: #00ACD4; }
.colored-box.color_light_blue > .colored-box-inner {
  color: #fff;
  background: #00ACD4;
  border-color: #00ACD4;
}
/* Light Blue - outline */
.colored-box.color_light_blue.style_outline .sun-colored-box-heading { color: #00ACD4; }
.colored-box.color_light_blue.style_outline .sun-colored-box-heading::after { background: #00ACD4; }
.colored-box.color_light_blue.style_outline .qbutton { background-color: #00ACD4; color: #fff; }
.colored-box.color_light_blue.style_outline a,
.colored-box.color_light_blue.style_outline .accent { color: #F58220; }
.colored-box.color_light_blue.style_outline a:hover,
.colored-box.color_light_blue.style_outline a.accent:hover { color: #FFD400; }
.colored-box.color_light_blue.style_outline .qbutton:hover { color: #fff; }
.colored-box.color_light_blue.style_outline > .colored-box-inner {
  color: #00ACD4;
  background: transparent;
}


/* Bright Red - default */
.colored-box.color_bright_red ::selection { background: #D2232A; }
.colored-box.color_bright_red .sun-colored-box-heading { color: #fff; }
.colored-box.color_bright_red .sun-colored-box-heading::after { background: #fff; }
.colored-box.color_bright_red a,
.colored-box.color_bright_red .accent { color: #FFD400; }
.colored-box.color_bright_red a:hover,
.colored-box.color_bright_red a.accent:hover { color: #FCEBB2; }
.colored-box.color_bright_red .qbutton:hover,
.colored-box.color_bright_red .qbutton { background-color: #fff; color: #D2232A; }
.colored-box.color_bright_red > .colored-box-inner {
  color: #fff;
  background: #D2232A;
  border-color: #D2232A;
}
/* Bright Red - outline */
.colored-box.color_bright_red.style_outline .sun-colored-box-heading { color: #D2232A; }
.colored-box.color_bright_red.style_outline .sun-colored-box-heading::after { background: #D2232A; }
.colored-box.color_bright_red.style_outline .qbutton { background-color: #D2232A; color: #fff; }
.colored-box.color_bright_red.style_outline a,
.colored-box.color_bright_red.style_outline .accent { color: #006AA2; }
.colored-box.color_bright_red.style_outline a:hover,
.colored-box.color_bright_red.style_outline a.accent:hover { color: #00ACD4; }
.colored-box.color_bright_red.style_outline .qbutton:hover { color: #fff; }
.colored-box.color_bright_red.style_outline > .colored-box-inner {
  color: #D2232A;
  background: transparent;
}


/* LAYOUT */
.colored-box.align_none {}
.colored-box.align_left { float: left; }
.colored-box.align_right { float: right; }

.colored-box.margin_smallest { padding: 5px; }
.colored-box.margin_small { padding: 10px; }
.colored-box.margin_medium { padding: 20px; }
.colored-box.margin_large { padding: 30px; }
.colored-box.margin_largest { padding: 40px; }

.colored-box.padding_smallest > .colored-box-inner { padding: 5px; }
.colored-box.padding_small > .colored-box-inner { padding: 10px; }
.colored-box.padding_medium > .colored-box-inner { padding: 20px; }
.colored-box.padding_large > .colored-box-inner { padding: 30px; }
.colored-box.padding_largest > .colored-box-inner { padding: 40px; }

.colored-box.width_desktop_full { width: 100%; }
.colored-box.width_desktop_full > .colored-box-inner { height: auto !important; }
.colored-box.width_desktop_half { width: 50%; }
.colored-box.width_desktop_third { width: 33.33333%; }
.colored-box.width_desktop_fourth { width: 25%; }
.colored-box.width_desktop_fifth { width: 20%; }

@media screen and (max-width: 900px) {
  .colored-box.width_tablet_full { width: 100%; }
  .colored-box.width_tablet_full > .colored-box-inner { height: auto !important; }
  .colored-box.width_tablet_half { width: 50%; }
  .colored-box.width_tablet_third { width: 33.33333%; }
  .colored-box.width_tablet_fourth { width: 25%; }
  .colored-box.width_tablet_fifth { width: 20%; }
}

@media screen and (max-width: 600px) {
  .colored-box.width_mobile_full { width: 100%; }
  .colored-box.width_mobile_full > .colored-box-inner { height: auto !important; }
  .colored-box.width_mobile_half { width: 50%; }
  .colored-box.width_mobile_third { width: 33.33333%; }
  .colored-box.width_mobile_fourth { width: 25%; }
  .colored-box.width_mobile_fifth { width: 20%; }
}





/*============================================================*/
/* SHORTCODE: SUN COUNTER; */
/*============================================================*/
.sun-counter.width_fullwidth {
  display: block;
}
.sun-counter.width_auto {
  display: inline-block;
}
.sun-counter-element {
  margin: 5px 0;
}
.sun-counter.horizontal_alignment_left {
  text-align: left;
}
.sun-counter.horizontal_alignment_center {
  text-align: center;
}
.sun-counter.horizontal_alignment_right {
  text-align: right;
}
.sun-counter.symbols_color_orange .sun-counter-symbol,
.sun-counter.digits_color_orange .sun-counter-digits {
  color: #D88617;
}
.sun-counter.symbols_color_brown .sun-counter-symbol,
.sun-counter.digits_color_brown .sun-counter-digits {
  color: #792D17;
}
.sun-counter.symbols_color_dark_green .sun-counter-symbol,
.sun-counter.digits_color_dark_green .sun-counter-digits {
  color: #1A4F00;
}
.sun-counter.symbols_color_dark_cyan .sun-counter-symbol,
.sun-counter.digits_color_dark_cyan .sun-counter-digits {
  color: #116D60;
}
.sun-counter.symbols_color_lime .sun-counter-symbol,
.sun-counter.digits_color_lime .sun-counter-digits {
  color: #99AF01;
}
.sun-counter.symbols_color_light_yellow .sun-counter-symbol,
.sun-counter.digits_color_light_yellow .sun-counter-digits {
  color: #FCEBB2;
}
.sun-counter.symbols_color_dark_grey .sun-counter-symbol,
.sun-counter.digits_color_dark_grey .sun-counter-digits {
  color: #4d4d4f;
}
.sun-counter.symbols_color_black .sun-counter-symbol,
.sun-counter.digits_color_black .sun-counter-digits {
  color: #000000;
}



/*============================================================*/
/* SHORTCODE: SUN RESOURCES; */
/*============================================================*/

/* GENERAL */
/*============================================================*/

.sun-resources-row {
  display: block;
}
.sun-resources-row::after {
  content: '';
  display: table;
  clear: both;
}

.sun-resources {}
.sun-resources-heading {
  margin: 0 0 20px;
}
.sun-resources-filters {}
.sun-resources-filters-list {}
.sun-resources-results {}
.sun-resources-list {}
.sun-resources-item {}
.sun-resources-item-link {}

.sun-resources-group-title {
  margin: 0.8em 0 0.4em;
}
.sun-resources-item-icon {
  color: #717171;
}
.sun-resources-item-title {
  color: #ff9000;
}

/* TEMPLATES */
/*============================================================*/
.sun-resources-template-default {
  font-family: LucidaGrandeRegular, arial;
}

.sun-resources-template-default .sun-resources-filters {
  float: right;
}

.sun-resources-template-default .sun-resources-filters-heading,
.sun-resources-template-default .sun-resources-results {
  line-height: 35px;
  font-weight: bold;
  font-size: 14px;
}

.sun-resources-template-default .sun-resources-results {
  float: left;
}
.sun-resources-results-count {
  font-size: 18px;
}

.sun-resources-template-default .sun-resources-filters select,
.sun-resources-template-default .sun-resources-filters-heading {
  display: inline-block;
  vertical-align: middle;
}

.sun-resources-template-default .sun-resources-filters select {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background-color: #FDFDFD;
  border: 1px solid #DDDDDD;
}

.sun-resources-template-default.sun-resources-template-default .sun-resources-item {
  display: table;
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

.sun-resources-template-default .sun-resources-item-link {
  display: table-row;
  padding-left: 50px;
  cursor: pointer;
}
.sun-resources-template-default .sun-resources-item-icon,
.sun-resources-template-default .sun-resources-item-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 2px;
}

.sun-resources-template-default .sun-resources-item-icon {
  width: 70px;
  text-align: center;
}
.sun-resources-template-default .sun-resources-item-icon > i::before {
  font-size: 30px;
  margin: 0;
}
.sun-resources-template-default .sun-resources-item-icon > .fa::before {
  font-size: 24px;
}

.sun-resources-template-default .sun-resources-item-title {
  font-size: 13px;
  line-height: 1.4;
  border-bottom: 1px solid #DDDDDD;
}

.sun-resources-template-default .sun-resources-pagination {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  border-top: 2px dotted #333;
}
.sun-resources-template-default .sun-resources-pagination-page {
  display: inline-block;
  padding: 5px 10px;
}
.sun-resources-template-default .sun-resources-pagination-currentpage {
  background: #efefef;
  font-weight: bold;
}

/*============================================================*/
/* SHORTCODE: COUNTRY FOCAL POINTS; */
/*============================================================*/
.sun-country-focal-points-title {
  margin-bottom: 0;
}
h3 + .sun-country-focal-points-title {
  display: none;
}
.sun-country-focal-points {
  list-style: none;
}

/*============================================================*/
/* SHORTCODE: COUNTRIES FOCAL POINTS; */
/*============================================================*/
.sun-countries-focal-points {}
.sun-countries-focal-points-country {
  padding: 5px 10px;
  /*margin-bottom: 10px;*/
}
.sun-countries-focal-points-country:nth-child( even ) {
  background-color: #eee;
}
.sun-countries-focal-points-country::after {
  content: '';
  display: table;
  clear: both;
}
.sun-countries-focal-points-country-name {
  float: left;
  /*margin: 0 10px 10px 0;*/
}
.sun-countries-focal-points-country-items {
  overflow: hidden;
  text-align: right;
}
.sun-countries-focal-points-country-items span {
  display:block;
}

/*============================================================*/
/* SHORTCODE: COUNTRY DONOR CONVENERS; */
/*============================================================*/
.sun-country-donor-conveners-title {
  margin-bottom: 0;
}
h3 + .sun-country-donor-conveners-title {
  display: none;
}
.sun-country-donor-conveners {
  list-style: none;
}

/*============================================================*/
/* SHORTCODE: COUNTRIES DONOR CONVENERS; */
/*============================================================*/
.sun-countries-donor-conveners {}
.sun-countries-donor-conveners-country {
  padding: 5px 10px;
}
.sun-countries-donor-conveners-country:nth-child( even ) {
  background-color: #eee;
}
.sun-countries-donor-conveners-country::after {
  content: '';
  display: table;
  clear: both;
}
.sun-countries-donor-conveners-country-name {
  float: left;
  /*margin: 0 10px 10px 0;*/
}
.sun-countries-donor-conveners-country-items {
  overflow: hidden;
  text-align: right;
}


/*============================================================*/
/* SHORTCODE: COUNTRIES LIST; */
/*============================================================*/
.sun-countries-list {}
.sun-countries-list-group-items {
  padding-left: 20px;
  list-style: none;
}

/*============================================================*/
/* COUNTRY PROGRESS BARS; */
/*============================================================*/
.country-progress-bars .q_progress_bar {
  margin-bottom: 0;
}
.country-progress-bars .q_progress_bar .progress_title_holder {
  height: 30px;
}
.country-progress-bars .progress_title h5 {
  font-size: 13px;
  line-height: 0px;
}
.country-progress-bars .q_progress_bar .progress_content_outer,
.country-progress-bars .q_progress_bar .progress_content {
  height: 5px;
}

/*============================================================*/
/* MODULE: BREADCRUMBS; */
/*============================================================*/
.sun-breadcrumbs {
  display: block;
  margin: -10px 0 20px 0;
  /*margin-bottom: 40px;*/
  padding-left: 5px;
  list-style: none;
}
/*.page .sun-breadcrumbs {
  margin-top: 40px;
  margin-bottom: 0px;
}
*/
.sun-breadcrumbs::after {
  content: '';
  display: table;
  clear: both;
}
.sun-breadcrumb {
  /*display: block;*/
  /*float: left;*/
}
.sun-breadcrumb-link {}
.sun-breadcrumb-title {
/*
  display: inline-block;
  overflow: hidden;
  max-width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
}
/*.sun-breadcrumb-title::before {
  content: '/';
  display: inline;
  margin: 0 10px;
}*/
.sun-breadcrumb:first-child .sun-breadcrumb-title::before {
  display: none;
}
.sun-breadcrumb:last-child .sun-breadcrumb-title {
  color: #000;
}
@media only screen and (max-width: 600px) {
  .sun-breadcrumb-title {
    max-width: 300px;
  }
}


/*============================================================*/
/* SHORTCODE: COUNTRY PROGRESS BAR; */
/*============================================================*/
.sun-country-progress-bar .progress_number_wrapper {
  bottom: 3px;
}
.sun-country-progress-bar .progress_title_holder {
  display: block;
  width: 100%;
  height: 32px;
}
.sun-country-progress-bar .progress_title_holder .progress_title {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.sun-country-progress-bar .progress-note,
.sun-country-progress-bar > .progress_title {
  display: block;
  padding: 5px;
  font-size: 12px;
  color: #666666;
}
.sun-country-progress-bar > .progress_title p {
  line-height: 1.1;
  margin: 0px;
}
.sun-country-progress-bar .progress-note {
  position: absolute;
  right: 0;
  padding: 0 5px;
  bottom: 2px;
}
.sun-country-progress-bar.color-dark-yellow .progress_content {
  background-color: #C9D02C;
}
.sun-country-progress-bar.color-green .progress_content {
  background-color: #70BF44;
}
.sun-country-progress-bar.color-light-blue .progress_content {
  background-color: #06ACD5;
}
.sun-country-progress-bar.color-blue .progress_content {
  background-color: #146BA4;
}
.sun-country-progress-bar.color-dark-grey .progress_content {
  background-color: #4C4D4F;
}
.sun-country-progress-bar.semi_transparent_background .progress-note,
.sun-country-progress-bar.semi_transparent_background .progress_title {
  color: #fff;
  background: rgba(0,0,0,0.55);
}


/*============================================================*/
/* SHORTCODE: VC COLUMN TEXT; */
/*============================================================*/
.wpb_text_column.semi_transparent_background {
  padding: 20px;
  color: #fff;
  background: rgba(0,0,0,0.55);
}


/*============================================================*/
/* SHORTCODE: SUN COUNTRY INDICATOR; */
/*============================================================*/
.sun-country-indicator {}
.sun-country-indicator .sun-country-indicator-title {
  color: #000;
  text-align: center;
}
.sun-country-indicator-icon {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: center center no-repeat;
  background-size: contain;
}
.sun-country-indicator-type-under_five_stunting .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-under-5-stunting.png);
}
.sun-country-indicator-type-low_birth_weight .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-low-birth-weight.png);
}
.sun-country-indicator-type-0_5_months_exclusive_breastfeeding .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-0-5-months-exclusive-breastfeeding.png);
}
.sun-country-indicator-type-under_five_wasting .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-under-5-wasting.png);
}
.sun-country-indicator-type-under_five_overweight .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-under-5-overweight.png);
}
.sun-country-indicator-type-woman_anaemia_15_49_years .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-women-anaemia.png);
}
.sun-country-indicator-type-adult_blood_glucose_diabetes .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-adult-diabetes.png);
}
.sun-country-indicator-type-adult_overweight .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-adult-overweight.png);
}
.sun-country-indicator-type-adult_obesity .sun-country-indicator-icon {
  background-image: url(./assets/img/icons/icon-adult-obesity.png);
}

/* SUN COUNTRIES INDICATORS ROW */
/*============================================================*/
.sun-country-indicators-row .wpb_wrapper {
  font-size: 0;
  text-align: center;
}

/* XS */
.sun-country-indicators-row .sun-country-indicator {
  display: inline-block;
  margin-bottom: 20px;
  width: 50%;
  vertical-align: top;
}
/* SM */
@media (min-width: 768px) {
  .sun-country-indicators-row .sun-country-indicator {
    width: 33.33%;
  }
}
/* MD */
@media (min-width: 992px) {
  .sun-country-indicators-row .sun-country-indicator {
    width: 16.66%;
  }
}
/* LG */
@media (min-width: 1200px) {
}


/*============================================================*/
/* SHORTCODE: SUN COUNTRY INDICATOR; */
/*============================================================*/

.sun-country-indicator-type-adolescent_overweight_male .sun-country-indicator-icon {
    background-image: url(/wp-content/themes/elision-child/assets/img/icons/icon-adolescent-overweight-male.png);
}
.sun-country-indicator-type-adolescent_overweight_female .sun-country-indicator-icon {
    background-image: url(/wp-content/themes/elision-child/assets/img/icons/icon-adolescent-overweight-female.png);
}
.sun-country-indicator-type-adult_overweight_male .sun-country-indicator-icon {
    background-image: url(/wp-content/themes/elision-child/assets/img/icons/icon-adult-overweight-male.png);
}
.sun-country-indicator-type-adult_overweight_female .sun-country-indicator-icon {
    background-image: url(/wp-content/themes/elision-child/assets/img/icons/icon-adult-overweight-female.png);
}
.sun-country-indicator-type-adult_obesity_male .sun-country-indicator-icon,.sun-country-indicator-type-adult_diabetes_male .sun-country-indicator-icon {
    background-image: url(/wp-content/themes/elision-child/assets/img/icons/icon-adult-overweight-male.png);
}
.sun-country-indicator-type-adult_obesity_female .sun-country-indicator-icon,.sun-country-indicator-type-adult_diabetes_female .sun-country-indicator-icon {
    background-image: url(/wp-content/themes/elision-child/assets/img/icons/icon-adult-overweight-female.png);
}


/*============================================================*/
/* SHORTCODE: PORTFOLIO SLIDER; */
/*============================================================*/
.portfolio_slider .flex-direction-nav a {
  width: 40px;
}
.portfolio_slider .hover_feature_holder_title {
  background-color: #fff;
}
.portfolio_slider a.preview i {
  color: #fff;
  border-color: #fff;
}



/*============================================================*/
/* PLUGIN: POPUP; */
/*============================================================*/
.wpmui-popup.wpmui-popup .popup {
  background: #D88617;
  box-shadow: none;
}
.wpmui-popup.wpmui-popup .wdpu-msg-inner,
.wpmui-popup.wpmui-popup .wdpu-text {
  background: #fff;
}
.wpmui-popup.wpmui-popup .wdpu-title {
  color: #D88617;
}
.wpmui-popup.wpmui-popup .qbutton {
  color: #4d4d4f;
  text-decoration: none;
}
.wpmui-popup.wpmui-popup .qbutton:hover {
  color: #fff;
}


/*============================================================*/
/* SIDEBAR: SIDEBAR PAGE; */
/*============================================================*/
.sidebar-page-link {
  display: block;
  padding: 10px;
  border: 4px solid #f5821f;
  border-left: none;
  border-right: none;
  font-size: 0;
}
.sidebar-page-link + .sidebar-page-link {
  border-top: none;
}
.sidebar-page-link::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  max-width: 20%;
  width: 40px;
  min-height: 44px;
  background-image: url(./assets/img/sidebar-page-link-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sidebar-page-link span {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-size: 14px;
}


/*============================================================*/
/* WIDGET: SUN PAGES SIDE NAV; */
/*============================================================*/
.widget.widget_sun_pages_side_nav h5 {
  margin: 5px 0 15px 0;
}
.widget_sun_pages_side_nav .current-item > a {
  color: #888;
}
.widget.widget_sun_pages_side_nav ul ul {
  display: none;
}
@media (max-width: 600px) {
  .widget.widget_sun_pages_side_nav {
    display: none;
  }
}


/*============================================================*/
/* UNTANGLE */
/*============================================================*/
.untangle-view {
  width: 100%;
  min-height: 700px;
}



/*============================================================*/
/* WIDGET: NEWSLETTER SUBSCRIPTION; */
/*============================================================*/
.widget_sun_newsletter_subscription {
  margin-top: 20px;
}
.widget_sun_newsletter_subscription .sun-newsletter-subscription-email {
  margin-bottom: 5px;
  padding: 5px 10px;
  border: none;
}
.widget_sun_newsletter_subscription .placeholder {
  color: #999;
}
.widget_sun_newsletter_subscription .qbutton.qbutton {
  padding: 5px 10px;
  font-size: 10px;
}
@media only screen and (max-width: 600px) {
  .widget_sun_newsletter_subscription {
    display:none;
  }
}
.header_top .right {
  clear: left;
  margin-top: -100px;
  padding: 0px 0px 5px 0px;
  background: #E5E5E5;
}
@media only screen and (max-width: 1000px){
  .header_top .right {
    margin-top: 0px;
  }
}
.header-newsletter-widget {
  background-color:white;
}
.header-newsletter-widget form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom:10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-newsletter-widget .widget_sun_newsletter_subscription{
  margin-top:0px;
}
.header-newsletter-widget .widget_sun_newsletter_subscription .sun-newsletter-subscription-email {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  -webkit-box-flex: 1;
  position: relative;
  margin:0px;
  line-height: 25px;
  font-size: 14px;
  height: 25px;
  border: 1px solid #dedede;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.header-newsletter-widget .widget_sun_newsletter_subscription .sun-newsletter-subscription-email:focus {
  border-color: #F68220;
  outline:none;
}
.header-newsletter-widget .widget_sun_newsletter_subscription .qbutton.qbutton {
  padding: 5px 10px;
  background-color: #F68220;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 13px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  margin-left:5px;
}
.header-newsletter-widget .widget_sun_newsletter_subscription .qbutton.qbutton:hover {
  background-color: #999999;
}
.header-newsletter-widget h6 {
  font-weight: normal;
  font-size: 14px;
  margin-top: 0;
}

.resourse-page {
  display: none;
}
.resourse-page.active {
  display: block;
}
nav.main_menu>ul>li>a span {
  white-space:nowrap;
}
.mapsvg-popover {
    border-radius: 0!important;
}
.country-info {
    width:200px;
    font-family: 'Open Sans',sans-serif;
}
.country-info .country{
    display: block;
    font-size:18px;
    font-weight:600;
    font-family: 'Open Sans',sans-serif;
    color:#000;
    margin-bottom:10px;
}
.country-info .description{
    display: block;
    font-size:14px;
    font-family: 'Open Sans',sans-serif;
    color:#000;
}
