* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: bordaer-box;
}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #4b5664;
}

input, textarea, select, button {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* fix for chrome on windows fonts */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: 'FontAwesome';
		src: url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	}
}

a {
	color: #2a7ddf;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;  	
	
	outline: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: #1357a8;
}

input:focus {
    outline: none;
}

ul, li {
	list-style: none;
}

h1, h2, h3, h4, ul, li, p, form {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

button {
	cursor: pointer;
}

img {
	border: none;
}

.brand-logo {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 8px 0;
	background: url("../im/logo_white.png") no-repeat;
	width: 103px;
	height: 14px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	opacity: .9;
}

.bs3-container-back {	
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.bs3-container {
	margin: 0 auto;
	max-width: 1170px;
	z-index: 1;
	position: relative;
}

.bs3-container-back + .bs3-container {
	background: #fff;
}

.mobile {
	display: none;
}

.top-panel {
	background: #1357a8;
	position: relative;
	z-index: 1;
}

.latest-news .ln-header h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #4b5664;
	margin-bottom: 20px;
}

.latest-news .ln-header h2 span.muted {
	font-weight: normal;
}

.ln-header .ln-header-text .muted, 
.ln-header .ln-header-text {
	color: #4b5664;
}

/* Latest News Item */
.ln-block {
	border: 1px solid #d3d8d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	width: 31%;
	float: left;
	margin-bottom: 20px;
}

.masonry:not(.masonry-before) .ln-block {
	margin-right: 20px;
}

.ln-block .ln-cover img.loaded {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 3px 3px 0px 0px;
	height: auto !important;
	width: 100% !important;
}

.ln-block .ln-cover img.blog_cover {
	width: auto !important;
	max-width: 100%;
}

.ln-block-header {
	color: #7d828c;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	padding: 20px 20px 0;
	display: block;
}

.ln-block-header.pinned-content {
	/* background: url("../im/pin.png") top right no-repeat; */
}

.ln-block-header .ln-category, 
.ln-block-header .ln-category a {
	font-weight: 700;
	color: #7d828c;
}

.ln-block-header .ln-category {
	display: inline-block;
	margin-right: 8px;
}

.ln-block a.content-link {
	display: block;
	padding: 0 20px 20px;
	text-decoration: none;
}

.ln-block .ln-title {
	color: #1357a8;
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin: 12px 0 15px;
	line-height: 24px;
}

.ln-block .ln-content {
	color: #4b5664;
	font-size: 14px;
	line-height: 22px;
}

.content-view {
	padding: 5px 10px;
}

/* Aside */
.aside h3 {
	color: #4b5664;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	padding: 6px 0 6px;
	font-weight: 700;
}

h3.model-header-h3 {
	padding: 5px 0 5px 0;
	line-height: normal;
}

.aside p {
	color: #4b5664;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

.aside-content {
	margin-top: 15px;
}

/* Aside Address*/
.al-adr .adr {
	margin-top: 10px;
}

.al-adr .adr .adr-tel {
	margin-top: 10px;
}

.al-adr span {
	color: #4b5664;
	font-size: 13px;
	display: block;
	line-height: 20px;
}

/* Links List */
.links-list {
	font-size: 14px;
	margin: 5px 0px;
}

.links-list li i {
	display: none;
}

.links-list li {
	display: block;
	font-size: 14px;
	transition: background 0.5s;
	margin-bottom: 2px;
}

.links-list li.active a {
	background: #1357a8;
	color: #fff;
}

.links-list li:not(.active):hover a {
	background: #eee;
}

.links-list li:first-child {
	border-top: 0;
}

.links-list li a {
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
	color: #4b5664;
}

.links-list li a:hover {
	text-decoration: none;
}

.links-list li a span {
	display: block;
}

.links-list li a .link-date {
	color: #4b5664;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
}

/* Aside Press Contact */

.aside-press-contact .aside-content {
	padding: 5px 10px 25px 10px;
}

.aside-press-contact img {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.aside-press-contact .contact-image + .aside-content-block {
	margin-left: 70px !important;
}

.aside-content-block {
	display: block;
	margin-left: 0 !important;
}

.aside-content-block span {
	color: #4b5664;
	font-size: 13px;
	line-height: 20px;
	display: block;
}

.aside-content-block .aside-pc-name {
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1px;
}

.aside-content-block ul {
	margin-top: 8px;
}

.aside-content-block li {
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
}

.aside-content-block li a {
	font-size: 12px;
	line-height: 12px;
}

.aside-content-block li a:hover {
	text-decoration: none;
}

.row-fluid .main {
	width: 74.6%;
}

.hidden {
	display: none;
}

.aside-social-list {
	padding: 15px 0;
}

.aside-social-list a:hover {
    text-decoration: none;
}

.aside-social-list li {
    float: left;
    font-size: 24px;
    margin-right: 4px;
}

.aside-social-list a {
	color: #1357a8;
}

/* Bootstrap Breakpoints */
@media only screen and (max-width:1200px) { /* Extra small screen / phone */ }
@media only screen and (max-width:992px) { /* Small screen / tablet */ }
@media only screen and (max-width:768px) { /* Medium screen / desktop */ }
@media only screen and (max-width:480px) { /* Large screen / wide desktop */ }

/* Breakpoints */
@media only screen and (max-width:1281px) { /* hi-res laptops and desktops */ }
@media only screen and (max-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media only screen and (max-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media only screen and (max-width:641px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media only screen and (max-width:481px) { /* smartphones, Android phones, landscape iPhone */ }
@media only screen and (max-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ } 

#login-form input {
	height: 36px;
	width: 250px;
}

#login-form-links .vertical-bar {
	display: inline-block;
	margin: 0px 3px;
}

#login-form {
	padding: 20px;
}

#login-error {
	margin-bottom: 0;
	width: 215px;
}

.row-fluid .org-content.no-logo {
	width: 100%;
}

.org-brand {
	height: 140px;
	line-height: 140px;
	text-align: center;
	vertical-align: middle;
	width: 160px !important;
}

.org-brand img {
	vertical-align: middle;
}

#ln-container-loader {
	background: url("../im/loader-circle-medium.gif") no-repeat;
	bottom: 24px; /* 24 footer */
	display: none;
	height: 24px;
	left: 24px;
	position: fixed;
	width: 24px;
}

.footer-brand-logo {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background: url("../im/logo_footer.png") no-repeat;
	margin: 9px 0;
	width: 92px;
	height: 12px;
}

.footer {
	border-top: 1px solid #ccc;
	background: #f1f1f1;
	background: rgba(241,241,241, .75);	
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}

.footer-brand {
	color: #999;
	font-size: 14px;
	line-height:30px;
}

.footer-brand:hover {
	color: #999;
	text-decoration: none;
}

/* Footer Menu */
.footer-menu ul {
	float: right;
	opacity: 0.75;
}

.footer-menu li {
	float: left;	
	margin-left: 17px;
	line-height: 30px;
}

.footer-menu li a {
	color: #666;
	font-size: 12px;
	line-height: 30px;
}

.footer-menu i {
	margin-right: 3px;
	vertical-align: middle;
	margin-top: 1px;
}

.is-own-domain #ln-container-loader {
	bottom: 24px;
}

