.pink{color: #ff3c9f; font-weight: bold;}

#article {
font-family:Arial Unicode MS,Arial,sans-serif;
font-size:16px;
background-color:#ffffff;
color:#1a1a1a;
}
#topbar {background-color:#fff; box-shadow: 0px 2px 2px #efefef; }
#head-box {}
#call-to-action {}
#share-icons { margin-top: 45px;}
.media-contacts {}
.dropdown-menu {}
#showcase {}
/* Headline */
#headline {
display: none; 
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;
}

.social-likes {
  text-align: left;
  display: none!important;
}

#lang {text-align:center;}
#lang ul {padding-left: 0px!important;}
#lang li {list-style: none; display: inline; padding-left: 20px;}

#font-size-headline-hero {
font-size: 56px;
}
#headlineContent {
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
filter: alpha(opacity=100);
opacity:1;
}

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #083390;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}
#press-release { text-align:justify; background:#fff;}
#box-a { /*width:100%; background-color:#000000; */ text-align:center; background:#494949;}
#box-b { text-align:center; background:#494949;}
#box-c { text-align:center; background:#494949;}
#box-d{ text-align:center; background:#494949;}
#box-a-b{ background:#494949;}
#box-a-b h3{ color:#fff;}
#underfooter {background-color:#000000;}

video {
  width: 100%    !important;
  height: auto   !important;
}

/* PressRelease */
#press-release {}
h1, h2 { text-align: center; }
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{ background:#494949;}
#body_text{}

/* Cut in */
.cut-in-common{}
#cut-in{
float:left;
clear:both;
margin:12px;
}
#cut-single-column{}
/* 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{text-align:center;}
.gallery-asset-title-container {font-size:16px;
padding: 5px 0px 5px 10px;}
/*.gallery-asset {}*/
#content-media-gallery {background: url(https://www.multivu.com/arc/com.prnewswire.multivu.omt.main.Multivu/assetGetterServlet?uuid=f88a003c-447a-4dca-8125-bffd98b34fcd&action=retieveByUUIDImageAsset&t=1434730587952);}
.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%;}
}

/* Custom CSS */

/* Social Media Icons */

.footer-wrapper{
max-width: 1170px;
margin: 0 auto;
}

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #FFF;
color: rgba(255, 255, 255, 0.8);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
color: #000000;
background-color: #ffffff;
-webkit-box-shadow: 1px 1px 3px #333;
-moz-box-shadow: 1px 1px 3px #333;
box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
-webkit-transform: scale(1.1) rotate(360deg);
-moz-transform: scale(1.1) rotate(360deg);
-ms-transform: scale(1.1) rotate(360deg);
-o-transform: scale(1.1) rotate(360deg);
transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#525252;}  
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#525252;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#525252;}

/* Links */

.box-link {
font-size: 115%;
color:#ffffff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.box-link:hover, .box-link:active, .box-link:focus {
color: #ffffff!important;
text-shadow: 0px 0px 1px #ffffff;
text-decoration: none;
webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.gallery-asset {
color:#ffffff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.gallery-asset:hover, .gallery-asset:active, .gallery-asset:focus {
color: #ffffff!important;
text-shadow: 0px 0px 1px #ffffff;
text-decoration: none;
webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

/* Boxes */

.footer-box {
margin: 0px 0px 10px 0px;
overflow: hidden;
padding: 0px 20px 25px 20px;
text-align: center;
}

.footer-headings {
color:#ffffff;
font-weight:bold;
}

p.footer-text {
display: block;
color:#ffffff;
font-size:115%;
margin-bottom:0px;
}

p.last {
margin-bottom:20px;
}

/* Call to Action */

.ctab, .ctab:visited {
background: #996f32;
border-radius:10px;
font-weight:bold;
padding: 15px 15px;
font-size: 115%;
display: block;
text-align: center;
margin: 24px auto;
color: #fff;
}

.ctab:hover, .ctab:active {
color: #fff;
background-color: #996f32;
text-decoration: none;
webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#title-gallery {
color:#ffffff;
}