
/**************
 *Header
 *************/
/**************
 *Header
 *************/


/*
  * new class added by alex
*/
.PaneHeader2,
.PaneContentInner,
.FooterContainer
 {
  display:none;
}

.headerBanner{
   background-image: url('../design/headerBg-v3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;

  /*opacity: 0;*/
  /*z-index: 0;*/
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 30s linear;
  -moz-animation: imageAnimation 30s linear ;
  -o-animation: imageAnimation 30s linear;
  -ms-animation: imageAnimation 30s linear;
  animation: imageAnimation 30s linear;
}

.NewsCenter .headerBanner {
    /*background-image:url('../images/LN_blog13.jpg');*/
    background-image: url('../design/header-news-center-v2.jpg');
}

.NewsDetails .headerBanner {
    /*background-image:url('../images/LN_blog13.jpg');*/
    background-image: url('../design/header-news-center-v2.jpg');
    background-position:0 0;
    -webkit-backface-visibility: visible;
    -webkit-animation: none;
    -moz-animation: none ;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.NewsDetails.blog-details .headerBanner {
    background-image:url('../design/LN_blog14_v001_s5m9e8.jpg');
}

@media screen and (max-width: 480px) {
  .headerBanner{
   background-image: url('../design/headerBg-v3_small.png');
  }

  .NewsDetails .headerBanner {
    background-image:url('../design/header-news-center-v2_small.png');
  }

  .NewsDetails .headerBanner {
    background-image:url('../design/header-news-center-v2_small.png');
  }
}



.HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    -webkit-animation: titleAnimation 30s linear ;
    -moz-animation: titleAnimation 30s linear;
    -o-animation: titleAnimation 30s linear ;
    -ms-animation: titleAnimation 30s linear;
    animation: titleAnimation 30s linear;
}



/*Animations*/


@-webkit-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
  22% {
    opacity: 1;
    /*-webkit-transform: scale(1.05) translateY(-20%);*/
  }
  25% {
      opacity: 1;
      /*-webkit-transform: scale(1) translateY(0);*/
  }
  100% { 
    opacity: 1;
  -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
  22% {
    opacity: 1;
    /*-webkit-transform: scale(1.1) translateY(-20%);*/
  }
  25% {
      opacity: 1;
      /*-moz-transform: scale(1.1) translateY(-100%);*/
  }
  100% { 
        opacity: 1 ;
        -moz-transform: scale(1.1);
  }
}
@-o-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
  22% {
    opacity: 1;
    /*-webkit-transform: scale(1.1) translateY(-20%);*/
  }
  25% {
      opacity: 1;
      /*-o-transform: scale(1.1) translateY(-100%);*/
  }
  100% { 
        opacity: 1 ;
        -o-transform: scale(1.1);
  }
}
@-ms-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1.1);
  }
  22% {
    opacity: 1;
    /*-webkit-transform: scale(1.1) translateY(-20%);*/
  }
  25% {
      opacity: 1;
     /* -ms-transform: scale(1.1) translateY(-100%);*/
  }
  100% { 
        opacity: 1 ;
        -ms-transform: scale(1.1);
  }
}
@keyframes imageAnimation { 
  0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
  22% {
    opacity: 1;
    /*-webkit-transform: scale(1.1) translateY(-20%);*/
  }
  25% {
      opacity: 1;
      /*-transform: scale(1.1) translateY(-100%);*/
  }
  100% { 
        opacity: 1 ;
        transform: scale(1.1);
  }
}




