/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
    content:	"\0020";
    display:	block;
    height:	0;
    overflow:	hidden;
    clear:	both;
}
.clearfix:after {
    
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
    zoom:	1;
}


div.roxen-error-box {
  background:	#ffcccc;
  color:	red;
  padding:	4px;
  border:	1px dotted #ff8888;
  font-size:	11px;
  font-family:	helvetica;
}

div.nokeywords {
  display: none;
}

/* Font families */

/*
@font-face {
  font-family:          "Stymie";
  src:                  url("/(16.13)/templates/tablet/stymie.ttf") format("truetype");
}
*/

@font-face {
  font-family:          "UnitSlabBlackCY";
  src:                  url("/templates/v2/css/unitslab-black-cyrillic.otf") format("opentype");
}

.ios {
}

html {
  width: 100%;
}


body {
  margin:               0;  
  padding:              0;  
  position:             relative;
  overflow-x:           hidden;
  width:                100%;
  -webkit-transition:   all 0.2s ease-in-out;
  -moz-transition:      all 0.2s ease-in-out;
  -o-transition:        all 0.2s ease-in-out;
  transition:           all 0.2s ease-in-out;
}

.ios body {
  width: auto;
  margin: 1px; 
}

body.galleryopen {
  visibility: hidden;
  background-color: black;
}

.clear {
  clear: both;
}

/* Beginning of Header */

#pageHeader {
  background-color: #fff;
/*  -moz-transition: top 0.2s ease;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease; */
  width: 100%;
  left: 0;
  right: 0;
  height: 52px;
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 9999;
  top: 0;
  border-bottom: 1px solid #919191;
  -moz-box-shadow:  0 1px 4px 0 rgba(0, 0, 0, 0.4);
 -webkit-box-shadow:  0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow:  0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

#pageHeader div.inner {
  height: 34px;
  margin: 0;
  padding: 9px;
  border-width: 0;
}

#pageHeader .inner #logocontainer a img {
  border: 0;
}

#navigationBtn{
  font-size: 36px;
  width: 28px;
  height: 22px;
  margin-top: -26px;
  padding: 15px 10px 15px 15px;
  right: -1px;
  top: 50%;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}

#navigationBtn:before {
 content: "";
 position: absolute;
 top: 15px;
 left: 15px;
 width:.78em;
 height:.125em;
 border-top: .375em double #777;
 border-bottom: .125em solid #777;
}
/* End of Header */

/* Beginning of Main Navigation*/

#mainNavigation {
  position: fixed;
  font-family: helvetica, arial, sans-serif;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100%;
  background: #262626;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

#mainNavigation ul li a {
  color: #fff;
  text-decoration: none;
  display: block;   
  margin: 0 15px;
}

#mainNavigation ul li.selected a {  
  padding-left: 15px;
}


/* First level Navigation */
#mainNavigation > ul {
  background: #262626;
  height: 100%;
  overflow-y: scroll;
}

#mainNavigation > ul li.selected {
 position: relative;
}

#mainNavigation > ul li.selected:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #f47721;
  position: absolute;
  left: 15px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
}

#mainNavigation > ul > li.selected:before {
  top: 17px;
}

#mainNavigation > ul > li > a {
  border-bottom: 1px solid #777;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 42px;
}

#mainNavigation > ul > li:last-child > a {
  border-bottom: 0;
}

#mainNavigation > ul > li > a .icon-arrow {
  position: absolute;
  right: 0;
  top: 11px;
  height: 33px;
  width: 40px;
}

#mainNavigation > ul > li.expended > a .icon-arrow {
  background: #3c3c3c;
}

#mainNavigation > ul > li > a .icon-arrow div { 
  position: absolute;
  right: 6px;
  top: 7px;      
  border: 14px solid #fff;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  display: block;
}

#mainNavigation > ul > li > a .icon-arrow div:before {
  content: "";
  position: absolute;
  right: -13px;
  top: -15px;
  border: 13px solid #3c3c3c;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  display: block;
}

#mainNavigation > ul > li.collapsed > a .icon-arrow div:before {
  border-top-color: #262626;
}

/* Second Level Navogation */

#mainNavigation > ul > li > ul {
  background: #3c3c3c;
}

#mainNavigation > ul > li > ul > li.selected:before {
  top: 15px;
}

#mainNavigation > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 38px;
}

/* End of Main Navigation*/

div#navheader {
    position: relative;
}

div.ad.visible + div#navheader {
    /* if the top ad is visible, cover the dotted ad border */
    margin-top: -1px;
}

body.startpage.carousel1st div.ad.visible + div#navheader {
    /* if the top ad is visible and there is a carousel first, put some space between it and the ad */
    margin-top: 8px; 
}

header {
  position:             absolute;
  top:                  0;
  left:                 0;
  width:                100%;
}

header div.inner {
  position:             relative;
  height:               29px;
  margin:		10px 10px 0 10px;
  border-bottom:        1px solid #aaa;
}

body.startpage.carousel1st header div.inner {
  z-index:		5;
  border:		none;
}

body.startpage header div.inner {
  height:		auto;
}

header div#logocontainer {
  position:		absolute;
  display:		inline-block;
  z-index:		10;
}

header div.inner img.logo {
  vertical-align: bottom;
}

body.startpage.nocarousel1st header div.inner {
    padding-bottom: 6px;
}

nav {
  position:		absolute;
  top:                  0;
  width:		100%;
  overflow:		hidden;
}

nav div#navslide {
  position:		relative;
  right:		-51%;
  -webkit-transition:	right 0.3s ease-in-out;
}

nav div#navslide.open {
  right:		0;
  z-index:              1000;
}

nav div.tab {
  position:		absolute;
  top:			-40px;
  right:		50%;
  z-index:		200;
}

nav div.tab.hidden {
  visibility:		hidden;
}

nav div.tab div.innertab {
  border-radius:        5px 5px;
  background:           #e56d3a;
  width:		40px;
  color:                white;
  text-align:		center;
  font-family:          helvetica, arial, sans-serif;
  font-weight:		bold;
  font-size:            10px;
  line-height:          100%;
  text-transform:       uppercase;
  padding:		60px 0 20px 0;
  cursor:		pointer;

  -webkit-transform-origin: 100% 0%;
  -webkit-transform:	rotate(8deg);
  -moz-transform-origin: 100% 0%;
  -moz-transform:       rotate(8deg);
}

nav div.tab div.innertab#navpopup-tab {
  background:		#e56d3a url("/templates/v2/img/icons/nav-icon-menu.png") 50% 74px no-repeat;
  background-size:	70%;
}

nav div.tab.disabled div.innertab {
  background-color:	#f8d3c4 !important;
  cursor:		default;
}

nav div.tab.selected .innertab {
  padding-bottom:	50px;
}




