/* bootstrap overrides
****************************************************************************************/
.body-popup {background-color: #fff; padding: 10px;}
textarea.form-control {height: 200px;}
.page-header {margin: 0; padding: 0; border: none;}
a { color: #284b9b ;}
/* callout - not included in base bootstrap */
.bs-callout {margin: 20px 0; padding: 15px 30px 15px 15px; border-left: 5px solid #eee;}
.bs-callout h4 {margin-top: 0;}
.bs-callout p:last-child {margin-bottom: 0;}
.bs-callout code, .bs-callout .highlight {background-color: #fff;}
.bs-callout-danger {background-color: #fcf2f2; border-color: #d9534f;}
.bs-callout-warning {background-color: #fefbed;	border-color: #f0ad4e;}
.bs-callout-info {background-color: #f0f7fd; border-color: #5bc0de;}

.navbar {
    min-height: 134px;
    z-index: 20;
}
#teknav {background-color: #fff; }

.navbar-nav{ 
display:table; 
float:none; 
width: 100%;

}
.navbar-nav > li { 
/* display: block;
text-align: left; */
display: table-cell;
float: none;
text-align: center; 
}

.close-icon {
    font-size: 20px;
    color: #323264 ;
    margin-top: -3px;
    margin-right: 2px;
    display: inline-block;
    }

/* breakpoint styles for FIXED nav -- navbar-fixed-top gets applied to the nav tag via JS */
.page-holder-fixed-top {margin-top: 134px; }
.navbar.navbar-fixed-top .nav-container {
background-color: #f5f5f0;
}

.navbar.navbar-fixed-top {
    transition: all 0.5s ease;
    min-height: 102px;
    background-color: #f5f5f0!important;
    -webkit-box-shadow:0px 3px 3px #888;
    -moz-box-shadow:0px 3px 3px #888;
    box-shadow: 0px 3px 3px #888;
}

.navbar-fixed-top .navbar-collapse {
    padding-right: 11px;
        padding-left: 11px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
max-height: 500px;
}

.navbar-fixed-top #teknav {background-color: #f5f5f0} 

/* END breakpoint styles for FIXED nav -- navbar-fixed-top gets applied to the nav tag via JS */

/* buttons */
/* breadcrumbs */
#breadcrumbs {
	/*margin-left: 250px*/;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 0;}
#breadcrumbs>li>a{font-size: 15px; color:#0a1414;}
.breadcrumb {padding-top: 0; padding-left: 0; margin: 0; background: none;}
.breadcrumb > li + li:before {
	content: "\003e";
	padding: 0 8px;
	color:#0a1414;
	 font-family: 'Glyphicons Halflings';
}
.breadcrumbs-row {background-color:#d9dada; }
#breadcrumbs li.a {font-size: 15px;}
#breadcrumbs li.first a {color:#28469b; font-size: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{color:#0a1414;}
h2, h2 a{font-size:36px; font-weight:bold;}

h1.our-stories-container{position: relative; font-size:44px; font-weight:bold;margin-bottom: 10px; padding-bottom: 0;}
.page-header span.h-stroke, .lower-heading span.h-stroke {
	position: relative;
	display: block;
	height: 6px;
	width: 68px;
	border-radius: 4px;
	background: #e71e00;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px; }
.lower-heading span.h-stroke {
margin-bottom: 20px;
}

h2.our-stories-sub-sec { font-size:30px; font-weight:normal;color: #323264; margin-bottom: 15px;}
.btn-primary.btn-wag {
   background-color: #323264;
   color: #fff;
   font-size: 16px;
   height: 44px;
   padding: 0 20px;
   border-radius: 45px;
   line-height: 44px;
   border: none;
   margin-top: 15px;
   min-width: 300px;
}
.btn-primary.btn-wag:hover, .btn-primary.btn-wag:focus, .btn-primary.btn-wag:active {
    background-color: #284b9b;
	border: none;
}
/* bootstrap validator - avoiding adding another http for separate css file.
****************************************************************************************/
.bootstrap-validator-form .help-block{margin-bottom:0}

/* hr line styles
****************************************************************************************/
hr.content {clear: both; border-top: 1px dashed #999; border-bottom: none; border-right: none; border-left: none; height: 1px; padding: 0; margin: 10px 0;}
hr {clear: both; border-top: 1px solid #D2D5D7; border-bottom: none; border-right: none; border-left: none; height: 1px; padding: 0; margin: 15px 0;}

/* main containers -- note: the tek containers are overridden with layout.css if not in responsive mode.  make your changes in layout.css if that is the case.
------------------------------------------------------------*/
header {width: 100%;}
footer {width:100%; overflow-x:hidden;}
.tek-home-container {
	background-color:#f5f5f0;
	}
.tek-internal-container {
    background-color: #f5f5f0;
	/*border-top: 5px solid #fff;*/
}
.tek-internal-article-container {
	background-color: #fff;
}
#tek-wrap-site {background-color: transparent; padding-bottom: 50px;}
#tek-wrap-leftrail {background-color: #fff; border-right: 1px solid #ccc;}
#tek-wrap-centerwell {background-color: transparent; padding-bottom: 10px; font-size: 22px;}
#tek-wrap-rightrail {background-color: #fff; border-left: 1px solid #ccc;}
#tek-wrap-footer {}
#tek-rr-items, #tek-lr-items {margin: 0;}
ul#tek-rr-items ul, ul#tek-lr-items ul {margin: 0; padding-left: 1.25em;}
#poweredBy {height: 71px; width: 133px;	float: left;}
#nonmediawarning {width: 400px;}
ul#tek-rr-items.list-unstyled li {margin-bottom: 35px;}

/* header styles
****************************************************************************************/
.navbar-toggle {
	margin:0;
	border: 0;
}
.navbar-toggle .icon-bar {
	background-color: #323264!important;
}
.ico-search {
	display:block;
    background: url('/common/graphics/1026/walgreens2020_sprite.png') no-repeat -158px -0px;
    background-color: rgba(0, 0, 0, 0);
    width: 22px;
    height: 21px;
}

.ico-search-white {
	display:block;
    background: url('/common/graphics/1026/walgreens2020_sprite_white.png') no-repeat -158px -0px;
    background-color: rgba(0, 0, 0, 0);
    width: 22px;
    height: 21px;
}

.navbar-search {
    padding: 10px;
    border: 1px solid #fff;
    width: 44px;
    height: 34px;
    padding: 5px 5px 8px 10px;
}
.nav-bar-toggle-xs {width: 150px;}
.nav-bar-toggle {float:left;}
.navbar-search-li {margin-left:64px}
.search-bar {
	min-height:50px;
	background-color:#323264;
}
.tek-form-control {
   border:none;
   border-radius: 30px;
   border: 1px solid #707575;
   border-right:none;
   max-width: 150px;
}
.form-control.tek-form-control:focus {
    box-shadow: none;
}
.form-control::placeholder {
    color: #284b9b;
    opacity: 1;
    font-size: 16px;
}
.search-icon-custom {
    display: inline-block;
    background: url('/common/graphics/1026/walgreens2020_sprite.png') no-repeat -158px -0px;
    background-color: rgba(0, 0, 0, 0);
    width: 22px;
    height: 21px;
	margin-top: 5px;
}
.search-icon-custom a {
    display: block;
    width: 26px;
    height: 30px;
    }
#fm_search_header_mobile {margin: 10px;}
#fm_search_header .btn, #fm_search_header_mobile .btn {
	height: 30px;
	line-height: 30px;
	border-top-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0px;
	border: 1px solid #707575;
    border-left-color: rgb(112, 117, 117);
    border-left-style: solid;
    border-left-width: 1px;
	border-left: none;
	padding:0 8px;}
#fm_search_header .btn-default:hover, #fm_search_header_mobile .btn:hover {background-color:#fff;}
#fm_search_header .btn-default:active, #fm_search_header_mobile .btn:active {background-color:#fff;}

.nav-container {
    width: 100%;
    background-color: #fff;
    
    }
    
    .nav-container.expanded {
    box-shadow: 0 3px 3px -3px #ccc; /* JPK NEED TO APPLY A TOGGLE CLASS TO THIS */
    }
    .navbar.navbar-default {
     background-color: #fff;
       border: none;
    }


.logo-col {
	max-width: 293px;
	padding-left:0;
	padding-right:0;}

.logo-text-col {
    padding-left: 0;
    /* line-height: 116px; */
	padding-top: 35px;
    }
.logo-xs-container { margin-top:10px;}
.logo-col-xs {
	width: 170px; /* was 200 */
	float: left;
	margin-top:8px;
}
.logo-text-col-xs {
	margin-left:185px;
	width: 170px;
}
.logo-text, .logo-text:hover {
    padding-left: 20px;
    border-left: 2px solid #28469b;
    margin-top: 5px;
	font-size: 36px;
	color:#28469b;
	text-decoration:none;}
.logo-text-col-xs .logo-text, .logo-text-col-xs .logo-text:hover  {
	 border-left: 1px solid #28469b;
	 padding-left: 15px;
	 margin-top: 0;
	 font-size: 26px;
}
.icon-dropdown {
	display: inline-block;
    background: url('/common/graphics/1026/walgreens2020_sprite.png') no-repeat -188px -0px;
    background-color: rgba(0, 0, 0, 0);
    width: 12px;
    height: 8px; }
.navbar-default .navbar-nav > li > a {
	font-size:22px;
	padding-top: 50px;
	/* padding-left:35px;
	padding-right:35px; */
}

.fm_search_header-main {
margin-bottom: -4px;
} 
/* index page
****************************************************************************************/
.our-stories-container {
    padding-top:25px;
	padding-bottom:0;
}
.our-stories {
	border-left:1px solid#e62600;
	padding-right:25px;}
.our-stories-box {
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	/*min-height:950px;*/
	background-color: #fff;
	padding-bottom:0px;
}
.col-container {
    display: table; /* Make the container element behave like a table */
}

.more-stories-container {
	padding-top:30px;
	padding-bottom:30px;
	background-color: #d9dada;
}
.more-stories-container .btn {
    background-color: #323264;
    color: #fff;
    font-size: 16px;
    min-width: 200px;
    height: 44px;
    padding: 0 20px;
    border-radius: 45px;
    line-height: 44px;
    border: none;
}
.more-stories-container .btn:hover {
    background-color: #284b9b;
}
.press-rel-box .btn{
	background-color: #323264;
    color: #fff;
    font-size: 16px;
    min-width: 200px;
    height: 44px;
    padding: 0 20px;
    border-radius: 45px;
    line-height: 44px;
    border: none;

}
.press-rel-box .btn:hover {
    background-color: #284b9b;
}
.visit-press-center {
	padding-top:35px;
	padding-bottom:35px;
}
.visit-press-center .btn{
	background-color: #323264;
    color: #fff;
    font-size: 16px;
    min-width: 200px;
    height: 44px;
    padding: 0 20px;
    border-radius: 45px;
    line-height: 44px;
    border: none;

}
.visit-press-center .btn:hover {
    background-color: #284b9b;
}
.visit-press-center li {
	line-height: 44px;
	vertical-align: middle;
}
.news-releases-box, .bio-box {
	min-height:250px !important;
}
#related-assets-videos .our-stories-box, #related-assets-images .our-stories-box {
	min-height: 400px;
}
.our-stories-row {margin-bottom:65px;}

.press_body {
	font-size:22px;
}
.our-stories-content {
    padding: 15px;
    min-height: 250px;
}

#hp-stories-main .our-stories-content {
	 min-height: 139px;
}

.our-stories-sec {
	font-size:16px;
	color:#323264;
	font-weight:bold;
	margin-bottom:15px;}
.our-stories-title {
	margin-bottom:15px;
	font-size: 20px!important;
}

.our-stories-title a,.our-stories-title a:visited {
	color: #323264;
}

.our-stories-abstract {
	margin-bottom:15px;
}
.our-stories-more {
	background-color:#323264;
	color:#fff;
	font-size: 18px;
	border-radius: 15px;
	padding:3px 15px;
	bottom: 5px;
	position: absolute;
	right: 40px;
}

/* .our-stories-newspackages {
	background-color:#323264;
	color:#fff;
	font-size: 18px;
	border-radius: 15px;
	padding:3px 15px;
	bottom: 5px;
	position: absolute;
	left: 40px;
}

.our-stories-content .dark-links {
background: #ccc;
} */
.read-more-link:hover{text-decoration:none;}
.our-stories-more:hover {
	background-color:#284b9b;
	color:#fff;
	font-size: 18px;
	border-radius: 15px;
	padding:3px 15px;
	bottom: 5px;
	position: absolute;
	right: 40px;
}
.all-stories-more {
	background-color:#323264;
	color:#fff;
	font-size: 18px;
	border-radius: 15px;
	padding:3px 15px;
}
.all-stories-more:hover {
	background-color:#284b9b;
	color:#fff;
	font-size: 18px;
	border-radius: 15px;
	padding:3px 15px;
}
.press-kit-more,.press-kit-more:hover {
	background-color:#323264;
	color:#fff;
	font-size: 18px;
	border-radius: 15px;
	padding:3px 15px;
}

.feat-vid-box {
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	background-color:#fff;
	margin-bottom:65px;
}
.feat-vid-box .jwplayer  {margin-bottom:-5px;}
.feat-vid-text-box { padding:25px; }
.feat-vid-title {
	font-size:28px !important;
	font-weight:bold;
	margin-bottom:15px;
}
.press-rel-box {
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	background-color:#fff;
	padding:15px 15px 15px 35px;
	min-height: 796px;
}

.flu-index-box {
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	background-color:#fff;
	padding:5px 5px 0px 5px;
	min-height: 796px;
}

.press-rel-box h2 { margin-bottom: 40px;}
.press-rel-box-div .article-title {
	margin-bottom:35px;
}
.press-rel-box-div .article-title a {
	font-weight:normal;
}
.red-border {
	border-left:1px solid #e62600;
	display:inline;
	font-size:22px;
}
.press-rel-box-span {
	display: inline;
	font-size: 22px;
	position: relative;
	left: 30px;
	top:-5px;}
#login-box{
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	background-color:#fff;
}
#login-box-fm {
	background-color:#c2e8ff;
    padding: 25px 15px 15px 15px;
}
#login-box-fm h2 {
	font-size: 32px;
	font-weight: bold;
	color:#323264;
	margin-top:0;
    padding-left: 20px;
    padding-right: 40px;
}
#login-box-fm #formResults {
    padding-left: 30px;
    padding-right: 30px;
}
.alert.alert-danger ul li {
    list-style: none;
}
#btnModalSignUp { cursor: pointer; }
.register_image {
	width: 100%;
	height: 375px;
	background: url(../graphics/1026/walgreens2020_illustration.jpg) no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#fm_register_home {
	max-width:375px;
    padding-left: 20px;
    padding-right: 20px;
}
#fm_register_home #user_email {
	border-color:#707575;
	border-radius: 15px 0px 0px 15px;
	padding: 8px 15px;
}
#fm_register_home  .input-group-addon {
    border-radius: 0 15px 15px 0;
	background-color:#323264;
	color:#fff;
	padding: 7px 15px;
}
.featured_content {
	background-color:#fff;
	padding-bottom:15px;}
.featured_content h4 a {
	font-weight: bold;
	font-size: 28px;}
.featured_content .abstract {
	font-size: 24px;
}
.article-subtitle em,.article-subtitle i {
font-style: normal;/* per customer, we override italic in subtitle */
}
.article-related-stories {
	background-color:#d9dada;
}
#tek-carousel-article {
	max-width:810px;
	margin: 50px auto 0px auto;}
#tek-carousel-article .item .carousel-image{
	max-height:607px;
	overflow:hidden;
	}
