
/*********************/
/***   Thickbox    ***/
/*********************/
.thickbox_modal{
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	width:220px;
	height:95px;
	background:url(https://channelnewsondemand.juniper.net/images/logout/modalBg.png) center no-repeat;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayBG {
	background-color:#fff;
	opacity: 0.50;
}

#TB_window {
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}


#TB_window img#TB_Image {
	display:block;
	margin: 40px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	width:160px;
	height:20px;
	z-index:103;
	top: 50%;
	text-align:center;
	left: 50%;
	border:1px solid #ddd;
	background-color:#fff;
	margin: -10px 0 0 -80px; /* -height/2 0 0 -width/2 */
}
#TB_load img{
	margin-top:2px;
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/***********************/
/***   Modal Boxes   ***/
/***********************/
.modal_holder h1,.modal_holder h2,.modal_holder h3,.modal_holder h4,.modal_holder h5,.modal_holder h6{
	margin:0px;
	padding:8px;
    color:#fff;
    text-shadow:0px 1px #333 !important;
    text-align:center;
    font-size:18px !important;
}
.modal_holder{
	width:600px;
    height:300px;
	background:#999;
	border:none;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-150px;
    padding:2px;
	border-radius: 5px; 
    box-shadow:  0px 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.modal_holder_inner{
	padding:10px;
    background:#fff;
    height:242px;
	border-radius: 0px 0px 5px 5px; 
}

/*******************************/
/***   Development Assests   ***/
/*******************************/
._devUl{
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFeeee;
}
._devUl li{
	padding:3px;
	margin-left:20px;
	line-height:14px;
}
._devDiv{
	position:absolute;
	top:10px;
	right:10px;
	width:200px;
	border:2px solid #f00;
	background-color:#FFD9D9;
	padding:4px;
	font-size:12px;
}
#contact_us .contact_us_extra_txt {
	margin-left: -5px;
	margin-bottom:30px;
	font-weight: bold;
}
#communication-profile .table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}
#communication-profile .table tr td {
	vertical-align: middle;
}
html, body { height:100%; }

body { font-family: "GothamRounded",Arial,sans-serif; font-size: 12px; }

#hero {
	margin-bottom: 30px;
}

a {
	color: #40b4bf;
}
a:hover {
	text-decoration: none;
	color: #446e88;
}

.article_list {
	margin-top: 10px;
}

.article_list .article {
	background: #f0f0f0;
	margin-bottom: 20px;
	padding: 30px;
}

.article_list .article-img {
	width: 100%;
}

.article_list .article-img-container {
	display:block;
	margin: -30px -30px 30px -30px;
}

.filter-by h4 {
	color: #5d87a1;
	font-size: 11px;
}

.news-filter-options {
	list-style: none;
	padding: 0;
}

.news-filter-options a {
	display: block;
	color: #000;
	padding: 10px 20px;
	margin: 8px 0;
	border-radius: 0;
	font-size: 11px;
	text-decoration: none;
}

.news-filter-options a.active {
	color: #fff;
	background: #5d87a1;
}

.news-filter-options a:hover {
	background: #90bad4;
}

.filter-by .form-control {
	background: #abadae;
	color: #fff;
	box-shadow: none;
	border-color: #abadae;
	font-size: 11px;
}
.filter-by .form-control-feedback {
	color: #fff;
}