nav div.navigation {
  position:		relative;
  width:		53%;
  top:			0;
  right:		-47.5%;
  background:		#f6f6f6;
  z-index:		150;
  opacity:		0;
  -webkit-transition:	opacity 0.3s ease-in-out;
  padding-right:	15px;
  -webkit-box-shadow:	rgba(0, 0, 0, 0.5) -5px 5px 10px;
  border-bottom-left-radius:        10px;
}

nav div#navslide.open div.navigation {
  opacity:		1;
}

nav div.navigation div.nav-right,
nav div.navigation ul.secondary-nav {
  display:		none;
}

nav div.navigation ul.primary-nav {
  padding:		0;
  margin:		0 0 20px 0;
  list-style-type:	none;
  border-left:		4px solid #e56d3a;
  border-bottom: 4px solid #E56D3A;
  border-bottom-left-radius: 5px;
}

nav div.navigation ul.primary-nav > li {
  font-family:		helvetica, arial, sans-serif;
  font-size:		14px;
  font-weight:		normal;
  border-bottom:	1px solid #e2e2e2;
}

nav div.navigation ul.primary-nav > li:last-child {
  border-bottom:	none;
}

nav div.navigation ul.primary-nav > li.selected {
  font-weight:		bold;
  background:		url("/templates/v2/img/icons/v2-nav-arrow.png") 0 50% no-repeat;
  background-size:	6px auto;
}

nav div.navigation ul.primary-nav > li.clicked {
  background:		#ccc;
}

nav div.navigation ul.primary-nav > li a {
  display:		block;
  padding:		7px 5px 7px 10px;
  color:		#333;
  text-decoration:	none;
}

nav div.navigation ul.primary-nav div.spacer,
nav div.navigation ul.primary-nav li.delimiter,
nav div.navigation ul.primary-nav ul {
  display:		none;
}

div.body {
  padding:              53px 0 20px 0;
  font-family:          helvetica, arial, sans-serif;
  font-size:            15px;
  line-height:          140%;
  -webkit-text-size-adjust: 100%;
}

body.startpage div.body {
  padding-top: 53px;
}

/*
body.startpage.carousel1st div.body {
  padding-top: 0;
}
*/

/*
body.startpage div.body div.carousel1st {
  margin-top: -86px;
}
*/

div.body,
div.body .indent-bleed {
  margin-left:		10px;
  margin-right:		10px;
}

body.sectionpage div.body {
  margin-left:		10px;
  margin-right:		10px;
  padding-bottom:	0;
}

div.body div.onecol-bleed {
  margin-left:		-10px;
  margin-right:		-10px;
}

body.sectionpage div.body div.onecol-bleed {
  margin-left:		-10px;
  margin-right:		-10px;
}

.ios body.sectionpage div.body div.onecol-bleed {
  margin-left:		-11px;
  margin-right:		-11px;
}

.onecol-bleed h1.v2-topic-name,
#div-body h1.section-name {
  background-color: #4F4F4F;
  color: #FFFFFF;
  font-family: UnitSlabBlackCY,helvetica,arial,sans-serif;
  font-weight: normal;
  margin: 6px 10px;
  padding-left: 8px;
}

#div-body h1.section-name {
  margin: 6px 0 0 0;
  padding: 8px 0px 4px 8px;
} 

/* IFrame Compnent */
.iframe-component {
  clear: left;
}

/* HTML Component */
.html-component {
  clear: both;
  line-height: normal;
  margin-bottom: 10px;
}
.html-component .inline-large{
}
/* Carousel large pushes */

.pushinner {
    display: block;
}

body.sectionpage div.v2-carousel-large div.v2-carousel-push .pushinner,
div.v2-carousel-large {
  position:		relative;
}

body.sectionpage div.v2-carousel-large div.v2-carousel-push div.pushimg {
  width:		100%;
  height:		330px;
  background-position:	50% 35%;
  background-size:	cover;
  background-repeat:	no-repeat;
}

body.sectionpage div.v2-carousel-large div.v2-carousel-push div.pushimg img {
  /* Only used to hint to app about the image URL */
  display:		none;
}

div.v2-carousel-large div.v2-carousel-push div.pushimg {
  margin-bottom: 10px;
}

div.v2-carousel-large div.v2-carousel-push div.date,
div.v2-carousel-large div.v2-carousel-push h4.category-title {
  display:		none;
}

div.v2-carousel-large div.v2-carousel-push div.textonpic {
  position:		absolute;
  bottom:		10px;
  margin:		0 10px;
  z-index:		10;
  left:                 0;
  right:                40px; 
}

/*div.v2-carousel-large div.v2-carousel-push div.textonpic h2,*/
div.v2-carousel-large div.v2-carousel-push div.textonpic h1 {
  font-family:		UnitSlabBlackCY, helvetica, arial, sans-serif;
  font-size:		22px;
  line-height:		145%;
  color:		black;
  text-transform:	uppercase;
}


/*
div.v2-carousel-large div.v2-carousel-push div.textonpic h2 {
  font-family:		helvetica, arial, sans-serif;
  padding:		0 0 0.5em 0;
  font-size:		18px;
}
*/


/*div.v2-carousel-large div.v2-carousel-push div.textonpic h2 span,*/
div.v2-carousel-large div.v2-carousel-push div.textonpic h1 span {
  /* Box shadow gives us semi-transparent background. */
  background:		rgba(255, 255, 255, 0.75);
  -webkit-box-shadow:	rgba(255, 255, 255, 0.75) -10px 0,
			rgba(255, 255, 255, 0.75) 10px 0;
  -moz-box-shadow:	rgba(255, 255, 255, 0.75) -10px 0,
			rgba(255, 255, 255, 0.75) 10px 0;
  box-shadow:		rgba(255, 255, 255, 0.75) -10px 0,
			rgba(255, 255, 255, 0.75) 10px 0;
  padding: 5px 0 1px 0;
}


/* Medium-sized pushes */


div.push-twocol div.v2-push-large,
div.push-twocol div.v2-push-medium {
  width:		48%;
  margin-left:		4%;
  float:		left;
}
div.push-twocol:nth-child(2n+1) div.v2-push-large,
div.push-twocol:nth-child(2n+1) div.v2-push-medium {
  margin-left:		0;
  clear:		left;
}


div.body div.v2-push-large h1,
div.body div.v2-push-medium h1,
div.body div.v2-push-mini h1 {
  font-family:		UnitSlabBlackCY, helvetica, arial, sans-serif;
  line-height:		120%;
  padding:		0;
}
div.body div.v2-push-large h1 {
  font-size:		22px;
}
div.body div.v2-push-medium h1 {
  font-size:		20px;
}
div.body div.v2-push-mini h1 {
  font-family:		helvetica, arial, sans-serif;
  font-size:		15px;
  line-height:		140%;
}