#tek-carousel-article .carousel-inner {
    max-height: 745px;
    overflow: hidden;
}
#tek-carousel-article .carousel-caption {
	float:left;
	font-weight:normal;
	Font-size:22px;
	font-style:italic;
	min-height:150px;
	width:90%;
}
#tek-carousel-article .carousel-count {
	margin-top: 25px;
	font-style: normal;
}
#tek-carousel-article .carousel-caption h3 a {
	float:left;
	font-weight:normal;
	Font-size:22px;
	font-style:italic;
}
#tek-carousel-article .carousel-caption p{
	float:left;
	font-weight:normal;
	Font-size:22px;
	font-style:italic;
	padding: 0;
}
#tek-carousel-article .carousel-control {
	text-shadow:none;
	color: #000;
	opacity:1;
	width:5%;}
#tek-carousel-article .carousel-control.right, #tek-carousel-article .carousel-control.left {
	background:none;
	top: 84%;
    width: 45px;
    height: 45px;
}
#tek-carousel-article .carousel-control.left {
	left:86%;}

#tek-carousel-article .carousel-control .glyphicon-chevron-right, #tek-carousel-article .carousel-control .glyphicon-chevron-left, #tek-carousel-article .carousel-control .icon-prev, #tek-carousel-article .carousel-control .icon-next {
	width: auto;
	height: auto;
	margin-top: 0;
	top:0;
	font-size: 15px;
	background-color: #f5f5f0;
	padding: 15px;
}
#tek-carousel-article .carousel-control .icon-next, #tek-carousel-article .carousel-control .glyphicon-chevron-right {
   right: 0;
   margin-right:0;
}
.img-box-parent {
	width:100%;
	height: 100%;
	overflow: hidden;
}
.img-box-child {
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease;
  display:block;
}
.img-box-parent:hover .img-box-child,
.img-box-parent:focus .img-box-child {

  transform: scale(1.2); /* CSS3 */
}
.btn.btn-primary.btn-sm.download-btn {
	background: #c2e8ff;
	color: #323264;
	position: relative;
	padding:10px;
    border-radius: 10px;
    font-size: 16px;
	font-weight:bold;
    text-align: center;
    line-height: 1em;
	cursor: pointer;
	border:none;
}
.btn.btn-primary.btn-sm.download-btn:hover, .btn.btn-primary.btn-sm.download-btn:active {
	background: #a7dee9;
	color: #323264;
}
.homepage-links-container {
	background-color:#d9dada;
	-webkit-box-shadow: inset 0px 15px 5px -5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    inset 0px 15px 5px -5px rgba(50, 50, 50, 0.1);
    box-shadow:         inset 0px 15px 5px -5px rgba(50, 50, 50, 0.1);
    padding-top: 25px;
	padding-bottom: 25px;
}
.homepage-links {
	font-size:22px;
}
.homepage-links-container .btn {
	background-color: #323264;
	color: #fff;
	font-size: 16px;
	min-width: 100%;
	height: 44px;
	padding: 0 20px;
	border-radius: 45px;
	line-height:44px;
	border:none;
	margin-top:15px;
}
.homepage-links-container .btn:hover {
	background-color: #284b9b;
}