.filter-by .form-control::-webkit-input-placeholder { color: #fff; }
.filter-by .form-control::-moz-placeholder { color: #fff; }
.filter-by .form-control:-moz-placeholder { color: #fff; }
.filter-by .form-control:-ms-input-placeholder { color: #fff; }
.filter-by .form-control:placeholder { color: #fff; }
.filter-by .form-control:placeholder-shown { color: #fff; }

.filter-by .form-control[name=search] {
	background: #f0f0f0;
	color: #606060;
	border-color: #f0f0f0;
	padding-right: 12px;
	border-radius: 0;
}
.filter-by .fa-search.form-control-feedback {
	color: #606060;
	left: 0;
}

.filter-by .form-control[name=search]::-webkit-input-placeholder { color: #606060; }
.filter-by .form-control[name=search]::-moz-placeholder { color: #606060 }
.filter-by .form-control[name=search]:-moz-placeholder { color: #606060; }
.filter-by .form-control[name=search]:-ms-input-placeholder { color: #606060; }
.filter-by .form-control[name=search]:placeholder { color: #606060; }
.filter-by .form-control[name=search]:placeholder-shown { color: #606060; }

.btn.btn-primary {
	background: #5d87a1;
	border-color: #446e88;
	padding: 10px 30px;
	font-size: 11px;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	background: #2a546e;
	border-color: #113b55;
}

.article-type {
	color: black;
}

.article-title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 100;
}

/* ------------------------ */

.btn { border-radius: 0 }

.article_list > div {
	padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #c8b9da;
}
.article_list .main-content {
	display: table-cell; padding-left: 20px; vertical-align: top;
}

.my_news .filter-by .select2-selection {
	border-radius: 0 !important;
	border: none;
	background-color: #e9e9e9;
}

.filter-by { margin-bottom: 30px }
.filter-row { display: table-row }
.filter-row > div { display: table-cell; padding-right: 12px; vertical-align: bottom }
.filter-row .form-group { margin: 0 }
.filter-row > div.last { padding-right: 0 }

.filter-row .btn-default { border: none; background: #919191; color: white; height: 34px }
.filter-row .btn-primary { background-color: #7bc4d5; border: none; font-weight: bold; border-radius: 4px }
.filter-row label { padding-bottom: 4px }

.filter-row .select2-selection__arrow {
	background: #919191; top: 0px !important; right: 0px !important; height: 34px !important; width: 30px !important; margin-top: 2px;
}
.filter-row .select2-selection__rendered { padding-top: 3px; padding-left: 12px }
.filter-row .select2-selection__arrow b { border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important }
.filter-row .select2-container--open .select2-selection__arrow b { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) !important }

.my_news .filter-by .select2-container { height: 36px }
.my_news .filter-by .select2-selection { height: 34px; margin-top: 2px }
.read-more-container { text-align: right }
.read-more-container a { color: #d6653b }

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	background-color: #7bc4d5;
	border-color: #7bc4d5;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}

.select2-dropdown {
	background: #f1f1f1 !important;
	border-radius: 0 !important;
	border: none !important;
}

.select2-results__option { padding: 8px !important }
.select2-container--default .select2-results > .select2-results__options { max-height: 500px !important; }

.article-body p { color: #000000 }

#view_article .btn-default, #article_archive .btn-up {
	background: #7bc4d5;
	border: 1px solid #7bc4d5;
	color: #fff;
	border-radius: 2px;
}

#view_article .article {
	margin-top: 33px;
}

#view_article .article-type, #view_article .article-time {
	color: #909090;
}

#view_article .article-title {
	margin-top: 12px;
	color: #40b6c2;
	font-weight: 400;
	font-size: 18px;
}

#view_article > hr {
	margin-top: 30px;
	margin-bottom: 10px;
}

#article_archive a.btn-up {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	border-radius: 0;
	font-size: 11px;
}

#article_archive nav.bs_pagination {
	display: inline-block;
	vertical-align: top;
}

#master_container {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#inner_container > img {
	margin-bottom: 38px;
}
.navbar-juniper-nod {
	background: -webkit-linear-gradient(top, #ededed 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #ededed 0%,#e0e0e0 100%);
	text-transform: uppercase;
	border-radius: 0;
	border: none;
}
.navbar-juniper-nod .navbar-nav > li > a {
	/* padding-left: 45px;
	padding-right: 45px; */
	border-right: 1px solid #d3d3d3;
}
.navbar-juniper-nod .navbar-nav > li > a {
	color: black
}
.navbar-juniper-nod .navbar-nav > .active > a,
.navbar-juniper-nod .navbar-nav > .active > a:focus,
.navbar-juniper-nod .navbar-nav > .active > a:hover
{
	color: black
}
.navbar-juniper-nod .navbar-nav > li > a:focus,
.navbar-juniper-nod .navbar-nav > li > a:hover
{
	color: black
}
@media screen and (min-width: 768px) {
	#bs-navbar {
		padding: 0
	}
	.navbar > .container-fluid {
		padding: 0
	}
	.navbar-juniper-nod .navbar-nav { width: 100% }
	/*
	#mainnav-203 { float: right }
	#mainnav-27002 { float: right }
	*/
	#mainnav-128 {
		float: right;
	}
	#mainnav-128>a {
		border-left: 1px solid #d3d3d3;
		border-right: none;
	}
}

#footer {
	margin-top: 44px;
	margin-bottom: 44px;
	border-top: 1px solid #d9d9d9;
	padding-top: 24px;
}

#footer ul {
	list-style: none;
	padding-left: 0;
}

#footer .col-sm-2 a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #938f8c;
}

#mostread1, #latestnews1 {
	background: #f9f9f9;
	margin-bottom: 20px;
	padding-bottom: 17px !important;
}
#mostread1 .widget_body, #latestnews1 .widget_body {
	background: white;
	padding: 20px 0px;
}
#mostread1 dl, #latestnews1 dl {
	margin-bottom: 0;
}
#mostread1 .widget_title, #latestnews1 .widget_title {
	color: #b7b7b7;
	padding: 20px;
	font-size: 24px;
}
#mostread1 .widget_buttons span.disabled, #latestnews1 .widget_buttons span.disabled {
	background-color: #a5d2d9 !important;
}
#mostread1 .widget_buttons span, #latestnews1 .widget_buttons span {
	background-color: #63b3bf !important;
	margin-right: -3px;
}
#mostread1 .pwl_title a, #latestnews1 .pwl_title a {
	color: #63b3bf !important;
}
#mostread1 dd::before, #latestnews1 dd::before {
	color: #63b3bf;
}

.cms_newsitem_title { padding: 20px 0; font-size: 16px; color: #919191 }
.cms_newsitem_image img { width: 100% }
.cms_newsitem_itemtitle { font-size: 20px; color: #63b3bf; padding: 30px 0 }
.cms_newsitem_link { text-align: right; margin-bottom: 50px }
.cms_newsitem_link a { color: #c86c44; font-family: 14px; font-weight: bold }

#article_archive .article_list > div { width: 100% }