.ln-contact-block {
	max-width: 166px;
	float: left;
	margin-right: 10px;
}

.ln-contact-block img {
	margin: 1px auto;
	display: block;
	border-radius: 3px 3px 0px 0px;
}

.ln-contact-details {
	border: 1px solid #fff;
	border-radius: 0px 0px 3px 3px;
	border-top: none;
	padding: 5px 7px 6px 7px;
}

.ln-contact-title {
	color: #4b5664;
	font-size: 9px;
	line-height: 1em;
	text-transform: uppercase;
}

.ln-cover-overlay {
	display: none;
}
		
.ln-press-contact .ln-cover-overlay {
	background: url("assets/im/press-contact-overlay.png") no-repeat;
	display: block;
	height: 19px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 145px;
}

.ln-press-contact .ln-contact-details * {
	color: #fff !important;
}

.ln-press-contact {			
	border-color: #369;	
}

.ln-press-contact .ln-contact-details {
	background-color: #369;
}

.inner-content { 
	margin-top: 15px;
	color: #4b5664;
	padding: 20px;
	border: 1px solid #eaeaea;
}

.html-content ul {
	padding: 3px;
	padding-left: 20px; 
	margin-left: 20px;
	margin-bottom: 18px;
}

.html-content ul li {
	list-style: disc !important;
}

.html-content ol {
	padding: 3px;
	padding-left: 20px; 
	margin-left: 20px;
	margin-bottom: 18px;
}

.html-content ol li {
	list-style: decimal;
}

.company-top {
	font-size: 12px;
	line-height: 1em;
}

.company-top .company-top-item {
	display: inline-block;
	margin-right: 8px;
}

.company-inline-block {
	display: inline-block;
	margin-left: 20px;
	line-height: 24px;
	text-align: left;
	margin-top: 15px;
}

.company-about-h2 {
	margin-bottom: 30px;
}

.company-about-h2 > * {
	vertical-align: middle;
}

.faded-text { 
	padding-top: 20px;
}

a.newsroom-h1 {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.simple-content-area h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.simple-content-area hr {
	margin-top: 5px; 
	margin-bottom: 15px;
}

.input-prepend.input-block-level {
	display: table;
	width: 100%;
}

.input-prepend.input-block-level .add-on {
	display: table-cell;
	background-color: #eeeeee;
	width: 30px;
}

.input-prepend.input-block-level > input {
	box-sizing: border-box;
	height: 30px;
	display: table-cell;
	width: 100%;
	border-left-style: none;
}

.article-header {
	padding-right: 15px;
	margin-bottom: 20px;
}

.article-header h2 {
	line-height: 46px;
}

.article-info {
	color: #4b5664;
	display: block;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

.article-info .dash {
	width: 0px;
	margin-right: 5px;
	overflow: hidden;
	display: inline-block;
}

.article-content p {
	color: #4b5664;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 20px;
}

.html-content p {
	padding-bottom: 18px;
}

.html-content {
	color: #4b5664;
	font-size: 16px;
	line-height: 23px;
}

.event-block {
	color: #4b5664;
}

.add-border {
	border-radius: 4px;
}

.article-content blockquote {
	margin-bottom: 45px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 2px;
	float: right;
	width: 265px;
	position: relative;
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: 0px !important;
}

.article-content blockquote q {
	font-size: 14px;
	line-height: 20px;
	display: block;
}

.article-content blockquote .author {
	bottom: -44px;
	color: #4b5664;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 12px;
	max-width: 188px;
	position: absolute;
	right: 8px;
	text-align: right;
	text-transform: uppercase;
}

.article-content blockquote .arrow {
	position: absolute;
	background: url("/assets/im/qcorner.png") no-repeat;
	bottom: -21px;
	left: 20px;
	width: 43px;
	height: 25px;
}

.article-summary {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 18px;
}

.article-details-no-bold {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal !important;
	margin-top: 10px;
}

.article-content .article-summary {
	font-size: 16px;
	line-height: 22px;
}

.article-content p.article-details-license {
	font-size: 12px !important;
	line-height: 12px;
	font-weight: normal !important;
	padding-bottom: 12px;
}

.article-content .ad-label {
	display: inline-block;
	width: 80px;
}

.media-block.pull-left {
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

.pull-left {
	float: left;
}

section.article-content {
	overflow: hidden;
}

.resources-block {
	padding-bottom: 20px;
}

.view-web-images-section {
	padding-bottom: 10px;
}

.resources-block h3 {
	color: #4b5664;
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 200;
	margin: 15px 0;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}

.rb-categories-block .rb-categories {
	border: 1px solid #ccc; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rb-categories-block h3 {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 14px;
	padding: 0 10px;
}

.rb-categories-block p {
	padding: 5px 8px;
}

.rb-additional-resources li {
	color: #4b5664;
	font-size: 14px;
	list-style: disc inside;
}

.view-web-images { 
	position: relative;
}

.view-web-images a { 
	float: left;
	margin-bottom: 19px;
	margin-right: 19px;
}

.view-web-images img {
	border-radius: 4px 4px 4px 4px;
}

.view-web-images a:nth-child(4n) {
	float: left; 
	margin-bottom: 19px;
	margin-right: 0px;
}
.hide-bullet li { 
	list-style-type: none !important;
}

i.icon-blank {
	display: inline-block;
	height: 15px;
	width: 13px;
}

.event-details p span {
	display: inline-block;
	min-width: 50px;
	padding-left: 5px;
}

.event-details p i {
	display: inline-block;
	min-width: 16px;
}

.related-files-with-icons img { 
	margin-left: 1px;
	margin-bottom: 2px;
}

.hide-bullet li {
	list-style-type: none !important;
}

.icon-padding-fix {
	padding-top: 7px !important;
}

.contact-page {
	padding-top: 15px;
}

.contact-links {
	color: #5f93c7;
	font-size: 14px !important;
	font-weight: normal !important;
}

.contact-icons i {
	display: inline-block;
	min-width: 16px;
}

.contact-links {
	padding-top: 2px;
}

.contact-links:first-child {
	padding-top: 15px;
}

.contact-links a:hover {
	text-decoration: none;
}

.contact-icons.inline .contact-links:first-child {
	padding-top: 0;
}

.contact-icons.inline .contact-links {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 0;	
}

.aside-pc-name a {
	color: #4b5664;
	text-decoration: none;
}

.aside-website {
	font-size: 14px;
}

.aside-website a {
	font-size: 13px;
	text-decoration: none;
}

.news-center-listing .ln-block {
	width: 23.4%;
}

.org-header {
	border-bottom: 1px solid #ccc;
	min-height: 101px;
	padding: 0 15px;
}

.org-header.white {
	background: #fff;
}

.org-header.slim {
	min-height: 81px;
}

.org-header-logo {
	float: left;
	margin-right: 45px;
	width: auto;
}

.org-header-logo a,
.org-header-text > span {
	display: table-cell;
	vertical-align: middle;
}

.org-header-logo a {
	height: 100px;
}

.org-header-text > span {
	height: 96px;
}

.org-header.slim .org-header-logo a {
	height: 80px;
}

.org-header.slim .org-header-text > span {
	height: 76px;
}

.org-header-text {
	float: left;
	width: auto;
}

.org-header-text a {
	color: #4b5664;
}

.org-header-text .prefix {
	color: #999;
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 13px;
	text-transform: uppercase;
}

.org-header-text h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	color: #4b5664;
}

.org-header-search form {
	position: relative;
}

.org-header-search input {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;	
	border: 1px solid #ddd;
	min-height: 34px;
	padding-left: 36px;	
	padding-right: 11px;
	right: 0px;
	margin-top: 33px;
	width: 100%;
}

.org-header-search button {
	background: url("../im/newsroom-search.png") no-repeat center;
	border: 0;
	height: 18px;
	position: absolute;
	left: 12px;
	text-indent: -9999px;
	top: 41px;
	width: 18px;
}

.org-header.slim .org-header-search input {
	margin-top: 21px;
}

.org-header.slim .org-header-search button {
	top: 31px;
}

#ln-container {
	margin-top: 20px;
	clear: both;
}

#ln-container.social-wire {
	margin-top: 25px;
	overflow: visible;
}