.homepage-links-container .input-group {
margin-top: 15px;
}

.homepage-links-container .input-group .form-control {
height: 44px;
/* border-radius: 45px; */
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
	padding-left: 20px;
}



.homepage-links-container .input-group-btn .btn {
    min-width: 0;
    height: 44px;
    line-height: 44px;
    border: none;
    margin-top: 0;
}
/* press center display page
***********************************************************************************/
.press-center-buttons-row{
	padding-top:30px;
}
.press-center-buttons {
	background-color:#d9dada;
	padding:0px 15px;
}
.press-center-buttons a{
	color:#0a1414;
	font-size:36px;
	}
.blue-circle {
  height: 100px;
  width: 100px;
  background-color: #323264;
  border-radius: 50%;
  display: inline-block;
  line-height: 200px;
  vertical-align: middle;
}

.blue-circle-news-package {
  background: url(../graphics/1026/icon-news-packages.png) no-repeat;
}

.blue-circle-news-landing {
  background: url(../graphics/1026/icon-news-landing.png) no-repeat;
}

.blue-circle-media-assets {
  background: url(../graphics/1026/icon-media-assets.png) no-repeat;
}

.blue-circle-faq {
  background: url(../graphics/1026/icon-facts-faq.png) no-repeat;
}

.press-center-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 200px;
    padding-left:10px;
}
.row.press-center-med-inq {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #0a1414;
    border-bottom: 1px solid #0a1414;
    padding: 50px 0;
    font-size: 30px;
}
.row.press-center-med-inq a{
	color:#0a1414;
}
/* article display
****************************************************************************************/
#blog-page-banner-img,
.blog-page-banner-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-row img { margin: 0 auto;}

