@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

#share-icons {
    display: none;
}
#likes, .likes-left .social-likes, #likes-lg {display: none;}

.addthis_native_toolbox {display: none;}

body { background: rgba(179,179,179,1);
background: -moz-linear-gradient(top, rgba(179,179,179,1) 0%, rgba(96,81,140,1) 80%, rgba(73,47,145,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,179,179,1)), color-stop(80%, rgba(96,81,140,1)), color-stop(100%, rgba(73,47,145,1)));
background: -webkit-linear-gradient(top, rgba(179,179,179,1) 0%, rgba(96,81,140,1) 80%, rgba(73,47,145,1) 100%);
background: -o-linear-gradient(top, rgba(179,179,179,1) 0%, rgba(96,81,140,1) 80%, rgba(73,47,145,1) 100%);
background: -ms-linear-gradient(top, rgba(179,179,179,1) 0%, rgba(96,81,140,1) 80%, rgba(73,47,145,1) 100%);
background: linear-gradient(to bottom, rgba(179,179,179,1) 0%, rgba(96,81,140,1) 80%, rgba(73,47,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#492f91', GradientType=0 );
background-attachment: fixed; border-top:10px solid #c41230; }


.disclaimer {margin: 0;}
.ctab {
background: rgba(196,18,47,1);
    background: -moz-linear-gradient(top, rgba(196,18,47,1) 0%, rgba(143,2,34,1) 81%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,18,47,1)), color-stop(81%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(top, rgba(196,18,47,1) 0%, rgba(143,2,34,1) 81%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(top, rgba(196,18,47,1) 0%, rgba(143,2,34,1) 81%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(196,18,47,1) 0%, rgba(143,2,34,1) 81%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom, rgba(196,18,47,1) 0%, rgba(143,2,34,1) 81%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4122f', endColorstr='#6d0019', GradientType=0 );
    border-radius: 5px;
    color: #fff!important;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: normal;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(30, 30, 30, 0.55);
    -moz-box-shadow: 0px 3px 11px 0px rgba(30, 30, 30, 0.55);
    box-shadow: 0px 3px 11px 0px rgba(30, 30, 30, 0.55);
margin: 0;
    font-size: 100%;
    line-height: 122%;
    padding: 2% 8%;
    width: 244px;
   max-width:100%;
}
.ctab:hover { background: rgba(73,47,145,1);
background: -moz-linear-gradient(top, rgba(73,47,145,1) 0%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,47,145,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(73,47,145,1) 0%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(73,47,145,1) 0%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(73,47,145,1) 0%, rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(73,47,145,1) 0%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#492f91', endColorstr='#6d0019', GradientType=0 ); border-radius: 5px; color: #fff!important; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; text-decoration: none !important; opacity: .8;  font-weight:normal; }

a, a:visited, a:hover {
    color: #c41230;
    word-wrap: break-word;
}

.icons, .icons:visited {
padding: 10px;
    margin: 8px 3px;
    width: 42px;
    height: 42px;
    display: inline-block;
    background: #c41230;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.icons:hover, .icons:active {
background:#492f91;
transition: opacity 0.7s ease;
color:#fff;
}

#article {
font-family:'Open Sans',Arial,sans-serif;
font-size:14px;
}

.promacta-logo {
    margin-top: 18px;
    margin-left: 28px;
}
#topbar {
background-color:#fff;
border-bottom: 8px solid #c41230;
box-shadow: 0 6px 11px -7px #000;
}
#topbar-right {
text-align: center;
    padding-right: 1%;
}
#head-box {}
#call-to-action {}
#share-icons {}
.media-contacts {}

#likes, .likes-left .social-likes, #likes-lg {
  display: none;
}


#hero {display: none;}

#cut-in {
float: right!important;
clear: both!important;
margin-bottom: 12px;
margin-left: 22px;
width: 45%;
}


.share-lg-btn { display: none;} 
.share-sm-btn { display: inline-block;}

#media-contacts-mobile {
  display: none;
}

.images {
  display: block;
  margin: auto;
    max-width: 100%;
}
.rightlinks{
display:block;
font-weight:normal;
font-size:14px;
padding:7px;
border-bottom:1px solid white;
}

.rightlinks:hover{
font-weight:normal;
background-color:#492f91;
color:#fff;
text-decoration:none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.center h3 {margin-left: 7%;margin-top: 25px;margin-bottom: 0;clear:both;display: inline-block;width: 100%;}

h3 { font-size: 1.3em; text-align: center; color: #c41230; font-weight:normal; border-bottom:1px solid #c41230;
margin-top:1.25em; font-family: 'Open Sans', sans-serif;
 }



.center {
width: 440px;
max-width: 100%;
margin: auto!important;
display: inline-block;
clear: both!important;
float: right;
padding-right: 10%;
padding-bottom: 45px;
background: #e6e7e8;
-moz-box-shadow: 0 0 5px -1px #474747;
-webkit-box-shadow: 0 0 5px -1px #474747;
box-shadow: 0 0 5px -1px #474747;
text-align: center;
}
.other-assets {
margin-left: 10%;
display: inline-block;
margin-top: 15px;
}

.inline-asset.inline-asset-single-column {
width: 100%;
clear: both;
float: right!important;
}

.inline-asset {
float: right;
clear: both;
margin: 15px 5px 0 0;
display: block;
width: 80%!important;
  box-shadow: 0 7px 11px -7px #000;
  margin-bottom: 15px;
}


.inline-asset img {
width: 100%!important;
}

.inline-asset-title-container {
  background-color: #00144F;
  width: 100%;
  line-height: 105%;
  padding: 2% 2%;
  font-family: Roboto;
  font-size: 97%;
  right: 0!important;
  left: 0!important;
}
.inline-asset-caption {display: none;}
.nav_read_more {display: none;}
#press-release {margin-top: 0px;padding-top: 0px;}
#box-a {display: none;}
#box-b {display: none;}
#box-c {display: none;}
#box-d {display: none;}
#underfooter {  text-align: center;}


/* PressRelease */
#press-release {
text-align: left;
}
h1 { font-size:1.45em; text-align:left; color:#4d4d4d; font-family: 'Open Sans', sans-serif; padding-left:7px; padding-right:7px; font-size: 1.45em; color: #4d4d4d; font-weight: bold;
}