.html-content p:last-child {
	padding-bottom: 0;
}

.org-header-text h1 a {
	display: inline-block;
	min-width: 250px;
}

#lightbox {
	bottom: 0;
	left: 0;
	position: absolute;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#lightbox .back {
	background: #000;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s;
}

#lightbox .back.on {
	opacity: 0.7;
}

#lightbox .boxz {
	bottom: 0;
	left: 0;
	position: absolute;
	position: fixed;
	right: 0;
	top: 50px;
}

#lightbox .box {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: #fff url("../im/loader-circle-medium.gif") center center no-repeat;
	box-sizing: content-box;
	height: 400px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	transition: opacity 0.4s;	
	width: 400px;
}

#lightbox .box.on {
	opacity: 0.75;
}

#lightbox .box.loaded {
	background: #fff;
	opacity: 1;
}

#lightbox .caption {
	color: #999;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	text-align: left;
}

#feedback {
	padding: 0px;
}

#feedback .alert {
	margin-bottom: 10px;
	box-sizing: border-box;
}

.share-side {
	background: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 5px;
	right: -57px;
	top: 5px;
	padding: 5px;
	position: fixed;
	width: 44px;
}

.share-side a {
	background: url("../im/share-icons.png") no-repeat;
	display: block;
	height: 32px;
	width: 32px;
	margin-bottom: 5px;
}

.share-side a:last-child {
	margin-bottom: 0;
}

.share-side .share-facebook {
	background-position: 0 -0px;
}

.share-side .share-twitter {
	background-position: 0 -32px;
}

.share-side .share-google-plus {
	background-position: 0 -64px;
}

.share-side .share-linkedin {
	background-position: 0 -96px;
}

.share-bottom {
	clear: both;
	padding-top: 5px;
}

.share-bottom *, .share-share * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.share-bottom .share-facebook, 
.share-bottom .share-twitter, 
.share-bottom .share-linkedin, 
.share-bottom .share-google-plus {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;	
	margin-right: 2px;
	padding: 6px 8px;	
	text-decoration: none;
}

.share-bottom i {
	font-size: 14px;
	margin-right: 2px;
}

.share-bottom .share-facebook {
	background: #305891;	
}

.share-bottom .share-twitter {
	background: #2ca8d2;
}

.share-bottom .share-linkedin {
	background: #4498c8;
}

.share-bottom .share-google-plus {
	background: #ce4d39;
}

.share-bottom .share-linkedin i:before, 
.share-bottom .share-google-plus i:before {
	font-size: 14px;
	margin-right: 0;
}

.share-bottom .share-linkedin, 
.share-bottom .share-google-plus {	
	padding: 6px 10px;
	position: relative;
}

.share-side a[disabled],
.share-bottom a[disabled] {
	opacity: 0.8;
	cursor: not-allowed;
}

.content-type-event .article-details,
.content-type-audio .article-details,
.content-type-video .article-details,
.content-type-image .article-details {
	padding-bottom: 10px;
}

.rb-categories-block i {
	font-size: 14px;
}

.lightbox-hidden {
	background: #eee;
}

.lightbox-hidden * {
	visibility: hidden;
}

.brand-login {
	display: none;
}

.brand-login input, 
.brand-login button {
	color: #336699;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 8px;
	margin-top: 5px;
	opacity: 0.8;
} 

.brand-login input:focus,
.brand-login button:focus {
	opacity: 0.9;
} 

.brand-login input[type=email],
.brand-login input[type=password] {
	border: none;
	border-radius: 5px;
	padding: 2px 5px;
	height: 24px;
	text-transform: lowercase;
	width: 100px;
}

.brand-login input[type=email] {
	width: 200px;
}

.brand-login button[type=submit] {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	padding: 1px 8px 3px 8px;
	height: 20px;
}

.rejection-comments, .rejection-canned,
.hold-comments, .hold-canned {
	margin-bottom: 10px;
}