div.body div.first div.v2-push-large h1 {
    font-size: 30px;
}

div.body div.v2-push-large div.excerpt,
div.body div.v2-push-medium div.excerpt {
  display:		inline;
  font-family:		sans-serif, helvetica, arial;
  font-size:		15px;
  line-height:		120%;
  text-indent:		0;
  color:		#333;
  /* fixes two lines of text: */
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:100%;
}

div.body div.v2-push-mini div.excerpt {
  display:		none;
}



div.v2-push-wrapper {
  margin:		0 10px 5px 10px;
}

div.v2-push-wrapper + div.v2-push-wrapper {
  border-top:		1px solid #eee;
  padding-top:		5px;
}


div.v2-push-wrapper .pushinner {
  position:		relative;
  margin:		0 0 0 95px;
  min-height:		89px;
  line-height:		130%;
}

div.v2-push-wrapper h4.category-title {
  display:		none;
}

div.v2-push-wrapper div.v2-push-large h1,
div.v2-push-wrapper div.v2-push-medium h1 {
  padding:		0;
}

div.v2-push-wrapper div.pushimg {
  position:		absolute;
  left:			-95px;
  top:			2px;
  width:		85px;
  height:		85px;
  background-position:	50% 35%;
  background-size:	cover;
}

/*
div.v2-push-wrapper div.mediatype-photo div.pushimg span,
div.v2-push-wrapper div.mediatype-video div.pushimg span {
    width: 40px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: -2px;
    background-size: cover;
}
div.v2-push-wrapper div.mediatype-photo div.pushimg span {
    background-image: url('/(16.13)/templates/img/icons/gallery_play2.gif');
}
div.v2-push-wrapper div.mediatype-video div.pushimg span {
    background-image: url('/(16.13)/templates/img/icons/video_play2.gif');
}
*/

div.body div.v2-push-wrapper div.date,
body.articlepage span.date {
  display:		inline;
  font-size:		14px;
  font-weight: normal;
  line-height:		120%;
  color:		#e56d3a;
}

/* can't see that this is used anywhere:

div.v2-push-wrapper div.v2-push-mini div.date {
  display:		block !important;
  position:		absolute;
  left:			-95px;
  top:			0;
  width:		85px;
  text-align:		right;
  white-space:		nowrap;
}
div.body div.v2-push-wrapper div.v2-push-mini div.date:before {
  content:		"\200b";
  font-size:		14px;
  line-height:		120%;
}
*/

div.v2-push-wrapper div.v2-push-mini .pushinner {
  min-height:		0;
}

div.v2-push-wrapper div.v2-push-large .pushinner {
  min-height:		0;
}

div.v2-push-wrapper div.noimg .pushinner {
  min-height:		0;
  margin:		0;
}

div.v2-push-wrapper div.v2-push-mini div.pushimg,
div.v2-push-wrapper div.noimg div.pushimg {
  display:		none;
}

div.v2-push-large .pushinner {
  margin:		125px 0 5px 0;
}

div.v2-push-large div.pushimg {
  left:			0;
  top:			-125px;
  width:		100%;
  height:		120px;
}

div.v2-keyline + div.v2-push-wrapper div.v2-push-large {
  /* workaround for collapsing margin after keylines */
  padding-top:		1px;
}





div.v2-keyline {
  margin:		16px 0 5px;
  border-top:		5px solid #333;
}

div.v2-keyline.empty {
  margin:		16px 10px 5px;
  border-top:		1px solid #ccc;
}

div.v2-keyline h3.inner {
  font-family:		helvetica, arial, sans-serif;
  font-size:		14px;
  font-weight:		normal;
  margin-top:		0;
  margin-bottom:	0;
  padding:		0.4em 0 0.4em 0;
  border-bottom:	1px solid #ccc;
  color:		#007a44;
  text-transform:	uppercase;
}

div.v2-keyline.empty .inner {
  display:		none;
}

div.v2-keyline + div.v2-keyline.empty {
  display:		none;
}




div.v2-push-wrapper.v2-ranking {
  margin-left:		30px;
  margin-right:		0;
  position:		relative;
}

div.v2-push-wrapper.v2-ranking div.v2-push-wrapper div.date {
  display:		none !important;
}

div.v2-push-wrapper.v2-ranking div.v2-teaser-ranknum {
  position:		absolute;
  left:			-20px;
  width:		25px;
  padding-top:		3px;
  color:		#e56d3a;
  font-family:		UnitSlabBlackCY, helvetica, arial, sans-serif;
  font-size:		20px;
  text-align:		center;
}


/* Teaser */

div.body div.teaser-component h2 {
  font-family:		UnitSlabBlackCY, helvetica, arial, sans-serif;
  line-height:		120%;
  padding:		0;
  font-size:            20px;
  font-weight:          normal;
}

div.body .teaser-component p {
  text-indent:          0;
}

div.body .teaser-component.generic {
    margin-left: 10px;
    margin-right: 10px;
}

div.body .teaser-component.most-recent-1 a,
div.body .teaser-component.generic a {
  color: black;
}

.teaser-component.generic ul {
    margin: 0;
    padding: 0;
}
.teaser-component.generic li {
    list-style-type: none;
}

.teaser-component.generic img {
    max-width: 100%;
    height: auto;
}

div.body .teaser-component.most-recent-1 {
    margin-left: 10px;
    margin-right: 10px;
}
.teaser-component.most-recent-1 .image {
    line-height: 0;
}
.teaser-link a,
.teaser-component.generic li a {
    display: block;
    padding: 5px 0;
}

.teaser-link + .teaser-link,
.teaser-component.generic li + li {
    border-top: 1px solid #eee;
}



div.body h1,
div.body h2 {
  font-family:          UnitSlabBlackCY, helvetica, arial, sans-serif;
  font-size:            28px;
  font-weight:		normal;
  line-height:          100%;
  color:                black;
  margin:               0;
  padding:              0 0 0.2em 0;
}

div.body h2 {
  font-family:          helvetica, arial, sans-serif;
  font-size:            15px;
  line-height:		130%;
  padding:		0.4em 0 0.1em 0;
  color:		black;
  font-weight:          bold;
}



/* Two article headers may be present in layout (called main and alternate).
   Show either depdending on device orientation. */

div.article-header {
  padding:		0 0 0.4em 0;
}

div.article-header.main {
  display:		block;
}
div.article-header.alternate {
  display:		none;
}
@media screen and (orientation:landscape) {
  div.article-header.main {
    display:		none;
  }
  div.article-header.alternate {
    display:		block;
  }
}

div.article-header.topgap {
  padding-top:		1em;
}


div.body p {
  margin:               0;
  padding:              0;
  text-indent:          0;
}

div.body p.subheading {
  /* Subheadings synthesized from <p><b>...</b></p> */
  text-indent:		0;
  font-weight:		bold;
  padding:		1em 0 0 0;
  -webkit-column-break-after: avoid;
}