h2 { text-align: center; font-style: italic; font-size: 1.1em; font-weight: normal; text-align: left; padding: 10px; font-family: 'Open Sans', sans-serif;}

#lede {padding-bottom: 15px;}
#body_text{background:#fff; padding:1%;}


.source a{}
.source a:hover{}
.dateline, .source {
font-weight: bold;
font-style: italic;
}

#body-media-gallery{
   display:none;
   padding-bottom: 15px;
}

#body_text{padding-bottom: 15px;}

/* Expanded Viewer */
.white-popup {
background: #FFF;
}
.mfp-image-holder .mfp-close {
color: black;
}
.mfp-arrow-left:before{
color: #3F3F3F;
}
.mfp-arrow-right:after{
color: #3F3F3F;
}
.dropdown-menu {}
#showcase {}
/* Headline */
#headline {
background: none repeat scroll 0 0 #555;
color: #fff;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 54px;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
filter: alpha(opacity=75);
opacity:.75;
}
#font-size-headline-hero {
font-size: 56px;
}
#headlineContent {
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
filter: alpha(opacity=100);
opacity:1;
}
#press-release {}
#box-a {}
#box-b {}
#box-c {}
#box-d{}
#underfooter {}


/* Facebook and twitter - large buttons */
.share-lg-btn .facebook-lg-btn{}
.share-lg-btn .twitter-lg-btn{}
/* Facebook and twitter - small buttons */
.share-sm-btn .facebook-sm-btn{}
.share-sm-btn .twitter-sm-btn{}
/* Social Icons - large buttons */
.gplus-lg-btn{}
.linkedin-lg-btn{}
.blogger-lg-btn{}
.wp-lg-btn{}
.mail-lg-btn{}
/* Social Icons - small buttons */
.gplus-sm-btn{}
.linkedin-sm-btn{}
.blogger-sm-btn{}
.wp-sm-btn{}
.mail-sm-btn{}


/* Media contacts */span[itemprop="name"], span[itemprop="jobTitle"], span[itemprop="worksFor"], span[itemprop="address"], span[itemprop="streetAddress"], span[itemprop="telephone"], span[itemprop="phones"], a[itemprop="email"], a[itemprop="url"] {
display: block;
}
.phone1{}
.phone2{}
.phone3{}
.phone4{}
.phone5{}
/* PressRelease */
#press-release {
text-align: left;
}
h1.headline {}
h2.sub-headline {}
#lede {}
.source {
float: left;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.source a{}
.source a:hover{}
.dateline {
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
#body-media-gallery{}
#body_text{}

/* Showcase */
.showcase-asset-title{}
.showcase-asset-title-container{}
.showcase-asset{}
.showcase-asset-img{}
#download-photo-btn{}
#embed-photo-btn{}
#pinit-photo-btn{}
#showcase-photo-icons{}
#asset-title-container-0{}
#asset-title-container-1{}
#asset-title-container-2{}
#showcase-asset-0{}
#showcase-asset-1{}
#showcase-asset-2{}
#icon-0{}
#icon-1{}
#icon-2{}
.preview-icon{}
/* Cut in */
.cut-in-common{}
#cut-in{
float:left;
clear:both;
margin:12px;
}
#cut-single-column{}
/* Sidebar */
#sidebar{
/* Sidebar Single Column */
width:100%;
}
@media only screen and (min-width : 480px){
#sidebar{
width:40%;
}
#sidebar-wrapper #press-release-row{
width:60%;
}
}
/* Expanded Viewer */
.white-popup {
background: #FFF;
}
.mfp-image-holder .mfp-close {
color: black;
}
.mfp-arrow-left:before{
color: #3F3F3F;
}
.mfp-arrow-right:after{
color: #3F3F3F;
}
/* Popup caption */
.mfp-title{}
/* Inline assets */
.inline-asset-title-container {}
.inline-icon {}
.inline-asset {
width:40%;
}
.inline-asset.inline-asset-single-column {
width:100%;
}
/* Gallery */
#title-gallery{}
.gallery-asset-title-container {}
.gallery-asset {}
#content-media-gallery {}
.gallery-icon{}
.nav_all_assets{}

/* Media queries */
@media only screen and (max-width: 768px) and (orientation:portrait){
#head-box{display:none;}
}@media only screen and (max-width: 768px){
#box-a{width:100%;}
#box-b{width:100%;}
#box-c{width:100%;}
#box-d{width:100%;}
#topbar-left {display: none;}
#topbar-right {float: none; margin:auto;}
#media-contacts-lg {margin: 3px auto 5px;display: inline-block;}
}
@media (max-width:767px){
.center {width: 100%;}
#body_text {padding: 3%;}
}
@media (max-width:991px){
.icons {
padding: 7px;
    margin: 3px 1px;
    width: 35px;
    height: 35px;
}
}

.no-margin-bottom {
margin-bottom:0px;
font-size:14px;
}

.disclaimer2 {
font-size:12px;
}

ol {
font-size:10px;
}