.rejection-data,
.hold-data {
	font-size: 12px;
	width: 450px;
	position: absolute;
	display: none;
	top: 10px;
	right: 0;
	border: 0px;
	z-index: 99;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.switched-cols .rejection-data,
.switched-cols .hold-data {
	left: 0;
	right: auto;
}

.rejection-data-container,
.hold-data-container {
	border-bottom: 1px dashed #c09853;
	margin-bottom: 10px;
	position: relative;
}

.hold-data-container {
	border-bottom-color: #B154BE;
}

.rejection-data strong,
.hold-data strong {
	font-size: 14px;
}

.rejection-data div:last-child,
.hold-data div:last-child {
	margin-bottom: 0;
}

.rejection-data-icon,
.hold-data-icon {
	position: absolute;
	right: -57px;
	width: 44px;
	top: -18px;
	height: 38px;
	line-height: 32px;
	text-align: center;
	background: #fcf8e3;
	color: #c09853;
	border: 1px solid #c09853;
	border-radius: 4px;
	font-size: 28px;
	cursor: default;
}

.switched-cols .rejection-data-icon, 
.switched-cols .hold-data-icon {
	right: auto;
	left: -57px;
}

.hold-data-icon {
	border: 1px solid #B154BE;
}

.rejection-data-icon:hover + .rejection-data,
.hold-data-icon:hover + .hold-data {
	display: block;
}

.rejection-data-icon:after,
.hold-data-icon:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 9px 6px 0;
	border-color: transparent #c09853 transparent transparent;
	position: absolute;
	left: -9px;
	top: 12px;
}

.switched-cols .rejection-data-icon:after,
.switched-cols .hold-data-icon:after {
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #c09853;
	left: auto;
	right: -9px;
}

.hold-data-icon:after {
	border-color: transparent transparent transparent #B154BE;
}

.share-side-lower .share-side {
	top: 31px;
}

.floated-featured-image {
	float: left;
	width: auto;
	margin: 0 20px 12px 0;
}

.google-advert-728-90 {
	margin: 20px auto;
	width: 728px;
}

.google-advert-responsive {
	margin: 20px auto;
}

.google-advert-160-600 {
	margin: 20px auto;
	width: 160px;
}

.google-advert-160-90 {
	margin: 20px auto;
	width: 160px;
}

.google-advert-300-250 {
	margin: 20px auto;
	width: 300px;
}

.google-advert-728-15 {
	margin: 20px auto;
	width: 728px;
}

.aside-right .google-advert-160-600 {
	margin: 30px 0 20px 0;
}

.article-content .html-content + .google-advert-728-90 {
	margin: 15px auto;
}

.article-header .google-advert-728-15 {
	margin: 0;
}

.aside-right .google-advert-160-90 {
	margin: 10px 0 0 0;
}

.advert-row-300-250 { 
	text-align: center;
}

.advert-row-300-250 > * {
	display: inline-block;
	margin: 20px 20px;
}

.article .article-content ~ .google-advert-728-15 {
	margin-top: 0;
}

.under-writing-comments hr {
	border-color: #3a87ad;
	margin: 5px 0;
	max-width: 74%;
	border-bottom: none;
}

.accordion_title a {
	color: #4b5664;
	font-style:normal;
}

.accordion_title a:hover {
	text-decoration: none;
}

.pad-right40 {
	padding-right: 40px !important;
}

.pad-right20 {
	padding-right: 20px !important;
}

.link-color-text {
	color: #1357a8;
}

.nr-main-heading-without-news {
	margin-top: -20px;
}

.private_preview_msg {
	color: #fff;
	font-size: 13px;
	padding-top: 5px;
}

.private_preview_msg a {
	color: #fff;
	text-decoration: underline;
}

.rejection-data.visible {
	display: block;
}

.rejection-data-header {
	background: #c09853;
	margin: -8px -35px 8px -14px;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	text-shadow: none;
	position: relative;
}

.rejection-data-header .close {
	position: absolute;
	display: block;
	padding: 7px 10px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}


/*********** social stream classes ************/