div.body p.subheading:first-child {
  padding-top:		0;
}

div.body p[@class~="allow-br"] > br:first-child {
  display:		none;
}

div.body p.synthesized {
  text-indent:		0;
}

div.body p.before-synthesized {
  padding-bottom:	1em;
}

div.body div.byline-timestamp {
  margin:		1em 0 0 0;
}

body.gallery div.byline-timestamp {
  display:		none;
}

div.body div.byline-timestamp p {
  text-indent:          0;
  padding:		0;
  margin:		0 0 0.2em 0;
  line-height:		120%;
}

div.body p.byline {
  font-family:          helvetica, arial, sans-serif;
  font-size:		11px;
  font-weight:		bold;
  color:		#000;
  text-transform:	uppercase;
}

div.body p.timestamp {
  text-indent:          0;
  font-family:          helvetica, arial, sans-serif;
  font-size:		11px;
  color:		#666;
}

div.body p.byline b,
div.body p.timestamp b {
  text-transform:	none;
  font-family:          helvetica, arial, sans-serif;
  font-weight:		bold;
}

div.body p.byline span.bullet,
div.body p.timestamp span.bullet {
  color:		#e56d3a;
  padding:		0 0.4em 0 0;
}

div.body p.byline + p.timestamp span.bullet {
  padding-left:		1.5em;
}

div.byline {
  margin-top: 1.5em;
}

div.byline div.image,
div.byline div.info {
  float: left;
}

div.byline div.image {
  height: 75px; /* I have no idea why I have to set this explicitly... */
}

div.byline div.image + div.info {
  margin-left: 10px;
}

div.byline div.info div.name {
  font-family: UnitSlabBlackCY;
  font-size: 20px;
}

div.byline div.info div.email a {
  color: #007A44;
}

/* Share tools */
ul.debate-btn {
  margin: 0px;
  padding: 0px;
}

.share-tools-top ul.share-tools {
  padding: 0px;
}

.share-tools-top ul.share-tools li {
  padding: 6px 0 10px 0;
}
.share-tools-bottom {
  margin-bottom:15px;
}

ul.share-tools {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
  text-align: center;
  display: block;
  font-size: 1px;
}

ul.share-tools li {
  display: inline-block;
  height: 36px;
  width: 36px;
  padding: 0 0 10px 0;
  margin:0 6px 0 6px;
  vertical-align: top;
  font-size: 0.1px;

}

ul.share-tools li a{
  display:block;
}

.share-tools li .facebook-icon, 
.share-tools li .twitter-icon, 
.share-tools li .gplus-icon, 
.share-tools li .whatsapp-icon,
.share-tools li .email-icon, 
.share-tools li .vkontakte-icon, 
.share-tools li .reddit-icon,
.share-tools li .fb-messenger-icon,
.share-tools li .linkedin-icon {
  background-image: url('/(16.13)/templates/v2/img/icons/social-icons-sprit.png');
  background-size: 360px 36px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}

.share-tools li .facebook-icon {
  background-position: 0px;
}

.share-tools li .twitter-icon {
  background-position: -40px;
}

.share-tools li .gplus-icon {
  background-position: -80px;
}

.share-tools li .whatsapp-icon {
  background-position: -120px;
}

.share-tools li .email-icon {
  background-position: -160px;
}

.share-tools li .vkontakte-icon {
  background-position: -200px;
}

.share-tools li .reddit-icon {
  background-position: -280px;
}

.share-tools li .fb-messenger-icon {
  background-position: -320px;
}

.share-tools li .linkedin-icon {
  background-position: -239px;
}

body.galleryopen div.share-tools-bottom {
  display: none;
}

div.body a {
  color:		#25408f;
  text-decoration:	none;
}

#fb-root{
  height:0px;
}
.show_comment_btn {
  width:250px;
  height:auto;
  background:#627aad;
  padding:15px 0px;
  text-align:center;
  margin:0px auto 10px auto;
  color:#fff;
  border-radius:3px;
}
.fb_comment_box, .vk_comment_box{
  display:none;
}

div.body div.twocol > p:first-child,
div.body p.subheading + p,
div.body div.gallery-text p:first-child,
div.body div.twocol > div.quote.left:first-child + p,
div.body div.twocol > div.box.left:first-child + p
/* div.body div.twocol > div.quote.left + p */ {
  text-indent:          0;
}

div.body div.box {
  width:                48%;
  margin:               0;
  padding:              0;
  -webkit-column-break-inside: avoid;
}

div.body div.box.left {
  float:                left;
}

div.body div.box.right {
  float: right;
}

div.body div.quote.wide,
div.body div.box.wide {
  width:		100%;
  clear:		both;
}

div.body div.quote.right {
  background: #F4F2EE;
  padding: 10px 7px 10px 7px;
}

div.body div.quote.right .open-quote {
  float: left;
  margin-left: 10px;
  width: 20px;
}

div.body div.quote p {
  color:                #e56d3a;
  font-family:          helvetica, arial, sans-serif;
  font-size:            15px;
  font-weight:		bold;
  text-indent:          0;
  margin-top:           12px;
}

/*
div.body div.quote.left p {
  margin-left:          0;
  margin-right:         1.3em;
}

div.body div.quote.right p {
  margin-left:          1.3em;
  margin-right:         0;
}
*/

div.body div.box {
  color:		#555;
  background:		#eee;
  margin:               0.65em 0 0.65em 0;
  padding:		0.5em 0 0.5em 0;
  font-family:		helvetica, arial, sans-serif;
  font-size:            13px;
  line-height:          140%;
}

div.body div.box.left {
  margin-left:          0;
  margin-right:         1.8em;
}

div.body div.box.right {
  margin-left:          1.8em;
  margin-right:         0;
}

div.body div.box ul {
  margin:		0 0 0 3em;
  padding:		0;
}

div.body div.box p,
div.body div.box li {
  padding:		0 0.7em 0.3em 0.7em;
  text-indent:          0;
}

div.body div.box p.title {
  display:		block;
  background:		white;
  color:		#007a44;
  margin:		-0.3em 0 0.4em 0;
  padding:		0.4em 0.6em 0.4em 0.6em;
  font-family:          helvetica, arial, sans-serif;
  font-size:		16px;
  line-height:		110%;
  border-top:		1px solid #333;
  border-bottom:	0.2em solid #333;
}

div.body div.box p.banner {
  display:		inline-block;
  margin:		0.3em 1.2em 0.8em 0.8em;
  padding:		0.25em 0.45em 0.1em;
  color:		white;
  background:           #007a44;
  font-family:          helvetica, arial, sans-serif;
  font-weight:		bold;
  font-size:		12px;
}


/* Slideshow component (1-col) */