.blog-img-viewport {
    height: auto;
    flex-direction: row;
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: hidden;
    max-height: 640px;
    min-height: 200px;
}
.page-header-row { background-color: #f5f5f0;}
.page-header-row h1{
	font-size: 50px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:25px;
	line-height:1;
	text-align:center;}
.page-header-row h2{
	font-size: 20px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:25px;
	line-height:1.5;
	text-align:center;}
.page-header-row .page-header {
	max-width: 810px;
	margin:0 auto;}
.hero-row  {
    max-width: 1000px;
    margin: 0 auto;
}
article { font-size:16px;/* font-size:22px; */}
article h2, article h3, article h4, article h5 { font-size:24px;/* font-size:22px; */}

#content-details p, #content-details table {
    max-width: 810px;
    margin: 25px auto;
}
.contacts {
    max-width: 810px;
    margin: 25px auto !important;
}
.drop-cap {
  padding: 0;
  margin-top: -10px;
  margin-right:15px;
/*  margin-left:-15px;*/
  font-size: 100px;
  float: left;
  line-height: 1;
}
/*
article.article-wo-med-gal p:first-child::first-letter {
  padding: 0;
  margin-top: 10px;
  margin-right:15px;
  margin-left:-15px;
  font-size: 120px;
  float: left;
  line-height: 3;
}
article.article-wo-med-gal table p:first-child::first-letter,article.article-wo-med-gal .contacts p:first-child::first-letter {
  padding: 0;
  margin-top: 0;
  margin-right:0;
  margin-left:0;
  font-size: 22px;
  float: none;
  line-height: 1.42857143;
}
article.article-w-med-gal .content-details-first-para p:first-child::first-letter {
  padding: 0;
  margin-top: 10px;
  margin-right:15px;
  margin-left:-15px;
  font-size: 120px;
  float: left;
  line-height: 3;
}
*/


.wg-custom-youtube-full {
    width: 100%;
    margin-top:25px;
    margin-bottom:25px;
}


.content-details-first-para {
	max-width: 810px;
    margin: 25px auto;
}
.wg-img-full-width-no-text {
    margin-top: 40px;
    margin-bottom: 40px;
}
.wg-custom-youtube-left, .wg-img-left {
    width: 40%;
    float: left;
    /*margin-right: 40px !important;*/
    margin-top: 5px;
    margin-bottom: 40px;
}
.wg-custom-youtube-left {
	margin-right: 40px !important;
	margin-top: 25px;
}
.wg-img-left img {
    /*float: right;*/
	margin-right:15px !important;
}
.wg-custom-youtube-right, .wg-img-right {
    width: 40%;
    float: right;
    margin-left: 40px !important;
	margin-top: 25px;
    margin-bottom: 40px;
}
.wg-img-left .image-caption {
    /*float: right;
	margin-left:40%;*/
	font-style:italic;
	margin-right: 15px;
}
.wg-img-right .image-caption {
    float: left;
	margin-right:10%;
	font-style:italic;
}
p+.wg-img-left,
p+.wg-img-right {
    margin-top: 22px;
    margin-bottom: 45px;
}
.bold-headline {
	font-size: 36px;
	font-weight:bold;}
.uwr-parent.wg-read_more-container {
    max-width: 810px;
    margin: 25px auto;}
.wg-read_more-text img.img-responsive {
    max-width: 75px !important;
    float: left;
    padding: 5px 21px 5px 0px !important;
}
.wg-read_more-text p{
	line-height: 51px; font-size:27px}
.wg-read_more-text p a {
	color:#284b9b;}
.uwr-parent.wg-quote-right {
    float: right;
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
    font-weight: bold;
    font-style: italic;
    padding: 15px;
}
.outlet, .author, .author-box {font-style:italic; color: #919191;}
.author-box {margin-bottom: 15px;}
.author-box img {padding-right: 10px; width: 100px; max-height: 100px; overflow: hidden;}
.abstract {font-size:22px;}
.tek-caption {font-size: .85em;}
.subtitle {font-style:italic; font-weight: bold;}
.rel-date {
	text-align:center;
	color: #0a1414;
	padding: 25px 0;
	font-size: 18px;}
.bio-title {
	text-align:center;
	color: #0a1414;
	padding: 0 0 25px;
	font-size: 18px;}
.bio-layout.bio-title {
	text-align:left;
}
.disclaimer {
	margin: 0 0 10px 0;
	font-style:italic;
	font-size: 0.9em;
}
.article-title {font-size:22px; font-weight: bold;}
.contacts {margin: 10px 0;}
.headshot {padding-right: 5px; display: block; float: left;}

#content-details {overflow: hidden;}
#content-details img {margin: 5px;}
#comments, #tags, #related-assets, #related-assets-stories, #related-assets-prs, #related-assets-videos, #related-assets-images {margin: 0 0 15px 0;}
article #content-details {
	max-width: 810px;
	margin:0 auto;
	padding-top:25px;}

article #survey-details {
        max-width: 810px; /*was 810 */
        margin:0 auto;
        overflow: hidden;
        padding-top:25px;}

article #survey-embed {
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
    /*border: 1px solid #ccc;
    background: #f5f5f0;*/
}
#survey-content-container {
    width: 100%;
    margin: 0;
}

.btn-survey {
    display: block;
    margin: 0 auto;
    margin-top: 30px!important;
    min-width: 150px!important;
}

#fm_survey label {
    font-size: 1.1em;
}


#survey-embed-content {
    margin: 15px;
    /* background: #f5f5f0; */
}

#survey-embed-content input[type="radio"], #survey-embed-content input[type="checkbox"] {
    margin: 8px 0 0;
      margin-left: -20px;

    line-height: normal;
  }
	
.condensed .our-stories-row {
margin-bottom: 25px;
}
.presskit-listing .our-stories-box {
	min-height:300px;
}

.pk-hero > img {
margin: 0 auto;
}
.gallery-listing .our-stories-box-album.our-stories-box{
	min-height:340px;
}
.gallery-listing .our-stories-box {
	min-height:420px;
}
.bio-image {
    float: left;
}
.bio-image img {
	padding-top:25px;
	padding-right:25px;
	padding-left:25px;
	padding-bottom:10px;}
.bio-image .bio-title{
	max-width: 293px;
	display: inline-block;}
.bio-download-icons {

}
.share-widget {
    width: 223px;
    margin: 0 auto;
	margin-bottom: 25px;
}
.share-widget span {
	text-transform:uppercase;
	margin:0;
	font-size:22px;
	line-height:26px;
	bottom: 4px;
	position: relative;
}
.sec_desc {
	font-size:22px;
}
.sec_desc h3 { font-weight:bold; }
.share_facebook {
	background: url(../graphics/1026/WG_facebook_icon1.png) no-repeat;
	width: 26px;
	height: 26px;
	display:inline-block;
}
.share_twitter {
	background: url(../graphics/1026/WG_twitter_icon1.png) no-repeat;
	width: 26px;
	height: 26px;
	display:inline-block;
}
.share_linkedin {
	background: url(../graphics/1026/WG_linkedin_icon1.png) no-repeat;
	width: 26px;
	height: 26px;
	display:inline-block;
}
.share_email {
	background: url(../graphics/1026/WG_email_icon1.png) no-repeat;
	width: 26px;
	height: 26px;
	display:inline-block;

}
#agree {
    top: 7px;
}
div.photo-display img,div.photo-display .download-media{
	margin: 0 auto;
	text-align: center;
}
h3.gallery-title {
	text-align: left;
}
.gallery-caption { 
	text-align: left;
	font-size:14px;
	font-style:italic; }
	
.image_type_link {
	font-size: 16px;  }	