.social-stream {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.social-stream .inner {
    overflow: hidden;
    padding: 20px;
}

.social-stream .section-thumb {
	float: left;
	margin-top: 3px;
	margin-bottom: 8px;
	margin-right: 15px;
}

.social-stream.ln-facebook .section-thumb {
	max-width: 50%;	
}

.social-stream .section-intro {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	color: #7d828c;
	display: block;
	width: auto;
}

.social-stream .section-intro i {
	font-size: 16px;
	vertical-align: middle;
	margin-top: -2px;
}

.social-stream .section-title {
	display: block;
	font-size: 20px;
	color: #1c64ba;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.social-stream .section-intro .intro-posted {
	font-weight: 700;
	color: #7d828c;
	margin-right: 5px;
	display: inline-block;
}

.social-stream .section-thumb a {
	float: left; 
	width: auto;
}

.social-stream .section-thumb + .section-title {
	padding-top: 7px;
	clear: both;
}

.social-stream .section-thumb img {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	float: left;
	width: auto;
}

.social-stream .section-text {
	display: block;
}

.social-stream .section-text:not(:last-child) {
	margin-bottom: 15px;
}

.rss_text {
    color: #4b5664;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.social-stream .section-share {
    display: block;
    float: right;
    margin: 0 0 25px;
    padding: 4px 0 0;
}

.social-stream  .section-share a.share-reply {
    background-position: 0 -32px;
}

.social-stream .section-share a {
    background: url("../lib/social-stream/images/share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 16px;
    margin: 0 2px 0 0;
    width: 16px;
}

.social-stream .clear {
    clear: both;
}

.social-stream .section-user {
    background: url("../lib/social-stream/images/profile.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    clear: both;
    display: block;
    float: left;
    font-style: italic;
    line-height: 12px;
    padding: 7px 0 0 20px;
}

/* twitter */
.social-stream .feed-twitter .section-thumb{
	margin-top: 3px;
}

.social-stream .feed-twitter .twitter-user a strong {
    color: #444;
}

.social-stream .feed-twitter .twitter-user a:hover {
	color: #999;
	text-decoration: none;
}

.social-stream .feed-twitter .twitter-user a:hover strong {
	color: #38AEAE;
	text-decoration: underline;
}


.social-stream .feed-twitter a {
    color: #38aeae;
}

.social-stream .feed-twitter .section-thumb img {
    height: 48px;
    width: 48px;
}

.social-stream .feed-twitter .twitter-user {
    display: block;
    margin-bottom: 2px;
}

.social-stream .feed-twitter .twitter-user a {
    color: #999;
    line-height: 1.35em;
}

.social-stream .feed-twitter a {
    color: #38aeae;
}


.social-stream .section-share a.share-retweet {
    background-position: 0 -48px;
}

.social-stream .section-share a.share-favorite {
    background-position: 0 -64px;
}

.social-stream .feed-instagram .section-thumb.video {
	float:left;
	position:relative
}

.social-stream .feed-instagram .section-thumb.video .play {
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
	width: 40px;
	margin:0 auto; left:0px;
	right: 0px;
	z-index: 100
} 

.social-stream .feed-instagram .section-thumb.video .play a:hover {
	text-decoration: none;
} 

.social-stream .feed-instagram .section-thumb.video .play .icon-play {
	font-size: 36px;
	color: #fff;
}

.dcsns-toolbar {
	float: right;
	width: auto;
}

.dcsns-toolbar .filter {
	float: right;
	width: auto;
	margin-top:-2px;
}
.dcsns-toolbar .filter li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	margin-left: 1px;
}
.dcsns-toolbar .filter .link-all {
	font-weight: bold;
	width: 32px;
}
.dcsns-toolbar .filter li a {
	padding: 4px 3px 0 3px;
	margin: 0 1px 1px 0;
	display: inline-block;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	height: 28px;
	width: 28px;
	font-size: 14px;
	text-align: center;
	color: #7d828c;
}

.dcsns-toolbar .filter li a:hover,
.dcsns-toolbar .filter li.active a {
	color: #2a7ddf;
	border-color: #2a7ddf;
}

.dcsns-toolbar .filter li a
.dcsns-toolbar .filter li img {
	margin: 0;
	height: 24px;
}

.ac_nr_icon
{
	width: 35%;
}


#c_nr a:hover{
	color: #5f93c7;
}

.lt_grey_link{
	color: #F3F3F3 !important;
}

.fb-icon-intro{
	background-color: #3b5998; 
	margin-left: -5px; 
	padding: 2px 0 0 2px;
	border: 1px solid #3b5998; 
	border-radius: 4px;
}

.twitter-icon-intro{
	background-color: #4EC2DC; 
	margin-left: -5px; 
	padding: 2px 0 0 2px;
	border: 1px solid #4EC2DC; 
	border-radius: 4px;
}

.pinterest-icon-intro{
	background-color: #cb2528; 
	margin-left: -5px; 
	padding: 2px 0 0 2px;
	border: 1px solid #cb2528; 
	border-radius: 4px;
}

.gplus-icon-intro{
	background-color: #2d2d2d; 
	margin-left: -5px; 
	padding: 2px 0 0 2px;
	border: 1px solid #2d2d2d; 
	border-radius: 4px;
}

.youtube-icon-intro{
	background-color: #df1f1c;
	margin-left: -5px; 
	padding: 2px 0 0 2px;
	border: 1px solid #df1f1c; 
	border-radius: 4px;
}

.vimeo-icon-intro{
	background-color: #00ADEF;
	margin-left: -5px; 
	padding: 2px 0 0 2px;
	border: 1px solid #00ADEF; 
	border-radius: 4px;
}

.vimeo-icon-sign {
	background-color: #1558A6;
	padding: 2px 0 0 2px;
	border: 1px solid #1558A6; 
	border-radius: 4px;
	height: 21px;
}

.instagram-icon-intro{
	background-color: #76675E; 
	margin-left: -5px; 
	padding: 2px 0 0 2px;
	border: 1px solid #76675E; 
	border-radius: 4px;
}

.intro-posted {
	padding-left: 5px;
}

.small-gray-link {
	font-size: 13px;
	color: #4b5664;
	text-decoration: underline;
}

.modal-body,
.modal-footer {
	padding: 20px;
}

.modal-header {
	background: #1357A8;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 5px 20px;
	z-index: 2;
	overflow: hidden;
}

.modal-footer {
	border-radius: 0 0 3px 3px;
}

.modal-backdrop, 
.modal-backdrop.fade.in {
	opacity: .5;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
}

.modal-header .close:hover {
	opacity: 0.8;
}

.modal-header h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.modal-header label {
	color: #fff;
	font-size: 13px;
	float: right;
	margin: 5px 20px 0 0;
}

.modal-footer {
	border-top: 1px solid #ccc;
}

.modal-footer label {
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.modal.fade {
	-webkit-transition: opacity 0.25s linear;
     -moz-transition: opacity 0.25s linear;
       -o-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}

.modal.has-footer {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.modal-body {
	background: #fff;
}

.modal.fade, .modal.fade.in {
	top: 5%;
}

.modal {
	height: 0;
	width: auto;
	left: 0;
	right: 0;
	margin-left: 0;
	box-shadow: none !important;
	border: none !important;
	display: none;
}

.modal .modal-dialog {
	margin: 0 auto;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	width: 600px;
}

.eob-modal .modal-body {
	margin-top: 0px;
	max-height: none;
	padding: 0;
}

.modal .modal-body:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modal .modal-body:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.eob-modal .modal-content {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	box-sizing: border-box;
}

.modal-content.loader {
	background: url("../im/loader-circle-medium.gif") center center no-repeat;
}
label.checkbox-container input[type=checkbox] {
	display: none;
}

label.checkbox-container > * { 
	vertical-align: middle;
}

label.checkbox-container span.checkbox {
	background: url("../im/checkbox-icons.png") right no-repeat;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	width: 20px;
}

label.checkbox-container input[type=checkbox]:checked + span.checkbox {
	background: url("../im/checkbox-icons.png") left no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
}

label.checkbox-container input[type=checkbox]:disabled + span.checkbox,
label.checkbox-container input[type=checkbox].disabled + span.checkbox {
	background-image: url("../im/checkbox-icons-disabled.png");
}

label.checkbox-container {
	color: #777777;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0;	
}

label.checkbox-container.inline {
	display: inline-block;
	margin-bottom: 0;
}

label.radio-container input[type=radio] {
	display: none;
}

label.radio-container > * { 
	vertical-align: middle;
}

label.radio-container span.radio {
	background: url("../im/radio-icons.png") right no-repeat;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	margin-right: 5px;
	margin-top: -2px;
	padding: 0;
	width: 20px;
}

label.radio-container input[type=radio]:checked + span.radio {
	background: url("../im/radio-icons.png") left no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
}

label.radio-container input[type=radio]:disabled + span.radio,
label.radio-container input[type=radio].disabled + span.radio {
	background-image: url("../im/radio-icons-disabled.png");
}

label.radio-container {
	color: #777777;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0;	
}

label.radio-container.louder {
	color: #555555;
}

label.radio-container.inline {
	display: inline-block;
	margin-bottom: 0;
}

.radio-container-box, .checkbox-container-box {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	padding: 15px 25px 15px 15px;
}

.radio-container-box.compact,
.checkbox-container-box.compact {
	background: #fafafa;
	border-color: #ddd;
	padding: 10px 17px 10px 12px;
	border-radius: 0px;
}

.radio-container-box p:last-child, 
.checkbox-container-box p:last-child {
	padding-bottom: 0;
}

.modal {
	background-color: transparent;
}

.row-fluid .in-text {
	color: #4b5664;
	height: 44px;
	padding: 0 13px;
	margin-bottom: 20px;
}

.row-fluid textarea.in-text {
	padding: 10px 13px;
}

.row-fluid .in-text:focus {
	border: 1px solid #1357A8;	
	-webkit-box-shadow: 0 0 3px 0 #e0f0ff;
	-moz-box-shadow: 0 0 3px 0 #e0f0ff;
	box-shadow: 0 0 3px 0 #e0f0ff;
}

.row-fluid .in-text:focus::-webkit-input-placeholder { color: #4b5664; opacity: 1;}
.row-fluid .in-text:focus:-moz-placeholder { color: #4b5664; opacity: 1;}
.row-fluid .in-text:focus::-moz-placeholder { color: #4b5664; opacity: 1;}
.row-fluid .in-text:focus:-ms-input-placeholder { color: #4b5664; opacity: 1;}

.date-timezone-subtext {
	text-align: center;
	margin-top: -6px;
}

.muted.smaller {
	font-size: 12px;
}

.accordian .accordian-toggle {
	cursor: pointer;
	line-height: 13px;
}

.accordian.open .accordian-content {
	display: block;
}

.accordian .accordian-content {
	overflow: hidden;
	display: none;
}

.accordian {	
	margin-bottom: 5x;
}

.accordian.open {	
	margin-bottom: 0px;
}

.accordian .accordian-icon {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

.accordian .accordian-icon:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

.accordian .accordian-icon:before {
	content: "\f0fe";
}

.accordian.open .accordian-icon:before {
	content: "\f146";
}

.cke_placeholder.date-line {
	display: none;
}

.date-line {
	font-weight: normal;
	color: #222;
}

.ln-block.social-stream {
	position: relative;
}

.columnize > div .ln-cover img {
	width: 100%;
}

.html-content img {
	float: left;
	max-width: 99%;
	margin: 0px 10px 6px 0px;
	clear: both;
}

.btn-sm, .btn-xs {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	min-height: 27px;
	min-width: 35px;
}

.btn-xs {
	font-size: 10px !important;
}

.btn-outline {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;	
	text-shadow: none;
	filter: none;
	color: #2a7ddf;
	border: 1px solid #2a7ddf;
	border-radius: 3px;
	font-weight: 700;
	transition: background 0.25s, color 0.25s;
}

.btn-outline:active,
.btn-outline:hover {
	background: #2a7ddf;
	color: #fff;
}

.bt-orange {
	color: #fff;
	border: 1px solid #e45d2b;
	font-size: 14px;
	font-weight: 600;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 11px 18px;	
	-webkit-box-shadow: inset 0 1px 0 0 #fcbe5d, 0 1px 2px 0 rgba(0,0,0, 0.2);
	-moz-box-shadow: inset 0 1px 0 0 #fcbe5d, 0 1px 2px 0 rgba(0,0,0, 0.2);
	box-shadow: inset 0 1px 0 0 #fcbe5d, 0 1px 2px 0 rgba(0,0,0, 0.2);
	
	background: #fb9a06; /* Old browsers */
	background: -moz-linear-gradient(top,  #fb9a06 0%, #e45d2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb9a06), color-stop(100%,#e45d2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fb9a06 0%,#e45d2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fb9a06 0%,#e45d2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fb9a06 0%,#e45d2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fb9a06 0%,#e45d2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9a06', endColorstr='#e45d2b',GradientType=0 ); /* IE6-9 */
}

.bt-orange:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #e45d2b;	
	background: #ff5a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff5a00 0%, #e45d2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5a00), color-stop(100%,#e45d2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5a00 0%,#e45d2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5a00 0%,#e45d2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5a00 0%,#e45d2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5a00 0%,#e45d2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#e45d2b',GradientType=0 ); /* IE6-9 */
}

.subscription-header {
	border-bottom: 1px solid #ccc; 
	margin-top: 10px;
}

.aside-accordians {
	margin-bottom: 20px;
}

.btn-on.btn-primary {
	background: #58B058 !important;
	color: #FFFFFF;
}

.btn-off.btn-primary {
	background: #F9A123 !important;
	color: #FFFFFF;
}

h3 .bt-blue-no-shadow-no-gradient, .article-header .bt-blue-no-shadow-no-gradient {
	padding: 0px 20px;
	text-transform: uppercase;
}

.subscription-link {
	width: 100%;
}

.bt-blue-no-shadow-no-gradient {
	color: #fff;
	background: none repeat scroll 0 0 #1357A8;
	font-size: 13px;
	font-weight: 600;	
	border-radius: 3px;
	padding: 8px 20px;
	margin-top: -10px;
}

.bt-blue-no-shadow-no-gradient-pr {
	color: #fff;
	background: none repeat scroll 0 0 #1357A8;
	font-size: 13px;
	font-weight: 600;	
	border-radius: 3px;
	padding: 8px 20px;
	float: left;
}

.bt-blue-no-shadow-no-gradient-pr:hover {
	color: #fff;
	background: #0170C4;
	text-decoration: none;
}

.bt-blue-no-shadow-no-gradient:hover {
	color: #fff;
	background: #0170C4;
	text-decoration: none;
}

.bt-blue-no-shadow-no-gradient:focus {
	color: #fff !important;
}

#subscription_modal h3 {
	border: none !important;
}

.sub-link-text {
	color: #fff !important;
}

em.our-phone-number {
	font-style: normal;
}

.stat-pixel {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -10000px;
	top: -10000px;
}

#content-container .aside-sidebar.aside {
	border-right: 1px solid #d3d8d9;
	border-left: none;
	padding: 20px 26px 20px 0;
	float: left;
}

#content-container.switched-cols .aside-sidebar.aside {
	border-left: 1px solid #d3d8d9;
	border-right: none;
	padding: 20px 0 20px 26px;
	float: right;
	margin-right: 1px;
	margin-left: -1px;
}

#content-container.switched-cols .main-content-container {
	border-left: none;
	border-right: 1px solid #d3d8d9;
	padding: 26px 26px 26px 0;
}

#content-container .main-content-container {
	border-left: 1px solid #d3d8d9;
	border-right: none;
	padding: 26px 0 26px 26px;
}

.main-cols .main-content-container {
	float: left;
	width: 78%;
	padding-bottom: 50px;
}

.main-cols .aside-sidebar.aside {
	width: 22%;
	padding-bottom: 50px;
}

.social-stream .social-type-icon i[class^="facebook"]:before,
.social-stream .social-type-icon i[class*="facebook"]:before {
  color: #1357a8;
}

.social-stream .social-type-icon i[class^="twitter"]:before,
.social-stream .social-type-icon i[class*="twitter"]:before {
  color: #1c9ef4;
}

.social-stream .social-type-icon i[class^="pinterest"]:before,
.social-stream .social-type-icon i[class*="pinterest"]:before {
  color: #be0b17;
}

.social-stream .social-type-icon i[class^="google"]:before,
.social-stream .social-type-icon i[class*="google"]:before {
  color: #dc4e41;
}

.social-stream .social-type-icon i[class^="youtube"]:before,
.social-stream .social-type-icon i[class*="youtube"]:before {
  color: #cd201f;
}

.social-stream .social-type-icon i[class^="linkedin"]:before,
.social-stream .social-type-icon i[class*="linkedin"]:before {
  color: #0177B5;
}

.social-stream .social-type-icon i[class^="vimeo"]:before,
.social-stream .social-type-icon i[class*="vimeo"]:before {
  color: #17B3E8;
}

.social-stream .social-type-icon i[class^="instagram"]:before,
.social-stream .social-type-icon i[class*="instagram"]:before {
  color: #3F729B;
}

#follow-modal .modal-header.modal-header-custom {
	background: #fff;
}

.follow-modal-header {
	padding: 10px 0;
	position: relative;
}

.follow-modal-header button.close {
	position: absolute;
	top: 12px;
	right: 0px;
	margin-top: 0px;
	color: #666;
}

.follow-content {
	margin-bottom: 40px;
}

.follow-content.has-loader {
	background: url("../im/loader-circle-medium.gif") no-repeat center center;
}

.follow-content.has-loader * {
	opacity: 0.5;
}

.follow-content .alert {
	margin: 30px 50px 0 50px;
}

.follow-content-info .big-text {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}

.follow-content-info {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 35px;
}

#follow-form .form-group.email {
	text-align: center;
	margin-bottom: 20px;
}

#follow-form .form-group.email input {
	padding: 0 12px;
	height: 46px;
	width: 75%;
	text-align: center;
}