div.slideshow {
  margin:		0 0 1.2em 0;
  max-width:		1024px; /* No images are wider */
  color:		#333;
  font-family:		helvetica, arial, sans-serif;
  font-size:            13px;
  line-height:          16px;
  text-align:           left;
}

div.slideshow img {
  /*max-width:		100%;
  max-height:		240px;*/
  width:		100%;
  height:		auto;
  display:		block;
  margin:		0 auto 0.4em;
}

/*
@media screen and (orientation:landscape) {
  div.body.landscape-onecol div.slideshow img {
    max-height:		180px;
  }
}
*/

div.slideshow div.gallery-icon-wrapper {
  text-align:		center;
}

div.slideshow div.gallery-icon-wrapper-inner {
  position:		relative;
  display:		inline-block;
}

div.slideshow div.gallery-icon {
  display:		none;
}

div.body.gallery div.slideshow div.gallery-icon {
  display:		block;
  position:		absolute;
  bottom:		10px;
  right:		10px;
  width:		58px;
  height:		44px;
  background:		url("/templates/v2/img/icons/gallery_play.png") 100% 100% no-repeat;
  background-size:	58px 44px;
}

div.slideshow div.onecol
/*, div.slideshow div.onecol-bleed 
    fixme: needed? I'd prefer the oncol-bleed to have only no-bleed properties */
{ 
  margin-top:		0.8em;
  margin-bottom:	1.2em;
}
div.slideshow p {
  text-indent:		0;
}

div.slideshow p.caption {
  margin:		0 0 1em 0;
}

div.slideshow p.caption span.credit {
  /*text-transform:	uppercase; */
  font-size:		11px;
}


/* Special handling to first body text container in landscape mode */
@media screen and (orientation:landscape) {
  div.body.landscape-onecol div.onecol-bleed.slideshow {
    float:		right;
    margin-top:		4px;	/* optical adjustment to align with 1-col text */
/*    margin-left:	1.7em !important;
    margin-right:	0 !important; */
    width:		48%;
  }

  div.body.landscape-onecol div.onecol-bleed div.indent-bleed {
    margin:		0 10px;
  }
}



/* Video */

div.video {
  margin:		0 0 1.2em 0;
  font-size:            14px;
  position: relative;
  z-index: 2;
}

div.video iframe {
  width: 100%;
  height: 230px;
}


/* Gallery */

#v2-gallery {
  position:		absolute;
  top:			0;
  left:			0;
  width:		100%;
  height:		100%;
  background:		black;
  color:		white;
  z-index:		10000;
  display:		none;
  overflow:		hidden;
}

body.galleryopen #v2-gallery {
  visibility: visible;
}

#v2-gallery.visible {
  display:		block;
}

#v2-gallery #v2-nav-back,
#v2-gallery #v2-nav-fwd,
div.v2-carousel-large div.nav-back, /* piggy-backing carousel css on gallery */
div.v2-carousel-large div.nav-fwd {
  position:		absolute;
  z-index:		320;
  display:		block;
  width:		20px;
  height:		33px;
  top:			47%;
  background-size:	cover;
  text-align:		center;
}

#v2-gallery #v2-nav-back,
div.v2-carousel-large div.nav-back {
  left:			0;
  background-image:	url("/templates/v2/img/icons/v2-gallery-back.png");
}

#v2-gallery #v2-nav-fwd,
div.v2-carousel-large div.nav-fwd {
  right:		0;
  background-image:	url("/templates/v2/img/icons/v2-gallery-fwd.png");
}

#v2-gallery #v2-nav-back.hidden,
#v2-gallery #v2-nav-fwd.hidden,
div.v2-carousel-large div.nav-back.hidden,
div.v2-carousel-large div.nav-fwd.hidden {
  display:		none;
}


#v2-gallery #v2-nav-close {
  position:		absolute;
  z-index:		330;
  top:			5px;
  left:			5px;
  width:		20px;
  height:		20px;
  border:		2px solid #fff;
  border-radius:	12px 12px;
  background:		rgba(20, 20, 20, 0.7) url("/templates/v2/img/icons/v2-gallery-closebox.png") 50% 50% no-repeat;
  background-size:	12px 11px;
}

#v2-gallery #v2-nav-info {
  position:		absolute;
  z-index:		319;
  right:		7px;
  top:			7px;
  color:		#fff;
  font-family:		helvetica, arial, sans-serif;
  font-weight:		bold;
  font-size:		16px;
  background:		rgba(20, 20, 20, 0.7);
  padding:		2px 6px;
  border-radius:	4px 4px;
}

#v2-gallery.noboxes #v2-nav-info {
  display:		none
}

#v2-gallery #v2-nav-info #v2-nav-info-of {
  font-weight:		normal;
  color:		#e56d3a;
}

#v2-gallery #v2-nav-caption-wrapper {
  position:		absolute;
  z-index:		319;
  bottom:		0;
  width:		100%;
}

#v2-gallery #v2-nav-caption {
  margin:		0 7px 7px 7px;
  padding:		7px;
  border:		1px solid rgba(80, 80, 80, 0.7);
  background:		rgba(20, 20, 20, 0.7);
  border-radius:	4px 4px;
}

#v2-gallery.noboxes #v2-nav-caption,
#v2-gallery #v2-nav-caption.hidden {
  display:		none;
}

#v2-gallery #v2-nav-caption h1,
#v2-gallery #v2-nav-caption p {
  color:		white;
  font-family:		helvetica, arial, sans-serif;
  font-weight:		normal;
  font-size:		16px;
  line-height:		120%;
  text-indent:		0;
  padding:		0;
  margin:		0;
}

#v2-gallery #v2-nav-caption h1 {
  color:		#e56d3a;
  font-weight:		bold;
}

#v2-gallery #v2-nav-caption h1 + p {
  margin:		0.3em 0 0 0;
}

#v2-gallery div.item {
/*
  position:		absolute;
  top:			0;
  left:			0;
*/
  width:		100%;
  height:		100%;
  /*z-index:		310;*/
  /*-webkit-transition:	-webkit-transform 0.3s ease-in-out;*/
}

#v2-gallery div.item div.imgwrapper {
  width:		100%;
  height:		100%;
  background-size:	contain;
  background-position:	50% 50%;
  background-repeat:	no-repeat;
}

/* Footer */

footer {
  padding: 0.4em 10px;
  border-top: 5px solid #333;
}

footer p {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  color: #333;
  padding-top: 0;
  margin-top: 0;
}

footer a {
  color: #007A44;
}

footer div {
  -webkit-column-gap: 5px;
}

footer div.texts-1 {
  -webkit-column-count: 1;
}

footer div.texts-2 {
  -webkit-column-count: 2;
}

footer div.texts-3 {
  -webkit-column-count: 3;
}

/* Ads */