/* media assets display
****************************************************************************************/
.logo-row {
margin-left: 0;
margin-right: 0;
background-color: #323264;
text-align: center;
}
.logo-row h3 {
text-align: center;
color: #fff;
font-size: 40px;
margin-top: 28px;
font-weight: 700;
}
.logo-row > div {
padding-left: 0;
padding-right: 0;
}
.logo-image-cell {
background:#D9DADA;
}
.logo-image-cell img {
padding: 20px;
}
.media-assets-logo {
/* background-color: #323264; */
}
.media-assets-heading {
text-align:center;
margin-top: 50px;
font-size: 32px;
font-weight: 700;
}
.btn-brand {
	background-color: #323264;
	color: #fff;
	font-size: 22px;
	/* min-width: 350px; */
	height: 48px;
	padding: 0 40px;
	border-radius: 45px;
	line-height:44px;
	border:none;
	margin-top:15px;
	font-weight: 600;
}

.btn-brand:hover {
	 background-color: #284b9b; 
	 color: #fff;
}

.btn-brand-inverse {
	background-color: #ccc;
	color: #323264;
	font-size: 22px;
	/* min-width: 350px; */
	height: 48px;
	padding: 0 40px;
	border-radius: 45px;
	line-height:44px;
	border:none;
	margin-top:15px;
}

.btn-brand-inverse:hover {
	 background-color: #ccc; 
	 color: #323264;
}
.btn-media-assets {
margin-top: 32px;
margin-bottom: 20px;
}


/* search page*/
#search-results .rel-date, #search-results_str  .rel-date, #search-results_mm .rel-date, #search-results_pr .rel-date{
    text-align: left;
	padding-top:0;
	padding-bottom:0px;
}
#search-results .abstract, #search-results_str .abstract, #search-results_pr .abstract, #search-results_mm .abstract { font-size:18px;}

.panel.with-nav-tabs.panel-default.srch-rslt-panel {
	border: none;
	background: transparent;
	box-shadow: none;
	margin-bottom: 10px;

}
.panel-heading.srch-rslt-panel-heading {
    color: #333;
    background-color: #fff;
    border: none;
	padding:0;
}
.nav-tabs.srch-rslt-nav-tabs {
    margin-bottom: 30px;
    background-color: #d9dada;
    border-bottom: 1px solid #ddd;
}
.panel-heading.srch-rslt-panel-heading {
    color: #0a1414;
}
.nav-tabs.srch-rslt-nav-tabs > li {
    padding-left: 35px;
    padding-right: 35px;
}
.nav-tabs.srch-rslt-nav-tabs > li > a {
    text-transform: uppercase;
    font-size: 15px;
    background-color: #d9dada;
    border: none;
    color: #0a1414;
    padding: 15px 55px;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
}
.nav-tabs.srch-rslt-nav-tabs > li.active > a, .nav-tabs.srch-rslt-nav-tabs > li.active > a:focus {
    color: #0a1414;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    background-color: #d9dada;
    border-bottom: 2px solid #0a1414 !important;
}
/*submit story*/
.btn__tint-blue {
	background: #c2e8ff;
	color: #323264;
	position: relative;
    min-width: 270px;
    height: 44px;
    padding: 0 20px;
    border-radius: 45px;
    font-size: 16px;
	font-weight:bold;
    text-align: center;
    line-height: 1em;
	cursor: pointer;
	border:none;
}
.btn-primary.btn__tint-blue:hover, .btn-primary.btn__tint-blue:active {
	background: #a7dee9;
	color: #323264;
}
/* footer styles
****************************************************************************************/
.footer-content { padding-left:25px; padding-right:25px;}
#footer-features {
	background: #fff;
}
.footer-nav a {
	color:#284b9b;
	font-size: 22px;
	font-weight: normal;}