#follow-form .form-group.email input::-webkit-input-placeholder { 
  text-align: center;
}

#follow-form .form-group.email input::-moz-placeholder { 
  text-align: center;
}

#follow-form .form-group.email input:-ms-input-placeholder { 
  text-align: center;
}

#follow-form .form-group.email input:-moz-placeholder { 
  text-align: center;
}

#follow-form .form-group.frequency {
	margin: 0 auto;
	width: 75%;
}

#follow-form .form-group.frequency input,
#follow-form .form-group.frequency label {
	display: inline-block;
	font-size: 12px;
	margin: 0;
}

#follow-form .form-group.frequency .form-title {
	font-weight:700;
	margin-bottom: 15px;
}

#follow-form .subscribe-button {
	margin: 0 auto;
	width: 75%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding: 15px;
}

#follow-form .subscribe-button.update-button {
	margin: 0 auto;
	width: 50%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding: 15px;
}

#follow-form .table tr:first-child td {
	border-top: 0;
}

#follow-form .table td {
	line-height: normal;
}

#follow-form .table th {
	line-height: normal;
}

#follow-form .table tr td:first-child {
	width: auto;
}

#follow-form .table tr td:not(:first-child) {
	width: 0;
	white-space: nowrap;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.btn-flat-blue,