@-webkit-keyframes titleAnimation { 
  0% {
      opacity: 0;
      /*-webkit-transform: translateY(0%);*/
  }
  8% {
      opacity: 1;
      /*-webkit-transform: translateY(0%);*/
  }
  17% {
      opacity: 1;
  }
  19% {
      opacity: 1;
  }
  25% { 
    opacity: 1 ;
    /*-webkit-transform: translateY(50%);*/
  }
  100% { opacity: 1 }
}
@-moz-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -moz-transform: translateY(0%);
  }
  8% {
      opacity: 1;
      -moz-transform: translateY(0%);
  }
  17% {
      opacity: 1;
      -moz-transform: translateY(0%);
  }
  19% {
      opacity: 1;
      -moz-transform: translateY(0%);
  }
  25% { opacity: 1 }
  100% { opacity: 1 }
}
@-o-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -o-transform: translateY(0%);
  }
  8% {
      opacity: 1;
      -o-transform: translateY(0%);
  }
  17% {
      opacity: 1;
      -o-transform: translateY(0%);
  }
  19% {
      opacity: 1;
      -o-transform: translateY(0%);
  }
  25% { opacity: 1 }
  100% { opacity: 1 }
}
@-ms-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -ms-transform: translateY(0%);
  }
  8% {
      opacity: 1;
      -ms-transform: translateY(0%);
  }
  17% {
      opacity: 1;
      -ms-transform: translateY(0%);
  }
  19% {
      opacity: 1;
      -ms-transform: translateY(0%);
  }
  25% { opacity: 1 }
  100% { opacity: 1 }
}
@keyframes titleAnimation { 
  0% {
      opacity: 0;
      transform: translateY(0%);
  }
  8% {
      opacity: 1;
      transform: translateY(0%);
  }
  17% {
      opacity: 1;
      transform: translateY(0%);
  }
  19% {
      opacity: 1;
      transform: translateY(0%);
  }
  25% { opacity: 1; }
  100% { opacity: 1; }
}

/************** Progress Bar Start **************/

.progress {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress .bar {
    box-sizing: border-box;
    background-color: #0E90D2;
    background-image: linear-gradient(to bottom, #149BDF, #0480BE);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress .bar + .bar {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.progress-striped .bar {
    background-color: #149BDF;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}
.progress.active .bar {
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
}
.progress-danger .bar, .progress .bar-danger {
    background-color: #DD514C;
    background-image: linear-gradient(to bottom, #EE5F5B, #C43C35);
    background-repeat: repeat-x;
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #EE5F5B;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-success .bar, .progress .bar-success {
    background-color: #5EB95E;
    background-image: linear-gradient(to bottom, #62C462, #57A957);
    background-repeat: repeat-x;
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62C462;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-info .bar, .progress .bar-info {
    background-color: #4BB1CF;
    background-image: linear-gradient(to bottom, #5BC0DE, #339BB9);
    background-repeat: repeat-x;
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5BC0DE;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-warning .bar, .progress .bar-warning {
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #FBB450;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}media_tag_1 {media_subcode:1}media_tag_2 {media_subcode:2}.visible-print{display:none!important}media_tag_3 {media_subcode:3}media_tag_4 {media_subcode:4}media_tag_5 {media_subcode:5}media_tag_6 {media_subcode:6}media_tag_7 {media_subcode:7}media_tag_8 {media_subcode:8}media_tag_9 {media_subcode:9}[ng\:cloak],[ng-cloak],.ng-cloak{display:none!important}.content>div #banner-text{line-height:1.4!important}@keyframes swing { 
  0% { transform: rotate(-45deg) }
  100% { transform: rotate(45deg) }
}
@-moz-keyframes swing { 
  0% { -moz-transform: rotate(-45deg) }
  100% { -moz-transform: rotate(45deg) }
}
@-webkit-keyframes swing { 
  0% { -webkit-transform: rotate(-45deg) }
  100% { -webkit-transform: rotate(45deg) }
}

/******jpreSlide**********/

#jpreOverlay {
  background-color: #000000;
}
#jpreSlide{
  font-size:22px;
  font-weight:bold;
  color:#ccc;
  text-align:center;
  width:50%;
  height:30%;
  top: 50% !important;
}
#jpreLoader{
  width:300px;
  height:25px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color: #FFFFFF !important;
  top: 50% !important;
  box-shadow: none !important;
  height: 10px !important;
}

#jpreBar {
  background:#0DA1D5 url(../images/bar.png);
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  animation: none !important;
  background-image: none !important;
  background-color: #DD514C !important;
  box-shadow: none !important;
}

#jprePercentage {
  color:#ccc;
  font-weight:bold;
  text-align:center;
  text-shadow:1px 1px 1px #333;
  top:-100%;
  top: 10px !important;
}
#jpreOverlay {
  z-index: 99 !important;
  background: linear-gradient(45deg, #000000 0%, #828C95 79%, #B5BDC8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

#jpreButton {
  display:none !important;
}

/******jpreSlide**********/

#page_wrapper {
    height: 100%;
    margin: auto;
    width: 100%;
    position: absolute;
    top: -50px;
}
#viewport-wrapper {
    margin: auto;
    position: relative;
    width: 100%;
}
#loadShild {
    display: table;
    height: 100%;
    opacity: 1;
    transition: all 1s ease 0ms;
    width: 100%;
    z-index: 5000;
    left: 0;
}
/*#loadShild[loaded="true"] {
    opacity: 0;
    top: -100%;
}*/
#loadShild > div {
    display: table-cell;
    vertical-align: middle;
}
#loadShild > div > div {
    margin: auto;
    max-width: 300px;
}
#stadium {
    position: relative;
}
#stadium > img {
    display: block;
    margin: auto;
}
#stadium > .lightcone {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 70px solid #FFFFFF;
    height: 0;
    opacity: 0.3;
    position: absolute;
    width: 0;
}
#stadium > .lightcone.left {
    left: 117px;
    top: -68px;
    animation: swing 2s ease-in-out 0s infinite alternate;
    -ms-animation: swing 2s ease-in-out 0s infinite alternate;
    -webkit-animation: swing 2s ease-in-out 0s infinite alternate;
    -moz-animation: swing 2s ease-in-out 0s infinite alternate;
    -o-animation: swing 2s ease-in-out 0s infinite alternate;
    transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
}
#stadium > .lightcone.right {
    right: 117px;
    top: -68px;
    animation: swing 2s ease-in-out 0s infinite alternate-reverse;
    -ms-animation: swing 2s ease-in-out 0s infinite alternate-reverse;
    -webkit-animation: swing 2s ease-in-out 0s infinite alternate-reverse;
    -moz-animation: swing 2s ease-in-out 0s infinite alternate-reverse;
    -o-animation: swing 2s ease-in-out 0s infinite alternate-reverse;
    transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
}
#loadShild > div > div p {
    color: #FFFFFF;
    text-align: center;
}
#loadShild > div > div > .progress {
    height: 10px;
    margin: 10px auto;
    width: 100%;
}
#viewport-wrapper > section {
    margin: auto;
    position: fixed;
    width: 100%;
}
#viewport-wrapper > section.variableHeight {
    height: 80%;
}
#viewport-wrapper > section.stacked {
    height: auto;
    position: relative;
}
#viewport-wrapper > section > div {
    height: 100%;
    width: 100%;
}
#viewport-wrapper > section > div > .inner {
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#viewport-wrapper > section > div > .inner > .tracker {
    background: none repeat scroll 0 0 #222222;
    border-bottom: 3px solid #DDDDDD;
    height: 0;
    position: absolute;
    top: 0;
    transition: all 100ms ease 0ms;
    visibility: hidden;
    width: 10px;
}