.footer-nav li {padding-right: 25px;}
.footer-logo {padding-top:25px;}
.footer-copy {padding-top:25px; padding-bottom:50px;}
.footer-social-xs {
	padding-top: 10px;
	background-color:#dedada;}

/* comments styles
****************************************************************************************/
.comments_username {color: #888; font-weight: bold;}
.comments_date {color: #888; font-weight: normal; font-size: 10px;}
.comments_text {font-weight: normal;}

/* tag cloud styles:
NOTE: you may want to make same changes to maint\newsroom_maint.css
****************************************************************************************/
.tag_cloud_smallest, a.tag_cloud_smallest, a.tag_cloud_smallest:link, a.tag_cloud_smallest:visited {font-weight: normal; font-size: 12px; line-height: 14px;}
.tag_cloud_small, a.tag_cloud_small, a.tag_cloud_small:link, a.tag_cloud_small:visited {font-weight: normal; font-size: 16px; line-height: 18px;}
.tag_cloud_medium, a.tag_cloud_medium, a.tag_cloud_medium:link, a.tag_cloud_medium:visited {font-weight: normal; font-size: 18px; line-height: 20px;}
.tag_cloud_large, a.tag_cloud_large, a.tag_cloud_large:link, a.tag_cloud_large:visited {font-weight: normal; font-size: 22px; line-height: 24px;}
.tag_cloud_largest, a.tag_cloud_largest, a.tag_cloud_largest:link, a.tag_cloud_largest:visited {font-weight: normal; font-size: 26px; line-height: 28px;}

/* section tree styles
****************************************************************************************/
.mSectionTree {line-height: 12px;}
.mSectionTree table {margin: 0; padding: 0;}
.mSectionTree td {margin: 0; padding: 0; vertical-align: top;}
.mout {background-color: #ffffff; width: 100%; padding: 0px; font-family: Tahoma, Verdana; font-size: 11px;}
.mover {background-color: #eeeeee; width: 100%; font-weight: bold; padding: 0px; font-family: Tahoma, Verdana; font-size: 11px;}
.mdisabled0, a.mdisabled0:link, a.mdisabled0:active, a.mdisabled0:visited, a.mdisabled0:hover {color: #999999; background-color: #ffffff; text-decoration: none; width: 100%; padding: 0px; font-family: Tahoma, Verdana; font-size: 11px;}
.mdisabled1 {text-decoration: none;}
.mtblbase {background-color: #fff;color: #000000; font-family: Tahoma, Verdana; font-size: 11px; margin: 0; padding: 0;}
.mExpandBlock {background: none;}
.mExpand {background: none; text-decoration:none; color:#0000aa;}

/* link styles
****************************************************************************************/
.pagination {float: right; margin: 12px 0; padding: 0 3px 0 0;}
a.morelinks {margin-bottom: 10px;}
.taglinks, a.taglinks, a.taglinks:visited, .editlinks, a.editlinks,
a.editlinks:visited, .relatedlinks, a.relatedlinks, a.relatedlinks:visited, .pagenavlinks, a.pagenavlinks, a.pagenavlinks:visited {}
a.morelinks:hover, a.taglinks:hover, a.editlinks:hover, a.relatedlinks:hover, a.pagenavlinks:hover, a.smallfont:hover {}

/* misc
****************************************************************************************/
.rail-fb *, .rail-twitter * {width: 100% !important;} /*makes responsive width*/}
.recaptchatable {line-height: 14px;}/*anything higher than 16px causes gaps in the layout.*/
.nowrap {white-space: nowrap;}
.spacer {height: 15px;}
.underscore {text-decoration: underline;}
.fo_select, .fo_select td {margin: 0; padding: 0;}
.spacer5 {clear: both; height: 5px;}
.spacer10 {clear: both; height: 10px;}
.spacer15 {clear: both; height: 15px;}
.spacer25 {clear: both; height: 25px;}
.pad-5 {padding: 5px;}
.pad-10 {padding: 10px;}
.pad-15 {padding: 15px;}
.pad-20 {padding: 20px;}
.pad-25 {padding: 25px;}
.pad-right5 {padding-right: 5px;}
.pad-right10 {padding-right: 10px;}
.pad-right15 {padding-right: 15px;}
.pad-right20 {padding-right: 20px;}
.pad-right25 {padding-right: 25px;}
.pad-left5 {padding-left: 5px;}
.pad-left10 {padding-left: 10px;}
.pad-left15 {padding-left: 15px;}
.pad-left20 {padding-left: 20px;}
.pad-left25 {padding-left: 25px;}
.pad-top5 {padding-top: 5px;}
.pad-top10 {padding-top: 10px;}
.pad-top15 {padding-top: 15px;}
.pad-top20 {padding-top: 20px;}
.pad-top25 {padding-top: 25px;}
.pad-bottom5 {padding-bottom: 5px;}
.pad-bottom10 {padding-bottom: 10px;}
.pad-bottom15 {padding-bottom: 15px;}
.pad-bottom20 {padding-bottom: 20px;}
.pad-bottom25 {padding-bottom: 25px;}
.warning {color: #ff0000; font-weight: bold;}
.dl-video {display: inline-block; height: 20px; width: 26px; background: url(../graphics/walgreens_sprite.png) no-repeat -259px -220px;}
.top-to-bottom {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image:
      -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image:
      -webkit-linear-gradient(#ccc, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#ccc, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:
      -o-linear-gradient(#ccc, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #ccc, rgba(0, 0, 0, 0)) 1 100%;
}
.center-col-border {border-right: solid 1px #ccc; border-left: solid 1px #ccc;}
ul.link-arrow-list {list-style-type: none; padding-left: 1em; font-size:22px;}
ul.link-arrow-list li::before {content:"\203A \0020"; color: #28469b; font-weight:bold;}

/* classes for tigra form validator */
.inputHighlighted {color: red;}
.inputNormal {color: black;}

/* content detail display based styles (ie: article display, press kit display, etc.)
****************************************************************************************/

/* carousel styles
****************************************************************************************/
#tek-carousel {margin: 0; padding:0; max-height: 860px; overflow: hidden; background: #fff /*url(../graphics/walgreens_heroBG.jpg) no-repeat top center*/; border: none;}
#tek-carousel h2{font-size: 22px;}
#hero {position: relative;}
#tek-carousel .carousel-control.right, #tek-carousel .carousel-control.left  {
	background: none;
    top: 87%;
    width: 40px;
    height: 40px;
	opacity:1;
	}
#tek-carousel .carousel-control.right {
	right: 5px;}
#tek-carousel .carousel-control .glyphicon-menu-right, #tek-carousel .carousel-control .glyphicon-menu-left {
    width: auto;
    height: auto;
    margin-top: 0;
    top: 0;
    font-size: 15px;
    background-color: #323264;
    padding: 15px;
	border-radius: 50%;
}

/* jQuery Cycle */
/* NOTE: if you are having issues with your carousel showing all pieces of content for a brief second when the page loads,
you can fix this by specifying an exact height on the data-cycle-auto-height element and set overflow: hidden on tek-carousel container; */
.cycle-pager {margin: 0 auto; width: 115px; z-index: 500; overflow: hidden;}
.cycle-pager div.round {float: left; margin-right: 10px; width: 14px; height: 14px; border-radius: 50%; display: inline-block; background-color: #fff; border: 1px solid #D2D5D7; cursor: pointer;}
.cycle-pager div.round.cycle-pager-active { background-color: #35393D;}
.cycle-pager > * { cursor: pointer;}
.cycle-slideshow {margin: 0 62px; margin-bottom: 2px;}
.cycle-slideshow-img-left {padding: 0 10px 10px 0;}
.cycle-slideshow-img-right {padding: 0 0 10px 10px;}
.cycle-content {max-height: 180px; overflow: hidden;}
.cycle-slide {max-height: 212px; overflow: hidden;}
.cycle-slide h2 {margin-top: 0; padding-top: 0;}
.cycle-slide h2 a, .cycle-slideshow h2 a:hover {color: #333;}
.cycle-prev {position: absolute; top: 0; left: 0; width: 62px; height: 199px; background: url(../graphics/walgreens_arrow_prev.png) no-repeat;}
.cycle-next {position: absolute; top: 0; left: 878px; width: 62px; height: 199px; background: url(../graphics/walgreens_arrow_next.png) no-repeat;}

/* Bootstrap */
.carousel-img { 
	width:60% !important;
	margin: 0 auto;}
.carousel-caption {
	text-shadow: none;
	color:#0a1414;
	font-size: 25px;
	position:relative;
	right:0;
	left:0;
	width: 90%;
	margin-left: auto; 
	margin-right: auto;}
.carousel-caption h3 a {
	font-size: 35px;
	font-weight: bold;}
.carousel-caption p{
	padding-left:11%;
	padding-right:11%;
}
.carousel-inner .item img {width: 100%;}
.carousel-indicators li {background-color:#dedada; border:none; width:15px; height:15px; margin:0; margin-left: 10px;}
.carousel-indicators .active {background-color:#28469b; width:15px; height:15px; margin:0; margin-left: 10px;}
.tek-index-mm-box {background-color:#eee; border: 1px solid #ccc;}
.tek-index-mm-box.video {} /*special properties for video*/
.tek-index-mm-box.audio {} /*special properties for audio*/
.tek-index-mm-box.image {} /*special properties for image*/

/* media gallery popup
****************************************************************************************/
.media_gallery {
	margin: 10px;
	padding: 10px;
	width: 740px;
	border: #ccc solid 1px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.media_gallery img { padding-right: 10px;}

/************* icons ********************/
.ico-svg {fill: #489CD4;}
.ico-sm {height: 16px; width: 16px; display: block;}
.ico-med {height: 24px; width: 24px; display: block;}
.ico-lg {height: 32px; width: 32px; display: block;}

/* types */
.ico-rss {background: url(../graphics/sm_icons/feed-16x16.png) no-repeat;}

/* actions */
.ico-create-pdf-sm {background: url(../graphics/icons/icon-pdf-16px.png) no-repeat;}
.ico-create-rtf-sm {background: url(../graphics/icons/icon-word-16px.png) no-repeat;}
.ico-create-pdf-med {background: url(../graphics/icons/icon-pdf-24px.png) no-repeat;}
.ico-create-rtf-med {background: url(../graphics/icons/icon-word-24px.png) no-repeat;}
.ico-create-pdf-lg {background: url(../graphics/icons/icon-pdf-32px.png) no-repeat;}
.ico-create-rtf-lg {background: url(../graphics/icons/icon-word-32px.png) no-repeat;}
.ico-dl-sm {background: url(../graphics/icons/icon-dl-16px.png) no-repeat;}
.ico-dl-med {background: url(../graphics/icons/icon-dl-24px.png) no-repeat;}
.ico-dl-lg {background: url(../graphics/icons/icon-dl-32px.png) no-repeat;}

/*social media*/
a.sm-sites {display: block;}
.ico-fb {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite.png) no-repeat 0 0;}
.ico-tw {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite.png) no-repeat -39px -0px;}
.ico-inst {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite.png) no-repeat -78px -0px;}
.ico-yt {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite.png) no-repeat -117px -0px;}
.ico-li {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite.png) no-repeat -0px -39px;}
.ico-fb-white {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite_white.png) no-repeat 0 0;}
.ico-tw-white {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite_white.png) no-repeat -39px -0px;}
.ico-inst-white {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite_white.png) no-repeat -78px -0px;}
.ico-yt-white {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite_white.png) no-repeat -117px -0px;}
.ico-li-white {height: 30px; width: 30px; background: url(../graphics/1026/walgreens2020_sprite_white.png) no-repeat -0px -39px;}
/* logos */
.ico-tek {height: 67px; width: 127px; display: block; padding: 0; margin: 0; background: url(../graphics/tek-logo.png) no-repeat;}

/* make youtube and other iframes responsive */
.resp-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.resp-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********************************************   Custom Multiselect   ************************************************************/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    src: url('/common/css/fonts/MaterialIcons-Regular.eot');
    /* IE9 Compat Modes */
    src: url('/common/css/fonts/MaterialIcons-Regular.eot#iefix') format('embedded-opentype');
    src: url('/common/css/fonts/MaterialIcons-Regular.woff2') format('woff2');
    src: url('/common/css/fonts/MaterialIcons-Regular.woff') format('woff');
}



.form-control.input-sm.custom_select_display_year,
.form-control.input-sm.custom_select_sections {
    font-size: 16px;
    font-style: italic;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 190px;
    height: 30px;
    border: 1px solid#ccc;
    padding-top: 2px;
    padding-bottom: 2px;
    background-position: 180px 9px;
    line-height: 26px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.down {
    background: url(../graphics/1211/TI_arrow_down.png) no-repeat;
}

.up {
    background: url(../graphics/1211/TI_arrow_up.png) no-repeat;
}

.multiselect-container>li>a>label {
    padding: 4px 20px 3px 20px;
}

.form-control.input-sm.custom_select_page_size {
    font-size: 14px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 50px;
    height: 27px;
    border: 1px solid #ccc;
    padding-top: 0px;
    padding-bottom: 2px;
    background: url(../graphics/1211/TI_downarrow2.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 35px 10px;
    padding-left: 5px;
    padding-right: 0;
}

.form-filter {
   /*  font-size: 18px; */
    color: #0a1414;
    float: left;
    padding-right: 25px;
    width: 100%
}

.form-filter label {
    font-weight: 600;
}

.form-year-label,
.form-cat-label {
    /*width: 8.5%;*/
    float: left;
    width: auto;
}

.form-group.form-year-dd,
.form-group.form-cat-dd {
    /*float: left;
    width: 25%;
    padding-left: 20px;*/
}

.form-conttype-label {
    width: 10%;
    float: left;
}

.form-group.form-conttype-dd {
    float: left;
    width: 25%;
    padding-left: 20px;
}

.filter-form-option {
padding-top:10px;
}

.frm-year {
    font-size: 18px;
	 color: #0a1414;
    /* font-weight: 300; */
    /*padding-left: 70px;*/
	padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}

.frm-year.frm-year-chk-box {
    margin-right: 30px;
}

.frm-year-label {
     padding-right: 15px;
}

.frm-categories {
    font-size: 18px;
	 color: #0a1414;
    /* font-weight: 300; */
    padding-right: 15px;
	padding-bottom: 10px;
    /* padding-left: 60px;*/
}

.form-spacer {
    display: none;
}

.tek-select-wrap .form-spacer {
    display: inline-block;
    float: left;
    width: 37px;
    height: 1px;
}

.tek-select-wrap {
    float: left;
    top: 2px;
    position: relative;
}

.display_year_form,
#fm-search {
    /*height: 70px;*/
    min-height: 70px;
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 50px;
    border-top: 2px solid #999;
}

.tek-select-wrap label {
    top: 2px;
    position: relative;
}




.tek-ck-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.tek-ck-container.tek-ck-container-jp {
    padding-left: 45px;
}

.tek-ck-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ckmk {
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #fff;
    height: 13px;
    width: 13px;
}

.ckmk.frm-year-ckmk {
    margin-left: 40px;
}

.ckmk.frm-year-ckmk.frm-year-ckmk-jp {
     margin-left: 20px;
}

.tek-bx .sel-vals .ckmk {
    top: 2px;
}

.tek-bx .tek-ck-container {
    line-height: 30.6px;
}

.ckmk:before {
    content: "\e835";
    display: inline-block;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    font-family: 'Material Icons', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.ckmk:after {
    content: "";
    position: absolute;
    display: none;
}

.tek-ck-container input:checked~.ckmk:after {
    display: block;
}


/* placement of the checkmark and the background */

.tek-ck-container input:checked~.ckmk:after {
    content: "\e834";
    display: inline-block;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    font-family: 'Material Icons', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    top: -1px;
    z-index: 99;
    left: 0;
}

.tek-bx .sel-vals .tek-ck-container input:checked~.ckmk:after {
    top: 4px;
}

.tek-bx {
    line-height: 33px;
    height: 33px;
    font-size: 18px;
    font-style: italic;
    color: #555;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    overflow: hidden;
    background-color: #fff;
    top: -2px;
    position: relative;
}

#years.form-group.form-year-dd {
    width: 180px;
}

#years .tek-bx {
    width: 155px;
}

#subsections.form-group.form-cat-dd {
    width: 255px;
}

#subsections .tek-bx {
    width: 260px;
}

.tek-multiselect .tek-bx:before {
    content: " ";
    background: url(../graphics/1026/icon_arrow_down.png) no-repeat 6px 12px;
    height: 10px;
    width: 25px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
    background-color: white;
    height: 33px;
}

.tek-multiselect.show .tek-bx:before {
    content: " ";
    background: url(../graphics/1026/icon_arrow_up.png) no-repeat 6px 12px;
    height: 10px;
    width: 25px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
    background-color: white;
    height: 33px;
}

.tek-multiselect .tek-m-select-box {
    display: none !important;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border: 1px solid #ddd;
    top: 17px;
    /*left: 66px;*/
    margin-left: -10px;
}

.tek-multiselect.show .tek-m-select-box {
    display: inline-block !important;
}

.tek-ms-btn {
    
    margin-top: 30px;
}

@media (max-width: 1199px) {
.frm-year-label {
    padding-right: 64px;
}
}

@media (min-width: 1200px) {
    .tek-ms-btn {
        /* clear: both;
        width: 25%; */
        /* padding-top: 20px; */
        margin-right: 25px;
        float: right;
        margin-top: 0;
    }
}

#sub_language .dt-langs ul {
    padding-inline-start: 0px;
}
/********************************************   END Custom Multiselect   ************************************************************/


/* thumbnails
****************************************************************************************/
/* make thumbnails all a consistent size regardless of dimensions */
.ratio-4-3, .ratio-1-1, .ratio-3-1, .ratio-2-1, .ratio-16_9, .ratio-3_4 {
  width:100%;
  position:relative;
  background:url() 50% 0% no-repeat;
  background-size:cover;
  background-clip:content-box;
}
.ratio-1-1:before {
    display:block;
    content:"";
    padding-top:100%;
}
.ratio-4-3:before {
    display:block;
    content:"";
    padding-top:75%;
}
.ratio-2-1:before {
    display:block;
    content:"";
    padding-top:50%;
}
.ratio-3-1:before {
    display:block;
    content:"";
    padding-top:30%;
}

.ratio-16_9:before { /* rectangle - landscape */
    display:block;
    content:"";
    padding-top:56.25%;
}
.ratio-3_4:before { /* rectangle - portrait */
    display:block;
    content:"";
    padding-top:133%;
}


/* media queries
****************************************************************************************/
@media (max-width: 1200px) {
    .navbar {
    min-height: 120px;
    margin-bottom: 0;
    -webkit-box-shadow:0px 3px 3px #888;
        -moz-box-shadow:0px 3px 3px #888;
        box-shadow: 0px 3px 3px #888;
    }

    .nav-bar-toggle-sm {margin-top: 45px;}
    .logo-col-xs {
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 24px;
    }
    .logo-text-col-xs {
    margin-top: 28px;
    margin-bottom: 26px;
    }

    .navbar.navbar-fixed-top {
        transition: all 0.5s ease;
        min-height: 90px;
    }
    .navbar-fixed-top .logo-col-xs {
        margin-left: 10px;
        margin-top: 30px;
        margin-bottom: 26px;
        }
    .navbar-fixed-top .logo-text-col-xs {
        margin-top: 28px;
        margin-bottom: 26px;
        }
}

/* JPK Increase collapse nav to next size up */
@media (max-width: 1199px) {/* 991 */
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
  	  border-top: none;
     /*  border-bottom: 1px solid transparent; */
	 /* -webkit-box-shadow:0px 2px -2px #ccc;
 					-moz-box-shadow:0px 2px -2px #ccc;
 					box-shadow:0px 2px -2px #ccc;   */
    /* box-shadow: 0 2px 3px -3px #ccc;  */
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
	  margin-bottom: 20px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav > li { 
	display: block;
	text-align: left; 
}

.navbar-default .navbar-nav > li > a {
	padding-top: 10px;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
/* END Increase collapse nav to next size up */

/* phone */
@media (max-width: 559px) {

}
@media (max-width: 767px) {
	.navbar {min-height: 100px;}
	.navbar-nav{ float:left;}


	.all-stories-more {margin-right: 25px;}
	.morelinks.all-stories-more.all-stories-more-feat.btn.btn-primary {margin-right: 0!important;}
	.our-stories-more { bottom:0;}
	.tek-home-container {
		margin-left: -11px;
		margin-right: -11px;
	}
	.our-stories-container {
		padding:0;
		margin-top:15px !important;
		margin-bottom:15px !important;
		font-size: 28px;
	}
	.our-stories-box {
		margin-bottom: 30px;
		margin-left:20px;
		margin-right:20px;
		box-shadow: 0 0 5px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
		-o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	}
	.our-stories-row {margin-bottom: 0;}
	.our-stories-more, .our-stories-more:hover {
		margin-bottom: 20px!important;}
	.press-rel-box {
		margin-bottom: 0;
	    box-shadow: 0 0 5px rgba(0,0,0,0.6);
	    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	    -o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	    background-color: #fff;
	    padding: 15px 15px 15px 35px;
	    min-height: auto;
	}
	.press-rel-box h2 {
		font-size: 28px;
	}
	.feat-vid-box {
		margin-bottom:45px;
		box-shadow: 0 0 5px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
		-o-box-shadow: 0 0 5px rgba(0,0,0,0.6);}
	#login-box {
	    box-shadow: 0 0 5px rgba(0,0,0,0.6);
	    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	    -o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
	#login-box-fm h2 {
		font-size: 28px;
	}
	.footer-nav li {padding-right:0; padding-top:5px; padding-bottom:5px;}
	.footer-nav a {font-size: 18px;}
	.footer-logo-xs {
		padding-left:25px;
		padding-right:25px;}
	.footer-copy {
		font-size: 11px;
		padding-top: 10px;
		padding-left: 5px;}
	.footer-wba-logo {border-right:1px solid #323264;}
	.navbar-default .navbar-nav > li > a {padding-left:15px;
		padding-right:15px;}
	.wg-img-left, .wg-img-right {width:100%;}
	#related-assets h2, #related-assets-stories h2, #related-assets-prs h2, #related-assets-videos h2, #related-assets-images h2  {margin-left:20px;}
	.press-kit-more { margin-right:25px;}
	.wg-read_more-text p { font-size:22px;}
	.uwr-parent.wg-quote-right {margin:20px;}
	.nav-tabs.srch-rslt-nav-tabs > li {
    	padding-bottom: 20px;
    	width: 100%;
   	 	text-align: center;
    	padding-top: 20px;
	}
	#image-feature img {
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;}

}
@media (min-width: 768px) and (max-width: 992px) {
	.our-stories-title {
    font-size: 18px !important;
	}
}


/* small devices (tablets) */
@media (max-width: 992px) {
	.press-center-text {
		line-height:1;
	}
	.press-center-buttons a {
		font-size:18px;}
	.press-center-buttons {    
    	padding: 15px 15px;
	}
}
@media (min-width: 600px) and (max-width: 768px) {

}
@media (max-width: 768px) {
    .navbar {min-height: 96px;
    }
    .nav-bar-toggle-sm {margin-top: 32px; margin-right: 10px;}

    .page-holder-fixed-top {margin-top: 96px; }

    

}
/* medium devices (laptops) */
@media (min-width: 769px) and (max-width: 1199px) {
	.footer-nav li {padding-right : 5px;}
	.footer-nav a {font-size:15px;}
	.footer-social li{ padding-right : 3px; padding-left: 3px;}
	.g-recaptcha {
	-webkit-transform: scale(0.77);
     -moz-transform: scale(0.77);
      -ms-transform: scale(0.77);
       -o-transform: scale(0.77);
          transform: scale(0.77);
   -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
           transform-origin: 0 0;}
	.nav-tabs.srch-rslt-nav-tabs > li > a {
    	padding: 10px 5px;
		font-size:15px;
	}
	.homepage-links {font-size: 18px;}
	.press-center-text {
		line-height:1;
	}
	.press-center-buttons a {
		font-size:18px;}
	.press-center-buttons {    
    	padding: 15px 15px;
	}

}
@media (min-width: 769px) and (max-width: 1200px) {
    .page-holder-fixed-top {margin-top: 120px; }
}

@media (min-width: 993px) and (max-width: 1199px) {
	/* .navbar-default .navbar-nav > li > a {font-size:18px;padding-right: 3px; padding-left:3px;} */
}

/* large devices (desktops) */
@media (min-width: 992px) {
		.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
    float: none;
    display: table-cell;
    vertical-align: top;
        }

        #fm_survey label {
            font-size: 1.5em;
        }

        #survey-content-container {
            width: 510px;
            margin: 0 auto;
        }

        .btn-survey {
            margin: 0 auto;
        }

}

a.anchor {
    display: block;
    position: relative;
    top: -118px;
    visibility: hidden;
}