.btn-flat-blue:hover {
	background: #2a7ddf;
	border-radius: 3px;
	border: none;
	text-shadow: none;
	box-shadow: none;
	color: #fff;
}

.contact-row-fluid {
	overflow: hidden;
	margin-bottom: 30px;
}

.contact-row-fluid .row-image {
	float: left;
	width: 22%;
}

.contact-row-fluid .row-detail {
	float: left;
	width: 78%;
}

.aside-accordians-toggle {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: #2a7ddf;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-left: 15px;
	cursor: pointer;
}

.modal .modal-body {
	background: #fff;
	padding: 0;
}

.modal .modal-body:last-child {
	border-radius: 0 0 4px 4px;
}

.modal .modal-footer {
	background: #eee;
}

.modal .modal-footer:last-child {
	border-radius: 0 0 4px 4px;
}

.modal .modal-content {
	box-shadow: none;
	border: none;
}

.modal .modal-header h3, 
.modal .modal-title {
	float: left; 
	width: auto;
	margin: 0;
}

.modal-header h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.modal-header label {
	color: #fff;
	font-size: 13px;
	float: right;
	margin: 5px 20px 0 0;
}

.modal .modal-dialog {
	width: auto;
	margin: 50px auto;
}

.modal .modal-dialog {
	max-width: 700px;
}

.modal .modal-content {
	width: auto !important;
	height: auto !important;
}

.modal .modal-body .modal-content {	
	padding: 15px 20px;	
	overflow-x: hidden;
	overflow-y: auto;
}

@media (min-width: 800px) {
	.modal .modal-body .modal-content {
		max-height: 500px;
	}
}

@media (max-width: 800px) {
	.modal .modal-dialog {
		max-width: 90% !important;
	}
}

.bootbox .modal-content {
	background-color: transparent;
}

.bootbox .modal-body {
	background-color: #fff;
	padding: 20px;
}

.bootbox .bootbox-close-button {
	display: none;
}

.bootbox .modal-header .bootbox-close-button {
	display: block;
}

@media (min-width: 700px) {
	.bootbox .modal-dialog {
		max-width: 600px;
	}
}