.PageDefault h4.prhighlights{
  color: #666666;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 13px;
  text-align: center;
}
.prhighlights br {
    margin: 20px 0;
}

.ModulePressReleaseDetails img {
    none;
    padding: 5px 10px;
}

/*Blog CSS*/

.loader {
    padding: 30px 0;
    margin: 0 auto;
    display: block;
}
.BlogContainer {
    background-color: #fff;    
}
#blog {
    font-family: 'proxima-nova';
}
.blog-post {
    margin-top: 15px;
    position: relative;
}
.blog-list {
    padding-bottom: 50px;
}
#blog .blog-years,
#blog .blog-filters {
    text-align: center;
}

.blog-years .yearTabs {
    padding: 20px 0;
}
.blog-filters {
    padding-bottom: 20px;
}
.blog-filters .sbHolder{
    height: 40px;
    margin: 0 auto;
    background-color: #db0e31;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}
.blog-filters .sbToggle {
    top: 4px;
    background: url('../design/blog-select-icons.png') no-repeat scroll 0 -116px rgba(0, 0, 0, 0);
}
.blog-filters .sbSelector,
.blog-filters .sbSelector:link,
.blog-filters .sbSelector:visited,
.blog-filters .sbSelector:hover {
    padding: 0 10px;
    text-align: left;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}
.blog-filters .sbOptions a:hover,
.blog-filters .sbOptions a:focus,
.blog-filters .sbOptions a.sbFocus {
    color: #ddd;
}
.PageDefault .blog-filters .sbHolder .sbOptions a:hover {
    text-decoration: none;
    color: #ddd;
}

#blog .NewsSearch {
    margin: 0;
}
.blog-years ul li {
    cursor: pointer;
    display: inline-block;
    margin: 0 25px;
}
.blog-years ul li.active,
.blog-years ul li:hover {
    color: #9ab5c6;
}
.blog-post .blog-inner {
    display:inline-block;
    vertical-align: top;
}
.blog-post .thumb,
.blog-post .placeholder {
    width: 200px;
    background-repeat: no-repeat;
    display:inline-block;
}
.blog-post .thumb i {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    display: block;
    height: 100%;
    position: absolute;
    width: 218px;
}