div.ad {
  overflow: hidden;
  visibility: visible;
  padding-bottom: 0px;
  line-height: 100%;
  text-align: center;
}

div.ad.ad28 , 
div.ad.touch-article-body{
	margin-left:0px;
	margin-right:0px;
}

.ad.touch-article-body{
	margin-bottom:8px;
}

div #ad31 {
  border-bottom:4px solid black;
  /*margin-bottom:10px;*/
}

body.galleryopen div.ad {
  visibility: hidden;
}

div.ad.visible {
  visibility: visible;
  text-align: center;
}

div.ad.collapsed {
  display: none;
}

.ad-msg {
  font-size : 10px !important;
  text-align : center;
  color:#999999;
  font-weight:700;
  display: none;
}

div.ad-msg table,
div.ad-msg table td {
  border-spacing: 0 !important;
  padding: 0;
  margin: 0;
}

div.ad-msg span.arrow {
  font-size: 8px;
  margin-left: 1px;
}

div.ad-msg table td:nth-child(1) {
  font-size: 10px;
  color: black;
  font-family: arial, sans-serif;
}

div.ad-msg table td:nth-child(2) {
  width: 100%;
}

div.ad-msg div.dotted-line {
  height:1px;
  border-bottom:1px dotted grey;
}

div.image-left{float:left !important;}

div.image-right{float:right !important;}

/*Related Links*/
.related-links {
	margin-bottom: 10px;
	/*margin-top: 5px;*/
}

.related-links .module-title {
	border-bottom: 1px solid #CCCCCC;
	color: #007A44;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0.4em 0;
	text-transform: uppercase;
}

.related-links .module-title a {
	color: #007A44;
}

.related-links .image {
  display:none;
}

.related-links .image img {
    margin-left: 10px;
    margin-top: 5px;
}

.related-links ul {
	list-style: none outside none;
	margin: 0 10px;
  padding: 0px;
}

.related-links li {
	font-family: sans-serif,helvetica,arial;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
  border-bottom: 1px solid #EEEEEE;
	padding: 6px 0;
	clear: both;
}

.related-links li a{
	color: #000000;
	display:block;
}

/*
.related-links li.item-1 a{
	color: #007A44;
}
*/

.related-links li .media-photo {
	background-image: url("/templates/v2/img/icons/related_links_photo.jpg");
}

.related-links li .media-video {
	background-image: url('/templates/v2/img/icons/related_links_video.jpg');
}
.related-links li .media-photo, 
.related-links li .media-video {
	background-position: 0 0;
	display: inline-block;
	height: 27px;
	margin-top: -4px;
	vertical-align: top;
	width: 33px;
}

/*
 * Comments count
 */