@media (max-width: 1220px) {

	.main-cols .aside-sidebar.aside-left,
	.main-cols .aside-sidebar.aside-right {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content-container div.main-content-container {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (max-width: 642px) {

	.main-cols .aside-sidebar.aside-left,
	.main-cols .aside-sidebar.aside-right {
		padding-bottom: 0;
		overflow: hidden;
	}

	.aside-accordians {
		display: none;
	}

	.show-accordians .aside-accordians {
		display: block;
	}

	.aside-accordians-toggle {
		display: block;
	}

	.aside-social-list {
		float: left;
		padding-top: 0;
		padding-bottom: 0;
	}

	.subscription-link {
		float: right;
		width: auto;
	}

	#feedback {
		float: none;
		padding: 20px 20px 0 20px;
		width: 100%;
	}

}

@media only screen and (max-width: 920px) {

	div.container {
		width: 100%;
	}

	section.top-panel div.container {
		margin: 0 10px;
		width: auto;
	}

	section.top-panel {
		min-width: 0;
	}

	header.org-header {
		min-width: 0;
	}

	header.org-header > .row-fluid > div {
		display: inline-block;
		width: auto;
		float: none;
		overflow: hidden;
		text-align: left;
	}

	section.top-panel div.container {
		margin: 0 10px;
		width: auto;
	}

	section.top-panel {
		min-width: 0;
	}

	header.org-header {
		min-width: 0;
	}

	header.org-header > .row-fluid > div {
		display: inline-block;
		width: auto;
		float: none;
		overflow: hidden;
		text-align: left;
	}

	#content-container {
		width: auto;
	}

	header.org-header > .row-fluid > .org-header-search {
		display: none;
	}

	header.org-header > .row-fluid {
		width: auto;
		margin: auto;
		text-align: center;
	}

	header.org-header .org-header-text h1 a {
		min-width: 0;
	}

	.footer .container {
		padding: 0 10px;
	}

	.share-side {
		display: none;
	}

}

@media only screen and (max-width: 640px) {
	
	.main-cols .main-content-container {
		width: 100% !important;
		float: none !important;
		padding: 0px 20px 20px 20px !important;
		border: none !important;
	}

	.main-cols .aside-sidebar {
		width: 100% !important;
		float: none !important;
		padding: 20px 20px 0px 20px !important;
		border: none !important;
		overflow: hidden;
	}

	.switched-cols .main-cols .main-content-container {
		margin-right: 0px;
	}

	.normal-cols .main-cols .main-content-container {
		margin-left: 0px;
	}

	.article-content blockquote {
		width: auto;
	}

	.view-web-images a { 
		float: left;
		margin-bottom: 19px !important;
		margin-right: 19px !important;
	}

	.rb-categories-block.row-fluid > div {
		width: 100%;
		margin: 0 auto 10px auto;
	}

	.ln-header-text {
		display: block;
	}

	.ln-header .subscription-link  {
		float: left;
		clear: both;
		width: auto;
		margin: 10px auto;
		clear: both;
	}

	.ln-header h2 {
		overflow: hidden;
	}

	.ln-block {
		width: 100%;
	}

	.article-header h2 .row-fluid > div {
		width: 100%;
		margin: 0 auto;
	}

	.article-header h2 .row-fluid > div.pull-right {
		display: none;
	}

	/* even if JS breaks */
	.columnize > div {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}

}

.safer-email-html span {
	display: inline !important;
	color: inherit !important;
}

.bs3-container.mini-container .aside-sidebar {
	display: none;
}

.bs3-container.mini-container .main-content-container {
	border: none !important;
	width: 100%;
	float: none;
}

.bs3-container.mini-container {
	max-width: 820px;
}

#ln-container {
	transition: opacity 0.2s;
}

#ln-container.fade-loader {
	opacity: 0;
}

#content-container.full-width .aside-sidebar {
	display: none !important;
}

#content-container.full-width .main-content-container {
	width: 100%;
	float: none;
	border: none !important;
}

#content-container {
	padding-bottom: 50px;
}

.top-panel-website .brand-logo {
	margin: 15px 0;
	background-image: none;
	text-indent: 0;
	width: 189px;
	height: 24px;
}



.admin-bar {
	border: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 0;
}

.admin-bar-header a {
	color: #EEE;
}

.admin-bar-header {	
	background: #8D1D20;
	border: none;	
	border-bottom: 1px solid #641C1E;
	border-radius: 0;
	color: #EEE;
	margin-bottom: 0;
	padding: 8px 14px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.admin-bar ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.admin-bar span.panel-label {
	color: rgb(0, 0, 0);
	text-shadow: 0 1px 0 rgba(230, 230, 230, 0.2);
	margin-right: 5px;
}

.admin-bar a {
	color: #EEE;
}

.admin-bar a:hover {
	text-decoration: underline;
}

.admin-bar-menu span.checkout-total-cost {	
	margin-right: 11px;
	font-weight: bold;
}

.admin-bar-menu {
	background: #7A4680;
	border: none;
	border-bottom: 1px solid #641C1E;
	border-radius: 0;
	color: #EEE;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px 14px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.admin-bar-menu ul:first-child {
	float: left;
	width: auto;
}

.admin-bar-menu ul:last-child {
	float: right;
	width: auto;
}

.admin-bar li {
	float: left;
	width: auto;
	padding: 0px 14px;
}

.admin-bar li + li:before {
	content: "|";
	float: left;
	display: block;
	margin-left: -16px;
	color: #ccc;
}

.admin-bar li:first-child {
	padding-left: 0;
}

.admin-bar li:last-child {
	padding-right: 0;
}

.admin-bar-spacer {
	display: none;
}

.admin-bar-virtual {
	background: #45607C;
	border: none;
	border-bottom: 1px solid #1C1C63;
	border-radius: 0;
	color: #EEE;
	margin-bottom: 0;
	padding: 8px 14px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.admin-bar-virtual ul {
	font-weight: bold
}

.is-admin-mode #root-bs3-container {
	top: 74px;
}

.is-admin-mode .top-panel {
	display: none;
}

@media (max-width: 768px) {

	.is-admin-mode #root-bs3-container {
		top: 150px;
	}
}


@media (max-width: 1220px) {

	#follow-modal .modal-dialog {
		margin-top: 0;
	}
}

#follow-modal .modal-body {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}

div#follow-modal div.modal-content {
	max-height: none !important;
}

.ln-block .ln-featured {
	background: rgb(255, 235, 199) none repeat scroll 0% 0%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px solid rgba(255, 144, 0, 0.38);	
}