.blog-post .blog-inner {
    /*margin-left: 10px;*/
    /*width: 80%;*/
    margin-left: 230px;
}
.blog-inner > ul a {
    display:inline-block;
    width: 39px;
    height: 39px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url('../icons/blog-icons.png');
}
.blog-inner .document {
    background-position: -169px 0;
}
.blog-inner .linkedin {
    background-position: -1px 0;
}
.blog-inner .gplus {
    background-position: -43px 0;
}
.blog-inner .twitter {
    background-position: -128px 0;
}
.blog-inner .facebook {
    background-position: -85px 0;
}
.blog-post .blog-text {
    background-color: #eaeaea;
    padding: 32px;
}
.blog-post .blog-text h2 {
    font-size: 21px;
    line-height:23px;
    margin-bottom: 10px;
}
.blog-post .blog-text a {
    color: #9ab5c6;
    font-weight:700;
}
.blog-post .date {
    color: #000;
    font-weight: bold;
}
.blog-post .blog-inner > ul {
    width: 100%;
    background-color: #b2c5d1;
    padding: 8px 30px;
}
.blog-post .blog-inner ul {
    display: inline-block;
    vertical-align: top;
}
.blog-post .blog-inner > ul li {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 39px;
    padding: 0 5px;
}
.blog-post .blog-inner > ul > li {
    padding: 0 20px;
    height: 39px;
}
.blog-post .blog-inner > ul > li {
    border-left: 1px solid #94a4ae;
}
.blog-post .blog-inner > ul li:first-child {
    border-left: none;
}
.blog-pagination {
    font-family: 'proxima-nova-n4','proxima-nova';
    font-weight: bold;
    padding-bottom: 100px;
    text-transform: uppercase;
}
.blog-pagination .numbers {
    float:left;
    width: 50%;
}
.blog-pagination ul {
    text-align: center;
}
.blog-pagination ul li {
    cursor: pointer;
    color: #ad203d;
    display: inline-block;
    padding: 10px 5px;
}
.blog-pagination ul li.text,
.blog-pagination ul li.active {
    color: #000;
}
.blog-pagination .prev,
.blog-pagination .next {
    cursor: pointer;
    float:left;
    padding: 10px 50px;
    width: 25%;
    white-space: nowrap;
}
.blog-pagination .next {
    text-align: right;
}
.blog-pagination .showing {
    text-align: center;
}
.blog-details .ModuleLinks {
    /*display:none;*/
}
.blog-details .ModulePressReleaseDetails .ModuleLinks .DocumentFileLink .ModuleDownloadText {
	display: inline-block;
	color:#fff;
	vertical-align: middle;
	line-height: 39px;
}
.blog-details .ModulePressReleaseDetails .ModuleLinks .DocumentFileLink .ModuleDownloadText:after {
	background: url('../icons/blog-icons.png') no-repeat scroll right 0 transparent;
	cursor: pointer;
	display: inline-block;
	height: 39px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	width: 41px;
	content:'';
}
.blog-details .ModulePressReleaseDetails .ModuleLinks .DocumentFileLink {
	width:auto;
	height: auto;
	margin:0;
	background: transparent;
}
.blog-details h4.prhighlights {
    background-color: #cecece;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 15px -45px;
    padding: 30px;
    color:#343233;
}
.blog-details .LayoutDefaultInner {
    background-color: white;
}
.blog-details .PaneContentInner {
    padding-bottom: 0;
}
.blog-details .ModulePressReleaseDetails {
    background-color: #f5f5f5;
    padding:20px 60px;
}
/*.blog-details .ModulePressReleaseDetails h1:first-child {
    display: none;
}*/
.blog-details h1 > span.ModuleTitle {
  display: none;
}
.blog-details .ModulePressReleaseDetails h1 {
    margin: 0;
    padding: 15px 0 0 0;
    /*text-align:left;*/
}
.blog-details .ModuleContainerInner {
    margin:0 20px 0 -60px;
}
.blog-details .ModuleContainerInner img {
    float: left;
    margin-right: 50px;
    padding: 0;
}
.blog-details .ModulePressReleaseDetails .ModuleDateContainer {
    display: inline-block;
    vertical-align: top;
    line-height: 39px;
    font-weight: 500;
}
.blog-details .ModuleDateContainer .ModuleDate {
    color:#000;
}
.blog-details .ModulePressReleaseDetails .ModuleLinks {
    margin:0;
    display: inline-block;
    vertical-align: top;
}
.blog-details .shareLabel,
#blog .shareLabel {
    display: inline-block;
    line-height: 39px;
    vertical-align: top;
    margin-right: 10px;
}
.blog-details .ModulePressReleaseDetails .ModuleContainerInnerTop {
    background-color: #b5c8d4;
    color:#fff;
    font-size: 21px;
    line-height: 23px;
    margin:-20px -60px 0 -60px;
    text-align: center;
    padding:10px 20px;
}
.blog-details .ModulePressReleaseDetails .ModuleLinks .shareLabel:before,
.blog-details .ModulePressReleaseDetails .ModuleLinks .ModuleDownloadLink:before {
    margin:0 10px;
    content:'';
    display: inline-block;
    vertical-align: top;
    width:1px;
    background-color: #97a6b0;
    height: 39px;
}
.responsiveTable {
    overflow-x: auto;
}
.blog-details table.prntblns .prnews_p {
    margin: 0;
}
.blog-details .innerRowWrapper {
    margin:15px -60px;
    background-color: #ebebeb;
    padding:20px 60px;
}
.blog-details .ModulePressReleaseDetails table td,
.blog-details .ModuleEventDetails table td {
    border-color:#dbdbdb;
    color:#4f4f4f;
}
@media screen and (max-width: 991px) {
    .blog-post .blog-inner > ul > li {
        border: 0 none;
        display: block;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .blog-post .blog-text {
        padding: 20px;
    }
    .blog-post .blog-inner > ul {
        padding: 10px 20px;
    }
    .blog-post .blog-inner > ul > li {
        border-left: none;
        border-top: 1px solid #94a4ae;
        display: block;
        height: auto;
        padding:5px 0;
    }
    .blog-post .thumb, .blog-post .placeholder, .blog-post .blog-inner  {
        display:block;
        margin: 0;
    }
    .blog-post .thumb i {
        height: 200px;
        position: relative;
    }
    .blog-details .ModulePressReleaseDetails {
        padding: 20px;
    }
    .blog-details .ModuleContainerInner img {
        float: none;
        margin:0 auto 15px auto;
        display: block;
    }
    .blog-details .ModulePressReleaseDetails h1 {
        text-align: center;
    }
    .blog-details .ModulePressReleaseDetails .ModuleContainerInnerTop {
        margin-left: -20px;
        margin-right: -20px;
    }
    .blog-details .ModuleContainerInner {
        margin: 0 -20px;
    }
    .blog-details h4.prhighlights {
        margin: 15px -20px;
    }
    .blog-details .innerRowWrapper {
        margin:15px -20px;
        padding:20px;
    }
}
@media screen and (max-width: 640px) {
    .blog-details .ModulePressReleaseDetails .ModuleDateContainer,
    .blog-details .ModulePressReleaseDetails .ModuleLinks,
    .blog-details .ModulePressReleaseDetails .shareWrapper {
        display: block;
    }
    .blog-details .shareLabel {
        vertical-align: middle;
    }
    .blog-details .ModulePressReleaseDetails .ModuleLinks .shareLabel:before {
        content:none;
    }
}
@media screen and (max-width: 480px) {
    .blog-post .thumb i {
        width:100%;
    }
    .blog-post .thumb, .blog-post .placeholder {
        width:auto;
    }
}
@media screen and (max-width: 1209px){
   .BlogPage .HeaderContainer .ClientLogo{
       padding: 10px 0;
       margin-left: -67px;
    }
   .BlogPage .HeaderContainer .ClientLogo img{
       max-width: 80%;
       margin-left: 46px;
    }
}

/*Blog Header*/

.NewsCenter.BlogPage .headerBanner {
  background-image:url('../design/blog-header-bg.jpg');
}

.blog-logo {
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: -325px;
  width: 775px;
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  .blog-logo {
    top: 100px;
    width: 500px;
    margin-left: -200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .blog-logo {
    top: 100px;
    width: 350px;
    margin-left: -150px;
  }
}
@media screen and (max-width: 767px) {
  .blog-logo {
    display:none;
  }
}

ul.pr-ul {
    padding-left: 32px;
    padding-bottom: 18px;
    list-style-type: disc;
}

.center {
    text-align:center;
}

.ModuleBody sup {
    font-size: 12px;
}