.icon-commentBox {
    background: #f57c33;
    display: inline-block;
    margin-right: 5px;
    width: 1.4em;
    height: 0.85em;
    font-style: normal;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.icon-commentBox:before {
    position: absolute;
    top: 0.62em;
    left: 0.52em;
    content: " ";
    border: 0.75em solid #f57c33;
    border-bottom-width: 0;
    border-left-width: 0em;
    border-left-color: transparent;
    border-right-color: transparent;
}
.social-comments-count {
    font-family:helvetica;
    font-size:10px;
    font-weight:bold;
    text-transform:lowercase;
    color:#333333;
    margin-top: 5px;
    display: block;
    *display: inline;
    zoom: 1;
    padding-bottom: 2px;
}

.v2-carousel-push .social-comments-count {
  display:none;
}


/*
 * Galleria Azur theme start
*/

div.body.landscape-onecol div.onecol-bleed.slideshow {
  width: auto;
  float: none;
  margin: 0 -10px 15px;
}

.ios div.body.landscape-onecol div.onecol-bleed.slideshow {
  margin: 0 -11px 15px;
}

.galleria-image-carousel,
.galleria-image-gallery {
  height: 292px;
/*  margin-right: 10px; */
}

.galleria-container.fullscreen,
.galleria-container.fullscreen .galleria-stage {
  background: #000 !important;
}

.galleria-container.fullscreen .galleria-stage {
  bottom: 0;
}

.galleria-container.fullscreen .galleria-image {
  width: 100%;
  height: 100%;
}

.galleria-image-carousel .galleria-image,
.galleria-image-gallery .galleria-image {
  background: #000;
}

.galleria-image-carousel .galleria-container .galleria-next-btn,
.galleria-image-gallery .galleria-container .galleria-next-btn,
.galleria-image-carousel .galleria-container .galleria-prev-btn,
.galleria-image-gallery .galleria-container .galleria-prev-btn {
  position: absolute;
  width: 15px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.galleria-image-carousel .galleria-container .galleria-next-btn,
.galleria-image-gallery .galleria-container .galleria-next-btn {
  right: 0;
}

.galleria-image-carousel .galleria-container .galleria-prev-btn,
.galleria-image-gallery .galleria-container .galleria-prev-btn {
  left: 0;
}

.galleria-image-carousel .galleria-container .galleria-next-btn:before,
.galleria-image-gallery .galleria-container .galleria-next-btn:before,
.galleria-image-carousel .galleria-container .galleria-prev-btn:before,
.galleria-image-gallery .galleria-container .galleria-prev-btn:before {
  content: '';
  border: 8px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;  
  position: absolute;
  top: 50%;
  margin-top: -8px;
 
}

.galleria-image-carousel .galleria-container .galleria-next-btn:before,
.galleria-image-gallery .galleria-container .galleria-next-btn:before {
  border-right-width: 0;
  right: 5px;
 
}

.galleria-image-carousel .galleria-container .galleria-prev-btn:before,
.galleria-image-gallery .galleria-container .galleria-prev-btn:before {
  border-left-width: 0;
  left: 5px;
}

.galleria-image-carousel .galleria-stage,
.galleria-image-carousel .galleria-container,
.galleria-image-gallery .galleria-stage,
.galleria-image-gallery .galleria-container {
  background: transparent;
}

.galleria-container.fullscreen .galleria-play,
.galleria-thumbnails-container,
.galleria-play,
.galleria-counter,
.galleria-info,
.galleria-counter {
  display: none;
}

.galleria-stage .galleria-image-nav {
  margin-top: -16px;
  height: 33px;
}

.galleria-image-nav .galleria-image-nav-right,
.galleria-image-nav .galleria-image-nav-left {
  opacity: 0.7 !important;
  background-size: 70%;
  width: 20px;
  height: 33px;
  background-size: cover;
  text-align: center;
}

.galleria-image-nav .galleria-image-nav-right.hidden,
.galleria-image-nav .galleria-image-nav-left.hidden {
  display: none;
}

.galleria-image-nav .galleria-image-nav-right {
  background-image: url("/templates/v2/img/icons/v2-gallery-fwd.png");
}

.galleria-image-nav .galleria-image-nav-left {
  background-image: url("/templates/v2/img/icons/v2-gallery-back.png");
}

.galleria-container.fullscreen .galleria-bar-wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 99;
}

.galleria-bar-wrapper .galleria-content {
  display: none;
}

.galleria-container.fullscreen .galleria-bar-wrapper .galleria-content {
  background: rgba(0, 0, 0, 0.4);
  padding: 13px;
}

.galleria-container.fullscreen .galleria-bar-wrapper .galleria-content .title {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

.galleria-container.fullscreen .galleria-bar-wrapper .galleria-content .caption {
  font-size: 13px;
}

.galleria-container.fullscreen .galleria-bar-wrapper .galleria-content .credit {
 font-size: 13px;
 color: #888;
 padding-left: 5px;
 font-style: normal;
}

.galleria-bar {
  padding: 0 10px;
}

.galleria-container.fullscreen .galleria-bar,
.galleria-image-carousel .galleria-bar,
.galleria-image-gallery .galleria-bar {
  background: #fff;
  color: #333;
  height: auto;
}

.galleria-container.fullscreen .galleria-bar {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 13px;
  line-height: auto;
  position: relative;
}

.galleria-actions {
  display: table;
  padding-right: 35px;
}

.galleria-container.fullscreen .galleria-actions {
  padding-right: 62px;
}

.galleria-caption-container {
  display: table-cell;
  vertical-align: top;
}

.galleria-container.fullscreen .galleria-caption-container a,
.galleria-image-carousel .galleria-caption-container a,
.galleria-image-gallery .galleria-caption-container a {
  float: left;
  color: black;
  font-weight: bold;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #333;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
}

.galleria-caption-container .caption-show-ico {
  background-color: black;
  color: black;
  height: 14px;
  width: 14px;
  margin: -2px 4px 0 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.galleria-caption-container .caption-show-ico:before {
  color: white;
  position: relative;
  font-weight: normal;
}

.galleria-caption-container .caption-show-ico.disappear:before {
  content: '+';
  top: -1px;
}

.galleria-caption-container .caption-show-ico.appear:before {
  content: '-';
  top: -2px;
}

.galleria-counter-container {
  float: right;
  font-weight: bold;
  color: #ff9601;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}

.galleria-container.fullscreen .galleria-counter-container {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -14px;
}

.galleria-counter-container span {
  color: black;
  font-size: 1.5em;
  position: relative;
  top: 0.1em;
  font-weight: normal;
}

.galleria-bar .galleria-fullscreen {
  display: table-cell;
  width: auto;
  height: auto;
  position: static;
  background-image: none;
  border: 0;
  outline: 0;
  float: left;
}

.galleria-fullscreen:hover {
  background-color: transparent!important ;
}

.galleria-image-carousel .galleria-stage .galleria-counter,
.galleria-image-gallery .galleria-stage .galleria-counter {
  opacity: 1;
  right: 0;
  bottom: 10px;
}

.galleria-content-outer {
  display: none;
  padding: 12px 10px 10px;
}

.galleria-content-outer .title {
  display: block;
  color: black;
  font-weight: bold;
}

.galleria-content-outer .caption {
  font-size: 1em;
}

.galleria-content-outer .credit {
  font-size: 1em;
  color: #5f6167;
  padding-left: 5px;
  font-style: normal;
}

.galleria-exit-fullscreen-btn {
  position: absolute;
  background: white;
  color: black;
  left: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  z-index: 99;
}

/*
* Galleria Azur theme end
*/

/* Video/Image badge */

div.mediatype-video div.pushimg span .badge,
div.mediatype-photo div.pushimg span .badge {
  position: absolute;
  width: 36px;
  right: -4px;
  bottom: 5px;
  height: 30px;
  background-size: cover;
}

div.mediatype-video div.pushimg span .badge {
  background-image: url('/templates/v2/img/icons/video_icon.png');
}

div.mediatype-video div.pushimg span .badge .c,
div.mediatype-video div.pushimg span .badge .bt,
div.mediatype-photo div.pushimg span .badge .bt {
  display: none;
}

div.mediatype-photo div.pushimg span .badge {
  background-image: url('/templates/v2/img/icons/gallery_icon.png');
}

div.mediatype-photo div.pushimg span .badge .c {
  font-family: UnitSlabBlackCY, 'Arial Black', Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 6px;
  display: inline-block;
}



/* Start of CSS for Campaign */

.campaign-article {
  margin-bottom: 10px;
}


.campaign-push,
.campaign-article {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  line-height: 1;
  
}

.campaign-push-wrapper,
.campaign-article {
  background-color: #ffffd4;
  padding: 7px;
  box-sizing: border-box;
}

.campaign-push img{
  max-width: 100%;
}

.campaign-push figure,
.campaign-article figure {
  float: left;
  padding-bottom: 4px;
  margin: 0;
}

.campaign-push .campaign-label,
.campaign-article .campaign-label {
  color: #717171;
  font-size: 10px;
  line-height: 14px;
  font-weight:bold;
  font-family: "Lucida Grande", sans-serif, arial, Helvetica;
  text-transform: uppercase;
}


.campaign-article figure img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 8px;
  max-width: 130px;
  max-height: 40px;
}

.campaign-push figure img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 8px;
  max-width: 100px;
  max-height: 35px;
}

.campaign-push figure figcaption,
.campaign-article figure figcaption {
  display: inline-block;
  vertical-align: bottom;
}

.campaign-push figure figcaption p,
.campaign-article figure figcaption p {
  margin: 0;
  text-indent: 0;
}

.campaign-push figure figcaption p.campaign-label,
.campaign-article figure figcaption p.campaign-label {
  margin-bottom: 2px;
  padding-top: 3px;
}

.campaign-push figure figcaption .campaign-name,
.campaign-article figure figcaption .campaign-name {
  color: #000;
  font-family: UnitSlabBlackCY, helvetica, arial, sans-serif;
  font-size: 22px;
}

.campaign-push span {
  position: relative;
  right: 0;
  bottom: 2px;
}

div.v2-push-large.campaign-push-wrapper .pushinner {
  margin-bottom: 0;
}

.v2-push-medium.campaign-push-wrapper .pushinner {
  min-height: 88px;
  /* padding-bottom: 46px; */
}

/* .v2-push-medium .campaign-push {
  position: absolute;
  bottom: 0;
  left: -95px;
}*/

/* .v2-push-medium.noimg .campaign-push {
   position: absolute;
   bottom: 0;
   left: 0;
  
}*/

div.v2-push-wrapper  div.v2-push-medium .pushinner > .campaign-push-content {
  min-height: 85px;
  padding-bottom: 5px;
}

div.v2-push-wrapper  div.v2-push-medium.noimg .pushinner > .campaign-push-content {
  min-height: 0;
  padding-bottom: 0;
} 

div.v2-push-wrapper  div.v2-push-medium .pushinner > .campaign-push {
  margin-left: -95px;
}

div.v2-push-wrapper  div.v2-push-medium.noimg .pushinner > .campaign-push {
  margin-left: 0;
}

.inline-left.onecol-bleed.slideshow {
        float: left;
}
.inline-left.onecol-bleed.slideshow .gallery-icon-wrapper {
	clear: both;
	/*padding: 0 10px;
        margin: 0 10px 0 0;*/
        width: 100%;
}

.inline-left.onecol-bleed.slideshow .gallery-icon-wrapper img,
.inline-right.onecol-bleed.slideshow .gallery-icon-wrapper img,
.inline-large.onecol-bleed.slideshow .gallery-icon-wrapper img {
	margin: 0px;
        /*max-height: 180px;*/
        width: 100%;
}

.inline-right.onecol-bleed.slideshow .gallery-icon-wrapper {
	clear: both;
	float: right;
	/*padding: 0 10px;*/
        width: 100%;
}

.inline-right.onecol-bleed.slideshow .indent-bleed {
	clear: both;
	float: right;
}

div.body.article div.inline-right.onecol-bleed.slideshow {
        float:right;
        margin:0 10px;
        width: 48%;
}

div.body.article div.inline-left.onecol-bleed.slideshow {
        float:left;
        width: 48%;
        margin: 0 10px 0 0;
}

div.body.article div.inline-right.onecol-bleed.slideshow .indent-bleed {
        float:left;
        width: 100%;
        margin: 0px;
        padding: 0px;
}


div.body.article div.inline-left.onecol-bleed.slideshow .indent-bleed {
        width: 100%;
        margin: 0px;
        padding: 0px;
}

div.body.article div.inline-right.onecol-bleed.slideshow .indent-bleed p,
div.body.article  div.inline-left.onecol-bleed.slideshow .indent-bleed p {
       padding: 0px;
}

div.slideshow .inline-large img {
       max-height:none;
}

/* End of CSS for Campaign */



  
    
    
    
  


/* Smart Article touch CSS start */
.image-component {  
   background: #000; 
   text-align: center; 
   width: 100% !important; 
   margin: 0;
   overflow: hidden; 
}
.image-component img { 
   max-width: 100% !important; 
   margin-bottom: -3px;
}
@-moz-document url-prefix() {
    .image-component img { 
      margin-bottom: -5px;
    }
}
.image-component.inline-left { 
   float: left; 
   width: 49% !important; 
   margin: 0 1% 2% 0; 
} 
.image-component.inline-right { 
   float: right; 
   width: 49% !important; 
   margin: 0 0 2% 1%; 
}
.image-component.inline-large{
  margin-bottom: 2%;
  max-width: 100%;
}
.image-component .caption-w { 
   font-size: 11px; 
   padding: 3px 0 !important; 
   border-bottom: 1px dashed #b2b2b2; 
   background: #fff; 
   float: left; 
   width: 100% !important;  
   color: #64625e;
   line-height : 16px;
}

.inline-large .caption-w .caption { 
    float: left;
    text-align: left;
    width: 60%;
}  
.inline-large .caption-w .credit{ 
    display: inline-block;
    float: right;
    text-align: left;
    width: 26%;
    word-wrap: break-word;
} 
.inline-large .caption-w .credit-label{  
    color: #64625e;
    float: left;
    font-style: italic;
    margin: 0;
    text-align: center;
    width: 39px;
} 
.image-component.smart .caption-w  p{ 
  font-size: 11px;
  text-indent: 0;
}
.image-component.smart .caption-w  .credit, .image-component.smart .caption-w  .caption{
  color: #64625e;
}
.image-component.smart .caption-w  .credit {
  word-wrap: break-word;
}
.inline-left .caption-w .caption, .inline-right .caption-w .caption { 
   width: 98% !important; 
   text-align: left !important; 
   margin: 1% 0 1% 0.4%;
}
.inline-left .caption-w .credit, .inline-right .caption-w .credit{ 
   width: 74% !important; 
   text-align: left !important; 
   display: inline-block; 
   margin: 0% 0 1% 0;
} 
.inline-left .caption-w .credit-label, .inline-right .caption-w .credit-label{ 
   float: left !important; 
   width: 35px !important; 
   text-align: left !important;  
   margin: 0;
   font-style: italic;
   color: #64625e;
}
/* Touch : top container, credit/caption layout */
.indent-bleed{
  font-size: 11px;
  color: #64625e;
  overflow: hidden;
}

.indent-bleed .caption {
    float: left;
    text-align: left;
    width: 60%;
}

.indent-bleed .label {
    color: #64625e;
    float: left;
    font-style: italic;
    margin: 0;
    text-align: center;
    width: 39px;
}

.indent-bleed .credit {
    display: inline-block;
    float: right;
    text-align: left;
    width: 26%;
    word-wrap: break-word;
}

/* Smart article touch CSS end */

/* Fix for touch site body component indenting */
.html-component > p{
  text-indent: 0 !important;
}

/* CSS for Single out bar for article push component */

.single-out-bar {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.single-out-bar-text {
  background-color: #e7750c;
  padding: 1px 1px 1px 4px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.single-out-bar .arrow { 
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent !important;
  border-left: 10px solid;
  border-left-color: #e7750c;
} 

.textonpic{
  margin: 0 0 0.2em;
}

/* CSS to for continuous article scroll  */
section article > .body,
section article:first-child {
  padding-top:0px;
}

article#article_content > .body {
  padding-top:53px;
}
section article:last-child {
  border-bottom:0px;
  box-shadow:none;
}
section article {
  padding-top:36px;
  border-bottom:1px solid #919191;
  -moz-box-shadow:  0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow:  0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow:  0 1px 4px 0 rgba(0, 0, 0, 0.4);
}

/* CSS for NEW BYLINE & DATE */
.article-byline-date {
  font-size: 10.5px;  
  text-transform : uppercase; 
}  
.article-byline-date ul {
  margin: 0px;
  padding: 0px;
}
.article-byline-date ul li{
  list-style: none;
  display: inline-block;  
  padding-right: 7px;
  line-height: 10px;
}
.article-byline-date ul li:nth-child(2) {
  border-left: 1px solid #bbb;
  padding-left: 7px;
}
.article-byline-date .touch-byline, 
.article-byline-date .touch-byline a {  
  color: #00853f;
}
.article-byline-date .article-date {
  color: #999;
  display: none;
}

.fact-right {
  width:50%;
  float:right;
  margin-left: 6px;
}

.box-highlight {
  font-size: 16px;
  font-weight: bold;
  color: #e56d3a;
  border-left: 4px solid #e56d3a;
  padding: 8px 0px 8px 15px;
  margin: 8px 0px 8px 0px;
}
